Skip to content

Commit c7762fc

Browse files
authored
Merge pull request #127753 from changeworld/patch-13
Fix typo: commend -> command
2 parents bcd15df + a97c909 commit c7762fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/azure-resource-manager/templates/template-cloud-consistency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ To retrieve a list of the available versions for a specific VM extension, use th
645645
Get-AzureRmVMExtensionImage -Location myLocation -PublisherName Microsoft.PowerShell -Type DSC | FT
646646
```
647647

648-
To get a list of publishers, use the [Get-AzureRmVmImagePublisher](/powershell/module/az.compute/get-azvmimagepublisher) command. To request type, use the [Get-AzureRmVMExtensionImageType](/powershell/module/az.compute/get-azvmextensionimagetype) commend.
648+
To get a list of publishers, use the [Get-AzureRmVmImagePublisher](/powershell/module/az.compute/get-azvmimagepublisher) command. To request type, use the [Get-AzureRmVMExtensionImageType](/powershell/module/az.compute/get-azvmextensionimagetype) command.
649649

650650
## Tips for testing and automation
651651

0 commit comments

Comments
 (0)