Matthew Christopher

Results 114 issues of Matthew Christopher

See https://github.com/Azure/azure-workload-identity/blob/main/.pipelines/templates/scan-images.yaml#L16 for an example

task

**Describe the current behavior** `ResourceGroup` is the only resource we support that has this pattern, and it's not autogenerated. **Describe the improvement** If/when we want to support autogenerating other location...

low-priority
technical-debt 📈

Kubernetes doesn't have great support for removing unsupported CRD versions using `kubectl`. A vanilla `kubectl apply -f` of a CRD that no longer contains a version that it once contained...

task
P0

In order to support the purge protection scenarios supported by KeyVault, each of these properties must be possible to set in the spec. See [CreateMode](https://docs.microsoft.com/en-us/rest/api/keyvault/vaults/createorupdate#createmode) and [enablePurgeProtection](https://docs.microsoft.com/en-us/rest/api/keyvault/vaults/createorupdate#vaultproperties) for more details.

new-feature

**Describe the current behavior** The Helm chart performs installation with the assumption that the environment is single-tenant. **Describe the improvement** Either parameterize the existing Helm chart, or provide a sister...

task

**Describe the current behavior** Today we lay the files out with all the methods for types in the same file as the types. ARM types are in the same package...

technical-debt 📈

**Describe the current behavior** Today, there is a special `flattenedPropertyHandler` handler for properties that have been flattened, and a `referencePropertyHandler` for properties that are references. Unfortunately, if a property is...

technical-debt 📈

Relying on a spec has means that we can't notice changes to the underlying Azure resource and fix them, which is one of the big selling points of the operator...

task

**Describe the bug** MySQLAADUser representing an AAD Group cannot be logged in as on the MySQL server. **To Reproduce** Steps to reproduce the behavior: 1. Create a `MySQLAADUser` for a...

bug
known-issue

There are a number of these that are due to conversion from Swagger where all of the fields of a type are read-only: For example: 1. https://schema.management.azure.com/schemas/2019-03-01/Microsoft.Compute.Galleries.json - GalleryProperties.Identifier 2....