Skip to content

Commit fac5e7b

Browse files
[appcomplianceautomation] title&disable flatten (#29480)
* appcomplianceautomation-config * Update tspconfig.yaml
1 parent 084b190 commit fac5e7b

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

specification/appcomplianceautomation/AppComplianceAutomation.Management/tspconfig.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ options:
1313
azure-resource-provider-folder: "resource-manager"
1414
output-file: "{azure-resource-provider-folder}/{service-name}/{version-status}/{version}/appcomplianceautomation.json"
1515
examples-directory: "{project-root}/examples"
16-
"@azure-tools/typespec-python":
17-
flavor: azure
18-
package-dir: "azure-mgmt-appcomplianceautomation"
19-
package-name: "{package-dir}"
2016
"@azure-tools/typespec-ts":
2117
flavor: azure
2218
package-dir: "arm-appcomplianceautomation"

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

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

66
``` yaml $(python)
7+
title: AppComplianceAutomationMgmtClient
78
azure-arm: true
89
license-header: MICROSOFT_MIT_NO_VERSION
910
package-name: azure-mgmt-appcomplianceautomation
@@ -16,3 +17,8 @@ clear-output-folder: true
1617
no-namespace-folders: true
1718
output-folder: $(python-sdks-folder)/appcomplianceautomation/azure-mgmt-appcomplianceautomation/azure/mgmt/appcomplianceautomation
1819
```
20+
21+
``` yaml $(python)
22+
modelerfour:
23+
flatten-models: false
24+
```

0 commit comments

Comments
 (0)