Skip to content

Commit

Permalink
remove 200 response code
Browse files Browse the repository at this point in the history
  • Loading branch information
austintolani committed Aug 18, 2023
1 parent a36f288 commit 1f9c78f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"location": "https://management.azure.com/subscriptions/subscription-id/providers/Microsoft.Cache/...pathToOperationResult...",
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/subscription-id/providers/Microsoft.Cache/...pathToOperationResult..."
}
},
"200": {}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -793,19 +793,6 @@
}
}
},
"200": {
"description": "Flush operation succeeded.",
"headers": {
"Location": {
"description": "URL to query for the status of the operation.",
"type": "string"
},
"Azure-AsyncOperation": {
"description": "URL to query for the status of the operation.",
"type": "string"
}
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
Expand Down

0 comments on commit 1f9c78f

Please sign in to comment.