File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
specification/appcomplianceautomation
AppComplianceAutomation.Management Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ These settings apply only when `--python` is specified on the command line.
44Please also specify ` --python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone> ` .
55
66``` yaml $(python)
7+ title : AppComplianceAutomationMgmtClient
78azure-arm : true
89license-header : MICROSOFT_MIT_NO_VERSION
910package-name : azure-mgmt-appcomplianceautomation
@@ -16,3 +17,8 @@ clear-output-folder: true
1617no-namespace-folders : true
1718output-folder : $(python-sdks-folder)/appcomplianceautomation/azure-mgmt-appcomplianceautomation/azure/mgmt/appcomplianceautomation
1819` ` `
20+
21+ ` ` ` yaml $(python)
22+ modelerfour :
23+ flatten-models : false
24+ ` ` `
You can’t perform that action at this time.
0 commit comments