v2

latestSwagger 2.0raw.githubusercontent.com2020-05-01173153.1 KB
ConfigurationStores

Regenerates an access key for the specified configuration store.

post/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/RegenerateKey

Path parameters

subscriptionIdstring required

The Microsoft Azure subscription ID.

resourceGroupNamestring required

The name of the resource group to which the container registry belongs.

configStoreNamestring required

The name of the configuration store.

Query parameters

api-versionstring required

The client API version.

Request body

idstring

The id of the key to regenerate.

Response

The request was successful; the request was well-formed and received properly.

idstring

The key ID.

namestring

A name for the key describing its usage.

valuestring

The value of the key that is used for authentication purposes.

connectionStringstring

A connection string that can be used by supporting clients for authentication.

lastModifiedstring date-time

The last time any of the key's properties were modified.

readOnlyboolean

Whether this key can only be used for read operations.