Microsoft.Management (preview:2017-11-11)

2025/10/23 • 15 new, 15 deleted methods

Blueprints_CreateOrUpdate (new)
Description Create or update Blueprint definition.
Reference Link ¶

⚼ Request

PUT:  /providers/Microsoft.Management/managementGroups/{managementGroupName}/providers/Microsoft.Blueprint/blueprints/{blueprintName}
{
api-version: string ,
managementGroupName: string ,
blueprintName: string ,
blueprint:
{
properties:
{
versions: object ,
layout: object ,
}
,
}
,
}

⚐ Response (201)

{
properties:
{
versions: object ,
layout: object ,
}
,
}
Blueprints_Get (new)
Description Get a blueprint definition.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Management/managementGroups/{managementGroupName}/providers/Microsoft.Blueprint/blueprints/{blueprintName}
{
api-version: string ,
managementGroupName: string ,
blueprintName: string ,
}

⚐ Response (200)

{
properties:
{
versions: object ,
layout: object ,
}
,
}
Blueprints_Delete (new)
Description Delete a blueprint definition.
Reference Link ¶

⚼ Request

DELETE:  /providers/Microsoft.Management/managementGroups/{managementGroupName}/providers/Microsoft.Blueprint/blueprints/{blueprintName}
{
api-version: string ,
managementGroupName: string ,
blueprintName: string ,
}

⚐ Response (200)

{
properties:
{
versions: object ,
layout: object ,
}
,
}

⚐ Response (204)

{}
Blueprints_List (new)
Description List Blueprint definitions within a Management Group.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Management/managementGroups/{managementGroupName}/providers/Microsoft.Blueprint/blueprints
{
api-version: string ,
managementGroupName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
versions: object ,
layout: object ,
}
,
}
,
]
,
nextLink: string ,
}
Artifacts_CreateOrUpdate (new)
Description Create or update Blueprint artifact.
Reference Link ¶

⚼ Request

PUT:  /providers/Microsoft.Management/managementGroups/{managementGroupName}/providers/Microsoft.Blueprint/blueprints/{blueprintName}/artifacts/{artifactName}
{
api-version: string ,
managementGroupName: string ,
blueprintName: string ,
artifactName: string ,
artifact:
{
kind: enum ,
}
,
}

⚐ Response (201)

{
kind: enum ,
}
Artifacts_Get (new)
Description Get a Blueprint artifact.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Management/managementGroups/{managementGroupName}/providers/Microsoft.Blueprint/blueprints/{blueprintName}/artifacts/{artifactName}
{
api-version: string ,
managementGroupName: string ,
blueprintName: string ,
artifactName: string ,
}

⚐ Response (200)

{
kind: enum ,
}
Artifacts_Delete (new)
Description Delete a Blueprint artifact.
Reference Link ¶

⚼ Request

DELETE:  /providers/Microsoft.Management/managementGroups/{managementGroupName}/providers/Microsoft.Blueprint/blueprints/{blueprintName}/artifacts/{artifactName}
{
api-version: string ,
managementGroupName: string ,
blueprintName: string ,
artifactName: string ,
}

⚐ Response (200)

{
kind: enum ,
}

⚐ Response (204)

{}
Artifacts_List (new)
Description List artifacts for a given Blueprint.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Management/managementGroups/{managementGroupName}/providers/Microsoft.Blueprint/blueprints/{blueprintName}/artifacts
{
api-version: string ,
managementGroupName: string ,
blueprintName: string ,
}

⚐ Response (200)

{
value:
[
{
kind: enum ,
}
,
]
,
nextLink: string ,
}
PublishedBlueprints_Create (new)
Description Publish a new version of the Blueprint with the latest artifacts. Published Blueprints are immutable.
Reference Link ¶

⚼ Request

PUT:  /providers/Microsoft.Management/managementGroups/{managementGroupName}/providers/Microsoft.Blueprint/blueprints/{blueprintName}/versions/{versionId}
{
api-version: string ,
managementGroupName: string ,
blueprintName: string ,
versionId: string ,
}

⚐ Response (201)

{
properties:
{
blueprintName: string ,
changeNotes: string ,
}
,
}
PublishedBlueprints_Get (new)
Description Get a published Blueprint.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Management/managementGroups/{managementGroupName}/providers/Microsoft.Blueprint/blueprints/{blueprintName}/versions/{versionId}
{
api-version: string ,
managementGroupName: string ,
blueprintName: string ,
versionId: string ,
}

⚐ Response (200)

{
properties:
{
blueprintName: string ,
changeNotes: string ,
}
,
}
PublishedBlueprints_Delete (new)
Description Delete a published Blueprint.
Reference Link ¶

⚼ Request

DELETE:  /providers/Microsoft.Management/managementGroups/{managementGroupName}/providers/Microsoft.Blueprint/blueprints/{blueprintName}/versions/{versionId}
{
api-version: string ,
managementGroupName: string ,
blueprintName: string ,
versionId: string ,
}

⚐ Response (200)

{
properties:
{
blueprintName: string ,
changeNotes: string ,
}
,
}

⚐ Response (204)

{}
PublishedBlueprints_List (new)
Description List published versions of given Blueprint.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Management/managementGroups/{managementGroupName}/providers/Microsoft.Blueprint/blueprints/{blueprintName}/versions
{
api-version: string ,
managementGroupName: string ,
blueprintName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
blueprintName: string ,
changeNotes: string ,
}
,
}
,
]
,
nextLink: string ,
}
PublishedArtifacts_Get (new)
Description Get an artifact for a published Blueprint.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Management/managementGroups/{managementGroupName}/providers/Microsoft.Blueprint/blueprints/{blueprintName}/versions/{versionId}/artifacts/{artifactName}
{
api-version: string ,
managementGroupName: string ,
blueprintName: string ,
versionId: string ,
artifactName: string ,
}

⚐ Response (200)

{
kind: enum ,
}
PublishedArtifacts_List (new)
Description List artifacts for a published Blueprint.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Management/managementGroups/{managementGroupName}/providers/Microsoft.Blueprint/blueprints/{blueprintName}/versions/{versionId}/artifacts
{
api-version: string ,
managementGroupName: string ,
blueprintName: string ,
versionId: string ,
}

⚐ Response (200)

{
value:
[
{
kind: enum ,
}
,
]
,
nextLink: string ,
}
Operations_List (new)
Description List all of the available operations the Blueprint resource provider supports.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
value:
[
{
name: string ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
}
,
]
,
}
Blueprints_CreateOrUpdate (removed)
Description Create or update Blueprint definition.
Reference Link ¶

⚼ Request

PUT:  /providers/Microsoft.Management/managementGroups/{managementGroupName}/providers/Microsoft.Blueprint/blueprints/{blueprintName}
{
api-version: string ,
managementGroupName: string ,
blueprintName: string ,
blueprint:
{
properties:
{
versions: object ,
layout: object ,
}
,
}
,
}

⚐ Response (201)

{
properties:
{
versions: object ,
layout: object ,
}
,
}
Blueprints_Get (removed)
Description Get a blueprint definition.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Management/managementGroups/{managementGroupName}/providers/Microsoft.Blueprint/blueprints/{blueprintName}
{
api-version: string ,
managementGroupName: string ,
blueprintName: string ,
}

⚐ Response (200)

{
properties:
{
versions: object ,
layout: object ,
}
,
}
Blueprints_Delete (removed)
Description Delete a blueprint definition.
Reference Link ¶

⚼ Request

DELETE:  /providers/Microsoft.Management/managementGroups/{managementGroupName}/providers/Microsoft.Blueprint/blueprints/{blueprintName}
{
api-version: string ,
managementGroupName: string ,
blueprintName: string ,
}

⚐ Response (200)

{
properties:
{
versions: object ,
layout: object ,
}
,
}

⚐ Response (204)

{}
Blueprints_List (removed)
Description List Blueprint definitions within a Management Group.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Management/managementGroups/{managementGroupName}/providers/Microsoft.Blueprint/blueprints
{
api-version: string ,
managementGroupName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
versions: object ,
layout: object ,
}
,
}
,
]
,
nextLink: string ,
}
Artifacts_CreateOrUpdate (removed)
Description Create or update Blueprint artifact.
Reference Link ¶

⚼ Request

PUT:  /providers/Microsoft.Management/managementGroups/{managementGroupName}/providers/Microsoft.Blueprint/blueprints/{blueprintName}/artifacts/{artifactName}
{
api-version: string ,
managementGroupName: string ,
blueprintName: string ,
artifactName: string ,
artifact:
{
kind: enum ,
}
,
}

⚐ Response (201)

{
kind: enum ,
}
Artifacts_Get (removed)
Description Get a Blueprint artifact.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Management/managementGroups/{managementGroupName}/providers/Microsoft.Blueprint/blueprints/{blueprintName}/artifacts/{artifactName}
{
api-version: string ,
managementGroupName: string ,
blueprintName: string ,
artifactName: string ,
}

⚐ Response (200)

{
kind: enum ,
}
Artifacts_Delete (removed)
Description Delete a Blueprint artifact.
Reference Link ¶

⚼ Request

DELETE:  /providers/Microsoft.Management/managementGroups/{managementGroupName}/providers/Microsoft.Blueprint/blueprints/{blueprintName}/artifacts/{artifactName}
{
api-version: string ,
managementGroupName: string ,
blueprintName: string ,
artifactName: string ,
}

⚐ Response (200)

{
kind: enum ,
}

⚐ Response (204)

{}
Artifacts_List (removed)
Description List artifacts for a given Blueprint.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Management/managementGroups/{managementGroupName}/providers/Microsoft.Blueprint/blueprints/{blueprintName}/artifacts
{
api-version: string ,
managementGroupName: string ,
blueprintName: string ,
}

⚐ Response (200)

{
value:
[
{
kind: enum ,
}
,
]
,
nextLink: string ,
}
PublishedBlueprints_Create (removed)
Description Publish a new version of the Blueprint with the latest artifacts. Published Blueprints are immutable.
Reference Link ¶

⚼ Request

PUT:  /providers/Microsoft.Management/managementGroups/{managementGroupName}/providers/Microsoft.Blueprint/blueprints/{blueprintName}/versions/{versionId}
{
api-version: string ,
managementGroupName: string ,
blueprintName: string ,
versionId: string ,
}

⚐ Response (201)

{
properties:
{
blueprintName: string ,
changeNotes: string ,
}
,
}
PublishedBlueprints_Get (removed)
Description Get a published Blueprint.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Management/managementGroups/{managementGroupName}/providers/Microsoft.Blueprint/blueprints/{blueprintName}/versions/{versionId}
{
api-version: string ,
managementGroupName: string ,
blueprintName: string ,
versionId: string ,
}

⚐ Response (200)

{
properties:
{
blueprintName: string ,
changeNotes: string ,
}
,
}
PublishedBlueprints_Delete (removed)
Description Delete a published Blueprint.
Reference Link ¶

⚼ Request

DELETE:  /providers/Microsoft.Management/managementGroups/{managementGroupName}/providers/Microsoft.Blueprint/blueprints/{blueprintName}/versions/{versionId}
{
api-version: string ,
managementGroupName: string ,
blueprintName: string ,
versionId: string ,
}

⚐ Response (200)

{
properties:
{
blueprintName: string ,
changeNotes: string ,
}
,
}

⚐ Response (204)

{}
PublishedBlueprints_List (removed)
Description List published versions of given Blueprint.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Management/managementGroups/{managementGroupName}/providers/Microsoft.Blueprint/blueprints/{blueprintName}/versions
{
api-version: string ,
managementGroupName: string ,
blueprintName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
blueprintName: string ,
changeNotes: string ,
}
,
}
,
]
,
nextLink: string ,
}
PublishedArtifacts_Get (removed)
Description Get an artifact for a published Blueprint.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Management/managementGroups/{managementGroupName}/providers/Microsoft.Blueprint/blueprints/{blueprintName}/versions/{versionId}/artifacts/{artifactName}
{
api-version: string ,
managementGroupName: string ,
blueprintName: string ,
versionId: string ,
artifactName: string ,
}

⚐ Response (200)

{
kind: enum ,
}
PublishedArtifacts_List (removed)
Description List artifacts for a published Blueprint.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Management/managementGroups/{managementGroupName}/providers/Microsoft.Blueprint/blueprints/{blueprintName}/versions/{versionId}/artifacts
{
api-version: string ,
managementGroupName: string ,
blueprintName: string ,
versionId: string ,
}

⚐ Response (200)

{
value:
[
{
kind: enum ,
}
,
]
,
nextLink: string ,
}
Operations_List (removed)
Description List all of the available operations the Blueprint resource provider supports.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

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