Skip to content

Commit cb1131d

Browse files
normalize secondary location value to lowercase in deployment parameters
1 parent bb1f323 commit cb1131d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
--parameters \
145145
environmentName="${{ env.ENVIRONMENT_NAME }}" \
146146
enablePrivateNetworking="false" \
147-
secondaryLocation="EastUs2" \
147+
secondaryLocation="eastus2" \
148148
contentUnderstandingLocation="WestUS" \
149149
deploymentType="GlobalStandard" \
150150
gptModelName="gpt-4o" \

0 commit comments

Comments
 (0)