Skip to content

Commit f5723a7

Browse files
authored
feat(secret_manager): add edge services product (#358)
1 parent f1e69c6 commit f5723a7

File tree

2 files changed

+2
-0
lines changed
  • scaleway-async/scaleway_async/secret/v1alpha1
  • scaleway/scaleway/secret/v1alpha1

2 files changed

+2
-0
lines changed

scaleway-async/scaleway_async/secret/v1alpha1/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ def __str__(self) -> str:
3939

4040
class Product(str, Enum, metaclass=StrEnumMeta):
4141
UNKNOWN = "unknown"
42+
EDGE_SERVICES = "edge_services"
4243

4344
def __str__(self) -> str:
4445
return str(self.value)

scaleway/scaleway/secret/v1alpha1/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ def __str__(self) -> str:
3939

4040
class Product(str, Enum, metaclass=StrEnumMeta):
4141
UNKNOWN = "unknown"
42+
EDGE_SERVICES = "edge_services"
4243

4344
def __str__(self) -> str:
4445
return str(self.value)

0 commit comments

Comments
 (0)