Bevan Arps
Bevan Arps
At the moment we are doing a unilateral PUT of each resource when we reconcile; this works but has some drawbacks. * Users with many resources have run up against...
**Describe the current behavior** Due to restrictions on GITHUB_TOKEN permissions, we're currently using a PAT for selected GH actions, which is suboptimal. **Describe the improvement** We've seen mention of people...
**What this PR does / why we need it**: We've noticed a significant number of properties that should have been flagged as secrets, but which weren't noticed earlier. In this...
## What this PR does / why we need it Removes the legacy suppression for `subscription` and regenerates the ARM files in their new location. ## How does this PR...
## What this PR does / why we need it Removes the legacy suppression for `search` and regenerates the ARM files in their new location. ## How does this PR...
## What this PR does / why we need it Removes the legacy suppression for `network` and regenerates the ARM files in their new location. Required a bit of bug...
## What this PR does Updates our issue templates to use markdown headings and to clarify the language. ## Special notes for your reviewer Our existing templates have been irritating...
## Describe the bug In the lead up to the release of ASO v2.10 we observed the test `Test_Networking_PrivateEndpoint_WithoutAutoApproval_CRUD` failing with an error in the task `controller:test-integration-kind-ci`: ``` No future...
## Describe the current behavior Some of our tests are flaky; we've made improvements to our test infrastructure to improve things, but the tests need to be rerecorded for those...
## Describe the current behavior When importing resources using `asoctl`, it synthesizes resource names based on the hierarchy of ownership in order to generate unique names for every resource. This...