Skip to content
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

Merged

Conversation

praveenkuttappan
Copy link
Member

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.

@praveenkuttappan praveenkuttappan added APIView Central-EngSys This issue is owned by the Engineering System team. labels Mar 29, 2024
@praveenkuttappan praveenkuttappan self-assigned this Mar 29, 2024
@azure-sdk
Copy link
Collaborator

The following pipelines have been queued for testing:
java - template
java - template - tests
js - template
net - template
net - template - tests
python - template
python - template - tests
You can sign off on the approval gate to test the release stage of each pipeline.
See eng/common workflow

@@ -153,6 +153,13 @@ function Submit-APIReview($packageInfo, $packagePath)
}
}

function IsApiviewStatusCheckRequired($packageInfo)
Copy link
Member

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?

@azure-sdk
Copy link
Collaborator

The following pipelines have been queued for testing:
java - template
java - template - tests
js - template
net - template
net - template - tests
python - template
python - template - tests
You can sign off on the approval gate to test the release stage of each pipeline.
See eng/common workflow

praveenkuttappan pushed a commit to Azure/azure-sdk-for-js that referenced this pull request Mar 29, 2024
@praveenkuttappan praveenkuttappan merged commit 7413b06 into Azure:main Mar 29, 2024
12 checks passed
@praveenkuttappan praveenkuttappan deleted the skip_packagename_status_for_arm branch March 29, 2024 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
APIView Central-EngSys This issue is owned by the Engineering System team.
Projects
Status: ✅ Done
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants