Skip to content

Commit 2d6a164

Browse files
Merge pull request #905 from microsoft/PSL-BUG-39448
fix: Azure Cognitive Search deployment fails issue fixed
2 parents 87fe453 + 8adc036 commit 2d6a164

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

infra/main.bicep

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1684,6 +1684,7 @@ module searchServiceUpdate 'br/public:avm/res/search/search-service:0.11.1' = {
16841684
name: take('avm.res.search.update.${solutionSuffix}', 64)
16851685
params: {
16861686
name: searchServiceName
1687+
location: location
16871688
disableLocalAuth: true
16881689
hostingMode: 'default'
16891690
managedIdentities: {

infra/main.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"_generator": {
77
"name": "bicep",
88
"version": "0.41.2.15936",
9-
"templateHash": "11499679496885073074"
9+
"templateHash": "797205848378228584"
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": {
@@ -43042,6 +43042,9 @@
4304243042
"name": {
4304343043
"value": "[variables('searchServiceName')]"
4304443044
},
43045+
"location": {
43046+
"value": "[parameters('location')]"
43047+
},
4304543048
"disableLocalAuth": {
4304643049
"value": true
4304743050
},

0 commit comments

Comments
 (0)