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
[Communication] - Identity - Rename CommunicationIdentityClient.CreateUserWithToken* and Change the return type (Azure#19177)
* Rename CommunicationIdentityClient.CreateUserWithToken* and Change the return type
* Rename CommunicationUserIdentifierAndTokenResult to CommunicationUserIdentifierAndToken
Copy file name to clipboardExpand all lines: sdk/communication/Azure.Communication.Identity/CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
## 1.0.0-beta.5 (Unreleased)
4
4
### Breaking
5
5
- CommunicationIdentityClient.IssueToken and CommunicationIdentityClient.IssueTokenAsync are renamed to GetToken and GetTokenAsync, respectively.
6
+
- CommunicationIdentityClient.CreateUserWithToken and CommunicationIdentityClient.CreateUserWithTokenAsync are renamed to CreateUserAndToken and CreateUserAndTokenAsync, respectively. Their return value is also changed from Tuple<CommunicationUserIdentifier, string> to CommunicationUserIdentifierAndToken.
Copy file name to clipboardExpand all lines: sdk/communication/Azure.Communication.Identity/src/Generated/Models/CommunicationIdentityAccessTokenResult.cs
Copy file name to clipboardExpand all lines: sdk/communication/Azure.Communication.Identity/src/Generated/Models/CommunicationUserIdentifierAndToken.Serialization.cs
Copy file name to clipboardExpand all lines: sdk/communication/Azure.Communication.Identity/src/Generated/Models/CommunicationUserIdentifierAndToken.cs
0 commit comments