msgraph-sdk-powershell icon indicating copy to clipboard operation
msgraph-sdk-powershell copied to clipboard

Add metadata checks as part of PR Gate

Open timayabi2020 opened this issue 1 year ago • 0 comments

This task aims to detect metadata changes that may introduce breaking changes on existing cmdlets. This will entail the following activities.

  • [ ] Detect URI changes in generated cmdlets metadata.
  • [ ] Add list of path properties to cmdlet metadata and use it for detecting any changes i.e. Omissions/Deletions.
  • [ ] Add operation Ids to cmdlet metadata and use it for detecting any changes i.e. Omissions/Deletions.

The above steps will take place in the existing build pipelines and alerts/warnings will be available in the event there are any changes.

timayabi2020 avatar May 03 '24 15:05 timayabi2020