Skip to content

Commit f723347

Browse files
modifying powershell tabs in both articles
1 parent a5082f6 commit f723347

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/virtual-machines/image-builder-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ To access the Azure VM Image Builder public preview in the Fairfax regions (USGo
103103

104104
### [Azure PowerShell](#tab/azure-powershell)
105105

106-
```powershell
106+
```azurepowershell-interactive
107107
Register-AzProviderPreviewFeature -ProviderNamespace Microsoft.VirtualMachineImages -Name FairfaxPublicPreview
108108
```
109109

@@ -119,7 +119,7 @@ To access the Azure VM Image Builder public preview in the China North 3 region,
119119

120120
### [Azure PowerShell](#tab/azure-powershell)
121121

122-
```powershell
122+
```azurepowershell-interactive
123123
Register-AzProviderPreviewFeature -ProviderNamespace Microsoft.VirtualMachineImages -Name MooncakePublicPreview
124124
```
125125

articles/virtual-machines/linux/image-builder-json.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ To access the Azure VM Image Builder public preview in the Fairfax regions (USGo
161161

162162
### [Azure PowerShell](#tab/azure-powershell)
163163

164-
```powershell
164+
```azurepowershell-interactive
165165
Register-AzProviderPreviewFeature -ProviderNamespace Microsoft.VirtualMachineImages -Name FairfaxPublicPreview
166166
```
167167

@@ -177,7 +177,7 @@ To access the Azure VM Image Builder public preview in the China North 3 region,
177177

178178
### [Azure PowerShell](#tab/azure-powershell)
179179

180-
```powershell
180+
```azurepowershell-interactive
181181
Register-AzProviderPreviewFeature -ProviderNamespace Microsoft.VirtualMachineImages -Name MooncakePublicPreview
182182
```
183183

0 commit comments

Comments
 (0)