We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1c5bdd commit a2e0242Copy full SHA for a2e0242
2 files changed
.github/workflows/ci.yaml
@@ -47,7 +47,7 @@ jobs:
47
48
# Install a specific version of Bicep for consistency across CI runs.
49
- name: Install Bicep
50
- run: az bicep install --version v0.38.33
+ run: az bicep install --version v0.39.26
51
52
- name: Check Azure samples
53
uses: microsoft/ps-rule@46451b8f5258c41beb5ae69ed7190ccbba84112c # v2.9.0
ps-rule.yaml
@@ -70,7 +70,7 @@ configuration:
70
AZURE_BICEP_CHECK_TOOL: true
71
72
# Configure the minimum version of the Bicep CLI.
73
- AZURE_BICEP_MINIMUM_VERSION: '0.38.33'
+ # AZURE_BICEP_MINIMUM_VERSION: '0.39.26'
74
75
AZURE_DEPLOYMENT_NONSENSITIVE_PARAMETER_NAMES:
76
- keys
0 commit comments