Skip to content

Commit 8db92d6

Browse files
authored
disable flatten for JS for mongocluster, deploymentstacks and appcomplianceautomation (#29361)
* disable flatten for JS for mongocluster * Update readme.typescript.md * update
1 parent 7753cb8 commit 8db92d6

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

specification/appcomplianceautomation/resource-manager/readme.typescript.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ These settings apply only when `--typescript` is specified on the command line.
44
Please also specify `--typescript-sdks-folder=<path to root folder of your azure-sdk-for-js clone>`.
55

66
``` yaml $(typescript)
7+
modelerfour:
8+
flatten-models: false
79
typescript:
810
azure-arm: true
911
package-name: "@azure/arm-appcomplianceautomation"

specification/mongocluster/resource-manager/readme.typescript.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ These settings apply only when `--typescript` is specified on the command line.
44
Please also specify `--typescript-sdks-folder=<path to root folder of your azure-sdk-for-js clone>`.
55

66
``` yaml $(typescript)
7+
modelerfour:
8+
flatten-models: false
79
typescript:
810
azure-arm: true
911
package-name: "@azure/arm-mongocluster"

specification/resources/resource-manager/readme.typescript.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ typescript:
2828
```
2929
3030
```yaml $(typescript) && $(package-deploymentstacks) && !$(profile-content)
31+
modelerfour:
32+
flatten-models: false
3133
typescript:
3234
package-name: "@azure/arm-resourcesdeploymentstacks"
3335
output-folder: "$(typescript-sdks-folder)/sdk/resourcesdeploymentstacks/arm-resourcesdeploymentstacks"

0 commit comments

Comments
 (0)