Skip to content

Commit

Permalink
last or second to last one, guaranteed
Browse files Browse the repository at this point in the history
  • Loading branch information
jasondavis-MS committed Mar 29, 2023
1 parent f7edcdc commit 4f28a31
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,12 @@
"202": {
"description": "Workspace was successfully deleted",
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Monitor/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000/AzureMonitorWorkspace/default?api-version=2023-04-03",
"Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Monitor/locations/eastus/operationStatus/default/operationId/00000000-0000-0000-0000-000000000000?api-version=2023-04-03"
"Azure-AsyncOperation": {
"type": "string"
},
"Location": {
"type": "string"
}
}
},
"204": {
Expand Down

0 comments on commit 4f28a31

Please sign in to comment.