Skip to content

Commit

Permalink
fix: Description of parPlatformMgAlzDefaultsEnable (Azure#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
baartch authored Aug 3, 2023
1 parent ad6fbf6 commit 2cf3932
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ parLandingZoneMgChildren | No | Array of strings to allow additional or di
parPlatformMgChildren | No | Array of strings to allow additional or different child Management Groups of the Platform Management Group.
parLogAnalyticsWorkspaceResourceId | Yes | Log Analytics Workspace Resource ID.
parLandingZoneMgAlzDefaultsEnable | No | Deploys Diagnostic Settings on Corp & Online Management Groups beneath Landing Zones Management Group if set to true.
parPlatformMgAlzDefaultsEnable | No | Deploys Diagnostic Settings on Corp & Online Management Groups beneath Landing Zones Management Group if set to true.
parPlatformMgAlzDefaultsEnable | No | Deploys Diagnostic Settings on Management, Connectivity and Identity Management Groups beneath Platform Management Group if set to true.
parLandingZoneMgConfidentialEnable | No | Deploys Diagnostic Settings on Confidential Corp & Confidential Online Management Groups beneath Landing Zones Management Group if set to true.
parTelemetryOptOut | No | Set Parameter to true to Opt-out of deployment telemetry.

Expand Down Expand Up @@ -60,7 +60,7 @@ Deploys Diagnostic Settings on Corp & Online Management Groups beneath Landing Z

![Parameter Setting](https://img.shields.io/badge/parameter-optional-green?style=flat-square)

Deploys Diagnostic Settings on Corp & Online Management Groups beneath Landing Zones Management Group if set to true.
Deploys Diagnostic Settings on Management, Connectivity and Identity Management Groups beneath Platform Management Group if set to true.

- Default value: `True`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ param parLogAnalyticsWorkspaceResourceId string
@sys.description('Deploys Diagnostic Settings on Corp & Online Management Groups beneath Landing Zones Management Group if set to true.')
param parLandingZoneMgAlzDefaultsEnable bool = true

@sys.description('Deploys Diagnostic Settings on Corp & Online Management Groups beneath Landing Zones Management Group if set to true.')
@sys.description('Deploys Diagnostic Settings on Management, Connectivity and Identity Management Groups beneath Platform Management Group if set to true.')
param parPlatformMgAlzDefaultsEnable bool = true

@sys.description('Deploys Diagnostic Settings on Confidential Corp & Confidential Online Management Groups beneath Landing Zones Management Group if set to true.')
Expand Down

0 comments on commit 2cf3932

Please sign in to comment.