diff --git a/infra-as-code/bicep/orchestration/hubPeeredSpoke/hubPeeredSpoke.bicep b/infra-as-code/bicep/orchestration/hubPeeredSpoke/hubPeeredSpoke.bicep index 8a9a19830..1b0041794 100644 --- a/infra-as-code/bicep/orchestration/hubPeeredSpoke/hubPeeredSpoke.bicep +++ b/infra-as-code/bicep/orchestration/hubPeeredSpoke/hubPeeredSpoke.bicep @@ -17,7 +17,7 @@ param parPeeredVnetSubscriptionId string = '' param parTags object = {} @description('Set Parameter to true to Opt-out of deployment telemetry DEFAULTS TO = false') -param parTelemetryOptOut bool = true +param parTelemetryOptOut bool = false // Subscription Module Parameters @description('The Management Group Id to place the subscription in. DEFAULTS TO empty')