From ca2a89b531e8e85e30065e19bd11ed9120949f93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 04:53:11 +0000 Subject: [PATCH 1/3] Bump Azure.Identity from 1.10.1 to 1.10.2 Bumps [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) from 1.10.1 to 1.10.2. - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](https://github.com/Azure/azure-sdk-for-net/compare/Azure.Identity_1.10.1...Azure.Identity_1.10.2) --- updated-dependencies: - dependency-name: Azure.Identity dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- test/GeneratedCode/Kiota/Net462/Net462.csproj | 2 +- test/GeneratedCode/Kiota/Net472/Net472.csproj | 2 +- test/GeneratedCode/Kiota/Net48/Net48.csproj | 2 +- test/GeneratedCode/Kiota/Net481/Net481.csproj | 2 +- test/GeneratedCode/Kiota/Net6/Net6.csproj | 2 +- test/GeneratedCode/Kiota/Net7/Net7.csproj | 2 +- test/GeneratedCode/Kiota/NetStandard20/NetStandard20.csproj | 2 +- test/GeneratedCode/Kiota/NetStandard21/NetStandard21.csproj | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) 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 - + From 421ab4e267eaa43dadbbc4f971122134f4689e4f Mon Sep 17 00:00:00 2001 From: Christian Helle Date: Tue, 10 Oct 2023 12:48:13 +0200 Subject: [PATCH 2/3] Update Azure.Identity version in PackageDependencies The Azure.Identity version has been changed from "1.10.1" to "1.10.2" in PackageDependencies.cs. --- src/Core/ApiClientCodeGen.Core/NuGet/PackageDependencies.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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( From 05188abd5937d59874fdf04dbc123bd3e48aa3aa Mon Sep 17 00:00:00 2001 From: Christian Helle Date: Tue, 10 Oct 2023 12:48:35 +0200 Subject: [PATCH 3/3] Update Azure.Identity package version in documentation The version of the Azure.Identity package has been updated across multiple documentation files - Marketplace2022.md, VisualStudioForMac.md, README.md and Marketplace.md. This change was necessary as the project now depends on version 1.10.2 of the Azure.Identity package instead of the old version (1.10.1). This ensures consistent and correct information across all project docs. --- README.md | 2 +- docs/Marketplace.md | 2 +- docs/Marketplace2022.md | 2 +- docs/VisualStudioForMac.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6e4d8cb34c..486c63222c 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 041eec80a1..0044e88b40 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 ba74f1cbc4..ce5a8adff0 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 3e16e88b5f..ac12853080 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