Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1.23 KB

File metadata and controls

42 lines (34 loc) · 1.23 KB

Java

These settings apply only when --java is specified on the command line. Please also specify --azure-libraries-for-java-folder=<path to the root directory of your azure-libraries-for-java clone>.

azure-arm: true
fluent: true
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

batch:
  - tag: package-2020-04

Tag: package-2020-04 and java

These settings apply only when --tag=package-2020-04 --java is specified on the command line. Please also specify --azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>.

java:
  namespace: com.microsoft.azure.management.cdn.v2020_04_15
  output-folder: $(azure-libraries-for-java-folder)/sdk/cdn/mgmt-v2020_04_15
regenerate-manager: true
generate-interface: true