diff --git a/README.md b/README.md
index 98edade63b..18933e4b8f 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.1)
+- [Azure.Identity](https://www.nuget.org/packages/Azure.Identity/1.10.2)
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 507bde10e1..30f9dd170e 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.1)
+- [Azure.Identity](https://www.nuget.org/packages/Azure.Identity/1.10.2)
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 a6f244e245..1e75187d93 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.1)
+- [Azure.Identity](https://www.nuget.org/packages/Azure.Identity/1.10.2)
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 60e0295af9..77f9fd0bbd 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.1)
+- [Azure.Identity](https://www.nuget.org/packages/Azure.Identity/1.10.2)
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 72229a8dfb..cc01416998 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.1");
+ "1.10.2");
public static readonly PackageDependency MicrosoftKiotaAbstractions =
new PackageDependency(
diff --git a/test/GeneratedCode/Kiota/Net462/Net462.csproj b/test/GeneratedCode/Kiota/Net462/Net462.csproj
index 0885732bb3..0a17725d64 100644
--- a/test/GeneratedCode/Kiota/Net462/Net462.csproj
+++ b/test/GeneratedCode/Kiota/Net462/Net462.csproj
@@ -15,7 +15,7 @@
-
+
diff --git a/test/GeneratedCode/Kiota/Net472/Net472.csproj b/test/GeneratedCode/Kiota/Net472/Net472.csproj
index 397ef28727..1bd62e5cb6 100644
--- a/test/GeneratedCode/Kiota/Net472/Net472.csproj
+++ b/test/GeneratedCode/Kiota/Net472/Net472.csproj
@@ -15,7 +15,7 @@
-
+
diff --git a/test/GeneratedCode/Kiota/Net48/Net48.csproj b/test/GeneratedCode/Kiota/Net48/Net48.csproj
index 36bef5eed0..8de4f91ad0 100644
--- a/test/GeneratedCode/Kiota/Net48/Net48.csproj
+++ b/test/GeneratedCode/Kiota/Net48/Net48.csproj
@@ -15,7 +15,7 @@
-
+
diff --git a/test/GeneratedCode/Kiota/Net481/Net481.csproj b/test/GeneratedCode/Kiota/Net481/Net481.csproj
index 969ce0a6f7..f1a83d5c94 100644
--- a/test/GeneratedCode/Kiota/Net481/Net481.csproj
+++ b/test/GeneratedCode/Kiota/Net481/Net481.csproj
@@ -15,7 +15,7 @@
-
+
diff --git a/test/GeneratedCode/Kiota/Net6/Net6.csproj b/test/GeneratedCode/Kiota/Net6/Net6.csproj
index 39f99c7b13..765f67abb6 100644
--- a/test/GeneratedCode/Kiota/Net6/Net6.csproj
+++ b/test/GeneratedCode/Kiota/Net6/Net6.csproj
@@ -3,7 +3,7 @@
net6.0
-
+
diff --git a/test/GeneratedCode/Kiota/Net7/Net7.csproj b/test/GeneratedCode/Kiota/Net7/Net7.csproj
index 128bd5b6d5..7fdc441ee6 100644
--- a/test/GeneratedCode/Kiota/Net7/Net7.csproj
+++ b/test/GeneratedCode/Kiota/Net7/Net7.csproj
@@ -3,7 +3,7 @@
net7.0
-
+
diff --git a/test/GeneratedCode/Kiota/NetStandard20/NetStandard20.csproj b/test/GeneratedCode/Kiota/NetStandard20/NetStandard20.csproj
index c072bd0c26..3b897a1cbd 100644
--- a/test/GeneratedCode/Kiota/NetStandard20/NetStandard20.csproj
+++ b/test/GeneratedCode/Kiota/NetStandard20/NetStandard20.csproj
@@ -3,7 +3,7 @@
netstandard2.0
-
+
diff --git a/test/GeneratedCode/Kiota/NetStandard21/NetStandard21.csproj b/test/GeneratedCode/Kiota/NetStandard21/NetStandard21.csproj
index 5d5e1081bd..bf1532e53b 100644
--- a/test/GeneratedCode/Kiota/NetStandard21/NetStandard21.csproj
+++ b/test/GeneratedCode/Kiota/NetStandard21/NetStandard21.csproj
@@ -3,7 +3,7 @@
netstandard2.1
-
+