Skip to content

Commit 231bba8

Browse files
authored
config azurestackhci readme.java (#18641)
* set `x-ms-client-flatten` to `false` in `arcSettings.json`, `clusters.json` and `extensions.json` * fix extensions
1 parent 8c0ae6e commit 231bba8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

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

+13
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,19 @@ namespace: com.microsoft.azure.management.azurestackhci
1010
license-header: MICROSOFT_MIT_NO_CODEGEN
1111
payload-flattening-threshold: 1
1212
output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-azurestackhci
13+
directive:
14+
- from: arcSettings.json
15+
where: $.definitions.ArcSetting.properties.systemData
16+
transform: $['x-ms-client-flatten'] = false
17+
reason: systemData should not be flattened
18+
- from: clusters.json
19+
where: $.definitions.Cluster.properties.systemData
20+
transform: $['x-ms-client-flatten'] = false
21+
reason: systemData should not be flattened
22+
- from: extensions.json
23+
where: $.definitions.Extension.properties.systemData
24+
transform: $['x-ms-client-flatten'] = false
25+
reason: systemData should not be flattened
1326
```
1427
1528
# Validation

0 commit comments

Comments
 (0)