Skip to content

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

Merged

Conversation

alexandear
Copy link
Contributor

BREAKING CHANGE: ListSCIMProvisionedGroupsForEnterprise now takes ListSCIMProvisionedGroupsForEnterpriseOptions instead of *ListSCIMProvisionedIdentitiesOptions.

This PR fixes two issues:

  1. The options in ListSCIMProvisionedGroupsForEnterprise were not beeing handled.
  2. ListSCIMProvisionedIdentitiesOptions was missing the excludedAttributes 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

@alexandear alexandear force-pushed the feat/list-scim-provisioned-groups-opts branch from d13fa0a to a019a66 Compare June 25, 2025 11:39
@gmlewis gmlewis added NeedsReview PR is awaiting a review before merging. Breaking API Change PR will require a bump to the major version num in next release. Look here to see the change(s). labels Jun 25, 2025
Copy link

codecov bot commented Jun 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.32%. Comparing base (9493278) to head (da02fed).

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Contributor

@gmlewis gmlewis left a 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.

@alexandear
Copy link
Contributor Author

Thanks for checking! I don’t need a new release - happy to wait for the next one.

@alexandear alexandear force-pushed the feat/list-scim-provisioned-groups-opts branch from a019a66 to da02fed Compare June 25, 2025 16:04
@alexandear
Copy link
Contributor Author

Rebased to resolve conflicts.

Copy link
Contributor

@stevehipwell stevehipwell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@gmlewis
Copy link
Contributor

gmlewis commented Jun 25, 2025

Thank you, @stevehipwell!
Merging.

@gmlewis gmlewis removed the NeedsReview PR is awaiting a review before merging. label Jun 25, 2025
@gmlewis gmlewis merged commit f1b11e1 into google:master Jun 25, 2025
7 checks passed
@alexandear alexandear deleted the feat/list-scim-provisioned-groups-opts branch June 26, 2025 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Breaking API Change PR will require a bump to the major version num in next release. Look here to see the change(s).
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants