Skip to content

Commit ac7b784

Browse files
committed
removed double print statement
1 parent 8d96ac3 commit ac7b784

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CI/Azure-DevOps/CreateSQLVM_azcli.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ $FQDN = (az network public-ip show --resource-group $ResourceGroupName --name $P
104104
Log-Output "FQDN: ", $FQDN;
105105
Log-Output "DONE: Creating PIP $PipName";
106106

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

0 commit comments

Comments
 (0)