Microsoft.CodeSigning (stable:2025-10-13)

2025/09/30 • 13 new methods

Operations_List (new)
Description List the operations for the provider
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.CodeSigning/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
isDataAction: boolean ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
origin: enum ,
actionType: enum ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CodeSigningAccounts_CheckNameAvailability (new)
Description Checks that the trusted signing account name is valid and is not already in use.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/providers/Microsoft.CodeSigning/checkNameAvailability
{
api-version: string ,
subscriptionId: string ,
body:
{
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 ,
}
,
]
,
}
,
}
CodeSigningAccounts_ListBySubscription (new)
Description Lists trusted signing accounts within a subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.CodeSigning/codeSigningAccounts
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
accountUri: string ,
sku:
{
name: enum ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CodeSigningAccounts_ListByResourceGroup (new)
Description Lists trusted signing accounts within a resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CodeSigning/codeSigningAccounts
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
accountUri: string ,
sku:
{
name: enum ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CodeSigningAccounts_Get (new)
Description Get a trusted Signing Account.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CodeSigning/codeSigningAccounts/{accountName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
}

⚐ Response (200)

{
properties:
{
accountUri: string ,
sku:
{
name: enum ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CodeSigningAccounts_Create (new)
Description Create a trusted Signing Account.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CodeSigning/codeSigningAccounts/{accountName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
resource:
{
properties:
{
accountUri: string ,
sku:
{
name: enum ,
}
,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
accountUri: string ,
sku:
{
name: enum ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (201)

{
$headers:
{
retry-after: integer ,
}
,
$schema:
{
properties:
{
accountUri: string ,
sku:
{
name: enum ,
}
,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CodeSigningAccounts_Update (new)
Description Update a trusted signing account.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CodeSigning/codeSigningAccounts/{accountName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
properties:
{
tags: object ,
properties:
{
sku:
{
name: enum ,
}
,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
accountUri: string ,
sku:
{
name: enum ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CodeSigningAccounts_Delete (new)
Description Delete a trusted signing account.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CodeSigning/codeSigningAccounts/{accountName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CertificateProfiles_ListByCodeSigningAccount (new)
Description List certificate profiles under a trusted signing account.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CodeSigning/codeSigningAccounts/{accountName}/certificateProfiles
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
profileType: enum ,
includeStreetAddress: boolean ,
includeCity: boolean ,
includeState: boolean ,
includeCountry: boolean ,
includePostalCode: boolean ,
identityValidationId: string ,
provisioningState: enum ,
status: enum ,
certificates:
[
{
serialNumber: string ,
enhancedKeyUsage: string ,
subjectName: string ,
thumbprint: string ,
createdDate: string ,
expiryDate: string ,
status: enum ,
revocation:
{
requestedAt: string ,
effectiveAt: string ,
reason: string ,
remarks: string ,
status: enum ,
failureReason: string ,
}
,
}
,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CertificateProfiles_Get (new)
Description Get details of a certificate profile.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CodeSigning/codeSigningAccounts/{accountName}/certificateProfiles/{profileName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
profileName: string ,
}

⚐ Response (200)

{
properties:
{
profileType: enum ,
includeStreetAddress: boolean ,
includeCity: boolean ,
includeState: boolean ,
includeCountry: boolean ,
includePostalCode: boolean ,
identityValidationId: string ,
provisioningState: enum ,
status: enum ,
certificates:
[
{
serialNumber: string ,
enhancedKeyUsage: string ,
subjectName: string ,
thumbprint: string ,
createdDate: string ,
expiryDate: string ,
status: enum ,
revocation:
{
requestedAt: string ,
effectiveAt: string ,
reason: string ,
remarks: string ,
status: enum ,
failureReason: string ,
}
,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CertificateProfiles_Create (new)
Description Create a certificate profile.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CodeSigning/codeSigningAccounts/{accountName}/certificateProfiles/{profileName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
profileName: string ,
resource:
{
properties:
{
profileType: enum ,
includeStreetAddress: boolean ,
includeCity: boolean ,
includeState: boolean ,
includeCountry: boolean ,
includePostalCode: boolean ,
identityValidationId: string ,
provisioningState: enum ,
status: enum ,
certificates:
[
{
serialNumber: string ,
enhancedKeyUsage: string ,
subjectName: string ,
thumbprint: string ,
createdDate: string ,
expiryDate: string ,
status: enum ,
revocation:
{
requestedAt: string ,
effectiveAt: string ,
reason: string ,
remarks: string ,
status: enum ,
failureReason: string ,
}
,
}
,
]
,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
profileType: enum ,
includeStreetAddress: boolean ,
includeCity: boolean ,
includeState: boolean ,
includeCountry: boolean ,
includePostalCode: boolean ,
identityValidationId: string ,
provisioningState: enum ,
status: enum ,
certificates:
[
{
serialNumber: string ,
enhancedKeyUsage: string ,
subjectName: string ,
thumbprint: string ,
createdDate: string ,
expiryDate: string ,
status: enum ,
revocation:
{
requestedAt: string ,
effectiveAt: string ,
reason: string ,
remarks: string ,
status: enum ,
failureReason: string ,
}
,
}
,
]
,
}
,
}

⚐ Response (201)

{
$headers:
{
retry-after: integer ,
}
,
$schema:
{
properties:
{
profileType: enum ,
includeStreetAddress: boolean ,
includeCity: boolean ,
includeState: boolean ,
includeCountry: boolean ,
includePostalCode: boolean ,
identityValidationId: string ,
provisioningState: enum ,
status: enum ,
certificates:
[
{
serialNumber: string ,
enhancedKeyUsage: string ,
subjectName: string ,
thumbprint: string ,
createdDate: string ,
expiryDate: string ,
status: enum ,
revocation:
{
requestedAt: string ,
effectiveAt: string ,
reason: string ,
remarks: string ,
status: enum ,
failureReason: string ,
}
,
}
,
]
,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CertificateProfiles_Delete (new)
Description Delete a certificate profile.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CodeSigning/codeSigningAccounts/{accountName}/certificateProfiles/{profileName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
profileName: string ,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CertificateProfiles_RevokeCertificate (new)
Description Revoke a certificate under a certificate profile.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CodeSigning/codeSigningAccounts/{accountName}/certificateProfiles/{profileName}/revokeCertificate
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
profileName: string ,
body:
{
serialNumber: string ,
thumbprint: string ,
effectiveAt: string ,
reason: string ,
remarks: string ,
}
,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}