Skip to content

Latest commit

 

History

History
162 lines (111 loc) · 4.17 KB

File metadata and controls

162 lines (111 loc) · 4.17 KB

StorageImportExport

see https://aka.ms/autorest

This is the AutoRest configuration file for StorageImportExport.


Getting Started

To build the SDK for StorageImportExport, simply Install AutoRest and in this folder, run:

autorest

To see additional help and options, run:

autorest --help


Configuration

Basic Information

These are the global settings for the StorageImportExport API.

openapi-type: arm
tag: package-2016-11

or

openapi-type: arm
tag: package-2020-08

Tag: package-2016-11

These settings apply only when --tag=package-2016-11 is specified on the command line.

input-file:
- Microsoft.ImportExport/stable/2016-11-01/storageimportexport.json

Tag: package-2020-08

These settings apply only when --tag=package-2020-08 is specified on the command line.

input-file:
- Microsoft.ImportExport/stable/2020-08-01/storageimportexport.json

Code Generation

Swagger to SDK

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-go
  - repo: azure-sdk-for-node
  - repo: azure-sdk-for-js
  - repo: azure-cli-extensions
  - repo: azure-resource-manager-schemas
    after_scripts:
      - node sdkauto_afterscript.js storageimportexport/resource-manager

Go

See configuration in readme.go.md

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

Java multi-api

batch:
  - tag: package-2016-11

or

batch:
  - tag: package-2020-08

Tag: package-2016-11 and java

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.storageimportexport.v2016_11_01
  output-folder: $(azure-libraries-for-java-folder)/sdk/storageimportexport/mgmt-v2016_11_01
regenerate-manager: true
generate-interface: true

Tag: package-2020-08 and java

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

AzureResourceSchema

See configuration in readme.azureresourceschema.md

Multi-API/Profile support for AutoRest v3 generators

AutoRest V3 generators require the use of --tag=all-api-versions to select api files.

This block is updated by an automatic script. Edits may be lost!

# include the azure profile definitions from the standard location
require: $(this-folder)/../../../profiles/readme.md

# all the input files across all versions
input-file:
  - $(this-folder)/Microsoft.ImportExport/stable/2016-11-01/storageimportexport.json
  - $(this-folder)/Microsoft.ImportExport/stable/2020-08-01/storageimportexport.json

If there are files that should not be in the all-api-versions set, uncomment the exclude-file section below and add the file paths.

#exclude-file: 
#  - $(this-folder)/Microsoft.Example/stable/2010-01-01/somefile.json