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
Read the Team entity Identifier when reading team data (#226)
* Read the Team entity Identifier when reading team data
This is needed for the Users & Teams migration as entities will reference
teams by their identifier (not their names like before).
* Updated the old port_team example and added an example for port_team after migration
* updated docs
* Shuffle order of test files
* shorten package name for CI titles
-`ownership` (Attributes) Optional ownership field for Blueprint. 'type' can be Inherited or Direct. If 'Inherited', then 'path' is required and must be a valid relation identifiers path. (see [below for nested schema](#nestedatt--ownership))
288
288
-`properties` (Attributes) The properties of the blueprint (see [below for nested schema](#nestedatt--properties))
289
289
-`relations` (Attributes Map) The relations of the blueprint (see [below for nested schema](#nestedatt--relations))
290
-
-`team_inheritance` (Attributes) The team inheritance of the blueprint (see [below for nested schema](#nestedatt--team_inheritance))
290
+
-`team_inheritance` (Attributes, Deprecated) The team inheritance of the blueprint (see [below for nested schema](#nestedatt--team_inheritance))
291
291
-`webhook_changelog_destination` (Attributes) The webhook changelog destination of the blueprint (see [below for nested schema](#nestedatt--webhook_changelog_destination))
0 commit comments