Secrets
Sets a secret in a specified key vault.
The SET operation adds a secret to the Azure Key Vault. If the named secret already exists, Azure Key Vault creates a new version of that secret. This operation requires the secrets/set permission.
put/secrets/{secret-name}
Path parameters
secret-namestring required
The name of the secret.
Query parameters
api-versionstring required
Client API version.
Request body
Response
A secret bundle containing the result of the set secret request.