chore(deps): update resource microsoft.operationalinsights/workspaces to 2023-09-01

This commit is contained in:
renovate[bot] 2024-07-02 00:21:02 +00:00 committed by GitHub
parent 094904ee20
commit 5bff51ddbb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ var accessPolicies = [for identity in identities: {
Log Analytics Workspace (existing) 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) name: format(nameFormat, 'LAW', 1)
} }

View file

@ -6,7 +6,7 @@ param tags object
Log Analytics Workspace Log Analytics Workspace
*/ */
resource logAnalyticsWorkspace 'Microsoft.OperationalInsights/workspaces@2022-10-01' = { resource logAnalyticsWorkspace 'Microsoft.OperationalInsights/workspaces@2023-09-01' = {
name: format(nameFormat, 'LAW', 1) name: format(nameFormat, 'LAW', 1)
location: location location: location
tags: tags tags: tags