diff --git a/docs/hugo/content/reference/_index.md b/docs/hugo/content/reference/_index.md index f367e38bb3..d8f9367995 100644 --- a/docs/hugo/content/reference/_index.md +++ b/docs/hugo/content/reference/_index.md @@ -74,19 +74,19 @@ To install the CRDs for these resources, your ASO configuration must include `ap Development of these new resources is complete and they will be available in the next release of ASO. -| Resource | ARM Version | CRD Version | Supported From | Sample | -|--------------|-------------|---------------|----------------|--------| -| AuthConfig | 2024-03-01 | v1api20240301 | v2.12.0 | - | -| ContainerApp | 2024-03-01 | v1api20240301 | v2.12.0 | - | -| Job | 2024-03-01 | v1api20240301 | v2.12.0 | - | +| Resource | ARM Version | CRD Version | Supported From | Sample | +|--------------|-------------|---------------|----------------|--------------------------------------------------------------------------------------------------------------------------------| +| AuthConfig | 2024-03-01 | v1api20240301 | v2.12.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/app/v1api20240301/v1api20240301_authconfig.yaml) | +| ContainerApp | 2024-03-01 | v1api20240301 | v2.12.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/app/v1api20240301/v1api20240301_containerapp.yaml) | +| Job | 2024-03-01 | v1api20240301 | v2.12.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/app/v1api20240301/v1api20240301_job.yaml) | ### Released 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. -| Resource | ARM Version | CRD Version | Supported From | Sample | -|--------------------|-------------|---------------|----------------|--------| -| ManagedEnvironment | 2024-03-01 | v1api20240301 | 2.12.0 | - | +| Resource | ARM Version | CRD Version | Supported From | Sample | +|--------------------|-------------|---------------|----------------|--------------------------------------------------------------------------------------------------------------------------------------| +| ManagedEnvironment | 2024-03-01 | v1api20240301 | 2.12.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/app/v1api20240301/v1api20240301_managedenvironment.yaml) | ## AppConfiguration diff --git a/docs/hugo/content/reference/app/_index.md b/docs/hugo/content/reference/app/_index.md index 08a36f0e03..6eac37bad0 100644 --- a/docs/hugo/content/reference/app/_index.md +++ b/docs/hugo/content/reference/app/_index.md @@ -9,17 +9,17 @@ To install the CRDs for these resources, your ASO configuration must include `ap Development of these new resources is complete and they will be available in the next release of ASO. -| Resource | ARM Version | CRD Version | Supported From | Sample | -|--------------|-------------|---------------|----------------|--------| -| AuthConfig | 2024-03-01 | v1api20240301 | v2.12.0 | - | -| ContainerApp | 2024-03-01 | v1api20240301 | v2.12.0 | - | -| Job | 2024-03-01 | v1api20240301 | v2.12.0 | - | +| Resource | ARM Version | CRD Version | Supported From | Sample | +|--------------|-------------|---------------|----------------|--------------------------------------------------------------------------------------------------------------------------------| +| AuthConfig | 2024-03-01 | v1api20240301 | v2.12.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/app/v1api20240301/v1api20240301_authconfig.yaml) | +| ContainerApp | 2024-03-01 | v1api20240301 | v2.12.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/app/v1api20240301/v1api20240301_containerapp.yaml) | +| Job | 2024-03-01 | v1api20240301 | v2.12.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/app/v1api20240301/v1api20240301_job.yaml) | ### Released 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. -| Resource | ARM Version | CRD Version | Supported From | Sample | -|--------------------|-------------|---------------|----------------|--------| -| ManagedEnvironment | 2024-03-01 | v1api20240301 | 2.12.0 | - | +| Resource | ARM Version | CRD Version | Supported From | Sample | +|--------------------|-------------|---------------|----------------|--------------------------------------------------------------------------------------------------------------------------------------| +| ManagedEnvironment | 2024-03-01 | v1api20240301 | 2.12.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/app/v1api20240301/v1api20240301_managedenvironment.yaml) |