Files
backstage/.changeset/poor-peaches-happen.md
T
2022-01-13 19:51:31 +01:00

359 B

@backstage/core-plugin-api
@backstage/core-plugin-api
minor

Removed the deprecated id field of BackstageIdentityResponse.

Existing usage can be replaced by parsing the name of the identity.userEntityRef with parseEntityRef from @backstage/catalog-model, although note that it is recommended to consume the entire userEntityRef in order to support namespaces.