Skip to content

Commit a50692d

Browse files
authored
KubernetesV0 - changes for Azure auth type in Kubernetes endpoint (#9832)
1 parent 6fdc4f8 commit a50692d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Tasks/KubernetesV0/src/clusterconnection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default class ClusterConnection {
4747
kubeconfig = kubectlutility.getKubeconfigForCluster(kubernetesEndpoint);
4848
}
4949
}
50-
else if (authorizationType === "ServiceAccount")
50+
else if (authorizationType === "ServiceAccount" || authorizationType === "AzureSubscription")
5151
{
5252
kubeconfig = kubectlutility.createKubeconfig(kubernetesEndpoint);
5353
}

Tasks/KubernetesV0/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 0,
16-
"Minor": 1,
17-
"Patch": 40
16+
"Minor": 148,
17+
"Patch": 1
1818
},
1919
"demands": [],
2020
"preview": "false",

0 commit comments

Comments
 (0)