Skip to content

Commit

Permalink
API Management Service (#3368)
Browse files Browse the repository at this point in the history
Co-authored-by: Bevan Arps <[email protected]>
  • Loading branch information
ross-p-smith and theunrepentantgeek authored Oct 4, 2023
1 parent 7303e13 commit 2e2d223
Show file tree
Hide file tree
Showing 26 changed files with 21,399 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/hugo/content/reference/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,18 @@ These are the resources with Azure Service Operator support committed to our **m
grouped by the originating ARM service.
(Newly supported resources will appear in this list prior to inclusion in any ASO release.)

## ApiManagement

To install the CRDs for these resources, your ASO configuration must include `apimanagement.azure.com/*` as a 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.

### Next Release

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 |
|----------|-------------|---------------|----------------|-------------------------------------------------------------------------------------------------------------------------------------|
| Service | 2022-08-01 | v1api20220801 | v2.4.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/apimanagement/v1api20220801/v1api20220801_service.yaml) |

## AppConfiguration

To install the CRDs for these resources, your ASO configuration must include `appconfiguration.azure.com/*` as a 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.
Expand Down
15 changes: 15 additions & 0 deletions docs/hugo/content/reference/apimanagement/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: ApiManagement Supported Resources
linktitle: ApiManagement
no_list: true
---
To install the CRDs for these resources, your ASO configuration must include `apimanagement.azure.com/*` as a 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.

### Next Release

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 |
|----------|-------------|---------------|----------------|-------------------------------------------------------------------------------------------------------------------------------------|
| Service | 2022-08-01 | v1api20220801 | v2.4.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/apimanagement/v1api20220801/v1api20220801_service.yaml) |

20 changes: 20 additions & 0 deletions v2/api/apimanagement/customizations/service_extension_types_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions v2/api/apimanagement/customizations/structure.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// Code generated by azure-service-operator-codegen. DO NOT EDIT.
github.com/Azure/azure-service-operator/v2/api/apimanagement/customizations
└── ServiceExtension: Object (0 properties)
10 changes: 10 additions & 0 deletions v2/api/apimanagement/v1api20220801/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 31 additions & 0 deletions v2/api/apimanagement/v1api20220801/groupversion_info_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2e2d223

Please sign in to comment.