CodeSigningAccounts

Checks if the artifact signing account name is valid and is not already in use.

post/subscriptions/{subscriptionId}/providers/Microsoft.CodeSigning/checkNameAvailability

Parameters

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

Request body

typestring required

The type of the resource, "Microsoft.CodeSigning/codeSigningAccounts".

namestring required

Artifact signing account name.

Response

The request has succeeded.

nameAvailableboolean

A boolean value that indicates whether the name is available for you to use. If true, the name is available. If false, the name has already been taken or is invalid and cannot be used.

reason'AccountNameInvalid' | 'AlreadyExists'

The reason that an artifact signing account name could not be used. The Reason element is only returned if nameAvailable is false.

messagestring

An error message explaining the Reason value in more detail.

Changes