almenscorner / IntuneCD

Tool to backup, update and document configurations in Intune
MIT License
277 stars 35 forks source link

v2.2.0 #179

Closed almenscorner closed 6 months ago

almenscorner commented 6 months ago

New Features

Fixes

Other updates

Notes

Be aware that this update will cause commits in your repo as the scope tags on payloads will change from the ID to the name instead.

If you are planning to use --audit and do not want that the last user from the audit log is committing changed to documentation and other files not included in the audit run, make sure to configure your git user and email after IntuneCD has run the backup. Also remove --global from the git config to make sure it's set locally for the repo.

closes #178 closes #177 closes #180

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 99.72678% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 97.55%. Comparing base (b8b1341) to head (fce0209). Report is 6 commits behind head on main.

Files Patch % Lines
src/IntuneCD/intunecdlib/graph_request.py 92.59% 2 Missing :warning:
...ntuneCD/update/Intune/update_compliancePolicies.py 99.40% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #179 +/- ## ========================================== + Coverage 96.91% 97.55% +0.64% ========================================== Files 96 104 +8 Lines 4706 5737 +1031 ========================================== + Hits 4561 5597 +1036 + Misses 145 140 -5 ``` | [Flag](https://app.codecov.io/gh/almenscorner/IntuneCD/pull/179/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tobias+Alm%C3%A9n) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/almenscorner/IntuneCD/pull/179/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tobias+Alm%C3%A9n) | `97.55% <99.72%> (+0.64%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tobias+Alm%C3%A9n#carryforward-flags-in-the-pull-request-comment) to find out more.

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