Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2713,6 +2713,8 @@ Skolt
Thangmi
Tuvan
Uyghur
occured
Occured
Paramter
Spza
metallb
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@
"description": "When the resource's availabilityState is Unavailable and the reasonType is not User Initiated, it provides the date and time for when the issue is expected to be resolved.",
"format": "date-time"
},
"occurredTime": {
"occuredTime": {
"type": "string",
"description": "Timestamp for when last change in health status occurred.",
"format": "date-time"
Expand All @@ -440,7 +440,7 @@
"type": "object",
"description": "An annotation describing a change in the availabilityState to Available from Unavailable with a reasonType of type Unplanned",
"properties": {
"unavailableOccurredTime": {
"unavailableOccuredTime": {
"type": "string",
"description": "Timestamp for when the availabilityState changed to Unavailable",
"format": "date-time"
Expand All @@ -450,21 +450,23 @@
"description": "Timestamp when the availabilityState changes to Available.",
"format": "date-time"
},
"unavailabilitySummary": {
"unavailableSummary": {
"type": "string",
"description": "Brief description of cause of the resource becoming unavailable."
}
}
},
"recommendedActions": {
"type": "array",
"x-ms-identifiers": [],
"description": "Lists actions the user can take based on the current availabilityState of the resource.",
"items": {
"$ref": "#/definitions/recommendedAction"
}
},
"serviceImpactingEvents": {
"type": "array",
"x-ms-identifiers": [],
"description": "Lists the service impacting events that may be affecting the health of the resource.",
"items": {
"$ref": "#/definitions/serviceImpactingEvent"
Expand All @@ -475,9 +477,11 @@
}
},
"operationListResult": {
"type": "object",
"properties": {
"value": {
"type": "array",
"x-ms-identifiers": [],
"items": {
"$ref": "#/definitions/operation"
},
Expand All @@ -491,6 +495,7 @@
},
"operation": {
"description": "Operation available in the resourcehealth resource provider.",
"type": "object",
"properties": {
"name": {
"type": "string",
Expand Down Expand Up @@ -631,26 +636,20 @@
"description": "Error details.",
"type": "object",
"properties": {
"error": {
"type": "object",
"description": "The error object.",
"properties": {
"code": {
"description": "The error code.",
"type": "string",
"readOnly": true
},
"message": {
"description": "The error message.",
"type": "string",
"readOnly": true
},
"details": {
"description": "The error details.",
"type": "string",
"readOnly": true
}
}
"code": {
"description": "The error code.",
"type": "string",
"readOnly": true
},
"message": {
"description": "The error message.",
"type": "string",
"readOnly": true
},
"details": {
"description": "The error details.",
"type": "string",
"readOnly": true
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"reasonType": "Unplanned",
"reasonChronicity": "Persistent",
"detailedStatus": "Disk problems are preventing us from automatically recovering your virtual machine",
"occurredTime": "2016-03-29T09:12:00Z",
"occuredTime": "2016-03-29T09:12:00Z",
"reportedTime": "2016-05-04T14:11:29.7598931Z",
"rootCauseAttributionTime": "2016-03-29T09:13:00Z",
"resolutionETA": "2016-03-29T09:37:00Z",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"reasonType": "Unplanned",
"reasonChronicity": "Persistent",
"detailedStatus": "Disk problems are preventing us from automatically recovering your virtual machine",
"occurredTime": "2016-03-29T09:12:00Z",
"occuredTime": "2016-03-29T09:12:00Z",
"reportedTime": "2016-05-04T14:11:29.7598931Z",
"rootCauseAttributionTime": "2016-03-29T09:13:00Z",
"resolutionETA": "2016-03-29T09:37:00Z",
Expand Down Expand Up @@ -51,7 +51,7 @@
"summary": "This virtual machine is running normally",
"reasonChronicity": "Persistent",
"detailedStatus": "There aren’t any known Azure platform problems affecting this virtual machine",
"occurredTime": "2016-03-28T16:23:00Z"
"occuredTime": "2016-03-28T16:23:00Z"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"reasonType": "Unplanned",
"reasonChronicity": "Persistent",
"detailedStatus": "We have not seen any issues with your virtual machine",
"occurredTime": "2016-03-29T09:12:00Z",
"occuredTime": "2016-03-29T09:12:00Z",
"reportedTime": "2016-05-04T14:11:29.7598931Z",
"recentlyResolved": {
"unavailableOccurredTime": "2017-02-28T00:48:00Z",
"unavailableOccuredTime": "2017-02-28T00:48:00Z",
"resolvedTime": "2017-02-28T00:49:00Z",
"unavailabilitySummary": "We are sorry your SQL database is unavailable"
"unavailableSummary": "We are sorry your SQL database is unavailable"
},
"recommendedActions": [
{
Expand All @@ -49,7 +49,7 @@
"reasonType": "Unplanned",
"reasonChronicity": "Persistent",
"detailedStatus": "Diskproblemsarepreventingusfromautomaticallyrecoveringyourvirtualmachine",
"occurredTime": "2016-03-29T09:12:00Z",
"occuredTime": "2016-03-29T09:12:00Z",
"reportedTime": "2016-05-04T14:11:29.7598931Z",
"rootCauseAttributionTime": "2016-03-29T09:13:00Z",
"resolutionETA": "2016-03-29T09:37:00Z",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"reasonType": "Unplanned",
"reasonChronicity": "Persistent",
"detailedStatus": "We have not seen any issues with your virtual machine",
"occurredTime": "2016-03-29T09:12:00Z",
"occuredTime": "2016-03-29T09:12:00Z",
"reportedTime": "2016-05-04T14:11:29.7598931Z",
"recentlyResolved": {
"unavailableOccurredTime": "2017-02-28T00:48:00Z",
"unavailableOccuredTime": "2017-02-28T00:48:00Z",
"resolvedTime": "2017-02-28T00:49:00Z",
"unavailabilitySummary": "We are sorry your SQL database is unavailable"
"unavailableSummary": "We are sorry your SQL database is unavailable"
},
"recommendedActions": [
{
Expand All @@ -48,7 +48,7 @@
"reasonType": "Unplanned",
"reasonChronicity": "Persistent",
"detailedStatus": "Diskproblemsarepreventingusfromautomaticallyrecoveringyourvirtualmachine",
"occurredTime": "2016-03-29T09:12:00Z",
"occuredTime": "2016-03-29T09:12:00Z",
"reportedTime": "2016-05-04T14:11:29.7598931Z",
"rootCauseAttributionTime": "2016-03-29T09:13:00Z",
"resolutionETA": "2016-03-29T09:37:00Z",
Expand Down
2 changes: 1 addition & 1 deletion specification/resourcehealth/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ swagger-to-sdk:
- repo: azure-sdk-for-node
- repo: azure-sdk-for-python-track2
- repo: azure-sdk-for-java
- repo: azure-sdk-for-net
- repo: azure-sdk-for-net-track2
- repo: azure-sdk-for-ruby
after_scripts:
- bundle install && rake arm:regen_all_profiles['azure_mgmt_resourcehealth']
Expand Down