Skip to content

Commit 24c3627

Browse files
committed
test
1 parent 77fed05 commit 24c3627

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pipelines/npm/npm-scale-test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)