Carl in 't Veld
Carl in 't Veld
I am also having this issue. Versions: * PowerShell 7.0.3 * Pester 5.0.4 * PowerShellGet 2.2.4.1 * WSL2 * Windows 10.0.19041 I was able to work around the issue with...
I would like to create a page in the default wiki repository. I was expecting a data resource, but there doesn't seem to be one. How can I create a...
We are heavily relying on PIM for providing temporary access to various file shares. It is currently a big hassle for our users to continuously having to remove account /...
I believe I found the relevant ticket on the msal .NET client side: https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4854
@ridgunn Maybe it has something to do with the many tenants I connect with? Is gcm only capable of cloning from Azure DevOps orgs that are connected with the primary...
I removed git and gcm and reinstalled git for windows with: `winget install --id Git.Git -e --source winget` `git config --global credential.manager helper` Log without user, i.e. `git clone https://dev.azure.com/myorg/myproj/_git/myrepo`...
Well only with user works. When I try without user it fails. My ask is to understand how to enable auth without having to specify a user in the url.
Does the go sdk have some extension point to plug custom rest api calls? Then you can plug your own rest calls for the missing ones.