Azure / WALinuxAgent

Microsoft Azure Linux Guest Agent
http://azure.microsoft.com/
Apache License 2.0
543 stars 372 forks source link

Remove extension status only on extension delete #3167

Closed narrieta closed 3 months ago

narrieta commented 3 months ago

On multi-config handlers, we were removing the state, status, and settings files on extension disable. Disable can be called when an extension is deleted, or as part of the Uninstall/Upgrade handler operations. These files should be removed only when the extension is actually deleted.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 72.01%. Comparing base (93ee726) to head (e3da424).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #3167 +/- ## ======================================== Coverage 72.01% 72.01% ======================================== Files 110 110 Lines 16591 16593 +2 Branches 2391 2392 +1 ======================================== + Hits 11948 11950 +2 Misses 4095 4095 Partials 548 548 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.