Skip to content

Commit

Permalink
Remove 200 from LRO-Delete in CacheRules/CredentialSets
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioVT committed Aug 9, 2023
1 parent 2f24e4f commit 05a2ef1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,6 @@
}
],
"responses": {
"200": {
"description": "The request was successful; the request was well-formed and received properly."
},
"202": {
"description": "The request was successful; the operation will complete asynchronously.",
"headers": {
Expand Down Expand Up @@ -474,9 +471,6 @@
}
],
"responses": {
"200": {
"description": "The request was successful; the request was well-formed and received properly."
},
"202": {
"description": "The request was successful; the operation will complete asynchronously.",
"headers": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"cacheRuleName": "myCacheRule"
},
"responses": {
"200": {},
"202": {
"headers": {
"Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.ContainerRegistry/registries/myRegistry/cacheRules/myCacheRule/operationStatuses/cacherules-00000000-0000-0000-0000-000000000000?api-version=2023-07-01"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"credentialSetName": "myCredentialSet"
},
"responses": {
"200": {},
"202": {
"headers": {
"Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.ContainerRegistry/registries/myRegistry/credentialSets/myCredentialSet/operationStatuses/credentialsets-00000000-0000-0000-0000-000000000000?api-version=2023-07-01"
Expand Down

0 comments on commit 05a2ef1

Please sign in to comment.