Bevan Arps
Bevan Arps
**Describe the current behavior** At the moment, ARM types generated by the ASO code generator sit alongside the other types generated to support each resource, polluting the package directory with...
**Describe the current behavior** We are currently synthesizing separate ARM types for the Spec and Status of a resource. The spec ARM type used exclusively for resource PUTs and the...
Add support for Azure Data Explorer (Kusto) resources. The main resource is [Microsoft.Kusto/Cluster](https://learn.microsoft.com/en-us/azure/templates/microsoft.kusto/clusters?pivots=deployment-language-arm-template) but it appears there are a number of useful child resources to consider.
To this point we've taken an ad-hoc approach to version updates of supported ASO resources, bringing in the new versions when users request. We think there's merit in investigating how...
**What this PR does / why we need it**: Moves ARM types to subpackages, subject to a deny list that maintains the status quo. We can remove groups from the...
**Describe the current behavior** For many CRD properties, we have the information about whether the property is mandatory or not (we embed that in the source in the form of...
**Describe the current behavior** We've identified that some of our coded tests (in the `internal/controllers` package) create all the resources one at a time, and therefore don't reveal whether there...
We've had multiple requests for ASO resources to have greater support for dynamic properties - #2950 being one example. While we have good support for publishing dynamic values from Azure...
**Describe the current behavior** Once #3022 merges, we'll be using a private fork of **htmltest** that includes support for sites that publish to subfolders. **Describe the improvement** Once [PR#215](https://github.com/wjdp/htmltest/pull/215) merges...
**Describe the current behavior** Some of our extensions need to be implemented on every version of a resource, or none at all. For example, the `genruntime.Defaulter` interface was implemented for...