Merged PR 750861: Revert 'Revert "Merged PR 747309: Upgrade Azure.Identity to 1.10.2'

Revert "Merged PR 747309: Upgrade Azure.Identity to 1.10.2

Upgrades some dependent packages and removes a few unused ones

Related work items: #2115829"

Reverted commit `57b2faf4`.

Reverts !750711

Related work items: #2115829
This commit is contained in:
Pasindu Gunasekara 🍣 2023-11-09 17:48:34 +00:00
Родитель c8a489dfc0
Коммит 00354f2675
2 изменённых файлов: 11 добавлений и 31 удалений

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

@ -60,7 +60,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "Azure.Core",
"Version": "1.34.0"
"Version": "1.35.0"
}
}
},
@ -87,7 +87,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "Azure.Identity",
"Version": "1.10.0"
"Version": "1.10.2"
}
}
},
@ -1356,7 +1356,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "Microsoft.Identity.Client",
"Version": "4.55.0"
"Version": "4.56.0"
}
}
},
@ -1374,7 +1374,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "Microsoft.Identity.Client.Extensions.Msal",
"Version": "2.32.0"
"Version": "4.56.0"
}
}
},
@ -2976,16 +2976,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "System.Diagnostics.DiagnosticSource",
"Version": "4.0.0-beta-23516"
}
}
},
{
"Component": {
"Type": "NuGet",
"NuGet": {
"Name": "System.Diagnostics.DiagnosticSource",
"Version": "4.6.0"
"Version": "7.0.2"
}
}
},
@ -3646,15 +3637,6 @@
}
}
},
{
"Component": {
"Type": "NuGet",
"NuGet": {
"Name": "System.Runtime.CompilerServices.Unsafe",
"Version": "4.5.3"
}
}
},
{
"Component": {
"Type": "NuGet",

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

@ -72,9 +72,8 @@ config({
{ id: "Microsoft.NETFramework.ReferenceAssemblies.net472", version: "1.0.0" },
{ id: "System.Diagnostics.DiagnosticSource", version: "4.6.0",
{ id: "System.Diagnostics.DiagnosticSource", version: "7.0.2",
dependentPackageIdsToSkip: ["System.Memory"] },
{ id: "System.Diagnostics.DiagnosticSource", version: "4.0.0-beta-23516", alias: "System.Diagnostics.DiagnosticsSource.ForEventHub"},
// Roslyn
// The old compiler used by integration tests only.
@ -190,11 +189,11 @@ config({
// Key Vault
{ id: "Azure.Security.KeyVault.Secrets", version: "4.5.0" },
{ id: "Azure.Security.KeyVault.Certificates", version: "4.5.1" },
{ id: "Azure.Identity", version: "1.10.0" },
{ id: "Microsoft.Identity.Client", version: "4.55.0" },
{ id: "Azure.Identity", version: "1.10.2" },
{ id: "Microsoft.Identity.Client", version: "4.56.0" },
{ id: "Microsoft.IdentityModel.Abstractions", version: "6.32.1" },
{ id: "Microsoft.Identity.Client.Extensions.Msal", version: "2.32.0" },
{ id: "Azure.Core", version: "1.34.0",
{ id: "Microsoft.Identity.Client.Extensions.Msal", version: "4.56.0" },
{ id: "Azure.Core", version: "1.35.0",
dependentPackageIdsToSkip: ["System.Buffers", "System.Text.Encodings.Web", "System.Text.Json", "System.Memory", "System.Memory.Data", "System.Numerics.Vectors", "Microsoft.Bcl.AsyncInterfaces" ] },
{ id: "System.Memory.Data", version: "1.0.2",
dependentPackageIdsToSkip: [ "System.Memory", "System.Text.Json" ] },
@ -331,8 +330,7 @@ config({
{ id: "System.CodeDom", version: "4.4.0"},
{ id: "System.Text.Encoding.CodePages", version: "4.5.1",
dependentPackageIdsToSkip: ["System.Runtime.CompilerServices.Unsafe"]},
{ id: "System.Runtime.CompilerServices.Unsafe", version: "4.5.3", alias: "SystemRuntimeCompilerServicesUnsafeForMSBuild", dependentPackageIdsToSkip: ["*"]},
{id: "System.Numerics.Vectors", version: "4.4.0", alias: "SystemNumericsVectorsForMSBuild"},
{ id: "System.Numerics.Vectors", version: "4.4.0", alias: "SystemNumericsVectorsForMSBuild"},
// Used for MSBuild input/output prediction
{ id: "Microsoft.Build.Prediction", version: "0.3.0" },