Skip to content

Commit

Permalink
Update async delete result code (#26176)
Browse files Browse the repository at this point in the history
Add 204 as result code for async delete.
  • Loading branch information
RayY-96 authored Oct 11, 2023
1 parent 945fc9a commit 1b28572
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/6b052e15-03d3-4f17-b2e1-be7f07588291/resourceGroups/myResourceGroup/providers/Microsoft.Chaos/locations/eastus/operationStatus/00000000-0000-0000-0000-000000000000?api-version=2023-10-27-preview",
"Location": "https://management.azure.com/subscriptions/6b052e15-03d3-4f17-b2e1-be7f07588291/resourceGroups/myResourceGroup/providers/Microsoft.Chaos/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000?api-version=2023-10-27-preview"
}
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,9 @@
}
}
},
"204": {
"description": "Resource is deleted already."
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
Expand Down

0 comments on commit 1b28572

Please sign in to comment.