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
Copy file name to clipboardExpand all lines: src/TypeSpec.Extension/Emitter.Csharp/src/emitter.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -155,9 +155,9 @@ export async function $onEmit(context: EmitContext<AzureCSharpEmitterOptions>) {
155
155
outputFolder,
156
156
examplesDir
157
157
);
158
-
configurations["enable-bicep-serialization"]=
159
-
options["enable-bicep-serialization"];
160
158
}
159
+
configurations["enable-bicep-serialization"]=
160
+
options["enable-bicep-serialization"];
161
161
/* TODO: when we support to emit decorator list https://github.com/Azure/autorest.csharp/issues/4887, we will update to use emitted decorator to identify if it is azure-arm */
0 commit comments