This is the AutoRest configuration file for Virtual Machine Image Builder.
To build the SDK for Virtual Machine Image Builder, 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 Virtual Machine Image Builder API.
title: ImageBuilderClient
description: Azure Virtual Machine Image Builder Client
openapi-type: arm
tag: package-2020-02
azure-arm: true
These settings apply only when --tag=package-2020-02
is specified on the command line.
input-file:
- Microsoft.VirtualMachineImages/stable/2020-02-14/imagebuilder.json
These settings apply only when --tag=package-preview-2019-05
is specified on the command line.
input-file:
- Microsoft.VirtualMachineImages/preview/2019-05-01-preview/imagebuilder.json
These settings apply only when --tag=package-2018-02
is specified on the command line.
input-file:
- Microsoft.VirtualMachineImages/preview/2018-02-01-preview/imagebuilder.json
These settings apply only when --tag=package-2019-02
is specified on the command line.
input-file:
- Microsoft.VirtualMachineImages/preview/2019-02-01-preview/imagebuilder.json
This section describes what SDK should be generated by the automatic system. This is not used by Autorest itself.
swagger-to-sdk:
- repo: azure-powershell
- 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-resource-manager-schemas
after_scripts:
- node sdkauto_afterscript.js imagebuilder/resource-manager
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>
.
Use --python-mode=update
if you already have a setup.py and just want to update the code itself.
python-mode: create
python:
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
payload-flattening-threshold: 2
namespace: azure.mgmt.imagebuilder
package-name: azure-mgmt-imagebuilder
clear-output-folder: true
package-version: 0.3.0
python:
no-namespace-folders: true
output-folder: $(python-sdks-folder)/compute/azure-mgmt-imagebuilder/azure/mgmt/imagebuilder
python:
basic-setup-py: true
output-folder: $(python-sdks-folder)/compute/azure-mgmt-imagebuilder
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.imagebuilder
license-header: MICROSOFT_MIT_NO_CODEGEN
payload-flattening-threshold: 1
output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-imagebuilder
batch:
- tag: package-2019-02
These settings apply only when --tag=package-2018-02 --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.imagebuilder.v2018_02_01_preview
output-folder: $(azure-libraries-for-java-folder)/sdk/imagebuilder/mgmt-v2018_02_01_preview
regenerate-manager: true
generate-interface: true
These settings apply only when --tag=package-2019-02 --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.imagebuilder.v2019_02_01_preview
output-folder: $(azure-libraries-for-java-folder)/sdk/imagebuilder/mgmt-v2019_02_01_preview
regenerate-manager: true
generate-interface: true
See configuration in readme.azureresourceschema.md