Skip to content

Commit 11763ca

Browse files
authored
Merge pull request #4182 from Azure/gatneil-patch-1
fix description of StayProvisioned
2 parents ebef72d + b112828 commit 11763ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ResourceManager/Compute/Commands.Compute/help/Stop-AzureRmVmss.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ Accept wildcard characters: False
9393
```
9494

9595
### -StayProvisioned
96-
Indicates that this cmdlet deallocates all the virtual machines within the VMSS so that the user is not charged for the stopped virtual machines.
96+
If specified, the virtual machine will enter stopped state. If not specified, the virtual machine will enter stopped-deallocated state. The user is still charged for VMs in stopped state but not for VMs in stopped-deallocated state.
97+
9798

9899
```yaml
99100
Type: SwitchParameter

0 commit comments

Comments
 (0)