File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
specification/azurestackhci/resource-manager Expand file tree Collapse file tree 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
1010license-header : MICROSOFT_MIT_NO_CODEGEN
1111payload-flattening-threshold : 1
1212output-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
You can’t perform that action at this time.
0 commit comments