-
Notifications
You must be signed in to change notification settings - Fork 2.2k
fix!: Add ListSCIMProvisionedGroupsForEnterpriseOptions #3601
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
fix!: Add ListSCIMProvisionedGroupsForEnterpriseOptions #3601
Conversation
d13fa0a
to
a019a66
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3601 +/- ##
=======================================
Coverage 91.32% 91.32%
=======================================
Files 184 184
Lines 16143 16146 +3
=======================================
+ Hits 14742 14745 +3
Misses 1227 1227
Partials 174 174 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Thank you, @alexandear!
LGTM.
Awaiting second LGTM+Approval from any other contributor to this repo before merging.
@stevehipwell - might you have time for a code review? Thank you!
@alexandear - will you need a new release once this gets merged? I know we just had one, but I'm totally fine with bumping the release since this just missed that one.
Thanks for checking! I don’t need a new release - happy to wait for the next one. |
a019a66
to
da02fed
Compare
Rebased to resolve conflicts. |
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.
LGTM
Thank you, @stevehipwell! |
BREAKING CHANGE:
ListSCIMProvisionedGroupsForEnterprise
now takesListSCIMProvisionedGroupsForEnterpriseOptions
instead of*ListSCIMProvisionedIdentitiesOptions
.This PR fixes two issues:
ListSCIMProvisionedGroupsForEnterprise
were not beeing handled.ListSCIMProvisionedIdentitiesOptions
was missing theexcludedAttributes
property.See https://docs.github.com/en/enterprise-cloud@latest/rest/enterprise-admin/scim?apiVersion=2022-11-28#list-provisioned-scim-groups-for-an-enterprise--parameters