Skip to content

Commit

Permalink
removed double print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mbt1 committed Dec 19, 2023
1 parent 8d96ac3 commit ac7b784
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CI/Azure-DevOps/CreateSQLVM_azcli.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ $FQDN = (az network public-ip show --resource-group $ResourceGroupName --name $P
Log-Output "FQDN: ", $FQDN;
Log-Output "DONE: Creating PIP $PipName";

Log-Output "START: Creating NSG and Rules $NsgName";
Log-Output "START: Creating NSG and Rules $NsgName --> nsg create";
$output = az network nsg create --name $NsgName --resource-group $ResourceGroupName --location $Location | ConvertFrom-Json;
if (!$output) {
Expand Down

0 comments on commit ac7b784

Please sign in to comment.