v2

latestSwagger 2.0raw.githubusercontent.com2019-06-202346811.1 MB
MeshSecretValues

Adds the specified value as a new version of the specified secret resource.

Creates a new value of the specified secret resource. The name of the value is typically the version identifier. Once created the value cannot be changed.

put/Resources/Secrets/{secretResourceName}/values/{secretValueResourceName}

Path parameters

secretResourceNamestring required

The name of the secret resource.

secretValueResourceNamestring required

The name of the secret resource value which is typically the version identifier for the value.

Query parameters

api-version'6.4-preview' required

The version of the API. This parameter is required and its value must be '6.4-preview'.

Request body

namestring required

Version identifier of the secret value.

Response

OK

namestring required

Version identifier of the secret value.