Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial changes to add telemetry #2774

Merged
merged 26 commits into from
May 27, 2021
Merged
Show file tree
Hide file tree
Changes from 25 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
4941ebe
Initial changes
bhsubra May 20, 2021
bbbcc6e
Code cleanup
bhsubra May 20, 2021
d5815ac
Moved telemetry to declaration snippet insertion
bhsubra May 20, 2021
3c181e1
Updated readme
bhsubra May 20, 2021
0ef1a98
Added integration tests
bhsubra May 21, 2021
881e039
Code cleanup
bhsubra May 21, 2021
17a95d7
Fixed integration test
bhsubra May 21, 2021
a1bbe29
Fix issue in tests
bhsubra May 21, 2021
7a12275
Be explicit about VS Code telemetry
MarcusFelling May 24, 2021
468d9e1
Revert static removal
bhsubra May 24, 2021
59a3a6c
Reverted and cleaned up some changes with withCommand(..)
bhsubra May 24, 2021
b5e4f80
Cleaned up integration tests
bhsubra May 24, 2021
fd986a6
Addressed couple of CR comments
bhsubra May 24, 2021
b9caa74
Refactored TelemetryEvent creation
bhsubra May 24, 2021
186bb13
Addressed some cr feedback
bhsubra May 26, 2021
0f2b765
Added comment in BicepTelemetryHandler
bhsubra May 26, 2021
a2b850e
Posting telemetry events in couple other places
bhsubra May 26, 2021
dae29aa
Updated integration test
bhsubra May 26, 2021
6de1c07
Rebase from main
bhsubra May 27, 2021
33e32ce
Added integration tests for resource and module body snippet insertion
bhsubra May 27, 2021
f9547a0
PostEvent should throw if invalid arguments are passed
bhsubra May 27, 2021
6036330
Revert changes to auto generated file- CoreResources.Designer.cs
bhsubra May 27, 2021
e877e00
Another attempt at reverting auto generated file
bhsubra May 27, 2021
e62d299
Reverted changes in ln 1 CoreResources.Designer.cs
bhsubra May 27, 2021
731f299
Another attempt at reverting auto generated file
bhsubra May 27, 2021
62d6763
Fixed cr comments
bhsubra May 27, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,5 +126,9 @@ Because we are now treating the ARM Template as an IL, we expect and encourage o
* [Farmer](https://compositionalit.github.io/farmer/) (@isaacabraham) - Generate and deploy ARM Templates on .NET
* [Cloud Maker](https://cloudmaker.ai) (@cloud-maker-ai) - Draw deployable infrastructure diagrams that are converted to ARM templates

## Telemetry

When using the Bicep VS Code extension, VS Code collects usage data and sends it to Microsoft to help improve our products and services. Read our [privacy statement](https://go.microsoft.com/fwlink/?LinkID=528096&clcid=0x409) to learn more. If you don’t wish to send usage data to Microsoft, you can set the `telemetry.enableTelemetry` setting to `false`. Learn more in our [FAQ](https://code.visualstudio.com/docs/supporting/faq#_how-to-disable-telemetry-reporting).

## Contributing
See [Contributing to Bicep](./CONTRIBUTING.md) for information on building/running the code, contributing code, contributing examples and contributing feature requests or bug reports.
Loading