From 6927afeba784b43165f29f5c6a636ef3f0736277 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Tue, 8 Oct 2024 23:02:24 +0100 Subject: [PATCH] Release Google.Cloud.Channel.V1 version 2.14.0 (#13667) Changes in this release: ### New features - Add support for primary_admin_email as customer_identity for ImportCustomer ([commit 86e0b08](https://togithub.com/googleapis/google-cloud-dotnet/commit/86e0b08262bd101b4c79a287da12ecae5b063b69)) - Add support for importing team customer from a different reseller ([commit 86e0b08](https://togithub.com/googleapis/google-cloud-dotnet/commit/86e0b08262bd101b4c79a287da12ecae5b063b69)) - Add support to look up team customer Cloud Identity information ([commit 86e0b08](https://togithub.com/googleapis/google-cloud-dotnet/commit/86e0b08262bd101b4c79a287da12ecae5b063b69)) ### Documentation improvements - Clarify the expected value of the domain field for team type customers ([commit 86e0b08](https://togithub.com/googleapis/google-cloud-dotnet/commit/86e0b08262bd101b4c79a287da12ecae5b063b69)) --- .../Google.Cloud.Channel.V1.csproj | 2 +- apis/Google.Cloud.Channel.V1/docs/history.md | 12 ++++++++++++ apis/apis.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/apis/Google.Cloud.Channel.V1/Google.Cloud.Channel.V1/Google.Cloud.Channel.V1.csproj b/apis/Google.Cloud.Channel.V1/Google.Cloud.Channel.V1/Google.Cloud.Channel.V1.csproj index 1e4bb75390c8..d4bd98af12a7 100644 --- a/apis/Google.Cloud.Channel.V1/Google.Cloud.Channel.V1/Google.Cloud.Channel.V1.csproj +++ b/apis/Google.Cloud.Channel.V1/Google.Cloud.Channel.V1/Google.Cloud.Channel.V1.csproj @@ -1,7 +1,7 @@  - 2.13.0 + 2.14.0 netstandard2.0;net462 true Recommended Google client library to access the Google Cloud Channel API, which enables Google Cloud resellers and distributors to manage their customers, channel partners, entitlements and reports. diff --git a/apis/Google.Cloud.Channel.V1/docs/history.md b/apis/Google.Cloud.Channel.V1/docs/history.md index 4c4fa6548727..86d16c7d3f52 100644 --- a/apis/Google.Cloud.Channel.V1/docs/history.md +++ b/apis/Google.Cloud.Channel.V1/docs/history.md @@ -1,5 +1,17 @@ # Version history +## Version 2.14.0, released 2024-10-07 + +### New features + +- Add support for primary_admin_email as customer_identity for ImportCustomer ([commit 86e0b08](https://github.com/googleapis/google-cloud-dotnet/commit/86e0b08262bd101b4c79a287da12ecae5b063b69)) +- Add support for importing team customer from a different reseller ([commit 86e0b08](https://github.com/googleapis/google-cloud-dotnet/commit/86e0b08262bd101b4c79a287da12ecae5b063b69)) +- Add support to look up team customer Cloud Identity information ([commit 86e0b08](https://github.com/googleapis/google-cloud-dotnet/commit/86e0b08262bd101b4c79a287da12ecae5b063b69)) + +### Documentation improvements + +- Clarify the expected value of the domain field for team type customers ([commit 86e0b08](https://github.com/googleapis/google-cloud-dotnet/commit/86e0b08262bd101b4c79a287da12ecae5b063b69)) + ## Version 2.13.0, released 2024-06-04 ### New features diff --git a/apis/apis.json b/apis/apis.json index 74acdb55d7ab..7ee594c9d179 100644 --- a/apis/apis.json +++ b/apis/apis.json @@ -1337,7 +1337,7 @@ }, { "id": "Google.Cloud.Channel.V1", - "version": "2.13.0", + "version": "2.14.0", "type": "grpc", "productName": "Cloud Channel", "productUrl": "https://cloud.google.com/channel/docs/",