compute_v1_generated_forwarding_rules_insert_sync.py not running in async fashion #2034
Labels
api: compute
Issues related to the Compute Engine API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
samples
Issues that are directly related to samples.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-compute/samples/generated_samples/compute_v1_generated_forwarding_rules_insert_sync.py
the code snippet runs in couple seconds but exits without a confirmation that the operation ran successfully
checked the response.status , status: RUNNING means that this code snippet is not exactly "sync"
The text was updated successfully, but these errors were encountered: