-
Notifications
You must be signed in to change notification settings - Fork 227
Update Env Setup Instructions Prompt Parameters #12867
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 updates the documentation for the VerifySetup tool to reflect a breaking change in its API: the removal of the venvPath parameter in favor of using the AZSDKTOOLS_PYTHON_VENV_PATH environment variable for Python virtual environment configuration.
Key Changes:
- Removed instructions requiring users to specify
venvPathparameter when checking Python environments - Added guidance to ask users about setting the
AZSDKTOOLS_PYTHON_VENV_PATHenvironment variable when Python requirements fail
|
The following pipelines have been queued for testing: |
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#12867 See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow) Co-authored-by: jennypng <[email protected]>
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#12867 See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow) Co-authored-by: jennypng <[email protected]>
#12817 removes the venvPath argument from VerifySetup and relies on user setting an env var
This updates the VerifySetup instructions prompt accordingly