Tim
Tim
According to the API [reference](https://docs.microsoft.com/en-us/graph/api/trustframework-post-trustframeworkpolicy?view=graph-rest-beta.), it expects a request payload with a content-type of application/xml. We end up sending a json post because the description in the metadata is that...
According to the[ API reference doc ](https://learn.microsoft.com/en-us/graph/api/resources/accessreviewinstance?view=graph-rest-1.0)POST method is not supported leading to overgeneration of cmdlets in Microsoft Graph PowerShell SDK (https://github.com/microsoftgraph/msgraph-sdk-powershell/issues/2440) The proposal is to have it removed from...
According to the[ API reference doc ](https://learn.microsoft.com/en-us/graph/api/resources/privilegedaccessgroupassignmentschedule?view=graph-rest-1.0)POST and DELETE methods are not supported leading to overgeneration of cmdlets in Microsoft Graph PowerShell SDK (https://github.com/microsoftgraph/msgraph-sdk-powershell/issues/2502)
The Odata ``search`` query parameter needs to be removed as it is not supported by the API. This is related to https://github.com/microsoftgraph/msgraph-sdk-powershell/issues/2391
Related to https://github.com/microsoftgraph/microsoft-graph-devx-api/issues/1329 Missing post operation as per the api reference documentation [here ](https://learn.microsoft.com/en-us/graph/api/security-ediscoverycustodian-post-usersources?view=graph-rest-1.0&tabs=http)
Patch operation for this path ``/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}`` should be restricted from being generated because the Microsoft Graph schema doesn't include an annotation that the operation is supported. See related [issue](https://github.com/microsoftgraph/microsoft-graph-docs-contrib/issues/1223)
This pull request was automatically created by Azure Pipelines. **Important** Check for unexpected deletions or changes in this PR.
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the latest version - [X] Search the existing issues. ### Steps...
The path ``/users/{user-id}/authentication/methods/$count`` does not have an Api reference document here https://learn.microsoft.com/en-us/graph/api/resources/authenticationmethod?view=graph-rest-1.0 and also returns a 400. This should be removed from subsequent Open Api refresh
This pull request was automatically created by Azure Pipelines. **Important** Check for unexpected deletions or changes in this PR.