Skip to content

Commit 647ca0f

Browse files
authored
feat(secret_manager): add missing regions (#964)
1 parent 1a3a067 commit 647ca0f

File tree

1 file changed

+1
-1
lines changed
  • packages/clients/src/api/secret/v1alpha1

1 file changed

+1
-1
lines changed

packages/clients/src/api/secret/v1alpha1/api.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const jsonContentHeaders = {
7272
*/
7373
export class API extends ParentAPI {
7474
/** Lists the available regions of the API. */
75-
public static readonly LOCALITIES: Region[] = ['fr-par']
75+
public static readonly LOCALITIES: Region[] = ['fr-par', 'nl-ams', 'pl-waw']
7676

7777
/**
7878
* Create a secret. You must specify the `region` to create a secret.

0 commit comments

Comments
 (0)