-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tools/data-api-differ
: refactoring to use the new Data API SDK [Phase 4]
#3789
Conversation
181db79
to
7845426
Compare
7845426
to
f777630
Compare
Breaking ChangesNo Breaking Changes were found 👍 |
Summary of ChangesNo Breaking or Non-Breaking Changes were found 👍 |
New Resource ID Segments containing Static IdentifiersNo new Resource ID Segments containing Static Identifiers were identified in the set of changes 🤙. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spotted a few imports needing sorted, but otherwise this LGTM!
tools/data-api-differ/internal/commands/detect_breaking_changes.go
Outdated
Show resolved
Hide resolved
tools/data-api-differ/internal/commands/output_resource_id_segments.go
Outdated
Show resolved
Hide resolved
f777630
to
547c7c4
Compare
Breaking ChangesNo Breaking Changes were found 👍 |
Summary of ChangesNo Breaking or Non-Breaking Changes were found 👍 |
New Resource ID Segments containing Static IdentifiersNo new Resource ID Segments containing Static Identifiers were identified in the set of changes 🤙. |
Dependent on #3784
This PR refactors the
./tools/data-api-differ
tool to use the updated models from./tools/data-api-sdk
- which also adds support forSourceDataType
(which enables diffing the Microsoft Graph API Definitions in the future).