Skip to content

Commit dae3a10

Browse files
Merge pull request #530 from microsoft/psl-searchserviceissue
fix: added log analytics workspace for exp in key vault
2 parents 6a56b26 + 5b0a62d commit dae3a10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2021,7 +2021,7 @@ module keyvault 'br/public:avm/res/key-vault/vault:0.12.1' = {
20212021
enableSoftDelete: true
20222022
softDeleteRetentionInDays: 7
20232023
diagnosticSettings: enableMonitoring
2024-
? [{ workspaceResourceId: logAnalyticsWorkspace!.outputs.resourceId }]
2024+
? [{ workspaceResourceId: logAnalyticsWorkspaceResourceId }]
20252025
: []
20262026
// WAF aligned configuration for Private Networking
20272027
privateEndpoints: enablePrivateNetworking

infra/main_custom.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2062,7 +2062,7 @@ module keyvault 'br/public:avm/res/key-vault/vault:0.12.1' = {
20622062
enableSoftDelete: true
20632063
softDeleteRetentionInDays: 7
20642064
diagnosticSettings: enableMonitoring
2065-
? [{ workspaceResourceId: logAnalyticsWorkspace!.outputs.resourceId }]
2065+
? [{ workspaceResourceId: logAnalyticsWorkspaceResourceId }]
20662066
: []
20672067
// WAF aligned configuration for Private Networking
20682068
privateEndpoints: enablePrivateNetworking

0 commit comments

Comments
 (0)