Skip to content

Commit 8556ded

Browse files
authored
Up-versioning Azure CLI, removed bicep.png ignore
1 parent edb2e38 commit 8556ded

File tree

6 files changed

+6
-7
lines changed

6 files changed

+6
-7
lines changed

.github/workflows/ByoVnetCI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ permissions:
8383
concurrency: ci-${{ github.ref }}
8484

8585
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
8787
ParamFilePath: ".github/workflows_dep/AksDeploy-ByoVnet.parameters.json"
8888
RESNAME: "Byov"
8989
DEPNAME: "Dep${{ github.run_number }}"

.github/workflows/ByoVnetPrivateCI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ on:
8080
env:
8181
ParamFilePath: ".github/workflows_dep/AksDeploy-Private.parameters.json"
8282
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
8484

8585
concurrency: ci-${{ github.event.inputs.environment }}-${{ github.ref }}
8686

.github/workflows/OSSCI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ env:
3636
RG: "AksBicepAcc-Ci-OssCluster" #The resource group we're deploying to.
3737
RESNAME: "AksOss" #Used in Azure Resource Naming, overrides the default in the parameter file
3838
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
4040

4141
permissions:
4242
id-token: write
@@ -64,7 +64,7 @@ jobs:
6464
run: |
6565
LATEST=$(curl https://api.github.com/repos/Azure/AKS-Construction/releases/latest | jq '.tag_name' -r)
6666
echo "LATEST=$LATEST" >> $GITHUB_OUTPUT
67-
67+
6868
ContourDeploy:
6969
uses: ./.github/workflows/AKSC_Deploy.yml
7070
needs: [ReusableWF]

.github/workflows/StandardCI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ env:
3434
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
3535
RESNAME: "AksStan" #Used in Azure Resource Naming, overrides the default in the parameter file
3636
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
3838

3939
permissions:
4040
id-token: write

.github/workflows/regressionparams.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
env:
2626
RG: "AksBicepAcc-Ci-HelperValidate" #The resource group we're deploying to.
2727
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
2929

3030
jobs:
3131
GetParamFiles:

.lycheeignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
http://shell.azure.com
22
https://shell.azure.com
33
https://portal.azure.com/#cloudshell/
4-
./bicep.png

0 commit comments

Comments
 (0)