Skip to content

Commit 9544952

Browse files
Merge pull request #870 from microsoft/hb-psl-us-37902
fix: update aiFoundryPrivateEndpoint module to use vnet location
2 parents 08cf17d + c49ed5d commit 9544952

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,7 @@ module aiFoundryPrivateEndpoint 'br/public:avm/res/network/private-endpoint:0.8.
976976
params: {
977977
name: 'pep-${aiFoundryAiServicesResourceName}'
978978
customNetworkInterfaceName: 'nic-${aiFoundryAiServicesResourceName}'
979-
location: azureAiServiceLocation
979+
location: location
980980
tags: tags
981981
privateLinkServiceConnections: [
982982
{

infra/main.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"_generator": {
77
"name": "bicep",
88
"version": "0.41.2.15936",
9-
"templateHash": "4258449159176431849"
9+
"templateHash": "13724980897210103236"
1010
},
1111
"name": "Multi-Agent Custom Automation Engine",
1212
"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"
@@ -25469,7 +25469,7 @@
2546925469
"value": "[format('nic-{0}', variables('aiFoundryAiServicesResourceName'))]"
2547025470
},
2547125471
"location": {
25472-
"value": "[parameters('azureAiServiceLocation')]"
25472+
"value": "[parameters('location')]"
2547325473
},
2547425474
"tags": {
2547525475
"value": "[parameters('tags')]"

infra/main_custom.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -975,7 +975,7 @@ module aiFoundryPrivateEndpoint 'br/public:avm/res/network/private-endpoint:0.8.
975975
params: {
976976
name: 'pep-${aiFoundryAiServicesResourceName}'
977977
customNetworkInterfaceName: 'nic-${aiFoundryAiServicesResourceName}'
978-
location: azureAiServiceLocation
978+
location: location
979979
tags: tags
980980
privateLinkServiceConnections: [
981981
{

0 commit comments

Comments
 (0)