-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Update copilot instructions for SDK workflow #35573
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
Merged
praveenkuttappan
merged 7 commits into
Azure:main
from
praveenkuttappan:update_copilot_instructions
Jul 2, 2025
Merged
Changes from 2 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
7cada32
Update copilot instructions for SDK workflow
praveenkuttappan 88a2186
Update copilot instructions for SDK workflow
praveenkuttappan e872845
Merge branch 'main' into update_copilot_instructions
praveenkuttappan 5c0e0d5
update pinned version
praveenkuttappan 5896c18
Merge branch 'update_copilot_instructions' of https://github.com/prav…
praveenkuttappan cd0e5a5
update MCP server version
praveenkuttappan f6b0acf
Merge branch 'main' into update_copilot_instructions
praveenkuttappan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,22 +1,24 @@ | ||
| --- | ||
| mode: 'agent' | ||
| description: 'Verify SDK namespace approval for management plane' | ||
| tools: ['GetReleasePlan', 'GetReleasePlanForPullRequest', 'LinkNameSpaceApprovalIssue'] | ||
| --- | ||
| This task is required only for management plan API spec and only if a release plan exists for the API spec pull request. | ||
|
|
||
| ## Step 1: Check if release plan exists and it is for management plane SDK | ||
| **Goal**: Determine if a release plan exists for the API spec pull request or work item Id or release plan Id in current context. | ||
| **Actions**: | ||
| 1. Get release plan and check if it is for management plane SDK | ||
| 2. If not, inform user: "This task is only applicable for management plane SDKs. No action required." | ||
| 3. Check if release plan already has namespace approval issue. | ||
| 3. Check if release plan already has namespace approval issue. Also prompt user to check if this is the first release of SDK. | ||
| 4. If namespace approval issue exists, inform user: "Namespace approval issue already exists for this release plan.". Prompt user to | ||
| check if they want to link a different namespace approval issue to the release plan. Show namespace approval status. | ||
| 5. Move to Step 2 if namespace approval issue does not exist or user wants to link a different namespace approval issue. | ||
|
|
||
| ## Step 2: Gather Namespace Approval Information | ||
| **Goal**: Link namespace approval issue to the release plan. | ||
| **Actions**: | ||
| 1. Collect GitHub issue created in Azure/azure-sdk repo for namespace approval. | ||
| 1. Collect GitHub issue created in Azure/azure-sdk repo for namespace approval. Do not use any other repo name. | ||
| 2. Run `LinkNameSpaceApprovalIssue` to link the issue to the release plan work item id. | ||
| 3. Confirm successful linking of the namespace approval issue to the release plan. | ||
| **Success Criteria**: Namespace approval issue linked to the release plan or confirmed as already linked. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.