-
Notifications
You must be signed in to change notification settings - Fork 227
Expose package SdkType in Apiview URI #12323
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
Conversation
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.
Pull Request Overview
This PR exposes the package SdkType in APIView URI by adding packageType as a new parameter to API review submission requests.
- Added packageType parameter to API review functions to include SdkType metadata
- Updated both direct artifact upload and token file upload methods to pass the packageType
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| eng/common/scripts/Detect-Api-Changes.ps1 | Modified Submit-Request function to accept and pass packageType parameter from package metadata |
| eng/common/scripts/Create-APIReview.ps1 | Updated Upload-SourceArtifact and Upload-ReviewTokenFile functions to include packageType in API requests |
|
The following pipelines have been queued for testing: |
tjprescott
left a comment
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.
Why is this not just part of the PR that adds SdkType to the relevant APIView endpoints?
tjprescott
left a comment
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.
Please simply merge these changes into #12252 to ensure they go in at the same time.
|
@helen229 can you link to the issue we are trying to address with this change? Why do we need to packageType and what is it exactly? Is it mgmt vs data? |
|
This looks like overlap with your other PR I just merged @helen229 should this be closed? |
Closes #12242
corresponding PR for API view side changes:
#12398