Azure / Azure/azure-sdk-tools

[Breaking Change]s cross-version reports missing paths that were moved to another file

Open
#6,278 2 comments 0 reactions 1 assignee Claimed by @konrad-jamrozik View on GitHub
Breaking Changes bug Central-EngSys Spec PR Tools
Dominant language
C#
Stars
135
Forks
260
Avg merge
3d 1h
Merged PRs (30d)
144

Description

The Breaking Changes (cross-version) check in [PR 24249](https://github.com/Azure/azure-rest-api-specs/pull/24249) is flagging many "RemovedPath" issues for paths that were moved to a different file.

The PR moves a number of paths from the MachineLearningServices.json file to workspaceRP.json file. The readme.md was updated to add the new workspaceRP.json file to the new tag. But the PR check flags them as missing.

Take the first two issues:

```
- RemovedPath '/providers/Microsoft.MachineLearningServices/operations'
- RemovedPath '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}'
```

Both paths are present in workspaceRP.json.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.