Skip to content

Commit fd382db

Browse files
committed
comment 'apiProperties' to avoiding error in deployment
1 parent 43009e8 commit fd382db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

infra/deploy_ai_foundry.bicep

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@ resource aiServices 'Microsoft.CognitiveServices/accounts@2021-10-01' = {
142142
kind: 'AIServices'
143143
properties: {
144144
customSubDomainName: aiServicesName
145-
apiProperties: {
146-
statisticsEnabled: false
147-
}
145+
// apiProperties: {
146+
// statisticsEnabled: false
147+
// }
148148
publicNetworkAccess: 'Enabled'
149149
}
150150
}

0 commit comments

Comments
 (0)