Skip to content

Commit

Permalink
Release Google.Cloud.Channel.V1 version 2.14.0 (#13667)
Browse files Browse the repository at this point in the history
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))
  • Loading branch information
jskeet authored Oct 8, 2024
1 parent b247751 commit 6927afe
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>2.13.0</Version>
<Version>2.14.0</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>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.</Description>
Expand Down
12 changes: 12 additions & 0 deletions apis/Google.Cloud.Channel.V1/docs/history.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion apis/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand Down

0 comments on commit 6927afe

Please sign in to comment.