Skip to content

Commit 9825133

Browse files
Merge branch 'dev' into hb-tempval-fix
2 parents 997bedd + 88da275 commit 9825133

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.github/workflows/azure-dev.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
AZURE_ENV_NAME: ${{ secrets.AZURE_ENV_NAME }}
3232
AZURE_LOCATION: ${{ secrets.AZURE_LOCATION }}
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34+
AZURE_DEV_COLLECT_TELEMETRY: ${{ vars.AZURE_DEV_COLLECT_TELEMETRY }}
3435

3536
# Step 3: Print the result of the validation
3637
- name: Print result

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ module avmStorageAccount 'br/public:avm/res/storage/storage-account:0.20.0' = {
490490
}
491491

492492
// // ========== AI Foundry and related resources ========== //
493-
module avmAiServices 'modules/account/aiservice.bicep' = {
493+
module avmAiServices 'modules/account/aifoundry.bicep' = {
494494
name: take('module.ai-services.${solutionSuffix}', 64)
495495
params: {
496496
name: 'aif-${solutionSuffix}'

infra/main.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"_generator": {
77
"name": "bicep",
88
"version": "0.37.4.10188",
9-
"templateHash": "15543709728547763503"
9+
"templateHash": "10045374231657176554"
1010
},
1111
"name": "Content Processing Solution Accelerator",
1212
"description": "Bicep template to deploy the Content Processing Solution Accelerator with AVM compliance."
@@ -32968,8 +32968,8 @@
3296832968
"avmContainerApp",
3296932969
"avmContainerApp_API",
3297032970
"avmManagedIdentity",
32971-
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageQueue)]",
3297232971
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageBlob)]",
32972+
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageQueue)]",
3297332973
"virtualNetwork"
3297432974
]
3297532975
},
@@ -38710,9 +38710,9 @@
3871038710
"dependsOn": [
3871138711
"avmContainerApp",
3871238712
"avmManagedIdentity",
38713-
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').aiServices)]",
38714-
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').openAI)]",
3871538713
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]",
38714+
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').openAI)]",
38715+
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').aiServices)]",
3871638716
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').contentUnderstanding)]",
3871738717
"logAnalyticsWorkspace",
3871838718
"virtualNetwork"
File renamed without changes.

0 commit comments

Comments
 (0)