File tree 2 files changed +2
-2
lines changed
scaleway/scaleway/secret/v1beta1
scaleway-async/scaleway_async/secret/v1beta1 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ async def create_secret(
68
68
) -> Secret :
69
69
"""
70
70
Create a secret.
71
- You must specify the ` region` to create a secret .
71
+ Create a secret in a given region specified by the `region` parameter .
72
72
:param name: Name of the secret.
73
73
:param protected: A protected secret cannot be deleted.
74
74
:param region: Region to target. If none is passed will use default region from the config.
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ def create_secret(
68
68
) -> Secret :
69
69
"""
70
70
Create a secret.
71
- You must specify the ` region` to create a secret .
71
+ Create a secret in a given region specified by the `region` parameter .
72
72
:param name: Name of the secret.
73
73
:param protected: A protected secret cannot be deleted.
74
74
:param region: Region to target. If none is passed will use default region from the config.
You can’t perform that action at this time.
0 commit comments