We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c6e117 commit 8087083Copy full SHA for 8087083
samples/manage/azure-arc-enabled-sql-server/modify-license-type/modify-license-type.ps1
@@ -171,7 +171,7 @@ foreach ($sub in $subscriptions){
171
if ($settings["LicenseType"] -ne $LicenseType ) {
172
$settings["LicenseType"] = $LicenseType
173
Write-Host "Resource group: [$($r.resourceGroup)] Connected machine: [$($r.MachineName)] : License type: [$($settings["LicenseType"])]"
174
- Set-AzConnectedMachineExtension @setId -Settings $settings -NoWait
+ Set-AzConnectedMachineExtension @setId -Settings $settings -NoWait | Out-Null
175
}
176
177
} else {
0 commit comments