Skip to content

Commit 2bde800

Browse files
fix: set disableLocalAuth: true in main_custom.bicep and fix CRLF in main.json
Co-authored-by: Abdul-Microsoft <192570837+Abdul-Microsoft@users.noreply.github.com>
1 parent 6aabe72 commit 2bde800

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

infra/main.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"templateHash": "17476534152468179054"
1010
},
1111
"name": "Multi-Agent Custom Automation Engine",
12-
"description": "This module contains the resources required to deploy the [Multi-Agent Custom Automation Engine solution accelerator](https://github.com/microsoft/Multi-Agent-Custom-Automation-Engine-Solution-Accelerator) for both Sandbox environments and WAF aligned environments.\r\n\r\n> **Note:** This module is not intended for broad, generic use, as it was designed by the Commercial Solution Areas CTO team, as a Microsoft Solution Accelerator. Feature requests and bug fix requests are welcome if they support the needs of this organization but may not be incorporated if they aim to make this module more generic than what it needs to be for its primary use case. This module will likely be updated to leverage AVM resource modules in the future. This may result in breaking changes in upcoming versions when these features are implemented.\r\n"
12+
"description": "This module contains the resources required to deploy the [Multi-Agent Custom Automation Engine solution accelerator](https://github.com/microsoft/Multi-Agent-Custom-Automation-Engine-Solution-Accelerator) for both Sandbox environments and WAF aligned environments.\n\n> **Note:** This module is not intended for broad, generic use, as it was designed by the Commercial Solution Areas CTO team, as a Microsoft Solution Accelerator. Feature requests and bug fix requests are welcome if they support the needs of this organization but may not be incorporated if they aim to make this module more generic than what it needs to be for its primary use case. This module will likely be updated to leverage AVM resource modules in the future. This may result in breaking changes in upcoming versions when these features are implemented.\n"
1313
},
1414
"parameters": {
1515
"solutionName": {

infra/main_custom.bicep

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1710,12 +1710,7 @@ module searchService 'br/public:avm/res/search/search-service:0.11.1' = {
17101710
name: take('avm.res.search.search-service.${solutionSuffix}', 64)
17111711
params: {
17121712
name: searchServiceName
1713-
authOptions: {
1714-
aadOrApiKey: {
1715-
aadAuthFailureMode: 'http401WithBearerChallenge'
1716-
}
1717-
}
1718-
disableLocalAuth: false
1713+
disableLocalAuth: true
17191714
hostingMode: 'default'
17201715
managedIdentities: {
17211716
systemAssigned: true

0 commit comments

Comments
 (0)