File tree 2 files changed +20
-1
lines changed
2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change
1
+ - Update list of supported regions for 2nd Gen Functions. (#1402 )
Original file line number Diff line number Diff line change @@ -45,13 +45,31 @@ export { RESET_VALUE } from "../common/options";
45
45
* List of all regions supported by Cloud Functions v2
46
46
*/
47
47
export type SupportedRegion =
48
+ | "asia-east1"
48
49
| "asia-northeast1"
50
+ | "asia-northeast2"
49
51
| "europe-north1"
50
52
| "europe-west1"
51
53
| "europe-west4"
52
54
| "us-central1"
53
55
| "us-east1"
54
- | "us-west1" ;
56
+ | "us-east4"
57
+ | "us-west1"
58
+ | "asia-east2"
59
+ | "asia-northeast3"
60
+ | "asia-southeast1"
61
+ | "asia-southeast2"
62
+ | "asia-south1"
63
+ | "australia-southeast1"
64
+ | "europe-central2"
65
+ | "europe-west2"
66
+ | "europe-west3"
67
+ | "europe-west6"
68
+ | "northamerica-northeast1"
69
+ | "southamerica-east1"
70
+ | "us-west2"
71
+ | "us-west3"
72
+ | "us-west4" ;
55
73
56
74
/**
57
75
* List of available memory options supported by Cloud Functions.
You can’t perform that action at this time.
0 commit comments