-
Notifications
You must be signed in to change notification settings - Fork 183
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
Skip API review package name approval for management plane packages #7977
Skip API review package name approval for management plane packages #7977
Conversation
The following pipelines have been queued for testing: |
@@ -153,6 +153,13 @@ function Submit-APIReview($packageInfo, $packagePath) | |||
} | |||
} | |||
|
|||
function IsApiviewStatusCheckRequired($packageInfo) |
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.
How do you expect individual languages to override this check?
Co-authored-by: Wes Haggard <[email protected]>
Co-authored-by: Wes Haggard <[email protected]>
The following pipelines have been queued for testing: |
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#7977
Package name approval check is enforced for management plane package also due to a recent bug that got introduced as part of recent script restructure to consolidate language specific script into common script.
This PR has changes to skip package name check for management plane libraries.