File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/azure-resource-manager/bicep Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,10 +94,10 @@ resource vmName_omsOnboarding 'Microsoft.Compute/virtualMachines/extensions@2017
94
94
typeHandlerVersion: '1.0'
95
95
autoUpgradeMinorVersion: true
96
96
settings: {
97
- workspaceId: ((!empty(logAnalytics)) ? reference(logAnalytics, '2015-11-01-preview').customerId : json(' null') )
97
+ workspaceId: ((!empty(logAnalytics)) ? reference(logAnalytics, '2015-11-01-preview').customerId : null)
98
98
}
99
99
protectedSettings: {
100
- workspaceKey: ((!empty(logAnalytics)) ? listKeys(logAnalytics, '2015-11-01-preview').primarySharedKey : json(' null') )
100
+ workspaceKey: ((!empty(logAnalytics)) ? listKeys(logAnalytics, '2015-11-01-preview').primarySharedKey : null)
101
101
}
102
102
}
103
103
}
You can’t perform that action at this time.
0 commit comments