Skip to content

Commit 33d7d43

Browse files
authored
Merge pull request #1150 from nschonni/typo-assingned
typo: assingned -> assigned
2 parents 9067667 + 1a12e93 commit 33d7d43

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

azps-1.8.0/Az.Compute/New-AzVM.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ Accept wildcard characters: False
545545
```
546546

547547
### -SystemAssignedIdentity
548-
If the parameter is present then the VM is assingned a managed system identity that is auto generated.
548+
If the parameter is present then the VM is assigned a managed system identity that is auto generated.
549549

550550
```yaml
551551
Type: System.Management.Automation.SwitchParameter

azps-1.8.0/Az.Compute/New-AzVmss.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ Accept wildcard characters: False
497497
```
498498
499499
### -SystemAssignedIdentity
500-
If the parameter is present then the VM(s) in the scale set is(are) assingned a managed system identity that is auto generated.
500+
If the parameter is present then the VM(s) in the scale set is(are) assigned a managed system identity that is auto generated.
501501
502502
```yaml
503503
Type: System.Management.Automation.SwitchParameter

azps-2.4.0/Az.Compute/New-AzVmss.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ Accept wildcard characters: False
512512
```
513513
514514
### -SystemAssignedIdentity
515-
If the parameter is present then the VM(s) in the scale set is(are) assingned a managed system identity that is auto generated.
515+
If the parameter is present then the VM(s) in the scale set is(are) assigned a managed system identity that is auto generated.
516516
517517
```yaml
518518
Type: System.Management.Automation.SwitchParameter

azurermps-6.13.0/AzureRM.Compute/New-AzureRmVM.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ Accept wildcard characters: False
530530
```
531531

532532
### -SystemAssignedIdentity
533-
If the parameter is present then the VM is assingned a managed system identity that is auto generated.
533+
If the parameter is present then the VM is assigned a managed system identity that is auto generated.
534534

535535
```yaml
536536
Type: System.Management.Automation.SwitchParameter

azurermps-6.13.0/AzureRM.Compute/New-AzureRmVmss.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ Accept wildcard characters: False
482482
```
483483
484484
### -SystemAssignedIdentity
485-
If the parameter is present then the VM(s) in the scale set is(are) assingned a managed system identity that is auto generated.
485+
If the parameter is present then the VM(s) in the scale set is(are) assigned a managed system identity that is auto generated.
486486
487487
```yaml
488488
Type: System.Management.Automation.SwitchParameter

0 commit comments

Comments
 (0)