From 9ee9e3c462bf877f47344a0c1b265343d2f045a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 00:21:02 +0000 Subject: [PATCH] chore(deps): update resource microsoft.operationalinsights/workspaces to 2023-09-01 --- bicep/modules/kv.bicep | 2 +- bicep/modules/law.bicep | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bicep/modules/kv.bicep b/bicep/modules/kv.bicep index 5d701ad..27b9280 100644 --- a/bicep/modules/kv.bicep +++ b/bicep/modules/kv.bicep @@ -16,7 +16,7 @@ var accessPolicies = [for identity in identities: { Log Analytics Workspace (existing) */ -resource _logAnalyticsWorkspace 'Microsoft.OperationalInsights/workspaces@2022-10-01' existing = { +resource _logAnalyticsWorkspace 'Microsoft.OperationalInsights/workspaces@2023-09-01' existing = { name: format(nameFormat, 'LAW', 1) } diff --git a/bicep/modules/law.bicep b/bicep/modules/law.bicep index 451519c..12ff713 100644 --- a/bicep/modules/law.bicep +++ b/bicep/modules/law.bicep @@ -6,7 +6,7 @@ param tags object Log Analytics Workspace */ -resource logAnalyticsWorkspace 'Microsoft.OperationalInsights/workspaces@2022-10-01' = { +resource logAnalyticsWorkspace 'Microsoft.OperationalInsights/workspaces@2023-09-01' = { name: format(nameFormat, 'LAW', 1) location: location tags: tags