Skip to content

Commit d4ce300

Browse files
authored
Use the latest m4 (#674)
* Add databricks, fix several issues * Fixed a completer related issue and add support for credential * Add two m4 configuration and fix some issues * Add support for enum with one value * Fixed an enum related issue and add some RPs in the test * Fix some issues in m4 test * just for test, do not merge * Update autorest-configuration.md
1 parent 9403b4f commit d4ce300

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

powershell/autorest-configuration.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,16 @@ modelerfour:
1111
lenient-model-deduplication: true
1212
additional-checks: false
1313
always-create-content-type-parameter: false
14+
always-seal-x-ms-enums: true
1415
```
1516
1617
> if the modeler is loaded already, use that one, otherwise grab it.
1718
1819
``` yaml
1920
use-extension:
2021
"@autorest/remodeler" : "~2.1.0"
21-
"@autorest/modelerfour": "4.15.378"
22+
#"@autorest/modelerfour": "4.15.378"
23+
"@autorest/modelerfour": "http://tinyurl.com/y2r8qhs4"
2224

2325
# will use highest 2.0.x
2426
```
@@ -468,4 +470,4 @@ cli:
468470
choiceValue: 'pascal'
469471
constant: 'pascal'
470472
type: 'pascal'
471-
```
473+
```

0 commit comments

Comments
 (0)