We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5ed620 commit c2c74faCopy full SHA for c2c74fa
azure.yaml
@@ -5,7 +5,7 @@ metadata:
5
template: container-migration-solution-accelerator@1.0
6
7
requiredVersions:
8
- azd: '>=1.18.2'
+ azd: '>=1.18.2 != 1.23.9'
9
10
hooks:
11
postdeploy:
azure_custom.yaml
@@ -16,7 +16,7 @@ requiredVersions:
16
# Require a recent version of azd that supports the packaging
17
# functionality used here. Versions less than 1.17.1 had a bug in
18
# remoteBuild.
19
- azd: ">=1.18.2"
20
21
infra:
22
parameters:
0 commit comments