File tree Expand file tree Collapse file tree 6 files changed +6
-7
lines changed Expand file tree Collapse file tree 6 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ permissions:
83
83
concurrency : ci-${{ github.ref }}
84
84
85
85
env :
86
- AZCLIVERSION : 2.43 .0 # 2.30.0 #2.29.2 #2.26.0 #latest
86
+ AZCLIVERSION : 2.53 .0 # 2.43.0 #2.34.1 #2.29.2 #2.26.0 #latest
87
87
ParamFilePath : " .github/workflows_dep/AksDeploy-ByoVnet.parameters.json"
88
88
RESNAME : " Byov"
89
89
DEPNAME : " Dep${{ github.run_number }}"
Original file line number Diff line number Diff line change 80
80
env :
81
81
ParamFilePath : " .github/workflows_dep/AksDeploy-Private.parameters.json"
82
82
DEPNAME : ' DepPriv${{ github.run_number }}'
83
- AZCLIVERSION : 2.43 .0 # 2.36 .0 #2.30.0 #Pinning to a specific AZ CLI version
83
+ AZCLIVERSION : 2.53 .0 # 2.43 .0 #2.34.1 #2.29.2 #2.26.0 #latest
84
84
85
85
concurrency : ci-${{ github.event.inputs.environment }}-${{ github.ref }}
86
86
Original file line number Diff line number Diff line change 36
36
RG : " AksBicepAcc-Ci-OssCluster" # The resource group we're deploying to.
37
37
RESNAME : " AksOss" # Used in Azure Resource Naming, overrides the default in the parameter file
38
38
DEPNAME : " Dep${{ github.run_number }}" # Deployment Name
39
- AZCLIVERSION : 2.43.0 # Pinning to a specific AZ CLI version
39
+ AZCLIVERSION : 2.53.0 # 2. 43.0 #2.34.1 #2.29.2 #2.26.0 #latest
40
40
41
41
permissions :
42
42
id-token : write
64
64
run : |
65
65
LATEST=$(curl https://api.github.com/repos/Azure/AKS-Construction/releases/latest | jq '.tag_name' -r)
66
66
echo "LATEST=$LATEST" >> $GITHUB_OUTPUT
67
-
67
+
68
68
ContourDeploy :
69
69
uses : ./.github/workflows/AKSC_Deploy.yml
70
70
needs : [ReusableWF]
Original file line number Diff line number Diff line change 34
34
ParamFilePath : " https://raw.githubusercontent.com/Azure/AKS-Construction/main/.github/workflows_dep/AksDeploy-Basic.parameters.json" # ".github/workflows_dep/AksDeploy-Basic.parameters.json" #Path to parameter file
35
35
RESNAME : " AksStan" # Used in Azure Resource Naming, overrides the default in the parameter file
36
36
DEPNAME : " Dep${{ github.run_number }}" # Deployment Name
37
- AZCLIVERSION : 2.43.0 # Pinning to a specific AZ CLI version
37
+ AZCLIVERSION : 2.53.0 # 2. 43.0 #2.34.1 #2.29.2 #2.26.0 #latest
38
38
39
39
permissions :
40
40
id-token : write
Original file line number Diff line number Diff line change 25
25
env :
26
26
RG : " AksBicepAcc-Ci-HelperValidate" # The resource group we're deploying to.
27
27
ParamDir : " .github/workflows_dep/regressionparams/" # Path to parameter file
28
- AZCLIVERSION : 2.43.0 # Pinning to a specific AZ CLI version
28
+ AZCLIVERSION : 2.53.0 # 2. 43.0 #2.34.1 #2.29.2 #2.26.0 #latest
29
29
30
30
jobs :
31
31
GetParamFiles :
Original file line number Diff line number Diff line change 1
1
http://shell.azure.com
2
2
https://shell.azure.com
3
3
https://portal.azure.com/#cloudshell/
4
- ./bicep.png
You can’t perform that action at this time.
0 commit comments