Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Google.Cloud.OrgPolicy.V2 version 2.7.0 #13608

Merged
merged 1 commit into from
Sep 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.6.0</Version>
<Version>2.7.0</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Organization Policy API (v2), which allows users to configure governance rules on their GCP resources across the Cloud Resource Hierarchy.</Description>
Expand Down
6 changes: 6 additions & 0 deletions apis/Google.Cloud.OrgPolicy.V2/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Version history

## Version 2.7.0, released 2024-09-26

### New features

- Support adding constraints to new method types REMOVE_GRANTS and GOVERN_TAGS ([commit f49e16e](https://github.com/googleapis/google-cloud-dotnet/commit/f49e16e0aff289c5d4932bd6b503ac5e1cf739c8))

## Version 2.6.0, released 2024-05-14

### 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 @@ -3646,7 +3646,7 @@
},
{
"id": "Google.Cloud.OrgPolicy.V2",
"version": "2.6.0",
"version": "2.7.0",
"type": "grpc",
"productName": "Organization Policy",
"productUrl": "https://cloud.google.com/resource-manager/docs/organization-policy/overview",
Expand Down