Skip to content

Commit f8a3a6e

Browse files
authored
doc(secret_manager): reword CreateSecret description (#482)
1 parent 6db9345 commit f8a3a6e

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

scaleway-async/scaleway_async/secret/v1beta1/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ async def create_secret(
6868
) -> Secret:
6969
"""
7070
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.
7272
:param name: Name of the secret.
7373
:param protected: A protected secret cannot be deleted.
7474
:param region: Region to target. If none is passed will use default region from the config.

scaleway/scaleway/secret/v1beta1/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def create_secret(
6868
) -> Secret:
6969
"""
7070
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.
7272
:param name: Name of the secret.
7373
:param protected: A protected secret cannot be deleted.
7474
:param region: Region to target. If none is passed will use default region from the config.

0 commit comments

Comments
 (0)