Closed almenscorner closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
7c88fd1
) 96.75% compared to head (7307601
) 96.91%. Report is 3 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
New features
429
or503
was thrown for a request in the batch the request was not retried causing inconsistent output in rare cases. This update adds429
and503
response handling in the batching.usedLicenseCount
info during backup on VPP apps by adding-e VPPusedLicenseCount
. This allows for a cleaner commit history.Fixes
400
responses in the batches. This update excludes empty filter guids from the batching.Notes
This update will require additional permissions added to the App Registration as Roles and Scope Tags are now included. Additional permissions required are,
If you do not want to add this additional permission, make sure you exclude the new payloads on run time,
-e Roles ScopeTags
.closes #162 closes #163 closes #153 closes #157 closes #161