Has anyone tried using the `az keyvault secret` se...
# azure
b
Has anyone tried using the
az keyvault secret
set of commands with the Pulumi Command resource? It keeps returning the error
cannot check existence of resource '': status code 400, {"error":{"code":"MissingApiVersionParameter","message":"The api-version query parameter (?api-version=) is required for all requests."}}
for me. I've used the Pulumi Command resource in combination with the
az
CLI for other things without any issues, but this one doesn't seem to be working 😞 I've checked my local version of
az
and it's on the latest (2.54.0) and I'm running
AzureNative
v2