From e5d3c9d015e0a052dd09ba84d4ddcad846ca4d36 Mon Sep 17 00:00:00 2001 From: Krishnan Gopal Date: Tue, 12 Mar 2024 16:43:41 +0000 Subject: [PATCH] Fix lint errors in Service YAML definition --- mmv1/products/apphub/Service.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mmv1/products/apphub/Service.yaml b/mmv1/products/apphub/Service.yaml index c20c36ab3cf6..4491e1fd4a42 100644 --- a/mmv1/products/apphub/Service.yaml +++ b/mmv1/products/apphub/Service.yaml @@ -185,7 +185,7 @@ properties: - !ruby/object:Api::Type::String name: email description: 'Required. Email address of the contacts. ' - required: true + required: true - !ruby/object:Api::Type::Array name: operatorOwners description: 'Operator team that ensures runtime and operations. ' @@ -234,4 +234,4 @@ properties: - !ruby/object:Api::Type::String name: state description: "Output only. Service state. Possible values: STATE_UNSPECIFIED CREATING ACTIVE DELETING DETACHED" - output: true \ No newline at end of file + output: true