Skip to content

Latest commit

 

History

History
65 lines (53 loc) · 2.17 KB

File metadata and controls

65 lines (53 loc) · 2.17 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.synapse
license-header: MICROSOFT_MIT_NO_CODEGEN
payload-flattening-threshold: 1
output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-synapse
directive:
  - rename-operation:
      from: IntegrationRuntimeNodeIpAddress_Get
      to: IntegrationRuntimeNodeIpAddressOperation_Get
  - rename-operation:
      from: IntegrationRuntimeAuthKeys_Regenerate
      to: IntegrationRuntimeAuthKeysOperation_Regenerate
  - rename-operation:
      from: IntegrationRuntimeAuthKeys_List
      to: IntegrationRuntimeAuthKeysOperation_List
  - rename-operation:
      from: IntegrationRuntimeStatus_Get
      to: IntegrationRuntimeStatusOperation_Get
  - rename-model:
      from: SubResource
      to: EntityResource

Java multi-api

batch:
  - tag: package-2019-06-01-preview
  - tag: package-2020-12-01

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

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

Tag: package-2020-12-01 and java

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