We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b468ed0 commit c3e8bcbCopy full SHA for c3e8bcb
packages/typespec-autorest-canonical/src/emitter.ts
@@ -95,6 +95,7 @@ async function emitAllServices(
95
service,
96
version: canonicalVersion,
97
tcgcSdkContext,
98
+ multiService: services.length > 1,
99
};
100
const results = await getOpenAPIForService(context, options);
101
const result = results[0];
0 commit comments