Skip to content

Commit ed5b763

Browse files
authored
Merge pull request Azure#8346 from alexandair/patch-3
Fix a header and some typos
2 parents 38d5751 + 3702520 commit ed5b763

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/Compute/Compute/help/Update-AzVM.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
external help file: Microsoft.Azure.PowerShell.Cmdlets.Compute.dll-Help.xml
33
Module Name: Az.Compute
44
ms.assetid: 38917534-49C6-47EA-B815-240F794EE655
@@ -74,7 +74,7 @@ Accept wildcard characters: False
7474
```
7575
7676
### -AssignIdentity
77-
Specify the system assigned identity for the virtual machine.
77+
Specify the system-assigned identity for the virtual machine.
7878
7979
```yaml
8080
Type: System.Management.Automation.SwitchParameter
@@ -89,7 +89,7 @@ Accept wildcard characters: False
8989
```
9090
9191
### -DefaultProfile
92-
The credentials, account, tenant, and subscription used for communication with azure.
92+
The credentials, account, tenant, and subscription used for communication with Azure.
9393
9494
```yaml
9595
Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer
@@ -104,7 +104,7 @@ Accept wildcard characters: False
104104
```
105105
106106
### -Id
107-
Specifies the Resource ID of the virtual machine.
107+
Specifies the resource ID of the virtual machine.
108108
109109
```yaml
110110
Type: System.String
@@ -119,8 +119,8 @@ Accept wildcard characters: False
119119
```
120120
121121
### -IdentityId
122-
Specifies the list of user identities associated with the virtual machine scale set.
123-
The user identity references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/identities/{identityName}'
122+
Specifies the list of user identities associated with the virtual machine.
123+
The user identity references will be ARM resource IDs in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/identities/{identityName}'
124124
125125
```yaml
126126
Type: System.String[]
@@ -135,7 +135,7 @@ Accept wildcard characters: False
135135
```
136136
137137
### -IdentityType
138-
The type of identity used for the virtual machine. Currently, the only supported type is 'SystemAssigned', which implicitly creates an identity.
138+
The type of identity used for the virtual machine. Valid values are SystemAssigned, UserAssigned, SystemAssignedUserAssigned, and None.
139139
140140
```yaml
141141
Type: System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]

0 commit comments

Comments
 (0)