File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
specification/recoveryservicesbackup/resource-manager Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,21 @@ namespace: com.microsoft.azure.management.recoveryservicesbackup
1010license-header : MICROSOFT_MIT_NO_CODEGEN
1111payload-flattening-threshold : 1
1212output-folder : $(azure-libraries-for-java-folder)/azure-mgmt-recoveryservicesbackup
13+ directive :
14+ - from : bms.json
15+ where : " $.definitions.AzureVmWorkloadSAPHanaHSRProtectableItem"
16+ transform : >
17+ $["x-ms-client-name"] = "AzureVmWorkloadSapHanaHsr"
18+ - from : bms.json
19+ where : " $.definitions.ProtectedItem.properties.softDeleteRetentionPeriodInDays"
20+ transform : >
21+ $["x-ms-client-name"] = "softDeleteRetentionPeriod"
22+ - from : bms.json
23+ where : " $.definitions.PrivateLinkServiceConnectionState.properties.actionsRequired"
24+ transform : >
25+ $["x-ms-client-name"] = "actionRequired"
1326` ` `
1427
15-
1628### Java multi-api
1729
1830` ` ` yaml $(java) && $(multiapi)
You can’t perform that action at this time.
0 commit comments