From b90d59438501c8dfa199617e45dda512ad45a7a3 Mon Sep 17 00:00:00 2001 From: upodroid Date: Tue, 5 Jan 2021 22:51:19 +0000 Subject: [PATCH 1/3] mark field as updatable Co-authored-by: upodroid --- products/pubsub/api.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/products/pubsub/api.yaml b/products/pubsub/api.yaml index ed1b608b1090..dd866d8a3a5e 100644 --- a/products/pubsub/api.yaml +++ b/products/pubsub/api.yaml @@ -57,7 +57,6 @@ objects: (`service-{{PROJECT_NUMBER}}@gcp-sa-pubsub.iam.gserviceaccount.com`) must have `roles/cloudkms.cryptoKeyEncrypterDecrypter` to use this feature. The expected format is `projects/*/locations/*/keyRings/*/cryptoKeys/*` - input: true - !ruby/object:Api::Type::KeyValuePairs name: 'labels' description: | From 2411a5d6abec49fb5ff86eba90120fdcc06b51ac Mon Sep 17 00:00:00 2001 From: upodroid Date: Wed, 10 Feb 2021 17:33:43 +0000 Subject: [PATCH 2/3] Fix resource policy documenation Co-authored-by: upodroid --- mmv1/products/compute/api.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmv1/products/compute/api.yaml b/mmv1/products/compute/api.yaml index 6a6cc4b3ca0d..daf42c41828e 100644 --- a/mmv1/products/compute/api.yaml +++ b/mmv1/products/compute/api.yaml @@ -12522,7 +12522,7 @@ objects: conflicts: - 'snapshot_schedule_policy' description: | - Policy for creating snapshots of persistent disks. + Resource policy for instances used for placement configuration. properties: - !ruby/object:Api::Type::Integer name: 'vmCount' From ab713043a9d19bdce4bf64a1db05c4578ac9ed71 Mon Sep 17 00:00:00 2001 From: upodroid Date: Wed, 10 Feb 2021 20:33:59 +0000 Subject: [PATCH 3/3] fix dodgy change --- mmv1/products/pubsub/api.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/mmv1/products/pubsub/api.yaml b/mmv1/products/pubsub/api.yaml index dd866d8a3a5e..ed1b608b1090 100644 --- a/mmv1/products/pubsub/api.yaml +++ b/mmv1/products/pubsub/api.yaml @@ -57,6 +57,7 @@ objects: (`service-{{PROJECT_NUMBER}}@gcp-sa-pubsub.iam.gserviceaccount.com`) must have `roles/cloudkms.cryptoKeyEncrypterDecrypter` to use this feature. The expected format is `projects/*/locations/*/keyRings/*/cryptoKeys/*` + input: true - !ruby/object:Api::Type::KeyValuePairs name: 'labels' description: |