Skip to content

Commit 87cf09e

Browse files
authored
Fixing az pwsh tab
1 parent 24fe041 commit 87cf09e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machines/image-builder-api-update-release-notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ To ensure compatibility with your existing templates, when creating or updating
8484
PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VirtualMachineImages/imageTemplates/{imageTemplateName}?api-version=2022-07-01
8585
```
8686

87-
# [Azure CLI](#tab/azurecli-interactive)
87+
# [Azure CLI](#tab/-interactive)
8888

8989
```azurecli-interactive
9090
az resource create \
@@ -96,7 +96,7 @@ az resource create \
9696
-n <imageTemplateName>
9797
```
9898

99-
# [Azure PowerShell](#tab/azurecli-interactive)
99+
# [Azure PowerShell](#tab/azurepowershell-interactive)
100100

101101
```azurepowershell-interactive
102102
New-AzResourceGroupDeployment -ResourceGroupName <resourceGroupName> -TemplateFile <templateFilePath> -TemplateParameterObject @{"api-version" = "2022-07-01"; "imageTemplateName" = <imageTemplateName>; "svclocation" = <location>}

0 commit comments

Comments
 (0)