remove duplicate deployment_mode docstring
submodule ref wasn't updated, so missed that this had recently been added
This commit is contained in:
parent
478691f297
commit
6325f91336
1 changed files with 0 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue