-
Notifications
You must be signed in to change notification settings - Fork 2
Generator: Update SDK /services/iaas #2541
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
superseded by #2566 |
0d992a0 to
1b9c6c4
Compare
cgoetz-inovex
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
| while True: | ||
| list_regions_resp = client.list_network_area_regions(organization_id, network_area_id) | ||
| if len(list_regions_resp.regions) > 1: | ||
| break |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| break | |
| break | |
| time.sleep(1) |
we could add a sleep here to reduce the amount of requests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch, thanks
1b9c6c4 to
0c5766f
Compare
Generated from GitHub run 19494898187