Skip to content

Latest commit

 

History

History
75 lines (59 loc) · 2.85 KB

File metadata and controls

75 lines (59 loc) · 2.85 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.appconfiguration
license-header: MICROSOFT_MIT_NO_CODEGEN
payload-flattening-threshold: 1
output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-appconfiguration

Java multi-api

batch:
  - tag: package-2020-07-01-preview
  - tag: package-2020-06-01
  - tag: package-2019-10-01
  - tag: package-2019-02-01-preview

Tag: package-2020-07-01-preview and java

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

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

Tag: package-2020-06-01 and java

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

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

Tag: package-2019-10-01 and java

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

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

Tag: package-2019-02-01-preview and java

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

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