Skip to content

Commit d2f9b3d

Browse files
authored
Merge pull request #9340 from sguitardude/patch-1
Fixed spelling for the word assigned
2 parents 7e75e68 + fd53dc0 commit d2f9b3d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Compute/Compute/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
- Additional information about change #1
2020
-->
2121
## Upcoming Release
22+
* Fix typo in `New-AzVM` reference documentation
2223

2324
## Version 2.2.0
2425
* Added `NoWait` parameter that starts the operation and returns immediately, before the operation is completed.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ Accept wildcard characters: False
543543
```
544544

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

548548
```yaml
549549
Type: System.Management.Automation.SwitchParameter

0 commit comments

Comments
 (0)