Skip to content

Commit 7a33b15

Browse files
committed
Add help for mode
1 parent 896f9c8 commit 7a33b15

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/ResourceManager/Resources/Commands.Resources/Microsoft.Azure.Commands.Resources.dll-Help.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5106,6 +5106,19 @@ Resources</dev:code>
51065106
<dev:defaultValue>
51075107
</dev:defaultValue>
51085108
</command:parameter>
5109+
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
5110+
<maml:name>Mode</maml:name>
5111+
<maml:description>
5112+
<maml:para>The deployment mode to use. Default is Incremental. If 'Complete' deployment mode is used, existing resources in the resource group that are not included in the template will be deleted. For more information, please refer to https://azure.microsoft.com/en-us/documentation/articles/resource-group-template-deploy/</maml:para>
5113+
</maml:description>
5114+
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
5115+
<dev:type>
5116+
<maml:name>String</maml:name>
5117+
<maml:uri />
5118+
</dev:type>
5119+
<dev:defaultValue>
5120+
</dev:defaultValue>
5121+
</command:parameter>
51095122
</command:parameters>
51105123
<command:inputTypes>
51115124
<command:inputType>

0 commit comments

Comments
 (0)