Skip to content

Commit a96e2b8

Browse files
Merge pull request #48 from microsoft/rebuildJson
templet changes for dev contianers
2 parents cc4bb82 + e141459 commit a96e2b8

File tree

2 files changed

+14
-17
lines changed

2 files changed

+14
-17
lines changed

azure.yaml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
1-
# yaml-language-server: $schema=https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json
2-
3-
4-
51
environment:
62
name: modernize-your-code-solution-accelerator
73
location: eastus
84
name: modernize-your-code-solution-accelerator
95
metadata:
10-
template: [email protected].0
6+
template: modernize-your-code-solution-accelerator@1.0
117
parameters:
12-
# environmentName:
13-
# type: string
14-
# default: azdtest
158
AiLocation:
169
type: string
1710
default: japaneast
@@ -20,7 +13,11 @@ parameters:
2013
default: bs-azdtest
2114
baseUrl:
2215
type: string
23-
default: 'https://github.com/microsoft/Modernize-your-code-solution-accelerator'
16+
default: 'https://raw.githubusercontent.com/microsoft/Modernize-your-code-solution-accelerator'
2417
deployment:
2518
mode: Incremental
2619
template: ./infra/main.bicep # Path to the main.bicep file inside the 'deployment' folder
20+
prameters:
21+
AiLocation: ${{ parameters.AiLocation }}
22+
ResourcePrefix: ${{ parameters.ResourcePrefix }}
23+
baseUrl: ${{ parameters.baseUrl }}

infra/main.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"metadata": {
55
"_generator": {
66
"name": "bicep",
7-
"version": "0.34.44.8038",
8-
"templateHash": "1800728255053565584"
7+
"version": "0.33.93.31351",
8+
"templateHash": "11802129812634129151"
99
}
1010
},
1111
"parameters": {
@@ -353,8 +353,8 @@
353353
"metadata": {
354354
"_generator": {
355355
"name": "bicep",
356-
"version": "0.34.44.8038",
357-
"templateHash": "17863870312619064541"
356+
"version": "0.33.93.31351",
357+
"templateHash": "11665286146084422127"
358358
}
359359
},
360360
"parameters": {
@@ -451,8 +451,8 @@
451451
"metadata": {
452452
"_generator": {
453453
"name": "bicep",
454-
"version": "0.34.44.8038",
455-
"templateHash": "10664495342911727649"
454+
"version": "0.33.93.31351",
455+
"templateHash": "4388214478635448075"
456456
}
457457
},
458458
"parameters": {
@@ -589,8 +589,8 @@
589589
"metadata": {
590590
"_generator": {
591591
"name": "bicep",
592-
"version": "0.34.44.8038",
593-
"templateHash": "12550713338937452696"
592+
"version": "0.33.93.31351",
593+
"templateHash": "10270252950808398257"
594594
}
595595
},
596596
"parameters": {

0 commit comments

Comments
 (0)