GuopengLin / autorest.az

autorest extension of Azure Cli az

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

configuration

See documentation here

python:
    reason: 'make sure python flag exists to load config in python.md'
azure-arm: true

output-folder: $(az-output-folder)
debug-output-folder: $(az-output-folder)/_az_debug

use-extension:
  "@autorest/python": "5.1.0-preview.4"
  "@autorest/clicommon": "0.4.13"
  #"@autorest/python": "latest"
  
cli:
    reason: 'make sure cli flag exists to load config in cli.md'
    naming:
        default:
            parameter: 'snake'
            property: 'snake'
            operation: 'snake'
            operationGroup:  'pascal'
            choice:  'pascal'
            choiceValue:  'snake'
            constant:  'snake'
            type:  'pascal'

require:
  - ./readme.python.md
  - ./readme.cli.md
  - $(this-folder)/readme.az.common.md

pipeline-model: v3

modelerfour:
    lenient-model-deduplication: true
    group-parameters: true
    flatten-models: true
    flatten-payloads: true


#payload-flattening-threshold: 4
#recursive-payload-flattening: true

pipeline:
    python/m2r:
        input: clicommon/identity
    az/hider:
        input: python/namer
        output-artifact: source-file-az-hider
    python/codegen:
        input: az/hider
    az/merger:
        input: python/namer
        output-artifact: source-file-merger
    az/aznamer:
        input: az/merger
        output-artifact: source-file-aznamer
    az/modifiers:
        input: az/aznamer
        output-artifact: source-file-modifiers
    #az/azgenerator:
        #input: az/modifiers
        #output-artifact: source-file-extension
    az/emitter:
        input:
            - az/hider
            #- az/clicommon
            - az/merger
            - az/aznamer
            - az/modifiers
            #- az/azgenerator
        scope: scope-az

scope-az:
    is-object: false
    output-artifact:
        - source-file-az-hider
        - source-file-pynamer
        - source-file-aznamer
        - source-file-modifiers
        - source-file-merger
        #- source-file-extension
    output-folder: $(az-output-folder)

scope-clicommon:
    output-folder: $(debug-output-folder)

About

autorest extension of Azure Cli az

License:MIT License


Languages

Language:Python 79.4%Language:TypeScript 19.6%Language:PowerShell 0.5%Language:JavaScript 0.5%