We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94d4076 commit a3fa3f1Copy full SHA for a3fa3f1
.pipelines/azure_pipeline_testframework.yaml
@@ -41,7 +41,7 @@ jobs:
41
- task: AzureCLI@1
42
displayName: Get kubeconfig
43
inputs:
44
- azureSubscription: 'ContainerInsights_Build_Subscription'
+ azureSubscription: 'ContainerInsights_Build_Subscription_CI'
45
scriptLocation: 'inlineScript'
46
inlineScript: 'az aks get-credentials -g $(RESOURCE_GROUP) -n $(CLUSTER_NAME)'
47
0 commit comments