diff --git a/README.md b/README.md index 77ee0fd76a..2f57d94063 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ The project **Kiota** code generator produces code that depends on the following - [Microsoft.Kiota.Serialization.Json](https://www.nuget.org/packages/Microsoft.Kiota.Serialization.Json/1.0.8) - [Microsoft.Kiota.Serialization.Multipart](https://www.nuget.org/packages/Microsoft.Kiota.Serialization.Multipart/1.0.0) - [Microsoft.Kiota.Authentication.Azure](https://www.nuget.org/packages/Microsoft.Kiota.Authentication.Azure/1.0.3) -- [Azure.Identity](https://www.nuget.org/packages/Azure.Identity/1.10.0) +- [Azure.Identity](https://www.nuget.org/packages/Azure.Identity/1.10.1) The **Swagger Codegen CLI** code generator produces code that depends on the [RestSharp](https://www.nuget.org/packages/RestSharp/105.1.0) and [JsonSubTypes](https://www.nuget.org/packages/JsonSubTypes/1.2.0) NuGet packages diff --git a/docs/Marketplace.md b/docs/Marketplace.md index 520a8310bc..5f58f43534 100644 --- a/docs/Marketplace.md +++ b/docs/Marketplace.md @@ -65,7 +65,7 @@ The project **Kiota** code generator produces code that depends on the following - [Microsoft.Kiota.Serialization.Json](https://www.nuget.org/packages/Microsoft.Kiota.Serialization.Json/1.0.8) - [Microsoft.Kiota.Serialization.Multipart](https://www.nuget.org/packages/Microsoft.Kiota.Serialization.Multipart/1.0.0) - [Microsoft.Kiota.Authentication.Azure](https://www.nuget.org/packages/Microsoft.Kiota.Authentication.Azure/1.0.3) -- [Azure.Identity](https://www.nuget.org/packages/Azure.Identity/1.10.0) +- [Azure.Identity](https://www.nuget.org/packages/Azure.Identity/1.10.1) The **Swagger Codegen CLI** code generator produces code that depends on the [RestSharp](https://www.nuget.org/packages/RestSharp/105.1.0) and [JsonSubTypes](https://www.nuget.org/packages/JsonSubTypes/1.2.0) NuGet packages diff --git a/docs/Marketplace2022.md b/docs/Marketplace2022.md index a55aaffc41..be750ea4f1 100644 --- a/docs/Marketplace2022.md +++ b/docs/Marketplace2022.md @@ -65,7 +65,7 @@ The project **Kiota** code generator produces code that depends on the following - [Microsoft.Kiota.Serialization.Json](https://www.nuget.org/packages/Microsoft.Kiota.Serialization.Json/1.0.8) - [Microsoft.Kiota.Serialization.Multipart](https://www.nuget.org/packages/Microsoft.Kiota.Serialization.Multipart/1.0.0) - [Microsoft.Kiota.Authentication.Azure](https://www.nuget.org/packages/Microsoft.Kiota.Authentication.Azure/1.0.3) -- [Azure.Identity](https://www.nuget.org/packages/Azure.Identity/1.10.0) +- [Azure.Identity](https://www.nuget.org/packages/Azure.Identity/1.10.1) The **Swagger Codegen CLI** code generator produces code that depends on the [RestSharp](https://www.nuget.org/packages/RestSharp/105.1.0) and [JsonSubTypes](https://www.nuget.org/packages/JsonSubTypes/1.2.0) NuGet packages diff --git a/docs/VisualStudioForMac.md b/docs/VisualStudioForMac.md index 44a4b27200..125b74f798 100644 --- a/docs/VisualStudioForMac.md +++ b/docs/VisualStudioForMac.md @@ -60,7 +60,7 @@ The project **Kiota** code generator produces code that depends on the following - [Microsoft.Kiota.Serialization.Json](https://www.nuget.org/packages/Microsoft.Kiota.Serialization.Json/1.0.8) - [Microsoft.Kiota.Serialization.Multipart](https://www.nuget.org/packages/Microsoft.Kiota.Serialization.Multipart/1.0.0) - [Microsoft.Kiota.Authentication.Azure](https://www.nuget.org/packages/Microsoft.Kiota.Authentication.Azure/1.0.3) -- [Azure.Identity](https://www.nuget.org/packages/Azure.Identity/1.10.0) +- [Azure.Identity](https://www.nuget.org/packages/Azure.Identity/1.10.1) The **Swagger Codegen CLI** code generator produces code that depends on the [RestSharp](https://www.nuget.org/packages/RestSharp/105.1.0) and [JsonSubTypes](https://www.nuget.org/packages/JsonSubTypes/1.2.0) NuGet packages diff --git a/src/Core/ApiClientCodeGen.Core/NuGet/PackageDependencies.cs b/src/Core/ApiClientCodeGen.Core/NuGet/PackageDependencies.cs index ef50456d78..25fee2dc81 100644 --- a/src/Core/ApiClientCodeGen.Core/NuGet/PackageDependencies.cs +++ b/src/Core/ApiClientCodeGen.Core/NuGet/PackageDependencies.cs @@ -71,7 +71,7 @@ public static class PackageDependencies public static readonly PackageDependency AzureIdentity = new PackageDependency( "Azure.Identity", - "1.10.0"); + "1.10.1"); public static readonly PackageDependency MicrosoftKiotaAbstractions = new PackageDependency(