-
Notifications
You must be signed in to change notification settings - Fork 228
Add a step explicitly to verify setup #13331
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
Add a step explicitly to verify setup #13331
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 restructures the local SDK workflow instructions to make the setup verification step more explicit and prominent. The change addresses an issue where the setup verification was mentioned but not executed when running local SDK generation from the specs repository.
Key changes:
- Added a dedicated Step 6 for verifying setup before SDK generation
- Updated the workflow outline to include setup verification as a distinct step (step 5 in the outline)
- Removed "Part A:" and "Part B:" prefixes from section headers for cleaner formatting
|
The following pipelines have been queued for testing: |
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#13331
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#13331
verify setup is not executed when running local SDK gen from specs repo even though instruction refers it. This PR has a change to add an explicit step to verify the setup before running SDK gen locally for a language