From ac06f8684d02e448f8786b923037dd9c74284214 Mon Sep 17 00:00:00 2001 From: Maqsood Jafferi Date: Fri, 24 Mar 2023 15:27:59 +0200 Subject: [PATCH] Communication Identity | Coverage improvement (#34844) * Added new tests covering different service versions and excluded model factory since it's not used anywhere * Adjusted Autorest configuration --- .../src/CommunicationIdentityClientOptions.cs | 2 +- .../CommunicationUserIdentifierAndToken.cs | 9 -- .../CommunicationUserIdentifierAndToken.cs | 1 + .../CommunicationIdentityClientLiveTests.cs | 41 ++++++++- ...CommunicationIdentityClientLiveTestBase.cs | 27 +++--- ...ithIncorrectServiceVersionShouldThrow.json | 6 ++ ...correctServiceVersionShouldThrowAsync.json | 6 ++ ...dentityWithServiceVersion_V2021_03_07.json | 44 ++++++++++ ...tyWithServiceVersion_V2021_03_07Async.json | 44 ++++++++++ ...dentityWithServiceVersion_V2022_06_01.json | 44 ++++++++++ ...tyWithServiceVersion_V2022_06_01Async.json | 44 ++++++++++ ...dentityWithServiceVersion_V2022_10_01.json | 44 ++++++++++ ...tyWithServiceVersion_V2022_10_01Async.json | 44 ++++++++++ .../CreateUserAndTokenWithChatScope.json | 24 +++--- .../CreateUserAndTokenWithChatScopeAsync.json | 26 +++--- ...ndTokenWithMaxInvalidCustomExpiration.json | 22 ++--- ...enWithMaxInvalidCustomExpirationAsync.json | 22 ++--- ...rAndTokenWithMaxValidCustomExpiration.json | 24 +++--- ...okenWithMaxValidCustomExpirationAsync.json | 24 +++--- ...ndTokenWithMinInvalidCustomExpiration.json | 22 ++--- ...enWithMinInvalidCustomExpirationAsync.json | 22 ++--- ...rAndTokenWithMinValidCustomExpiration.json | 24 +++--- ...okenWithMinValidCustomExpirationAsync.json | 24 +++--- .../CreateUserAndTokenWithMultipleScopes.json | 24 +++--- ...teUserAndTokenWithMultipleScopesAsync.json | 26 +++--- .../CreateUserAndTokenWithVoIPScope.json | 26 +++--- .../CreateUserAndTokenWithVoIPScopeAsync.json | 26 +++--- ...TeamsUserWithEmptyClientIdShouldThrow.json | 20 ++--- ...UserWithEmptyClientIdShouldThrowAsync.json | 20 ++--- ...ForTeamsUserWithEmptyTokenShouldThrow.json | 20 ++--- ...amsUserWithEmptyTokenShouldThrowAsync.json | 20 ++--- ...sUserWithEmptyUserObjectIdShouldThrow.json | 20 ++--- ...WithEmptyUserObjectIdShouldThrowAsync.json | 20 ++--- ...rTeamsUserWithExpiredTokenShouldThrow.json | 20 ++--- ...sUserWithExpiredTokenShouldThrowAsync.json | 20 ++--- ...amsUserWithInvalidClientIdShouldThrow.json | 22 ++--- ...erWithInvalidClientIdShouldThrowAsync.json | 22 ++--- ...rTeamsUserWithInvalidTokenShouldThrow.json | 20 ++--- ...sUserWithInvalidTokenShouldThrowAsync.json | 20 ++--- ...serWithInvalidUserObjectIdShouldThrow.json | 22 ++--- ...thInvalidUserObjectIdShouldThrowAsync.json | 22 ++--- ...tTokenForTeamsUserWithValidParameters.json | 24 +++--- ...nForTeamsUserWithValidParametersAsync.json | 26 +++--- ...TeamsUserWithWrongClientIdShouldThrow.json | 22 ++--- ...UserWithWrongClientIdShouldThrowAsync.json | 22 ++--- ...sUserWithWrongUserObjectIdShouldThrow.json | 22 ++--- ...WithWrongUserObjectIdShouldThrowAsync.json | 22 ++--- ...etTokenWithMaxInvalidCustomExpiration.json | 44 +++++----- ...enWithMaxInvalidCustomExpirationAsync.json | 44 +++++----- .../GetTokenWithMaxValidCustomExpiration.json | 46 +++++----- ...okenWithMaxValidCustomExpirationAsync.json | 46 +++++----- ...etTokenWithMinInvalidCustomExpiration.json | 44 +++++----- ...enWithMinInvalidCustomExpirationAsync.json | 44 +++++----- .../GetTokenWithMinValidCustomExpiration.json | 46 +++++----- ...okenWithMinValidCustomExpirationAsync.json | 46 +++++----- .../GetTokenWithNullScopesShouldThrow.json | 22 ++--- ...etTokenWithNullScopesShouldThrowAsync.json | 22 ++--- ...kenWithOverflownExpirationShouldThrow.json | 22 ++--- ...thOverflownExpirationShouldThrowAsync.json | 22 ++--- ...ithMultipleScopesWithConnectionString.json | 44 +++++----- ...ltipleScopesWithConnectionStringAsync.json | 44 +++++----- ...enWithMultipleScopesWithKeyCredential.json | 44 +++++----- ...hMultipleScopesWithKeyCredentialAsync.json | 44 +++++----- ...WithMultipleScopesWithTokenCredential.json | 40 ++++----- ...ultipleScopesWithTokenCredentialAsync.json | 42 +++++----- ...thSingleChatScopeWithConnectionString.json | 44 +++++----- ...gleChatScopeWithConnectionStringAsync.json | 46 +++++----- ...nWithSingleChatScopeWithKeyCredential.json | 46 +++++----- ...SingleChatScopeWithKeyCredentialAsync.json | 44 +++++----- ...ithSingleChatScopeWithTokenCredential.json | 40 ++++----- ...ngleChatScopeWithTokenCredentialAsync.json | 40 ++++----- ...thSingleVoIPScopeWithConnectionString.json | 44 +++++----- ...gleVoIPScopeWithConnectionStringAsync.json | 44 +++++----- ...nWithSingleVoIPScopeWithKeyCredential.json | 44 +++++----- ...SingleVoIPScopeWithKeyCredentialAsync.json | 44 +++++----- ...ithSingleVoIPScopeWithTokenCredential.json | 40 ++++----- ...ngleVoIPScopeWithTokenCredentialAsync.json | 42 +++++----- .../CreateIdentityWithAccessKey.json | 22 ++--- .../CreateIdentityWithAccessKeyAsync.json | 22 ++--- .../CreateIdentityWithToken.json | 20 ++--- .../CreateIdentityWithTokenAsync.json | 20 ++--- .../CreateUserAndToken.json | 24 +++--- .../CreateUserAndTokenAsync.json | 24 +++--- ...reateUserAndTokenWithCustomExpiration.json | 22 ++--- ...UserAndTokenWithCustomExpirationAsync.json | 24 +++--- ...ndTokenWithCustomExpirationAsyncAsync.json | 24 +++--- .../GetTokenForTeamsUser.json | 22 ++--- .../GetTokenForTeamsUserAsyncAsync.json | 24 +++--- .../Troubleshooting.json | 22 ++--- .../TroubleshootingAsync.json | 22 ++--- ...UserAndCustomExpirationTokenLifeCycle.json | 76 ++++++++--------- ...tomExpirationTokenLifecycleAsyncAsync.json | 84 +++++++++---------- .../UserAndTokenLifeCycle.json | 76 ++++++++--------- .../UserAndTokenLifeCycleAsyncAsync.json | 84 +++++++++---------- 94 files changed, 1630 insertions(+), 1324 deletions(-) create mode 100644 sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateClientWithIncorrectServiceVersionShouldThrow.json create mode 100644 sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateClientWithIncorrectServiceVersionShouldThrowAsync.json create mode 100644 sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateIdentityWithServiceVersion_V2021_03_07.json create mode 100644 sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateIdentityWithServiceVersion_V2021_03_07Async.json create mode 100644 sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateIdentityWithServiceVersion_V2022_06_01.json create mode 100644 sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateIdentityWithServiceVersion_V2022_06_01Async.json create mode 100644 sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateIdentityWithServiceVersion_V2022_10_01.json create mode 100644 sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateIdentityWithServiceVersion_V2022_10_01Async.json diff --git a/sdk/communication/Azure.Communication.Identity/src/CommunicationIdentityClientOptions.cs b/sdk/communication/Azure.Communication.Identity/src/CommunicationIdentityClientOptions.cs index 46060ad0cc3b5..9d96a22f237bd 100644 --- a/sdk/communication/Azure.Communication.Identity/src/CommunicationIdentityClientOptions.cs +++ b/sdk/communication/Azure.Communication.Identity/src/CommunicationIdentityClientOptions.cs @@ -28,7 +28,7 @@ public CommunicationIdentityClientOptions(ServiceVersion version = LatestVersion ServiceVersion.V2021_03_07 => "2021-03-07", ServiceVersion.V2022_06_01 => "2022-06-01", ServiceVersion.V2022_10_01 => "2022-10-01", - _ => throw new ArgumentOutOfRangeException(nameof(version)), + _ => throw new ArgumentOutOfRangeException(nameof(version)) }; } diff --git a/sdk/communication/Azure.Communication.Identity/src/Generated/Models/CommunicationUserIdentifierAndToken.cs b/sdk/communication/Azure.Communication.Identity/src/Generated/Models/CommunicationUserIdentifierAndToken.cs index 9ac54faa01e11..7a5d92aad5b3a 100644 --- a/sdk/communication/Azure.Communication.Identity/src/Generated/Models/CommunicationUserIdentifierAndToken.cs +++ b/sdk/communication/Azure.Communication.Identity/src/Generated/Models/CommunicationUserIdentifierAndToken.cs @@ -14,14 +14,5 @@ namespace Azure.Communication.Identity /// A communication identity with access token. public partial class CommunicationUserIdentifierAndToken { - /// Initializes a new instance of CommunicationUserIdentifierAndToken. - /// A communication identity. - /// is null. - internal CommunicationUserIdentifierAndToken(CommunicationIdentity identity) - { - Argument.AssertNotNull(identity, nameof(identity)); - - Identity = identity; - } } } diff --git a/sdk/communication/Azure.Communication.Identity/src/Models/CommunicationUserIdentifierAndToken.cs b/sdk/communication/Azure.Communication.Identity/src/Models/CommunicationUserIdentifierAndToken.cs index 08d5f4c290472..a55f052e68f95 100644 --- a/sdk/communication/Azure.Communication.Identity/src/Models/CommunicationUserIdentifierAndToken.cs +++ b/sdk/communication/Azure.Communication.Identity/src/Models/CommunicationUserIdentifierAndToken.cs @@ -9,6 +9,7 @@ namespace Azure.Communication.Identity { [CodeGenModel("CommunicationIdentityAccessTokenResult")] + [CodeGenSuppress("CommunicationUserIdentifierAndToken", typeof(CommunicationIdentity))] public partial class CommunicationUserIdentifierAndToken { private readonly AccessToken? _accessToken; diff --git a/sdk/communication/Azure.Communication.Identity/tests/CommunicationIdentityClient/CommunicationIdentityClientLiveTests.cs b/sdk/communication/Azure.Communication.Identity/tests/CommunicationIdentityClient/CommunicationIdentityClientLiveTests.cs index 514ebb2515449..6208805a1db1e 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/CommunicationIdentityClient/CommunicationIdentityClientLiveTests.cs +++ b/sdk/communication/Azure.Communication.Identity/tests/CommunicationIdentityClient/CommunicationIdentityClientLiveTests.cs @@ -9,6 +9,7 @@ using Azure.Core; using Azure.Core.TestFramework; using NUnit.Framework; +using static Azure.Communication.Identity.CommunicationIdentityClientOptions; namespace Azure.Communication.Identity.Tests { @@ -215,7 +216,7 @@ public async Task GetTokenWithValidCustomExpiration(string expiresIn) CommunicationIdentityClient client = CreateClient(); CommunicationUserIdentifier userIdentifier = await client.CreateUserAsync(); - Response accessToken = await client.GetTokenAsync(communicationUser: userIdentifier, scopes: new[] { CommunicationTokenScope.Chat }, tokenExpiresIn: tokenExpiresIn); + Response accessToken = await client.GetTokenAsync(communicationUser: userIdentifier, scopes: new[] { CommunicationTokenScope.VoIP }, tokenExpiresIn: tokenExpiresIn); Assert.IsNotNull(accessToken.Value); Assert.IsFalse(string.IsNullOrWhiteSpace(accessToken.Value.Token)); @@ -240,7 +241,7 @@ public async Task GetTokenWithInvalidCustomExpirationShouldThrow(string expiresI TimeSpan tokenExpiresIn = TokenCustomExpirationTimes[expiresIn]; CommunicationIdentityClient client = CreateClient(); CommunicationUserIdentifier userIdentifier = await client.CreateUserAsync(); - Response accessToken = await client.GetTokenAsync(communicationUser: userIdentifier, scopes: new[] { CommunicationTokenScope.Chat }, tokenExpiresIn: tokenExpiresIn); + Response accessToken = await client.GetTokenAsync(communicationUser: userIdentifier, scopes: new[] { CommunicationTokenScope.VoIP }, tokenExpiresIn: tokenExpiresIn); } catch (RequestFailedException ex) { @@ -260,7 +261,7 @@ public async Task GetTokenWithOverflownExpirationShouldThrow() TimeSpan tokenExpiresIn = new TimeSpan(int.MaxValue / 20, 0, 0); CommunicationIdentityClient client = CreateClient(); CommunicationUserIdentifier userIdentifier = await client.CreateUserAsync(); - Response accessToken = await client.GetTokenAsync(communicationUser: userIdentifier, scopes: new[] { CommunicationTokenScope.Chat }, tokenExpiresIn: tokenExpiresIn); + Response accessToken = await client.GetTokenAsync(communicationUser: userIdentifier, scopes: new[] { CommunicationTokenScope.VoIP }, tokenExpiresIn: tokenExpiresIn); } catch (ArgumentOutOfRangeException ex) { @@ -477,6 +478,40 @@ public async Task GetTokenForTeamsUserWithWrongUserObjectIdShouldThrow() Assert.Fail("An exception should have been thrown."); } + [Test] + [TestCase(ServiceVersion.V2021_03_07, TestName = "CreateIdentityWithServiceVersion_V2021_03_07")] + [TestCase(ServiceVersion.V2022_06_01, TestName = "CreateIdentityWithServiceVersion_V2022_06_01")] + [TestCase(ServiceVersion.V2022_10_01, TestName = "CreateIdentityWithServiceVersion_V2022_10_01")] + public async Task CreateIdentityWithDifferentServiceVersions(ServiceVersion version) + { + try + { + CommunicationIdentityClient client = CreateClient(default, version); + CommunicationUserIdentifier userResponse = await client.CreateUserAsync(); + Assert.IsNotNull(userResponse); + } + catch (Exception ex) + { + Assert.Fail($"Unexpected error: {ex}"); + } + } + + [Test] + public void CreateClientWithIncorrectServiceVersionShouldThrow() + { + try + { + ServiceVersion invalidVersion = (ServiceVersion)(-1); + CommunicationIdentityClient client = CreateClient(default, invalidVersion); + } + catch (ArgumentOutOfRangeException ex) + { + Assert.NotNull(ex.Message); + return; + } + Assert.Fail("An exception should have been thrown."); + } + private bool TokenExpirationWithinAllowedDeviation(TimeSpan expectedTokenExpiration, DateTimeOffset tokenExpiresIn, double allowedDeviation, out TimeSpan tokenTimeSpan) { tokenTimeSpan = tokenExpiresIn - DateTimeOffset.UtcNow; diff --git a/sdk/communication/Azure.Communication.Identity/tests/Infrastructure/CommunicationIdentityClientLiveTestBase.cs b/sdk/communication/Azure.Communication.Identity/tests/Infrastructure/CommunicationIdentityClientLiveTestBase.cs index cce3bc2fb244c..c6db831d6179d 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/Infrastructure/CommunicationIdentityClientLiveTestBase.cs +++ b/sdk/communication/Azure.Communication.Identity/tests/Infrastructure/CommunicationIdentityClientLiveTestBase.cs @@ -10,6 +10,8 @@ using Azure.Core.TestFramework.Models; using System; using Azure.Communication.Tests; +using static Azure.Communication.Identity.CommunicationIdentityClientOptions; +using NUnit.Framework.Constraints; namespace Azure.Communication.Identity.Tests { @@ -34,39 +36,40 @@ public CommunicationIdentityClientLiveTestBase(bool isAsync) : base(isAsync) /// variables and instruments it to make use of the Azure Core Test Framework functionalities. /// /// The instrumented . - private CommunicationIdentityClient CreateClientWithConnectionString() + private CommunicationIdentityClient CreateClientWithConnectionString(ServiceVersion? version) => InstrumentClient( new CommunicationIdentityClient( TestEnvironment.LiveTestDynamicConnectionString, - CreateIdentityClientOptionsWithCorrelationVectorLogs())); + CreateIdentityClientOptionsWithCorrelationVectorLogs(version))); - private CommunicationIdentityClient CreateClientWithAzureKeyCredential() + private CommunicationIdentityClient CreateClientWithAzureKeyCredential(ServiceVersion? version) => InstrumentClient( new CommunicationIdentityClient( TestEnvironment.LiveTestDynamicEndpoint, new AzureKeyCredential(TestEnvironment.LiveTestDynamicAccessKey), - CreateIdentityClientOptionsWithCorrelationVectorLogs())); + CreateIdentityClientOptionsWithCorrelationVectorLogs(version))); - private CommunicationIdentityClient CreateClientWithTokenCredential() + private CommunicationIdentityClient CreateClientWithTokenCredential(ServiceVersion? version) => InstrumentClient( new CommunicationIdentityClient( TestEnvironment.LiveTestDynamicEndpoint, (Mode == RecordedTestMode.Playback) ? new MockCredential() : new DefaultAzureCredential(), - CreateIdentityClientOptionsWithCorrelationVectorLogs())); + CreateIdentityClientOptionsWithCorrelationVectorLogs(version))); - private CommunicationIdentityClientOptions CreateIdentityClientOptionsWithCorrelationVectorLogs() + private CommunicationIdentityClientOptions CreateIdentityClientOptionsWithCorrelationVectorLogs(ServiceVersion? version) { - CommunicationIdentityClientOptions communicationIdentityClientOptions = new CommunicationIdentityClientOptions(); + CommunicationIdentityClientOptions communicationIdentityClientOptions = (version == null) ? new CommunicationIdentityClientOptions() + : new CommunicationIdentityClientOptions((ServiceVersion)version); communicationIdentityClientOptions.Diagnostics.LoggedHeaderNames.Add("MS-CV"); return InstrumentClientOptions(communicationIdentityClientOptions); } - protected CommunicationIdentityClient CreateClient(AuthMethod authMethod = AuthMethod.ConnectionString) + protected CommunicationIdentityClient CreateClient(AuthMethod authMethod = AuthMethod.ConnectionString, ServiceVersion? version = default) => authMethod switch { - AuthMethod.ConnectionString => CreateClientWithConnectionString(), - AuthMethod.KeyCredential => CreateClientWithAzureKeyCredential(), - AuthMethod.TokenCredential => CreateClientWithTokenCredential(), + AuthMethod.ConnectionString => CreateClientWithConnectionString(version), + AuthMethod.KeyCredential => CreateClientWithAzureKeyCredential(version), + AuthMethod.TokenCredential => CreateClientWithTokenCredential(version), _ => throw new ArgumentOutOfRangeException(nameof(authMethod)), }; diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateClientWithIncorrectServiceVersionShouldThrow.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateClientWithIncorrectServiceVersionShouldThrow.json new file mode 100644 index 0000000000000..1b7890de407f4 --- /dev/null +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateClientWithIncorrectServiceVersionShouldThrow.json @@ -0,0 +1,6 @@ +{ + "Entries": [], + "Variables": { + "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==" + } +} diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateClientWithIncorrectServiceVersionShouldThrowAsync.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateClientWithIncorrectServiceVersionShouldThrowAsync.json new file mode 100644 index 0000000000000..1b7890de407f4 --- /dev/null +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateClientWithIncorrectServiceVersionShouldThrowAsync.json @@ -0,0 +1,6 @@ +{ + "Entries": [], + "Variables": { + "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==" + } +} diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateIdentityWithServiceVersion_V2021_03_07.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateIdentityWithServiceVersion_V2021_03_07.json new file mode 100644 index 0000000000000..cbf491ebe451b --- /dev/null +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateIdentityWithServiceVersion_V2021_03_07.json @@ -0,0 +1,44 @@ +{ + "Entries": [ + { + "RequestUri": "https://sanitized.communication.azure.com/identities?api-version=2021-03-07", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "2", + "Content-Type": "application/json", + "traceparent": "00-daa4bea9607e3a0522faf9f4869cdf11-8de8c63a99e9e330-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f1dfa9886a51a8545cac1a4b31bf4b6b", + "x-ms-content-sha256": "Sanitized", + "x-ms-date": "Mon, 13 Mar 2023 09:47:52 GMT", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": {}, + "StatusCode": 201, + "ResponseHeaders": { + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", + "Content-Length": "31", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 13 Mar 2023 09:47:51 GMT", + "MS-CV": "zvvxOBS4VU\u002Bh8BhHW604Dg.2.0", + "Request-Context": "appId=", + "Strict-Transport-Security": "max-age=2592000", + "X-Azure-Ref": "0R/EOZAAAAAAcvx/ROO1FSr3WJ8ZgOATMSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Cache": "CONFIG_NOCACHE", + "x-ms-client-request-id": "f1dfa9886a51a8545cac1a4b31bf4b6b", + "X-Processing-Time": "82ms" + }, + "ResponseBody": { + "identity": { + "id": "Sanitized" + } + } + } + ], + "Variables": { + "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", + "RandomSeed": "2146480676" + } +} diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateIdentityWithServiceVersion_V2021_03_07Async.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateIdentityWithServiceVersion_V2021_03_07Async.json new file mode 100644 index 0000000000000..12f973615589b --- /dev/null +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateIdentityWithServiceVersion_V2021_03_07Async.json @@ -0,0 +1,44 @@ +{ + "Entries": [ + { + "RequestUri": "https://sanitized.communication.azure.com/identities?api-version=2021-03-07", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "2", + "Content-Type": "application/json", + "traceparent": "00-197465cb8d514d3648f2ba4ec0f38f07-4909a7d5a6c4502b-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c97a49814aeb9414559465116d6227df", + "x-ms-content-sha256": "Sanitized", + "x-ms-date": "Mon, 13 Mar 2023 09:48:09 GMT", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": {}, + "StatusCode": 201, + "ResponseHeaders": { + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", + "Content-Length": "31", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 13 Mar 2023 09:48:08 GMT", + "MS-CV": "eHU6RxSqzkCmS68vWNdwrg.2.0", + "Request-Context": "appId=", + "Strict-Transport-Security": "max-age=2592000", + "X-Azure-Ref": "0WfEOZAAAAADLt4apwrvATpYU7iRvUD17SEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Cache": "CONFIG_NOCACHE", + "x-ms-client-request-id": "c97a49814aeb9414559465116d6227df", + "X-Processing-Time": "83ms" + }, + "ResponseBody": { + "identity": { + "id": "Sanitized" + } + } + } + ], + "Variables": { + "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", + "RandomSeed": "691332140" + } +} diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateIdentityWithServiceVersion_V2022_06_01.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateIdentityWithServiceVersion_V2022_06_01.json new file mode 100644 index 0000000000000..dfa4d2b5ef815 --- /dev/null +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateIdentityWithServiceVersion_V2022_06_01.json @@ -0,0 +1,44 @@ +{ + "Entries": [ + { + "RequestUri": "https://sanitized.communication.azure.com/identities?api-version=2022-06-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "2", + "Content-Type": "application/json", + "traceparent": "00-291fdf5b9a715a310afba84187511c1b-7da9ef0a7a845b33-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "003f0ee34a81af83191c79da002aa181", + "x-ms-content-sha256": "Sanitized", + "x-ms-date": "Mon, 13 Mar 2023 09:47:52 GMT", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": {}, + "StatusCode": 201, + "ResponseHeaders": { + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", + "Content-Length": "31", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 13 Mar 2023 09:47:51 GMT", + "MS-CV": "hYJnpgTIHEmj47zTkMYHaQ.2.0", + "Request-Context": "appId=", + "Strict-Transport-Security": "max-age=2592000", + "X-Azure-Ref": "0SPEOZAAAAAC/OsRd2rliT7P6rv3bH24bSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Cache": "CONFIG_NOCACHE", + "x-ms-client-request-id": "003f0ee34a81af83191c79da002aa181", + "X-Processing-Time": "82ms" + }, + "ResponseBody": { + "identity": { + "id": "Sanitized" + } + } + } + ], + "Variables": { + "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", + "RandomSeed": "1955236830" + } +} diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateIdentityWithServiceVersion_V2022_06_01Async.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateIdentityWithServiceVersion_V2022_06_01Async.json new file mode 100644 index 0000000000000..48688c2added7 --- /dev/null +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateIdentityWithServiceVersion_V2022_06_01Async.json @@ -0,0 +1,44 @@ +{ + "Entries": [ + { + "RequestUri": "https://sanitized.communication.azure.com/identities?api-version=2022-06-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "2", + "Content-Type": "application/json", + "traceparent": "00-90533a8d211ebf38f16d154b4ab74dc7-77fa344085c774ae-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5d1d989783022f6ffce70d0a660243c3", + "x-ms-content-sha256": "Sanitized", + "x-ms-date": "Mon, 13 Mar 2023 09:48:09 GMT", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": {}, + "StatusCode": 201, + "ResponseHeaders": { + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", + "Content-Length": "31", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 13 Mar 2023 09:48:09 GMT", + "MS-CV": "Y2equ8RKrEaSe\u002Bqm0B3o1A.2.0", + "Request-Context": "appId=", + "Strict-Transport-Security": "max-age=2592000", + "X-Azure-Ref": "0WfEOZAAAAADqGD4\u002B/Uu4QZ\u002B5h0NqZ5OrSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Cache": "CONFIG_NOCACHE", + "x-ms-client-request-id": "5d1d989783022f6ffce70d0a660243c3", + "X-Processing-Time": "83ms" + }, + "ResponseBody": { + "identity": { + "id": "Sanitized" + } + } + } + ], + "Variables": { + "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", + "RandomSeed": "636943548" + } +} diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateIdentityWithServiceVersion_V2022_10_01.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateIdentityWithServiceVersion_V2022_10_01.json new file mode 100644 index 0000000000000..629ae12637ad0 --- /dev/null +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateIdentityWithServiceVersion_V2022_10_01.json @@ -0,0 +1,44 @@ +{ + "Entries": [ + { + "RequestUri": "https://sanitized.communication.azure.com/identities?api-version=2022-10-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "2", + "Content-Type": "application/json", + "traceparent": "00-0dcb19beeb06759a047b1ecbd53d4e61-c3c55d873d976444-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d1a4c108a6757e17bcf3fb8140140877", + "x-ms-content-sha256": "Sanitized", + "x-ms-date": "Mon, 13 Mar 2023 09:47:52 GMT", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": {}, + "StatusCode": 201, + "ResponseHeaders": { + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", + "Content-Length": "31", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 13 Mar 2023 09:47:52 GMT", + "MS-CV": "h6pePzl4K06YWXtFnuxmOA.2.0", + "Request-Context": "appId=", + "Strict-Transport-Security": "max-age=2592000", + "X-Azure-Ref": "0SPEOZAAAAABePhiTKmM0R51sE1r0OSicSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Cache": "CONFIG_NOCACHE", + "x-ms-client-request-id": "d1a4c108a6757e17bcf3fb8140140877", + "X-Processing-Time": "83ms" + }, + "ResponseBody": { + "identity": { + "id": "Sanitized" + } + } + } + ], + "Variables": { + "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", + "RandomSeed": "77171893" + } +} diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateIdentityWithServiceVersion_V2022_10_01Async.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateIdentityWithServiceVersion_V2022_10_01Async.json new file mode 100644 index 0000000000000..ed9932fd4f475 --- /dev/null +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateIdentityWithServiceVersion_V2022_10_01Async.json @@ -0,0 +1,44 @@ +{ + "Entries": [ + { + "RequestUri": "https://sanitized.communication.azure.com/identities?api-version=2022-10-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "2", + "Content-Type": "application/json", + "traceparent": "00-e91266a5171454e1ac02e1101520a16e-972699e7da063490-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "11bfe9ada7f90cadd3cb06dfcf09f0f6", + "x-ms-content-sha256": "Sanitized", + "x-ms-date": "Mon, 13 Mar 2023 09:48:10 GMT", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": {}, + "StatusCode": 201, + "ResponseHeaders": { + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", + "Content-Length": "31", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 13 Mar 2023 09:48:09 GMT", + "MS-CV": "4KbJ7Jlpuk2eOspmC573tg.2.0", + "Request-Context": "appId=", + "Strict-Transport-Security": "max-age=2592000", + "X-Azure-Ref": "0WvEOZAAAAADJiuIvd9OPRakYu9ONZtZZSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Cache": "CONFIG_NOCACHE", + "x-ms-client-request-id": "11bfe9ada7f90cadd3cb06dfcf09f0f6", + "X-Processing-Time": "78ms" + }, + "ResponseBody": { + "identity": { + "id": "Sanitized" + } + } + } + ], + "Variables": { + "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", + "RandomSeed": "1289061895" + } +} diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithChatScope.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithChatScope.json index 669c298979751..2d69c0831bfcd 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithChatScope.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithChatScope.json @@ -8,11 +8,11 @@ "Authorization": "Sanitized", "Content-Length": "34", "Content-Type": "application/json", - "traceparent": "00-deebab71d42181e5d7952f4433db4e81-58b060536f01cd67-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "3464e30c251f0d7fe12e300c686cff45", + "traceparent": "00-bd115970ef72fa2157d67ed386d6d828-1e41395d7abfd0a5-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "69a6e11e2fa8bbc44a1e905a1da8cde7", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:40 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:47:53 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,17 +22,17 @@ }, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:39 GMT", - "MS-CV": "4sgMsjKl30ONIaxaukCANQ.2.0", + "Date": "Mon, 13 Mar 2023 09:47:52 GMT", + "MS-CV": "0E5Sh/3pV0u/rC2Vq3/SiA.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "00Oi/YwAAAACB2T1Wv9v8Somvte8DlY5HSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0SfEOZAAAAABuYUQvG/nHS63zFc4mv3kASEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "3464e30c251f0d7fe12e300c686cff45", - "X-Processing-Time": "109ms" + "x-ms-client-request-id": "69a6e11e2fa8bbc44a1e905a1da8cde7", + "X-Processing-Time": "90ms" }, "ResponseBody": { "identity": { @@ -40,13 +40,13 @@ }, "accessToken": { "token": "Sanitized", - "expiresOn": "2023-01-13T11:02:40.3179762\u002B00:00" + "expiresOn": "2023-03-14T09:47:53.3638456\u002B00:00" } } } ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "128623714" + "RandomSeed": "65180550" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithChatScopeAsync.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithChatScopeAsync.json index bb02940ee1e0f..665f5ef8735d9 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithChatScopeAsync.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithChatScopeAsync.json @@ -8,11 +8,11 @@ "Authorization": "Sanitized", "Content-Length": "34", "Content-Type": "application/json", - "traceparent": "00-e8c93b9726514311a1bb3862f9dd2ab6-de1170ad03f42497-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "ccb702407ec000a8b51db6138039e2cd", + "traceparent": "00-d975902ff6855c6a36eb38ff8972c6f0-7447f32bf32ce923-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9bc9994966a232cf72b9659eaf53e06b", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:58 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:10 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,17 +22,17 @@ }, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", - "Content-Length": "114", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", + "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:58 GMT", - "MS-CV": "OVoCbC3WQUuejC0gz2VOdg.2.0", + "Date": "Mon, 13 Mar 2023 09:48:09 GMT", + "MS-CV": "CtIYg7jNdEqd6zhmlEae/w.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "04ui/YwAAAACu5T1Bpqx5QoBLvAU3EWlSSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0WvEOZAAAAAAwkgsUQZVSSb78oE1m34NbSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "ccb702407ec000a8b51db6138039e2cd", - "X-Processing-Time": "107ms" + "x-ms-client-request-id": "9bc9994966a232cf72b9659eaf53e06b", + "X-Processing-Time": "92ms" }, "ResponseBody": { "identity": { @@ -40,13 +40,13 @@ }, "accessToken": { "token": "Sanitized", - "expiresOn": "2023-01-13T11:02:58.498878\u002B00:00" + "expiresOn": "2023-03-14T09:48:10.5804875\u002B00:00" } } } ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "279675909" + "RandomSeed": "592977814" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithMaxInvalidCustomExpiration.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithMaxInvalidCustomExpiration.json index d91104bd67537..7b9bd1a1681c9 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithMaxInvalidCustomExpiration.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithMaxInvalidCustomExpiration.json @@ -8,11 +8,11 @@ "Authorization": "Sanitized", "Content-Length": "56", "Content-Type": "application/json", - "traceparent": "00-b640977c369bdea2616ab16947b62138-8cc7222beb3fe827-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "cdf45f367d17596ffab8f890a13b9413", + "traceparent": "00-c9601f614c39f16898dfdad70838e9ab-b6a44d01b514bdc4-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "36c7a9ce554b7e3fca6648c47a7beb9d", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:41 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:47:55 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -23,17 +23,17 @@ }, "StatusCode": 400, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Type": "application/json", - "Date": "Thu, 12 Jan 2023 11:02:41 GMT", - "MS-CV": "/vmUtcQyXUKTrmun1kgJmQ.2.0", + "Date": "Mon, 13 Mar 2023 09:47:54 GMT", + "MS-CV": "mc/LXoQxLEq2/r4ClD7GGw.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "00ei/YwAAAABGoAPI61HGQq5eZoUX7mZiSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0SvEOZAAAAABiv3Fg0OXlQqe90nKXrJZCSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "cdf45f367d17596ffab8f890a13b9413", - "X-Processing-Time": "38ms" + "x-ms-client-request-id": "36c7a9ce554b7e3fca6648c47a7beb9d", + "X-Processing-Time": "12ms" }, "ResponseBody": { "error": { @@ -46,6 +46,6 @@ ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "1613475619" + "RandomSeed": "96986958" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithMaxInvalidCustomExpirationAsync.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithMaxInvalidCustomExpirationAsync.json index d3df5abce3312..76fb5aff25171 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithMaxInvalidCustomExpirationAsync.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithMaxInvalidCustomExpirationAsync.json @@ -8,11 +8,11 @@ "Authorization": "Sanitized", "Content-Length": "56", "Content-Type": "application/json", - "traceparent": "00-ffa323f0eccf651ffc32087a3bd55553-06ec9a50b1b64f2f-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "dff2495117bfa6d93a30d4aa42f9523c", + "traceparent": "00-b8e23d363a7d8b55ede7ae4d577a09cc-b09c31647e604a07-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5d935edd11af9a3d6a737ac813ed1904", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:03:00 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:12 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -23,17 +23,17 @@ }, "StatusCode": 400, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Type": "application/json", - "Date": "Thu, 12 Jan 2023 11:02:59 GMT", - "MS-CV": "4wAX5P7hVE6mFno3wFs5Bg.2.0", + "Date": "Mon, 13 Mar 2023 09:48:11 GMT", + "MS-CV": "Ff3xF1rwhUqAzHPi\u002BumLRA.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "04\u002Bi/YwAAAADMkArrNo6jQrKzjPul6BZdSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0XPEOZAAAAACxwNx73uGQQY0wwqrw\u002B4VjSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "dff2495117bfa6d93a30d4aa42f9523c", - "X-Processing-Time": "32ms" + "x-ms-client-request-id": "5d935edd11af9a3d6a737ac813ed1904", + "X-Processing-Time": "12ms" }, "ResponseBody": { "error": { @@ -46,6 +46,6 @@ ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "811536593" + "RandomSeed": "1948449014" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithMaxValidCustomExpiration.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithMaxValidCustomExpiration.json index 1f9f3baff0983..b0d142283d9ad 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithMaxValidCustomExpiration.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithMaxValidCustomExpiration.json @@ -8,11 +8,11 @@ "Authorization": "Sanitized", "Content-Length": "58", "Content-Type": "application/json", - "traceparent": "00-3f9fbab5c3d44da52b6862e3a464535d-4f5c7e5adc9fdcbe-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "6022933d78dc78b66338ab75f9469b83", + "traceparent": "00-03cfbad9c1cdd3ad6a2611c030d664b3-b5996ee37f6ef520-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7d6a17bc84daf3fc02c5c835254f6beb", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:42 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:47:55 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -23,17 +23,17 @@ }, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:42 GMT", - "MS-CV": "qMD0zwUXJEWA3O5ULXmS2Q.2.0", + "Date": "Mon, 13 Mar 2023 09:47:54 GMT", + "MS-CV": "lj9cbQSuXEW\u002Be/xiVacRbg.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "00ui/YwAAAADCb3WoLWdUT69nP\u002B6S9zfsSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0S/EOZAAAAAAa5w9z3p0ZRLbq59lDyvijSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "6022933d78dc78b66338ab75f9469b83", - "X-Processing-Time": "113ms" + "x-ms-client-request-id": "7d6a17bc84daf3fc02c5c835254f6beb", + "X-Processing-Time": "92ms" }, "ResponseBody": { "identity": { @@ -41,13 +41,13 @@ }, "accessToken": { "token": "Sanitized", - "expiresOn": "2023-01-13T11:02:42.5132041\u002B00:00" + "expiresOn": "2023-03-14T09:47:55.7553848\u002B00:00" } } } ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "1593496162" + "RandomSeed": "1381967759" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithMaxValidCustomExpirationAsync.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithMaxValidCustomExpirationAsync.json index cc5c0bffa9cc7..a47d679092837 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithMaxValidCustomExpirationAsync.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithMaxValidCustomExpirationAsync.json @@ -8,11 +8,11 @@ "Authorization": "Sanitized", "Content-Length": "58", "Content-Type": "application/json", - "traceparent": "00-b581fb39c3fa6813e223478c9234b0d6-935b44560d47e9ca-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "7a82bd0249bd09943cd26d83ae5f94d9", + "traceparent": "00-411d9b253cfddecb73b74d72ee08cc06-4c473b365dc2b497-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "bce96a1fb07fb993a3455ae7b1c9adc3", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:03:00 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:13 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -23,17 +23,17 @@ }, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:03:00 GMT", - "MS-CV": "qXAuP1OhKEOZJmRohErQvw.2.0", + "Date": "Mon, 13 Mar 2023 09:48:12 GMT", + "MS-CV": "PNgsbnrIXkWroNbjhhycOg.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "05Oi/YwAAAABBQd8mVZYqSo88tDjOd8jrSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0XfEOZAAAAADIqbNNwFMMS7Rs8TbKRKTdSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "7a82bd0249bd09943cd26d83ae5f94d9", - "X-Processing-Time": "113ms" + "x-ms-client-request-id": "bce96a1fb07fb993a3455ae7b1c9adc3", + "X-Processing-Time": "90ms" }, "ResponseBody": { "identity": { @@ -41,13 +41,13 @@ }, "accessToken": { "token": "Sanitized", - "expiresOn": "2023-01-13T11:03:00.6734542\u002B00:00" + "expiresOn": "2023-03-14T09:48:13.3098901\u002B00:00" } } } ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "1702852384" + "RandomSeed": "1947202585" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithMinInvalidCustomExpiration.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithMinInvalidCustomExpiration.json index 8a21e4fce98c0..63fa554a36d56 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithMinInvalidCustomExpiration.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithMinInvalidCustomExpiration.json @@ -8,11 +8,11 @@ "Authorization": "Sanitized", "Content-Length": "58", "Content-Type": "application/json", - "traceparent": "00-8a1afdf34a308712416a2a9f48880400-bf48898b15977709-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "c43ef8a13b4a5a46fa399b5ae62b307b", + "traceparent": "00-eabe1515dcbb58271cc7f0cc0ff300b7-ab19a0adba4f25bd-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "440538d97b850ae9b9657117b1e9438a", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:41 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:47:54 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -23,17 +23,17 @@ }, "StatusCode": 400, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Type": "application/json", - "Date": "Thu, 12 Jan 2023 11:02:41 GMT", - "MS-CV": "TdMUFpTsaU26PBvNMNnk1w.2.0", + "Date": "Mon, 13 Mar 2023 09:47:53 GMT", + "MS-CV": "nJaE6V7OckqfCuD9DUNuQw.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "00ei/YwAAAADIPLqpRsY3Sow3Wp/n1oM7SEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0SvEOZAAAAACO5cK\u002B9W3lQZ0II1XkgrSESEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "c43ef8a13b4a5a46fa399b5ae62b307b", - "X-Processing-Time": "41ms" + "x-ms-client-request-id": "440538d97b850ae9b9657117b1e9438a", + "X-Processing-Time": "46ms" }, "ResponseBody": { "error": { @@ -46,6 +46,6 @@ ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "677503382" + "RandomSeed": "1675861399" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithMinInvalidCustomExpirationAsync.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithMinInvalidCustomExpirationAsync.json index a2738c65be9af..53ad16600a809 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithMinInvalidCustomExpirationAsync.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithMinInvalidCustomExpirationAsync.json @@ -8,11 +8,11 @@ "Authorization": "Sanitized", "Content-Length": "58", "Content-Type": "application/json", - "traceparent": "00-68742566a37f6fd930e734937bb9438d-d64bb2b16d5c71a0-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "dd869c1f1b9ac5dd580bcf4642945d00", + "traceparent": "00-31bd945a5b4b9e053c32936d08763845-d698994752649fe8-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "11c02f9a33e0d5ec48375c7be23c45f6", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:59 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:11 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -23,17 +23,17 @@ }, "StatusCode": 400, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Type": "application/json", - "Date": "Thu, 12 Jan 2023 11:02:59 GMT", - "MS-CV": "PeWJEVQlJ0a\u002BulUc6uu1NQ.2.0", + "Date": "Mon, 13 Mar 2023 09:48:11 GMT", + "MS-CV": "9sTQEp9jlUq4OLPt2n52Ew.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "04\u002Bi/YwAAAAA3NdM1NoszT7uHIDIPnlxxSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0W/EOZAAAAAAuzFuiN1vJRK3/dOH3BrN4SEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "dd869c1f1b9ac5dd580bcf4642945d00", - "X-Processing-Time": "31ms" + "x-ms-client-request-id": "11c02f9a33e0d5ec48375c7be23c45f6", + "X-Processing-Time": "14ms" }, "ResponseBody": { "error": { @@ -46,6 +46,6 @@ ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "1093165050" + "RandomSeed": "2010821713" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithMinValidCustomExpiration.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithMinValidCustomExpiration.json index b6eb69e31caf6..27cac9188efa6 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithMinValidCustomExpiration.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithMinValidCustomExpiration.json @@ -8,11 +8,11 @@ "Authorization": "Sanitized", "Content-Length": "56", "Content-Type": "application/json", - "traceparent": "00-ee4faa758c6a1c04bc7b4c3812b4f541-46859a2c8f5e5456-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "b8db18a819c566fb00cc5eeafe2e0fc0", + "traceparent": "00-7fdfa44803047aafa32b6a77ed337796-7f407901634df8e3-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9fd7891c52dc046265500f201746e43d", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:42 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:47:55 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -23,17 +23,17 @@ }, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:41 GMT", - "MS-CV": "xVd4YYhgwk\u002BjzPnxxdJR0Q.2.0", + "Date": "Mon, 13 Mar 2023 09:47:54 GMT", + "MS-CV": "RnvjdyvTakiK4O2g\u002B5ktEw.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "00ei/YwAAAAD0kEKQXoFRQYkokY2Z/yBRSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0S/EOZAAAAADJaq\u002B38U7LRYqXEVKpcJoqSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "b8db18a819c566fb00cc5eeafe2e0fc0", - "X-Processing-Time": "108ms" + "x-ms-client-request-id": "9fd7891c52dc046265500f201746e43d", + "X-Processing-Time": "90ms" }, "ResponseBody": { "identity": { @@ -41,13 +41,13 @@ }, "accessToken": { "token": "Sanitized", - "expiresOn": "2023-01-12T12:02:42.1408511\u002B00:00" + "expiresOn": "2023-03-13T10:47:55.4184495\u002B00:00" } } } ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "93189357" + "RandomSeed": "445235070" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithMinValidCustomExpirationAsync.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithMinValidCustomExpirationAsync.json index d9be005d9da8a..3b04b61139bd8 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithMinValidCustomExpirationAsync.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithMinValidCustomExpirationAsync.json @@ -8,11 +8,11 @@ "Authorization": "Sanitized", "Content-Length": "56", "Content-Type": "application/json", - "traceparent": "00-7f66b1812d7a6194a3550cc4308aa1b3-64c651a5e384988e-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "1e7d077724b1de1629683583e92e5cd9", + "traceparent": "00-f6c4dbae99e50e62b0cff55794b141f0-0c87412e8420e3d5-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3ba241f82ccd12324800122be8531161", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:03:00 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:12 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -23,17 +23,17 @@ }, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:59 GMT", - "MS-CV": "dV4NPSXOhU\u002BmjgIEDfgGyA.2.0", + "Date": "Mon, 13 Mar 2023 09:48:11 GMT", + "MS-CV": "82oSdd\u002B0XkWmnDxo8/\u002BGNg.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "04\u002Bi/YwAAAADoSq9CYvHzTqESFfEGKUJTSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0XPEOZAAAAABaFOxL4Y\u002B\u002BRIZOOnMqTna\u002BSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "1e7d077724b1de1629683583e92e5cd9", - "X-Processing-Time": "105ms" + "x-ms-client-request-id": "3ba241f82ccd12324800122be8531161", + "X-Processing-Time": "90ms" }, "ResponseBody": { "identity": { @@ -41,13 +41,13 @@ }, "accessToken": { "token": "Sanitized", - "expiresOn": "2023-01-12T12:03:00.3158282\u002B00:00" + "expiresOn": "2023-03-13T10:48:12.5193272\u002B00:00" } } } ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "1961655311" + "RandomSeed": "77555883" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithMultipleScopes.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithMultipleScopes.json index 2f0cdc4ff1ce9..d9326dcf15b8a 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithMultipleScopes.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithMultipleScopes.json @@ -8,11 +8,11 @@ "Authorization": "Sanitized", "Content-Length": "41", "Content-Type": "application/json", - "traceparent": "00-a2a7ea3e94b94a7ff5e35f4f1a22087b-d883123bddfbaf8a-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "40e2df8994db7c9c1d57e0c5723381b7", + "traceparent": "00-2af1e85a78ed17389277d337893315cb-e529d082fed1d539-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e093560b569966e2268125fc69d08975", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:41 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:47:54 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -23,17 +23,17 @@ }, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:40 GMT", - "MS-CV": "p9z2GYsHjkO545h1tCIK8A.2.0", + "Date": "Mon, 13 Mar 2023 09:47:53 GMT", + "MS-CV": "J3BpMh2izEKOnxXMIu5xZw.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "00Oi/YwAAAADsTMWfL\u002BGbQKtA9w7/TwH8SEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0SvEOZAAAAAD7fzG3giTfS75ijHHh\u002BosGSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "40e2df8994db7c9c1d57e0c5723381b7", - "X-Processing-Time": "113ms" + "x-ms-client-request-id": "e093560b569966e2268125fc69d08975", + "X-Processing-Time": "91ms" }, "ResponseBody": { "identity": { @@ -41,13 +41,13 @@ }, "accessToken": { "token": "Sanitized", - "expiresOn": "2023-01-13T11:02:41.0814747\u002B00:00" + "expiresOn": "2023-03-14T09:47:54.2896145\u002B00:00" } } } ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "1129169793" + "RandomSeed": "516447254" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithMultipleScopesAsync.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithMultipleScopesAsync.json index 6dbf58b38ddac..29977a862d456 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithMultipleScopesAsync.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithMultipleScopesAsync.json @@ -8,11 +8,11 @@ "Authorization": "Sanitized", "Content-Length": "41", "Content-Type": "application/json", - "traceparent": "00-a449cfee964b4247a31ae1afa1e03263-f08a6f0c4a55969d-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "429b599b635180d38bbd14f93beef315", + "traceparent": "00-d5a6f3fb9c1061e6817e2cb49f60de56-056febdd69066f82-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2c30301d636355488906606cd4cd97ac", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:59 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:11 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -23,17 +23,17 @@ }, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", - "Content-Length": "115", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", + "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:58 GMT", - "MS-CV": "ekOcjMC9bkevWf8fhRAzvg.2.0", + "Date": "Mon, 13 Mar 2023 09:48:10 GMT", + "MS-CV": "7bFiL8Nh8Uqp5OWBf99O3Q.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "04ui/YwAAAAAIF3uT90vfQ5oyHiEveHeHSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0W/EOZAAAAADJ7cZImQnOQqnD0DA2JHuVSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "429b599b635180d38bbd14f93beef315", - "X-Processing-Time": "104ms" + "x-ms-client-request-id": "2c30301d636355488906606cd4cd97ac", + "X-Processing-Time": "89ms" }, "ResponseBody": { "identity": { @@ -41,13 +41,13 @@ }, "accessToken": { "token": "Sanitized", - "expiresOn": "2023-01-13T11:02:59.2165677\u002B00:00" + "expiresOn": "2023-03-14T09:48:11.390814\u002B00:00" } } } ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "338509003" + "RandomSeed": "1018112509" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithVoIPScope.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithVoIPScope.json index e7a7b2684751e..3765240a48b67 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithVoIPScope.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithVoIPScope.json @@ -8,11 +8,11 @@ "Authorization": "Sanitized", "Content-Length": "34", "Content-Type": "application/json", - "traceparent": "00-c77c768049fd915d9a9b24a08fac759e-da35d4991d782d77-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "53347689bb8ec40de95e551dcb1e4312", + "traceparent": "00-3ada60457d2fb983015a213b7873bc97-69a4be0c3b0ee35b-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2ac6b87c546156b3b31646a7e222cc55", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:40 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:47:53 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,17 +22,17 @@ }, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", - "Content-Length": "114", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", + "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:40 GMT", - "MS-CV": "\u002BzGw/1dd6ka\u002Blb0KDACMdQ.2.0", + "Date": "Mon, 13 Mar 2023 09:47:53 GMT", + "MS-CV": "bxxRyBN\u002Bw0S/oNWxAy0lsg.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "00Oi/YwAAAAAzeXYQVwkJSrJMxU\u002BWTutaSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0SfEOZAAAAADItIwI6RfzQ5J\u002Bybe9lpZMSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "53347689bb8ec40de95e551dcb1e4312", - "X-Processing-Time": "113ms" + "x-ms-client-request-id": "2ac6b87c546156b3b31646a7e222cc55", + "X-Processing-Time": "91ms" }, "ResponseBody": { "identity": { @@ -40,13 +40,13 @@ }, "accessToken": { "token": "Sanitized", - "expiresOn": "2023-01-13T11:02:40.712727\u002B00:00" + "expiresOn": "2023-03-14T09:47:53.8313701\u002B00:00" } } } ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "1971746102" + "RandomSeed": "1629205344" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithVoIPScopeAsync.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithVoIPScopeAsync.json index 128b00c9ea9ef..8a77fa61287ee 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithVoIPScopeAsync.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/CreateUserAndTokenWithVoIPScopeAsync.json @@ -8,11 +8,11 @@ "Authorization": "Sanitized", "Content-Length": "34", "Content-Type": "application/json", - "traceparent": "00-a4ac912f9c02c3bb4fd2486ad716d52c-51ed6c0c9fc93fff-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "1bf8798a6317067b44b53149c88ea467", + "traceparent": "00-300a271183b2b01a77ec09941160984b-d8329a6e452750c1-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f4dd6688a3264144f24f67088af6bbce", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:59 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:11 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,17 +22,17 @@ }, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", - "Content-Length": "114", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", + "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:58 GMT", - "MS-CV": "sGIEv8z5D0qctPPl8gOFmg.2.0", + "Date": "Mon, 13 Mar 2023 09:48:10 GMT", + "MS-CV": "09qBRR7/cEGbMx2KntppmQ.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "04ui/YwAAAAAs6MjV3tplSaQOtaOAObBsSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0WvEOZAAAAADxLneK8lJqQIiUCbw/CypbSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "1bf8798a6317067b44b53149c88ea467", - "X-Processing-Time": "110ms" + "x-ms-client-request-id": "f4dd6688a3264144f24f67088af6bbce", + "X-Processing-Time": "89ms" }, "ResponseBody": { "identity": { @@ -40,13 +40,13 @@ }, "accessToken": { "token": "Sanitized", - "expiresOn": "2023-01-13T11:02:58.856709\u002B00:00" + "expiresOn": "2023-03-14T09:48:10.9657393\u002B00:00" } } } ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "778658256" + "RandomSeed": "1181970274" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithEmptyClientIdShouldThrow.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithEmptyClientIdShouldThrow.json index 7c3dcf0139753..c8059ebdae0cf 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithEmptyClientIdShouldThrow.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithEmptyClientIdShouldThrow.json @@ -8,11 +8,11 @@ "Authorization": "Sanitized", "Content-Length": "53", "Content-Type": "application/json", - "traceparent": "00-57e38bc0f1e719cffdc28db46b952d08-8a17e08e9571701e-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "a81232a1117553c4c550e7b2b2b5ad1c", + "traceparent": "00-01e5c190d09d620285650a41c25567fd-26d8c96a9d8818a9-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2e5ab636f9dc89fd185d56de5bca30b5", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:43 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:47:56 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -23,15 +23,15 @@ "StatusCode": 400, "ResponseHeaders": { "Content-Type": "application/json", - "Date": "Thu, 12 Jan 2023 11:02:42 GMT", - "MS-CV": "lAlIWgq2vUGQzzWWcULvEA.0", + "Date": "Mon, 13 Mar 2023 09:47:55 GMT", + "MS-CV": "PAFJqo3yKU\u002BLBz8M4i1hWQ.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "00ui/YwAAAABVxKT5qQ6oQKqXjeJI9XVMSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0S/EOZAAAAADbMdsw8rFDT4cVWvz3grg0SEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "a81232a1117553c4c550e7b2b2b5ad1c", - "X-Processing-Time": "127ms" + "x-ms-client-request-id": "2e5ab636f9dc89fd185d56de5bca30b5", + "X-Processing-Time": "107ms" }, "ResponseBody": { "error": { @@ -44,6 +44,6 @@ ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "336926956" + "RandomSeed": "2143238296" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithEmptyClientIdShouldThrowAsync.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithEmptyClientIdShouldThrowAsync.json index d363998051284..6a7d4158dc2f5 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithEmptyClientIdShouldThrowAsync.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithEmptyClientIdShouldThrowAsync.json @@ -8,11 +8,11 @@ "Authorization": "Sanitized", "Content-Length": "53", "Content-Type": "application/json", - "traceparent": "00-de2c22592390836bdb1d5c9d654073de-1abd5a76777d578b-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "b40cdc44985ca9e860b5c4b2d96efdbf", + "traceparent": "00-35605ab2b8096d134b0f2e39c6c1f312-d487f736c757f79d-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ff90897151d7572110808483cb3bd24b", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:03:01 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:13 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -23,15 +23,15 @@ "StatusCode": 400, "ResponseHeaders": { "Content-Type": "application/json", - "Date": "Thu, 12 Jan 2023 11:03:00 GMT", - "MS-CV": "s86RjFDBTkS5iIXd5SL\u002Byw.0", + "Date": "Mon, 13 Mar 2023 09:48:12 GMT", + "MS-CV": "Avf/C75l3kW\u002BXDGhMVmfPw.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "05Oi/YwAAAACOJGl4A9msQpHtHPTZYA/JSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0XfEOZAAAAACfKrztx8RBQKntjUsuSYjmSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "b40cdc44985ca9e860b5c4b2d96efdbf", - "X-Processing-Time": "127ms" + "x-ms-client-request-id": "ff90897151d7572110808483cb3bd24b", + "X-Processing-Time": "102ms" }, "ResponseBody": { "error": { @@ -44,6 +44,6 @@ ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "618603127" + "RandomSeed": "893823408" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithEmptyTokenShouldThrow.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithEmptyTokenShouldThrow.json index f670f89485fa9..1a9adc47703db 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithEmptyTokenShouldThrow.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithEmptyTokenShouldThrow.json @@ -8,11 +8,11 @@ "Authorization": "Sanitized", "Content-Length": "53", "Content-Type": "application/json", - "traceparent": "00-45b864cd0f6ac934eda3169b5758c2c4-5a83eb83419b96a8-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "b3515c77a8d2fdd692c4c49a1552ee5c", + "traceparent": "00-9ab1e29db4f5cbbf3ad09aa23e6a15e4-c82133d0f0e067ac-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "21f5195097f26c423ac792dc3ea0464d", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:43 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:47:56 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -23,15 +23,15 @@ "StatusCode": 401, "ResponseHeaders": { "Content-Type": "application/json", - "Date": "Thu, 12 Jan 2023 11:02:42 GMT", - "MS-CV": "6w9WiKL1OU2eXB2ST91x/w.0", + "Date": "Mon, 13 Mar 2023 09:47:55 GMT", + "MS-CV": "n2A1MVtrYkWOMXdl\u002BVcOZQ.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "00\u002Bi/YwAAAACCcnBHigZ9TbKZNJeVGwRvSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0TPEOZAAAAACmpn5NsMiJQoqg\u002BJYzN/udSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "b3515c77a8d2fdd692c4c49a1552ee5c", - "X-Processing-Time": "127ms" + "x-ms-client-request-id": "21f5195097f26c423ac792dc3ea0464d", + "X-Processing-Time": "249ms" }, "ResponseBody": { "error": { @@ -43,6 +43,6 @@ ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "1795794913" + "RandomSeed": "620001367" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithEmptyTokenShouldThrowAsync.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithEmptyTokenShouldThrowAsync.json index b725114f534d8..5c0a99039a474 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithEmptyTokenShouldThrowAsync.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithEmptyTokenShouldThrowAsync.json @@ -8,11 +8,11 @@ "Authorization": "Sanitized", "Content-Length": "53", "Content-Type": "application/json", - "traceparent": "00-c99a2c628f64ea57b8de94a791f003ef-e08ccdbaa35b3b32-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "e24fa53b157cd4c281bf4ac9b3ee7ecd", + "traceparent": "00-867e13d12e53392e473a12b703b36533-99db8e9bb7e4df08-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d03e22b37200ad1f51245fa8a17e5ed6", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:03:01 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:14 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -23,15 +23,15 @@ "StatusCode": 401, "ResponseHeaders": { "Content-Type": "application/json", - "Date": "Thu, 12 Jan 2023 11:03:00 GMT", - "MS-CV": "O\u002BZuWy6e50CPoA8qnU2Wjg.0", + "Date": "Mon, 13 Mar 2023 09:48:13 GMT", + "MS-CV": "QZaKDY7Zi0WmpFZHILgbzw.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "05ei/YwAAAAAEW5SJPOr1S7UJWKDLD2MfSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0XvEOZAAAAAC1FZlEzo\u002BRQ4oe5nsRtheYSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "e24fa53b157cd4c281bf4ac9b3ee7ecd", - "X-Processing-Time": "130ms" + "x-ms-client-request-id": "d03e22b37200ad1f51245fa8a17e5ed6", + "X-Processing-Time": "97ms" }, "ResponseBody": { "error": { @@ -43,6 +43,6 @@ ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "2014035567" + "RandomSeed": "1904201973" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithEmptyUserObjectIdShouldThrow.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithEmptyUserObjectIdShouldThrow.json index 1d1ab7b1ebcb1..680d30d65f44b 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithEmptyUserObjectIdShouldThrow.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithEmptyUserObjectIdShouldThrow.json @@ -8,11 +8,11 @@ "Authorization": "Sanitized", "Content-Length": "53", "Content-Type": "application/json", - "traceparent": "00-c143610b5d0fafaf13cdac85bd6d775a-5fbeaa87d026857d-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "99511ebaef0993c35b830b1750860096", + "traceparent": "00-d6eb784422d9e236aa3c193ec1f250c0-c1b86e045a9fb026-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ba345de225535db7096ba7a111a4ecae", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:43 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:47:57 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -23,15 +23,15 @@ "StatusCode": 400, "ResponseHeaders": { "Content-Type": "application/json", - "Date": "Thu, 12 Jan 2023 11:02:43 GMT", - "MS-CV": "XGknKDIpgEKL9SmjmQSnHg.0", + "Date": "Mon, 13 Mar 2023 09:47:56 GMT", + "MS-CV": "foRKOJDH302bfTrJ\u002B/QsyQ.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "00\u002Bi/YwAAAACgXLCSZr75TYebE5tyhve8SEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0TfEOZAAAAACO\u002BLubcZhjSbK5j7qjMoBCSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "99511ebaef0993c35b830b1750860096", - "X-Processing-Time": "131ms" + "x-ms-client-request-id": "ba345de225535db7096ba7a111a4ecae", + "X-Processing-Time": "102ms" }, "ResponseBody": { "error": { @@ -44,6 +44,6 @@ ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "1712444936" + "RandomSeed": "1954169960" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithEmptyUserObjectIdShouldThrowAsync.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithEmptyUserObjectIdShouldThrowAsync.json index b5923c8699402..458dfde402583 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithEmptyUserObjectIdShouldThrowAsync.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithEmptyUserObjectIdShouldThrowAsync.json @@ -8,11 +8,11 @@ "Authorization": "Sanitized", "Content-Length": "53", "Content-Type": "application/json", - "traceparent": "00-7399fa46a28edfba36fb9372efab8116-6dcee258d303b908-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "4323d9e69121f3b6378f66cc472a08d6", + "traceparent": "00-62831dc95fafe720b7872e34fbe92354-cfcf218c43532cdd-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "fbb89cee930995de6a89949a209b5947", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:03:01 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:15 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -23,15 +23,15 @@ "StatusCode": 400, "ResponseHeaders": { "Content-Type": "application/json", - "Date": "Thu, 12 Jan 2023 11:03:01 GMT", - "MS-CV": "Y4O3ozoEwEin5JpLREdtQA.0", + "Date": "Mon, 13 Mar 2023 09:48:14 GMT", + "MS-CV": "TPyYJ48D/UG7MxWR1aOUeA.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "05ei/YwAAAAD41Zt3pdP1Qq9LI1DjiXQMSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0XvEOZAAAAADnjUXLbY4ORItC/lnjGf/WSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "4323d9e69121f3b6378f66cc472a08d6", - "X-Processing-Time": "134ms" + "x-ms-client-request-id": "fbb89cee930995de6a89949a209b5947", + "X-Processing-Time": "369ms" }, "ResponseBody": { "error": { @@ -44,6 +44,6 @@ ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "331740129" + "RandomSeed": "325516576" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithExpiredTokenShouldThrow.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithExpiredTokenShouldThrow.json index d166a6e2f4545..4b4aa168701f7 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithExpiredTokenShouldThrow.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithExpiredTokenShouldThrow.json @@ -8,11 +8,11 @@ "Authorization": "Sanitized", "Content-Length": "62", "Content-Type": "application/json", - "traceparent": "00-1d882a83e4a57c77e88aa62c241e68b7-d4dd428be9ae2227-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "955c96648cb73fd8c62dd747fda30c16", + "traceparent": "00-3f990eccb0f8740368633b06a981da7c-1193673a64d63f9d-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8ff56addd2aea7f5c69150423bd18a5a", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:56 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:07 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -23,15 +23,15 @@ "StatusCode": 401, "ResponseHeaders": { "Content-Type": "application/json", - "Date": "Thu, 12 Jan 2023 11:02:55 GMT", - "MS-CV": "14rF9GnIXU6r7tTbTpCoWg.0", + "Date": "Mon, 13 Mar 2023 09:48:06 GMT", + "MS-CV": "8SB4INY2okiMrXUh9O7qng.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "03\u002Bi/YwAAAAA/1ACSF809R7kccrwUacnmSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0VvEOZAAAAACtB5sbZLKiQLCjdFCPiVw4SEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "955c96648cb73fd8c62dd747fda30c16", - "X-Processing-Time": "141ms" + "x-ms-client-request-id": "8ff56addd2aea7f5c69150423bd18a5a", + "X-Processing-Time": "202ms" }, "ResponseBody": { "error": { @@ -43,6 +43,6 @@ ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "1199665040" + "RandomSeed": "1692618577" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithExpiredTokenShouldThrowAsync.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithExpiredTokenShouldThrowAsync.json index d84a3af85e442..160f958bdb437 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithExpiredTokenShouldThrowAsync.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithExpiredTokenShouldThrowAsync.json @@ -8,11 +8,11 @@ "Authorization": "Sanitized", "Content-Length": "62", "Content-Type": "application/json", - "traceparent": "00-e557a1130f3891f3f0ab2ad3e7793982-faff16cc6a9d3fcb-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "11fa47b0d5e891aa2c64724d52126d8b", + "traceparent": "00-0993f4d892a8cec021ff56b44b3959ce-094f9b3f67330e3c-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8713c7af70cc439ea9f91df9cf941aa7", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:03:14 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:26 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -23,15 +23,15 @@ "StatusCode": 401, "ResponseHeaders": { "Content-Type": "application/json", - "Date": "Thu, 12 Jan 2023 11:03:13 GMT", - "MS-CV": "/ss87dgX7ki1vbSb7/HqKQ.0", + "Date": "Mon, 13 Mar 2023 09:48:26 GMT", + "MS-CV": "gjvHV/U2v0qlZQd6dT/qlw.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "08ei/YwAAAADE46fl\u002BgNZRL1jz1IPqhjTSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0avEOZAAAAAC3S6chOaVDRLcCYz7Auv3oSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "11fa47b0d5e891aa2c64724d52126d8b", - "X-Processing-Time": "140ms" + "x-ms-client-request-id": "8713c7af70cc439ea9f91df9cf941aa7", + "X-Processing-Time": "110ms" }, "ResponseBody": { "error": { @@ -43,6 +43,6 @@ ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "779259741" + "RandomSeed": "460109068" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithInvalidClientIdShouldThrow.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithInvalidClientIdShouldThrow.json index 81e6bd11e2cd2..fd3c94d8a72ab 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithInvalidClientIdShouldThrow.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithInvalidClientIdShouldThrow.json @@ -8,11 +8,11 @@ "Authorization": "Sanitized", "Content-Length": "62", "Content-Type": "application/json", - "traceparent": "00-62f94521154eb9009984f632e9d76b0f-39775aad5d2fa32d-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "9b19d7173408532ed10cff220849ce36", + "traceparent": "00-a4088f9428401853bb4d1704f7866534-1cec68e81f43eb8f-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9ea10c33f30a526778e99283486a125c", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:43 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:47:56 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,17 +22,17 @@ }, "StatusCode": 400, "ResponseHeaders": { - "api-supported-versions": "2021-10-31-preview, 2022-06-01, 2022-10-01", + "api-supported-versions": "2021-10-31-preview, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Type": "application/json", - "Date": "Thu, 12 Jan 2023 11:02:42 GMT", - "MS-CV": "dH6pOL8ezk2Oh90jyRbVPg.0", + "Date": "Mon, 13 Mar 2023 09:47:55 GMT", + "MS-CV": "AdTyTEoDe0iZke4Z2\u002BkGpA.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "00ui/YwAAAABCXDatLPI9QJ/ApMLJmVyqSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0TPEOZAAAAAD4RVjqgAF7RolLGpvHcPwaSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "9b19d7173408532ed10cff220849ce36", - "X-Processing-Time": "129ms" + "x-ms-client-request-id": "9ea10c33f30a526778e99283486a125c", + "X-Processing-Time": "102ms" }, "ResponseBody": { "error": { @@ -45,6 +45,6 @@ ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "1455514933" + "RandomSeed": "1884956272" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithInvalidClientIdShouldThrowAsync.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithInvalidClientIdShouldThrowAsync.json index 8a72c093f856f..7e39ddf9d6b5f 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithInvalidClientIdShouldThrowAsync.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithInvalidClientIdShouldThrowAsync.json @@ -8,11 +8,11 @@ "Authorization": "Sanitized", "Content-Length": "62", "Content-Type": "application/json", - "traceparent": "00-be8c865a99665191a93fcab536c0c17d-3065419190ce1c75-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "013c8f82f59eaf3d07339230958e6622", + "traceparent": "00-5107011dfda82a039d1563fdada5a789-8404a21eccdc8f77-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4970b35f149cddc500ed28342bb18b4d", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:03:01 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:13 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,17 +22,17 @@ }, "StatusCode": 400, "ResponseHeaders": { - "api-supported-versions": "2021-10-31-preview, 2022-06-01, 2022-10-01", + "api-supported-versions": "2021-10-31-preview, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Type": "application/json", - "Date": "Thu, 12 Jan 2023 11:03:00 GMT", - "MS-CV": "\u002BtQ4phwkakanQliv\u002BO50fQ.0", + "Date": "Mon, 13 Mar 2023 09:48:13 GMT", + "MS-CV": "N73y6HnnrkywyiUGR7eCMg.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "05ei/YwAAAADzoBPqT/XYS5zfvDiUmbi5SEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0XfEOZAAAAABF8wyzaTS7RbtmQa3UVEm4SEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "013c8f82f59eaf3d07339230958e6622", - "X-Processing-Time": "137ms" + "x-ms-client-request-id": "4970b35f149cddc500ed28342bb18b4d", + "X-Processing-Time": "402ms" }, "ResponseBody": { "error": { @@ -45,6 +45,6 @@ ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "2050937918" + "RandomSeed": "2106996299" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithInvalidTokenShouldThrow.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithInvalidTokenShouldThrow.json index ec59690f25728..4e372b11ebccc 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithInvalidTokenShouldThrow.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithInvalidTokenShouldThrow.json @@ -8,11 +8,11 @@ "Authorization": "Sanitized", "Content-Length": "62", "Content-Type": "application/json", - "traceparent": "00-b68cb6d3c304890163923ebd7c04445b-cc2de8f124ec9eb0-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "5b05fc1f3501a631516555c5d54a04e9", + "traceparent": "00-bf7fdb344c0dab035074c8f6e4f696b3-f9c46b3948a4d579-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2308af1a7cd8cf2fb0574ca1d3275568", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:43 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:47:57 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -23,15 +23,15 @@ "StatusCode": 401, "ResponseHeaders": { "Content-Type": "application/json", - "Date": "Thu, 12 Jan 2023 11:02:42 GMT", - "MS-CV": "n5lnR9APLEmwsF9G1Rhsow.0", + "Date": "Mon, 13 Mar 2023 09:47:56 GMT", + "MS-CV": "GH6T4Vcai0mCRZoYSXdfZA.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "00\u002Bi/YwAAAADnpXZ4prApSY56TCe\u002BfYfHSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0TfEOZAAAAABkUflGmRycSLBdmwv//t\u002BkSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "5b05fc1f3501a631516555c5d54a04e9", - "X-Processing-Time": "126ms" + "x-ms-client-request-id": "2308af1a7cd8cf2fb0574ca1d3275568", + "X-Processing-Time": "101ms" }, "ResponseBody": { "error": { @@ -43,6 +43,6 @@ ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "645392992" + "RandomSeed": "1684228046" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithInvalidTokenShouldThrowAsync.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithInvalidTokenShouldThrowAsync.json index 496baafc54b13..70fb231624516 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithInvalidTokenShouldThrowAsync.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithInvalidTokenShouldThrowAsync.json @@ -8,11 +8,11 @@ "Authorization": "Sanitized", "Content-Length": "62", "Content-Type": "application/json", - "traceparent": "00-b72efa259092d2250ed66a2f926420b1-f1c40903d29f63b0-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "465bfb7b0c4df6d25ed352d0ca1326b8", + "traceparent": "00-700e6d419be9f6503e7a95f7bc8c1480-10923ab22bcfe4d3-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4c81d28bab09d8b7ab8aa696323a8c44", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:03:01 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:14 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -23,15 +23,15 @@ "StatusCode": 401, "ResponseHeaders": { "Content-Type": "application/json", - "Date": "Thu, 12 Jan 2023 11:03:01 GMT", - "MS-CV": "eIZO/36x70aQBzSgTm2cZA.0", + "Date": "Mon, 13 Mar 2023 09:48:13 GMT", + "MS-CV": "3HWyVWoxCkq0VBWQqePNdg.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "05ei/YwAAAABTMvTGxt1CRb8S\u002BHcXmCGZSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0XvEOZAAAAAD4wnP29Up6Q44DnTgKUVXQSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "465bfb7b0c4df6d25ed352d0ca1326b8", - "X-Processing-Time": "135ms" + "x-ms-client-request-id": "4c81d28bab09d8b7ab8aa696323a8c44", + "X-Processing-Time": "97ms" }, "ResponseBody": { "error": { @@ -43,6 +43,6 @@ ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "173588646" + "RandomSeed": "452174527" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithInvalidUserObjectIdShouldThrow.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithInvalidUserObjectIdShouldThrow.json index 212b944f8b8fc..996647262bc57 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithInvalidUserObjectIdShouldThrow.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithInvalidUserObjectIdShouldThrow.json @@ -8,11 +8,11 @@ "Authorization": "Sanitized", "Content-Length": "62", "Content-Type": "application/json", - "traceparent": "00-dff98a6e9546f7590c7541d0f762bdee-8da807271464fca3-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "11690bde951e155ef24343c884727215", + "traceparent": "00-d1e8199bd80c6ef8bed8a7dbe489230e-abf486017d968038-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "156ebae0eeb7cdb4b4d5c829b6185ce9", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:44 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:47:57 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,17 +22,17 @@ }, "StatusCode": 400, "ResponseHeaders": { - "api-supported-versions": "2021-10-31-preview, 2022-06-01, 2022-10-01", + "api-supported-versions": "2021-10-31-preview, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Type": "application/json", - "Date": "Thu, 12 Jan 2023 11:02:43 GMT", - "MS-CV": "Dbvt7xDZf0\u002BUmDkACO\u002BgrQ.0", + "Date": "Mon, 13 Mar 2023 09:47:56 GMT", + "MS-CV": "NjxiVANFVUC4Xy6anrGMaA.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "00\u002Bi/YwAAAAAkez1yJgrbQbmq0VQbVw8QSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0TfEOZAAAAACDvuLkwahxSZvRT61v0DUTSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "11690bde951e155ef24343c884727215", - "X-Processing-Time": "126ms" + "x-ms-client-request-id": "156ebae0eeb7cdb4b4d5c829b6185ce9", + "X-Processing-Time": "102ms" }, "ResponseBody": { "error": { @@ -45,6 +45,6 @@ ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "1130510332" + "RandomSeed": "1769735950" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithInvalidUserObjectIdShouldThrowAsync.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithInvalidUserObjectIdShouldThrowAsync.json index ed5b46dca6576..20cd5fc458bdc 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithInvalidUserObjectIdShouldThrowAsync.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithInvalidUserObjectIdShouldThrowAsync.json @@ -8,11 +8,11 @@ "Authorization": "Sanitized", "Content-Length": "62", "Content-Type": "application/json", - "traceparent": "00-8e8eb060994e1058ed3b05986465631b-8d4a2ee8c8319ae3-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "eaa8336f10c302da3cc0c5c99d7ae3af", + "traceparent": "00-f069080b0b8201414afdf41d93c35785-80d08a1ed32b4939-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "af45abae57d06cac1477233bbaaafcbc", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:03:02 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:15 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,17 +22,17 @@ }, "StatusCode": 400, "ResponseHeaders": { - "api-supported-versions": "2021-10-31-preview, 2022-06-01, 2022-10-01", + "api-supported-versions": "2021-10-31-preview, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Type": "application/json", - "Date": "Thu, 12 Jan 2023 11:03:01 GMT", - "MS-CV": "M4CM3qG5XEWh\u002BF5Z/f8PwA.0", + "Date": "Mon, 13 Mar 2023 09:48:14 GMT", + "MS-CV": "sc4UPGldXkS7a8kx54lfdg.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "05ei/YwAAAADEA3LjLplCRJ8w03Y9N13GSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0X/EOZAAAAADPehKzKL0/TKutIVrzlM78SEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "eaa8336f10c302da3cc0c5c99d7ae3af", - "X-Processing-Time": "135ms" + "x-ms-client-request-id": "af45abae57d06cac1477233bbaaafcbc", + "X-Processing-Time": "104ms" }, "ResponseBody": { "error": { @@ -45,6 +45,6 @@ ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "43149262" + "RandomSeed": "1886377278" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithValidParameters.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithValidParameters.json index 9b09b8e92f10d..d20b47da14ccf 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithValidParameters.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithValidParameters.json @@ -8,11 +8,11 @@ "Authorization": "Sanitized", "Content-Length": "62", "Content-Type": "application/json", - "traceparent": "00-872e44f76f26a697d847f62cb2ccf8a4-2ccc70e309dd76ae-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "e095af877cfdde601522cf05f11ebe18", + "traceparent": "00-07dac55e47cef69c45b21618627f3dcd-e3f0ab7e0d863209-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "64c231dbfea620090bf214dbff716a32", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:56 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:07 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,26 +22,26 @@ }, "StatusCode": 200, "ResponseHeaders": { - "api-supported-versions": "2021-10-31-preview, 2022-06-01, 2022-10-01", + "api-supported-versions": "2021-10-31-preview, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "69", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:56 GMT", - "MS-CV": "1YCVk/ePCECCayq6IDM3YA.0", + "Date": "Mon, 13 Mar 2023 09:48:06 GMT", + "MS-CV": "l\u002BxTraNCM0OaP4VcuKVYkA.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "04Oi/YwAAAABg9bw4IXUCTrdB62FTT9I/SEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0V/EOZAAAAAAuHRIzOwi0T7misjuxSMtwSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "e095af877cfdde601522cf05f11ebe18", - "X-Processing-Time": "422ms" + "x-ms-client-request-id": "64c231dbfea620090bf214dbff716a32", + "X-Processing-Time": "347ms" }, "ResponseBody": { "token": "Sanitized", - "expiresOn": "2023-01-12T12:11:41.5063564\u002B00:00" + "expiresOn": "2023-03-13T11:03:27.5605084\u002B00:00" } } ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "29706247" + "RandomSeed": "1894844066" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithValidParametersAsync.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithValidParametersAsync.json index 85d23f899f6e6..9156a296f4e4c 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithValidParametersAsync.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithValidParametersAsync.json @@ -8,11 +8,11 @@ "Authorization": "Sanitized", "Content-Length": "62", "Content-Type": "application/json", - "traceparent": "00-923f13ce359a0e32e05fe5b824ab7e8b-d477199ca69fdd09-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "54e778c6334932d4ec787da9ccf11ea5", + "traceparent": "00-081d3e1f1bb9ff3ebbfdffa56d258933-2b3351fd8830fd83-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cf7ed4d80fae3471fb76045bf18f195c", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:03:14 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:26 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,26 +22,26 @@ }, "StatusCode": 200, "ResponseHeaders": { - "api-supported-versions": "2021-10-31-preview, 2022-06-01, 2022-10-01", - "Content-Length": "69", + "api-supported-versions": "2021-10-31-preview, 2022-06-01, 2022-10-01, 2023-08-01", + "Content-Length": "68", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:03:13 GMT", - "MS-CV": "4mgfTYxcNkWBcPS2uV691Q.0", + "Date": "Mon, 13 Mar 2023 09:48:26 GMT", + "MS-CV": "U8x3dbvpJkCxN\u002BDPblsKRg.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "08ui/YwAAAACuMBM/XJz2SY4hXeuZ43wPSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0avEOZAAAAADUdGeKD1yTS69GThHtuwP7SEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "54e778c6334932d4ec787da9ccf11ea5", - "X-Processing-Time": "417ms" + "x-ms-client-request-id": "cf7ed4d80fae3471fb76045bf18f195c", + "X-Processing-Time": "276ms" }, "ResponseBody": { "token": "Sanitized", - "expiresOn": "2023-01-12T12:23:28.5252337\u002B00:00" + "expiresOn": "2023-03-13T11:04:45.756141\u002B00:00" } } ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "484290468" + "RandomSeed": "1914312081" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithWrongClientIdShouldThrow.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithWrongClientIdShouldThrow.json index d49317aba02cc..336b02643758b 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithWrongClientIdShouldThrow.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithWrongClientIdShouldThrow.json @@ -8,11 +8,11 @@ "Authorization": "Sanitized", "Content-Length": "62", "Content-Type": "application/json", - "traceparent": "00-9b6d3da7b72b0c6b22642ec453755c25-9c21cea86a50f98b-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "8f103c66d195a53b299ce522728e7d74", + "traceparent": "00-422a5d7fb566d3ac24c3a780c9877e8b-2d795080d8cde4c3-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b00df46bdd031299a48a809b751bc066", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:57 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:07 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,17 +22,17 @@ }, "StatusCode": 400, "ResponseHeaders": { - "api-supported-versions": "2021-10-31-preview, 2022-06-01, 2022-10-01", + "api-supported-versions": "2021-10-31-preview, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Type": "application/json", - "Date": "Thu, 12 Jan 2023 11:02:56 GMT", - "MS-CV": "YqGxvH5ar0qKj02L8\u002BohtA.0", + "Date": "Mon, 13 Mar 2023 09:48:06 GMT", + "MS-CV": "iBEGRwuLtk6Lo/V5wg9tcg.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "04Oi/YwAAAADtBcDROz5WT6S3l7ESs3RLSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0V/EOZAAAAAD\u002Bv3XVPmhITbB3Isb7MUzxSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "8f103c66d195a53b299ce522728e7d74", - "X-Processing-Time": "128ms" + "x-ms-client-request-id": "b00df46bdd031299a48a809b751bc066", + "X-Processing-Time": "103ms" }, "ResponseBody": { "error": { @@ -45,6 +45,6 @@ ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "1680739201" + "RandomSeed": "1992404203" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithWrongClientIdShouldThrowAsync.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithWrongClientIdShouldThrowAsync.json index 41d2d83072ce9..1c4b74a713610 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithWrongClientIdShouldThrowAsync.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithWrongClientIdShouldThrowAsync.json @@ -8,11 +8,11 @@ "Authorization": "Sanitized", "Content-Length": "62", "Content-Type": "application/json", - "traceparent": "00-097a0ac16f9c2e4d8642a7a210d8d7de-286530d4d28bd1b8-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "e5908e721f16fbc1a93e81159bcefb6c", + "traceparent": "00-7846c28473623ffa10b128648836a673-d1539131ffc49039-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4e3cb8a7b45cc87f7866803ceb4b62c6", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:03:14 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:27 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,17 +22,17 @@ }, "StatusCode": 400, "ResponseHeaders": { - "api-supported-versions": "2021-10-31-preview, 2022-06-01, 2022-10-01", + "api-supported-versions": "2021-10-31-preview, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Type": "application/json", - "Date": "Thu, 12 Jan 2023 11:03:14 GMT", - "MS-CV": "FtRUGbge/EaaTgeb12OosQ.0", + "Date": "Mon, 13 Mar 2023 09:48:26 GMT", + "MS-CV": "hDuBro/H\u002Bk2IBFfH7cfwDQ.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "08ui/YwAAAABNE1X7sH2eQouPq24yZSaqSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0avEOZAAAAAAUo3YMPvUKTaSEPCBiwTAcSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "e5908e721f16fbc1a93e81159bcefb6c", - "X-Processing-Time": "139ms" + "x-ms-client-request-id": "4e3cb8a7b45cc87f7866803ceb4b62c6", + "X-Processing-Time": "106ms" }, "ResponseBody": { "error": { @@ -45,6 +45,6 @@ ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "1298901710" + "RandomSeed": "1714118507" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithWrongUserObjectIdShouldThrow.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithWrongUserObjectIdShouldThrow.json index f195f08a3cc03..ef1f50d66b8c8 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithWrongUserObjectIdShouldThrow.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithWrongUserObjectIdShouldThrow.json @@ -8,11 +8,11 @@ "Authorization": "Sanitized", "Content-Length": "62", "Content-Type": "application/json", - "traceparent": "00-07bac23f4d88cc57ff06fc628ae5bf5a-7efb2c98835f55f9-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "91f0d14a4067c3319a7d90cf7e06974a", + "traceparent": "00-1a4be9b7162a78fb1953ff68e92b1eae-05ee486110aeea8c-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "593aac6b0573a11b1f147c006a992fc4", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:57 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:08 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,17 +22,17 @@ }, "StatusCode": 400, "ResponseHeaders": { - "api-supported-versions": "2021-10-31-preview, 2022-06-01, 2022-10-01", + "api-supported-versions": "2021-10-31-preview, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Type": "application/json", - "Date": "Thu, 12 Jan 2023 11:02:56 GMT", - "MS-CV": "MayT2TA04kKgbdaajZWMww.0", + "Date": "Mon, 13 Mar 2023 09:48:07 GMT", + "MS-CV": "XjLz31En3EuWTexLDfpAvw.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "04Oi/YwAAAADeUGJEWFdCQ5SatUL0EFzrSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0V/EOZAAAAAD/Th2DETTuSqHk6hIp\u002Bs/VSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "91f0d14a4067c3319a7d90cf7e06974a", - "X-Processing-Time": "129ms" + "x-ms-client-request-id": "593aac6b0573a11b1f147c006a992fc4", + "X-Processing-Time": "103ms" }, "ResponseBody": { "error": { @@ -45,6 +45,6 @@ ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "1663097060" + "RandomSeed": "1495471767" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithWrongUserObjectIdShouldThrowAsync.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithWrongUserObjectIdShouldThrowAsync.json index 93e81c25e6564..07612744eb210 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithWrongUserObjectIdShouldThrowAsync.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenForTeamsUserWithWrongUserObjectIdShouldThrowAsync.json @@ -8,11 +8,11 @@ "Authorization": "Sanitized", "Content-Length": "62", "Content-Type": "application/json", - "traceparent": "00-4419cbfae60acb178c8a887105a12188-ab533f450a07bfb8-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "e1fd55ff944642277c141942895b8c24", + "traceparent": "00-47bccb7aa16f5552803fcaa59bad9f63-671a2f2dd0136109-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "814a4ec90ee545eae87726fe01dbd20c", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:03:15 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:27 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,17 +22,17 @@ }, "StatusCode": 400, "ResponseHeaders": { - "api-supported-versions": "2021-10-31-preview, 2022-06-01, 2022-10-01", + "api-supported-versions": "2021-10-31-preview, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Type": "application/json", - "Date": "Thu, 12 Jan 2023 11:03:14 GMT", - "MS-CV": "f99f9mMpGkuc\u002Bc1WJuCIWQ.0", + "Date": "Mon, 13 Mar 2023 09:48:27 GMT", + "MS-CV": "aLuUtaCOA0iwTcSzwaLw3Q.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "08ui/YwAAAABQMZf7W2iaRYqoRZmGnndLSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0a/EOZAAAAAChB8zSNQ4VQbaGe6GY/H8vSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "e1fd55ff944642277c141942895b8c24", - "X-Processing-Time": "137ms" + "x-ms-client-request-id": "814a4ec90ee545eae87726fe01dbd20c", + "X-Processing-Time": "102ms" }, "ResponseBody": { "error": { @@ -45,6 +45,6 @@ ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "1903379150" + "RandomSeed": "1933920135" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenWithMaxInvalidCustomExpiration.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenWithMaxInvalidCustomExpiration.json index e258276945c54..ec5d55e2b77d4 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenWithMaxInvalidCustomExpiration.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenWithMaxInvalidCustomExpiration.json @@ -8,27 +8,27 @@ "Authorization": "Sanitized", "Content-Length": "2", "Content-Type": "application/json", - "traceparent": "00-3cce1fdf325f8f76c6ac5d7eea8c529c-caf171208c6be037-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "504e388f805a157fe31bd1ad100e63ae", + "traceparent": "00-9f3665b0a0cce18f0a8165936fc58c31-12d34cabff2ba17d-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "89add945b95bc92eb929db7b90407db5", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:53 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:05 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": {}, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "31", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:53 GMT", - "MS-CV": "xBhjwAH8EkSEiEMQQRvhGQ.2.0", + "Date": "Mon, 13 Mar 2023 09:48:04 GMT", + "MS-CV": "1j8zjAQtzUql7k3UqLGPmw.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "03ei/YwAAAAD3VNq7hB1ARryh9Ze6W5e2SEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0VPEOZAAAAADL2IdFr0YmSJRHKUjRY7g1SEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "504e388f805a157fe31bd1ad100e63ae", - "X-Processing-Time": "100ms" + "x-ms-client-request-id": "89add945b95bc92eb929db7b90407db5", + "X-Processing-Time": "130ms" }, "ResponseBody": { "identity": { @@ -44,32 +44,32 @@ "Authorization": "Sanitized", "Content-Length": "41", "Content-Type": "application/json", - "traceparent": "00-fff087c5df37d1baa0e52b574514d4a0-b1c2c59ba7c55c62-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "144c63cb0a6c22e52d4f8d960a334b09", + "traceparent": "00-4bcfaa3b434f4ad5e08972821c26fc57-102ceef46e8c47cd-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3f34d0a67c356e08f9a4ff958b78b30e", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:54 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:05 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { "scopes": [ - "chat" + "voip" ], "expiresInMinutes": 59 }, "StatusCode": 400, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Type": "application/json", - "Date": "Thu, 12 Jan 2023 11:02:53 GMT", - "MS-CV": "2d2KDXjylECnWK/tkHT8Ww.2.0", + "Date": "Mon, 13 Mar 2023 09:48:04 GMT", + "MS-CV": "3r6YEQ1Q7kmrKr/g2wG6pA.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "03ei/YwAAAAA7u5nY9fD7R4/uZprLhDEISEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0VfEOZAAAAAAJIemsWBS7Sql0MqStyNAASEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "144c63cb0a6c22e52d4f8d960a334b09", - "X-Processing-Time": "41ms" + "x-ms-client-request-id": "3f34d0a67c356e08f9a4ff958b78b30e", + "X-Processing-Time": "11ms" }, "ResponseBody": { "error": { @@ -82,6 +82,6 @@ ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "1372726920" + "RandomSeed": "329970918" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenWithMaxInvalidCustomExpirationAsync.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenWithMaxInvalidCustomExpirationAsync.json index f80de26d2f1e3..39aaacbe68492 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenWithMaxInvalidCustomExpirationAsync.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenWithMaxInvalidCustomExpirationAsync.json @@ -8,27 +8,27 @@ "Authorization": "Sanitized", "Content-Length": "2", "Content-Type": "application/json", - "traceparent": "00-ea0cca2321b59e36dbee9ecca8f765ac-9fd24e477a2a0887-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "6604a631233ef29c639a901a070436b1", + "traceparent": "00-a4e784d594b8ee70b481c86b8310011c-3e9594324df850b0-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "dfcf5331b43b39188c0edf4cb7e90379", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:03:12 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:24 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": {}, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "31", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:03:11 GMT", - "MS-CV": "i/KwCsbMh0S0atg6HfPWtw.2.0", + "Date": "Mon, 13 Mar 2023 09:48:24 GMT", + "MS-CV": "HC3im69B20izzk\u002BRoXbgDQ.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "07\u002Bi/YwAAAAAAmOfcGyYJSYUb4BGS\u002BuW1SEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0Z/EOZAAAAADaDvRcZHBSR6EWGEpQ7hzVSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "6604a631233ef29c639a901a070436b1", - "X-Processing-Time": "107ms" + "x-ms-client-request-id": "dfcf5331b43b39188c0edf4cb7e90379", + "X-Processing-Time": "91ms" }, "ResponseBody": { "identity": { @@ -44,32 +44,32 @@ "Authorization": "Sanitized", "Content-Length": "41", "Content-Type": "application/json", - "traceparent": "00-7d1116c9def5ff3a419abd96c8368685-4d067a6b0343df10-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "c045e829091b2db95799aad4c6d84230", + "traceparent": "00-d89878672e7673b1842af89e7d762dd3-dc3d256fe60f897c-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cd30f071f7a60ae2f3858bfba9f403ce", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:03:12 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:24 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { "scopes": [ - "chat" + "voip" ], "expiresInMinutes": 59 }, "StatusCode": 400, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Type": "application/json", - "Date": "Thu, 12 Jan 2023 11:03:11 GMT", - "MS-CV": "svhOaQQ4MkyTWFEAWEq0vQ.2.0", + "Date": "Mon, 13 Mar 2023 09:48:24 GMT", + "MS-CV": "DW9Q9gS6Rkq1uZNegynVNA.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "08Oi/YwAAAACmjTSJHd9yTpE03KVgele\u002BSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0aPEOZAAAAABZ2WP6zYcsRav0Yz8hWBGTSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "c045e829091b2db95799aad4c6d84230", - "X-Processing-Time": "35ms" + "x-ms-client-request-id": "cd30f071f7a60ae2f3858bfba9f403ce", + "X-Processing-Time": "13ms" }, "ResponseBody": { "error": { @@ -82,6 +82,6 @@ ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "65891652" + "RandomSeed": "862978749" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenWithMaxValidCustomExpiration.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenWithMaxValidCustomExpiration.json index 66c31fd3d552b..d55bdce90d994 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenWithMaxValidCustomExpiration.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenWithMaxValidCustomExpiration.json @@ -8,27 +8,27 @@ "Authorization": "Sanitized", "Content-Length": "2", "Content-Type": "application/json", - "traceparent": "00-1884b4fc78c0dcc52b32ccb138aa6316-dfdf20048e8bbb3b-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "73b6692615622fddd08132be5d6614a8", + "traceparent": "00-cdd23d4ff1060bd5708d56890ef2084a-7f0d365d294c900d-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ccf01061f2d314604821671920a62bd5", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:55 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:06 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": {}, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "31", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:54 GMT", - "MS-CV": "FapWy5Sl706WWnHAarDiZw.2.0", + "Date": "Mon, 13 Mar 2023 09:48:05 GMT", + "MS-CV": "vf8Mh/twf06Ve1O2udJOCQ.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "03ui/YwAAAABUg1LWBUoiTrYNYLRK9TkXSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0VvEOZAAAAADOapdChs0uTqpdOrtlI8MLSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "73b6692615622fddd08132be5d6614a8", - "X-Processing-Time": "103ms" + "x-ms-client-request-id": "ccf01061f2d314604821671920a62bd5", + "X-Processing-Time": "84ms" }, "ResponseBody": { "identity": { @@ -44,41 +44,41 @@ "Authorization": "Sanitized", "Content-Length": "43", "Content-Type": "application/json", - "traceparent": "00-677091ebf4c55675f8daf4415fdc23af-55697912b79cebb3-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "e4d80bed3af7a71c82a4c16c3de93102", + "traceparent": "00-72ec7fc91274cbe46710b37bf5711114-aaa77cf45e0bdaa8-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "df963e5074a5d52812969f071aa444f0", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:55 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:06 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { "scopes": [ - "chat" + "voip" ], "expiresInMinutes": 1440 }, "StatusCode": 200, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "69", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:55 GMT", - "MS-CV": "s\u002BdXO37pWUSpws3i7Cxokw.2.0", + "Date": "Mon, 13 Mar 2023 09:48:05 GMT", + "MS-CV": "oXN7g0z24kOeyS2BYqA2kg.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "03\u002Bi/YwAAAADtlL8f1K\u002BAQJIv8oD/a3vaSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0VvEOZAAAAAC85HFGUd/LTI/14rWXC\u002B8uSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "e4d80bed3af7a71c82a4c16c3de93102", - "X-Processing-Time": "168ms" + "x-ms-client-request-id": "df963e5074a5d52812969f071aa444f0", + "X-Processing-Time": "155ms" }, "ResponseBody": { "token": "Sanitized", - "expiresOn": "2023-01-13T11:02:55.7147453\u002B00:00" + "expiresOn": "2023-03-14T09:48:06.8122648\u002B00:00" } } ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "1220903155" + "RandomSeed": "1132091941" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenWithMaxValidCustomExpirationAsync.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenWithMaxValidCustomExpirationAsync.json index 8e20a6b8e39c7..2d1e7961467b8 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenWithMaxValidCustomExpirationAsync.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenWithMaxValidCustomExpirationAsync.json @@ -8,27 +8,27 @@ "Authorization": "Sanitized", "Content-Length": "2", "Content-Type": "application/json", - "traceparent": "00-228ef96ea115313d3f57e5d19d07a5e4-81716b49becea24d-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "4bd2daac4f8b533b3d2eea9eb59009ad", + "traceparent": "00-2ec4b8ffb8ac4f2d3153066bf9c15cd2-9c622ab14f257973-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4425ccfb972ae675c53d06aac1ed3217", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:03:13 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:25 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": {}, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "31", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:03:12 GMT", - "MS-CV": "PAxJomhI8UCuzg8rxGQsmQ.2.0", + "Date": "Mon, 13 Mar 2023 09:48:25 GMT", + "MS-CV": "oDIy3zyjNUaXmLsUClyCZw.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "08ei/YwAAAADRtZodYowhQbptIlUpU70ySEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0afEOZAAAAAAuewzQ/DZiSqVvdrMZ\u002BUXuSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "4bd2daac4f8b533b3d2eea9eb59009ad", - "X-Processing-Time": "105ms" + "x-ms-client-request-id": "4425ccfb972ae675c53d06aac1ed3217", + "X-Processing-Time": "78ms" }, "ResponseBody": { "identity": { @@ -44,41 +44,41 @@ "Authorization": "Sanitized", "Content-Length": "43", "Content-Type": "application/json", - "traceparent": "00-c010081356fccab19058eaac75d6cfb1-e57c91caef80e22c-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "a0ab503d978fc88d044870b75cf2b8dd", + "traceparent": "00-d0c99b7628a02ae9301ee96e7ad322b1-4c025385aa950e8c-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "70561232078db6088592099cf2421cd7", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:03:13 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:26 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { "scopes": [ - "chat" + "voip" ], "expiresInMinutes": 1440 }, "StatusCode": 200, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "69", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:03:13 GMT", - "MS-CV": "ji0/kev9AEqLhGF6r3IAXA.2.0", + "Date": "Mon, 13 Mar 2023 09:48:26 GMT", + "MS-CV": "F9pl2UAa20OeWzaFaFYcLQ.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "08ei/YwAAAAC\u002BBvlMvKMPRIr0HojZ701/SEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0afEOZAAAAAAnPPYVqK2yT7jayk92UYweSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "a0ab503d978fc88d044870b75cf2b8dd", - "X-Processing-Time": "169ms" + "x-ms-client-request-id": "70561232078db6088592099cf2421cd7", + "X-Processing-Time": "150ms" }, "ResponseBody": { "token": "Sanitized", - "expiresOn": "2023-01-13T11:03:13.7935336\u002B00:00" + "expiresOn": "2023-03-14T09:48:27.0764363\u002B00:00" } } ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "914426520" + "RandomSeed": "1575368506" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenWithMinInvalidCustomExpiration.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenWithMinInvalidCustomExpiration.json index c12542a758a42..ca332cfcd2bd4 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenWithMinInvalidCustomExpiration.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenWithMinInvalidCustomExpiration.json @@ -8,27 +8,27 @@ "Authorization": "Sanitized", "Content-Length": "2", "Content-Type": "application/json", - "traceparent": "00-e2cb76b065e291df3843dd3c4da2139d-6b2bf3c7aef75771-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "0d4da58d8d71e2754d8ab93c175f738e", + "traceparent": "00-5cf159da21fc0f07ba81fb1607f23aa9-cf8f243bf64b7e8d-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "32d3424c752ea3f17ecf17f36e289055", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:53 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:04 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": {}, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "31", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:52 GMT", - "MS-CV": "W2JIkrX2a0SPLMqjRv9hlw.2.0", + "Date": "Mon, 13 Mar 2023 09:48:03 GMT", + "MS-CV": "dwqV9N62dE6Eit466S0dOQ.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "03Oi/YwAAAACDLSUB/rb\u002BTL1gcU13MS5WSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0VPEOZAAAAAAPLxiIrAn4SqKCZ7sUJ9NqSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "0d4da58d8d71e2754d8ab93c175f738e", - "X-Processing-Time": "101ms" + "x-ms-client-request-id": "32d3424c752ea3f17ecf17f36e289055", + "X-Processing-Time": "84ms" }, "ResponseBody": { "identity": { @@ -44,32 +44,32 @@ "Authorization": "Sanitized", "Content-Length": "43", "Content-Type": "application/json", - "traceparent": "00-a609fce9312d01ddadeeb3f00ffd0909-4d8cfb761d85c2bb-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "5466feaa8a66b69af8fc6d70d8adf871", + "traceparent": "00-8637e7fed4d91bafd7425b322467c982-5b076d7934751331-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "40a11ce31da19417f08db6bf58705ccf", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:53 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:04 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { "scopes": [ - "chat" + "voip" ], "expiresInMinutes": 1441 }, "StatusCode": 400, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Type": "application/json", - "Date": "Thu, 12 Jan 2023 11:02:52 GMT", - "MS-CV": "NJ65UB9zDEet5/H3GYgpIw.2.0", + "Date": "Mon, 13 Mar 2023 09:48:03 GMT", + "MS-CV": "aSdGYOp\u002BZkKgVwuy5PUAhw.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "03ei/YwAAAABV1fKGXlShQrjiwsxaNx5USEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0VPEOZAAAAABJF9mR0hWBTa7a18wl1cPYSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "5466feaa8a66b69af8fc6d70d8adf871", - "X-Processing-Time": "28ms" + "x-ms-client-request-id": "40a11ce31da19417f08db6bf58705ccf", + "X-Processing-Time": "12ms" }, "ResponseBody": { "error": { @@ -82,6 +82,6 @@ ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "168161243" + "RandomSeed": "315445710" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenWithMinInvalidCustomExpirationAsync.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenWithMinInvalidCustomExpirationAsync.json index 5e070ecb5717d..5a77b2ba38a84 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenWithMinInvalidCustomExpirationAsync.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenWithMinInvalidCustomExpirationAsync.json @@ -8,27 +8,27 @@ "Authorization": "Sanitized", "Content-Length": "2", "Content-Type": "application/json", - "traceparent": "00-05868c4ddd05c9dccb0f267bdd0cdbb4-ccb137155d480447-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "844972102b5fe0c2a7569619722f9f80", + "traceparent": "00-716dc7d9cf6b31cbfdb554460188f801-c4b2decff61194c8-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9422033954f445e336c30153e6f05cf2", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:03:11 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:23 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": {}, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "31", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:03:10 GMT", - "MS-CV": "We6trQyRu0C5YYeIciGNsw.2.0", + "Date": "Mon, 13 Mar 2023 09:48:23 GMT", + "MS-CV": "aEDwidLrbUCotu/V20UanA.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "07ui/YwAAAAAaao0ko5bDQYkCIM9khx90SEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0Z/EOZAAAAAB\u002BxdeBzIZhR5wXC25VWPt6SEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "844972102b5fe0c2a7569619722f9f80", - "X-Processing-Time": "105ms" + "x-ms-client-request-id": "9422033954f445e336c30153e6f05cf2", + "X-Processing-Time": "79ms" }, "ResponseBody": { "identity": { @@ -44,32 +44,32 @@ "Authorization": "Sanitized", "Content-Length": "43", "Content-Type": "application/json", - "traceparent": "00-8889a415d005585945a684194297b4fe-0b62119be054672a-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "42fb64abc66743ddd0b4fd5cf51232fe", + "traceparent": "00-9d25aad61ce1375dfc4e0f7689e0e862-f685dce8d92037c7-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2c4ae28f2f9193846658d8600771bea2", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:03:11 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:23 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { "scopes": [ - "chat" + "voip" ], "expiresInMinutes": 1441 }, "StatusCode": 400, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Type": "application/json", - "Date": "Thu, 12 Jan 2023 11:03:11 GMT", - "MS-CV": "nDe\u002BM3PMa0a3Fuw1QhyINg.2.0", + "Date": "Mon, 13 Mar 2023 09:48:23 GMT", + "MS-CV": "REObKrqyekKhZuYLoFkmbQ.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "07\u002Bi/YwAAAAA7OyoUKz54S5wJ7q3xvC0qSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0Z/EOZAAAAACgDX6c4EYxSYkxkEG3mQoYSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "42fb64abc66743ddd0b4fd5cf51232fe", - "X-Processing-Time": "33ms" + "x-ms-client-request-id": "2c4ae28f2f9193846658d8600771bea2", + "X-Processing-Time": "12ms" }, "ResponseBody": { "error": { @@ -82,6 +82,6 @@ ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "1378297689" + "RandomSeed": "1213630049" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenWithMinValidCustomExpiration.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenWithMinValidCustomExpiration.json index afe5438ae5356..0337939408b56 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenWithMinValidCustomExpiration.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenWithMinValidCustomExpiration.json @@ -8,27 +8,27 @@ "Authorization": "Sanitized", "Content-Length": "2", "Content-Type": "application/json", - "traceparent": "00-ea05e874e7f173ca7cbc12219031bddf-8d92aa82b5317041-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "54c8cbf5b2b59196eccbf5ce2b9629d8", + "traceparent": "00-848594e36a5cd90b98bd070169456b83-c25e854b2bf5f0db-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d286975e8ac1289e8dc409ac11881447", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:54 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:05 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": {}, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "31", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:53 GMT", - "MS-CV": "ikD7gbu0QkyDvIupfAlQOw.2.0", + "Date": "Mon, 13 Mar 2023 09:48:04 GMT", + "MS-CV": "uWkBZAsqv0q2FSqUZ2x9qA.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "03ei/YwAAAAD7r4B5VnmkRIjS75jodCa0SEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0VfEOZAAAAACGY8Z78ZRORpibjLC86z7iSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "54c8cbf5b2b59196eccbf5ce2b9629d8", - "X-Processing-Time": "103ms" + "x-ms-client-request-id": "d286975e8ac1289e8dc409ac11881447", + "X-Processing-Time": "85ms" }, "ResponseBody": { "identity": { @@ -44,41 +44,41 @@ "Authorization": "Sanitized", "Content-Length": "41", "Content-Type": "application/json", - "traceparent": "00-3862c62fcbaf86f56203c99543f8ec4a-91175d3ee13b87d2-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "eba9ebe54fc9b68fbc73eec4f1158003", + "traceparent": "00-846ad55e1611760dfad779eae11cfa37-740d4d1cfc1bca4f-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5333d6f021ed3ae5a01442640933f92d", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:54 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:06 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { "scopes": [ - "chat" + "voip" ], "expiresInMinutes": 60 }, "StatusCode": 200, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "69", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:54 GMT", - "MS-CV": "kviLTk0xkEeiO24gib8jlA.2.0", + "Date": "Mon, 13 Mar 2023 09:48:05 GMT", + "MS-CV": "U4lte86q\u002BUym8BUQCMnxQA.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "03ui/YwAAAABu/O5cBCCgQrKRkn5XhjlhSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0VfEOZAAAAAB4v1ro6ZN6Rr/jS\u002BrA9fshSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "eba9ebe54fc9b68fbc73eec4f1158003", - "X-Processing-Time": "174ms" + "x-ms-client-request-id": "5333d6f021ed3ae5a01442640933f92d", + "X-Processing-Time": "156ms" }, "ResponseBody": { "token": "Sanitized", - "expiresOn": "2023-01-12T12:02:54.6793917\u002B00:00" + "expiresOn": "2023-03-13T10:48:06.0499294\u002B00:00" } } ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "1329398137" + "RandomSeed": "1180099542" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenWithMinValidCustomExpirationAsync.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenWithMinValidCustomExpirationAsync.json index eb85470df5da1..2b3de15bcd2b8 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenWithMinValidCustomExpirationAsync.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenWithMinValidCustomExpirationAsync.json @@ -8,27 +8,27 @@ "Authorization": "Sanitized", "Content-Length": "2", "Content-Type": "application/json", - "traceparent": "00-c236592519f8434aafd1a01cfaac1090-ebb285c0db9be7ef-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "794567be67c662f37c984da00f35cdeb", + "traceparent": "00-6cf1dee6ed9491a44d4ee068eb5a4c27-1e50b8a2b885b291-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b27ca0cafb29c63081a00fe23010a643", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:03:12 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:24 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": {}, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "31", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:03:12 GMT", - "MS-CV": "L0TIVLDTiEe/awLLqZAOhA.2.0", + "Date": "Mon, 13 Mar 2023 09:48:24 GMT", + "MS-CV": "dmtwhDLvZEei7AzbDhQCpA.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "08Oi/YwAAAAD6y4TDuF4XS4amjVX9Gpj5SEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0aPEOZAAAAADBAJjsV46KS4D5PR0n9QXLSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "794567be67c662f37c984da00f35cdeb", - "X-Processing-Time": "103ms" + "x-ms-client-request-id": "b27ca0cafb29c63081a00fe23010a643", + "X-Processing-Time": "102ms" }, "ResponseBody": { "identity": { @@ -44,41 +44,41 @@ "Authorization": "Sanitized", "Content-Length": "41", "Content-Type": "application/json", - "traceparent": "00-ab3ca4a4ed40837ba2d1ff1bb7fcd653-95de6534e8dd9345-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "569d5e77e3c43dde5bb32f72bb21134a", + "traceparent": "00-2352bc2171c2dd051515014bf61f4df9-06497764006d603a-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "40f66b77a8f0c7a9a8e6ee68b8443659", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:03:13 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:25 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { "scopes": [ - "chat" + "voip" ], "expiresInMinutes": 60 }, "StatusCode": 200, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "69", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:03:12 GMT", - "MS-CV": "AxryitNGy0esDDwW5dth4Q.2.0", + "Date": "Mon, 13 Mar 2023 09:48:25 GMT", + "MS-CV": "6Hdgltx\u002BqkWr5xvqjAa78Q.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "08Oi/YwAAAAB3badp3dw5TrQ4T6Fpc5k4SEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0aPEOZAAAAADuNJudP9m7SKV985iIVqmcSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "569d5e77e3c43dde5bb32f72bb21134a", - "X-Processing-Time": "172ms" + "x-ms-client-request-id": "40f66b77a8f0c7a9a8e6ee68b8443659", + "X-Processing-Time": "161ms" }, "ResponseBody": { "token": "Sanitized", - "expiresOn": "2023-01-12T12:03:12.9928853\u002B00:00" + "expiresOn": "2023-03-13T10:48:25.2062808\u002B00:00" } } ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "637376513" + "RandomSeed": "994505258" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenWithNullScopesShouldThrow.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenWithNullScopesShouldThrow.json index 25c4f68316f57..6bc857a9c698b 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenWithNullScopesShouldThrow.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenWithNullScopesShouldThrow.json @@ -8,27 +8,27 @@ "Authorization": "Sanitized", "Content-Length": "2", "Content-Type": "application/json", - "traceparent": "00-891b888c74615bcab8b331e2560daf27-351de3175b163f6e-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "7294ecb10f975aeadbdd52b034164866", + "traceparent": "00-224c9fbaefc122ea8e2b164b79a72c2f-f60b80c7d2c7226a-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "248e0d5ec0c37d7d2901ad65d188c5eb", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:57 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:08 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": {}, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "31", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:56 GMT", - "MS-CV": "HgrK/KrSiU2tkq1TZc9GnQ.2.0", + "Date": "Mon, 13 Mar 2023 09:48:07 GMT", + "MS-CV": "SCsDOs/xaECoqUlG9WCTqg.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "04ei/YwAAAADRz2IvoSw\u002BR4XjfV4NBzCGSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0WPEOZAAAAAD3PLDawoisQ48BFDpyjfTUSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "7294ecb10f975aeadbdd52b034164866", - "X-Processing-Time": "117ms" + "x-ms-client-request-id": "248e0d5ec0c37d7d2901ad65d188c5eb", + "X-Processing-Time": "82ms" }, "ResponseBody": { "identity": { @@ -39,6 +39,6 @@ ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "488613656" + "RandomSeed": "127229023" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenWithNullScopesShouldThrowAsync.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenWithNullScopesShouldThrowAsync.json index b15fb1c65e7cc..d76336868c2ee 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenWithNullScopesShouldThrowAsync.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenWithNullScopesShouldThrowAsync.json @@ -8,27 +8,27 @@ "Authorization": "Sanitized", "Content-Length": "2", "Content-Type": "application/json", - "traceparent": "00-d9845fed27d50c4af4793b50c06136c2-792e3fe61ad8f8f2-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "ed95e3425740182d2ddc62b357bc9d92", + "traceparent": "00-dbca447967392d230f04a855ed50db1e-e5e44e0634564a2e-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c42ee5d6fd9e7832f4f306624f215b1b", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:03:15 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:27 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": {}, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "31", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:03:14 GMT", - "MS-CV": "Pn37Kf4o4UK1zi5hPrDrig.2.0", + "Date": "Mon, 13 Mar 2023 09:48:27 GMT", + "MS-CV": "YjWghMqbVU2X6hD5G5oYjg.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "08ui/YwAAAAAal5Ah9MgIQq\u002BwObHblJLnSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0a/EOZAAAAAAwLe060euuQKV/H\u002BBYDw8LSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "ed95e3425740182d2ddc62b357bc9d92", - "X-Processing-Time": "112ms" + "x-ms-client-request-id": "c42ee5d6fd9e7832f4f306624f215b1b", + "X-Processing-Time": "80ms" }, "ResponseBody": { "identity": { @@ -39,6 +39,6 @@ ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "242773095" + "RandomSeed": "927621168" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenWithOverflownExpirationShouldThrow.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenWithOverflownExpirationShouldThrow.json index 8dba81babbd56..941c3a4be1314 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenWithOverflownExpirationShouldThrow.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenWithOverflownExpirationShouldThrow.json @@ -8,27 +8,27 @@ "Authorization": "Sanitized", "Content-Length": "2", "Content-Type": "application/json", - "traceparent": "00-5c5e789b7a8e1d989060a5239cd0acb3-b925a1d7118a4822-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "8f311cd0bf6fcb3a4b1598fefef1ef98", + "traceparent": "00-336d2a069704c50f302f08e6060cb030-556c7dd11a837043-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f37c8f9b1caa1e1b2f6debb09272b101", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:57 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:08 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": {}, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "31", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:57 GMT", - "MS-CV": "n3\u002BOjM6HCkCPwWWE2OZrog.2.0", + "Date": "Mon, 13 Mar 2023 09:48:07 GMT", + "MS-CV": "EcLE1EdGmEOZDZP/8ZPN3A.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "04ei/YwAAAABwGVT3221lTaKGuT\u002BYntTWSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0WPEOZAAAAAABbnl1HYLUQYpPvVfdIBisSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "8f311cd0bf6fcb3a4b1598fefef1ef98", - "X-Processing-Time": "104ms" + "x-ms-client-request-id": "f37c8f9b1caa1e1b2f6debb09272b101", + "X-Processing-Time": "84ms" }, "ResponseBody": { "identity": { @@ -39,6 +39,6 @@ ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "589693806" + "RandomSeed": "277255046" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenWithOverflownExpirationShouldThrowAsync.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenWithOverflownExpirationShouldThrowAsync.json index be5116e0ee32d..8e19ebc5c6a14 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenWithOverflownExpirationShouldThrowAsync.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GetTokenWithOverflownExpirationShouldThrowAsync.json @@ -8,27 +8,27 @@ "Authorization": "Sanitized", "Content-Length": "2", "Content-Type": "application/json", - "traceparent": "00-ae1e04b0499256c3201b61e78bfade40-1308acdf7004f364-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "ec648e401f30656d2e3c34d2e3ac6eff", + "traceparent": "00-55d5a7a1190004196b830680cedaca11-108492aba4914014-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b9a38f7f335b02f50b47ade1679755d7", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:03:15 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:28 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": {}, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "31", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:03:15 GMT", - "MS-CV": "6H4ez8CN8kWHcK7kyM0bhQ.2.0", + "Date": "Mon, 13 Mar 2023 09:48:27 GMT", + "MS-CV": "G1hNWr6QbUCLkUnOjKyXjw.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "08\u002Bi/YwAAAAASXekFzW5wQadSPgbLhshFSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0a/EOZAAAAABwfqLkjDNTRIgyMp0CxY5WSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "ec648e401f30656d2e3c34d2e3ac6eff", - "X-Processing-Time": "107ms" + "x-ms-client-request-id": "b9a38f7f335b02f50b47ade1679755d7", + "X-Processing-Time": "84ms" }, "ResponseBody": { "identity": { @@ -39,6 +39,6 @@ ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "1805036632" + "RandomSeed": "1755682678" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithMultipleScopesWithConnectionString.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithMultipleScopesWithConnectionString.json index d6c8643f5f7b9..3c6153dc3c56c 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithMultipleScopesWithConnectionString.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithMultipleScopesWithConnectionString.json @@ -8,27 +8,27 @@ "Authorization": "Sanitized", "Content-Length": "2", "Content-Type": "application/json", - "traceparent": "00-b1923c6087b0dd095dee54cb69926761-61ed9a2d1f8193a6-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "f18ecdbc4f0a7f4487ef334738578860", + "traceparent": "00-96da31b969b3c908c91739efa732c80c-1470c1e0cc6247a3-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "25f8b0f08fe9ae49e8e8829adfb861b8", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:45 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:47:59 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": {}, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "31", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:45 GMT", - "MS-CV": "gYEpMzcUqkivwPAa4zcY6w.2.0", + "Date": "Mon, 13 Mar 2023 09:47:58 GMT", + "MS-CV": "/BKIOHxsz0q\u002BjAPbBeLWAg.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "01ei/YwAAAAA6FrB7AxztQLt4dRBb\u002BVulSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0T/EOZAAAAACYzzNDR\u002BVcQ7fx/ZVHd11jSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "f18ecdbc4f0a7f4487ef334738578860", - "X-Processing-Time": "108ms" + "x-ms-client-request-id": "25f8b0f08fe9ae49e8e8829adfb861b8", + "X-Processing-Time": "84ms" }, "ResponseBody": { "identity": { @@ -44,11 +44,11 @@ "Authorization": "Sanitized", "Content-Length": "26", "Content-Type": "application/json", - "traceparent": "00-4ed3e612293f70c564eda3bf8553a130-1bad1deb48e8b6db-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "2cd56124435a517dfd0af8988c3caedd", + "traceparent": "00-3896aa4680005ce6b9f0117bfcb6a5bb-2ebc3102e0693e32-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "33a0fd22b6724660ed28babd7186646b", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:46 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:47:59 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -59,26 +59,26 @@ }, "StatusCode": 200, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "69", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:45 GMT", - "MS-CV": "W/KHdpdxUkSbu0kgsdjbAg.2.0", + "Date": "Mon, 13 Mar 2023 09:47:58 GMT", + "MS-CV": "nIvHrte3jE\u002BLMQUigLkf/Q.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "01ei/YwAAAADmKyYmTlPNRLFQoS1L79leSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0T/EOZAAAAAD3c1lBb6/8R7xZA/58cCkVSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "2cd56124435a517dfd0af8988c3caedd", - "X-Processing-Time": "180ms" + "x-ms-client-request-id": "33a0fd22b6724660ed28babd7186646b", + "X-Processing-Time": "154ms" }, "ResponseBody": { "token": "Sanitized", - "expiresOn": "2023-01-13T11:02:46.2209494\u002B00:00" + "expiresOn": "2023-03-14T09:47:59.8722812\u002B00:00" } } ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "557693283" + "RandomSeed": "1889777690" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithMultipleScopesWithConnectionStringAsync.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithMultipleScopesWithConnectionStringAsync.json index dbd650a3b63ea..ee0822aa3eeae 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithMultipleScopesWithConnectionStringAsync.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithMultipleScopesWithConnectionStringAsync.json @@ -8,27 +8,27 @@ "Authorization": "Sanitized", "Content-Length": "2", "Content-Type": "application/json", - "traceparent": "00-d2f51eb4aad79cd403ca0dcfc8e18ea7-d03d5b3985625ff8-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "0de69bc2952dc9a7e236ae2f54d12745", + "traceparent": "00-667d4c84ec8ec4eb806f48eec5546f21-75729c7b91ac6607-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b08c70ba1e55bd42ab9f8adf637e8ddd", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:03:03 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:17 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": {}, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "31", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:03:03 GMT", - "MS-CV": "Mx5QOVEgfU2NdOsqTKCJVg.2.0", + "Date": "Mon, 13 Mar 2023 09:48:16 GMT", + "MS-CV": "mCTnKcpJWU\u002BjPR6Zolg\u002BCQ.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "05\u002Bi/YwAAAADYEvh103ANSbask5v8gH5USEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0YfEOZAAAAAAgI\u002BwqYr9QQoWvebp698u8SEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "0de69bc2952dc9a7e236ae2f54d12745", - "X-Processing-Time": "102ms" + "x-ms-client-request-id": "b08c70ba1e55bd42ab9f8adf637e8ddd", + "X-Processing-Time": "82ms" }, "ResponseBody": { "identity": { @@ -44,11 +44,11 @@ "Authorization": "Sanitized", "Content-Length": "26", "Content-Type": "application/json", - "traceparent": "00-f1e3c0a8e20e790a2fa339e8ef2300df-86a48e809bd7476d-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "a9b540830fb16080a0b4a81d06ea85ed", + "traceparent": "00-15d291a158b4020cfdf0bb8eb24bd470-b066e914ab04806b-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "29aeeabad6be9cd74ca480505402065f", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:03:04 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:17 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -59,26 +59,26 @@ }, "StatusCode": 200, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "69", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:03:03 GMT", - "MS-CV": "pKOWsTqjx062\u002B9EJIV3m6g.2.0", + "Date": "Mon, 13 Mar 2023 09:48:16 GMT", + "MS-CV": "qStGR8WHxEOfYlwNDc89gw.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "05\u002Bi/YwAAAADGxuZFXRBYS41svgQqZiNHSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0YfEOZAAAAADV9vUNqPnmRo/v0pZfG4wmSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "a9b540830fb16080a0b4a81d06ea85ed", - "X-Processing-Time": "172ms" + "x-ms-client-request-id": "29aeeabad6be9cd74ca480505402065f", + "X-Processing-Time": "150ms" }, "ResponseBody": { "token": "Sanitized", - "expiresOn": "2023-01-13T11:03:04.2924852\u002B00:00" + "expiresOn": "2023-03-14T09:48:17.6838872\u002B00:00" } } ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "1080976533" + "RandomSeed": "665720151" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithMultipleScopesWithKeyCredential.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithMultipleScopesWithKeyCredential.json index 88a4f224bbbe9..1ef44d11ba04f 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithMultipleScopesWithKeyCredential.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithMultipleScopesWithKeyCredential.json @@ -8,27 +8,27 @@ "Authorization": "Sanitized", "Content-Length": "2", "Content-Type": "application/json", - "traceparent": "00-c754d1c6c4c4d7b9561c719eec30bb02-46bdca3f5ee63dd9-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "a6bf778d94298ecfd0c68da33a41cd15", + "traceparent": "00-81115ffa4d159892d9703f9a6a32f081-58cb5dd7c99bb0e2-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ca9a70d5aa8abc81667945b800ba4f15", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:48 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:01 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": {}, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "31", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:47 GMT", - "MS-CV": "mrd6c4IvrUWIlti971OKLQ.2.0", + "Date": "Mon, 13 Mar 2023 09:48:00 GMT", + "MS-CV": "Zr2ugU6yakKvexhvL/fnlQ.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "01\u002Bi/YwAAAACnEMQpeOgSTY2hYKX0l92cSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0UfEOZAAAAACEsvVy6mKIRauQQA2FH3xnSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "a6bf778d94298ecfd0c68da33a41cd15", - "X-Processing-Time": "107ms" + "x-ms-client-request-id": "ca9a70d5aa8abc81667945b800ba4f15", + "X-Processing-Time": "86ms" }, "ResponseBody": { "identity": { @@ -44,11 +44,11 @@ "Authorization": "Sanitized", "Content-Length": "26", "Content-Type": "application/json", - "traceparent": "00-22ae6cbc7b5e331c6abe9340b0a6c188-acbc834ee7063c95-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "4b36136a3487d8cb8998d58a84c8db84", + "traceparent": "00-2cbd309e931c032f757d73b4dd24092d-ab53f1bef81cae97-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9f228ad99a106708df22dafb3a0d9c4a", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:48 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:01 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -59,26 +59,26 @@ }, "StatusCode": 200, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "69", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:48 GMT", - "MS-CV": "5oKgHC9hRUSn9GETWjXw\u002BQ.2.0", + "Date": "Mon, 13 Mar 2023 09:48:01 GMT", + "MS-CV": "y7UchYlotEK7MSBHJeD/3Q.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "02Oi/YwAAAAAgoGOOoDBzSL2TYuHeRr5RSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0UfEOZAAAAAAfD/X7SWh4SLY\u002BsO\u002BGQR0kSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "4b36136a3487d8cb8998d58a84c8db84", - "X-Processing-Time": "179ms" + "x-ms-client-request-id": "9f228ad99a106708df22dafb3a0d9c4a", + "X-Processing-Time": "157ms" }, "ResponseBody": { "token": "Sanitized", - "expiresOn": "2023-01-13T11:02:48.6018435\u002B00:00" + "expiresOn": "2023-03-14T09:48:01.9982696\u002B00:00" } } ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "1377823183" + "RandomSeed": "2132406568" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithMultipleScopesWithKeyCredentialAsync.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithMultipleScopesWithKeyCredentialAsync.json index 553eecc4ff57c..3bee859396de5 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithMultipleScopesWithKeyCredentialAsync.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithMultipleScopesWithKeyCredentialAsync.json @@ -8,27 +8,27 @@ "Authorization": "Sanitized", "Content-Length": "2", "Content-Type": "application/json", - "traceparent": "00-12f3e553ac1e0a412012cd821f826b5f-7ced0f8b88c61c20-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "2d256219170be202f912e3040841f089", + "traceparent": "00-9e42cec3fac1edaceadd673f48287921-3f98e959a9200930-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c2c3b96ccf20340b1f082de6b4f7928c", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:03:06 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:19 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": {}, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "31", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:03:05 GMT", - "MS-CV": "8uc62EODZ06w997f\u002BZsPLQ.2.0", + "Date": "Mon, 13 Mar 2023 09:48:19 GMT", + "MS-CV": "gqTtI4sQMEWXR4BSt4vSrw.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "06ei/YwAAAACF7sNzVFsBTZXScOOiEL6fSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0Y/EOZAAAAADbqlMVY5ziQ7fh5OQnN\u002BnFSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "2d256219170be202f912e3040841f089", - "X-Processing-Time": "101ms" + "x-ms-client-request-id": "c2c3b96ccf20340b1f082de6b4f7928c", + "X-Processing-Time": "84ms" }, "ResponseBody": { "identity": { @@ -44,11 +44,11 @@ "Authorization": "Sanitized", "Content-Length": "26", "Content-Type": "application/json", - "traceparent": "00-40b1421671547badbb6f10926660248c-658332144bc2b9d0-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "86fbad4cc65ff154e53e2b9aa99358dd", + "traceparent": "00-8777423ff86a20578db3a53bd4d1637d-19be72629a214ae2-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "728e4621213bde6e2ddc42958393db18", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:03:06 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:19 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -59,26 +59,26 @@ }, "StatusCode": 200, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "69", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:03:06 GMT", - "MS-CV": "RgH1BdaMLE6mJiWK8RH21g.2.0", + "Date": "Mon, 13 Mar 2023 09:48:20 GMT", + "MS-CV": "9GUGZ1fPd0aZFqZPlsfaGA.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "06ui/YwAAAABDkCaakDFLQrWvOHjPKSGzSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0Y/EOZAAAAAC07yoVv48STrBInLpTriSJSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "86fbad4cc65ff154e53e2b9aa99358dd", - "X-Processing-Time": "173ms" + "x-ms-client-request-id": "728e4621213bde6e2ddc42958393db18", + "X-Processing-Time": "163ms" }, "ResponseBody": { "token": "Sanitized", - "expiresOn": "2023-01-13T11:03:06.6228674\u002B00:00" + "expiresOn": "2023-03-14T09:48:19.9585144\u002B00:00" } } ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "1538965206" + "RandomSeed": "1204032238" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithMultipleScopesWithTokenCredential.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithMultipleScopesWithTokenCredential.json index bc74c595a62b5..ba17ca843edd4 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithMultipleScopesWithTokenCredential.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithMultipleScopesWithTokenCredential.json @@ -8,25 +8,25 @@ "Authorization": "Sanitized", "Content-Length": "2", "Content-Type": "application/json", - "traceparent": "00-5cd41f645776d3fd666f8982a3bfd175-cbbc1a437b8c4567-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "eb652749f10d2b4980fc77ae20379d4f", + "traceparent": "00-9c3a24d95fdd7e2ad25a18592bc2c8c4-8551b18984efc3c2-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "170492e58d30c094ebb33d5273fe3221", "x-ms-return-client-request-id": "true" }, "RequestBody": {}, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "31", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:50 GMT", - "MS-CV": "ZtwGYxtsm0yFPShoREqFmA.2.0", + "Date": "Mon, 13 Mar 2023 09:48:02 GMT", + "MS-CV": "9KwHAn5v/kK5qX2HyAb0bA.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "02\u002Bi/YwAAAABxbYkv3vG\u002BTJvBaQCKbXjlSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0U/EOZAAAAACgoibZYD6oTogcnZkpYc0aSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "eb652749f10d2b4980fc77ae20379d4f", - "X-Processing-Time": "104ms" + "x-ms-client-request-id": "170492e58d30c094ebb33d5273fe3221", + "X-Processing-Time": "99ms" }, "ResponseBody": { "identity": { @@ -42,9 +42,9 @@ "Authorization": "Sanitized", "Content-Length": "26", "Content-Type": "application/json", - "traceparent": "00-f5fd9151bad4e333fe694eb8490c6b06-ee4f7ab63db8c321-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "bacd10a6b9b69b21c3914c8883130bc6", + "traceparent": "00-1f2b69108c4429ba47bb754644dd6a2f-db2de910968f86a5-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "86afa676316ce17a41b91ae2c7fe2ed8", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -55,26 +55,26 @@ }, "StatusCode": 200, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "69", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:52 GMT", - "MS-CV": "YwSlF7\u002B2Xk6uT4E6a3mv0A.2.0", + "Date": "Mon, 13 Mar 2023 09:48:03 GMT", + "MS-CV": "PTFhSgrrdUu9DcAe/G\u002Buvw.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "02\u002Bi/YwAAAACNqNvS/CsqQZZly2AHUuBiSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0U/EOZAAAAACkeBjya2NcS4rZjhbXZv9NSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "bacd10a6b9b69b21c3914c8883130bc6", - "X-Processing-Time": "320ms" + "x-ms-client-request-id": "86afa676316ce17a41b91ae2c7fe2ed8", + "X-Processing-Time": "273ms" }, "ResponseBody": { "token": "Sanitized", - "expiresOn": "2023-01-13T11:02:52.6704039\u002B00:00" + "expiresOn": "2023-03-14T09:48:05.0810154\u002B00:00" } } ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "777735353" + "RandomSeed": "1889165318" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithMultipleScopesWithTokenCredentialAsync.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithMultipleScopesWithTokenCredentialAsync.json index 62750c5d365ee..ce4eeebd61150 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithMultipleScopesWithTokenCredentialAsync.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithMultipleScopesWithTokenCredentialAsync.json @@ -8,25 +8,25 @@ "Authorization": "Sanitized", "Content-Length": "2", "Content-Type": "application/json", - "traceparent": "00-11ed401452b5016d02630c4aaf514616-02ad47d514dea6c2-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "ea98e15635b1c7457adf8df4fdd7563f", + "traceparent": "00-bcd320b7892b25ad46c70a2da631067e-5510cdecbc436fc0-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c8e1beb8ee328277eadde0885c3c269b", "x-ms-return-client-request-id": "true" }, "RequestBody": {}, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "31", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:03:10 GMT", - "MS-CV": "7ddsHU\u002BWqU\u002B2sxvkn8LveQ.2.0", + "Date": "Mon, 13 Mar 2023 09:48:22 GMT", + "MS-CV": "2G6fA6jRwE2vZo7MoGtMXQ.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "07ui/YwAAAAB8W9GuwV1uQIWdw\u002B5VKk78SEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0ZvEOZAAAAAC2ADchRjOdS7D\u002BWHorK4mDSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "ea98e15635b1c7457adf8df4fdd7563f", - "X-Processing-Time": "102ms" + "x-ms-client-request-id": "c8e1beb8ee328277eadde0885c3c269b", + "X-Processing-Time": "81ms" }, "ResponseBody": { "identity": { @@ -42,9 +42,9 @@ "Authorization": "Sanitized", "Content-Length": "26", "Content-Type": "application/json", - "traceparent": "00-bad77caa263d85a09849344c37ea0c57-146bf6f01587ee97-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "e6c7f4904f86d5b43447cdf7e182575e", + "traceparent": "00-d8db6b1a27ac45c6a6ec94c7f2ee259c-6a1b8765f7203b37-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8d29e4f0b4df0e0878298c399b7e105f", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -55,26 +55,26 @@ }, "StatusCode": 200, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", - "Content-Length": "69", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", + "Content-Length": "68", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:03:10 GMT", - "MS-CV": "mi\u002BYaOEpEUuTmO4NP0XoOA.2.0", + "Date": "Mon, 13 Mar 2023 09:48:23 GMT", + "MS-CV": "OSKZQmXFO0iwUfrvq/VRHg.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "07ui/YwAAAAAp2tAi6tP5SbB5toNaj0qKSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0ZvEOZAAAAADduW4TvRGOS4oEwKROMuZ/SEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "e6c7f4904f86d5b43447cdf7e182575e", - "X-Processing-Time": "181ms" + "x-ms-client-request-id": "8d29e4f0b4df0e0878298c399b7e105f", + "X-Processing-Time": "161ms" }, "ResponseBody": { "token": "Sanitized", - "expiresOn": "2023-01-13T11:03:10.9023719\u002B00:00" + "expiresOn": "2023-03-14T09:48:23.149047\u002B00:00" } } ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "760281973" + "RandomSeed": "281344807" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithSingleChatScopeWithConnectionString.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithSingleChatScopeWithConnectionString.json index 86bd06de3c2d1..0bff656cd8466 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithSingleChatScopeWithConnectionString.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithSingleChatScopeWithConnectionString.json @@ -8,27 +8,27 @@ "Authorization": "Sanitized", "Content-Length": "2", "Content-Type": "application/json", - "traceparent": "00-ab47c77e8f4643df38c70d1911fb688c-b4c186ee70f81222-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "f4f03419841758fc8d6b2664a5e5f3ca", + "traceparent": "00-ab4e6a690f53241ec1919beddba4316c-98ae05274bdb1b32-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9e60edf2e6ea0f9dbf00024b3200db68", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:44 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:47:57 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": {}, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "31", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:43 GMT", - "MS-CV": "8ov2Vym/tUe2RJv1AohMYw.2.0", + "Date": "Mon, 13 Mar 2023 09:47:57 GMT", + "MS-CV": "wTF4BapJqEWoegw/0dhz9g.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "00\u002Bi/YwAAAAD1aYOb\u002B0/eQaNHMQsrNTBPSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0TfEOZAAAAACuleumlXkQSLub0\u002BdhbamrSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "f4f03419841758fc8d6b2664a5e5f3ca", - "X-Processing-Time": "108ms" + "x-ms-client-request-id": "9e60edf2e6ea0f9dbf00024b3200db68", + "X-Processing-Time": "85ms" }, "ResponseBody": { "identity": { @@ -44,11 +44,11 @@ "Authorization": "Sanitized", "Content-Length": "19", "Content-Type": "application/json", - "traceparent": "00-f425d6b3729e58f7f27e87bfb853d0c2-b7695b03babad5ac-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "a70554d52e234a31aaf69da4d2e32ada", + "traceparent": "00-28a7ee8645973d4daa7ff227c4211382-b9ea2bea3f42cdf9-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "02ea2cb6c2757f72e68e0a7840a73833", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:44 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:47:58 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -58,26 +58,26 @@ }, "StatusCode": 200, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "69", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:44 GMT", - "MS-CV": "QSA4NNbHd02GaVtsrmiluw.2.0", + "Date": "Mon, 13 Mar 2023 09:47:57 GMT", + "MS-CV": "\u002BM0qenNYfUSLsIqA1CrpBg.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "01Oi/YwAAAACwv1SDliuSSaX\u002BUM95/zr3SEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0TvEOZAAAAABiQzJ6EsXMRq1U8o\u002BmI6HcSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "a70554d52e234a31aaf69da4d2e32ada", - "X-Processing-Time": "171ms" + "x-ms-client-request-id": "02ea2cb6c2757f72e68e0a7840a73833", + "X-Processing-Time": "157ms" }, "ResponseBody": { "token": "Sanitized", - "expiresOn": "2023-01-13T11:02:44.6248256\u002B00:00" + "expiresOn": "2023-03-14T09:47:58.3344783\u002B00:00" } } ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "1169127346" + "RandomSeed": "805425002" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithSingleChatScopeWithConnectionStringAsync.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithSingleChatScopeWithConnectionStringAsync.json index 2b7ad6356e482..2824896486bd4 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithSingleChatScopeWithConnectionStringAsync.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithSingleChatScopeWithConnectionStringAsync.json @@ -8,27 +8,27 @@ "Authorization": "Sanitized", "Content-Length": "2", "Content-Type": "application/json", - "traceparent": "00-d543e26cc4548f79e430ff0c9f195be0-5806667eb220884e-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "cd2b31f7c4996aaa0e182d31ab5d9867", + "traceparent": "00-32901304fdbbc077b1d5284113c1fc8b-28b7840c511e06d0-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7b23ce08d3f65c11813607fc7d2d40ee", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:03:02 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:15 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": {}, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "31", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:03:01 GMT", - "MS-CV": "tG1TGRTSr0OQf3HWJnxS9A.2.0", + "Date": "Mon, 13 Mar 2023 09:48:14 GMT", + "MS-CV": "51tVoEhisECoEODQdfJ4Uw.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "05ei/YwAAAAC/rPZMjMxPSKQ47epPSXUrSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0X/EOZAAAAAAR0gNl\u002BjRJRa4mp07tNKgASEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "cd2b31f7c4996aaa0e182d31ab5d9867", - "X-Processing-Time": "105ms" + "x-ms-client-request-id": "7b23ce08d3f65c11813607fc7d2d40ee", + "X-Processing-Time": "85ms" }, "ResponseBody": { "identity": { @@ -44,11 +44,11 @@ "Authorization": "Sanitized", "Content-Length": "19", "Content-Type": "application/json", - "traceparent": "00-4ba2a2f68296adb69a9f1509f66611c8-612d7e15f4b9e92e-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "b22c622703f20cade24dae1a7a945ac0", + "traceparent": "00-00d583f7f4dd7160a3757553fd279b03-4662be4587823441-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a74134c009f387bd6debd12ff647fa72", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:03:02 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:16 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -58,26 +58,26 @@ }, "StatusCode": 200, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", - "Content-Length": "68", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", + "Content-Length": "69", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:03:02 GMT", - "MS-CV": "aegPNUAzFEeARVGr3YxStA.2.0", + "Date": "Mon, 13 Mar 2023 09:48:15 GMT", + "MS-CV": "Rux/ZlB\u002BoUqOW1gpakVGnw.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "05ui/YwAAAADH3K2U4gH0TJSExUEo2BcoSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0X/EOZAAAAACNV95TXNEiS7EmX8seg7F5SEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "b22c622703f20cade24dae1a7a945ac0", - "X-Processing-Time": "171ms" + "x-ms-client-request-id": "a74134c009f387bd6debd12ff647fa72", + "X-Processing-Time": "157ms" }, "ResponseBody": { "token": "Sanitized", - "expiresOn": "2023-01-13T11:03:02.664918\u002B00:00" + "expiresOn": "2023-03-14T09:48:16.0892304\u002B00:00" } } ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "1029258287" + "RandomSeed": "254413992" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithSingleChatScopeWithKeyCredential.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithSingleChatScopeWithKeyCredential.json index aab6e38267ae8..2ad4068b67e86 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithSingleChatScopeWithKeyCredential.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithSingleChatScopeWithKeyCredential.json @@ -8,27 +8,27 @@ "Authorization": "Sanitized", "Content-Length": "2", "Content-Type": "application/json", - "traceparent": "00-b5a72e59e48aacd85ba03aa3533cdaa1-8433373e14b08d55-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "774e159c2ef953cbe35c733ce6c0377e", + "traceparent": "00-4c5494e1aa6a96d92d0d5a7fdb5cfca7-e961a68ae26f9a08-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d0dcca79ca10b08c389a8f3475b7d2b6", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:46 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:00 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": {}, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "31", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:46 GMT", - "MS-CV": "4faSrblTGEe0s8pmBjbWMA.2.0", + "Date": "Mon, 13 Mar 2023 09:47:59 GMT", + "MS-CV": "9fE4bTgqG0eJtzVGCQAa1Q.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "01ui/YwAAAADNfMMA2P5zRKcNi6Gn9e42SEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0T/EOZAAAAAD6lXUeFRNkSYMTbOvOH0n6SEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "774e159c2ef953cbe35c733ce6c0377e", - "X-Processing-Time": "111ms" + "x-ms-client-request-id": "d0dcca79ca10b08c389a8f3475b7d2b6", + "X-Processing-Time": "84ms" }, "ResponseBody": { "identity": { @@ -44,11 +44,11 @@ "Authorization": "Sanitized", "Content-Length": "19", "Content-Type": "application/json", - "traceparent": "00-2aa641dabd9a505042f530b3a19d9cc0-f391f1390b04ae8b-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "cb246f8dcb9ef745f09ee301a4e5ca14", + "traceparent": "00-4c78f0d5e0634c9bec5f624be47ce481-897b0b386813da61-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "73cc0df6ec53c61b30d3fdfc038413c9", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:47 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:00 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -58,26 +58,26 @@ }, "StatusCode": 200, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", - "Content-Length": "68", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", + "Content-Length": "69", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:46 GMT", - "MS-CV": "i4kbNi8jiEm98xT6UnFXfA.2.0", + "Date": "Mon, 13 Mar 2023 09:47:59 GMT", + "MS-CV": "xIyE8HKMMkqvlte/c1EePg.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "01ui/YwAAAABH7kiHwtx5QYisDV77S5q3SEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0UPEOZAAAAABZA585j2c9QKlwrYu\u002BZ0TdSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "cb246f8dcb9ef745f09ee301a4e5ca14", - "X-Processing-Time": "176ms" + "x-ms-client-request-id": "73cc0df6ec53c61b30d3fdfc038413c9", + "X-Processing-Time": "154ms" }, "ResponseBody": { "token": "Sanitized", - "expiresOn": "2023-01-13T11:02:46.992251\u002B00:00" + "expiresOn": "2023-03-14T09:48:00.5772251\u002B00:00" } } ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "2039870553" + "RandomSeed": "1536374082" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithSingleChatScopeWithKeyCredentialAsync.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithSingleChatScopeWithKeyCredentialAsync.json index 1dc9dd16edda3..0340c0302f316 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithSingleChatScopeWithKeyCredentialAsync.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithSingleChatScopeWithKeyCredentialAsync.json @@ -8,27 +8,27 @@ "Authorization": "Sanitized", "Content-Length": "2", "Content-Type": "application/json", - "traceparent": "00-898db0356cb16654b9c1c9e72262e21b-14cb3fae1a320ac6-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "2719ac7ee2563024cd07fc73b0777d4e", + "traceparent": "00-e119ab36f092f8db7c2513e638673e1d-0eb4cd0982e7a6b1-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a940f3a726ad6472b9795f1018db76e6", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:03:04 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:18 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": {}, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "31", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:03:04 GMT", - "MS-CV": "tX9kEqf0bkCfVJ/jdelhUQ.2.0", + "Date": "Mon, 13 Mar 2023 09:48:18 GMT", + "MS-CV": "NwNohXuZekyKGFoa1D9mrQ.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "06Oi/YwAAAABQ1slGtkTsS5J9VZIG71Z9SEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0YfEOZAAAAAB1xJdks1KfRb6w13dz5iYqSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "2719ac7ee2563024cd07fc73b0777d4e", - "X-Processing-Time": "104ms" + "x-ms-client-request-id": "a940f3a726ad6472b9795f1018db76e6", + "X-Processing-Time": "82ms" }, "ResponseBody": { "identity": { @@ -44,11 +44,11 @@ "Authorization": "Sanitized", "Content-Length": "19", "Content-Type": "application/json", - "traceparent": "00-846756b56acd3ab5794c82be669d8d6b-1cf518c4f7ea9fbb-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "d6cf1aad4bc9d7bc4b164105bd2f5af4", + "traceparent": "00-d2e0200d5d680be3f4ea58abbda902ed-22ce8b96a72ee7bf-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c9387389ddbed5084e3e2618adb6eb6d", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:03:05 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:18 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -58,26 +58,26 @@ }, "StatusCode": 200, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "69", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:03:04 GMT", - "MS-CV": "7gaFDJPUw0ChJSRYvwSN4w.2.0", + "Date": "Mon, 13 Mar 2023 09:48:18 GMT", + "MS-CV": "VScd0a1Eck2sldENxjAV8w.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "06Oi/YwAAAABMUEk9t8HKT4cjXn4VMga7SEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0YvEOZAAAAABH3wTCAB6vR5ruzA1BZBDYSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "d6cf1aad4bc9d7bc4b164105bd2f5af4", - "X-Processing-Time": "173ms" + "x-ms-client-request-id": "c9387389ddbed5084e3e2618adb6eb6d", + "X-Processing-Time": "150ms" }, "ResponseBody": { "token": "Sanitized", - "expiresOn": "2023-01-13T11:03:05.0673532\u002B00:00" + "expiresOn": "2023-03-14T09:48:18.3929291\u002B00:00" } } ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "1050554168" + "RandomSeed": "726415921" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithSingleChatScopeWithTokenCredential.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithSingleChatScopeWithTokenCredential.json index ae82603629f5d..d727cb38eae71 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithSingleChatScopeWithTokenCredential.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithSingleChatScopeWithTokenCredential.json @@ -8,25 +8,25 @@ "Authorization": "Sanitized", "Content-Length": "2", "Content-Type": "application/json", - "traceparent": "00-2200b17da5e0f4097b95e013cacaaac6-77e5f447a06e3877-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "6baa1e71d2c3013fb72a9ae2847c3b05", + "traceparent": "00-531a63a36fbcdf3c14876825c7d557a2-3c6c43c6bf971c21-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1f07837fdf7a6ebe914392e4b02d2d23", "x-ms-return-client-request-id": "true" }, "RequestBody": {}, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "31", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:49 GMT", - "MS-CV": "J0t3RxDvtUaB0kdLm99RtA.2.0", + "Date": "Mon, 13 Mar 2023 09:48:01 GMT", + "MS-CV": "NelT9/i/V0WWHUXM/VP8Lg.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "02Oi/YwAAAACtIOdg9htOQaqtuowQbmJ7SEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0UvEOZAAAAAAdUpVQWuFISZG12w7WQo6dSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "6baa1e71d2c3013fb72a9ae2847c3b05", - "X-Processing-Time": "427ms" + "x-ms-client-request-id": "1f07837fdf7a6ebe914392e4b02d2d23", + "X-Processing-Time": "91ms" }, "ResponseBody": { "identity": { @@ -42,9 +42,9 @@ "Authorization": "Sanitized", "Content-Length": "19", "Content-Type": "application/json", - "traceparent": "00-eab8dfca14f694fb494ba177bd1d81c2-bef73df1202180cd-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "5e6f8f9097695eb3cbf4fbd3cfae0de8", + "traceparent": "00-5f766667772bcd2b88ceec1c1973179d-3ca0586e1f0fa537-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c7c4e9b4ae4b0fe2f68a04f9ee80b8a9", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -54,26 +54,26 @@ }, "StatusCode": 200, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "69", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:49 GMT", - "MS-CV": "yt\u002BXQlxZZkeC3cYwD0Xlog.2.0", + "Date": "Mon, 13 Mar 2023 09:48:01 GMT", + "MS-CV": "LYj6mC9b10iqGboYAe3QPA.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "02ui/YwAAAAC/Yx1mz0lVS6fjfPHp0TwMSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0UvEOZAAAAACES72fwM7xRYwsPclbp8lFSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "5e6f8f9097695eb3cbf4fbd3cfae0de8", - "X-Processing-Time": "178ms" + "x-ms-client-request-id": "c7c4e9b4ae4b0fe2f68a04f9ee80b8a9", + "X-Processing-Time": "154ms" }, "ResponseBody": { "token": "Sanitized", - "expiresOn": "2023-01-13T11:02:50.3851369\u002B00:00" + "expiresOn": "2023-03-14T09:48:02.6642197\u002B00:00" } } ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "1546506276" + "RandomSeed": "1830672046" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithSingleChatScopeWithTokenCredentialAsync.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithSingleChatScopeWithTokenCredentialAsync.json index cd714c42b4cd6..539e654957831 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithSingleChatScopeWithTokenCredentialAsync.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithSingleChatScopeWithTokenCredentialAsync.json @@ -8,25 +8,25 @@ "Authorization": "Sanitized", "Content-Length": "2", "Content-Type": "application/json", - "traceparent": "00-2d52602711d15bb449bef5969bbec04f-f8802408335bf287-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "e0731b72e75b83320fef780137de2c48", + "traceparent": "00-684be16057c97c9f2ed5994493dff1c3-4d2a23a4d5395bad-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d3476728bb326cc1acb67043c9ea4a5b", "x-ms-return-client-request-id": "true" }, "RequestBody": {}, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "31", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:03:07 GMT", - "MS-CV": "JZABLqF/H0GuG7SJNq7Qyg.2.0", + "Date": "Mon, 13 Mar 2023 09:48:21 GMT", + "MS-CV": "de6pnYIN/0Ov8x\u002BFcgQSaQ.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "06ui/YwAAAADSNstJ/PJGR46amSsb4jd3SEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0ZPEOZAAAAAAnoRIHGJPoRKedXRd0iol0SEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "e0731b72e75b83320fef780137de2c48", - "X-Processing-Time": "883ms" + "x-ms-client-request-id": "d3476728bb326cc1acb67043c9ea4a5b", + "X-Processing-Time": "241ms" }, "ResponseBody": { "identity": { @@ -42,9 +42,9 @@ "Authorization": "Sanitized", "Content-Length": "19", "Content-Type": "application/json", - "traceparent": "00-3df1d71d87c5bf535544333aed4fe4e8-585b44d13151f756-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "610ea52f398ec6212c1737115b899474", + "traceparent": "00-7fb1b429ca8095807a0094771d1f736b-2dd7574c510265ff-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6b0c88b618379b36fe4e592488c5b2e4", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -54,26 +54,26 @@ }, "StatusCode": 200, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "69", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:03:09 GMT", - "MS-CV": "x69uL6v9MUKYhOtOfqJgRA.2.0", + "Date": "Mon, 13 Mar 2023 09:48:22 GMT", + "MS-CV": "lA09/GQHHEexurq9BWH64A.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "07Oi/YwAAAAAZ9UjZuhq1SLbgwGrxe3hXSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0ZfEOZAAAAAAg9cUZtJNzR49roGtOIuTHSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "610ea52f398ec6212c1737115b899474", - "X-Processing-Time": "311ms" + "x-ms-client-request-id": "6b0c88b618379b36fe4e592488c5b2e4", + "X-Processing-Time": "148ms" }, "ResponseBody": { "token": "Sanitized", - "expiresOn": "2023-01-13T11:03:09.7142659\u002B00:00" + "expiresOn": "2023-03-14T09:48:21.9690637\u002B00:00" } } ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "951114827" + "RandomSeed": "423919317" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithSingleVoIPScopeWithConnectionString.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithSingleVoIPScopeWithConnectionString.json index cf50e58e3c5b1..2fd0569f34855 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithSingleVoIPScopeWithConnectionString.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithSingleVoIPScopeWithConnectionString.json @@ -8,27 +8,27 @@ "Authorization": "Sanitized", "Content-Length": "2", "Content-Type": "application/json", - "traceparent": "00-fcacd1879e5c2876c40dbf933c9e3364-b7581855b03cbe65-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "7fb14e08a803e116a98821dcb61af49f", + "traceparent": "00-d804fce9d0b6a35d0c418a30b77a7616-7ab10a08ce43826e-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "12c23e48c2c778a946d8136b0a68753d", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:45 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:47:58 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": {}, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "31", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:44 GMT", - "MS-CV": "CGrM6CJ97Uaal/AV7xlHhw.2.0", + "Date": "Mon, 13 Mar 2023 09:47:57 GMT", + "MS-CV": "SmgVPFBmxE2ZzL4FShbibw.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "01Oi/YwAAAABPXZEwQzotS6COiO1tZsBMSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0TvEOZAAAAACOHGO1kAhAQrxcRPnHlxnpSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "7fb14e08a803e116a98821dcb61af49f", - "X-Processing-Time": "111ms" + "x-ms-client-request-id": "12c23e48c2c778a946d8136b0a68753d", + "X-Processing-Time": "82ms" }, "ResponseBody": { "identity": { @@ -44,11 +44,11 @@ "Authorization": "Sanitized", "Content-Length": "19", "Content-Type": "application/json", - "traceparent": "00-0537fe4385dfbf228d16540704de79c3-1f3a38455b392c3b-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "863c747936a57618bf6b9ec2ec6971f5", + "traceparent": "00-b56ff1d46578684a0710c36fa4090800-dec8d09a0964f91b-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6327030353543691ca97757b52923af0", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:45 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:47:59 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -58,26 +58,26 @@ }, "StatusCode": 200, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "69", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:44 GMT", - "MS-CV": "lpCkuOumnUmYNbnEVlsXvA.2.0", + "Date": "Mon, 13 Mar 2023 09:47:58 GMT", + "MS-CV": "HlEGflPTEkW\u002BYeoeGFSZlw.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "01ei/YwAAAAAbhUgY9US3TocuIuOnOuXjSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0TvEOZAAAAAATzoOBgD4gRo\u002BsagWycnSaSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "863c747936a57618bf6b9ec2ec6971f5", - "X-Processing-Time": "179ms" + "x-ms-client-request-id": "6327030353543691ca97757b52923af0", + "X-Processing-Time": "153ms" }, "ResponseBody": { "token": "Sanitized", - "expiresOn": "2023-01-13T11:02:45.3984262\u002B00:00" + "expiresOn": "2023-03-14T09:47:59.1680644\u002B00:00" } } ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "237792683" + "RandomSeed": "893182631" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithSingleVoIPScopeWithConnectionStringAsync.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithSingleVoIPScopeWithConnectionStringAsync.json index ee4587658b6f6..d2e5ee238d503 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithSingleVoIPScopeWithConnectionStringAsync.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithSingleVoIPScopeWithConnectionStringAsync.json @@ -8,27 +8,27 @@ "Authorization": "Sanitized", "Content-Length": "2", "Content-Type": "application/json", - "traceparent": "00-7518c958708d655fb2bddb5b1b5a1f17-8962a8425807fa3e-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "7bc516b62e554f85faf81f16e082e93c", + "traceparent": "00-d0ec13cbaf158b43f04328fd03d603d6-da76a0667a29f2b3-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4cadc8f6ac177788a9c114ff61cf8172", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:03:03 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:16 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": {}, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "31", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:03:02 GMT", - "MS-CV": "K7fe9sL7pUmLAj\u002BVop03gQ.2.0", + "Date": "Mon, 13 Mar 2023 09:48:15 GMT", + "MS-CV": "nRUBStMWpkao27zuxPFJTg.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "05ui/YwAAAAC2AM0A937iQ4yTdptZJT\u002BxSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0YPEOZAAAAAAqV/3vowVyRqKJzLfnnxuqSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "7bc516b62e554f85faf81f16e082e93c", - "X-Processing-Time": "105ms" + "x-ms-client-request-id": "4cadc8f6ac177788a9c114ff61cf8172", + "X-Processing-Time": "84ms" }, "ResponseBody": { "identity": { @@ -44,11 +44,11 @@ "Authorization": "Sanitized", "Content-Length": "19", "Content-Type": "application/json", - "traceparent": "00-39784f27346255042f5cf5c319d2f3c4-30f28213bf826508-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "fccdaad33084c06d157ce46983900ee5", + "traceparent": "00-e9c3817fc9207926c620cfeb47628a1e-348cc0ce4450af01-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "57de1fdca734ac61a2d35ad16ebed689", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:03:03 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:16 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -58,26 +58,26 @@ }, "StatusCode": 200, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "69", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:03:03 GMT", - "MS-CV": "UeuOIrSu30mGLvGTQ8tWRw.2.0", + "Date": "Mon, 13 Mar 2023 09:48:15 GMT", + "MS-CV": "ah4gvxey6ECoo3ofhaXExA.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "05\u002Bi/YwAAAAD//PKulHnpSLiG2KQvCESlSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0YPEOZAAAAADBaUvNB4fDSYvd48XCn6tZSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "fccdaad33084c06d157ce46983900ee5", - "X-Processing-Time": "180ms" + "x-ms-client-request-id": "57de1fdca734ac61a2d35ad16ebed689", + "X-Processing-Time": "149ms" }, "ResponseBody": { "token": "Sanitized", - "expiresOn": "2023-01-13T11:03:03.5083589\u002B00:00" + "expiresOn": "2023-03-14T09:48:16.9262641\u002B00:00" } } ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "1367025221" + "RandomSeed": "1159691224" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithSingleVoIPScopeWithKeyCredential.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithSingleVoIPScopeWithKeyCredential.json index d34c918b51572..59e9099223cff 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithSingleVoIPScopeWithKeyCredential.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithSingleVoIPScopeWithKeyCredential.json @@ -8,27 +8,27 @@ "Authorization": "Sanitized", "Content-Length": "2", "Content-Type": "application/json", - "traceparent": "00-b8be80ade4bf405c8296baa2c4f7d71b-058fc259396e875b-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "9dec1b618942718edd1967bc4549fec3", + "traceparent": "00-4a284d7b312d8676fa812a637b5baa85-caa3356e1bd8d218-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4130b4775b91178163156e6c677a2dad", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:47 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:00 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": {}, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "31", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:46 GMT", - "MS-CV": "yw\u002Bx9uuEdkagiiRq2B0zlQ.2.0", + "Date": "Mon, 13 Mar 2023 09:48:00 GMT", + "MS-CV": "ix\u002BSoUoY9kyFx6hPWs\u002BOqQ.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "01\u002Bi/YwAAAACGjy38iB\u002BISbuPLJC5Ca\u002BZSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0UPEOZAAAAADrq/Xm8MceQp4jHTRQJbeTSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "9dec1b618942718edd1967bc4549fec3", - "X-Processing-Time": "106ms" + "x-ms-client-request-id": "4130b4775b91178163156e6c677a2dad", + "X-Processing-Time": "80ms" }, "ResponseBody": { "identity": { @@ -44,11 +44,11 @@ "Authorization": "Sanitized", "Content-Length": "19", "Content-Type": "application/json", - "traceparent": "00-7e25480d49bd572a42e5c5d49e77b41d-00f4e707e959e6dd-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "dde03e2950865d1089c1a7a3d0f65eb7", + "traceparent": "00-d7220e03a3be247eaff2d1b4d6789971-129ea76b66475770-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3e89d58286e5cb396cf6f1cef94c3c5b", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:47 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:01 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -58,26 +58,26 @@ }, "StatusCode": 200, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "69", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:47 GMT", - "MS-CV": "vBt1B\u002BzTtEG9DAJEiH0W8Q.2.0", + "Date": "Mon, 13 Mar 2023 09:48:00 GMT", + "MS-CV": "UPfM55E4nUOYY8fC1wRanA.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "01\u002Bi/YwAAAAC0U\u002B0/q0y7T5MYN3rlJhSwSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0UPEOZAAAAACzF9k7qbENTZM\u002BcpCKfOuPSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "dde03e2950865d1089c1a7a3d0f65eb7", - "X-Processing-Time": "240ms" + "x-ms-client-request-id": "3e89d58286e5cb396cf6f1cef94c3c5b", + "X-Processing-Time": "149ms" }, "ResponseBody": { "token": "Sanitized", - "expiresOn": "2023-01-13T11:02:47.8186287\u002B00:00" + "expiresOn": "2023-03-14T09:48:01.2582813\u002B00:00" } } ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "1143717399" + "RandomSeed": "618702105" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithSingleVoIPScopeWithKeyCredentialAsync.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithSingleVoIPScopeWithKeyCredentialAsync.json index a00b713097528..173b29d01094c 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithSingleVoIPScopeWithKeyCredentialAsync.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithSingleVoIPScopeWithKeyCredentialAsync.json @@ -8,27 +8,27 @@ "Authorization": "Sanitized", "Content-Length": "2", "Content-Type": "application/json", - "traceparent": "00-d23cb2cca3f1101b032c7d9fd0974649-18e5febf0e27ac91-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "57c1f6df58596a14227fd810cedf2fff", + "traceparent": "00-8cf6dce347c6fe6092a4189969706233-0e55edc7df7908de-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "52145951218e8c6d0beeff23a6f20be9", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:03:05 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:18 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": {}, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "31", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:03:04 GMT", - "MS-CV": "ESqmC8oDmUyzMUXwzWVpbA.2.0", + "Date": "Mon, 13 Mar 2023 09:48:18 GMT", + "MS-CV": "1YTQUr8Z1E6Sdpo\u002B1S\u002Bjgg.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "06ei/YwAAAADiX4hfoNk1S4Z3OSKKp2LASEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0YvEOZAAAAAB/opkSkm2hS4PJtH0kkbMfSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "57c1f6df58596a14227fd810cedf2fff", - "X-Processing-Time": "104ms" + "x-ms-client-request-id": "52145951218e8c6d0beeff23a6f20be9", + "X-Processing-Time": "83ms" }, "ResponseBody": { "identity": { @@ -44,11 +44,11 @@ "Authorization": "Sanitized", "Content-Length": "19", "Content-Type": "application/json", - "traceparent": "00-0fe45d78e3f02d4e34a4943d187d2faf-9527b5c58d167370-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "d034763eeca17fa8fbc53aa93f3c2c4d", + "traceparent": "00-afd371fa67ad394c441d5410e5ed1c24-790d3b1e586e8a1d-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9d42f1f3936149525f8af1f7b9007d4d", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:03:05 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:48:19 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -58,26 +58,26 @@ }, "StatusCode": 200, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "69", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:03:05 GMT", - "MS-CV": "ZkW4JvHirESExlWmivwnVg.2.0", + "Date": "Mon, 13 Mar 2023 09:48:19 GMT", + "MS-CV": "D3nvBgEOqEid5lSZDs4VGw.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "06ei/YwAAAAA7LpQzCnxYQK2nGX9R9d4NSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0YvEOZAAAAABjGsRDzqABS6Mgut1D09CuSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "d034763eeca17fa8fbc53aa93f3c2c4d", - "X-Processing-Time": "170ms" + "x-ms-client-request-id": "9d42f1f3936149525f8af1f7b9007d4d", + "X-Processing-Time": "154ms" }, "ResponseBody": { "token": "Sanitized", - "expiresOn": "2023-01-13T11:03:05.8453008\u002B00:00" + "expiresOn": "2023-03-14T09:48:19.1539469\u002B00:00" } } ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "801855724" + "RandomSeed": "242268347" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithSingleVoIPScopeWithTokenCredential.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithSingleVoIPScopeWithTokenCredential.json index 597c73a0853d3..f2d9df3977400 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithSingleVoIPScopeWithTokenCredential.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithSingleVoIPScopeWithTokenCredential.json @@ -8,25 +8,25 @@ "Authorization": "Sanitized", "Content-Length": "2", "Content-Type": "application/json", - "traceparent": "00-bb8594e01a65170b65d19576cbf38ccd-b158fef252ec5be5-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "5daacc718c45a09a08acd73f892ef0fd", + "traceparent": "00-704f8f7fedd556fc954a0c2bab1f6dd2-8de1d14f77854d36-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c640fa7f391c394f93216bb0a65cc3f3", "x-ms-return-client-request-id": "true" }, "RequestBody": {}, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "31", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:50 GMT", - "MS-CV": "bo/Hl7zTvEiVYHp1NrqYiA.2.0", + "Date": "Mon, 13 Mar 2023 09:48:02 GMT", + "MS-CV": "u4ACSGNQ0EicNxJGbwGKug.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "02ui/YwAAAAA6BDG0M3CPQqofIZMOXUVHSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0UvEOZAAAAACxgpYfT8TGQoCQ1ORhE55KSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "5daacc718c45a09a08acd73f892ef0fd", - "X-Processing-Time": "104ms" + "x-ms-client-request-id": "c640fa7f391c394f93216bb0a65cc3f3", + "X-Processing-Time": "84ms" }, "ResponseBody": { "identity": { @@ -42,9 +42,9 @@ "Authorization": "Sanitized", "Content-Length": "19", "Content-Type": "application/json", - "traceparent": "00-938046172ec988428dafb7c2f03ce9f0-ac81d0059c14a902-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "8b8e36516ec1a0efe5dc94bd80868259", + "traceparent": "00-28b0e8448c7b1409b8efe36da8b82312-4731f2b3faa40000-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "603e54a906617e7d0bce0d432d73fdf5", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -54,26 +54,26 @@ }, "StatusCode": 200, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "69", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:50 GMT", - "MS-CV": "7zoXUN6jnEqV3Wd9BdpPRw.2.0", + "Date": "Mon, 13 Mar 2023 09:48:02 GMT", + "MS-CV": "eDDQRTBVX0iv/TRQiHrHbA.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "02ui/YwAAAAC4kyLKiN8pTaq8XiVXmKvXSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0U/EOZAAAAAADB53n7sQ\u002BQI\u002Blf7FUMt5jSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "8b8e36516ec1a0efe5dc94bd80868259", - "X-Processing-Time": "168ms" + "x-ms-client-request-id": "603e54a906617e7d0bce0d432d73fdf5", + "X-Processing-Time": "152ms" }, "ResponseBody": { "token": "Sanitized", - "expiresOn": "2023-01-13T11:02:50.9700906\u002B00:00" + "expiresOn": "2023-03-14T09:48:03.4273063\u002B00:00" } } ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "312414368" + "RandomSeed": "961857211" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithSingleVoIPScopeWithTokenCredentialAsync.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithSingleVoIPScopeWithTokenCredentialAsync.json index 94d5ca07072fc..a6dfba3bd0688 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithSingleVoIPScopeWithTokenCredentialAsync.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/CommunicationIdentityClientLiveTests/GettingTokenWithSingleVoIPScopeWithTokenCredentialAsync.json @@ -8,25 +8,25 @@ "Authorization": "Sanitized", "Content-Length": "2", "Content-Type": "application/json", - "traceparent": "00-6de3f8f0a690a8ffddb1f4cc9ec5e39f-ad11860f072ba868-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "d980b823b7fe8ebeeda167f40fda42fb", + "traceparent": "00-0ea56b46f79dd8cb812235281954c4fa-152988626fb9f4eb-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "bd6dd2d03ad8e1d20f6432679d9c500e", "x-ms-return-client-request-id": "true" }, "RequestBody": {}, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "31", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:03:09 GMT", - "MS-CV": "v0IK1WA\u002BTEmqri8CFNPLtw.2.0", + "Date": "Mon, 13 Mar 2023 09:48:22 GMT", + "MS-CV": "v8zHdWxZwUuYRoZNLuibTQ.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "07ei/YwAAAABQ/x5n3OeVRoAFVBH4eT7oSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0ZvEOZAAAAAAEJVCYMuWbTJAal5pQbgDuSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "d980b823b7fe8ebeeda167f40fda42fb", - "X-Processing-Time": "103ms" + "x-ms-client-request-id": "bd6dd2d03ad8e1d20f6432679d9c500e", + "X-Processing-Time": "80ms" }, "ResponseBody": { "identity": { @@ -42,9 +42,9 @@ "Authorization": "Sanitized", "Content-Length": "19", "Content-Type": "application/json", - "traceparent": "00-5c377eb0338b911ee41ecf4d1b976030-65c3a362e620ed18-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "fe8646891e4200b9e67c08362cf48a9d", + "traceparent": "00-6c391de44d3e85a1ae1235204978cd7b-0328d0b1caaf7e5a-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "351942aa4a45893b39df4f7fd268e3c0", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -54,26 +54,26 @@ }, "StatusCode": 200, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", - "Content-Length": "68", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", + "Content-Length": "69", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:03:09 GMT", - "MS-CV": "ZKH40bK1zECXsB44Au\u002BOhg.2.0", + "Date": "Mon, 13 Mar 2023 09:48:22 GMT", + "MS-CV": "Y1r5kaCP5UKSQWObKQC1hg.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "07ui/YwAAAADP4w1\u002BOas9SoNonGmFKAhtSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0ZvEOZAAAAADFb/dbBdYnRqrsZWcrq99/SEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "fe8646891e4200b9e67c08362cf48a9d", - "X-Processing-Time": "170ms" + "x-ms-client-request-id": "351942aa4a45893b39df4f7fd268e3c0", + "X-Processing-Time": "158ms" }, "ResponseBody": { "token": "Sanitized", - "expiresOn": "2023-01-13T11:03:10.310383\u002B00:00" + "expiresOn": "2023-03-14T09:48:22.5566104\u002B00:00" } } ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "1604582273" + "RandomSeed": "460673902" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/CreateIdentityWithAccessKey.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/CreateIdentityWithAccessKey.json index 5d89817ee5562..f3f9c17add419 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/CreateIdentityWithAccessKey.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/CreateIdentityWithAccessKey.json @@ -8,27 +8,27 @@ "Authorization": "Sanitized", "Content-Length": "2", "Content-Type": "application/json", - "traceparent": "00-5dae4438e4d9b726cd1ea609478f2811-25db3b5e9c5d6b27-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "844c35f93611d2e6c6c10beb276fdeb6", + "traceparent": "00-e1ff50bf16554835e8a4e1687cff89f2-af99dff470d5e32a-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "081dadd425ed5f8547f5362ca177e17a", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:24 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:47:34 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": {}, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "31", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:24 GMT", - "MS-CV": "UfHa2y5dbUyBX7S1l3HiPg.2.0", + "Date": "Mon, 13 Mar 2023 09:47:34 GMT", + "MS-CV": "I34j/Ow4j0udMsIlgw\u002BHKA.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0wOi/YwAAAAA8bWl5Qv4UTq3I8MXUX54JSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0N/EOZAAAAACJWVJQUjxfQINDTiQ2UhC9SEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "844c35f93611d2e6c6c10beb276fdeb6", - "X-Processing-Time": "128ms" + "x-ms-client-request-id": "081dadd425ed5f8547f5362ca177e17a", + "X-Processing-Time": "127ms" }, "ResponseBody": { "identity": { @@ -39,6 +39,6 @@ ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "1208889847" + "RandomSeed": "2071553471" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/CreateIdentityWithAccessKeyAsync.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/CreateIdentityWithAccessKeyAsync.json index 78ec3efb1ef46..32400372beedc 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/CreateIdentityWithAccessKeyAsync.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/CreateIdentityWithAccessKeyAsync.json @@ -8,27 +8,27 @@ "Authorization": "Sanitized", "Content-Length": "2", "Content-Type": "application/json", - "traceparent": "00-648d964d1a2ecf5edc50f7e1cbf48c2f-5aae0e3b464674c8-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "888caf38974ae5496be9a8a50343c201", + "traceparent": "00-16c422548328680f4c408aed60a64e1b-8fd419bbf0853b32-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6b627a75d57c709006db7c93ccc5aadb", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:33 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:47:45 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": {}, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "31", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:33 GMT", - "MS-CV": "NTNu8BWC1UiWlr\u002B0LBkQIw.2.0", + "Date": "Mon, 13 Mar 2023 09:47:44 GMT", + "MS-CV": "2Ui0Wl9f30y5KWttvBPK4g.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0yei/YwAAAAAyF6vIqTlVTbHXtU\u002BFTiZ4SEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0QfEOZAAAAAC8vjC7QsS4TIkNs68sCJ/TSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "888caf38974ae5496be9a8a50343c201", - "X-Processing-Time": "105ms" + "x-ms-client-request-id": "6b627a75d57c709006db7c93ccc5aadb", + "X-Processing-Time": "83ms" }, "ResponseBody": { "identity": { @@ -39,6 +39,6 @@ ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "1290227645" + "RandomSeed": "2003360475" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/CreateIdentityWithToken.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/CreateIdentityWithToken.json index b0e6a262736be..74803f372203e 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/CreateIdentityWithToken.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/CreateIdentityWithToken.json @@ -8,25 +8,25 @@ "Authorization": "Sanitized", "Content-Length": "2", "Content-Type": "application/json", - "traceparent": "00-776bfdce13be7982fb27cb7f4d41532c-8b35c4259a7abfb1-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "9b6b7d779039d74b4b111f7307c5c1ea", + "traceparent": "00-8345cf1d4f1f17bb0ba6a017b520c549-0484436e72b16b48-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3b5a7f9066221f2d6b7f1c6ee4362460", "x-ms-return-client-request-id": "true" }, "RequestBody": {}, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "31", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:27 GMT", - "MS-CV": "InlLoNrTAUWh57TAfxC3Hw.2.0", + "Date": "Mon, 13 Mar 2023 09:47:38 GMT", + "MS-CV": "H6xqp48BW0qzx\u002BmefZSwFg.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0wui/YwAAAABampGq1cGQToMpv3msr303SEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0OPEOZAAAAAAgET368v2sS59Ayv8E5OyVSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "9b6b7d779039d74b4b111f7307c5c1ea", - "X-Processing-Time": "436ms" + "x-ms-client-request-id": "3b5a7f9066221f2d6b7f1c6ee4362460", + "X-Processing-Time": "209ms" }, "ResponseBody": { "identity": { @@ -37,6 +37,6 @@ ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "159451322" + "RandomSeed": "825126243" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/CreateIdentityWithTokenAsync.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/CreateIdentityWithTokenAsync.json index b588f7c90d18d..5fbc983797c27 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/CreateIdentityWithTokenAsync.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/CreateIdentityWithTokenAsync.json @@ -8,25 +8,25 @@ "Authorization": "Sanitized", "Content-Length": "2", "Content-Type": "application/json", - "traceparent": "00-39c62facc59ac913fee76d024e7f3e45-320f6dc204b25791-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "216efd4fafa005f22ba830d4eed207c5", + "traceparent": "00-f5684b8e82e77acfa1b42d004f7eb7c3-f625da25cf58688c-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6d66da739684cdb657f6146bc119cb12", "x-ms-return-client-request-id": "true" }, "RequestBody": {}, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "31", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:33 GMT", - "MS-CV": "\u002BRd1Hkz5L0GCDTOBGxLmAQ.2.0", + "Date": "Mon, 13 Mar 2023 09:47:45 GMT", + "MS-CV": "n0LRuMTQ0Ea/ZxMJtldwwQ.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0yei/YwAAAABP\u002BP9GQQiyRa0m6pwd4n\u002B0SEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0QfEOZAAAAABWlXAhHMlKRrF9vZfYAilESEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "216efd4fafa005f22ba830d4eed207c5", - "X-Processing-Time": "101ms" + "x-ms-client-request-id": "6d66da739684cdb657f6146bc119cb12", + "X-Processing-Time": "212ms" }, "ResponseBody": { "identity": { @@ -37,6 +37,6 @@ ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "1507185043" + "RandomSeed": "457317781" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/CreateUserAndToken.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/CreateUserAndToken.json index a4b7cdf9d2b62..3e21073061834 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/CreateUserAndToken.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/CreateUserAndToken.json @@ -8,11 +8,11 @@ "Authorization": "Sanitized", "Content-Length": "34", "Content-Type": "application/json", - "traceparent": "00-a87d47778bd34ef8b4832ec68f50b703-ae0dbc6f48bcd936-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "858a18d46e3f8df8361ef0807f578f35", + "traceparent": "00-af8aa9c331d972ac24b1696641019507-4bd30ca67b7d2bf1-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8c43c24ee1979ef1e1ef4d3258da31a7", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:27 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:47:39 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,17 +22,17 @@ }, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:27 GMT", - "MS-CV": "DYrdqqj6TUmAIx2Yyj/LDQ.2.0", + "Date": "Mon, 13 Mar 2023 09:47:38 GMT", + "MS-CV": "E9HDkUWs1023gtdcAAszWw.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0w\u002Bi/YwAAAAD4ifG/wu9sRK1vmyj00iZRSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0O/EOZAAAAADvQoROr\u002Bc\u002BS6tijqJm081/SEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "858a18d46e3f8df8361ef0807f578f35", - "X-Processing-Time": "109ms" + "x-ms-client-request-id": "8c43c24ee1979ef1e1ef4d3258da31a7", + "X-Processing-Time": "90ms" }, "ResponseBody": { "identity": { @@ -40,13 +40,13 @@ }, "accessToken": { "token": "Sanitized", - "expiresOn": "2023-01-13T11:02:27.7031367\u002B00:00" + "expiresOn": "2023-03-14T09:47:39.2627491\u002B00:00" } } } ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "2034897902" + "RandomSeed": "2065650291" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/CreateUserAndTokenAsync.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/CreateUserAndTokenAsync.json index 644716ac8c520..ea85ce27935b0 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/CreateUserAndTokenAsync.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/CreateUserAndTokenAsync.json @@ -8,11 +8,11 @@ "Authorization": "Sanitized", "Content-Length": "34", "Content-Type": "application/json", - "traceparent": "00-4785c9b568dbea9a2104e5757718db5c-43ac18c41bcd61d2-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "1c8cfe3e4e01475df5c46224dfb38c78", + "traceparent": "00-f76fc4753f7a652bc4eb2784a3457426-6a3aa76149a267c0-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "72cf3a5d7d617e454345c740f391ad6d", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:34 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:47:46 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,17 +22,17 @@ }, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:33 GMT", - "MS-CV": "4INeN1pAH0\u002BJYjteNpdPCQ.2.0", + "Date": "Mon, 13 Mar 2023 09:47:45 GMT", + "MS-CV": "Hz6A5XIePkCzzq6mdTc3Xg.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0yei/YwAAAACBPlt4L6ywTKw2GMN7cmTjSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0QfEOZAAAAACMVIAMYeIPS4Q7YNbBrOiNSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "1c8cfe3e4e01475df5c46224dfb38c78", - "X-Processing-Time": "108ms" + "x-ms-client-request-id": "72cf3a5d7d617e454345c740f391ad6d", + "X-Processing-Time": "92ms" }, "ResponseBody": { "identity": { @@ -40,13 +40,13 @@ }, "accessToken": { "token": "Sanitized", - "expiresOn": "2023-01-13T11:02:34.1276253\u002B00:00" + "expiresOn": "2023-03-14T09:47:46.1515186\u002B00:00" } } } ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "705921796" + "RandomSeed": "439210619" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/CreateUserAndTokenWithCustomExpiration.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/CreateUserAndTokenWithCustomExpiration.json index c2de7c25b88e7..a183c4886f5d6 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/CreateUserAndTokenWithCustomExpiration.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/CreateUserAndTokenWithCustomExpiration.json @@ -8,10 +8,10 @@ "Authorization": "Sanitized", "Content-Length": "56", "Content-Type": "application/json", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "aca852d71e2d23e18bf306cc6178de3a", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1ebc9a6accfc855e5efed26291e89c57", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:28 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:47:39 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,17 +22,17 @@ }, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:27 GMT", - "MS-CV": "B7eNy11\u002BJUiq9MmSyB1bVA.2.0", + "Date": "Mon, 13 Mar 2023 09:47:38 GMT", + "MS-CV": "ClLYrFl9OESzH5QZN8hUUA.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0w\u002Bi/YwAAAAATww12xCB8SbDtEIxQKsZqSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0O/EOZAAAAAASQ4wPXp8hQJ2WrX3nV6G0SEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "aca852d71e2d23e18bf306cc6178de3a", - "X-Processing-Time": "107ms" + "x-ms-client-request-id": "1ebc9a6accfc855e5efed26291e89c57", + "X-Processing-Time": "115ms" }, "ResponseBody": { "identity": { @@ -40,13 +40,13 @@ }, "accessToken": { "token": "Sanitized", - "expiresOn": "2023-01-12T12:02:28.0836321\u002B00:00" + "expiresOn": "2023-03-13T10:47:39.6421415\u002B00:00" } } } ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "1581005991" + "RandomSeed": "1007209089" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/CreateUserAndTokenWithCustomExpirationAsync.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/CreateUserAndTokenWithCustomExpirationAsync.json index 2ffc5eda41bac..4625bcd48ba5b 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/CreateUserAndTokenWithCustomExpirationAsync.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/CreateUserAndTokenWithCustomExpirationAsync.json @@ -8,11 +8,11 @@ "Authorization": "Sanitized", "Content-Length": "56", "Content-Type": "application/json", - "traceparent": "00-b4f923b627f7da1ffab687b38b49c244-0300e027d16d527c-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "7904d7b63a03f92761d6ae9e8e5ddde2", + "traceparent": "00-fe95c94c5d13a1193f8bf48f7bd2e885-635d21753866a75d-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0fac7540c7ab5dc2e57c84fbe0b4ad94", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:28 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:47:40 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -23,17 +23,17 @@ }, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:28 GMT", - "MS-CV": "fo/NI6LSUUyTtE36pVJFYQ.2.0", + "Date": "Mon, 13 Mar 2023 09:47:39 GMT", + "MS-CV": "BLL8o1hBfU6HY8IKSQiRUA.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0xOi/YwAAAABb3WBikz\u002BjRKGFcsmm3yInSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0O/EOZAAAAACDia6cvcH/SbY2PMWJikCWSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "7904d7b63a03f92761d6ae9e8e5ddde2", - "X-Processing-Time": "108ms" + "x-ms-client-request-id": "0fac7540c7ab5dc2e57c84fbe0b4ad94", + "X-Processing-Time": "90ms" }, "ResponseBody": { "identity": { @@ -41,13 +41,13 @@ }, "accessToken": { "token": "Sanitized", - "expiresOn": "2023-01-12T12:02:28.4481258\u002B00:00" + "expiresOn": "2023-03-13T10:47:39.9791115\u002B00:00" } } } ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "30487881" + "RandomSeed": "893424235" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/CreateUserAndTokenWithCustomExpirationAsyncAsync.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/CreateUserAndTokenWithCustomExpirationAsyncAsync.json index e4fb5a8ed89d5..5c70c4c16c9fd 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/CreateUserAndTokenWithCustomExpirationAsyncAsync.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/CreateUserAndTokenWithCustomExpirationAsyncAsync.json @@ -8,11 +8,11 @@ "Authorization": "Sanitized", "Content-Length": "56", "Content-Type": "application/json", - "traceparent": "00-e6cf84a5e2ace17ba657723bd32335f0-5986d8f43aae720f-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "2d45e1900e6ab0339d574bb8447dc078", + "traceparent": "00-bdd9a001270e611ce14ef12293a81126-6dab92f7fb12a013-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1a02e478fcf28a5db60581a967ed5962", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:34 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:47:46 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -23,17 +23,17 @@ }, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:34 GMT", - "MS-CV": "Fv8USlJ2JEyXlO1\u002Byy6LOQ.2.0", + "Date": "Mon, 13 Mar 2023 09:47:45 GMT", + "MS-CV": "srV4Wuw6ZEWVFQ9yYMVMvQ.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0yui/YwAAAAAVnkiaXV8eTIB\u002B7PW9rFXDSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0QvEOZAAAAACaKUAoTT/3R4\u002BgHog1pz0zSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "2d45e1900e6ab0339d574bb8447dc078", - "X-Processing-Time": "109ms" + "x-ms-client-request-id": "1a02e478fcf28a5db60581a967ed5962", + "X-Processing-Time": "90ms" }, "ResponseBody": { "identity": { @@ -41,13 +41,13 @@ }, "accessToken": { "token": "Sanitized", - "expiresOn": "2023-01-12T12:02:34.4873611\u002B00:00" + "expiresOn": "2023-03-13T10:47:46.5299757\u002B00:00" } } } ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "1456003785" + "RandomSeed": "933223983" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/GetTokenForTeamsUser.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/GetTokenForTeamsUser.json index ffa727cb7843d..11b02a7b09fe4 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/GetTokenForTeamsUser.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/GetTokenForTeamsUser.json @@ -8,10 +8,10 @@ "Authorization": "Sanitized", "Content-Length": "62", "Content-Type": "application/json", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "2f53ec42902e0db6dd97c3491aae2177", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3fe865f88089f730121a90634ec7c32a", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:29 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:47:41 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -21,26 +21,26 @@ }, "StatusCode": 200, "ResponseHeaders": { - "api-supported-versions": "2021-10-31-preview, 2022-06-01, 2022-10-01", + "api-supported-versions": "2021-10-31-preview, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "69", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:29 GMT", - "MS-CV": "1BXvhi/lSUmiD3n8nWHavg.0", + "Date": "Mon, 13 Mar 2023 09:47:40 GMT", + "MS-CV": "Ii/FOsyjk0WboS3F2yROoA.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0xei/YwAAAAAsswjSJpbSTYqYSbLmT7BFSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0PPEOZAAAAACAIosi13kKQbR1PynKEWrCSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "2f53ec42902e0db6dd97c3491aae2177", - "X-Processing-Time": "359ms" + "x-ms-client-request-id": "3fe865f88089f730121a90634ec7c32a", + "X-Processing-Time": "290ms" }, "ResponseBody": { "token": "Sanitized", - "expiresOn": "2023-01-12T12:27:02.4924749\u002B00:00" + "expiresOn": "2023-03-13T10:50:57.1564546\u002B00:00" } } ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "360859873" + "RandomSeed": "1632017696" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/GetTokenForTeamsUserAsyncAsync.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/GetTokenForTeamsUserAsyncAsync.json index 0b210fe669c32..d4b80899f0299 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/GetTokenForTeamsUserAsyncAsync.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/GetTokenForTeamsUserAsyncAsync.json @@ -8,11 +8,11 @@ "Authorization": "Sanitized", "Content-Length": "62", "Content-Type": "application/json", - "traceparent": "00-c13f13a3f597a2913286454fea9f7bbf-5d6f4f1973eb8731-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "0f028ea5088236efaa0bc123742f2393", + "traceparent": "00-2820872dd40a2999365d6701fee4e6b8-d218c0d03aa59ae9-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1f1cf628c4e912e9e0a5051fbf1ded7d", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:35 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:47:47 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,26 +22,26 @@ }, "StatusCode": 200, "ResponseHeaders": { - "api-supported-versions": "2021-10-31-preview, 2022-06-01, 2022-10-01", + "api-supported-versions": "2021-10-31-preview, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "69", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:34 GMT", - "MS-CV": "zeiJz2\u002BfPUGVz68O2qtjXg.0", + "Date": "Mon, 13 Mar 2023 09:47:46 GMT", + "MS-CV": "7b6st3orakag\u002BPMGUdOsgQ.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0yui/YwAAAACXpsFoQfW1Qp7KnlZs6y4PSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0Q/EOZAAAAADmtbdp6YuQSrQxY\u002Be8kfbNSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "0f028ea5088236efaa0bc123742f2393", - "X-Processing-Time": "349ms" + "x-ms-client-request-id": "1f1cf628c4e912e9e0a5051fbf1ded7d", + "X-Processing-Time": "328ms" }, "ResponseBody": { "token": "Sanitized", - "expiresOn": "2023-01-12T12:16:26.3495947\u002B00:00" + "expiresOn": "2023-03-13T11:06:21.4085685\u002B00:00" } } ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "1303654811" + "RandomSeed": "1218530252" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/Troubleshooting.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/Troubleshooting.json index c6ae98110998c..480102d440e15 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/Troubleshooting.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/Troubleshooting.json @@ -8,27 +8,27 @@ "Authorization": "Sanitized", "Content-Length": "2", "Content-Type": "application/json", - "traceparent": "00-0041fc16b83ba5f14d099353c6e7afaa-fd4cd3d1f6f52097-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "994e3c68188b5aa1b93d9c7c12984cb2", + "traceparent": "00-b9deba7d9ed481b1192609dba6c201d5-5cdb74aa251b66e7-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "88eafac6dfce8b6471669dce89be0c4e", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:29 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:47:41 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": {}, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "31", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:29 GMT", - "MS-CV": "Z8h64tIB0kKNcnQexvzjaw.2.0", + "Date": "Mon, 13 Mar 2023 09:47:40 GMT", + "MS-CV": "qQjttrjIc0\u002BjKOgvLdMXqg.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0xei/YwAAAADm59\u002BFiHFpQ5kQAQPBfxF\u002BSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0PfEOZAAAAAAhh47TxCbfRJjs00bqD6T3SEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "994e3c68188b5aa1b93d9c7c12984cb2", - "X-Processing-Time": "100ms" + "x-ms-client-request-id": "88eafac6dfce8b6471669dce89be0c4e", + "X-Processing-Time": "86ms" }, "ResponseBody": { "identity": { @@ -39,6 +39,6 @@ ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "1853347123" + "RandomSeed": "1473181576" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/TroubleshootingAsync.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/TroubleshootingAsync.json index c5d255522f767..dacfd20983d84 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/TroubleshootingAsync.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/TroubleshootingAsync.json @@ -8,27 +8,27 @@ "Authorization": "Sanitized", "Content-Length": "2", "Content-Type": "application/json", - "traceparent": "00-6de9245923082cd57b691427f7fabd80-ae5b8f0b96951bd2-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "60d60a5fa5bda22e7c4a2daef129dbbf", + "traceparent": "00-224b40896e79b2c06a093f3fdaa88a24-7be4da79b3f3d050-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b1ab7ba8a312c511f17af97d0441bb4e", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:35 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:47:47 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": {}, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "31", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:35 GMT", - "MS-CV": "FaWoz3dqckWd4jBB3imssQ.2.0", + "Date": "Mon, 13 Mar 2023 09:47:46 GMT", + "MS-CV": "JPc3bJJPbEeVCkhF\u002BzALgg.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0y\u002Bi/YwAAAABXbebqVMGqQ4/l4M71Aq2KSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0Q/EOZAAAAABJBqz3FeaOQYRgDQNLW5yPSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "60d60a5fa5bda22e7c4a2daef129dbbf", - "X-Processing-Time": "103ms" + "x-ms-client-request-id": "b1ab7ba8a312c511f17af97d0441bb4e", + "X-Processing-Time": "84ms" }, "ResponseBody": { "identity": { @@ -39,6 +39,6 @@ ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "2015148994" + "RandomSeed": "368334100" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/UserAndCustomExpirationTokenLifeCycle.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/UserAndCustomExpirationTokenLifeCycle.json index 1706b6b50cd2e..58e432060f97c 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/UserAndCustomExpirationTokenLifeCycle.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/UserAndCustomExpirationTokenLifeCycle.json @@ -8,26 +8,26 @@ "Authorization": "Sanitized", "Content-Length": "2", "Content-Type": "application/json", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "5540795602a7ea3ff1d22bb4561d1c6d", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9e917d3621f835ce2e549b2705e88825", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:30 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:47:41 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": {}, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "31", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:29 GMT", - "MS-CV": "6EW7Lik50EmqmFyRmZwlQQ.2.0", + "Date": "Mon, 13 Mar 2023 09:47:40 GMT", + "MS-CV": "96Wji4j4M0iQHCjZmtqTFg.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0xei/YwAAAAA7ifVEBPViSIMCqrLxkW9GSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0PfEOZAAAAAByPKwotID9SqGViJYGk\u002BxfSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "5540795602a7ea3ff1d22bb4561d1c6d", - "X-Processing-Time": "105ms" + "x-ms-client-request-id": "9e917d3621f835ce2e549b2705e88825", + "X-Processing-Time": "79ms" }, "ResponseBody": { "identity": { @@ -43,10 +43,10 @@ "Authorization": "Sanitized", "Content-Length": "41", "Content-Type": "application/json", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "229d1cf3c4e8e32789e46c41fd0f18a1", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "bd4ac276108e2feec05d4d09f05034a5", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:30 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:47:42 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -57,21 +57,21 @@ }, "StatusCode": 200, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "69", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:30 GMT", - "MS-CV": "7VFCSkR27kOxgiNUtj4Upg.2.0", + "Date": "Mon, 13 Mar 2023 09:47:41 GMT", + "MS-CV": "C3dg38E8vECr9\u002B3Ai2ghFw.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0xui/YwAAAADclFMMUXW5R4J5LSpT9yZeSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0PfEOZAAAAAC4JHaj0PH/TriF\u002BV3kNxunSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "229d1cf3c4e8e32789e46c41fd0f18a1", - "X-Processing-Time": "172ms" + "x-ms-client-request-id": "bd4ac276108e2feec05d4d09f05034a5", + "X-Processing-Time": "152ms" }, "ResponseBody": { "token": "Sanitized", - "expiresOn": "2023-01-12T12:02:30.5886348\u002B00:00" + "expiresOn": "2023-03-13T10:47:42.1495021\u002B00:00" } }, { @@ -81,24 +81,24 @@ "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "0", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "f718907ed3482940e36283050a16975d", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b947c9b739549d16830ad522288b2a83", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:31 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:47:42 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", - "Date": "Thu, 12 Jan 2023 11:02:30 GMT", - "MS-CV": "KSgBGltug0i4EcTXwcITKQ.2.0", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", + "Date": "Mon, 13 Mar 2023 09:47:41 GMT", + "MS-CV": "7ECtyUeGqkqYtfvbj1r/8A.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0xui/YwAAAABETPubZmksSqQoApo9W7A\u002BSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0PvEOZAAAAABxnjZfNg2DSaz76GzhMjd1SEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "f718907ed3482940e36283050a16975d", - "X-Processing-Time": "226ms" + "x-ms-client-request-id": "b947c9b739549d16830ad522288b2a83", + "X-Processing-Time": "400ms" }, "ResponseBody": null }, @@ -108,30 +108,30 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "b6a2a1a67e1c9160515dccc296feede1", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7148979703e026038e62dd9bd3c444dd", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:31 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:47:43 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", - "Date": "Thu, 12 Jan 2023 11:02:31 GMT", - "MS-CV": "DQ3HhZScFUin32xiPUQDuw.2.0", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", + "Date": "Mon, 13 Mar 2023 09:47:42 GMT", + "MS-CV": "53C1eBPKw0q2UOs3DYNE2A.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0x\u002Bi/YwAAAADiDZtVaaqVT7ak16l8MvkPSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0PvEOZAAAAADMTE9fOrS7Tbvie5sE1/\u002BkSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "b6a2a1a67e1c9160515dccc296feede1", - "X-Processing-Time": "215ms" + "x-ms-client-request-id": "7148979703e026038e62dd9bd3c444dd", + "X-Processing-Time": "262ms" }, "ResponseBody": null } ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "14731551" + "RandomSeed": "1623677074" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/UserAndCustomExpirationTokenLifecycleAsyncAsync.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/UserAndCustomExpirationTokenLifecycleAsyncAsync.json index af1605349ffb5..348a9544dbddb 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/UserAndCustomExpirationTokenLifecycleAsyncAsync.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/UserAndCustomExpirationTokenLifecycleAsyncAsync.json @@ -8,27 +8,27 @@ "Authorization": "Sanitized", "Content-Length": "2", "Content-Type": "application/json", - "traceparent": "00-cdef48e87d22e71442dea68c1d5f23f6-960922650056e68b-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "3a728e0fa3a40ea323a65a45461724eb", + "traceparent": "00-c2c715d492add842526a389c8872ec96-06c33338402030ff-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b1e21d578089d3251439ece0d4830616", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:36 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:47:48 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": {}, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "31", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:35 GMT", - "MS-CV": "eZJqCd4vrkucOqAdEWBMvQ.2.0", + "Date": "Mon, 13 Mar 2023 09:47:47 GMT", + "MS-CV": "Gc2Ah5g7LEKQTgJ0WaJYLA.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0y\u002Bi/YwAAAACR/MN1mExdSoiz3DjruBELSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0Q/EOZAAAAAAZMn6uunM0QptMOszuWczYSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "3a728e0fa3a40ea323a65a45461724eb", - "X-Processing-Time": "104ms" + "x-ms-client-request-id": "b1e21d578089d3251439ece0d4830616", + "X-Processing-Time": "85ms" }, "ResponseBody": { "identity": { @@ -44,11 +44,11 @@ "Authorization": "Sanitized", "Content-Length": "41", "Content-Type": "application/json", - "traceparent": "00-b2365086dd1d4296f4b631ed0baf1100-910bc913cc0b62a0-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "dfe56973359eba3d6487abf71dc84d49", + "traceparent": "00-dec9bb1409ef7d36696bb2a5d0f2ad70-d4381d33061180d5-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ec79d5a1318a82e5a76c19b571ca4b57", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:36 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:47:48 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -59,21 +59,21 @@ }, "StatusCode": 200, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "69", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:36 GMT", - "MS-CV": "2H1QdGDi1k\u002BhaMXN2v3yQw.2.0", + "Date": "Mon, 13 Mar 2023 09:47:47 GMT", + "MS-CV": "wZUC9s2tgEWtvNc0qxqvuQ.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0zOi/YwAAAADURDD5k7v\u002BQIDx\u002BQCCzFRoSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0RPEOZAAAAAAEoPas9qGaT5sgFXJuB71QSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "dfe56973359eba3d6487abf71dc84d49", - "X-Processing-Time": "179ms" + "x-ms-client-request-id": "ec79d5a1318a82e5a76c19b571ca4b57", + "X-Processing-Time": "159ms" }, "ResponseBody": { "token": "Sanitized", - "expiresOn": "2023-01-12T12:02:36.4911844\u002B00:00" + "expiresOn": "2023-03-13T10:47:48.5060521\u002B00:00" } }, { @@ -83,25 +83,25 @@ "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "0", - "traceparent": "00-b6c8475b591411cbb9e386a11711290a-9ac17a4747c398e3-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "d78c041a96d8122b52bacb3cd9ed8bc0", + "traceparent": "00-a555c9858f63e2ec543ff3a17f24ebd5-05b18bbab9b4002d-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4d1266bdeb9a7b87ba48aa215b9088e2", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:36 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:47:48 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", - "Date": "Thu, 12 Jan 2023 11:02:36 GMT", - "MS-CV": "f1jx7cWzvkC06CZ12pztMA.2.0", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", + "Date": "Mon, 13 Mar 2023 09:47:48 GMT", + "MS-CV": "Ykmaqq\u002BW/k2RV7Bo55fiSg.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0zOi/YwAAAACmzFXpIGOEQoHdXnqhS9S1SEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0RPEOZAAAAADNL7EgYkuGTIoVt/FxxkWJSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "d78c041a96d8122b52bacb3cd9ed8bc0", - "X-Processing-Time": "250ms" + "x-ms-client-request-id": "4d1266bdeb9a7b87ba48aa215b9088e2", + "X-Processing-Time": "311ms" }, "ResponseBody": null }, @@ -111,31 +111,31 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-fc7b22fb6a8db90268909d5f93084d4b-93a8aab077eeda33-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "8207f79cc633d98351b8d61df8abf05b", + "traceparent": "00-045c9d1fc9924bbdd349921b8372394a-a443bbdd77a2f927-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "777428269dd02531375f091c666f624a", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:37 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:47:49 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", - "Date": "Thu, 12 Jan 2023 11:02:37 GMT", - "MS-CV": "81F6Ayr0aU2\u002B3bajOIMkWQ.2.0", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", + "Date": "Mon, 13 Mar 2023 09:47:48 GMT", + "MS-CV": "JH0Vhvq8k0apY\u002BFsZpVj1A.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0zei/YwAAAADArkXd9CYkSK8uRJ6PGw41SEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0RfEOZAAAAABUmw01dR\u002BbTL54wGjyLtiKSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "8207f79cc633d98351b8d61df8abf05b", - "X-Processing-Time": "211ms" + "x-ms-client-request-id": "777428269dd02531375f091c666f624a", + "X-Processing-Time": "340ms" }, "ResponseBody": null } ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "2136534004" + "RandomSeed": "1402549045" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/UserAndTokenLifeCycle.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/UserAndTokenLifeCycle.json index 399c170105d85..1ac7bfba24861 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/UserAndTokenLifeCycle.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/UserAndTokenLifeCycle.json @@ -8,26 +8,26 @@ "Authorization": "Sanitized", "Content-Length": "2", "Content-Type": "application/json", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "25547b0b26d4d41f407392c81a7c1e10", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "73fb3d727d10013e0e10196bf6c5f8fe", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:31 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:47:43 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": {}, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "31", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:31 GMT", - "MS-CV": "rF4mz3xTYEqv/RBAMx26RA.2.0", + "Date": "Mon, 13 Mar 2023 09:47:42 GMT", + "MS-CV": "yTC36oM9SkiEwLfwGDDJ2w.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0x\u002Bi/YwAAAADP0WypcM6jQZzHCHuVuldDSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0P/EOZAAAAAB0Am9w\u002BDyySLLrSVGecSozSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "25547b0b26d4d41f407392c81a7c1e10", - "X-Processing-Time": "102ms" + "x-ms-client-request-id": "73fb3d727d10013e0e10196bf6c5f8fe", + "X-Processing-Time": "80ms" }, "ResponseBody": { "identity": { @@ -43,10 +43,10 @@ "Authorization": "Sanitized", "Content-Length": "19", "Content-Type": "application/json", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "5414b1775f8adbdcffb4d6755442973f", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7ab7f473958d136d4798fa275d46f33c", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:32 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:47:43 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -56,21 +56,21 @@ }, "StatusCode": 200, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "69", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:31 GMT", - "MS-CV": "pxYKlXAy8kKFeAi1J56JuQ.2.0", + "Date": "Mon, 13 Mar 2023 09:47:43 GMT", + "MS-CV": "H9UwveoWbE2EeAyJykTU/A.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0x\u002Bi/YwAAAABxv32sx0BwTbuJXwdGbwHTSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0P/EOZAAAAABd7\u002BTKHoZsS7baw5REwrAoSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "5414b1775f8adbdcffb4d6755442973f", - "X-Processing-Time": "172ms" + "x-ms-client-request-id": "7ab7f473958d136d4798fa275d46f33c", + "X-Processing-Time": "150ms" }, "ResponseBody": { "token": "Sanitized", - "expiresOn": "2023-01-13T11:02:32.2716304\u002B00:00" + "expiresOn": "2023-03-14T09:47:43.9521262\u002B00:00" } }, { @@ -80,24 +80,24 @@ "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "0", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "8736c4c0eedf8c083edcb28bd0e1e5b9", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b06a3de4beef581d50a2ea4e5efe08df", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:32 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:47:44 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", - "Date": "Thu, 12 Jan 2023 11:02:32 GMT", - "MS-CV": "t0Sza8Nr9UabGXwLRmF/WQ.2.0", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", + "Date": "Mon, 13 Mar 2023 09:47:43 GMT", + "MS-CV": "YZAx76lM4E\u002BTt14ZVNsJnA.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0yOi/YwAAAAAk4V0\u002BYVZ6QK94Q\u002B//tB6nSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0QPEOZAAAAABLPE8so\u002Bc5R7anqkYS1oXQSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "8736c4c0eedf8c083edcb28bd0e1e5b9", - "X-Processing-Time": "225ms" + "x-ms-client-request-id": "b06a3de4beef581d50a2ea4e5efe08df", + "X-Processing-Time": "376ms" }, "ResponseBody": null }, @@ -107,30 +107,30 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "3a997182dbddab829f78262050a97ffe", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "eec4af543fa6dcded0e72b778317a4c7", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:33 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:47:44 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", - "Date": "Thu, 12 Jan 2023 11:02:32 GMT", - "MS-CV": "DGjq2weDYku3mvpREEAL1Q.2.0", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", + "Date": "Mon, 13 Mar 2023 09:47:44 GMT", + "MS-CV": "6MFAuIIJoEiqKVUMCksrGw.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0yOi/YwAAAADjUbnPfT\u002BlTph8ZxKsJtKcSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0QPEOZAAAAACVoLNafkvcTacjGn3zkFPkSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "3a997182dbddab829f78262050a97ffe", - "X-Processing-Time": "217ms" + "x-ms-client-request-id": "eec4af543fa6dcded0e72b778317a4c7", + "X-Processing-Time": "260ms" }, "ResponseBody": null } ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "301603974" + "RandomSeed": "1241970418" } } diff --git a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/UserAndTokenLifeCycleAsyncAsync.json b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/UserAndTokenLifeCycleAsyncAsync.json index fc94c0cff4aa6..d03bd993a07fe 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/UserAndTokenLifeCycleAsyncAsync.json +++ b/sdk/communication/Azure.Communication.Identity/tests/SessionRecords/Sample1_CommunicationIdentityClient/UserAndTokenLifeCycleAsyncAsync.json @@ -8,27 +8,27 @@ "Authorization": "Sanitized", "Content-Length": "2", "Content-Type": "application/json", - "traceparent": "00-d0c23c7fbc275d8fcd223a573640ffde-c3da29aa5f5f6624-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "df4fcf0425ffd121ede57c90683aa9b2", + "traceparent": "00-6f954467bdc8a90b6be21b835c3aba59-a51f1c5204e40144-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "06bbb0d7de582252ce17799406fd630c", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:37 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:47:50 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": {}, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "31", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:37 GMT", - "MS-CV": "LaMSfz0KJU\u002BnrAvvMlruyA.2.0", + "Date": "Mon, 13 Mar 2023 09:47:49 GMT", + "MS-CV": "vqHsznz6j0alqJ6zb0UZ9g.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0zei/YwAAAADPWQDdVaXwQ4HgWwSlgFBuSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0RfEOZAAAAACCK7KggOguQYAMrfLfyWYOSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "df4fcf0425ffd121ede57c90683aa9b2", - "X-Processing-Time": "103ms" + "x-ms-client-request-id": "06bbb0d7de582252ce17799406fd630c", + "X-Processing-Time": "80ms" }, "ResponseBody": { "identity": { @@ -44,11 +44,11 @@ "Authorization": "Sanitized", "Content-Length": "19", "Content-Type": "application/json", - "traceparent": "00-824815bee663e3d8d55e1fd5fab4a0b1-deabb7da84555c0e-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "576c9c8ac92f00a6cc5a4424cc914f27", + "traceparent": "00-22fae0ed33a88551f994cb126dbc58ca-7d930e150d2c4251-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "198ba9aee3f6c63574776c9c39ea698e", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:38 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:47:50 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -58,21 +58,21 @@ }, "StatusCode": 200, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", "Content-Length": "69", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Jan 2023 11:02:37 GMT", - "MS-CV": "3uSRslFSPE\u002BarI791ivXOg.2.0", + "Date": "Mon, 13 Mar 2023 09:47:49 GMT", + "MS-CV": "CG2oVyNWoUG5UT0GNGLXNQ.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0zei/YwAAAAC\u002BMwCPxs3PTrK1biSTBLKoSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0RvEOZAAAAACvb7qfZsLIRauXymiQUlnfSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "576c9c8ac92f00a6cc5a4424cc914f27", - "X-Processing-Time": "175ms" + "x-ms-client-request-id": "198ba9aee3f6c63574776c9c39ea698e", + "X-Processing-Time": "147ms" }, "ResponseBody": { "token": "Sanitized", - "expiresOn": "2023-01-13T11:02:38.2828018\u002B00:00" + "expiresOn": "2023-03-14T09:47:50.4141216\u002B00:00" } }, { @@ -82,25 +82,25 @@ "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "0", - "traceparent": "00-621c63b3178993e9d6cdeb1bce24eaaf-c5f40008054389ed-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "b57ae37b0383c422dea2c59b51f244ce", + "traceparent": "00-0bf10f790b035696506366b3d3bfc1e5-714bfb00f59cbb09-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "247a0499810f9efc55d42a7352e4c0ca", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:38 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:47:50 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", - "Date": "Thu, 12 Jan 2023 11:02:38 GMT", - "MS-CV": "ktlMIisq0Uy4qecYjedDXA.2.0", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", + "Date": "Mon, 13 Mar 2023 09:47:50 GMT", + "MS-CV": "YI309d6m4kG9meKKZfEJhw.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0zui/YwAAAACaOJrL1eUzT50n56hkjX0GSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0RvEOZAAAAAA\u002BxUYl95rKTrBl4M74OaRrSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "b57ae37b0383c422dea2c59b51f244ce", - "X-Processing-Time": "225ms" + "x-ms-client-request-id": "247a0499810f9efc55d42a7352e4c0ca", + "X-Processing-Time": "358ms" }, "ResponseBody": null }, @@ -110,31 +110,31 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-8d393b6bf807684d7a17c7be4787e701-a1773f8986aae64d-00", - "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230112.1 (.NET 6.0.13; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "d1c29fb5546f3b9c294e13a5e0fd045c", + "traceparent": "00-d7d62cf137ca74cc3556e3a8d39aef92-270a4478e031bfea-00", + "User-Agent": "azsdk-net-Communication.Identity/1.3.0-alpha.20230313.1 (.NET 7.0.3; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "297aec258c1cf4697af591e072b5e8e3", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Thu, 12 Jan 2023 11:02:39 GMT", + "x-ms-date": "Mon, 13 Mar 2023 09:47:51 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01", - "Date": "Thu, 12 Jan 2023 11:02:39 GMT", - "MS-CV": "BoPZFYwk6EaifJOZTfToFw.2.0", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01", + "Date": "Mon, 13 Mar 2023 09:47:50 GMT", + "MS-CV": "ZtXVROllh0mLaGhgnM8bTQ.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0zui/YwAAAADFu/z3VZgQTonoHm3xk6yJSEVMMDFFREdFMjAxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", + "X-Azure-Ref": "0R/EOZAAAAAD7rLuFcoTyR6U7T8pkMR2xSEVMMDFFREdFMjAxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE=", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "d1c29fb5546f3b9c294e13a5e0fd045c", - "X-Processing-Time": "372ms" + "x-ms-client-request-id": "297aec258c1cf4697af591e072b5e8e3", + "X-Processing-Time": "221ms" }, "ResponseBody": null } ], "Variables": { "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://sanitized.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "985111624" + "RandomSeed": "194149367" } }