Skip to content

Commit

Permalink
Fix lint errors in Service YAML definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Krishnan Gopal committed Mar 12, 2024
1 parent 17296a7 commit e5d3c9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mmv1/products/apphub/Service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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. '
Expand Down Expand Up @@ -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
output: true

0 comments on commit e5d3c9d

Please sign in to comment.