Closed KSchlobohm closed 1 year ago
resource webLogAnalyticsWorkspace 'Microsoft.OperationalInsights/workspaces@2020-03-01-preview' = { name: 'web-${resourceToken}-log' location: location tags: tags properties: any({ retentionInDays: 30 features: { searchVersion: 1 } sku: { name: 'PerGB2018' } }) }
should remove the any operator and the features content
resource law 'Microsoft.OperationalInsights/workspaces@2021-06-01' = { name: 'la-yourname' location: location properties: { sku: { name: 'PerGB2018' } retentionInDays: 30 } }
should remove the any operator and the features content