File gcsdk-no-batch-limit.patch of Package google-cloud-sdk.openSUSE_Leap_42.2_Update

--- lib/googlecloudsdk/api_lib/compute/batch_helper.py.orig
+++ lib/googlecloudsdk/api_lib/compute/batch_helper.py
@@ -39,7 +39,7 @@ def MakeRequests(requests, http, batch_u
   for service, method, request in requests:
     batch_request.Add(service, method, request)
 
-  responses = batch_request.Execute(http, max_batch_size=_BATCH_SIZE_LIMIT)
+  responses = batch_request.Execute(http)
 
   objects = []
   errors = []
--- lib/googlecloudsdk/api_lib/compute/client_adapter.py.orig
+++ lib/googlecloudsdk/api_lib/compute/client_adapter.py
@@ -105,8 +105,7 @@ class ClientAdapter(object):
     for service, method, request in requests:
       batch_request.Add(service, method, request)
 
-    payloads = batch_request.Execute(self._client.http,
-                                     max_batch_size=_BATCH_SIZE_LIMIT)
+    payloads = batch_request.Execute(self._client.http)
 
     responses = []
     errors = errors_to_collect if errors_to_collect is not None else []
openSUSE Build Service is sponsored by