Skip to content

Commit 66420da

Browse files
chore: Remove old region tag as part of migration (GoogleCloudPlatform#11939)
* chore: Update region tags Removing unused region tags not associated with a product and not used in documentation. Sample code that is part of a larger sample is remaining in this file. Adding product prefix to wait_for_operation as it is referenced in documentation. * chore: Remove old region tag as part of migration Documentation updated to use new region tag with product prefix. * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 0a08033 commit 66420da

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

compute/api/create_instance.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ def delete_instance(
163163

164164

165165
# [START compute_wait_for_operation]
166-
# [START wait_for_operation]
167166
def wait_for_operation(
168167
compute: object,
169168
project: str,
@@ -198,7 +197,6 @@ def wait_for_operation(
198197
time.sleep(1)
199198

200199

201-
# [END wait_for_operation]
202200
# [END compute_wait_for_operation]
203201

204202

0 commit comments

Comments
 (0)