Peter Ombwa
Peter Ombwa
Thanks for surfacing this. We plan to address the mismatched cmdlets in [v2](https://github.com/microsoftgraph/msgraph-sdk-powershell/milestone/23) to avoid breaking existing customers. We will do this by updating our REGEX-based module mapping config to...
As part of this task, we should add links to various online reference docs for relevant parameters. e.g., `Connect-MgGraph -Scope` should have a link to https://docs.microsoft.com/en-us/graph/permissions-reference in its description.
It appears that this is a service issue given the `206 partial content` status code and the `Warning: 199 - "Microsoft/Microsoft Defender ATP/400/248"` response header. Here is what the API...
Got it! In this case, we will need to update AutoREST.PowerShell to handle all `2xx` status codes as success and log relevant `warning` headers (if present) to the warning stream...
Also affects https://github.com/microsoftgraph/msgraph-sdk-powershell/issues/749.
Discriminate based on `@odata.type` as the `propertyName` e.g. Group owners.
To support `OpenType` entities, we need to: 1. Add an `OpenAPI` [discriminator object](https://swagger.io/specification/#discriminatorObject) on the schema that is inherited from e.g. `microsoft.graph.directoryObject`.  2. Ensure schemata that inherit from the...
We should also consider implementing https://github.com/microsoftgraph/msgraph-sdk-powershell/issues/1055 once discriminator support is available in the OpenAPI files.
~Once the change described above has been made in DevX API, we should then alias all `Id` parameter names as `ObjectId`.~
Closed by https://github.com/microsoftgraph/msgraph-sdk-powershell/pull/1462. The feature will be available in v2 of the SDK.