From 40af38a7f81995f23e483a83025a9ea014dd652d Mon Sep 17 00:00:00 2001 From: Shreyas-Microsoft Date: Tue, 6 May 2025 18:13:45 +0530 Subject: [PATCH 1/2] removed apiProperties.statisticsEnabled property from code --- infra/main.bicep | 3 --- infra/main.json | 3 --- 2 files changed, 6 deletions(-) diff --git a/infra/main.bicep b/infra/main.bicep index 1630c4ab..e62d5ed7 100644 --- a/infra/main.bicep +++ b/infra/main.bicep @@ -75,9 +75,6 @@ resource azureAiServices 'Microsoft.CognitiveServices/accounts@2024-04-01-previe kind: 'AIServices' properties: { customSubDomainName: azureAiServicesName - apiProperties: { - statisticsEnabled: false - } } } diff --git a/infra/main.json b/infra/main.json index 2de64e51..98f2d83f 100644 --- a/infra/main.json +++ b/infra/main.json @@ -100,9 +100,6 @@ "kind": "AIServices", "properties": { "customSubDomainName": "[variables('azureAiServicesName')]", - "apiProperties": { - "statisticsEnabled": false - } } }, { From 2a1c79c334bfebeb3d34c52fc60f116dc7d246fa Mon Sep 17 00:00:00 2001 From: Shreyas-Microsoft Date: Tue, 6 May 2025 18:51:27 +0530 Subject: [PATCH 2/2] bicep upgrade --- infra/main.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/infra/main.json b/infra/main.json index 98f2d83f..fce51366 100644 --- a/infra/main.json +++ b/infra/main.json @@ -4,8 +4,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.34.44.8038", - "templateHash": "143804218232551421" + "version": "0.35.1.17967", + "templateHash": "12546479610758564230" } }, "parameters": { @@ -99,7 +99,7 @@ }, "kind": "AIServices", "properties": { - "customSubDomainName": "[variables('azureAiServicesName')]", + "customSubDomainName": "[variables('azureAiServicesName')]" } }, { @@ -383,8 +383,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.34.44.8038", - "templateHash": "107965290127824528" + "version": "0.35.1.17967", + "templateHash": "15947855719117669243" } }, "parameters": { @@ -481,8 +481,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.34.44.8038", - "templateHash": "7479964703030361933" + "version": "0.35.1.17967", + "templateHash": "4039532432768976599" } }, "parameters": { @@ -617,8 +617,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.34.44.8038", - "templateHash": "13939205582736222851" + "version": "0.35.1.17967", + "templateHash": "4382273497899479323" } }, "parameters": {