Skip to content

Commit 10b00df

Browse files
committed
Add support for containerservice 20251002preview
1 parent 4b6c316 commit 10b00df

File tree

64 files changed

+212689
-468
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+212689
-468
lines changed

docs/hugo/content/reference/_index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,17 @@ These are older versions of resources still available for use in the current rel
327327

328328
To install the CRDs for these resources, your ASO configuration must include `containerservice.azure.com/*` as one of the configured CRD patterns. See [CRD Management in ASO](https://azure.github.io/azure-service-operator/guide/crd-management/) for details on doing this for both [Helm](https://azure.github.io/azure-service-operator/guide/crd-management/#helm) and [YAML](https://azure.github.io/azure-service-operator/guide/crd-management/#yaml) based installations.
329329

330+
### Next Release
331+
332+
Development of these new resources is complete and they will be available in the next release of ASO.
333+
334+
| Resource | ARM Version | CRD Version | Supported From | Sample |
335+
|--------------------------|--------------------|------------------|----------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|
336+
| MaintenanceConfiguration | 2025-10-02-preview | v20251002preview | v2.18.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/containerservice/v20251002preview/v20251002preview_maintenanceconfiguration.yaml) |
337+
| ManagedCluster | 2025-10-02-preview | v20251002preview | v2.18.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/containerservice/v20251002preview/v20251002preview_managedcluster.yaml) |
338+
| ManagedClustersAgentPool | 2025-10-02-preview | v20251002preview | v2.18.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/containerservice/v20251002preview/v20251002preview_managedclustersagentpool.yaml) |
339+
| TrustedAccessRoleBinding | 2025-10-02-preview | v20251002preview | v2.18.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/containerservice/v20251002preview/v20251002preview_trustedaccessrolebinding.yaml) |
340+
330341
### Latest Released Versions
331342

332343
These resource(s) are the latest versions available for use in the current release of ASO. Different versions of a given resource reflect different versions of the Azure ARM API.

docs/hugo/content/reference/containerservice/_index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ no_list: true
55
---
66
To install the CRDs for these resources, your ASO configuration must include `containerservice.azure.com/*` as one of the configured CRD patterns. See [CRD Management in ASO](https://azure.github.io/azure-service-operator/guide/crd-management/) for details on doing this for both [Helm](https://azure.github.io/azure-service-operator/guide/crd-management/#helm) and [YAML](https://azure.github.io/azure-service-operator/guide/crd-management/#yaml) based installations.
77

8+
### Next Release
9+
10+
Development of these new resources is complete and they will be available in the next release of ASO.
11+
12+
| Resource | ARM Version | CRD Version | Supported From | Sample |
13+
|--------------------------|--------------------|------------------|----------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|
14+
| MaintenanceConfiguration | 2025-10-02-preview | v20251002preview | v2.18.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/containerservice/v20251002preview/v20251002preview_maintenanceconfiguration.yaml) |
15+
| ManagedCluster | 2025-10-02-preview | v20251002preview | v2.18.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/containerservice/v20251002preview/v20251002preview_managedcluster.yaml) |
16+
| ManagedClustersAgentPool | 2025-10-02-preview | v20251002preview | v2.18.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/containerservice/v20251002preview/v20251002preview_managedclustersagentpool.yaml) |
17+
| TrustedAccessRoleBinding | 2025-10-02-preview | v20251002preview | v2.18.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/containerservice/v20251002preview/v20251002preview_trustedaccessrolebinding.yaml) |
18+
819
### Latest Released Versions
920

1021
These resource(s) are the latest versions available for use in the current release of ASO. Different versions of a given resource reflect different versions of the Azure ARM API.

v2/api/containerservice/customizations/maintenance_configuration_extension_types_gen.go

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

v2/api/containerservice/customizations/managed_cluster_extension_types_gen.go

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

v2/api/containerservice/customizations/managed_clusters_agent_pool_extension_types_gen.go

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

v2/api/containerservice/customizations/trusted_access_role_binding_extension_types_gen.go

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

v2/api/containerservice/v20251002preview/arm/maintenance_configuration_spec_types_gen.go

Lines changed: 196 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)