Skip to content

Commit 416f3c5

Browse files
chore(compute): delete region 'all' in generate_wrapped_rsa_key.py (#13052)
1 parent 9ff58b2 commit 416f3c5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

compute/encryption/generate_wrapped_rsa_key.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
For more information, see the README.md under /compute.
2020
"""
2121

22-
# [START all]
2322
# [START compute_generate_wrapped_rsa_key]
2423
import argparse
2524
import base64
@@ -119,4 +118,3 @@ def main(key_file: Optional[str]) -> None:
119118

120119
main(args.key_file)
121120
# [END compute_generate_wrapped_rsa_key]
122-
# [END all]

0 commit comments

Comments
 (0)