-
Notifications
You must be signed in to change notification settings - Fork 376
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
Improve ext dependencies scenarios to share scaleset #3312
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #3312 +/- ##
===========================================
+ Coverage 71.97% 72.61% +0.63%
===========================================
Files 103 114 +11
Lines 15692 17164 +1472
Branches 2486 2296 -190
===========================================
+ Hits 11295 12464 +1169
- Misses 3881 4146 +265
- Partials 516 554 +38 ☔ View full report in Codecov by Sentry. |
# Disable policy via conf file and delete policy file. | ||
for ssh_client in ssh_clients.values(): | ||
ssh_client.run_command("update-waagent-conf Debug.EnableExtensionPolicy=n", use_sudo=True) | ||
ssh_client.run_command("rm -f /etc/waagent_policy.json", use_sudo=True) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe add a log message here that policy has been turned off?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added
Description
Issue #
PR information
develop
branch.Quality of Code and Contribution Guidelines