Skip to content

Commit 7c30f39

Browse files
Merge pull request #528 from microsoft/psl-bug-20916
fix: Added Validation to restrict region selection to only those supporting both Agent and Semantic Search
2 parents 0b89099 + 863e382 commit 7c30f39

2 files changed

Lines changed: 1 addition & 13 deletions

File tree

infra/main.bicep

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,11 @@ param AZURE_LOCATION string = ''
1616
// ========== AI Deployments Location ========== //
1717
@allowed([
1818
'australiaeast'
19-
'canadaeast'
20-
'centraluseuap'
2119
'eastus'
2220
'eastus2'
2321
'francecentral'
2422
'japaneast'
2523
'koreacentral'
26-
'norwayeast'
27-
'polandcentral'
28-
'southeastasia'
29-
'southindia'
3024
'swedencentral'
3125
'switzerlandnorth'
3226
'uaenorth'

infra/main.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"_generator": {
66
"name": "bicep",
77
"version": "0.36.177.2456",
8-
"templateHash": "5067006710993312117"
8+
"templateHash": "8521527893631804786"
99
}
1010
},
1111
"parameters": {
@@ -36,17 +36,11 @@
3636
"type": "string",
3737
"allowedValues": [
3838
"australiaeast",
39-
"canadaeast",
40-
"centraluseuap",
4139
"eastus",
4240
"eastus2",
4341
"francecentral",
4442
"japaneast",
4543
"koreacentral",
46-
"norwayeast",
47-
"polandcentral",
48-
"southeastasia",
49-
"southindia",
5044
"swedencentral",
5145
"switzerlandnorth",
5246
"uaenorth",

0 commit comments

Comments
 (0)