Skip to content

Commit

Permalink
Merge branch 'main' into feature/move-storage-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
theunrepentantgeek committed Oct 4, 2023
2 parents 8fbba9a + b7c6452 commit 6683103
Show file tree
Hide file tree
Showing 38 changed files with 21,717 additions and 17 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/api-docs-repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,11 @@ jobs:
docker exec "$container_id" task controller:gen-crd-docs
# After generating the API docs (above), regenerate our index files as now new CRDs can be linked to their docs
# Have to force this to ensure the index files are updated
- name: Generate Index files
run: |
container_id=${{ env.container_id }}
docker exec "$container_id" task controller:generate-types
docker exec "$container_id" task controller:generate-types --force
# Workaround for getting "Permission denied" errors when trying to stage files
- name: Take Ownership
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/deploy-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ on:
push:
branches:
- main

paths:
- "docs/**"

jobs:
deploy-site:
runs-on: ubuntu-latest
Expand Down
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 6683103

Please sign in to comment.