From 6325f91336fcf4e39c486503a783485c63c0c222 Mon Sep 17 00:00:00 2001 From: nitzmahone Date: Tue, 7 Jun 2016 17:07:32 -0700 Subject: [PATCH] remove duplicate deployment_mode docstring submodule ref wasn't updated, so missed that this had recently been added --- .../modules/extras/cloud/azure/azure_rm_deployment.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lib/ansible/modules/extras/cloud/azure/azure_rm_deployment.py b/lib/ansible/modules/extras/cloud/azure/azure_rm_deployment.py index f3743366e9e..82b5fd117f5 100644 --- a/lib/ansible/modules/extras/cloud/azure/azure_rm_deployment.py +++ b/lib/ansible/modules/extras/cloud/azure/azure_rm_deployment.py @@ -79,14 +79,6 @@ options: one of them is required if "state" parameter is "present". required: false default: null - deployment_mode: - description: - - Specifies whether the deployment template should delete resources not specified in the template (complete) - or ignore them (incremental). - default: complete - choices: - - complete - - incremental deployment_name: description: - The name of the deployment to be tracked in the resource group deployment history. Re-using a deployment name