Skip to content

Commit 60c6a6a

Browse files
authored
Merge pull request #97461 from BenWaller/BenWaller-fix-parameter-type
Fix parameter type as it now takes a hashtable
2 parents 6688620 + 4e58402 commit 60c6a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-arc/servers/manage-vm-extensions-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The following example enables the Key Vault VM extension on an Azure Arc-enabled
8383
$location = "regionName"
8484
8585
# Start the deployment
86-
New-AzConnectedMachineExtension -ResourceGroupName $resourceGRoup -Location $location -MachineName $machineName -Name "KeyVaultForWindows or KeyVaultforLinux" -Publisher "Microsoft.Azure.KeyVault" -ExtensionType "KeyVaultforWindows or KeyVaultforLinux" -Setting (ConvertTo-Json $settings)
86+
New-AzConnectedMachineExtension -ResourceGroupName $resourceGroup -Location $location -MachineName $machineName -Name "KeyVaultForWindows or KeyVaultforLinux" -Publisher "Microsoft.Azure.KeyVault" -ExtensionType "KeyVaultforWindows or KeyVaultforLinux" -Setting $settings
8787
```
8888

8989
## List extensions installed

0 commit comments

Comments
 (0)