Skip to content
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
e47b694
moved service label prompt to new feature branch
michiisai Jul 21, 2025
e9a8826
added additional guidance for naming service labels
michiisai Jul 21, 2025
8c1aeac
Merge remote-tracking branch 'origin/main' into feature/explore2025-l…
michiisai Jul 21, 2025
79dccd1
Merge branch 'main' of https://github.com/Azure/azure-rest-api-specs …
michiisai Jul 22, 2025
764fa7c
Merge branch 'main' of https://github.com/Azure/azure-rest-api-specs …
michiisai Jul 23, 2025
b8569dd
Edited service label prompt file to include new MCP tools
michiisai Jul 23, 2025
671fc67
Added details for if branch already exists for service label
michiisai Jul 23, 2025
7772d24
Completed first draft of validatecodeowners prompt file
michiisai Jul 23, 2025
9c4d205
Corrected some syntax for consistency
michiisai Jul 24, 2025
df291ef
Minor changes to codeowners
michiisai Jul 24, 2025
70cfd40
Exluded our codeowners stretch goals (adding and deleting codeowners)
michiisai Jul 24, 2025
e2efc64
Updated prompt files to utilize exisiting validation prompt files.
Jul 25, 2025
da3919e
Reordered the workflow in prompt files
michiisai Jul 25, 2025
883de1f
Extra checks for service label color in the common-labels csv file
michiisai Jul 28, 2025
6d4f363
Merge branch 'main' of https://github.com/Azure/azure-rest-api-specs …
Jul 29, 2025
5c65dd4
Updated the codeowners prompt file and relating steps.
Jul 29, 2025
8c3c79a
added definitive style for service labels
Jul 29, 2025
a56ddfb
Merge branch 'explore2025-prompts' of https://github.com/Azure/azure-…
Jul 29, 2025
3648a2d
Added additional guidance for naming labels
michiisai Jul 31, 2025
582e51e
Updated codeowners prompt file to use new tools/workflow.
Jul 31, 2025
c321120
Merge branch 'explore2025-prompts' of https://github.com/Azure/azure-…
Jul 31, 2025
0960874
reformatted to improve readability
michiisai Aug 8, 2025
fd92bde
rewrote the workflow to account for mcp tool changes
michiisai Aug 8, 2025
28052eb
reduced redundacy for labels and codeowners
michiisai Aug 11, 2025
be20129
added link for invalid owners to set visbility to public
michiisai Aug 13, 2025
224daa9
Merge branch 'main' of https://github.com/Azure/azure-rest-api-specs …
Aug 13, 2025
0648269
Changing prompt files.
Aug 18, 2025
d5d2ddb
Merge branch 'main' of https://github.com/Azure/azure-rest-api-specs …
Aug 19, 2025
d632565
added links for codeowners documentation
Aug 19, 2025
b955858
modified lines for provide documentation
Aug 21, 2025
93dc8d8
changed tools names
Aug 21, 2025
9246f70
Merge branch 'explore2025-prompts' of https://github.com/Azure/azure-…
Aug 21, 2025
ce01398
updated file names
Aug 22, 2025
1e3cc28
changes
Aug 22, 2025
8bdfb21
moved eng common files
Aug 22, 2025
e6a737a
Fix links for validate service label and codeowners
shirelmr Aug 22, 2025
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
10 changes: 5 additions & 5 deletions .github/copilot-instructions.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## Converting a specification from swagger to typespec

Users can convert a specification from swagger to typespec by using `tsp-client` a CLI designed to help developers throughout various stages of typespec development.
Expand Down Expand Up @@ -212,10 +212,10 @@
6. **Choose SDK Generation Method**: Determine how to generate SDKs (locally or via pipeline). Only Python is supported for local SDK generation at this time.
7. **Generate SDKs via Pipeline**: Generate SDKs using [run sdk gen pipeline](..\eng\common\instructions\azsdk-tools\run-sdk-gen-pipeline.instructions.md), monitor the pipeline status and displaying generated SDK PR links.
8. **Show generated SDK PR**: Display the generated SDK pull request links for review.
9. **Create a release plan**: To create a release plan refer to [create release plan](..\eng\common\instructions\azsdk-tools\create-release-plan.instructions.md)
10. **Prompt user to change spec pull request to ready for review from draft status**: Update spec pull request to change it to ready for review.
11. **Release package**: Release the SDK package using `ReleaseSdkPackage` tool.

9. **Validate Label and then Codeowners**: Validate the service label and codeowners for the created SDK service using both [validate service label](..\eng\common\instructions\azsdk-tools\validate-service-label.instructions.md) and [validate codeowners](..\eng\common\instructions\azsdk-tools\validate-codeowners.instructions.md).
10. **Create a release plan**: To create a release plan refer to [create release plan](..\eng\common\instructions\azsdk-tools\create-release-plan.instructions.md)
11. **Prompt user to change spec pull request to ready for review from draft status**: Update spec pull request to change it to ready for review.
12. **Release package**: Release the SDK package using `ReleaseSdkPackage` tool.

## Release readiness of SDK and information about the release pipeline
Run [check package readiness](..\eng\common\instructions\azsdk-tools\check-package-readiness.instructions.md) to check the release readiness of an SDK package. This prompt will collect the required information from the user, execute the readiness check, and present the results.
Run [check package readiness](..\eng\common\instructions\azsdk-tools\check-package-readiness.instructions.md) to check the release readiness of an SDK package. This prompt will collect the required information from the user, execute the readiness check, and present the results.
Loading