Matt Horgan
Matt Horgan
Hey @robinmalik, @ngetchell, are we able to get these changes released to the PS gallery? I was using the gallery version of the module that doesn't have this functionality and...
Due to the semantic version issue #174 , when you import the package, you're actually importing an old version. The old version actually only expects the base string and auth...
Apologies, the latest commit is actually: ``` go get github.com/bndr/gojenkins@de43c03cf849dd63a9737df6e05791c7a176c93d ``` I've updated my first comment to reflect the correct commit. I've also made the assumption you're using Go modules....
Hi @andikrueger, did you find a solution for this issue in your testing? I tried running the Initialize-SPResourceSecurity command but I'm still running into the error: `Exception calling ".ctor" with...
Hi @andikrueger, you're right - that's my fault for leaving my lab in a half-way provisioned state. When I run it on a clean build, it actually fails with `The...
> Do you experience the same issue if you reference the object IDs directly? I.e. > > ```terraform > resource "azuread_administrative_unit_member" "example" { > administrative_unit_object_id = azuread_administrative_unit.example.object_id > member_object_id =...
> Solution: The metadata host endpoint is queried: "https://%s/metadata/endpoints?api-version=2020-06-01" > > It yields output similar to this: > > ```json > [ > { > "portal":"https://portal.local.azurestack.external/", > "authentication":{ > "loginEndpoint":"https://login.microsoftonline.com/",...