Skip to content

Commit 40af38a

Browse files
author
Shreyas-Microsoft
committed
removed apiProperties.statisticsEnabled property from code
1 parent 03aa494 commit 40af38a

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

infra/main.bicep

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,6 @@ resource azureAiServices 'Microsoft.CognitiveServices/accounts@2024-04-01-previe
7575
kind: 'AIServices'
7676
properties: {
7777
customSubDomainName: azureAiServicesName
78-
apiProperties: {
79-
statisticsEnabled: false
80-
}
8178
}
8279
}
8380

infra/main.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,6 @@
100100
"kind": "AIServices",
101101
"properties": {
102102
"customSubDomainName": "[variables('azureAiServicesName')]",
103-
"apiProperties": {
104-
"statisticsEnabled": false
105-
}
106103
}
107104
},
108105
{

0 commit comments

Comments
 (0)