Microsoft.CustomProviders (preview:2018-09-01)

2025/09/19 • 11 new, 11 deleted methods

Operations_List (new)
Description The list of operations provided by Microsoft CustomProviders.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
value:
[
{
name: string ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
}
,
}
CustomResourceProvider_CreateOrUpdate (new)
Description Creates or updates the custom resource provider.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomProviders/resourceProviders/{resourceProviderName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceProviderName: string ,
api-version: string ,
resourceProvider:
{
properties:
{
actions:
[
{
routingType: enum ,
}
,
]
,
resourceTypes:
[
{
routingType: enum ,
}
,
]
,
validations:
[
{
validationType: enum ,
specification: string ,
}
,
]
,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
actions:
[
{
routingType: enum ,
}
,
]
,
resourceTypes:
[
{
routingType: enum ,
}
,
]
,
validations:
[
{
validationType: enum ,
specification: string ,
}
,
]
,
provisioningState: enum ,
}
,
}

⚐ Response (201)

{
properties:
{
actions:
[
{
routingType: enum ,
}
,
]
,
resourceTypes:
[
{
routingType: enum ,
}
,
]
,
validations:
[
{
validationType: enum ,
specification: string ,
}
,
]
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
}
,
}
CustomResourceProvider_Delete (new)
Description Deletes the custom resource provider.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomProviders/resourceProviders/{resourceProviderName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceProviderName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
}
,
}
CustomResourceProvider_Get (new)
Description Gets the custom resource provider manifest.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomProviders/resourceProviders/{resourceProviderName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceProviderName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
actions:
[
{
routingType: enum ,
}
,
]
,
resourceTypes:
[
{
routingType: enum ,
}
,
]
,
validations:
[
{
validationType: enum ,
specification: string ,
}
,
]
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
}
,
}
CustomResourceProvider_Update (new)
Description Updates an existing custom resource provider. The only value that can be updated via PATCH currently is the tags.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomProviders/resourceProviders/{resourceProviderName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceProviderName: string ,
api-version: string ,
patchableResource:
{
tags: object ,
}
,
}

⚐ Response (200)

{
properties:
{
actions:
[
{
routingType: enum ,
}
,
]
,
resourceTypes:
[
{
routingType: enum ,
}
,
]
,
validations:
[
{
validationType: enum ,
specification: string ,
}
,
]
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
}
,
}
CustomResourceProvider_ListByResourceGroup (new)
Description Gets all the custom resource providers within a resource group.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
value:
[
{
properties:
{
actions:
[
{
routingType: enum ,
}
,
]
,
resourceTypes:
[
{
routingType: enum ,
}
,
]
,
validations:
[
{
validationType: enum ,
specification: string ,
}
,
]
,
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
}
,
}
CustomResourceProvider_ListBySubscription (new)
Description Gets all the custom resource providers within a subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.CustomProviders/resourceProviders
{
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
actions:
[
{
routingType: enum ,
}
,
]
,
resourceTypes:
[
{
routingType: enum ,
}
,
]
,
validations:
[
{
validationType: enum ,
specification: string ,
}
,
]
,
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
}
,
}
Associations_CreateOrUpdate (new)
Description Create or update an association.
Reference Link ¶

⚼ Request

PUT:  /{scope}/providers/Microsoft.CustomProviders/associations/{associationName}
{
scope: string ,
associationName: string ,
association:
{
id: string ,
name: string ,
type: string ,
properties:
{
targetResourceId: string ,
provisioningState: enum ,
}
,
}
,
api-version: string ,
}

⚐ Response (200)

{
id: string ,
name: string ,
type: string ,
properties:
{
targetResourceId: string ,
provisioningState: enum ,
}
,
}

⚐ Response (201)

{
id: string ,
name: string ,
type: string ,
properties:
{
targetResourceId: string ,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
}
,
}
Associations_Delete (new)
Description Delete an association.
Reference Link ¶

⚼ Request

DELETE:  /{scope}/providers/Microsoft.CustomProviders/associations/{associationName}
{
scope: string ,
associationName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
}
,
}
Associations_Get (new)
Description Get an association.
Reference Link ¶

⚼ Request

GET:  /{scope}/providers/Microsoft.CustomProviders/associations/{associationName}
{
scope: string ,
associationName: string ,
api-version: string ,
}

⚐ Response (200)

{
id: string ,
name: string ,
type: string ,
properties:
{
targetResourceId: string ,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
}
,
}
Associations_ListAll (new)
Description Gets all association for the given scope.
Reference Link ¶

⚼ Request

GET:  /{scope}/providers/Microsoft.CustomProviders/associations
{
scope: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
id: string ,
name: string ,
type: string ,
properties:
{
targetResourceId: string ,
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
}
,
}
Operations_List (removed)
Description The list of operations provided by Microsoft CustomProviders.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
value:
[
{
name: string ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
}
,
}
CustomResourceProvider_CreateOrUpdate (removed)
Description Creates or updates the custom resource provider.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomProviders/resourceProviders/{resourceProviderName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceProviderName: string ,
api-version: string ,
resourceProvider:
{
properties:
{
actions:
[
{
routingType: enum ,
}
,
]
,
resourceTypes:
[
{
routingType: enum ,
}
,
]
,
validations:
[
{
validationType: enum ,
specification: string ,
}
,
]
,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
actions:
[
{
routingType: enum ,
}
,
]
,
resourceTypes:
[
{
routingType: enum ,
}
,
]
,
validations:
[
{
validationType: enum ,
specification: string ,
}
,
]
,
provisioningState: enum ,
}
,
}

⚐ Response (201)

{
properties:
{
actions:
[
{
routingType: enum ,
}
,
]
,
resourceTypes:
[
{
routingType: enum ,
}
,
]
,
validations:
[
{
validationType: enum ,
specification: string ,
}
,
]
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
}
,
}
CustomResourceProvider_Delete (removed)
Description Deletes the custom resource provider.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomProviders/resourceProviders/{resourceProviderName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceProviderName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
}
,
}
CustomResourceProvider_Get (removed)
Description Gets the custom resource provider manifest.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomProviders/resourceProviders/{resourceProviderName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceProviderName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
actions:
[
{
routingType: enum ,
}
,
]
,
resourceTypes:
[
{
routingType: enum ,
}
,
]
,
validations:
[
{
validationType: enum ,
specification: string ,
}
,
]
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
}
,
}
CustomResourceProvider_Update (removed)
Description Updates an existing custom resource provider. The only value that can be updated via PATCH currently is the tags.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomProviders/resourceProviders/{resourceProviderName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceProviderName: string ,
api-version: string ,
patchableResource:
{
tags: object ,
}
,
}

⚐ Response (200)

{
properties:
{
actions:
[
{
routingType: enum ,
}
,
]
,
resourceTypes:
[
{
routingType: enum ,
}
,
]
,
validations:
[
{
validationType: enum ,
specification: string ,
}
,
]
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
}
,
}
CustomResourceProvider_ListByResourceGroup (removed)
Description Gets all the custom resource providers within a resource group.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
value:
[
{
properties:
{
actions:
[
{
routingType: enum ,
}
,
]
,
resourceTypes:
[
{
routingType: enum ,
}
,
]
,
validations:
[
{
validationType: enum ,
specification: string ,
}
,
]
,
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
}
,
}
CustomResourceProvider_ListBySubscription (removed)
Description Gets all the custom resource providers within a subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.CustomProviders/resourceProviders
{
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
actions:
[
{
routingType: enum ,
}
,
]
,
resourceTypes:
[
{
routingType: enum ,
}
,
]
,
validations:
[
{
validationType: enum ,
specification: string ,
}
,
]
,
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
}
,
}
Associations_CreateOrUpdate (removed)
Description Create or update an association.
Reference Link ¶

⚼ Request

PUT:  /{scope}/providers/Microsoft.CustomProviders/associations/{associationName}
{
scope: string ,
associationName: string ,
association:
{
id: string ,
name: string ,
type: string ,
properties:
{
targetResourceId: string ,
provisioningState: enum ,
}
,
}
,
api-version: string ,
}

⚐ Response (200)

{
id: string ,
name: string ,
type: string ,
properties:
{
targetResourceId: string ,
provisioningState: enum ,
}
,
}

⚐ Response (201)

{
id: string ,
name: string ,
type: string ,
properties:
{
targetResourceId: string ,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
}
,
}
Associations_Delete (removed)
Description Delete an association.
Reference Link ¶

⚼ Request

DELETE:  /{scope}/providers/Microsoft.CustomProviders/associations/{associationName}
{
scope: string ,
associationName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
}
,
}
Associations_Get (removed)
Description Get an association.
Reference Link ¶

⚼ Request

GET:  /{scope}/providers/Microsoft.CustomProviders/associations/{associationName}
{
scope: string ,
associationName: string ,
api-version: string ,
}

⚐ Response (200)

{
id: string ,
name: string ,
type: string ,
properties:
{
targetResourceId: string ,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
}
,
}
Associations_ListAll (removed)
Description Gets all association for the given scope.
Reference Link ¶

⚼ Request

GET:  /{scope}/providers/Microsoft.CustomProviders/associations
{
scope: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
id: string ,
name: string ,
type: string ,
properties:
{
targetResourceId: string ,
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
}
,
}