Deavon M. McCaffery
Deavon M. McCaffery
@xuzhang3 : we are seeing the same thing (never ending loop) when trying to change the description: ```terraform resource "azuredevops_team" "governance" { project_id = azuredevops_project.project.id name = "Governance" description =...
@xuzhang3 -- I think I figured it out -- its related to an import when a description exists whereby the import fails to pull in the description. This seems to...
If null is an invalid value for SetBaggageItem, then the value should be [NotNull] and should throw an ArgumentNullException. ```csharp span.SetBaggageItem("userId", null); // should throw ArgumentNullException if null values are...
We have also hit this issue in a slightly different form whereas a depends_on on the resource will cause a diff in tags vs tags_all at plan time even though...
I meant to do this but got side tracked on other things. I think the maintainers want to support the ability to pass in an entire es client instance that...
I hacked a solution in this PR: https://github.com/fluxcd-community/helm-charts/pull/94
I'm also happy to work on this now that agreement to implement a separate command (push) is there. I will have time this coming weekend. If anyone else wants to...
The cluster domain will be resolved by #140 as it was causing issues for me reported in #139
This seems to be an issue with the /signin invocation, which causes the /integrationinfo to fail. Also, the URL for the oidc auth endpoint should not include the /auth/ prefix....