Skip to content

Commit 1b937e4

Browse files
Update API Docs (#4900)
Co-authored-by: theunrepentantgeek <1272094+theunrepentantgeek@users.noreply.github.com>
1 parent 4564320 commit 1b937e4

File tree

8 files changed

+7158
-30
lines changed

8 files changed

+7158
-30
lines changed

docs/hugo/content/reference/_index.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@ To install the CRDs for these resources, your ASO configuration must include `ap
7777
### Latest Released Versions
7878

7979
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.
80-
| Resource | ARM Version | CRD Version | Supported From | Sample |
81-
|--------------------|-------------|---------------|----------------|--------------------------------------------------------------------------------------------------------------------------------------|
82-
| AuthConfig | 2025-01-01 | v1api20250101 | v2.15.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/app/v1api20250101/v1api20250101_authconfig.yaml) |
83-
| ContainerApp | 2025-01-01 | v1api20250101 | v2.15.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/app/v1api20250101/v1api20250101_containerapp.yaml) |
84-
| Job | 2025-01-01 | v1api20250101 | v2.15.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/app/v1api20250101/v1api20250101_job.yaml) |
85-
| ManagedEnvironment | 2025-01-01 | v1api20250101 | v2.15.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/app/v1api20250101/v1api20250101_managedenvironment.yaml) |
80+
| Resource | ARM Version | CRD Version | Supported From | Sample |
81+
|----------------------------------------------------------------------------------------|-------------|---------------|----------------|--------------------------------------------------------------------------------------------------------------------------------------|
82+
| [AuthConfig]({{< relref "/reference/app/v1api20250101#AuthConfig" >}}) | 2025-01-01 | v1api20250101 | v2.15.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/app/v1api20250101/v1api20250101_authconfig.yaml) |
83+
| [ContainerApp]({{< relref "/reference/app/v1api20250101#ContainerApp" >}}) | 2025-01-01 | v1api20250101 | v2.15.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/app/v1api20250101/v1api20250101_containerapp.yaml) |
84+
| [Job]({{< relref "/reference/app/v1api20250101#Job" >}}) | 2025-01-01 | v1api20250101 | v2.15.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/app/v1api20250101/v1api20250101_job.yaml) |
85+
| [ManagedEnvironment]({{< relref "/reference/app/v1api20250101#ManagedEnvironment" >}}) | 2025-01-01 | v1api20250101 | v2.15.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/app/v1api20250101/v1api20250101_managedenvironment.yaml) |
8686

8787
### Other Supported Versions
8888

@@ -218,7 +218,7 @@ To install the CRDs for these resources, your ASO configuration must include `co
218218
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.
219219
| Resource | ARM Version | CRD Version | Supported From | Sample |
220220
|------------------------------------------------------------------------------------------------------------------------|-------------|---------------|----------------|------------------------------------------------------------------------------------------------------------------------------------------------|
221-
| 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) |
221+
| [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) |
222222
| [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) |
223223
| [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) |
224224
| [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) |
@@ -626,12 +626,12 @@ To install the CRDs for these resources, your ASO configuration must include `ku
626626
### Latest Released Versions
627627

628628
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.
629-
| Resource | ARM Version | CRD Version | Supported From | Sample |
630-
|---------------------|-------------|---------------|----------------|-----------------------------------------------------------------------------------------------------------------------------------------|
631-
| Cluster | 2024-04-13 | v1api20240413 | v2.15.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/kusto/v1api20240413/v1api20240413_cluster.yaml) |
632-
| DataConnection | 2024-04-13 | v1api20240413 | v2.15.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/kusto/v1api20240413/v1api20240413_dataconnection.yaml) |
633-
| Database | 2024-04-13 | v1api20240413 | v2.15.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/kusto/v1api20240413/v1api20240413_database.yaml) |
634-
| PrincipalAssignment | 2024-04-13 | v1api20240413 | v2.15.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/kusto/v1api20240413/v1api20240413_principalassignment.yaml) |
629+
| Resource | ARM Version | CRD Version | Supported From | Sample |
630+
|--------------------------------------------------------------------------------------------|-------------|---------------|----------------|-----------------------------------------------------------------------------------------------------------------------------------------|
631+
| [Cluster]({{< relref "/reference/kusto/v1api20240413#Cluster" >}}) | 2024-04-13 | v1api20240413 | v2.15.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/kusto/v1api20240413/v1api20240413_cluster.yaml) |
632+
| [DataConnection]({{< relref "/reference/kusto/v1api20240413#DataConnection" >}}) | 2024-04-13 | v1api20240413 | v2.15.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/kusto/v1api20240413/v1api20240413_dataconnection.yaml) |
633+
| [Database]({{< relref "/reference/kusto/v1api20240413#Database" >}}) | 2024-04-13 | v1api20240413 | v2.15.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/kusto/v1api20240413/v1api20240413_database.yaml) |
634+
| [PrincipalAssignment]({{< relref "/reference/kusto/v1api20240413#PrincipalAssignment" >}}) | 2024-04-13 | v1api20240413 | v2.15.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/kusto/v1api20240413/v1api20240413_principalassignment.yaml) |
635635

636636
### Other Supported Versions
637637

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ To install the CRDs for these resources, your ASO configuration must include `ap
88
### Latest Released Versions
99

1010
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.
11-
| Resource | ARM Version | CRD Version | Supported From | Sample |
12-
|--------------------|-------------|---------------|----------------|--------------------------------------------------------------------------------------------------------------------------------------|
13-
| AuthConfig | 2025-01-01 | v1api20250101 | v2.15.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/app/v1api20250101/v1api20250101_authconfig.yaml) |
14-
| ContainerApp | 2025-01-01 | v1api20250101 | v2.15.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/app/v1api20250101/v1api20250101_containerapp.yaml) |
15-
| Job | 2025-01-01 | v1api20250101 | v2.15.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/app/v1api20250101/v1api20250101_job.yaml) |
16-
| ManagedEnvironment | 2025-01-01 | v1api20250101 | v2.15.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/app/v1api20250101/v1api20250101_managedenvironment.yaml) |
11+
| Resource | ARM Version | CRD Version | Supported From | Sample |
12+
|----------------------------------------------------------------------------------------|-------------|---------------|----------------|--------------------------------------------------------------------------------------------------------------------------------------|
13+
| [AuthConfig]({{< relref "/reference/app/v1api20250101#AuthConfig" >}}) | 2025-01-01 | v1api20250101 | v2.15.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/app/v1api20250101/v1api20250101_authconfig.yaml) |
14+
| [ContainerApp]({{< relref "/reference/app/v1api20250101#ContainerApp" >}}) | 2025-01-01 | v1api20250101 | v2.15.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/app/v1api20250101/v1api20250101_containerapp.yaml) |
15+
| [Job]({{< relref "/reference/app/v1api20250101#Job" >}}) | 2025-01-01 | v1api20250101 | v2.15.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/app/v1api20250101/v1api20250101_job.yaml) |
16+
| [ManagedEnvironment]({{< relref "/reference/app/v1api20250101#ManagedEnvironment" >}}) | 2025-01-01 | v1api20250101 | v2.15.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/app/v1api20250101/v1api20250101_managedenvironment.yaml) |
1717

1818
### Other Supported Versions
1919

0 commit comments

Comments
 (0)