Skip to content

Commit c2c74fa

Browse files
Updated azure.yaml file to exclude the 1.23.9 azd version
1 parent a5ed620 commit c2c74fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
template: container-migration-solution-accelerator@1.0
66

77
requiredVersions:
8-
azd: '>=1.18.2'
8+
azd: '>=1.18.2 != 1.23.9'
99

1010
hooks:
1111
postdeploy:

azure_custom.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ requiredVersions:
1616
# Require a recent version of azd that supports the packaging
1717
# functionality used here. Versions less than 1.17.1 had a bug in
1818
# remoteBuild.
19-
azd: ">=1.18.2"
19+
azd: '>=1.18.2 != 1.23.9'
2020

2121
infra:
2222
parameters:

0 commit comments

Comments
 (0)