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

The beta API is deprecated - move to ga only. #3027

Merged
merged 3 commits into from
Jan 27, 2020
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
5 changes: 1 addition & 4 deletions products/binaryauthorization/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ versions:
- !ruby/object:Api::Product::Version
name: ga
base_url: https://binaryauthorization.googleapis.com/v1/
- !ruby/object:Api::Product::Version
name: beta
base_url: https://binaryauthorization.googleapis.com/v1beta1/
scopes:
- https://www.googleapis.com/auth/cloud-platform
objects:
Expand Down Expand Up @@ -53,7 +50,7 @@ objects:
displayed in chooser dialogs.
- !ruby/object:Api::Type::NestedObject
name: attestationAuthorityNote
api_name: userOwnedDrydockNote
api_name: userOwnedGrafeasNote
description: |
A Container Analysis ATTESTATION_AUTHORITY Note, created by the user.
required: true
Expand Down
3 changes: 0 additions & 3 deletions products/binaryauthorization/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ overrides: !ruby/object:Overrides::ResourceOverrides
note_name: "test-attestor-note"
key_name: "test-attestor-key"
keyring_name: "test-attestor-key-ring"
custom_code: !ruby/object:Provider::Terraform::CustomCode
encoder: templates/terraform/encoders/binauth_attestor_note_field_name.go.erb
decoder: templates/terraform/decoders/binauth_attestor_note_field_name.go.erb
properties:
name: !ruby/object:Overrides::Terraform::PropertyOverride
custom_flatten: 'templates/terraform/custom_flatten/name_from_self_link.erb'
Expand Down

This file was deleted.

This file was deleted.