Skip to content

Commit

Permalink
update Create and Delete responses for async operations
Browse files Browse the repository at this point in the history
  • Loading branch information
jasondavis-MS committed Mar 24, 2023
1 parent 9d548d0 commit c0b1031
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,27 +64,6 @@
"etag": "070057da-0000-0000-0000-5ba70d6c0000"
}
},
"201": {
"body": {
"id": "/subscriptions/703362b3-f278-4e4b-9179-c76eaf41ffc2/resourceGroups/myResourceGroup/providers/Microsoft.Monitor/accounts/myAzureMonitorWorkspace",
"name": "myAzureMonitorWorkspace",
"type": "Microsoft.Monitor/accounts",
"location": "eastus",
"tags": {
"tag1": "A",
"tag2": "B"
},
"properties": {},
"systemData": {
"createdBy": "user1",
"createdByType": "User",
"createdAt": "2021-04-01T12:34:56.1234567Z",
"lastModifiedBy": "user2",
"lastModifiedByType": "User",
"lastModifiedAt": "2021-04-02T12:34:56.1234567Z"
},
"etag": "070057da-0000-0000-0000-5ba70d6c0000"
}
}
"201": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"api-version": "2023-04-03"
},
"responses": {
"200": {},
"202": {},
"204": {}
}
}

0 comments on commit c0b1031

Please sign in to comment.