Merged PR 779526: Update Azure.Identity

Update Azure.Identity

Related work items: #2168526
This commit is contained in:
Michael Pysson 2024-04-15 22:18:01 +00:00
Родитель 69a1fb68c7
Коммит 481e256460
2 изменённых файлов: 18 добавлений и 8 удалений

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

@ -60,7 +60,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "Azure.Core",
"Version": "1.36.0"
"Version": "1.38.0"
}
}
},
@ -78,7 +78,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "Azure.Identity",
"Version": "1.10.4"
"Version": "1.11.0"
}
}
},
@ -1266,7 +1266,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "Microsoft.Identity.Client",
"Version": "4.59.0"
"Version": "4.60.1"
}
}
},
@ -1284,7 +1284,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "Microsoft.Identity.Client.Extensions.Msal",
"Version": "4.59.0"
"Version": "4.60.1"
}
}
},
@ -2764,6 +2764,15 @@
}
}
},
{
"Component": {
"Type": "NuGet",
"NuGet": {
"Name": "System.ClientModel",
"Version": "1.0.0"
}
}
},
{
"Component": {
"Type": "NuGet",

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

@ -187,12 +187,13 @@ 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.4" },
{ id: "Microsoft.Identity.Client", version: "4.59.0" },
{ id: "Azure.Identity", version: "1.11.0" },
{ id: "Microsoft.Identity.Client", version: "4.60.1" },
{ id: "Microsoft.IdentityModel.Abstractions", version: "7.2.0" },
{ id: "Microsoft.Identity.Client.Extensions.Msal", version: "4.59.0" },
{ id: "Azure.Core", version: "1.36.0" },
{ id: "Microsoft.Identity.Client.Extensions.Msal", version: "4.60.1" },
{ id: "Azure.Core", version: "1.38.0" },
{ id: "System.Memory.Data", version: "1.0.2" },
{ id: "System.ClientModel", version: "1.0.0" },
// Authentication
{ id: "Microsoft.Identity.Client.Broker", version: "4.55.0" },