This is the AutoRest configuration file for DataLakeAnalytics.
To build the SDK for DataLakeAnalytics, simply Install AutoRest and in this folder, run:
autorest
To see additional help and options, run:
autorest --help
These are the global settings for the DataLakeAnalytics API.
openapi-type: arm
tag: package-preview-2019-11
These settings apply only when --tag=package-preview-2019-11
is specified on the command line.
input-file:
- Microsoft.DataLakeAnalytics/preview/2019-11-01-preview/account.json
These settings apply only when --tag=package-2016-11
is specified on the command line.
input-file:
- Microsoft.DataLakeAnalytics/stable/2016-11-01/account.json
These settings apply only when --tag=package-2015-10-preview
is specified on the command line.
input-file:
- Microsoft.DataLakeAnalytics/preview/2015-10-01-preview/account.json
directive:
- suppress: TrackedResourceGetOperation
reason: This is by design in that we return DataLakeAnalyticsAccountBasic only for Account_List
#where:
# - $.definitions.DataLakeAnalyticsAccountBasic
- suppress: TrackedResourcePatchOperation
reason: DataLakeAnalyticsAccountBasic is not independent and its purpose is for Account_List only. PATCH is for DataLakeAnalyticsAccount, which will effectively update DataLakeAnalyticsAccountBasic
#where:
# - $.definitions.DataLakeAnalyticsAccountBasic
This section describes what SDK should be generated by the automatic system. This is not used by Autorest itself.
swagger-to-sdk:
- repo: azure-sdk-for-net
- repo: azure-sdk-for-python
- repo: azure-sdk-for-java
- repo: azure-sdk-for-go
- repo: azure-sdk-for-node
- repo: azure-sdk-for-ruby
after_scripts:
- bundle install && rake arm:regen_all_profiles['azure_mgmt_datalake_analytics']
- repo: azure-resource-manager-schemas
These settings apply only when --csharp
is specified on the command line.
Please also specify --csharp-sdks-folder=<path to "SDKs" directory of your azure-sdk-for-net clone>
.
csharp:
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
namespace: Microsoft.Azure.Management.DataLake.Analytics
output-folder: $(csharp-sdks-folder)/datalake-analytics/Microsoft.Azure.Management.DataLake.Analytics/src/Generated
clear-output-folder: true
These settings apply only when --python
is specified on the command line.
Please also specify --python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>
.
python:
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
payload-flattening-threshold: 2
package-name: azure-mgmt-datalake-analytics
clear-output-folder: true
no-namespace-folders: true
namespace: azure.mgmt.datalake.analytics.account
output-folder: $(python-sdks-folder)/datalake/azure-mgmt-datalake-analytics/azure/mgmt/datalake/analytics/account
See configuration in readme.go.md
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.datalake.analytics
license-header: MICROSOFT_MIT_NO_CODEGEN
output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-datalake/analytics
batch:
- tag: package-2015-10-preview
- tag: package-2016-11
These settings apply only when --tag=package-2015-10-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.datalakeanalytics.v2015_10_01_preview
output-folder: $(azure-libraries-for-java-folder)/sdk/datalakeanalytics/mgmt-v2015_10_01_preview
regenerate-manager: true
generate-interface: true
These settings apply only when --tag=package-2016-11 --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.datalakeanalytics.v2016_11_01
output-folder: $(azure-libraries-for-java-folder)/sdk/datalakeanalytics/mgmt-v2016_11_01
regenerate-manager: true
generate-interface: true