Skip to content

Commit 72805f0

Browse files
authored
Merge pull request Azure#3982 from sdwheeler/sdw-bug931236
Updated the description for StayProvisioned parameter per Bug931236
2 parents 4738ca1 + 2cc314c commit 72805f0

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

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

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Azure.Commands.Compute.dll-Help.xml
33
ms.assetid: 7C3CF963-6F1A-444C-B90C-C1D24F89204D
4-
online version:
4+
online version:
55
schema: 2.0.0
66
---
77

@@ -44,7 +44,7 @@ Forces the command to run without asking for user confirmation.
4444
```yaml
4545
Type: SwitchParameter
4646
Parameter Sets: (All)
47-
Aliases:
47+
Aliases:
4848

4949
Required: False
5050
Position: Named
@@ -57,7 +57,7 @@ Accept wildcard characters: False
5757
The resource group name.```yaml
5858
Type: String
5959
Parameter Sets: IdParameterSetName
60-
Aliases:
60+
Aliases:
6161

6262
Required: True
6363
Position: 0
@@ -70,7 +70,7 @@ Accept wildcard characters: False
7070
The virtual machine name.```yaml
7171
Type: String
7272
Parameter Sets: (All)
73-
Aliases:
73+
Aliases:
7474

7575
Required: True
7676
Position: 1
@@ -85,7 +85,7 @@ Specifies the name of the resource group of the virtual machine.
8585
```yaml
8686
Type: String
8787
Parameter Sets: ResourceGroupNameParameterSetName
88-
Aliases:
88+
Aliases:
8989

9090
Required: True
9191
Position: 0
@@ -95,12 +95,13 @@ Accept wildcard characters: False
9595
```
9696
9797
### -StayProvisioned
98-
Indicates that this cmdlet uses the stay provisioned setting.
98+
The cmdlet stops all the virtual machines within the VMSS but does not deallocate them. The account
99+
is charged for the stopped virtual machines.
99100
100101
```yaml
101102
Type: SwitchParameter
102103
Parameter Sets: (All)
103-
Aliases:
104+
Aliases:
104105

105106
Required: False
106107
Position: Named

0 commit comments

Comments
 (0)