You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 31, 2023. It is now read-only.
Hi All,
If target size of the region instance group is 0, resize fails with bad request, since
?size=0parameter is removedThe following check should be
if v is not Nonecurrently it isif vand 0 equals to False in Python.python-compute/google/cloud/compute_v1/services/region_instance_group_managers/transports/rest.py
Line 1339 in 16e7294