Skip to content

Latest commit

 

History

History
128 lines (95 loc) · 4.04 KB

File metadata and controls

128 lines (95 loc) · 4.04 KB

Automation

see https://aka.ms/autorest

This is the AutoRest configuration file for Automation.


Getting Started

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

title: AutomationClient
description: Automation Client
openapi-type: arm
tag: package-2017-05-preview

Tag: package-2015-10

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

input-file:
- Microsoft.Automation/2015-10-31/account.json
- Microsoft.Automation/2015-10-31/certificate.json
- Microsoft.Automation/2015-10-31/connection.json
- Microsoft.Automation/2015-10-31/connectionType.json
- Microsoft.Automation/2015-10-31/credential.json
- Microsoft.Automation/2015-10-31/definitions.json
- Microsoft.Automation/2015-10-31/dscCompilationJob.json
- Microsoft.Automation/2015-10-31/dscConfiguration.json
- Microsoft.Automation/2015-10-31/dscNode.json
- Microsoft.Automation/2015-10-31/dscNodeConfiguration.json
- Microsoft.Automation/2015-10-31/hybridRunbookWorkerGroup.json
- Microsoft.Automation/2015-10-31/job.json
- Microsoft.Automation/2015-10-31/jobSchedule.json
- Microsoft.Automation/2015-10-31/module.json
- Microsoft.Automation/2015-10-31/runbook.json
- Microsoft.Automation/2015-10-31/schedule.json
- Microsoft.Automation/2015-10-31/variable.json
- Microsoft.Automation/2015-10-31/webhook.json

Tag: package-2017-05-preview

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

input-file:
- Microsoft.Automation/2015-10-31/account.json
- Microsoft.Automation/2015-10-31/certificate.json
- Microsoft.Automation/2015-10-31/connection.json
- Microsoft.Automation/2015-10-31/connectionType.json
- Microsoft.Automation/2015-10-31/credential.json
- Microsoft.Automation/2015-10-31/definitions.json
- Microsoft.Automation/2015-10-31/dscCompilationJob.json
- Microsoft.Automation/2015-10-31/dscConfiguration.json
- Microsoft.Automation/2015-10-31/dscNode.json
- Microsoft.Automation/2015-10-31/dscNodeConfiguration.json
- Microsoft.Automation/2015-10-31/hybridRunbookWorkerGroup.json
- Microsoft.Automation/2015-10-31/job.json
- Microsoft.Automation/2015-10-31/jobSchedule.json
- Microsoft.Automation/2015-10-31/module.json
- Microsoft.Automation/2015-10-31/runbook.json
- Microsoft.Automation/2015-10-31/schedule.json
- Microsoft.Automation/2015-10-31/variable.json
- Microsoft.Automation/2015-10-31/webhook.json
- Microsoft.Automation/2017-05-15-preview/softwareUpdateConfiguration.json
- Microsoft.Automation/2017-05-15-preview/softwareUpdateConfigurationRun.json
- Microsoft.Automation/2017-05-15-preview/softwareUpdateConfigurationMachineRun.json

Code Generation

C#

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.Automation
  output-folder: $(csharp-sdks-folder)/Automation/Management.Automation/Generated
  clear-output-folder: true

Go

These settings apply only when --go is specified on the command line.

go:
  license-header: MICROSOFT_APACHE_NO_VERSION
  namespace: automation
  clear-output-folder: true

Tag: package-2015-10 and go

These settings apply only when --tag=package-2015-10 --go is specified on he command line. Please also specify --go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>.

output-folder: $(go-sdk-folder)/services/automation/mgmt/2015-10-31/automation