Skip to content

Commit f74967b

Browse files
Reference TCGC api-version schema directly
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 21bd64e commit f74967b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/http-client-csharp/emitter/src/options.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export const CSharpEmitterOptionsSchema: JSONSchemaType<CSharpEmitterOptions> =
4646
type: "object",
4747
additionalProperties: false,
4848
properties: {
49-
...UnbrandedSdkEmitterOptions["api-version"],
49+
"api-version": UnbrandedSdkEmitterOptions["api-version"]["api-version"],
5050
"generate-protocol-methods": {
5151
type: "boolean",
5252
nullable: true,

0 commit comments

Comments
 (0)