Tim

Results 47 issues of Tim

Based on the documentation [here](https://learn.microsoft.com/en-us/graph/api/backuprestoreroot-list-driveprotectionunits?view=graph-rest-1.0&tabs=http) and [here](https://learn.microsoft.com/en-us/graph/api/backuprestoreroot-list-siteprotectionunits?view=graph-rest-1.0&tabs=powershell), wrong PowerShell snippets have been provided for the documented http paths, ``/solutions/backupRestore/protectionUnits/microsoft.graph.driveProtectionUnit`` and ``/solutions/backupRestore/protectionUnits/microsoft.graph.siteProtectionUnit`` respectively. More information can be found on the PowerShell...

Based on the Api reference document here https://learn.microsoft.com/en-us/graph/api/sitepage-update?view=graph-rest-1.0&tabs=http the open Api file should have a `Patch` operation

ToTriage

 Fixes #3119 This implementation is based on the design spec [here](https://microsoft.sharepoint-df.com/:w:/t/GraphTooling/Eb9B4eKdvfRPhyLL7SpxCc4BxQ9b3Ip5hKVFKR-3gB2gjA?e=nZ4ykM) ### Changes proposed in this pull request

Given a path like `/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage` only GET is available for the type cast. There is need to investigate how to support other operations.

The following tags are missing from the latest [metadata ](https://github.com/microsoftgraph/msgraph-metadata/blob/master/openapi/v1.0/powershell_v2.yaml)for PowerShell. ``users.Actions`` ``users.Functions`` ``deviceManagement.Functions`` ``deviceManagement.Actions``. This means that if you try to slice the metadata using the above tags, the...

The bump is required to address a security vulnerability in `path-to-regexp` package. Refer to this [issue ](https://github.com/Azure/autorest.testserver/issues/427)for more details.

As per the [national vulnerability database](https://nvd.nist.gov/vuln/detail/CVE-2024-45296) path-to-regexp needs to be upgraded from version 0.1.7 to 0.1.10.