Bevan Arps
Bevan Arps
**Describe the current behavior** Many of our golden tests (the ones driven by test data under `v2\tools\generator\internal\codegen\testdata`) are checking for the structure of the final data types, but also contain...
We currently have both Pre-requisites and Post-requisites on our pipeline stages; these are used to enforce a partial ordering on the stages to ensure they run correctly. The two kinds...
We're planning on comparing the resource-as-defined with the resouce-as-read-from-ARM and doing a reconciliation between the two (First steps towards this are PR #2022 and Issue #1491). As already discussed, we're...
In commit [7a704f59](https://github.com/Azure/azure-resource-manager-schemas/commit/7a704f59e734099cef4a7fba901cca4fb0a5224d), preview versions of the `Microsoft.Authorization` service were deleted. This orphans one of our resources, as we're importing `RoleAssignment` from API version `2020-08-01-preview`. If we upgrade to the...
Our HTTP test recordings currently include a lot of noise where the operator is waiting for ARM to finish a prior request. We could reduce the size of the recordings...
**Describe the current behavior** On the [Supported Resources](https://azure.github.io/azure-service-operator/reference/) page of our documentation, we currently link to a sample for each resource, but not to the documentation. **Describe the improvement** One...
**Describe the current behavior** We have digrams that require GraphViz dot to render, but that tool isn't included in our devcontainer. **Describe the improvement** Modify the dev container to include...
Define the required YAML format for capturing renaming vs end-of-life for properties and integrate that into the generation process for the conversion routines. Prerequisites: Azure/k8s-infra#353 & Azure/k8s-infra#354
Add generation of the interfaces to allow the conversion process to be customized with handwritten code and integrate use of those interfaces into the generated conversion routines. Prerequisites: Azure/k8s-infra#354
For some resources it would be useful to make key properties available via a config map for consumption elsewhere in the cluster. Examples include | Service | Property Path |...