We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f0a23a commit 3d9097cCopy full SHA for 3d9097c
2 files changed
.github/workflows/azure-dev.yml
@@ -43,4 +43,4 @@ jobs:
43
44
# Step 4: Print the result of the validation
45
- name: Print result
46
- run: cat ${{ steps.validation.outputs.resultFile }}
+ run: cat ${{ steps.validation.outputs.resultFile }}
infra/main.bicep
@@ -42,7 +42,6 @@ param secondaryLocation string = 'uksouth'
42
@allowed([
'australiaeast'
'canadaeast'
- 'eastus'
'eastus2'
47
'japaneast'
48
'koreacentral'
0 commit comments