File tree Expand file tree Collapse file tree 5 files changed +15
-14
lines changed
AppComplianceAutomation.Management Expand file tree Collapse file tree 5 files changed +15
-14
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ options:
1919 packageDetails :
2020 name : " @azure/arm-appcomplianceautomation"
2121 examples-directory : " {project-root}/examples"
22- " @azure-tools/typespec-java " :
23- flavor : azure
24- package-dir : " azure-resourcemanager-appcomplianceautomation"
25- namespace : " com.azure.resourcemanager.appcomplianceautomation"
26- service-name : " App Compliance Automation"
27- examples-directory : " examples"
22+ # "@azure-tools/typespec-java":
23+ # flavor: azure
24+ # package-dir: "azure-resourcemanager-appcomplianceautomation"
25+ # namespace: "com.azure.resourcemanager.appcomplianceautomation"
26+ # service-name: "App Compliance Automation"
27+ # examples-directory: "examples"
2828linter :
2929 extends :
3030 - " @azure-tools/typespec-azure-rulesets/resource-manager"
Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ These settings apply only when `--java` is specified on the command line.
44
55``` yaml $(java)
66client-flattened-annotation-target : disabled
7+ title : AppComplianceAutomationClient
78service-name : " App Compliance Automation"
89uuid-as-string : true
9- stream-style-serialization : true
10+ output-model-immutable : true
1011` ` `
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ options:
1717 packageDetails :
1818 name : " @azure/arm-oracledatabase"
1919 flavor : azure
20- " @azure-tools/typespec-java " :
21- package-dir : " azure-resourcemanager-oracledatabase"
22- namespace : com.azure.resourcemanager.oracledatabase
23- partial-update : true
24- flavor : azure
20+ # "@azure-tools/typespec-java":
21+ # package-dir: "azure-resourcemanager-oracledatabase"
22+ # namespace: com.azure.resourcemanager.oracledatabase
23+ # partial-update: true
24+ # flavor: azure
2525 " @azure-tools/typespec-python " :
2626 package-dir : " azure-mgmt-oracledatabase"
2727 package-name : " {package-dir}"
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ These settings apply only when `--java` is specified on the command line.
55``` yaml $(java)
66client-flattened-annotation-target : disabled
77uuid-as-string : true
8- stream-style-serialization : true
8+ output-model-immutable : true
99` ` `
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ title: SCVMMClient
77description : " SCVMM Client"
88client-flattened-annotation-target : disabled
99uuid-as-string : true
10- stream-style-serialization : true
10+ output-model-immutable : true
1111` ` `
You can’t perform that action at this time.
0 commit comments