Matthew Christopher
Matthew Christopher
I think the URL you supplied just isn't properly formatted? The error is: > 'https://kv-poc-gw.vauified in '/subscriptions/f24d891b-9c08-4e48-a5e3-1686587a3ad2/resourceGroups/aso-sample-rg/providers/Microsoft.Network/applicationGateways/aso-sample-application-gateway/sslCertificates/pfxcrt' is invalid. Reasvalid Key Vault URI should be in the following format: https://{keyvaultname}.{keyvaultdomain}/secrets/{secretname}....
Closing this because there was no response. Please reply or reopen here if you have further questions.
The above PR resolves this, with one exception. We added `Microsoft.Compute/diskAccesses`, but did _not_ add `Microsoft.Compute/diskAccesses/privateEndpointConnections`. This is because the `privateEndpointConnections` resource is only used to approve `privateEndpoints`. Our current...
This does sound like a good idea. We'd be willing to accept a contribution as well, but if nobody gets around to that we'll see if we can't come up...
We may need to have a look around to see if we can find what "Base Database Service" is in ARM. I'm guessing/hoping it's there but possibly just under a...
Possible fixes: - Could read retry speed from an environment variable - Could read it from a static variable location (similar to version) - Could shrink the number of recorded...
Still interested in doing this
May not get to this til early Jan, given leave.
See where this came up: #4807
https://learn.microsoft.com/en-us/azure/api-management/api-management-howto-policies#scopes Looks like it supports a bunch of different scopes. We support: Workspace and product scope but not API scope: https://github.com/Azure/azure-service-operator/blob/main/v2/azure-arm.yaml#L1091