Skip to content

Commit 4fe5533

Browse files
committed
Merge branch 'main' into builtinauth
2 parents aeaf1bb + f3aeda3 commit 4fe5533

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

infra/main.bicep

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ module aiServices 'br/public:avm/res/cognitive-services/account:0.7.2' = {
6060
tags: tags
6161
kind: 'AIServices'
6262
customSubDomainName: aiServicesNameAndSubdomain
63-
sku: 'S0'
63+
sku: 'S0'
6464
publicNetworkAccess: 'Enabled'
6565
deployments: [
6666
{
@@ -74,7 +74,8 @@ module aiServices 'br/public:avm/res/cognitive-services/account:0.7.2' = {
7474
name: 'GlobalStandard'
7575
capacity: 1
7676
}
77-
}]
77+
}
78+
]
7879
disableLocalAuth: disableKeyBasedAuth
7980
roleAssignments: [
8081
{
@@ -152,7 +153,6 @@ module appupdate 'appupdate.bicep' = {
152153
}
153154
}
154155

155-
156156
module aiServicesRoleBackend 'core/security/role.bicep' = {
157157
scope: resourceGroup
158158
name: 'aiservices-role-backend'

0 commit comments

Comments
 (0)