You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: infra-as-code/bicep/modules/logging/generateddocs/logging.bicep.md
+14-2
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ parLogAnalyticsWorkspaceSolutions | No | Solutions that will be added to t
23
23
parLogAnalyticsWorkspaceSolutionsLock | No | Resource Lock Configuration for Log Analytics Workspace Solutions. - `kind` - The lock settings of the service which can be CanNotDelete, ReadOnly, or None. - `notes` - Notes about this lock.
24
24
parUserAssignedManagedIdentityName | No | Name of the User Assigned Managed Identity required for authenticating Azure Monitoring Agent to Azure.
25
25
parUserAssignedManagedIdentityLocation | No | User Assigned Managed Identity location.
26
+
parAutomationAccountEnabled | No | Switch to enable/disable Automation Account deployment.
26
27
parLogAnalyticsWorkspaceLinkAutomationAccount | No | Log Analytics Workspace should be linked with the automation account.
27
28
parAutomationAccountName | No | Automation account name.
28
29
parAutomationAccountLocation | No | Automation Account region name. - Ensure the regions selected is a supported mapping as per: https://docs.microsoft.com/azure/automation/how-to/region-mappings.
@@ -208,13 +209,21 @@ User Assigned Managed Identity location.
@sys.description('Automation Account region name. - Ensure the regions selected is a supported mapping as per: https://docs.microsoft.com/azure/automation/how-to/region-mappings.')
0 commit comments