oliverholliday
oliverholliday
The built in --help and --version outputs are printed to stderr instead of stdout, you have to redirect them to use the commands properly. `test --version` returns the version number,...
I changed properties on an azure kubernetes cluster which required it to be redeployed, but when running the update the cluster was replaced and then I got the following error:...
I've started getting this when trying to update an existing AKS cluster: ``` Diagnostics: azure:containerservice:KubernetesCluster (deveu2): error: azure:containerservice/kubernetesCluster:KubernetesCluster resource 'deveu2' has a problem: "addon_profile.0.http_application_routing.0.http_application_routing_zone_name": this field cannot be set error:...
When creating DNS zone records or MSI users if there's an existing resource with that name / location it gets silently adopted. I would have expected an error about a...
I quite often (I know I should have learned by now) create resources with names that kube rejects - pulumi doesn't reject the name until it's tried to create the...
When creating a pipeline the --folder-path parameter will sanitise `/` into `\` and create the pipeline at the expected path. When listing pipelines the --folder-path does not sanitise the path...