-
Notifications
You must be signed in to change notification settings - Fork 221
Address usability experience for azsdk verify-setup
#12976
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
|
The following pipelines have been queued for testing: |
eng/common/instructions/azsdk-tools/verify-setup.instructions.md
Outdated
Show resolved
Hide resolved
Co-authored-by: jenny <[email protected]>
|
The following pipelines have been queued for testing: |
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 improves the usability of the azsdk verify-setup command by clarifying instructions and removing formatting issues. The changes focus on making error messages and setup instructions more user-friendly and actionable.
Key Changes:
- Improved clarity of Python tool installation instructions by explicitly mentioning the need to navigate to the SDK repository root
- Fixed formatting issues in instructions (removed unnecessary backticks)
- Refined Python environment variable guidance to be more concise and less demanding
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| VerifySetupResponse.cs | Added blank line for improved code formatting |
| RequirementsV1.json | Removed backticks from npm command and added repository navigation context to Python tool instructions |
| verify-setup.instructions.md | Rewrote Python environment variable guidance to be more informative and less directive |
tools/azsdk-cli/Azure.Sdk.Tools.Cli/Configuration/RequirementsV1.json
Outdated
Show resolved
Hide resolved
tools/azsdk-cli/Azure.Sdk.Tools.Cli/Configuration/RequirementsV1.json
Outdated
Show resolved
Hide resolved
tools/azsdk-cli/Azure.Sdk.Tools.Cli/Configuration/RequirementsV1.json
Outdated
Show resolved
Hide resolved
tools/azsdk-cli/Azure.Sdk.Tools.Cli/Configuration/RequirementsV1.json
Outdated
Show resolved
Hide resolved
|
The following pipelines have been queued for testing: |
Closes #12927