Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{

Check notice on line 1 in specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2025-04-02-preview/managedClusters.json

View workflow job for this annotation

GitHub Actions / TypeSpec Requirement

Brownfield services will soon be required to convert from OpenAPI to TypeSpec. See https://aka.ms/azsdk/typespec.
"swagger": "2.0",
"info": {
"title": "ContainerServiceClient",
Expand Down Expand Up @@ -6806,10 +6806,6 @@
"azureMonitorProfile": {
"$ref": "#/definitions/ManagedClusterAzureMonitorProfile"
},
"safeguardsProfile": {
"$ref": "#/definitions/SafeguardsProfile",
"description": "The Safeguards profile holds all the safeguards information for a given cluster"
},
"serviceMeshProfile": {
"$ref": "#/definitions/ServiceMeshProfile"
},
Expand Down Expand Up @@ -10206,47 +10202,6 @@
"enabled"
]
},
"SafeguardsProfile": {
"type": "object",
"properties": {
"systemExcludedNamespaces": {
"readOnly": true,
"type": "array",
"description": "List of namespaces specified by AKS to be excluded from Safeguards",
"items": {
"type": "string"
}
},
"version": {
"type": "string",
"description": "The version of constraints to use"
},
"level": {
"type": "string",
"enum": [
"Off",
"Warning",
"Enforcement"
],
"x-ms-enum": {
"name": "level",
"modelAsString": true
},
"description": "The Safeguards level to be used. By default, Safeguards is enabled for all namespaces except those that AKS excludes via systemExcludedNamespaces"
},
"excludedNamespaces": {
"description": "List of namespaces excluded from Safeguards checks",
"type": "array",
"items": {
"type": "string"
}
}
},
"required": [
"level"
],
"description": "The Safeguards profile."
},
"ServiceMeshProfile": {
"type": "object",
"description": "Service mesh profile for a managed cluster.",
Expand Down
Loading