Skip to content

Commit

Permalink
Update Azure.Identity to v1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhelle committed Sep 14, 2023
1 parent c4d22a5 commit d807eb5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/Marketplace.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/Marketplace2022.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/VisualStudioForMac.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit d807eb5

Please sign in to comment.