Peter Ombwa

Results 221 comments of Peter Ombwa

@oliverroer, sorry about that. We were initially blocked by a dependency resolution issue in PowerShellGetv2 when were in preview hence the current version logic. The issue is no longer present,...

@georgend at a minimum, older versions should always work for v1.0 profile.

After experimenting with this, it looks like we won't be able to support this due to our current Authentication module dependency structure. Due to PowerShell 5.1 strict dependency requirements, customers...

Thanks for bringing this to our attention! This is indeed a bug with `Find-MgGraphCommand` when attempting to match the parenthesis in the provided OData function. As a workaround, you can...

Investigate extensibility options for adding custom elements such as links to docs.

Depends on https://github.com/microsoftgraph/microsoft-graph-devx-api/issues/615

Sorry about this, and thanks for surfacing the error with us. We've released a patch that fixes the issues at https://github.com/microsoftgraph/msgraph-sdk-powershell/releases/tag/1.11.1. Please upgrade to the latest version of the module...

Was fixed by https://github.com/microsoftgraph/msgraph-sdk-powershell/releases/tag/1.11.1.

The command is calling beta endpoint as expected (use Fiddler to verify). The issue is with the `-Debug`. The debug event listener isn't aware of the profile change due how...