Skip to content

Commit

Permalink
[.NET] Granular Token feature GA Post-release | Dependent SDK Recordi…
Browse files Browse the repository at this point in the history
…ng updates (Azure#40944)

* Updating dependent SDK's recording with latest Identity API version
  • Loading branch information
mjafferi-msft authored Jan 11, 2024
1 parent 8367d3b commit 8675001
Show file tree
Hide file tree
Showing 27 changed files with 450 additions and 420 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "net",
"TagPrefix": "net/communication/Azure.Communication.CallAutomation",
"Tag": "net/communication/Azure.Communication.CallAutomation_abe0380406"
"Tag": "net/communication/Azure.Communication.CallAutomation_31b05fb06e"
}
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ protected CommunicationIdentityClient CreateInstrumentedCommunicationIdentityCli
=> InstrumentClient(
new CommunicationIdentityClient(
TestEnvironment.LiveTestStaticConnectionString,
InstrumentClientOptions(new CommunicationIdentityClientOptions(CommunicationIdentityClientOptions.ServiceVersion.V2021_03_07))));
InstrumentClientOptions(new CommunicationIdentityClientOptions(CommunicationIdentityClientOptions.ServiceVersion.V2023_10_01))));

protected async Task<CommunicationUserIdentifier> CreateIdentityUserAsync()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ protected CommunicationIdentityClient CreateInstrumentedCommunicationIdentityCli
=> InstrumentClient(
new CommunicationIdentityClient(
TestEnvironment.LiveTestStaticConnectionString,
InstrumentClientOptions(new CommunicationIdentityClientOptions(CommunicationIdentityClientOptions.ServiceVersion.V2021_03_07))));
InstrumentClientOptions(new CommunicationIdentityClientOptions(CommunicationIdentityClientOptions.ServiceVersion.V2023_10_01))));

protected async Task<CommunicationUserIdentifier> CreateIdentityUserAsync() {
CommunicationIdentityClient communicationIdentityClient = CreateInstrumentedCommunicationIdentityClient();
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sdk/communication/Azure.Communication.Chat/assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "net",
"TagPrefix": "net/communication/Azure.Communication.Chat",
"Tag": "net/communication/Azure.Communication.Chat_34c8b4c801"
"Tag": "net/communication/Azure.Communication.Chat_727dba0f84"
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ protected CommunicationIdentityClient CreateInstrumentedCommunicationIdentityCli
=> InstrumentClient(
new CommunicationIdentityClient(
TestEnvironment.LiveTestDynamicConnectionString,
InstrumentClientOptions(new CommunicationIdentityClientOptions(CommunicationIdentityClientOptions.ServiceVersion.V2021_03_07))));
InstrumentClientOptions(new CommunicationIdentityClientOptions(CommunicationIdentityClientOptions.ServiceVersion.V2023_10_01))));

/// <summary>
/// Creates a <see cref="ChatClient" /> with a static token and instruments it to make use of
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "net",
"TagPrefix": "net/communication/Azure.Communication.NetworkTraversal",
"Tag": "net/communication/Azure.Communication.NetworkTraversal_ef32a2ac3d"
"Tag": "net/communication/Azure.Communication.NetworkTraversal_ff7a89535a"
}
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ protected CommunicationIdentityClient CreateInstrumentedCommunicationIdentityCli
=> InstrumentClient(
new CommunicationIdentityClient(
TestEnvironment.LiveTestDynamicConnectionString,
InstrumentClientOptions(new CommunicationIdentityClientOptions(CommunicationIdentityClientOptions.ServiceVersion.V2021_03_07))));
InstrumentClientOptions(new CommunicationIdentityClientOptions(CommunicationIdentityClientOptions.ServiceVersion.V2023_10_01))));

private CommunicationRelayClientOptions CreateNetworkingClientOptionsWithCorrelationVectorLogs()
{
Expand Down
2 changes: 1 addition & 1 deletion sdk/communication/Azure.Communication.Rooms/assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "net",
"TagPrefix": "net/communication/Azure.Communication.Rooms",
"Tag": "net/communication/Azure.Communication.Rooms_2d2512799d"
"Tag": "net/communication/Azure.Communication.Rooms_7f6dd21f92"
}
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ protected CommunicationIdentityClient CreateInstrumentedCommunicationIdentityCli
=> InstrumentClient(
new CommunicationIdentityClient(
TestEnvironment.CommunicationConnectionStringRooms,
InstrumentClientOptions(new CommunicationIdentityClientOptions(CommunicationIdentityClientOptions.ServiceVersion.V2021_03_07))));
InstrumentClientOptions(new CommunicationIdentityClientOptions(CommunicationIdentityClientOptions.ServiceVersion.V2023_10_01))));

private RoomsClientOptions CreateRoomsClientOptionsWithCorrelationVectorLogs(ServiceVersion version)
{
Expand Down

0 comments on commit 8675001

Please sign in to comment.