Skip to content

Commit c352934

Browse files
committed
chore: update modules
1 parent 0ae2075 commit c352934

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

infra/main.bicep

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ module burgerMcpAppServicePlan 'br/public:avm/res/web/serverfarm:0.4.1' = {
390390
}
391391
}
392392

393-
module storage 'br/public:avm/res/storage/storage-account:0.25.1' = {
393+
module storage 'br/public:avm/res/storage/storage-account:0.26.2' = {
394394
name: 'storage'
395395
scope: resourceGroup
396396
params: {
@@ -432,7 +432,7 @@ module storage 'br/public:avm/res/storage/storage-account:0.25.1' = {
432432
}
433433
}
434434

435-
module monitoring 'br/public:avm/ptn/azd/monitoring:0.2.0' = {
435+
module monitoring 'br/public:avm/ptn/azd/monitoring:0.2.1' = {
436436
name: 'monitoring'
437437
scope: resourceGroup
438438
params: {
@@ -445,7 +445,7 @@ module monitoring 'br/public:avm/ptn/azd/monitoring:0.2.0' = {
445445
}
446446

447447
// TODO: migrate to Foundry
448-
module openAi 'br/public:avm/res/cognitive-services/account:0.12.0' = {
448+
module openAi 'br/public:avm/res/cognitive-services/account:0.13.2' = {
449449
name: 'openai'
450450
scope: resourceGroup
451451
params: {
@@ -485,7 +485,7 @@ module openAi 'br/public:avm/res/cognitive-services/account:0.12.0' = {
485485
}
486486
}
487487

488-
module cosmosDb 'br/public:avm/res/document-db/database-account:0.15.0' = {
488+
module cosmosDb 'br/public:avm/res/document-db/database-account:0.16.0' = {
489489
name: 'cosmosDb'
490490
scope: resourceGroup
491491
params: {
@@ -562,8 +562,8 @@ module cosmosDb 'br/public:avm/res/document-db/database-account:0.15.0' = {
562562
]
563563
assignments: [
564564
{ principalId: principalId }
565-
{ principalId: burgerApiFunction.outputs.?systemAssignedMIPrincipalId! }
566-
{ principalId: agentApiFunction.outputs.?systemAssignedMIPrincipalId! }
565+
{ principalId: burgerApiFunction.outputs.systemAssignedMIPrincipalId! }
566+
{ principalId: agentApiFunction.outputs.systemAssignedMIPrincipalId! }
567567
]
568568
}
569569
]

0 commit comments

Comments
 (0)