Skip to content
Merged
Show file tree
Hide file tree
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

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

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-09-02-preview/managedClusters.json

View workflow job for this annotation

GitHub Actions / TypeSpec Requirement

Your service description 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 @@ -836,9 +836,6 @@
"nextLinkName": "nextLink"
},
"x-ms-examples": {
"List maintenance configurations by Managed Cluster": {
"$ref": "./examples/MaintenanceConfigurationsList.json"
},
"List maintenance configurations configured with maintenance window by Managed Cluster": {
"$ref": "./examples/MaintenanceConfigurationsList_MaintenanceWindow.json"
}
Expand Down Expand Up @@ -888,9 +885,6 @@
}
},
"x-ms-examples": {
"Get Maintenance Configuration": {
"$ref": "./examples/MaintenanceConfigurationsGet.json"
},
"Get Maintenance Configuration Configured With Maintenance Window": {
"$ref": "./examples/MaintenanceConfigurationsGet_MaintenanceWindow.json"
}
Expand Down Expand Up @@ -954,9 +948,6 @@
},
"x-ms-long-running-operation": false,
"x-ms-examples": {
"Create/Update Maintenance Configuration": {
"$ref": "./examples/MaintenanceConfigurationsCreate_Update.json"
},
"Create/Update Maintenance Configuration with Maintenance Window": {
"$ref": "./examples/MaintenanceConfigurationsCreate_Update_MaintenanceWindow.json"
}
Expand Down Expand Up @@ -1005,9 +996,6 @@
},
"x-ms-long-running-operation": false,
"x-ms-examples": {
"Delete Maintenance Configuration": {
"$ref": "./examples/MaintenanceConfigurationsDelete.json"
},
"Delete Maintenance Configuration For Node OS Upgrade": {
"$ref": "./examples/MaintenanceConfigurationsDelete_MaintenanceWindow.json"
}
Expand Down
Loading