-
Notifications
You must be signed in to change notification settings - Fork 80
Unify the typespec options to kebab-case style #2960
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
Merged
Changes from 19 commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
bd82ab2
update config name style
v-jiaodi d971d58
Merge branch 'main' of https://github.com/Azure/autorest.typescript i…
v-jiaodi 3275e47
update options
v-jiaodi 24c0a09
fix ci
v-jiaodi 14e14e2
update tspconfig
v-jiaodi 1bf11e4
Merge branch 'main' of https://github.com/Azure/autorest.typescript i…
v-jiaodi c599047
update
v-jiaodi c8f20b9
format
v-jiaodi d3af97f
update
v-jiaodi 9542a04
format
v-jiaodi f1e94fc
update
v-jiaodi d599a70
update config
v-jiaodi 95d8313
Merge branch 'main' of https://github.com/Azure/autorest.typescript i…
v-jiaodi 8219849
update config
v-jiaodi a4a50c0
fix ci
v-jiaodi 29ace2c
support both config
v-jiaodi 9423f2b
update package details config
v-jiaodi bab10e5
update doc
v-jiaodi 3bd2eba
update
v-jiaodi 8c207ab
update ut config
v-jiaodi 0539d03
update
v-jiaodi deb9a28
revert change
v-jiaodi 9702a04
Merge branch 'main' of https://github.com/Azure/autorest.typescript i…
v-jiaodi 0993eff
Merge branch 'main' of https://github.com/Azure/autorest.typescript i…
v-jiaodi 40587ea
Merge branch 'main' of https://github.com/Azure/autorest.typescript i…
v-jiaodi 93f394e
regen code
v-jiaodi bffcde2
Merge branch 'main' of https://github.com/Azure/autorest.typescript i…
v-jiaodi 3ee43cc
update modular unit test
v-jiaodi f4f1907
Merge branch 'main' of https://github.com/Azure/autorest.typescript i…
v-jiaodi aec48ee
add option warning
v-jiaodi 49718ce
fix ci
v-jiaodi 0e3fe26
update
v-jiaodi 90b814b
update
v-jiaodi 61a5181
update
v-jiaodi d483103
Merge branch 'main' of https://github.com/Azure/autorest.typescript i…
v-jiaodi 218d976
Merge branch 'main' into fix-issue2955
MaryGao e8bed78
update reportCamelOptionDiagnostic
v-jiaodi 2e55de2
update
v-jiaodi 5705ab8
update
v-jiaodi 34fdb84
fix ci
v-jiaodi 93fe504
update
v-jiaodi beceb5b
update
v-jiaodi c1fc06d
update
v-jiaodi 8273664
update getPackageDetail
v-jiaodi b317d13
Revert "update getPackageDetail"
v-jiaodi 2e57e38
update
v-jiaodi 8618de1
regen widget_dpg smoke
v-jiaodi bdffae2
update
v-jiaodi edbbf92
Remove useless definition
MaryGao 17d9a83
Merge branch 'main' into fix-issue2955
qiaozha 6627805
trigger ci
v-jiaodi 284f47b
revert
v-jiaodi 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
16 changes: 8 additions & 8 deletions
16
packages/typespec-test/test/NetworkAnalytics.Management/tspconfig.yaml
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,14 +1,14 @@ | ||
| emit: ["@azure-tools/typespec-ts"] | ||
| options: | ||
| "@azure-tools/typespec-ts": | ||
| typespecTitleMap: | ||
| typespec-title-map: | ||
| NetworkAnalyticsClient: NetworkAnalyticsApi | ||
| examples-directory: "{project-root}/spec/examples" | ||
| generateMetadata: true | ||
| generateTest: true | ||
| generateSample: true | ||
| azureSdkForJs: false | ||
| experimentalExtensibleEnums: true | ||
| "emitter-output-dir": "{project-root}/generated/typespec-ts/sdk/test/arm-test" | ||
| packageDetails: | ||
| generate-metadata: true | ||
| generate-test: true | ||
| generate-sample: true | ||
| azure-sdk-for-js: false | ||
| experimental-extensible-enums: true | ||
| emitter-output-dir: "{project-root}/generated/typespec-ts/sdk/test/arm-test" | ||
| package-details: | ||
| name: "@azure/arm-networkanalytics" | ||
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
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
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
14 changes: 7 additions & 7 deletions
14
packages/typespec-test/test/healthInsights_radiologyinsights/tspconfig.yaml
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,11 +1,11 @@ | ||
| emit: ["@azure-tools/typespec-ts"] | ||
| options: | ||
| "@azure-tools/typespec-ts": | ||
| generateMetadata: true | ||
| generateTest: true | ||
| generateSample: true | ||
| azureSdkForJs: false | ||
| isModularLibrary: true | ||
| "emitter-output-dir": "{project-root}/generated/typespec-ts" | ||
| packageDetails: | ||
| generate-metadata: true | ||
| generate-test: true | ||
| generate-sample: true | ||
| azure-sdk-for-js: false | ||
| is-modular-library: true | ||
| emitter-output-dir: "{project-root}/generated/typespec-ts" | ||
| package-details: | ||
| name: "@azure-rest/health-insights-radiologyinsights" |
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
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
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.
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.
pls include change in ut