File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed
specification/securityinsights/resource-manager Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## Java
2
+
3
+ These settings apply only when ` --java ` is specified on the command line.
4
+
5
+
6
+ ``` yaml $(java)
7
+ directive :
8
+ - from : ThreatIntelligence.json
9
+ where : $.definitions.ThreatIntelligenceInformation.allOf[1]
10
+ set :
11
+ type : object
12
+ reason : discriminator property is required to be defined in the model
13
+ - from : ThreatIntelligence.json
14
+ where : $.definitions
15
+ transform : $.ThreatIntelligenceInformation.properties = $.ThreatIntelligenceResourceKind.properties
16
+ ` ` `
Original file line number Diff line number Diff line change @@ -154,6 +154,7 @@ swagger-to-sdk:
154
154
- repo: azure-sdk-for-python-track2
155
155
- repo: azure-sdk-for-js
156
156
- repo: azure-sdk-for-node
157
+ - repo: azure-sdk-for-java
157
158
- repo: azure-cli-extensions
158
159
- repo: azure-resource-manager-schemas
159
160
` ` `
@@ -188,3 +189,7 @@ See configuration in [readme.nodejs.md](./readme.nodejs.md)
188
189
# # TypeScript
189
190
190
191
See configuration in [readme.typescript.md](./readme.typescript.md)
192
+
193
+ # # Java
194
+
195
+ See configuration in [readme.java.md](./readme.java.md)
You can’t perform that action at this time.
0 commit comments