v26.1.2
Bug Fixes
- Enterprise Teams Data Source: Use
diag.Errorffor cleaner error handling instead ofdiag.FromErr(fmt.Errorf(...)) - Enterprise Teams Data Source: Add top-level
Descriptionfield to schema github_repository: Correct private forking implementation (integrations#3067)
Improvements
- Enterprise Teams: Use constants for field names in schema to ensure field name changes propagate automatically
- Tests: Use
testResourcePrefixconsistently across all enterprise teams tests for proper cleanup
Maintenance
- Deprecate the
has_downloadsfield ingithub_repository(integrations#3063) - Add regression test for integrations#2614 (integrations#3062)
- Ensure all acceptance tests have
testaccprefix (integrations#3064)
Full Changelog: v26.1.1...v26.1.2