Skip to content

Commit 45e023f

Browse files
Merge pull request #94 from microsoft/psl-deployment-bug
fix: removed apiProperties.statisticsEnabled property from code
2 parents 03aa494 + 2a1c79c commit 45e023f

File tree

2 files changed

+9
-15
lines changed

2 files changed

+9
-15
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: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"metadata": {
55
"_generator": {
66
"name": "bicep",
7-
"version": "0.34.44.8038",
8-
"templateHash": "143804218232551421"
7+
"version": "0.35.1.17967",
8+
"templateHash": "12546479610758564230"
99
}
1010
},
1111
"parameters": {
@@ -99,10 +99,7 @@
9999
},
100100
"kind": "AIServices",
101101
"properties": {
102-
"customSubDomainName": "[variables('azureAiServicesName')]",
103-
"apiProperties": {
104-
"statisticsEnabled": false
105-
}
102+
"customSubDomainName": "[variables('azureAiServicesName')]"
106103
}
107104
},
108105
{
@@ -386,8 +383,8 @@
386383
"metadata": {
387384
"_generator": {
388385
"name": "bicep",
389-
"version": "0.34.44.8038",
390-
"templateHash": "107965290127824528"
386+
"version": "0.35.1.17967",
387+
"templateHash": "15947855719117669243"
391388
}
392389
},
393390
"parameters": {
@@ -484,8 +481,8 @@
484481
"metadata": {
485482
"_generator": {
486483
"name": "bicep",
487-
"version": "0.34.44.8038",
488-
"templateHash": "7479964703030361933"
484+
"version": "0.35.1.17967",
485+
"templateHash": "4039532432768976599"
489486
}
490487
},
491488
"parameters": {
@@ -620,8 +617,8 @@
620617
"metadata": {
621618
"_generator": {
622619
"name": "bicep",
623-
"version": "0.34.44.8038",
624-
"templateHash": "13939205582736222851"
620+
"version": "0.35.1.17967",
621+
"templateHash": "4382273497899479323"
625622
}
626623
},
627624
"parameters": {

0 commit comments

Comments
 (0)