Skip to content

Commit eca9822

Browse files
mentat9Konrad Jamrozik
andauthored
Add Typespec conversion option to intake template (#29616)
* Add Typespec converstion option to intake template Intake form needs an option to indicate the author is converting swagger to Typespec. This change adds a checkbox for that option and indicates it should not be combined with adding a new API version. * Update control_plane_template.md Update text and add link to TypeSpec conversion docs per feedback. * Update control_plane_template.md * Update control_plane_template.md Update help link for TypeSpec conversion --------- Co-authored-by: Konrad Jamrozik <[email protected]>
1 parent 48bc190 commit eca9822

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/PULL_REQUEST_TEMPLATE/control_plane_template.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ What's the purpose of this PR? Check the specific option that applies. This is *
1717
- [ ] New API version for an existing resource provider. (If API spec is not defined in TypeSpec, the PR should have been created in adherence to [OpenAPI specs PR creation guidance](https://aka.ms/azsdkdocs/createopenapispec)).
1818
- [ ] Update existing version for a new feature. (This is applicable only when you are revising a private preview API version.)
1919
- [ ] Update existing version to fix OpenAPI spec quality issues in S360.
20+
- [ ] Convert existing [OpenAPI spec to TypeSpec spec](https://aka.ms/typespec/conversion) (do not combine this with implementing changes for a new API version).
2021
- [ ] Other, please clarify:
2122
- _edit this with your clarification_
2223

0 commit comments

Comments
 (0)