-
Notifications
You must be signed in to change notification settings - Fork 54
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/importer-rest-api-specs
: detecting the Common IDs for Bot Service
#3576
Conversation
… constant name The Resource ID defined within the API Definitions and the Common ID may have a differing Name and/or Values therefore we can't rely on the name being the same. Providing the Resource ID Segment is the same Type and has a Reference, as long as the rest of the Resource ID Segments match then we can assume these are the same Resource ID. This works around an issue where a couple of the Resource IDs in Bot Service only support a subset of the Constant Values and where the name of the Constant differs between the API Definitions and the Common ID.
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.
LGTM
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 🤙. |
Fixes #2830
Unblocks #3511