Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"required": true,
"type": "string",
"pattern": "^[a-zA-Z0-9-]{1,127}$",
"description": "The name of the key to be created."
"description": "The name of the key to be created. The value you provide may be copied globally for the purpose of running the service. The value provided should not include personally identifiable or sensitive information."
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"required": true,
"type": "string",
"pattern": "^[a-zA-Z0-9-]{1,127}$",
"description": "Name of the secret"
"description": "Name of the secret. The value you provide may be copied globally for the purpose of running the service. The value provided should not include personally identifiable or sensitive information."
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down