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

Add back the ETP preview flag #2339

Merged
merged 4 commits into from
Aug 30, 2021

Conversation

kevinclark19a
Copy link
Contributor

Add the ETP preview flag back to HandlerEnvironment.json so as not to break extensions already on the preview.

Issue #


PR information

  • The title of the PR is clear and informative.
  • There are a small number of commits, each of which has an informative message. This means that previously merged commits do not appear in the history of the PR. For information on cleaning up the commits in your pull request, see this page.
  • If applicable, the PR references the bug/issue that it fixes in the description.
  • New Unit tests were added for the changes made

Quality of Code and Contribution Guidelines

@codecov
Copy link

codecov bot commented Aug 24, 2021

Codecov Report

Merging #2339 (1132f4a) into develop (167e494) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #2339   +/-   ##
========================================
  Coverage    70.86%   70.87%           
========================================
  Files           97       97           
  Lines        14105    14107    +2     
  Branches      2029     2029           
========================================
+ Hits          9996     9998    +2     
  Misses        3662     3662           
  Partials       447      447           
Impacted Files Coverage Δ
azurelinuxagent/ga/exthandlers.py 86.26% <100.00%> (+0.02%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 167e494...1132f4a. Read the comment docs.

@@ -1996,6 +1996,8 @@ def create_handler_env(self):

if get_supported_feature_by_name(SupportedFeatureNames.ExtensionTelemetryPipeline).is_supported:
handler_env[HandlerEnvironment.eventsFolder] = self.get_extension_events_dir()
# For now, keep the preview key to not break extensions that were using the preview.
Copy link
Contributor

@larohra larohra Aug 24, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you also create a TFS task and assign it to me to remove this key eventually. Thanks!

@kevinclark19a kevinclark19a merged commit 66cc4dd into Azure:develop Aug 30, 2021
@kevinclark19a kevinclark19a deleted the etp_preview_flag__add_back branch December 13, 2021 21:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants