Skip to content

azure-communication-identity_1.2.0

Choose a tag to compare

@azure-sdk azure-sdk released this 24 Aug 18:38
ccd1104

1.2.0 (2022-08-24)

Features Added

  • Exported types MicrosoftTeamsUserIdentifier, PhoneNumberIdentifier, UnknownIdentifier for non Azure Communication Services CommunicationIdentifier identities. Exported related types: MicrosoftTeamsUserProperties and PhoneNumberProperties.
  • Added identifier_from_raw_id and ensured that CommunicationIdentifier.raw_id is populated on creation. Together, these can be used to translate between a CommunicationIdentifier and its underlying canonical raw ID representation. Developers can now use the raw ID as an encoded format for identifiers to store in their databases or as stable keys in general.