Skip to content

Latest commit

 

History

History
109 lines (71 loc) · 2.51 KB

File metadata and controls

109 lines (71 loc) · 2.51 KB

powerbiprivatelinks

see https://aka.ms/autorest

This is the AutoRest configuration file for powerbiprivatelinks.

Getting Started

To build the SDKs for My API, simply install AutoRest via npm (npm install -g autorest) and then run:

autorest readme.md

To see additional help and options, run:

autorest --help


Configuration

Basic Information

These are the global settings for the Azure PowerBI API.

openapi-type: arm
tag: package-2020-06-01

Tag: package-2020-06-01

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

input-file:
  - Microsoft.PowerBI/stable/2020-06-01/powerbiprivatelinks.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-track2
  - repo: azure-sdk-for-java
  - repo: azure-sdk-for-go-track2
  - repo: azure-sdk-for-js
  - repo: azure-resource-manager-schemas

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

Java multi-api

batch:
  - tag: package-2020-06-01

Tag: package-2020-06-01 and java

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

Az

See configuration in readme.az.md

Go

See configuration in readme.go.md

Python

See configuration in readme.python.md

TypeScript

See configuration in readme.typescript.md

CSharp

See configuration in readme.csharp.md