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
Add CRUD operations for team property definitions (CreateTeamPropertyDefinition, UpdateTeamPropertyDefinition, GetTeamPropertyDefinition, ListTeamPropertyDefinitions, AssignTeamPropertyDefinitions) and entity-scoped property lookup methods (Team.GetProperty, Service.GetProperty)
Deprecated
Client.GetProperty only resolves service owners and will fail for team identifiers. Use Service.GetProperty or Team.GetProperty instead.
Removed
[Breaking change] Property.Owner type changed from EntityOwnerService to PropertyOwner to support both service and team owners. Direct field access (e.g. property.Owner.Aliases) must be updated to go through the embedded type (e.g. property.Owner.ServiceId.Aliases).