Skip to content

Commit

Permalink
telemetry fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jtracey93 authored May 10, 2022
1 parent 257e591 commit b3f675e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit b3f675e

Please sign in to comment.