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