Skip to content

Commit c0186d6

Browse files
bicep update
1 parent ddb0d3f commit c0186d6

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

infra/main.json

Lines changed: 14 additions & 6 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": "17771113255736029426"
7+
"version": "0.33.93.31351",
8+
"templateHash": "5113162408307967552"
99
}
1010
},
1111
"parameters": {
@@ -387,8 +387,8 @@
387387
"metadata": {
388388
"_generator": {
389389
"name": "bicep",
390-
"version": "0.34.44.8038",
391-
"templateHash": "6735617366829189246"
390+
"version": "0.33.93.31351",
391+
"templateHash": "17524263299629104759"
392392
}
393393
},
394394
"parameters": {
@@ -1049,6 +1049,10 @@
10491049
"azureProjectConnString": {
10501050
"type": "string",
10511051
"value": "[format('{0};{1};{2};{3}', split(reference(resourceId('Microsoft.MachineLearningServices/workspaces', variables('aiProjectName')), '2024-01-01-preview').discoveryUrl, '/')[2], subscription().subscriptionId, resourceGroup().name, variables('aiProjectName'))]"
1052+
},
1053+
"azureProjectName": {
1054+
"type": "string",
1055+
"value": "[variables('aiProjectName')]"
10521056
}
10531057
}
10541058
}
@@ -2029,8 +2033,8 @@
20292033
"metadata": {
20302034
"_generator": {
20312035
"name": "bicep",
2032-
"version": "0.34.44.8038",
2033-
"templateHash": "15245033027896071506"
2036+
"version": "0.33.93.31351",
2037+
"templateHash": "1048230098337804947"
20342038
}
20352039
},
20362040
"parameters": {
@@ -2621,6 +2625,10 @@
26212625
"type": "string",
26222626
"value": "[reference(extensionResourceId(format('/subscriptions/{0}/resourceGroups/{1}', subscription().subscriptionId, resourceGroup().name), 'Microsoft.Resources/deployments', 'deploy_ai_foundry'), '2022-09-01').outputs.azureProjectConnString.value]"
26232627
},
2628+
"AZURE_AI_PROJECT_NAME": {
2629+
"type": "string",
2630+
"value": "[reference(extensionResourceId(format('/subscriptions/{0}/resourceGroups/{1}', subscription().subscriptionId, resourceGroup().name), 'Microsoft.Resources/deployments', 'deploy_ai_foundry'), '2022-09-01').outputs.azureProjectName.value]"
2631+
},
26242632
"AZURE_AI_SEARCH_API_KEY": {
26252633
"type": "string",
26262634
"value": "[reference(extensionResourceId(format('/subscriptions/{0}/resourceGroups/{1}', subscription().subscriptionId, resourceGroup().name), 'Microsoft.Resources/deployments', 'deploy_ai_foundry'), '2022-09-01').outputs.aiSearchKey.value]"

0 commit comments

Comments
 (0)