Skip to content

Commit

Permalink
mgmt, cdn, directive to fix conflict naming (#17729)
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft committed Feb 14, 2022
1 parent 0466e86 commit 383ded1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions specification/cdn/resource-manager/readme.java.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ namespace: com.microsoft.azure.management.cdn
license-header: MICROSOFT_MIT_NO_CODEGEN
payload-flattening-threshold: 1
output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-cdn

directive:
- from: swagger-document
where: $.definitions.DeliveryRuleAction.properties.name
transform: >
$['x-ms-enum'] = {
"name": "DeliveryRuleActionValue",
"modelAsString": true
};
```
### Java multi-api
Expand Down

0 comments on commit 383ded1

Please sign in to comment.