This commit is contained in:
dingmeng-xue 2022-05-09 21:45:44 +08:00
Родитель ec77d18dc1
Коммит 7ed1637ad0
15 изменённых файлов: 12 добавлений и 10 удалений

Просмотреть файл

@ -20,6 +20,7 @@
## Upcoming Release
* Upgraded System.Reflection.DispatchProxy on Windows PowerShell [#17856]
* Upgraded Azure.Identity to 1.6.0 and Azure.Core to 1.24.0
## Version 2.7.6
* Upgraded Microsoft.Rest.ClientRuntime to 2.3.24

Просмотреть файл

@ -12,7 +12,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.5.0" />
<PackageReference Include="Azure.Identity" Version="1.6.0" />
</ItemGroup>
<ItemGroup>

Просмотреть файл

@ -24,10 +24,10 @@ namespace Microsoft.Azure.Commands.Profile.Utilities
private static IDictionary<string, Version> NetFxPreloadAssemblies =
new Dictionary<string, Version>(StringComparer.InvariantCultureIgnoreCase)
{
{"Azure.Core", new Version("1.22.0.0")},
{"Azure.Core", new Version("1.24.0.0")},
{"Microsoft.Bcl.AsyncInterfaces", new Version("1.1.1.0")},
{"Microsoft.Identity.Client", new Version("4.30.1.0") },
{"Microsoft.Identity.Client.Extensions.Msal", new Version("2.18.4.0") },
{"Microsoft.Identity.Client", new Version("4.39.0.0") },
{"Microsoft.Identity.Client.Extensions.Msal", new Version("2.19.3.0") },
{"Microsoft.IdentityModel.Clients.ActiveDirectory", new Version("3.19.2.6005")},
{"Microsoft.IdentityModel.Clients.ActiveDirectory.Platform", new Version("3.19.2.6005")},
{"Newtonsoft.Json", new Version("10.0.0.0")},

Просмотреть файл

@ -31,11 +31,11 @@ namespace Microsoft.Azure.PowerShell.AuthenticationAssemblyLoadContext
//TODO: Generate assembly version info into AzSharedAssemblies.json during build
var azSharedAssemblies = new Dictionary<string, Version>()
{
{"Azure.Core", new Version("1.22.0.0")},
{"Azure.Identity", new Version("1.5.0.0")},
{"Azure.Core", new Version("1.24.0.0")},
{"Azure.Identity", new Version("1.6.0.0")},
{"Microsoft.Bcl.AsyncInterfaces", new Version("1.1.1.0")},
{"Microsoft.Identity.Client", new Version("4.30.1.0") },
{"Microsoft.Identity.Client.Extensions.Msal", new Version("2.18.4.0") },
{"Microsoft.Identity.Client", new Version("4.39.0.0") },
{"Microsoft.Identity.Client.Extensions.Msal", new Version("2.19.3.0") },
{"System.Memory.Data", new Version("1.0.2.0")},
{"System.Text.Json", new Version("4.0.1.2")},
};

Просмотреть файл

@ -23,7 +23,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.5.0" />
<PackageReference Include="Azure.Identity" Version="1.6.0" />
</ItemGroup>
<ItemGroup>

Просмотреть файл

@ -25,6 +25,7 @@ using Microsoft.Azure.PowerShell.Authenticators.Factories;
using Microsoft.WindowsAzure.Commands.Common;
using Microsoft.Identity.Client;
using Microsoft.Azure.PowerShell.Authenticators.Identity;
using ClientAssertionCredential = Microsoft.Azure.PowerShell.Authenticators.Identity.ClientAssertionCredential;
namespace Microsoft.Azure.PowerShell.Authenticators
{

Двоичные данные
src/lib/NetCorePreloadAssemblies/Azure.Core.dll

Двоичный файл не отображается.

Двоичный файл не отображается.

Двоичный файл не отображается.

Двоичный файл не отображается.

Двоичные данные
src/lib/NetFxPreloadAssemblies/Azure.Core.dll

Двоичный файл не отображается.

Двоичный файл не отображается.

Двоичный файл не отображается.

Двоичный файл не отображается.

Просмотреть файл

@ -21,7 +21,7 @@
<PackageReference Include="Microsoft.Azure.PowerShell.Common.Share" Version="1.3.57-preview"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Azure.Core" Version="1.22.0"/>
<PackageReference Include="Azure.Core" Version="1.24.0"/>
</ItemGroup>
<ItemGroup Condition="'$(IsTestProject)' != 'true'">
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.12.0">