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.
In data_source_github_enterprise_team, both team_slug and team_id have ConflictsWith set, but if ExactlyOneOf is used, ConflictsWith is redundant. Since we are removing team_id (#63), this issue covers ensuring the schema constraints are clean after that removal.
Description
In
data_source_github_enterprise_team, bothteam_slugandteam_idhaveConflictsWithset, but ifExactlyOneOfis used,ConflictsWithis redundant. Since we are removingteam_id(#63), this issue covers ensuring the schema constraints are clean after that removal.Acceptance Criteria
ConflictsWithremain alongsideExactlyOneOforRequiredin any enterprise-teams schemaDescriptionfield todata_source_github_enterprise_teamif missingDescriptionfield todata_source_github_enterprise_team_membershipif missingNotes
Upstream PR: integrations#3008
Depends on: #63