From e35a8a9afc7e21991502b820b3d0c98cc67c62d8 Mon Sep 17 00:00:00 2001 From: Ajit Padhi Date: Mon, 18 May 2026 15:30:06 +0530 Subject: [PATCH] Updated Foundry Roles name --- docs/LocalDevelopmentSetup.md | 4 ++-- infra/main.bicep | 2 +- infra/main.json | 44 +++++++++++++++++------------------ infra/main_custom.bicep | 2 +- 4 files changed, 26 insertions(+), 26 deletions(-) diff --git a/docs/LocalDevelopmentSetup.md b/docs/LocalDevelopmentSetup.md index f065ecf5..a9dc9d17 100644 --- a/docs/LocalDevelopmentSetup.md +++ b/docs/LocalDevelopmentSetup.md @@ -253,10 +253,10 @@ az role assignment create \ --scope /subscriptions//resourceGroups//providers/Microsoft.CognitiveServices/accounts/ ``` ```bash -# Assign Azure AI User role +# Assign Foundry User role az role assignment create \ --assignee \ - --role "Azure AI User" \ + --role "Foundry User" \ --scope /subscriptions//resourceGroups//providers/Microsoft.CognitiveServices/accounts/ ``` diff --git a/infra/main.bicep b/infra/main.bicep index 5c0225d3..a86ab616 100644 --- a/infra/main.bicep +++ b/infra/main.bicep @@ -766,7 +766,7 @@ module aiServices 'modules/ai-foundry/aifoundry.bicep' = { { principalId: appIdentity.outputs.principalId principalType: 'ServicePrincipal' - roleDefinitionIdOrName: '53ca6127-db72-4b80-b1b0-d745d6d5456d' // Azure AI User + roleDefinitionIdOrName: '53ca6127-db72-4b80-b1b0-d745d6d5456d' // Foundry User } ] tags: allTags diff --git a/infra/main.json b/infra/main.json index 5e8c5860..f0d6298a 100644 --- a/infra/main.json +++ b/infra/main.json @@ -5,11 +5,11 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.42.1.51946", - "templateHash": "1333265003476738511" + "version": "0.43.8.12551", + "templateHash": "2263929965524886405" }, "name": "Modernize Your Code Solution Accelerator", - "description": "CSA CTO Gold Standard Solution Accelerator for Modernize Your Code. \r\n" + "description": "CSA CTO Gold Standard Solution Accelerator for Modernize Your Code. \n" }, "parameters": { "solutionName": { @@ -5093,8 +5093,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.42.1.51946", - "templateHash": "15922750226218572834" + "version": "0.43.8.12551", + "templateHash": "14487392921976794826" } }, "definitions": { @@ -13102,10 +13102,10 @@ "dependsOn": [ "applicationInsights", "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').ods)]", - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').agentSvc)]", - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').oms)]", "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').monitor)]", "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageBlob)]", + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').oms)]", + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').agentSvc)]", "dataCollectionEndpoint", "logAnalyticsWorkspace", "virtualNetwork" @@ -26168,8 +26168,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.42.1.51946", - "templateHash": "7788164101952925462" + "version": "0.43.8.12551", + "templateHash": "5833130864503278162" }, "name": "AI Services and Project Module", "description": "This module creates an AI Services resource and an AI Foundry project within it. It supports private networking, OpenAI deployments, and role assignments." @@ -27466,8 +27466,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.42.1.51946", - "templateHash": "3451497265231138743" + "version": "0.43.8.12551", + "templateHash": "427786211377533956" } }, "definitions": { @@ -29176,8 +29176,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.42.1.51946", - "templateHash": "6439859910553532577" + "version": "0.43.8.12551", + "templateHash": "9014582203949799641" } }, "definitions": { @@ -29391,8 +29391,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.42.1.51946", - "templateHash": "3451497265231138743" + "version": "0.43.8.12551", + "templateHash": "427786211377533956" } }, "definitions": { @@ -31101,8 +31101,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.42.1.51946", - "templateHash": "6439859910553532577" + "version": "0.43.8.12551", + "templateHash": "9014582203949799641" } }, "definitions": { @@ -32075,8 +32075,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.42.1.51946", - "templateHash": "3598447245043879538" + "version": "0.43.8.12551", + "templateHash": "12228537903958998388" } }, "definitions": { @@ -40484,8 +40484,8 @@ }, "dependsOn": [ "appIdentity", - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageFile)]", "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageBlob)]", + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageFile)]", "logAnalyticsWorkspace", "virtualNetwork" ] @@ -40529,8 +40529,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.42.1.51946", - "templateHash": "9745767047675020484" + "version": "0.43.8.12551", + "templateHash": "9897457440526781857" } }, "definitions": { diff --git a/infra/main_custom.bicep b/infra/main_custom.bicep index 938ca3e5..90a13c3f 100644 --- a/infra/main_custom.bicep +++ b/infra/main_custom.bicep @@ -686,7 +686,7 @@ module aiServices 'modules/ai-foundry/aifoundry.bicep' = { { principalId: appIdentity.outputs.principalId principalType: 'ServicePrincipal' - roleDefinitionIdOrName: '53ca6127-db72-4b80-b1b0-d745d6d5456d' // Azure AI User + roleDefinitionIdOrName: '53ca6127-db72-4b80-b1b0-d745d6d5456d' // Foundry User } ] tags: allTags