Skip to content

Commit a97c909

Browse files
committed
Fix typo: commend -> command
1 parent 6e64f0b commit a97c909

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)