Skip to content

Commit

Permalink
chore: turn telemetry on by default (#202)
Browse files Browse the repository at this point in the history
<!-- Thank you for submitting a Pull Request. Please fill out the
template below.-->
## Overview/Summary

Turn telemetry on by default for GA

## This PR fixes/adds/changes/removes

N/A

### Breaking Changes

None

## Testing Evidence

Please provide any testing evidence to show that your Pull Request
works/fixes as described and planned (include screenshots, if
appropriate).

## As part of this Pull Request I have

- [x] Checked for duplicate [Pull
Requests](https://github.com/Azure/alz-terraform-accelerator/pulls)
- [x] Associated it with relevant
[issues](https://github.com/Azure/alz-terraform-accelerator/issues), for
tracking and closure.
- [x] Ensured my code/branch is up-to-date with the latest changes in
the `main`
[branch](https://github.com/Azure/alz-terraform-accelerator/tree/main)
- [x] Performed testing and provided evidence.
- [x] Updated relevant and associated documentation.
  • Loading branch information
jaredfholgate authored Jan 16, 2025
1 parent cd7ddc6 commit ed5f03e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ custom_replacements = {
}
}

enable_telemetry = false
enable_telemetry = true

/*
--- Tags ---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ custom_replacements = {
}
}

enable_telemetry = false
enable_telemetry = true

/*
--- Tags ---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ custom_replacements = {
}
}

enable_telemetry = false
enable_telemetry = true

/*
--- Tags ---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ custom_replacements = {
}
}

enable_telemetry = false
enable_telemetry = true

/*
--- Tags ---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ custom_replacements = {
}
}

enable_telemetry = false
enable_telemetry = true

/*
--- Tags ---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ custom_replacements = {
}
}

enable_telemetry = false
enable_telemetry = true

/*
--- Tags ---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ custom_replacements = {
}
}

enable_telemetry = false
enable_telemetry = true

/*
--- Tags ---
Expand Down

0 comments on commit ed5f03e

Please sign in to comment.