You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 15, 2026. It is now read-only.
Reviewer feedback: Create and Update should not call Read at the end. Computed fields must be set directly from the API response object returned by Create/Update.
Acceptance Criteria
resourceGithubEnterpriseTeamCreate: set all computed fields (e.g. slug, html_url) directly from the API response; remove trailing Read call
resourceGithubEnterpriseTeamUpdate: same — set computed fields directly; remove trailing Read call
resourceGithubEnterpriseTeamOrganizationsCreate: same pattern
resourceGithubEnterpriseTeamOrganizationsUpdate: same pattern
Description
Reviewer feedback: Create and Update should not call Read at the end. Computed fields must be set directly from the API response object returned by Create/Update.
Acceptance Criteria
resourceGithubEnterpriseTeamCreate: set all computed fields (e.g.slug,html_url) directly from the API response; remove trailingReadcallresourceGithubEnterpriseTeamUpdate: same — set computed fields directly; remove trailingReadcallresourceGithubEnterpriseTeamOrganizationsCreate: same patternresourceGithubEnterpriseTeamOrganizationsUpdate: same patternmake buildpassesNotes
Upstream PR: integrations#3008