Adrian Walker

Results 5 comments of Adrian Walker

@Microsoft as you've decided to create a new module for Graph, as opposed to adding the functionality to the existing Az module, we have to authenticate again, therefore, please make...

Hi @peombwa, What I mean by supporting the `-Credential` parameter is the same as `Connect-AzAccount` using a **Secret**-based service principal. Here is your (incomplete) example: https://docs.microsoft.com/en-us/powershell/module/az.accounts/connect-azaccount?view=azps-8.1.0#example-3-connect-to-azure-using-a-service-principal-account I notice `Connect-MgGraph` supports...

As per normal, it was me! I was using the wrong pipeline, designed to package for Chocolatey as opposed to PowerShellGet. This meant the NuPkg didn't have the .psd1 file...

@HowardWolosky, Thanks for the reference. There's quite a lot involved! Although it does appear the docs have been updated to state `visibility` is for Enterprise organisations only: ![image](https://user-images.githubusercontent.com/68354513/198559307-d0b30321-2257-4d97-ab95-dc5cc47868e2.png) I'll try...

That was easier than I thought: ``` PS C:\> $oReq = Invoke-GHRestMethod -UriFragment "orgs/{my-enterprise-org}/" -Method Get -Description "Get organisation" PS C:\> $oReq.plan name : enterprise space : 976562499 private_repos :...