Michael van Rooijen

Results 3 comments of Michael van Rooijen

Get-MgPlace : The server responded with a Request Error, Status: NotAcceptable At line:1 char:1 + Get-MgPlace -Top 10 -Debug + ~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: ({ Top = 10, Ski...ndProperty...

current workarround using Invoke-vsTeam `Invoke-VSTeamRequest -ContentType "application/json" -method Post -ProjectName $AzureDevOps.ProjectName -Area 'build' -Resource 'builds' -body ($body | ConvertTo-Json) -version ([vsteam_lib.Versions]::Build) `