From f300a4587562935fc6720d1a90d09b45c9511da8 Mon Sep 17 00:00:00 2001 From: Nathan McKinley Date: Wed, 25 Sep 2019 13:26:59 -0700 Subject: [PATCH] Make backend_service.backends.group required. (#2373) --- products/compute/api.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/products/compute/api.yaml b/products/compute/api.yaml index b54ab386f1f7..eb16f8d8b5a2 100644 --- a/products/compute/api.yaml +++ b/products/compute/api.yaml @@ -664,6 +664,7 @@ objects: Note that you must specify an Instance Group or Network Endpoint Group resource using the fully-qualified URL, rather than a partial URL. + required: true - !ruby/object:Api::Type::Integer name: 'maxConnections' description: |