Tim

Results 184 comments of Tim

Hi @rfolkers, apologies for the delayed response on this issue. However, I couldn't replicate your issue because I managed to execute the function app successfully using the latest Microsoft Graph...

@dinowang thanks a lot for identifying this issue. Indeed, this is a violation based on Open Api spec description. https://spec.openapis.org/oas/v3.0.3. I am transferring this issue to the team responsible so...

@irvinesunday for the last one i.e ``users_GetPhotos`` there is the singularization function which ends up singularizing the operation id. I think having the tag as ``users_GetPhotoById`` should resolve this issue.

@blackadi thanks for identifying and reporting this issue. The cmdlet corresponds to this ``/users/{user-id}/authentication/methods/$count`` Microsoft Graph Api path which unfortunately I'm not able to trace its reference documentation [here](https://learn.microsoft.com/en-us/graph/api/resources/authenticationmethod?view=graph-rest-1.0). It...

@alexandair thank you for identifying and reporting this issue. We have raised the issue with the team tasked with maintaining and availing permissions.

@titlerequired thank you for suggesting an alternative. However, I will close this because the issue had already been reported here https://github.com/microsoftgraph/msgraph-sdk-powershell/issues/2580. Looks like is a general problem across certain cmdlets.

@ross-r apologies for the late reply. The service is giving a false response indicating that the required scopes have not been provided yet they have been provided. With such a...