From 992110063e5e85f8d28e4a1a7ed2ee22d9133b33 Mon Sep 17 00:00:00 2001 From: Tom FitzMacken Date: Mon, 7 Nov 2016 14:40:19 -0800 Subject: [PATCH] fixed delete deployment --- arm-resources/resources/2016-09-01/swagger/resources.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arm-resources/resources/2016-09-01/swagger/resources.json b/arm-resources/resources/2016-09-01/swagger/resources.json index c260c4382a40..4f1df7505645 100644 --- a/arm-resources/resources/2016-09-01/swagger/resources.json +++ b/arm-resources/resources/2016-09-01/swagger/resources.json @@ -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",