Microsoft.ContainerService (preview:2025-08-02)

2025/10/01 • 10 new methods

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

⚼ Request

GET:  /providers/Microsoft.ContainerService/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 ,
}
,
]
,
}
,
}
NodeCustomizations_ListBySubscription (new)
Description List the node customizations in a subscription at the latest version.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/nodeCustomizations
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
containerImages:
[
string ,
]
,
identityProfile:
{
principalId: string ,
clientId: string ,
}
,
version: string ,
provisioningState: enum ,
customizationScripts:
[
{
name: string ,
executionPoint: enum ,
scriptType: enum ,
script: string ,
rebootAfter: boolean ,
}
,
]
,
}
,
eTag: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
NodeCustomizations_ListByResourceGroup (new)
Description List the node customizations in a resource group at the latest version.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
value:
[
{
properties:
{
containerImages:
[
string ,
]
,
identityProfile:
{
principalId: string ,
clientId: string ,
}
,
version: string ,
provisioningState: enum ,
customizationScripts:
[
{
name: string ,
executionPoint: enum ,
scriptType: enum ,
script: string ,
rebootAfter: boolean ,
}
,
]
,
}
,
eTag: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
NodeCustomizations_Get (new)
Description Get a node customization at the latest version.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/nodeCustomizations/{nodeCustomizationName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
nodeCustomizationName: string ,
}

⚐ Response (200)

{
properties:
{
containerImages:
[
string ,
]
,
identityProfile:
{
principalId: string ,
clientId: string ,
}
,
version: string ,
provisioningState: enum ,
customizationScripts:
[
{
name: string ,
executionPoint: enum ,
scriptType: enum ,
script: string ,
rebootAfter: boolean ,
}
,
]
,
}
,
eTag: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
NodeCustomizations_CreateOrUpdate (new)
Description Create or update a node customization resource. This will create a new version.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/nodeCustomizations/{nodeCustomizationName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
If-Match: string ,
If-None-Match: string ,
nodeCustomizationName: string ,
resource:
{
properties:
{
containerImages:
[
string ,
]
,
identityProfile:
{
principalId: string ,
clientId: string ,
}
,
version: string ,
provisioningState: enum ,
customizationScripts:
[
{
name: string ,
executionPoint: enum ,
scriptType: enum ,
script: string ,
rebootAfter: boolean ,
}
,
]
,
}
,
eTag: string ,
}
,
}

⚐ Response (200)

{
properties:
{
containerImages:
[
string ,
]
,
identityProfile:
{
principalId: string ,
clientId: string ,
}
,
version: string ,
provisioningState: enum ,
customizationScripts:
[
{
name: string ,
executionPoint: enum ,
scriptType: enum ,
script: string ,
rebootAfter: boolean ,
}
,
]
,
}
,
eTag: string ,
}

⚐ Response (201)

{
$headers:
{
azure-asyncoperation: string ,
retry-after: integer ,
}
,
$schema:
{
properties:
{
containerImages:
[
string ,
]
,
identityProfile:
{
principalId: string ,
clientId: string ,
}
,
version: string ,
provisioningState: enum ,
customizationScripts:
[
{
name: string ,
executionPoint: enum ,
scriptType: enum ,
script: string ,
rebootAfter: boolean ,
}
,
]
,
}
,
eTag: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
NodeCustomizations_Update (new)
Description Update a NodeCustomization
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/nodeCustomizations/{nodeCustomizationName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
If-Match: string ,
nodeCustomizationName: string ,
properties:
{
tags: object ,
properties:
{
containerImages:
[
string ,
]
,
identityProfile:
{
principalId: string ,
clientId: string ,
}
,
customizationScripts:
[
{
name: string ,
executionPoint: enum ,
scriptType: enum ,
script: string ,
rebootAfter: boolean ,
}
,
]
,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
containerImages:
[
string ,
]
,
identityProfile:
{
principalId: string ,
clientId: string ,
}
,
version: string ,
provisioningState: enum ,
customizationScripts:
[
{
name: string ,
executionPoint: enum ,
scriptType: enum ,
script: string ,
rebootAfter: boolean ,
}
,
]
,
}
,
eTag: string ,
}

⚐ Response (202)

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

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
NodeCustomizations_Delete (new)
Description Delete a node customization. This operation will be blocked if the resource is in use.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/nodeCustomizations/{nodeCustomizationName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
If-Match: string ,
nodeCustomizationName: 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 ,
}
,
]
,
}
,
}
NodeCustomizations_ListVersions (new)
Description List all versions of a node customization.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/nodeCustomizations/{nodeCustomizationName}/versions
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
nodeCustomizationName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
containerImages:
[
string ,
]
,
identityProfile:
{
principalId: string ,
clientId: string ,
}
,
version: string ,
provisioningState: enum ,
customizationScripts:
[
{
name: string ,
executionPoint: enum ,
scriptType: enum ,
script: string ,
rebootAfter: boolean ,
}
,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
NodeCustomizations_GetVersion (new)
Description Get a node customization at a particular version.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/nodeCustomizations/{nodeCustomizationName}/versions/{version}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
nodeCustomizationName: string ,
version: string ,
}

⚐ Response (200)

{
properties:
{
containerImages:
[
string ,
]
,
identityProfile:
{
principalId: string ,
clientId: string ,
}
,
version: string ,
provisioningState: enum ,
customizationScripts:
[
{
name: string ,
executionPoint: enum ,
scriptType: enum ,
script: string ,
rebootAfter: boolean ,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
NodeCustomizations_DeleteVersion (new)
Description Delete a node customization version. This operation will be blocked if the node customization version is in use.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/nodeCustomizations/{nodeCustomizationName}/versions/{version}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
If-Match: string ,
nodeCustomizationName: string ,
version: 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 ,
}
,
]
,
}
,
}