Skip to content

Commit e62df35

Browse files
rpachauricopybara-github
authored andcommitted
Internal change
PiperOrigin-RevId: 521833777
1 parent 335a77b commit e62df35

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

common/regions.py

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,15 @@ def add_argument_region(parser: argparse.ArgumentParser):
2828
type=str,
2929
required=False,
3030
default="us",
31-
choices=("asia-southeast1", "europe", "us", "europe-west2"),
32-
help="the region where the customer is located (default: us)")
31+
choices=(
32+
"asia-southeast1",
33+
"europe",
34+
"us",
35+
"europe-west2",
36+
"australia-southeast1",
37+
),
38+
help="the region where the customer is located (default: us)",
39+
)
3340

3441

3542
def url(base_url: str, region: str) -> str:

0 commit comments

Comments
 (0)