| Description | : Checks that the trusted signing account name is valid and is not already in use. |
| Reference | : Link ¶ |
⚶ Changes
{
"#id": "CodeSigningAccounts_CheckNameAvailability",
"$parameters": {
"body": {
"$properties": {
"@added_49da2fa7dcf2405b90031bb46a338312": {
"#name": "type",
"Description": "The type of the resource, \"Microsoft.CodeSigning/codeSigningAccounts\".",
"Required": true,
"Type": "string"
}
}
}
}
}
⚼ Request
POST:
/subscriptions/{subscriptionId}/providers/Microsoft.CodeSigning/checkNameAvailability
{
api-version:
string
,
subscriptionId:
string
,
body:
}
{
,
type:
string
,
name:
string
,
}
⚐ Response (200)
{
nameAvailable:
boolean
,
reason:
enum
,
message:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}