Skip to content

Commit 8ea1667

Browse files
main json updated
1 parent 8cb8fe6 commit 8ea1667

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
--parameters \
116116
environmentName="${{ env.SOLUTION_PREFIX }}" \
117117
secondaryLocation="eastus2" \
118-
deploymentType="Standard" \
118+
deploymentType="GlobalStandard" \
119119
gptModelName="gpt-4o" \
120120
azureOpenaiAPIVersion="2024-05-01-preview" \
121121
gptDeploymentCapacity="10" \

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ param secondaryLocation string
2525
'Standard'
2626
'GlobalStandard'
2727
])
28-
param deploymentType string = 'Standard'
28+
param deploymentType string = 'GlobalStandard'
2929

3030
@minLength(1)
3131
@description('Name of the GPT model to deploy:')

infra/main.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"metadata": {
55
"_generator": {
66
"name": "bicep",
7-
"version": "0.33.93.31351",
8-
"templateHash": "1032022147181821826"
7+
"version": "0.34.1.11899",
8+
"templateHash": "498892376344234261"
99
}
1010
},
1111
"parameters": {
@@ -29,7 +29,7 @@
2929
},
3030
"deploymentType": {
3131
"type": "string",
32-
"defaultValue": "Standard",
32+
"defaultValue": "GlobalStandard",
3333
"allowedValues": [
3434
"Standard",
3535
"GlobalStandard"
@@ -150,8 +150,8 @@
150150
"metadata": {
151151
"_generator": {
152152
"name": "bicep",
153-
"version": "0.33.93.31351",
154-
"templateHash": "15599520231829365667"
153+
"version": "0.34.1.11899",
154+
"templateHash": "5321954130579291970"
155155
}
156156
},
157157
"parameters": {
@@ -243,8 +243,8 @@
243243
"metadata": {
244244
"_generator": {
245245
"name": "bicep",
246-
"version": "0.33.93.31351",
247-
"templateHash": "4317523167912536944"
246+
"version": "0.34.1.11899",
247+
"templateHash": "15644309813710584263"
248248
}
249249
},
250250
"parameters": {
@@ -383,8 +383,8 @@
383383
"metadata": {
384384
"_generator": {
385385
"name": "bicep",
386-
"version": "0.33.93.31351",
387-
"templateHash": "14521272418759600301"
386+
"version": "0.34.1.11899",
387+
"templateHash": "6241332452423283350"
388388
}
389389
},
390390
"parameters": {
@@ -981,8 +981,8 @@
981981
"metadata": {
982982
"_generator": {
983983
"name": "bicep",
984-
"version": "0.33.93.31351",
985-
"templateHash": "6827407487603246290"
984+
"version": "0.34.1.11899",
985+
"templateHash": "5169332991642386736"
986986
}
987987
},
988988
"parameters": {
@@ -1210,8 +1210,8 @@
12101210
"metadata": {
12111211
"_generator": {
12121212
"name": "bicep",
1213-
"version": "0.33.93.31351",
1214-
"templateHash": "15057452249812707948"
1213+
"version": "0.34.1.11899",
1214+
"templateHash": "12565043404933150402"
12151215
}
12161216
},
12171217
"parameters": {
@@ -1696,8 +1696,8 @@
16961696
"metadata": {
16971697
"_generator": {
16981698
"name": "bicep",
1699-
"version": "0.33.93.31351",
1700-
"templateHash": "3309828108890144070"
1699+
"version": "0.34.1.11899",
1700+
"templateHash": "8749313878807873763"
17011701
}
17021702
},
17031703
"parameters": {
@@ -1919,8 +1919,8 @@
19191919
"metadata": {
19201920
"_generator": {
19211921
"name": "bicep",
1922-
"version": "0.33.93.31351",
1923-
"templateHash": "1089111242708527718"
1922+
"version": "0.34.1.11899",
1923+
"templateHash": "16100001477502640669"
19241924
}
19251925
},
19261926
"parameters": {

0 commit comments

Comments
 (0)