Skip to content

Azure.Communication.Common_1.2.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 02 Sep 16:23
826fac1

1.2.0 (2022-09-01)

Features Added

  • Added string RawID { get; } and static CommunicationIdentifier FromRawId(string rawId) to CommunicationIdentifier to translate between a CommunicationIdentifier and its underlying canonical rawId representation. Developers can now use the rawId as an encoded format for identifiers to store in their databases or as stable keys in general.
  • Always include rawId when serializing identifiers to wire format.