Skip to content

Latest commit

 

History

History
69 lines (42 loc) · 1.4 KB

File metadata and controls

69 lines (42 loc) · 1.4 KB

EventHub

see https://aka.ms/autorest

This is the AutoRest configuration file for EventHub.


Getting Started

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

openapi-type: arm
tag: package-2017-04

Tag: package-2017-04

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

input-file:
- Microsoft.EventHub/2017-04-01/EventHub.json

Tag: package-2015-08

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

input-file:
- Microsoft.EventHub/2015-08-01/EventHub.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.EventHub
  output-folder: $(csharp-sdks-folder)/EventHub/Management.EventHub/Generated
  clear-output-folder: true