Skip to content

Updated the description for StayProvisioned parameter per Bug931236 #3982

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 17, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down Expand Up @@ -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
Expand All @@ -57,7 +57,7 @@ Accept wildcard characters: False
The resource group name.```yaml
Type: String
Parameter Sets: IdParameterSetName
Aliases:
Aliases:

Required: True
Position: 0
Expand All @@ -70,7 +70,7 @@ Accept wildcard characters: False
The virtual machine name.```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:

Required: True
Position: 1
Expand All @@ -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
Expand All @@ -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
Expand Down