Skip to content

Commit 3fc07f4

Browse files
tsp, update doc on options (#3210)
1 parent 2d9f599 commit 3fc07f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core

Submodule core updated 23 files

typespec-extension/src/options.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ export const EmitterOptionsSchema: JSONSchemaType<EmitterOptions> = {
204204
"service-version-exclude-preview": {
205205
type: "boolean",
206206
description:
207-
"When set to `true`, the emitter will not include `##-preview` api-versions in ServiceVersion class. Default value is `false`. The option should be set to `true`, if the intended release is SDK of stable version.",
207+
"When set to `true`, the emitter will not include `##-preview` api-versions in ServiceVersion class, if the release targets a stable api-version. Default value is `true`. The option should be set to `true`, if the intended release is SDK of stable version.",
208208
nullable: true,
209209
default: false,
210210
},

0 commit comments

Comments
 (0)