Resolve remaining path conflicts in v3#3855
Merged
Merged
Conversation
Contributor
Does the PR have any schema changes?Looking good! No breaking changes found. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3855 +/- ##
==========================================
+ Coverage 57.26% 57.37% +0.11%
==========================================
Files 79 79
Lines 12469 12456 -13
==========================================
+ Hits 7140 7147 +7
+ Misses 4799 4766 -33
- Partials 530 543 +13 ☔ View full report in Codecov by Sentry. |
61f6212 to
71c54c1
Compare
71c54c1 to
8fa60df
Compare
danielrbradley
left a comment
Contributor
There was a problem hiding this comment.
Overall looks good. Might be worth a quick sync call to make sure I understand all the moving parts.
e6f68fe to
e9b020c
Compare
Contributor
|
This PR has been shipped in release v2.84.0. |
thomas11
added a commit
that referenced
this pull request
Jan 27, 2025
thomas11
added a commit
that referenced
this pull request
Jan 29, 2025
thomas11
added a commit
that referenced
this pull request
Jan 29, 2025
thomas11
added a commit
that referenced
this pull request
Feb 1, 2025
thomas11
added a commit
that referenced
this pull request
Mar 7, 2025
thomas11
added a commit
that referenced
this pull request
Mar 13, 2025
thomas11
added a commit
that referenced
this pull request
Mar 17, 2025
thomas11
added a commit
that referenced
this pull request
Mar 18, 2025
thomas11
added a commit
that referenced
this pull request
Mar 18, 2025
thomas11
added a commit
that referenced
this pull request
Mar 20, 2025
thomas11
added a commit
that referenced
this pull request
Mar 20, 2025
thomas11
added a commit
that referenced
this pull request
Mar 26, 2025
thomas11
added a commit
that referenced
this pull request
Mar 27, 2025
This was referenced Sep 1, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves #2495.
The first two commits bring the conflicts down to one or two, depending on how you count.
{ "MachineLearningServices": { "ConnectionRaiBlocklist": { "/subscriptions/{}/resourcegroups/{}/providers/microsoft.machinelearningservices/workspaces/{}/connections/{}/raiblocklists/{}": [ "2024-07-01-preview", "2024-10-01-preview", "default" ], "/subscriptions/{}/resourcegroups/{}/providers/microsoft.machinelearningservices/workspaces/{}/connections/{}/raiblocklists/{}/raiblocklistitems/{}": [ "2024-04-01-preview" ] }, "ConnectionRaiBlocklistItem": { "/subscriptions/{}/resourcegroups/{}/providers/microsoft.machinelearningservices/workspaces/{}/connections/{}/raiblocklists/{}": [ "2024-04-01-preview" ], "/subscriptions/{}/resourcegroups/{}/providers/microsoft.machinelearningservices/workspaces/{}/connections/{}/raiblocklists/{}/raiblocklistitems/{}": [ "2024-07-01-preview", "2024-10-01-preview", "default" ] } } }TODO
ConnectionRaiBlocklist
They made a mistake in 2024-0-01-preview, which is the v2 default version, in that they swapped the operationId’s of two resources.
Aliases