Skip to content

Latest commit

 

History

History
122 lines (94 loc) · 4.49 KB

File metadata and controls

122 lines (94 loc) · 4.49 KB

Java ADT

see https://aka.ms/autorest

This is the AutoRest configuration file for Azure Digital Twins.

Java common settings

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.digitaltwins
license-header: MICROSOFT_MIT_NO_CODEGEN
payload-flattening-threshold: 1
output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-digitaltwins

Java multi-api

batch:
  - tag: package-2023-01
  - tag: package-2022-05
  - tag: package-2021-06-30-preview
  - tag: package-2020-12
  - tag: package-2020-10
  - tag: package-2020-03-01-preview

Tag: package-2023-01 and java

These settings apply only when --tag=package-2023-01 --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.digitaltwins.v2023_01_31
  output-folder: $(azure-libraries-for-java-folder)/sdk/digitaltwins/mgmt-v2023_01_31
  regenerate-manager: true
  generate-interface: true

Tag: package-2022-05 and java

These settings apply only when --tag=package-2022-05 --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.digitaltwins.v2022_05_31
  output-folder: $(azure-libraries-for-java-folder)/sdk/digitaltwins/mgmt-v2022_05_31
  regenerate-manager: true
  generate-interface: true

Tag: package-2022-05 and java

These settings apply only when --tag=package-2022-05 --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.digitaltwins.v2022_05_31
  output-folder: $(azure-libraries-for-java-folder)/sdk/digitaltwins/mgmt-v2022_05_31
  regenerate-manager: true
  generate-interface: true

Tag: package-2021-06-30-preview and java

These settings apply only when --tag=package-2021-06-30-preview --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.digitaltwins.v2021_06_30_preview
  output-folder: $(azure-libraries-for-java-folder)/sdk/digitaltwins/mgmt-v2021_06_30_preview
regenerate-manager: true
generate-interface: true

Tag: package-2020-12 and java

These settings apply only when --tag=package-2020-12 --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.digitaltwins.v2020_12_01
  output-folder: $(azure-libraries-for-java-folder)/sdk/digitaltwins/mgmt-v2020_12_01
  regenerate-manager: true
  generate-interface: true

Tag: package-2020-10 and java

These settings apply only when --tag=package-2020-10 --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.digitaltwins.v2020_10_31
  output-folder: $(azure-libraries-for-java-folder)/sdk/digitaltwins/mgmt-v2020_10_31
  regenerate-manager: true
  generate-interface: true

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

These settings apply only when --tag=package-2020-03-01-preview --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.digitaltwins.v2020_03_01_preview
  output-folder: $(azure-libraries-for-java-folder)/sdk/digitaltwins/mgmt-v2020_03_01_preview
  regenerate-manager: true
  generate-interface: true