-
Notifications
You must be signed in to change notification settings - Fork 5.6k
[Hub Generated] Review request for Microsoft.ResourceHealth to add version stable/2022-10-01 #22721
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
lirenhe
merged 27 commits into
main
from
abhayohri-resourcehealth-Microsoft.ResourceHealth-2022-10-01
Mar 31, 2023
Merged
Changes from 20 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
2e9c39b
Adds base for updating Microsoft.ResourceHealth from version preview/…
abhayohri 989369d
Updates readme
abhayohri 61b7826
Updates API version in new specs and examples
abhayohri 111d6ca
added missing api
abhayohri d5d23e9
Revert "added missing api"
abhayohri 99f7003
added missing api
abhayohri ece7d82
added error message suppression to readme
abhayohri 9965ee8
prettier fix
abhayohri b9e82b0
added missing fields for s360 items
abhayohri e75a64b
updated description
abhayohri fe876b1
spelling fix
abhayohri 220764b
added missing properties to all stable api versions
abhayohri 68a12b0
Revert "added missing properties to all stable api versions"
abhayohri 9a81629
fixes from pr for resourcehealth.json file
abhayohri d8bab82
updated child avialbility example uri
abhayohri 160ccaa
added suppression for _ActionUrl
abhayohri 7c44928
added suppression for _ActionUrl
abhayohri 809c958
added suppression for _ActionUrl
abhayohri 2997a92
added suppression for _ActionUrl
abhayohri 1514140
added suppression for _ActionUrl
abhayohri b2011b5
added suppression for _ActionUrl
abhayohri c175f7a
linter wrnings
abhayohri 9f92d09
update readme for .net sdk
abhayohri ee820e9
update readme for .net sdk
abhayohri ab2a830
update readme for sdks
abhayohri 8acd7b1
trying suppression for actionurl.comment
abhayohri 57ac5f9
added suppression for _ActionUrl
abhayohri File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
2,314 changes: 2,314 additions & 0 deletions
2,314
...rcehealth/resource-manager/Microsoft.ResourceHealth/stable/2022-10-01/ResourceHealth.json
Large diffs are not rendered by default.
Oops, something went wrong.
43 changes: 43 additions & 0 deletions
43
...Microsoft.ResourceHealth/stable/2022-10-01/examples/AvailabilityStatus_GetByResource.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,43 @@ | ||
| { | ||
| "parameters": { | ||
| "resourceUri": "resourceUri", | ||
| "api-version": "2022-10-01", | ||
| "$expand": "recommendedactions" | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "id": "/subscriptions/4abcdefgh-ijkl-mnop-qrstuvwxyz/resourceGroups/rhctestenv/providers/Microsoft.ClassicCompute/virtualMachines /rhctestenvV1PI/providers/Microsoft.ResourceHealth/availabilityStatuses/current", | ||
| "name": "current", | ||
| "type": "Microsoft.ResourceHealth/AvailabilityStatuses", | ||
| "location": "eastus", | ||
| "properties": { | ||
| "availabilityState": "Unavailable", | ||
| "title": "Unavailable", | ||
| "summary": "We're sorry, we couldn't automatically recover your virtual machine", | ||
| "reasonType": "Unplanned", | ||
| "context": "Platform Initiated", | ||
| "category": "Unplanned", | ||
| "reasonChronicity": "Persistent", | ||
| "detailedStatus": "Disk problems are preventing us from automatically recovering your virtual machine", | ||
| "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", | ||
| "recommendedActions": [ | ||
| { | ||
| "action": "To start this virtual machine, open the resource blade and click Start", | ||
| "actionUrl": "<#ResourceBlade>", | ||
| "actionUrlText": "resource blade" | ||
| }, | ||
| { | ||
| "action": "If you are experiencing problems you believe are caused by Azure, contact support", | ||
| "actionUrl": "<#SupportCase>", | ||
| "actionUrlText": "contact support" | ||
| } | ||
| ] | ||
| } | ||
| } | ||
| } | ||
| } | ||
| } |
63 changes: 63 additions & 0 deletions
63
...anager/Microsoft.ResourceHealth/stable/2022-10-01/examples/AvailabilityStatuses_List.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,63 @@ | ||
| { | ||
| "parameters": { | ||
| "resourceUri": "resourceUri", | ||
| "api-version": "2022-10-01" | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "value": [ | ||
| { | ||
| "id": "/subscriptions/4abcdefgh-ijkl-mnop-qrstuvwxyz/resourceGroups/rhctestenv/providers/Microsoft.ClassicCompute/virtualMachines/rhctes tenvV1PI/providers/Microsoft.ResourceHealth/availabilityStatuses/current", | ||
| "name": "current", | ||
| "type": "Microsoft.ResourceHealth/AvailabilityStatuses", | ||
| "location": "eastus", | ||
| "properties": { | ||
| "availabilityState": "Unavailable", | ||
| "title": "Unavailable", | ||
| "summary": "We're sorry, we couldn't automatically recover your virtual machine", | ||
| "reasonType": "Unplanned", | ||
| "context": "Platform Initiated", | ||
| "category": "Unplanned", | ||
| "reasonChronicity": "Persistent", | ||
| "detailedStatus": "Disk problems are preventing us from automatically recovering your virtual machine", | ||
| "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", | ||
| "serviceImpactingEvents": [ | ||
| { | ||
| "eventStartTime": "2016-05-02T19:23:13.7115125Z", | ||
| "eventStatusLastModifiedTime": "2016-05-02T19:27:04.9543491Z", | ||
| "correlationId": "b56d0180-2d6c-4f7b-b750-c1eca681874c", | ||
| "status": { | ||
| "value": "Resolved" | ||
| }, | ||
| "incidentProperties": { | ||
| "title": "Virtual Machines - West Europe [West Europe]", | ||
| "service": "Virtual Machines", | ||
| "region": "East US", | ||
| "incidentType": "outage" | ||
| } | ||
| } | ||
| ] | ||
| } | ||
| }, | ||
| { | ||
| "id": "/subscriptions/4abcdefgh-ijkl-mnop-qrstuvwxyz/resourceGroups/rhctestenv/providers/Microsoft.ClassicCompute/virtualMachines/rhctes tenvV1PI/providers/Microsoft.ResourceHealth/availabilityStatuses/2016-03-28+16%3a23%3a00Z", | ||
| "name": "2016-03-28+16%3a23%3a00Z", | ||
| "type": "Microsoft.ResourceHealth/AvailabilityStatuses", | ||
| "location": "eastus", | ||
| "properties": { | ||
| "availabilityState": "Available", | ||
| "summary": "This virtual machine is running normally", | ||
| "reasonChronicity": "Persistent", | ||
| "detailedStatus": "There aren’t any known Azure platform problems affecting this virtual machine", | ||
| "occuredTime": "2016-03-28T16:23:00Z" | ||
| } | ||
| } | ||
| ] | ||
| } | ||
| } | ||
| } | ||
| } |
77 changes: 77 additions & 0 deletions
77
...t.ResourceHealth/stable/2022-10-01/examples/AvailabilityStatuses_ListByResourceGroup.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,77 @@ | ||
| { | ||
| "parameters": { | ||
| "subscriptionId": "subscriptionId", | ||
| "resourceGroupName": "resourceGroupName", | ||
| "api-version": "2022-10-01", | ||
| "$expand": "recommendedactions" | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "value": [ | ||
| { | ||
| "id": "<resourceId>/providers/Microsoft.ResourceHealth/AvailabilityStatueses/current", | ||
| "name": "current", | ||
| "type": "Microsoft.ResourceHealth/AvailabilityStatuses", | ||
| "location": "eastus", | ||
| "properties": { | ||
| "availabilityState": "Available", | ||
| "title": "Available", | ||
| "summary": "Vm is available", | ||
| "reasonType": "Unplanned", | ||
| "context": "Platform Initiated", | ||
| "category": "Unplanned", | ||
| "reasonChronicity": "Persistent", | ||
| "detailedStatus": "We have not seen any issues with your virtual machine", | ||
| "occuredTime": "2016-03-29T09:12:00Z", | ||
| "reportedTime": "2016-05-04T14:11:29.7598931Z", | ||
| "recentlyResolved": { | ||
| "unavailableOccuredTime": "2017-02-28T00:48:00Z", | ||
| "resolvedTime": "2017-02-28T00:49:00Z", | ||
| "unavailableSummary": "We are sorry your SQL database is unavailable" | ||
| }, | ||
| "recommendedActions": [ | ||
| { | ||
| "action": "To start this virtualmachine, open the resource blade and click Start", | ||
| "actionUrl": "<#ResourceBlade>", | ||
| "actionUrlText": "resourceblade" | ||
| } | ||
| ] | ||
| } | ||
| }, | ||
| { | ||
| "id": "<resourceId>/providers/Microsoft.ResourceHealth/AvailabilityStatueses/current", | ||
| "name": "current", | ||
| "type": "Microsoft.ResourceHealth/AvailabilityStatuses", | ||
| "location": "eastus", | ||
| "properties": { | ||
| "availabilityState": "Unavailable", | ||
| "title": "Unavailable", | ||
| "summary": "We are sorry, we couldn't automatically recovery our virtualmachine", | ||
| "reasonType": "Unplanned", | ||
| "reasonChronicity": "Persistent", | ||
| "detailedStatus": "Diskproblemsarepreventingusfromautomaticallyrecoveringyourvirtualmachine", | ||
| "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", | ||
| "recommendedActions": [ | ||
| { | ||
| "action": "To start this virtualmachine, open the resource blade", | ||
| "actionUrl": "<#ResourceBlade>", | ||
| "actionUrlText": "resourceblade" | ||
| }, | ||
| { | ||
| "action": "If you are experiencing problems you believe are caused by Azure, contact support", | ||
| "actionUrl": "<#SupportCase>", | ||
| "actionUrlText": "contactsupport" | ||
| } | ||
| ] | ||
| } | ||
| } | ||
| ], | ||
| "nextLink": "{originalRequestUrl}?$skipToken={OpaquePageNumber}" | ||
| } | ||
| } | ||
| } | ||
| } |
76 changes: 76 additions & 0 deletions
76
....ResourceHealth/stable/2022-10-01/examples/AvailabilityStatuses_ListBySubscriptionId.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,76 @@ | ||
| { | ||
| "parameters": { | ||
| "subscriptionId": "subscriptionId", | ||
| "api-version": "2022-10-01", | ||
| "$expand": "recommendedactions" | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "value": [ | ||
| { | ||
| "id": "<resourceId>/providers/Microsoft.ResourceHealth/AvailabilityStatueses/current", | ||
| "name": "current", | ||
| "type": "Microsoft.ResourceHealth/AvailabilityStatuses", | ||
| "location": "eastus", | ||
| "properties": { | ||
| "availabilityState": "Available", | ||
| "title": "Available", | ||
| "summary": "Vm is available", | ||
| "reasonType": "Unplanned", | ||
| "reasonChronicity": "Persistent", | ||
| "context": "Platform Initiated", | ||
| "category": "Unplanned", | ||
| "detailedStatus": "We have not seen any issues with your virtual machine", | ||
| "occuredTime": "2016-03-29T09:12:00Z", | ||
| "reportedTime": "2016-05-04T14:11:29.7598931Z", | ||
| "recentlyResolved": { | ||
| "unavailableOccuredTime": "2017-02-28T00:48:00Z", | ||
| "resolvedTime": "2017-02-28T00:49:00Z", | ||
| "unavailableSummary": "We are sorry your SQL database is unavailable" | ||
| }, | ||
| "recommendedActions": [ | ||
| { | ||
| "action": "To start this virtualmachine, open the resource blade and click Start", | ||
| "actionUrl": "<#ResourceBlade>", | ||
| "actionUrlText": "resourceblade" | ||
| } | ||
| ] | ||
| } | ||
| }, | ||
| { | ||
| "id": "<resourceId>/providers/Microsoft.ResourceHealth/AvailabilityStatueses/current", | ||
| "name": "current", | ||
| "type": "Microsoft.ResourceHealth/AvailabilityStatuses", | ||
| "location": "eastus", | ||
| "properties": { | ||
| "availabilityState": "Unavailable", | ||
| "title": "Unavailable", | ||
| "summary": "We are sorry, we couldn't automatically recovery our virtualmachine", | ||
| "reasonType": "Unplanned", | ||
| "reasonChronicity": "Persistent", | ||
| "detailedStatus": "Diskproblemsarepreventingusfromautomaticallyrecoveringyourvirtualmachine", | ||
| "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", | ||
| "recommendedActions": [ | ||
| { | ||
| "action": "To start this virtualmachine, open the resource blade", | ||
| "actionUrl": "<#ResourceBlade>", | ||
| "actionUrlText": "resourceblade" | ||
| }, | ||
| { | ||
| "action": "If you are experiencing problems you believe are caused by Azure, contact support", | ||
| "actionUrl": "<#SupportCase>", | ||
| "actionUrlText": "contactsupport" | ||
| } | ||
| ] | ||
| } | ||
| } | ||
| ], | ||
| "nextLink": "{originalRequestUrl}?$skipToken={OpaquePageNumber}" | ||
| } | ||
| } | ||
| } | ||
| } |
38 changes: 38 additions & 0 deletions
38
...soft.ResourceHealth/stable/2022-10-01/examples/ChildAvailabilityStatus_GetByResource.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,38 @@ | ||
| { | ||
| "parameters": { | ||
| "resourceUri": "subscriptions/227b734f-e14f-4de6-b7fc-3190c21e69f6/resourceGroups/JUHACKETRHCTEST/providers/Microsoft.Compute/virtualMachineScaleSets/rhctest/virtualMachines/4", | ||
| "api-version": "2022-10-01", | ||
| "$expand": "recommendedactions" | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "id": "/subscriptions/227b734f-e14f-4de6-b7fc-3190c21e69f6/resourceGroups/JUHACKETRHCTEST/providers/Microsoft.Compute/virtualMachineScaleSets/rhctest/virtualMachines/4/providers/Microsoft.ResourceHealth/child/availabilityStatuses/current", | ||
| "name": "current", | ||
| "type": "Microsoft.ResourceHealth/AvailabilityStatuses", | ||
| "location": "southcentralus", | ||
| "properties": { | ||
| "availabilityState": "Available", | ||
| "summary": "There aren't any known Azure platform problems affecting this virtual machine", | ||
| "detailedStatus": "", | ||
| "reasonType": "", | ||
| "occuredTime": "2018-11-30T23:37:44Z", | ||
| "reasonChronicity": "Persistent", | ||
| "reportedTime": "2018-12-04T01:19:11.955255Z", | ||
| "recommendedActions": [ | ||
| { | ||
| "action": "To start this virtual machine, open the resource blade and click Start", | ||
| "actionUrl": "<#ResourceBlade>", | ||
| "actionUrlText": "resource blade" | ||
| }, | ||
| { | ||
| "action": "If you are experiencing problems you believe are caused by Azure, contact support", | ||
| "actionUrl": "<#SupportCase>", | ||
| "actionUrlText": "contact support" | ||
| } | ||
| ] | ||
| } | ||
| } | ||
| } | ||
| } | ||
| } | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.