Skip to content

Commit

Permalink
Merge branch 'main' into feature/new-redis
Browse files Browse the repository at this point in the history
  • Loading branch information
matthchr committed Aug 28, 2023
2 parents 96cb206 + 41622d9 commit 5078ee8
Show file tree
Hide file tree
Showing 34 changed files with 11,703 additions and 1,041 deletions.
8 changes: 8 additions & 0 deletions docs/hugo/content/reference/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,14 @@ These resource versions are deprecated and will be removed in an upcoming ASO re

To install the CRDs for these resources, your ASO configuration must include `compute.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 |
|-------------------|-------------|---------------|----------------|---------------------------------------------------------------------------------------------------------------------------------|
| DiskEncryptionSet | 2022-07-02 | v1api20220702 | v2.3.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/compute/v1api/v1api20220702_diskencryptionset.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.
Expand Down
8 changes: 8 additions & 0 deletions docs/hugo/content/reference/compute/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ no_list: true
---
To install the CRDs for these resources, your ASO configuration must include `compute.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 |
|-------------------|-------------|---------------|----------------|---------------------------------------------------------------------------------------------------------------------------------|
| DiskEncryptionSet | 2022-07-02 | v1api20220702 | v2.3.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/compute/v1api/v1api20220702_diskencryptionset.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.
Expand Down

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

1 change: 1 addition & 0 deletions v2/api/compute/customizations/structure.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Code generated by azure-service-operator-codegen. DO NOT EDIT.
github.com/Azure/azure-service-operator/v2/api/compute/customizations
├── DiskEncryptionSetExtension: Object (0 properties)
├── DiskExtension: Object (0 properties)
├── ImageExtension: Object (0 properties)
├── SnapshotExtension: Object (0 properties)
Expand Down
133 changes: 133 additions & 0 deletions v2/api/compute/v1api20200930storage/disk_types_gen.go

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

85 changes: 85 additions & 0 deletions v2/api/compute/v1api20200930storage/disk_types_gen_test.go

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

4 changes: 3 additions & 1 deletion v2/api/compute/v1api20200930storage/structure.txt
Original file line number Diff line number Diff line change
Expand Up @@ -300,4 +300,6 @@ github.com/Azure/azure-service-operator/v2/api/compute/v1api20200930storage
│ ├── Type: *string
│ └── UniqueId: *string
├── augmentConversionForExtendedLocation: Interface
└── augmentConversionForExtendedLocation_STATUS: Interface
├── augmentConversionForExtendedLocation_STATUS: Interface
├── augmentConversionForSourceVault: Interface
└── augmentConversionForSourceVault_STATUS: Interface
Loading

0 comments on commit 5078ee8

Please sign in to comment.