File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -85,9 +85,6 @@ param gptImageModelVersion string = '2025-12-16'
8585@description ('Optional. Version of the Azure OpenAI service to deploy. Defaults to 2024-12-01-preview.' )
8686param azureOpenaiAPIVersion string = '2024-12-01-preview'
8787
88- @description ('Optional. Version of the Azure AI Agent API version. Defaults to 2025-01-01-preview.' )
89- param azureAiAgentAPIVersion string = '2025-01-01-preview'
90-
9188@minLength (1 )
9289@allowed ([
9390 'Standard'
@@ -388,12 +385,6 @@ var logAnalyticsWorkspaceName = useExistingLogAnalytics
388385var logAnalyticsWorkspaceResourceId = useExistingLogAnalytics
389386 ? existingLogAnalyticsWorkspaceId
390387 : logAnalyticsWorkspace !.outputs .resourceId
391- var logAnalyticsPrimarySharedKey = useExistingLogAnalytics
392- ? existingLogAnalyticsWorkspace !.listKeys ().primarySharedKey
393- : logAnalyticsWorkspace !.outputs !.primarySharedKey
394- var logAnalyticsWorkspaceId = useExistingLogAnalytics
395- ? existingLogAnalyticsWorkspace !.properties .customerId
396- : logAnalyticsWorkspace !.outputs .logAnalyticsWorkspaceId
397388
398389// ========== Application Insights ========== //
399390// WAF best practices for Application Insights: https://learn.microsoft.com/en-us/azure/well-architected/service-guides/application-insights
You can’t perform that action at this time.
0 commit comments