File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
scaleway-async/scaleway_async/secret/v1beta1
scaleway/scaleway/secret/v1beta1 Expand file tree Collapse file tree 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(
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.
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments