Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
mode: 'agent'
tools: ['azsdk_package_run_check']
---

## Goal:
Validate generated and custom code in local SDK repositories. Assist users in fixing any issues found.

## Step 1: Run Validation
Use `azsdk_package_run_check` to validate the package. This tool checks for common issues in the package. To fix issues found, pass in the appropriate argument to the command.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does the tool currently work for all languages and both management plane and data plane? If not, is that a blocker for merging this PR?


- If no issues are found: Success - No further action needed.
- If issues are found: Follow the instructions provided by the tool to fix them.