Skip to content

Latest commit

 

History

History
120 lines (77 loc) · 2.71 KB

File metadata and controls

120 lines (77 loc) · 2.71 KB

Commerce

see https://aka.ms/autorest

This is the AutoRest configuration file for Commerce.


Getting Started

To build the SDK for Commerce, 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 Commerce API.

openapi-type: arm
tag: package-2015-06-preview

Tag: package-2015-06-preview

These settings apply only when --tag=package-2015-06-preview is specified on the command line.

input-file:
- Microsoft.Commerce/preview/2015-06-01-preview/commerce.json

Tag: profile-hybrid-2020-09-01

These settings apply only when --tag=profile-hybrid-2020-09-01 is specified on the command line.

input-file:
- Microsoft.Commerce/preview/2015-06-01-preview/commerce.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-python
  - repo: azure-sdk-for-java
  - repo: azure-sdk-for-go
  - repo: azure-sdk-for-js
  - repo: azure-sdk-for-node
  - repo: azure-sdk-for-ruby
    after_scripts:
      - bundle install && rake arm:regen_all_profiles['azure_mgmt_commerce']
  - repo: azure-resource-manager-schemas
  - repo: azure-powershell

Python

See configuration in readme.python.md

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

Java multi-api

batch:
  - tag: package-2015-06-preview

Tag: package-2015-06-preview and java

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