We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97fe85a commit 9558525Copy full SHA for 9558525
.pipelines/npm/npm-conformance-tests.yaml
@@ -164,8 +164,6 @@ stages:
164
export PUBLIC_IP_ID=$(az network public-ip show -g $(RESOURCE_GROUP) -n $(PUBLIC_IP_NAME) --query id -o tsv)
165
echo Public IP ID $PUBLIC_IP_ID
166
167
- az aks get-credentials -n $(AZURE_CLUSTER) -g $(RESOURCE_GROUP) --file ./kubeconfig
168
-
169
echo "Creating Linux Cluster";
170
az aks create --no-ssh-key \
171
--resource-group $(RESOURCE_GROUP) \
0 commit comments