Skip to content

Commit

Permalink
fixed delete deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
tfitzmac committed Nov 7, 2016
1 parent 5813121 commit 9921100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arm-resources/resources/2016-09-01/swagger/resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
],
"operationId": "Deployments_Delete",
"summary": "Deletes a deployment from the deployment history.",
"description": "A template deployment that is currently running cannot be deleted. Deleting a template deployment removes the associated deployment operations. Deleting a template deployment does not affect the state of the resource group. This is an asynchronous operation that returns a status of 202 until all resources and the template deployment is successfully deleted. The Location response header contains the URI that is used to obtain the status of the process. While the process is running, a call to the URI in the Location header returns a status of 202. When the process finishes, the URI in the Location header returns a status of 204 on success. If the asynchronous request failed, the URI in the Location header returns an error-level status code.",
"description": "A template deployment that is currently running cannot be deleted. Deleting a template deployment removes the associated deployment operations. Deleting a template deployment does not affect the state of the resource group. This is an asynchronous operation that returns a status of 202 until the template deployment is successfully deleted. The Location response header contains the URI that is used to obtain the status of the process. While the process is running, a call to the URI in the Location header returns a status of 202. When the process finishes, the URI in the Location header returns a status of 204 on success. If the asynchronous request failed, the URI in the Location header returns an error-level status code.",
"parameters": [
{
"name": "resourceGroupName",
Expand Down

0 comments on commit 9921100

Please sign in to comment.