Skip to content

Commit 316a3d9

Browse files
Update docs for v2.16 (#4993)
* Update release number in azure-arm.yaml * Update index files
1 parent 5b94b05 commit 316a3d9

File tree

8 files changed

+79
-151
lines changed

8 files changed

+79
-151
lines changed

docs/hugo/content/reference/_index.md

Lines changed: 39 additions & 75 deletions
Large diffs are not rendered by default.

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

Lines changed: 16 additions & 23 deletions
Large diffs are not rendered by default.

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

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,46 +5,39 @@ no_list: true
55
---
66
To install the CRDs for these resources, your ASO configuration must include `cache.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.
8+
### Latest Released Versions
119

10+
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.
1211
| Resource | ARM Version | CRD Version | Supported From | Sample |
1312
|------------------------------------------------------------------------------------------------------------|-------------|---------------|----------------|-------------------------------------------------------------------------------------------------------------------------------------------------|
1413
| [Redis]({{< relref "/reference/cache/v1api20241101#Redis" >}}) | 2024-11-01 | v1api20241101 | v2.16.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/cache/v1api20241101/v1api20241101_redis.yaml) |
1514
| [RedisAccessPolicy]({{< relref "/reference/cache/v1api20241101#RedisAccessPolicy" >}}) | 2024-11-01 | v1api20241101 | v2.16.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/cache/v1api20241101/v1api20241101_redisaccesspolicy.yaml) |
1615
| [RedisAccessPolicyAssignment]({{< relref "/reference/cache/v1api20241101#RedisAccessPolicyAssignment" >}}) | 2024-11-01 | v1api20241101 | v2.16.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/cache/v1api20241101/v1api20241101_redisaccesspolicyassignment.yaml) |
16+
| [RedisEnterprise]({{< relref "/reference/cache/v1api20250401#RedisEnterprise" >}}) | 2025-04-01 | v1api20250401 | v2.15.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/cache/v1api20250401/v1api20250401_redisenterprise.yaml) |
17+
| [RedisEnterpriseDatabase]({{< relref "/reference/cache/v1api20250401#RedisEnterpriseDatabase" >}}) | 2025-04-01 | v1api20250401 | v2.15.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/cache/v1api20250401/v1api20250401_redisenterprisedatabase.yaml) |
1718
| [RedisFirewallRule]({{< relref "/reference/cache/v1api20241101#RedisFirewallRule" >}}) | 2024-11-01 | v1api20241101 | v2.16.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/cache/v1api20241101/v1api20241101_redisfirewallrule.yaml) |
1819
| [RedisLinkedServer]({{< relref "/reference/cache/v1api20241101#RedisLinkedServer" >}}) | 2024-11-01 | v1api20241101 | v2.16.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/cache/v1api20241101/v1api20241101_redislinkedserver.yaml) |
1920
| [RedisPatchSchedule]({{< relref "/reference/cache/v1api20241101#RedisPatchSchedule" >}}) | 2024-11-01 | v1api20241101 | v2.16.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/cache/v1api20241101/v1api20241101_redispatchschedule.yaml) |
2021

21-
### Latest Released Versions
22-
23-
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.
24-
| Resource | ARM Version | CRD Version | Supported From | Sample |
25-
|----------------------------------------------------------------------------------------------------|-------------|---------------|----------------|---------------------------------------------------------------------------------------------------------------------------------------------|
26-
| [Redis]({{< relref "/reference/cache/v1api20230801#Redis" >}}) | 2023-08-01 | v1api20230801 | v2.10.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/cache/v1api20230801/v1api20230801_redis.yaml) |
27-
| [RedisEnterprise]({{< relref "/reference/cache/v1api20250401#RedisEnterprise" >}}) | 2025-04-01 | v1api20250401 | v2.15.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/cache/v1api20250401/v1api20250401_redisenterprise.yaml) |
28-
| [RedisEnterpriseDatabase]({{< relref "/reference/cache/v1api20250401#RedisEnterpriseDatabase" >}}) | 2025-04-01 | v1api20250401 | v2.15.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/cache/v1api20250401/v1api20250401_redisenterprisedatabase.yaml) |
29-
| [RedisFirewallRule]({{< relref "/reference/cache/v1api20230801#RedisFirewallRule" >}}) | 2023-08-01 | v1api20230801 | v2.10.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/cache/v1api20230801/v1api20230801_redisfirewallrule.yaml) |
30-
| [RedisLinkedServer]({{< relref "/reference/cache/v1api20230801#RedisLinkedServer" >}}) | 2023-08-01 | v1api20230801 | v2.10.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/cache/v1api20230801/v1api20230801_redislinkedserver.yaml) |
31-
| [RedisPatchSchedule]({{< relref "/reference/cache/v1api20230801#RedisPatchSchedule" >}}) | 2023-08-01 | v1api20230801 | v2.10.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/cache/v1api20230801/v1api20230801_redispatchschedule.yaml) |
32-
3322
### Other Supported Versions
3423

3524
These are older versions of resources still available for use in the current release of ASO. Different versions of a given resource reflect different versions of the Azure ARM API.
3625
| Resource | ARM Version | CRD Version | Supported From | Sample |
3726
|----------------------------------------------------------------------------------------------------|-------------|---------------|----------------|---------------------------------------------------------------------------------------------------------------------------------------------|
27+
| [Redis]({{< relref "/reference/cache/v1api20230801#Redis" >}}) | 2023-08-01 | v1api20230801 | v2.10.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/cache/v1api20230801/v1api20230801_redis.yaml) |
3828
| [Redis]({{< relref "/reference/cache/v1api20230401#Redis" >}}) | 2023-04-01 | v1api20230401 | v2.3.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/cache/v1api20230401/v1api20230401_redis.yaml) |
3929
| [Redis]({{< relref "/reference/cache/v1api20201201#Redis" >}}) | 2020-12-01 | v1api20201201 | v2.0.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/cache/v1api20201201/v1api20201201_redis.yaml) |
4030
| [RedisEnterprise]({{< relref "/reference/cache/v1api20230701#RedisEnterprise" >}}) | 2023-07-01 | v1api20230701 | v2.3.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/cache/v1api20230701/v1api20230701_redisenterprise.yaml) |
4131
| [RedisEnterprise]({{< relref "/reference/cache/v1api20210301#RedisEnterprise" >}}) | 2021-03-01 | v1api20210301 | v2.0.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/cache/v1api20210301/v1api20210301_redisenterprise.yaml) |
4232
| [RedisEnterpriseDatabase]({{< relref "/reference/cache/v1api20230701#RedisEnterpriseDatabase" >}}) | 2023-07-01 | v1api20230701 | v2.3.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/cache/v1api20230701/v1api20230701_redisenterprisedatabase.yaml) |
4333
| [RedisEnterpriseDatabase]({{< relref "/reference/cache/v1api20210301#RedisEnterpriseDatabase" >}}) | 2021-03-01 | v1api20210301 | v2.0.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/cache/v1api20210301/v1api20210301_redisenterprisedatabase.yaml) |
34+
| [RedisFirewallRule]({{< relref "/reference/cache/v1api20230801#RedisFirewallRule" >}}) | 2023-08-01 | v1api20230801 | v2.10.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/cache/v1api20230801/v1api20230801_redisfirewallrule.yaml) |
4435
| [RedisFirewallRule]({{< relref "/reference/cache/v1api20230401#RedisFirewallRule" >}}) | 2023-04-01 | v1api20230401 | v2.3.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/cache/v1api20230401/v1api20230401_redisfirewallrule.yaml) |
4536
| [RedisFirewallRule]({{< relref "/reference/cache/v1api20201201#RedisFirewallRule" >}}) | 2020-12-01 | v1api20201201 | v2.0.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/cache/v1api20201201/v1api20201201_redisfirewallrule.yaml) |
37+
| [RedisLinkedServer]({{< relref "/reference/cache/v1api20230801#RedisLinkedServer" >}}) | 2023-08-01 | v1api20230801 | v2.10.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/cache/v1api20230801/v1api20230801_redislinkedserver.yaml) |
4638
| [RedisLinkedServer]({{< relref "/reference/cache/v1api20230401#RedisLinkedServer" >}}) | 2023-04-01 | v1api20230401 | v2.3.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/cache/v1api20230401/v1api20230401_redislinkedserver.yaml) |
4739
| [RedisLinkedServer]({{< relref "/reference/cache/v1api20201201#RedisLinkedServer" >}}) | 2020-12-01 | v1api20201201 | v2.0.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/cache/v1api20201201/v1api20201201_redislinkedserver.yaml) |
40+
| [RedisPatchSchedule]({{< relref "/reference/cache/v1api20230801#RedisPatchSchedule" >}}) | 2023-08-01 | v1api20230801 | v2.10.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/cache/v1api20230801/v1api20230801_redispatchschedule.yaml) |
4841
| [RedisPatchSchedule]({{< relref "/reference/cache/v1api20230401#RedisPatchSchedule" >}}) | 2023-04-01 | v1api20230401 | v2.3.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/cache/v1api20230401/v1api20230401_redispatchschedule.yaml) |
4942
| [RedisPatchSchedule]({{< relref "/reference/cache/v1api20201201#RedisPatchSchedule" >}}) | 2020-12-01 | v1api20201201 | v2.0.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/cache/v1api20201201/v1api20201201_redispatchschedule.yaml) |
5043

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

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,14 @@ no_list: true
55
---
66
To install the CRDs for these resources, your ASO configuration must include `compute.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-
| [CapacityReservation]({{< relref "/reference/compute/v1api20250401#CapacityReservation" >}}) | 2025-04-01 | v1api20250401 | v2.16.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/compute/v1api20250401/v1api20250401_capacityreservation.yaml) |
15-
| [CapacityReservationGroup]({{< relref "/reference/compute/v1api20250401#CapacityReservationGroup" >}}) | 2025-04-01 | v1api20250401 | v2.16.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/compute/v1api20250401/v1api20250401_capacityreservationgroup.yaml) |
16-
178
### Latest Released Versions
189

1910
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.
2011
| Resource | ARM Version | CRD Version | Supported From | Sample |
2112
|------------------------------------------------------------------------------------------------------------------------|-------------|---------------|----------------|------------------------------------------------------------------------------------------------------------------------------------------------|
2213
| [AvailabilitySet]({{< relref "/reference/compute/v1api20241101#AvailabilitySet" >}}) | 2024-11-01 | v1api20241101 | v2.15.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/compute/v1api20241101/v1api20241101_availabilityset.yaml) |
14+
| [CapacityReservation]({{< relref "/reference/compute/v1api20250401#CapacityReservation" >}}) | 2025-04-01 | v1api20250401 | v2.16.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/compute/v1api20250401/v1api20250401_capacityreservation.yaml) |
15+
| [CapacityReservationGroup]({{< relref "/reference/compute/v1api20250401#CapacityReservationGroup" >}}) | 2025-04-01 | v1api20250401 | v2.16.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/compute/v1api20250401/v1api20250401_capacityreservationgroup.yaml) |
2316
| [Disk]({{< relref "/reference/compute/v1api20240302#Disk" >}}) | 2024-03-02 | v1api20240302 | v2.9.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/compute/v1api/v1api20240302_disk.yaml) |
2417
| [DiskAccess]({{< relref "/reference/compute/v1api20240302#DiskAccess" >}}) | 2024-03-02 | v1api20240302 | v2.9.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/compute/v1api/v1api20240302_diskaccess.yaml) |
2518
| [DiskEncryptionSet]({{< relref "/reference/compute/v1api20240302#DiskEncryptionSet" >}}) | 2024-03-02 | v1api20240302 | v2.9.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/compute/v1api/v1api20240302_diskencryptionset.yaml) |

0 commit comments

Comments
 (0)