Skip to content

Commit 75c9614

Browse files
Merge pull request #90 from microsoft/psl-us-15918-update
feat: updated one click deployment github action parameters
2 parents 1b4fefe + 60fc08d commit 75c9614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
az deployment group create \
5959
--resource-group ${{ env.RESOURCE_GROUP_NAME }} \
6060
--template-file infra/main.bicep \
61-
--parameters ResourcePrefix=codegen AiLocation=northcentralus
61+
--parameters AzureAiServiceLocation=northcentralus Prefix=codegen
6262
6363
6464
- name: Send Notification on Failure

0 commit comments

Comments
 (0)