From fe6baf8e2cbb2be8e59ef5990b99489c66d9d8d1 Mon Sep 17 00:00:00 2001 From: Amanda Tarafa Mas <14878252+amanda-tarafa@users.noreply.github.com> Date: Wed, 5 Feb 2025 23:52:46 -0800 Subject: [PATCH] Release Google.Cloud.ResourceSettings.V1 version 2.5.0 (#14225) Changes in this release: This release is being used to publish a new front-page of documentation, to indicate package deprecation. --- .../Google.Cloud.ResourceSettings.V1.csproj | 2 +- apis/Google.Cloud.ResourceSettings.V1/docs/history.md | 5 +++++ apis/Google.Cloud.ResourceSettings.V1/docs/index.md | 11 +++++++++++ apis/Google.Cloud.ResourceSettings.V1/smoketests.json | 9 --------- generator-input/apis.json | 2 +- 5 files changed, 18 insertions(+), 11 deletions(-) create mode 100644 apis/Google.Cloud.ResourceSettings.V1/docs/index.md delete mode 100644 apis/Google.Cloud.ResourceSettings.V1/smoketests.json diff --git a/apis/Google.Cloud.ResourceSettings.V1/Google.Cloud.ResourceSettings.V1/Google.Cloud.ResourceSettings.V1.csproj b/apis/Google.Cloud.ResourceSettings.V1/Google.Cloud.ResourceSettings.V1/Google.Cloud.ResourceSettings.V1.csproj index 0f4c723e837d..2aa350597632 100644 --- a/apis/Google.Cloud.ResourceSettings.V1/Google.Cloud.ResourceSettings.V1/Google.Cloud.ResourceSettings.V1.csproj +++ b/apis/Google.Cloud.ResourceSettings.V1/Google.Cloud.ResourceSettings.V1/Google.Cloud.ResourceSettings.V1.csproj @@ -1,7 +1,7 @@  - 2.4.0 + 2.5.0 netstandard2.0;net462 true Recommended Google client library to access the Google Cloud Resource Settings API, which allows users to control and modify the behavior of their GCP resources (e.g., VM, firewall, Project, etc.) across the Cloud Resource Hierarchy. diff --git a/apis/Google.Cloud.ResourceSettings.V1/docs/history.md b/apis/Google.Cloud.ResourceSettings.V1/docs/history.md index 09fca306fc0e..5be5909373b0 100644 --- a/apis/Google.Cloud.ResourceSettings.V1/docs/history.md +++ b/apis/Google.Cloud.ResourceSettings.V1/docs/history.md @@ -1,5 +1,10 @@ # Version history +## Version 2.5.0, released 2025-02-05 + +This release is being used to publish a new front-page of +documentation, to indicate package deprecation. + ## Version 2.4.0, released 2024-05-14 ### New features diff --git a/apis/Google.Cloud.ResourceSettings.V1/docs/index.md b/apis/Google.Cloud.ResourceSettings.V1/docs/index.md new file mode 100644 index 000000000000..5296a3b99e6e --- /dev/null +++ b/apis/Google.Cloud.ResourceSettings.V1/docs/index.md @@ -0,0 +1,11 @@ +{{title}} + +{{description}} + +The Resource Settings API is officially deprecated. + +The Google.Cloud.ResourceSettings.V1 package is delisted from NuGet, +and the source code removed from the google-cloud-dotnet repository. +Any projects that depend on the package will still be +able to restore that dependency, but the package won't be shown in +search results on [nuget.org](https://www.nuget.org/). diff --git a/apis/Google.Cloud.ResourceSettings.V1/smoketests.json b/apis/Google.Cloud.ResourceSettings.V1/smoketests.json deleted file mode 100644 index cb0f617e5130..000000000000 --- a/apis/Google.Cloud.ResourceSettings.V1/smoketests.json +++ /dev/null @@ -1,9 +0,0 @@ -[ - { - "method": "ListSettings", - "client": "ResourceSettingsServiceClient", - "arguments": { - "parent": "projects/${PROJECT_ID}" - } - } -] diff --git a/generator-input/apis.json b/generator-input/apis.json index b2b0cd174706..d413dc5f1054 100644 --- a/generator-input/apis.json +++ b/generator-input/apis.json @@ -4393,7 +4393,7 @@ }, { "id": "Google.Cloud.ResourceSettings.V1", - "version": "2.4.0", + "version": "2.5.0", "type": "grpc", "productName": "Resource Settings", "productUrl": "https://cloud.google.com/resource-settings/docs",