File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -140,9 +140,9 @@ jobs:
140140 az group create --name $(RESOURCE_GROUP) -l $(LOCATION) -o table
141141
142142 export PUBLIC_IP_NAME=$(RESOURCE_GROUP)-$(PROFILE)-public-ip
143- echo "Creating public IP with a service tag named $( PUBLIC_IP_NAME) "
143+ echo "Creating public IP with a service tag named $PUBLIC_IP_NAME"
144144 az network public-ip create \
145- --name $( PUBLIC_IP_NAME) \
145+ --name $PUBLIC_IP_NAME \
146146 --resource-group $(RESOURCE_GROUP) \
147147 --allocation-method Static \
148148 --ip-tags 'FirstPartyUsage=/DelegatedNetworkControllerTest' \
@@ -164,7 +164,7 @@ jobs:
164164 --node-count 1 \
165165 --tier standard \
166166 --max-pods 100 \
167- --load-balancer-outbound-ips $( PUBLIC_IP_ID)
167+ --load-balancer-outbound-ips $PUBLIC_IP_ID
168168
169169 echo "Getting credentials to $CLUSTER_NAME"
170170 az aks get-credentials -g $(RESOURCE_GROUP) -n $CLUSTER_NAME --overwrite-existing --file ./kubeconfig
You can’t perform that action at this time.
0 commit comments