Skip to content

Commit 89fc547

Browse files
mgmt, java config, client/title for appcomplianceautomation (#29498)
1 parent 061505b commit 89fc547

File tree

5 files changed

+15
-14
lines changed

5 files changed

+15
-14
lines changed

specification/appcomplianceautomation/AppComplianceAutomation.Management/tspconfig.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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"
2828
linter:
2929
extends:
3030
- "@azure-tools/typespec-azure-rulesets/resource-manager"

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ These settings apply only when `--java` is specified on the command line.
44

55
``` yaml $(java)
66
client-flattened-annotation-target: disabled
7+
title: AppComplianceAutomationClient
78
service-name: "App Compliance Automation"
89
uuid-as-string: true
9-
stream-style-serialization: true
10+
output-model-immutable: true
1011
```

specification/oracle/Oracle.Database/tspconfig.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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}"

specification/oracle/resource-manager/readme.java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ These settings apply only when `--java` is specified on the command line.
55
``` yaml $(java)
66
client-flattened-annotation-target: disabled
77
uuid-as-string: true
8-
stream-style-serialization: true
8+
output-model-immutable: true
99
```

specification/scvmm/resource-manager/readme.java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ title: SCVMMClient
77
description: "SCVMM Client"
88
client-flattened-annotation-target: disabled
99
uuid-as-string: true
10-
stream-style-serialization: true
10+
output-model-immutable: true
1111
```

0 commit comments

Comments
 (0)