diff --git a/src/ResourceManager/Compute/Commands.Compute/help/Stop-AzureRmVM.md b/src/ResourceManager/Compute/Commands.Compute/help/Stop-AzureRmVM.md index 6c51e88f8805..3550fd8051fe 100644 --- a/src/ResourceManager/Compute/Commands.Compute/help/Stop-AzureRmVM.md +++ b/src/ResourceManager/Compute/Commands.Compute/help/Stop-AzureRmVM.md @@ -1,7 +1,7 @@ --- external help file: Microsoft.Azure.Commands.Compute.dll-Help.xml ms.assetid: 7C3CF963-6F1A-444C-B90C-C1D24F89204D -online version: +online version: schema: 2.0.0 --- @@ -44,7 +44,7 @@ Forces the command to run without asking for user confirmation. ```yaml Type: SwitchParameter Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -57,7 +57,7 @@ Accept wildcard characters: False The resource group name.```yaml Type: String Parameter Sets: IdParameterSetName -Aliases: +Aliases: Required: True Position: 0 @@ -70,7 +70,7 @@ Accept wildcard characters: False The virtual machine name.```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: True Position: 1 @@ -85,7 +85,7 @@ Specifies the name of the resource group of the virtual machine. ```yaml Type: String Parameter Sets: ResourceGroupNameParameterSetName -Aliases: +Aliases: Required: True Position: 0 @@ -95,12 +95,13 @@ Accept wildcard characters: False ``` ### -StayProvisioned -Indicates that this cmdlet uses the stay provisioned setting. +The cmdlet stops all the virtual machines within the VMSS but does not deallocate them. The account +is charged for the stopped virtual machines. ```yaml Type: SwitchParameter Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named