Skip to content

Commit b57658f

Browse files
committed
minor ffixes
1 parent b6167f5 commit b57658f

File tree

4 files changed

+14
-12
lines changed

4 files changed

+14
-12
lines changed

azure.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# yaml-language-server: $schema=https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json
2-
name: multi-agent-custom-automation-engine-solution-accelerator
2+
name: multi-agent-custom-automation-engine-solution-accelerator

infra/main.bicep

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
@description('Location for all resources.')
12
param location string
23

34
@allowed([

infra/main.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@
55
"metadata": {
66
"_generator": {
77
"name": "bicep",
8-
"version": "0.28.1.47646",
9-
"templateHash": "1631755345697758847"
8+
"version": "0.34.44.8038",
9+
"templateHash": "2906892014954666053"
1010
}
1111
},
1212
"parameters": {
1313
"location": {
1414
"type": "string",
15+
"defaultValue": "EastUS2",
1516
"metadata": {
1617
"description": "Location for all resources."
1718
}
@@ -25,7 +26,7 @@
2526
},
2627
"prefix": {
2728
"type": "string",
28-
"defaultValue": "[take(format('macaeo-{0}', uniqueString(resourceGroup().id)), 10)]",
29+
"defaultValue": "macaeo",
2930
"metadata": {
3031
"description": "A prefix to add to the start of all resource names. Note: A \"unique\" suffix will also be added"
3132
}
@@ -244,7 +245,6 @@
244245
},
245246
"dependsOn": [
246247
"aiServices",
247-
"aoaiUserRoleDefinition",
248248
"containerApp"
249249
]
250250
},
@@ -403,9 +403,9 @@
403403
"dependsOn": [
404404
"aiServices",
405405
"appInsights",
406-
"cosmos::autogenDb",
407406
"containerAppEnv",
408407
"cosmos",
408+
"cosmos::autogenDb",
409409
"cosmos::autogenDb::memoryContainer",
410410
"pullIdentity"
411411
],
@@ -500,8 +500,8 @@
500500
"metadata": {
501501
"_generator": {
502502
"name": "bicep",
503-
"version": "0.28.1.47646",
504-
"templateHash": "9096960510978747660"
503+
"version": "0.34.44.8038",
504+
"templateHash": "10664495342911727649"
505505
}
506506
},
507507
"parameters": {
@@ -638,8 +638,8 @@
638638
"metadata": {
639639
"_generator": {
640640
"name": "bicep",
641-
"version": "0.28.1.47646",
642-
"templateHash": "8215150938757657777"
641+
"version": "0.34.44.8038",
642+
"templateHash": "12550713338937452696"
643643
}
644644
},
645645
"parameters": {
@@ -1028,8 +1028,8 @@
10281028
"metadata": {
10291029
"_generator": {
10301030
"name": "bicep",
1031-
"version": "0.28.1.47646",
1032-
"templateHash": "15814429030073463584"
1031+
"version": "0.34.44.8038",
1032+
"templateHash": "11364190519186458619"
10331033
}
10341034
},
10351035
"parameters": {

src/backend/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
fastapi
22
uvicorn
3+
34
azure-cosmos
45
azure-monitor-opentelemetry
56
azure-monitor-events-extension

0 commit comments

Comments
 (0)