Skip to content

Commit 7d55135

Browse files
alliscodeBen Thomas
and
Ben Thomas
authored
Building main.json from main.bicep to get latest changes. (#262)
### Description Building `main.json` from `main.bicep` to get latest changes. ### Contribution Checklist <!-- Before submitting this PR, please make sure: --> - [x] The code builds clean without any errors or warnings - [x] The PR follows the [Contribution Guidelines](https://github.com/microsoft/copilot-chat/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/copilot-chat/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [x] All unit tests pass, and I have added new tests where possible - [x] I didn't break anyone 😄 Co-authored-by: Ben Thomas <[email protected]>
1 parent 50f7230 commit 7d55135

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/deploy/main.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"_generator": {
66
"name": "bicep",
77
"version": "0.20.4.51522",
8-
"templateHash": "1330294935556235998"
8+
"templateHash": "6091974935920125454"
99
}
1010
},
1111
"parameters": {
@@ -102,7 +102,7 @@
102102
},
103103
"azureAdInstance": {
104104
"type": "string",
105-
"defaultValue": "https://login.microsoftonline.com",
105+
"defaultValue": "[environment().authentication.loginEndpoint]",
106106
"metadata": {
107107
"description": "Azure AD cloud instance for authenticating users"
108108
}

0 commit comments

Comments
 (0)