Skip to content

Commit 928971b

Browse files
remove $fqdn= $null
1 parent bb89f62 commit 928971b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Deployment/resourcedeployment.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -667,8 +667,8 @@ try {
667667
az network public-ip update --resource-group $aksResourceGroupName --name $publicIpName --dns-name $dnsName
668668

669669
# 6-4. Get FQDN for the public IP address
670-
#$fqdn = az network public-ip show --resource-group $aksResourceGroupName --name $publicIpName --query "dnsSettings.fqdn" --output tsv
671-
$fqdn = $null
670+
$fqdn = az network public-ip show --resource-group $aksResourceGroupName --name $publicIpName --query "dnsSettings.fqdn" --output tsv
671+
672672
# Validate if the FQDN is null or empty
673673
ValidateVariableIsNullOrEmpty -variableValue $fqdn -variableName "FQDN"
674674

0 commit comments

Comments
 (0)