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: readme.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,7 @@ Settings can be provided on the command line through `--name:value` or in a READ
97
97
|`--enable-page-size`|Indicates that `maxpagesize` query parameter be supplied via `byPage` API in `PagedFlux` or `PagedIterable`, instead of via client method parameter.|
98
98
|`--use-key-credential`|Indicates that builder uses `KeyCredential` for API key.|
99
99
|`--graal-vm-config`|Generates GraalVM config under `resources/META-INF/native-image`.|
100
+
|`--rename-model`|CSV. Rename classes. Each item is of pattern `from:to`.|
"Specify the Java class that to be executed by emitter for [code customization](https://github.com/Azure/autorest.java/blob/main/customization-base/README.md), during post-process.",
117
118
nullable: true,
118
119
},
119
-
// "rename-model": {
120
-
// type: ["string", "object"],
121
-
// description:
122
-
//"Rename the model classes, in case they cannot be renamed via TCGC. E.g., anonymous models or templated models. Format should be in key-value form. This option is for management-plane SDK.",
123
-
// additionalProperties: true,
124
-
// nullable: true,
125
-
// },
120
+
"rename-model": {
121
+
type: ["string","object"],
122
+
description:
123
+
"Rename the model classes, in case they cannot be renamed via TCGC. E.g., anonymous models or templated models. Format should be in key-value form.",
// description: "Generate async APIs in Clients. This option is for management-plane SDK.",
150
151
// nullable: true,
151
152
// },
153
+
// "property-include-always": {
154
+
// type: ["string", "array"],
155
+
// description:
156
+
// "Specify that properties should always be serialized to JSON, even if its value is `null`. Format should be in array form. Each element be in form `<modelName>.<propertyName>`. This option is for management-plane SDK.",
0 commit comments