You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// ./eng/common/scripts/TypeSpec-Project-Process.ps1 script forces to use emitter '@azure-tools/typespec-ts',
13
+
// so do NOT change the emitter
14
+
constemitterName='@azure-tools/typespec-ts';
15
+
16
+
// TODO: remove it after we generate and use options by ourselves
17
+
constmessageToTspConfigSample=
18
+
'Please refer to https://github.com/Azure/azure-rest-api-specs/blob/main/specification/contosowidgetmanager/Contoso.WidgetManager/tspconfig.yaml for the right schema.';
0 commit comments