Skip to content

Latest commit

 

History

History
113 lines (76 loc) · 2.63 KB

File metadata and controls

113 lines (76 loc) · 2.63 KB

GraphRbac

see https://aka.ms/autorest

This is the AutoRest configuration file for GraphRbac.


Getting Started

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

openapi-type: data-plane
tag: 1.6

Tag: 1.6

These settings apply only when --tag=1.6 is specified on the command line.

input-file:
- Microsoft.GraphRbac/stable/1.6/graphrbac.json

Suppression

directive:
  - suppress: D5001
    reason: this spec never has examples. It is owned by the SDK group and we already have CLI commands testing it
  - suppress: R2058
    reason: existing since the spec started
  - suppress: R3016
    reason: existing since the spec started

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

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>.

java:
  azure-arm: true
  fluent: true
  namespace: com.microsoft.azure.graphrbac
  license-header: MICROSOFT_MIT_NO_CODEGEN
  payload-flattening-threshold: 1
  output-folder: $(azure-libraries-for-java-folder)/azure-graphrbac

Multi-API/Profile support for AutoRest v3 generators

AutoRest V3 generators require the use of --tag=all-api-versions to select api files.

This block is updated by an automatic script. Edits may be lost!

# include the azure profile definitions from the standard location
require: $(this-folder)/../../../profiles/readme.md

# all the input files across all versions
input-file:
  - $(this-folder)/Microsoft.GraphRbac/stable/1.6/graphrbac.json

If there are files that should not be in the all-api-versions set, uncomment the exclude-file section below and add the file paths.

#exclude-file: 
#  - $(this-folder)/Microsoft.Example/stable/2010-01-01/somefile.json