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

Version 1.1.2 #50

Merged
merged 189 commits into from
Aug 9, 2022
Merged

Version 1.1.2 #50

merged 189 commits into from
Aug 9, 2022

Conversation

almenscorner
Copy link
Owner

  • Added new exclusions for backup and update, it's now possible to exclude certain configurations from backup and update.
    • Example to exclude in backup: IntuneCD-startbackup -e assignments AppConfigurations Profiles
    • Example to exclude in update: IntuneCD-startupdate -e AppConfigurations Profiles
  • Added capabilities to update the IntuneCD frontend with data
    • Once the frontend is available all that will be needed to update with data is to add -f <frontend_url> to startbackup and startupdate command and set the API key in ENV variables.
  • Added ability to configure title, intro, tenant and updated lines in the documentation using a JSON string, example:
    • -j "{\"title\": \"demo\", \"intro\": \"demo\", \"tenant\": \"demo\", \"updated\": \"demo\"}"
  • Added unit tests
  • Changed deprecated OptionParser to ArgumentParser
  • Improved the documentation
  • Improved overall code readability

@almenscorner almenscorner added documentation Improvements or additions to documentation enhancement New feature or request labels Aug 9, 2022
@almenscorner almenscorner self-assigned this Aug 9, 2022
@codecov-commenter
Copy link

Codecov Report

❗ No coverage uploaded for pull request base (main@c75564b). Click here to learn what that means.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #50   +/-   ##
=======================================
  Coverage        ?   96.96%           
=======================================
  Files           ?       46           
  Lines           ?     2107           
  Branches        ?        0           
=======================================
  Hits            ?     2043           
  Misses          ?       64           
  Partials        ?        0           
Flag Coverage Δ
unittests 96.96% <0.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@almenscorner almenscorner merged commit a025591 into main Aug 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
Status: Shipped
Development

Successfully merging this pull request may close these issues.

None yet

2 participants