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 8d96ac3 commit ac7b784Copy full SHA for ac7b784
CI/Azure-DevOps/CreateSQLVM_azcli.ps1
@@ -104,7 +104,6 @@ $FQDN = (az network public-ip show --resource-group $ResourceGroupName --name $P
104
Log-Output "FQDN: ", $FQDN;
105
Log-Output "DONE: Creating PIP $PipName";
106
107
-Log-Output "START: Creating NSG and Rules $NsgName";
108
Log-Output "START: Creating NSG and Rules $NsgName --> nsg create";
109
$output = az network nsg create --name $NsgName --resource-group $ResourceGroupName --location $Location | ConvertFrom-Json;
110
if (!$output) {
0 commit comments