Skip to content

Commit 52c2968

Browse files
Merge main
2 parents b36b1a2 + 4165b85 commit 52c2968

File tree

286 files changed

+45127
-12538
lines changed

Some content is hidden

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

286 files changed

+45127
-12538
lines changed

docs/hugo/content/contributing/aso-codegen-structure.svg

Lines changed: 1 addition & 1 deletion
Loading

docs/hugo/content/contributing/aso-v2-structure.svg

Lines changed: 1 addition & 1 deletion
Loading

docs/hugo/content/contributing/asoctl-structure.svg

Lines changed: 1 addition & 1 deletion
Loading

docs/hugo/content/reference/_index.md

Lines changed: 29 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -142,12 +142,20 @@ These are older versions of resources still available for use in the current rel
142142

143143
To install the CRDs for these resources, your ASO configuration must include `batch.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.
144144

145+
### Next Release
146+
147+
Development of these new resources is complete and they will be available in the next release of ASO.
148+
149+
| Resource | ARM Version | CRD Version | Supported From | Sample |
150+
|--------------|-------------|-------------|----------------|--------------------------------------------------------------------------------------------------------------------------|
151+
| BatchAccount | 2024-07-01 | v20240701 | v2.17.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/batch/v20240701/v20240701_batchaccount.yaml) |
152+
145153
### Released
146154

147155
These resource(s) are available for use in the current release of ASO. Different versions of a given resource reflect different versions of the Azure ARM API.
148-
| Resource | ARM Version | CRD Version | Supported From | Sample |
149-
|------------------------------------------------------------------------------|-------------|---------------|----------------|--------------------------------------------------------------------------------------------------------------------------|
150-
| [BatchAccount]({{< relref "/reference/batch/v1api20210101#BatchAccount" >}}) | 2021-01-01 | v1api20210101 | v2.0.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/batch/v1api/v1api20210101_batchaccount.yaml) |
156+
| Resource | ARM Version | CRD Version | Supported From | Sample |
157+
|------------------------------------------------------------------------------|-------------|---------------|----------------|----------------------------------------------------------------------------------------------------------------------------------|
158+
| [BatchAccount]({{< relref "/reference/batch/v1api20210101#BatchAccount" >}}) | 2021-01-01 | v1api20210101 | v2.0.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/batch/v1api20210101/v1api20210101_batchaccount.yaml) |
151159

152160
## Cache
153161

@@ -424,16 +432,16 @@ To install the CRDs for these resources, your ASO configuration must include `db
424432

425433
Development of these new resources is complete and they will be available in the next release of ASO.
426434

427-
| Resource | ARM Version | CRD Version | Supported From | Sample |
428-
|--------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------|---------------|----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
429-
| [FlexibleServer]({{< relref "/reference/dbforpostgresql/v1api20250801#FlexibleServer" >}}) | 2025-08-01 | v1api20250801 | v2.17.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/dbforpostgresql/v1api20250801/v1api20250801_flexibleserver.yaml) |
430-
| [FlexibleServersAdministrator]({{< relref "/reference/dbforpostgresql/v1api20250801#FlexibleServersAdministrator" >}}) | 2025-08-01 | v1api20250801 | v2.17.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/dbforpostgresql/v1api20250801/v1api20250801_flexibleserversadministrator.yaml) |
431-
| [FlexibleServersAdvancedThreatProtectionSettings]({{< relref "/reference/dbforpostgresql/v1api20250801#FlexibleServersAdvancedThreatProtectionSettings" >}}) | 2025-08-01 | v1api20250801 | v2.17.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/dbforpostgresql/v1api20250801/v1api20250801_flexibleserversadvancedthreatprotectionsettings.yaml) |
432-
| [FlexibleServersBackup]({{< relref "/reference/dbforpostgresql/v1api20250801#FlexibleServersBackup" >}}) | 2025-08-01 | v1api20250801 | v2.17.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/dbforpostgresql/v1api20250801/v1api20250801_flexibleserversbackup.yaml) |
433-
| [FlexibleServersConfiguration]({{< relref "/reference/dbforpostgresql/v1api20250801#FlexibleServersConfiguration" >}}) | 2025-08-01 | v1api20250801 | v2.17.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/dbforpostgresql/v1api20250801/v1api20250801_flexibleserversconfiguration.yaml) |
434-
| [FlexibleServersDatabase]({{< relref "/reference/dbforpostgresql/v1api20250801#FlexibleServersDatabase" >}}) | 2025-08-01 | v1api20250801 | v2.17.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/dbforpostgresql/v1api20250801/v1api20250801_flexibleserversdatabase.yaml) |
435-
| [FlexibleServersFirewallRule]({{< relref "/reference/dbforpostgresql/v1api20250801#FlexibleServersFirewallRule" >}}) | 2025-08-01 | v1api20250801 | v2.17.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/dbforpostgresql/v1api20250801/v1api20250801_flexibleserversfirewallrule.yaml) |
436-
| [FlexibleServersVirtualEndpoint]({{< relref "/reference/dbforpostgresql/v1api20250801#FlexibleServersVirtualEndpoint" >}}) | 2025-08-01 | v1api20250801 | v2.17.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/dbforpostgresql/v1api20250801/v1api20250801_flexibleserversvirtualendpoint.yaml) |
435+
| Resource | ARM Version | CRD Version | Supported From | Sample |
436+
|-------------------------------------------------|-------------|-------------|----------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|
437+
| FlexibleServer | 2025-08-01 | v20250801 | v2.17.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/dbforpostgresql/v20250801/v20250801_flexibleserver.yaml) |
438+
| FlexibleServersAdministrator | 2025-08-01 | v20250801 | v2.17.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/dbforpostgresql/v20250801/v20250801_flexibleserversadministrator.yaml) |
439+
| FlexibleServersAdvancedThreatProtectionSettings | 2025-08-01 | v20250801 | v2.17.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/dbforpostgresql/v20250801/v20250801_flexibleserversadvancedthreatprotectionsettings.yaml) |
440+
| FlexibleServersBackup | 2025-08-01 | v20250801 | v2.17.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/dbforpostgresql/v20250801/v20250801_flexibleserversbackup.yaml) |
441+
| FlexibleServersConfiguration | 2025-08-01 | v20250801 | v2.17.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/dbforpostgresql/v20250801/v20250801_flexibleserversconfiguration.yaml) |
442+
| FlexibleServersDatabase | 2025-08-01 | v20250801 | v2.17.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/dbforpostgresql/v20250801/v20250801_flexibleserversdatabase.yaml) |
443+
| FlexibleServersFirewallRule | 2025-08-01 | v20250801 | v2.17.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/dbforpostgresql/v20250801/v20250801_flexibleserversfirewallrule.yaml) |
444+
| FlexibleServersVirtualEndpoint | 2025-08-01 | v20250801 | v2.17.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/dbforpostgresql/v20250801/v20250801_flexibleserversvirtualendpoint.yaml) |
437445

438446
### Latest Released Versions
439447

@@ -865,6 +873,14 @@ These resource(s) are available for use in the current release of ASO. Different
865873

866874
To install the CRDs for these resources, your ASO configuration must include `operationalinsights.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.
867875

876+
### Next Release
877+
878+
Development of these new resources is complete and they will be available in the next release of ASO.
879+
880+
| Resource | ARM Version | CRD Version | Supported From | Sample |
881+
|-----------|-------------|-------------|----------------|---------------------------------------------------------------------------------------------------------------------------------|
882+
| Workspace | 2025-07-01 | v20250701 | v2.17.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/operationalinsights/v1api/v20250701_workspace.yaml) |
883+
868884
### Released
869885

870886
These resource(s) are 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/batch/_index.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,18 @@ no_list: true
55
---
66
To install the CRDs for these resources, your ASO configuration must include `batch.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+
| BatchAccount | 2024-07-01 | v20240701 | v2.17.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/batch/v20240701/v20240701_batchaccount.yaml) |
15+
816
### Released
917

1018
These resource(s) are available for use in the current release of ASO. Different versions of a given resource reflect different versions of the Azure ARM API.
11-
| Resource | ARM Version | CRD Version | Supported From | Sample |
12-
|------------------------------------------------------------------------------|-------------|---------------|----------------|--------------------------------------------------------------------------------------------------------------------------|
13-
| [BatchAccount]({{< relref "/reference/batch/v1api20210101#BatchAccount" >}}) | 2021-01-01 | v1api20210101 | v2.0.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/batch/v1api/v1api20210101_batchaccount.yaml) |
19+
| Resource | ARM Version | CRD Version | Supported From | Sample |
20+
|------------------------------------------------------------------------------|-------------|---------------|----------------|----------------------------------------------------------------------------------------------------------------------------------|
21+
| [BatchAccount]({{< relref "/reference/batch/v1api20210101#BatchAccount" >}}) | 2021-01-01 | v1api20210101 | v2.0.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/batch/v1api20210101/v1api20210101_batchaccount.yaml) |
1422

0 commit comments

Comments
 (0)