Microsoft.ContainerService (stable:2025-04-01)

2025/06/06 • 5 new methods

DeploymentSafeguards_List (new)
Description List DeploymentSafeguards by parent resource
Reference Link ¶

⚼ Request

GET:  /{resourceUri}/providers/Microsoft.ContainerService/deploymentSafeguards
{
api-version: string ,
resourceUri: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
level: enum ,
excludedNamespaces:
[
string ,
]
,
systemExcludedNamespaces:
[
string ,
]
,
}
,
eTag: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DeploymentSafeguards_Get (new)
Description Fetch a deployment safeguard by name
Reference Link ¶

⚼ Request

GET:  /{resourceUri}/providers/Microsoft.ContainerService/deploymentSafeguards/default
{
api-version: string ,
resourceUri: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
level: enum ,
excludedNamespaces:
[
string ,
]
,
systemExcludedNamespaces:
[
string ,
]
,
}
,
eTag: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DeploymentSafeguards_Create (new)
Description Creates or updates a deploymentSafeguard
Reference Link ¶

⚼ Request

PUT:  /{resourceUri}/providers/Microsoft.ContainerService/deploymentSafeguards/default
{
api-version: string ,
resourceUri: string ,
resource:
{
properties:
{
provisioningState: enum ,
level: enum ,
excludedNamespaces:
[
string ,
]
,
systemExcludedNamespaces:
[
string ,
]
,
}
,
eTag: string ,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
level: enum ,
excludedNamespaces:
[
string ,
]
,
systemExcludedNamespaces:
[
string ,
]
,
}
,
eTag: string ,
}

⚐ Response (201)

{
$headers:
{
azure-asyncoperation: string ,
retry-after: integer ,
}
,
$schema:
{
properties:
{
provisioningState: enum ,
level: enum ,
excludedNamespaces:
[
string ,
]
,
systemExcludedNamespaces:
[
string ,
]
,
}
,
eTag: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DeploymentSafeguards_Delete (new)
Description Delete DeploymentSafeguards
Reference Link ¶

⚼ Request

DELETE:  /{resourceUri}/providers/Microsoft.ContainerService/deploymentSafeguards/default
{
api-version: string ,
resourceUri: 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 ,
}
,
]
,
}
,
}
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 ,
}
,
]
,
}
,
}