Skip to content

Commit

Permalink
chore(ci): Update az CLI to 2.67.0 (#1559)
Browse files Browse the repository at this point in the history
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
- **Updates**
- Updated Azure CLI version from `2.64.0` to `2.67.0` in deployment
workflows.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
oskogstad authored Dec 4, 2024
1 parent f7e46c1 commit 78a832b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/workflow-deploy-apps.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Deploy apps
env:
AZ_CLI_VERSION: 2.64.0
AZ_CLI_VERSION: 2.67.0
on:
workflow_call:
outputs:
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
failOnStdErr: false
additionalArguments: '--what-if'
parameters: ./.azure/applications/web-api-migration-job/${{ inputs.environment }}.bicepparam

- name: Deploy migration job (${{ inputs.environment }})
uses: azure/arm-deploy@v2
if: ${{!inputs.dryRun}}
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
failOnStdErr: false
additionalArguments: '--what-if'
parameters: ./.azure/applications/${{ matrix.name }}/${{ inputs.environment }}.bicepparam

- name: Deploy app ${{ matrix.name }}(${{ inputs.environment }})
uses: azure/arm-deploy@v2
if: ${{!inputs.dryRun}}
Expand Down Expand Up @@ -280,7 +280,7 @@ jobs:
failOnStdErr: false
additionalArguments: '--what-if'
parameters: ./.azure/applications/${{ matrix.name }}/${{ inputs.environment }}.bicepparam

- name: Deploy job ${{ matrix.name }}(${{ inputs.environment }})
uses: azure/arm-deploy@v2
if: ${{!inputs.dryRun}}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/workflow-deploy-infra.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Deploy infrastructure

env:
AZ_CLI_VERSION: 2.64.0
AZ_CLI_VERSION: 2.67.0

on:
workflow_call:
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
failOnStdErr: false
additionalArguments: '--what-if'
parameters: ./.azure/infrastructure/${{ inputs.environment }}.bicepparam

- name: Deploy infrastructure (${{ inputs.environment }})
uses: azure/arm-deploy@v2
if: ${{ !inputs.dryRun }}
Expand Down

0 comments on commit 78a832b

Please sign in to comment.