William O'Hara
William O'Hara
> ### `az feedback` auto-generates most of the information requested below, as of CLI version 2.0.62 **Related command** az pipelines runs list **Describe the bug** this command gives me the...
https://github.com/manicminer/hamilton/blob/d185bae4531b33a82a48259ee1575bb50774d502/msgraph/serviceprincipals.go#L107 I am using hamilton in my project to work with msGraph, specifically to create and manage service principals and groups in azure. I am calling this function in my...
### Provider version Run `terraform -v` ``` Terraform v1.9.4 on linux_amd64 + provider registry.terraform.io/hashicorp/azuread v2.33.0 + provider registry.terraform.io/hashicorp/azurerm v3.48.0 + provider registry.terraform.io/hashicorp/helm v2.14.0 + provider registry.terraform.io/hashicorp/kubernetes v2.18.1 + provider registry.terraform.io/hashicorp/time...
Running Linux in WSL, set up all Bazel dependencies running bazel build command hitting error ``` ERROR: An error occurred during the fetch of repository 'python3_12': Traceback (most recent call...
I like to use terraform by converting my k8 manifests to terraform using https://github.com/jrhouston/tfk8s. This is what terraform recommends here - https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs/resources/manifest#importing-existing-kubernetes-resources-as-kubernetes_manifest I download the manifest file from https://github.com/kubernetes-sigs/hierarchical-namespaces/releases/download/v1.1.0/default.yaml then...