File tree Expand file tree Collapse file tree 10 files changed +19
-19
lines changed Expand file tree Collapse file tree 10 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ async function run() {
9393 }
9494
9595 const kubelogin = new Kubelogin ( helmutil . getTaskTempDir ( ) ) ;
96- if ( kubelogin . isAvailable ( ) ) {
96+ if ( kubelogin . isAvailable ( ) && ! externalAuth ) {
9797 tl . debug ( 'Kubelogin is installed. Converting kubeconfig.' ) ;
9898 const serviceConnection : string = tl . getInput ( 'azureSubscriptionEndpoint' , false ) ;
9999 try {
Original file line number Diff line number Diff line change 1414 "version" : {
1515 "Major" : 0 ,
1616 "Minor" : 226 ,
17- "Patch" : 5
17+ "Patch" : 7
1818 },
1919 "demands" : [],
2020 "groups" : [
Original file line number Diff line number Diff line change 1414 "version" : {
1515 "Major" : 0 ,
1616 "Minor" : 226 ,
17- "Patch" : 5
17+ "Patch" : 7
1818 },
1919 "demands" : [],
2020 "groups" : [
Original file line number Diff line number Diff line change 1- Default|0.226.5
2- Node16-225|0.226.4
1+ Default|0.226.7
2+ Node16-225|0.226.6
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ async function run() {
9393 }
9494
9595 const kubelogin = new Kubelogin ( helmutil . getTaskTempDir ( ) ) ;
96- if ( kubelogin . isAvailable ( ) ) {
96+ if ( kubelogin . isAvailable ( ) && ! externalAuth ) {
9797 tl . debug ( 'Kubelogin is installed. Converting kubeconfig.' ) ;
9898 const serviceConnection : string = tl . getInput ( 'azureSubscriptionEndpoint' , false ) ;
9999 try {
Original file line number Diff line number Diff line change 1414 "version" : {
1515 "Major" : 0 ,
1616 "Minor" : 226 ,
17- "Patch" : 5
17+ "Patch" : 7
1818 },
1919 "demands" : [],
2020 "groups" : [
549549 "KubeloginFailed" : " Kubelogin authentication failed. Exception: %s"
550550 },
551551 "_buildConfigMapping" : {
552- "Default" : " 0.226.5 " ,
553- "Node16-225" : " 0.226.4 "
552+ "Default" : " 0.226.7 " ,
553+ "Node16-225" : " 0.226.6 "
554554 }
555555}
Original file line number Diff line number Diff line change 1414 "version" : {
1515 "Major" : 0 ,
1616 "Minor" : 226 ,
17- "Patch" : 5
17+ "Patch" : 7
1818 },
1919 "demands" : [],
2020 "groups" : [
549549 "KubeloginFailed" : " ms-resource:loc.messages.KubeloginFailed"
550550 },
551551 "_buildConfigMapping" : {
552- "Default" : " 0.226.5 " ,
553- "Node16-225" : " 0.226.4 "
552+ "Default" : " 0.226.7 " ,
553+ "Node16-225" : " 0.226.6 "
554554 }
555555}
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ async function run() {
9393 }
9494
9595 const kubelogin = new Kubelogin ( helmutil . getTaskTempDir ( ) ) ;
96- if ( kubelogin . isAvailable ( ) ) {
96+ if ( kubelogin . isAvailable ( ) && ! externalAuth ) {
9797 tl . debug ( 'Kubelogin is installed. Converting kubeconfig.' ) ;
9898 const serviceConnection : string = tl . getInput ( 'azureSubscriptionEndpoint' , false ) ;
9999 try {
Original file line number Diff line number Diff line change 1414 "version" : {
1515 "Major" : 0 ,
1616 "Minor" : 226 ,
17- "Patch" : 4
17+ "Patch" : 6
1818 },
1919 "demands" : [],
2020 "groups" : [
561561 "KubeloginFailed" : " Kubelogin authentication failed. Exception: %s"
562562 },
563563 "_buildConfigMapping" : {
564- "Default" : " 0.226.5 " ,
565- "Node16-225" : " 0.226.4 "
564+ "Default" : " 0.226.7 " ,
565+ "Node16-225" : " 0.226.6 "
566566 }
567567}
Original file line number Diff line number Diff line change 1414 "version" : {
1515 "Major" : 0 ,
1616 "Minor" : 226 ,
17- "Patch" : 4
17+ "Patch" : 6
1818 },
1919 "demands" : [],
2020 "groups" : [
561561 "KubeloginFailed" : " ms-resource:loc.messages.KubeloginFailed"
562562 },
563563 "_buildConfigMapping" : {
564- "Default" : " 0.226.5 " ,
565- "Node16-225" : " 0.226.4 "
564+ "Default" : " 0.226.7 " ,
565+ "Node16-225" : " 0.226.6 "
566566 }
567567}
You can’t perform that action at this time.
0 commit comments