Azure CLI Code Generator
Перейти к файлу
qiaozha dc2d3bb615 fix integration test 2020-02-21 13:54:18 +08:00
.scripts remove extra file 2019-12-09 16:24:46 +08:00
azure-pipelines add python3.6 package in pipeline 2020-02-15 08:02:18 +08:00
common build failure 2020-01-07 13:29:33 +08:00
doc Update 01-authoring-azure-cli-commands-v1.md 2019-12-13 10:06:11 +08:00
src fix integration test 2020-02-21 13:54:18 +08:00
.gitignore run npm test 2020-02-18 15:06:29 +08:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2019-12-05 01:04:04 -08:00
LICENSE Initial LICENSE commit 2019-12-05 01:04:05 -08:00
README.md change dash to underline and other fixes 2020-02-18 09:48:00 +08:00
SECURITY.md Initial SECURITY.md commit 2019-12-05 01:04:07 -08:00
package.json add end to end test 2020-02-13 14:20:32 +08:00
rush.json first version of az examples 2019-12-06 14:41:59 +08:00
tsconfig.json add test 2020-01-20 14:52:56 +08:00

README.md

configuration

See documentation here

use-extension:
  "@autorest/clicommon": "latest"
  #"@autorest/python": "latest"
  "@autorest/python": "5.0.0-dev.20200211.1"


pipeline-model: v3

modelerfour:
    group-parameters: true
    flatten-models: true
    flatten-payloads: true


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

pipeline:
    az/clicommon:
        input: python/namer
        #output-artifact: source-file-pynamer
    az/aznamer:
        input: az/clicommon
        #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/clicommon
            #- az/aznamer
            #- az/modifiers
            - az/azgenerator
        scope: scope-az

scope-clicommon: false

scope-az:
    is-object: false
    output-artifact:
        #- source-file-pynamer
        #- source-file-aznamer
        #- source-file-modifiers
        - source-file-extension



no-namespace-folders: true
#clear-output-folder: true
scope-codegen/emitter:
    output-folder: "$(python-sdk-output-folder)"