Bevan Arps
Bevan Arps
**Describe the current behavior** We currently have reasonable code coverage over key parts of ASO (though there's room to improve). However, code coverage by itself doesn't tell us very much...
**Describe the current behavior** There's a new linter for detection of potential nil pointer dereference errors that looks worth investigating. [NilAway ](https://www.uber.com/en-NL/blog/nilaway-practical-nil-panic-detection-for-go/)- Practical Nil Panic Detection for Go **Describe the...
**Describe the current behavior** The method `AsType()` on the interface `astmodel.Type`does not allow for implementations to return an error. This forces those implementations to either suppress problems or to panic...
**Describe the current behavior** The code to import an Azure resource currently lacks in testing. We should fix that. On #3212, #matthchr wrote: > Lacking a test related to this...
# Describe the current behavior Our code generated `gopter` tests are valuable, having identified a handful of cases where our code-generated conversion code didn't work correctly, but they take a...
**Describe the bug** As discussed in #3772 the property`RoleAssignmentProperties.DelegatedManagedIdentityResourceId` from the `authorization` group has the wrong type. Unlike the other groups identified in that issue, there is no newer version...
# Describe the current behavior We currently support `2021-07-01` but identified in #3772 that a couple of the properties have the wrong shape. We don't want to change the old...
## Describe the current behavior We currently support `2021-05-01` but identified in #3772 that a couple of the properties have the wrong shape. We don't want to change the old...
**Describe the improvement** A suggestion made via email: > My suggestion to improve ASO would be to include the following node affinity block that would target system nodepools on any...
**Describe the current behavior** At the moment the samples tests create all the refs in one go, then all the resources under test. We've identified a case where this concealed...