PartnerNamespaces

Regenerate key for a partner namespace.

Regenerate a shared access key for a partner namespace.

post/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerNamespaces/{partnerNamespaceName}/regenerateKey

Path parameters

partnerNamespaceNamestring required

Name of the partner namespace.

Parameters

../../../../../../common-types/resource-management/v3/types.json#/components/parameters/SubscriptionIdParameter — unresolved $ref
../../../../../../common-types/resource-management/v6/types.json#/components/parameters/ResourceGroupNameParameter — unresolved $ref
../../../../../../common-types/resource-management/v6/types.json#/components/parameters/ApiVersionParameter — unresolved $ref

Request body

keyNamestring required

Key name to regenerate (key1 or key2).

Response

OK

key1string

Shared access key1 for the partner namespace.

key2string

Shared access key2 for the partner namespace.

Changes

Changed in 6 of the 24 revisions of this API.233