File tree Expand file tree Collapse file tree 5 files changed +9
-11
lines changed Expand file tree Collapse file tree 5 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 18
18
"ghcr.io/devcontainers/features/git:1" : {
19
19
"version" : " 2.39.1"
20
20
},
21
- "ghcr.io/devcontainers-contrib/features/typescript:2" : {
22
-
23
- }
24
- ,
21
+ "ghcr.io/devcontainers-contrib/features/typescript:2" : {},
22
+ "ghcr.io/devcontainers/features/kubectl-helm-minikube:1" : {
23
+ "version" : " 1.1.8 "
24
+ } ,
25
25
"docker-in-docker" : {
26
26
"version" : " latest" ,
27
27
"moby" : true ,
28
28
"dockerDashComposeVersion" : " v1"
29
- },
30
- "ghcr.io/devcontainers/features/kubectl-helm-minikube:1" : {}
31
-
29
+ }
32
30
},
33
31
"customizations" : {
34
32
"vscode" : {
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ foreach ($line in $output) {
13
13
if ($Env: AZURE_USE_EASY_AUTH -eq " true" ){
14
14
Write-Host " Enabled EasyAuth for the AKS Cluster"
15
15
} else {
16
- exit 1 ;
16
+ exit 0 ;
17
17
}
18
18
19
19
Write-Host " Deleting Entra App ${Env: adAppName} :${Env: AZURE_AD_APP_ID} "
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ done <<< "$output"
22
22
if [ " $AZURE_USE_EASY_AUTH " == " true" ]; then
23
23
echo " Enabled EasyAuth for the AKS Cluster"
24
24
else
25
- exit 1
25
+ exit 0
26
26
fi
27
27
28
28
# Deleting Entra App
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ if($env:AZURE_USE_EASY_AUTH -eq "true"){
19
19
} else {
20
20
Write-Host " EasyAuth is not enabled for the AKS Cluster"
21
21
Write-Host " If you want to enable EasyAuth, please set the AZURE_USE_EASY_AUTH environment variable to true"
22
- exit 1 ;
22
+ exit 0 ;
23
23
}
24
24
25
25
$location = $env: AZURE_LOCATION
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ if [ "$AZURE_USE_EASY_AUTH" = "true" ]; then
37
37
else
38
38
echo " EasyAuth is not enabled for the AKS Cluster"
39
39
echo " If you want to enable EasyAuth, please set the AZURE_USE_EASY_AUTH environment variable to true"
40
- exit 1
40
+ exit 0
41
41
fi
42
42
43
43
location=$AZURE_LOCATION
You can’t perform that action at this time.
0 commit comments