File tree 1 file changed +13
-0
lines changed
specification/azurestackhci/resource-manager
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,19 @@ namespace: com.microsoft.azure.management.azurestackhci
10
10
license-header : MICROSOFT_MIT_NO_CODEGEN
11
11
payload-flattening-threshold : 1
12
12
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
13
26
` ` `
14
27
15
28
# Validation
You can’t perform that action at this time.
0 commit comments