Skip to content

Commit 0db082f

Browse files
committed
Update help file
1 parent 784aeff commit 0db082f

File tree

1 file changed

+0
-61
lines changed

1 file changed

+0
-61
lines changed

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

Lines changed: 0 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1683,13 +1683,6 @@ Tags:
16831683
</maml:description>
16841684
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
16851685
</command:parameter>
1686-
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
1687-
<maml:name>ProvisioningState</maml:name>
1688-
<maml:description>
1689-
<maml:para>Gets only the deployments with the specified provisioning state. Valid values include, but are not limited to: Canceled, Deprovisioning, Failed, NotProvisioned, Provisioned, Provisioning, and Succeeded. This parameter is optional. By default, Get-AzureRmResourceGroupDeployment returns all deployments for the specified resource group.</maml:para>
1690-
</maml:description>
1691-
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
1692-
</command:parameter>
16931686
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
16941687
<maml:name>Profile</maml:name>
16951688
<maml:description>
@@ -1726,19 +1719,6 @@ Tags:
17261719
<dev:defaultValue>
17271720
</dev:defaultValue>
17281721
</command:parameter>
1729-
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
1730-
<maml:name>ProvisioningState</maml:name>
1731-
<maml:description>
1732-
<maml:para>Gets only the deployments with the specified provisioning state. Valid values include, but are not limited to: Canceled, Deprovisioning, Failed, NotProvisioned, Provisioned, Provisioning, and Succeeded. This parameter is optional. By default, Get-AzureRmResourceGroupDeployment returns all deployments for the specified resource group.</maml:para>
1733-
</maml:description>
1734-
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
1735-
<dev:type>
1736-
<maml:name>String</maml:name>
1737-
<maml:uri />
1738-
</dev:type>
1739-
<dev:defaultValue>
1740-
</dev:defaultValue>
1741-
</command:parameter>
17421722
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
17431723
<maml:name>Profile</maml:name>
17441724
<maml:description>
@@ -1865,27 +1845,6 @@ Outputs :</dev:code>
18651845
</command:commandLine>
18661846
</command:commandLines>
18671847
</command:example>
1868-
<command:example>
1869-
<maml:title>-------------------------- Example 3: Get a deployment by provisioning state --------------------------</maml:title>
1870-
<maml:introduction>
1871-
<maml:paragraph>PS C:\&gt;</maml:paragraph>
1872-
</maml:introduction>
1873-
<dev:code>PS C:\&gt;Get-AzureRmResourceGroupDeployment -ResourceGroupName ContosoLabsRG -ProvisioningState NotProvisioned</dev:code>
1874-
<dev:remarks>
1875-
<maml:para>This command gets the deployments of the ContosoLabsRG resource group that are not yet provisioned.</maml:para>
1876-
<maml:para />
1877-
<maml:para />
1878-
<maml:para>
1879-
</maml:para>
1880-
</dev:remarks>
1881-
<command:commandLines>
1882-
<command:commandLine>
1883-
<command:commandText>
1884-
<maml:para />
1885-
</command:commandText>
1886-
</command:commandLine>
1887-
</command:commandLines>
1888-
</command:example>
18891848
<command:example>
18901849
<maml:title>-------------------------- Example 4: Get the deployments of all resource groups --------------------------</maml:title>
18911850
<maml:introduction>
@@ -9156,13 +9115,6 @@ Tags:
91569115
</maml:description>
91579116
<command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
91589117
</command:parameter>
9159-
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="3">
9160-
<maml:name>PassThru</maml:name>
9161-
<maml:description>
9162-
<maml:para>Returns $True when the stopping operation succeeds and $False when it fails. By default, this cmdlet does not generate any output.</maml:para>
9163-
</maml:description>
9164-
<command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
9165-
</command:parameter>
91669118
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
91679119
<maml:name>Profile</maml:name>
91689120
<maml:description>
@@ -9212,19 +9164,6 @@ Tags:
92129164
<dev:defaultValue>
92139165
</dev:defaultValue>
92149166
</command:parameter>
9215-
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="3">
9216-
<maml:name>PassThru</maml:name>
9217-
<maml:description>
9218-
<maml:para>Returns $True when the stopping operation succeeds and $False when it fails. By default, this cmdlet does not generate any output.</maml:para>
9219-
</maml:description>
9220-
<command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
9221-
<dev:type>
9222-
<maml:name>SwitchParameter</maml:name>
9223-
<maml:uri />
9224-
</dev:type>
9225-
<dev:defaultValue>
9226-
</dev:defaultValue>
9227-
</command:parameter>
92289167
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
92299168
<maml:name>Profile</maml:name>
92309169
<maml:description>

0 commit comments

Comments
 (0)