Skip to content

Commit 710c300

Browse files
Merge pull request #594 from microsoft/prdc-conflict-resolve
chore: resolved conflicts
2 parents d6066e3 + 8fec046 commit 710c300

5 files changed

Lines changed: 2 additions & 6 deletions

File tree

docs/images/readme/approach.png

2.41 KB
Loading
-103 KB
Loading
48.5 KB
Loading

infra/main.bicep

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1237,7 +1237,6 @@ module avmCosmosDB 'br/public:avm/res/document-db/database-account:0.19.0' = {
12371237
capabilitiesToAdd: [
12381238
'EnableMongo'
12391239
]
1240-
enableAnalyticalStorage: true
12411240
defaultConsistencyLevel: 'Session'
12421241
maxIntervalInSeconds: 5
12431242
maxStalenessPrefix: 100

infra/main.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"_generator": {
77
"name": "bicep",
88
"version": "0.42.1.51946",
9-
"templateHash": "312988678863218513"
9+
"templateHash": "12078312041649297460"
1010
},
1111
"name": "Content Processing Solution Accelerator",
1212
"description": "Bicep template to deploy the Content Processing Solution Accelerator with AVM compliance."
@@ -42481,10 +42481,10 @@
4248142481
},
4248242482
"dependsOn": [
4248342483
"avmAiServices",
42484+
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').contentUnderstanding)]",
4248442485
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]",
4248542486
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').aiServices)]",
4248642487
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').openAI)]",
42487-
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').contentUnderstanding)]",
4248842488
"virtualNetwork"
4248942489
]
4249042490
},
@@ -50787,9 +50787,6 @@
5078750787
"EnableMongo"
5078850788
]
5078950789
},
50790-
"enableAnalyticalStorage": {
50791-
"value": true
50792-
},
5079350790
"defaultConsistencyLevel": {
5079450791
"value": "Session"
5079550792
},

0 commit comments

Comments
 (0)