Autorest plugin to Azure CLI command modules and other tooling
Перейти к файлу
Jeremy L 9d2523a5c7
Merge pull request #116 from Azure/Jacekey23-patch-1
Create CODE_OF_CONDUCT.md
2024-05-31 15:22:09 +08:00
.scripts added scripts 2019-12-08 18:41:13 +08:00
.vscode VS debugger setting 2019-10-10 14:56:02 +08:00
azure-pipelines update credScan and postAnalysis 2020-01-22 17:21:52 +08:00
common added common rush scripts 2019-12-08 18:33:25 +08:00
doc removed fake password 2020-01-02 08:55:34 +08:00
src supporting actions 2020-02-18 01:38:10 +01:00
tools updating dependencies again 2019-12-02 09:16:11 +08:00
.gitignore removed dist folder 2019-11-20 16:44:28 +08:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2024-05-31 15:15:24 +08:00
LICENSE Initial commit 2019-05-21 14:58:19 -07:00
README.md removed unnecessary thing 2019-11-08 15:35:06 +08:00
SECURITY.md Microsoft mandatory file 2023-01-24 16:02:39 +00:00
package.json fix issue 52 2020-02-03 20:03:36 +08:00
rush.json updated project folder 2019-11-09 10:54:53 +08:00
tsconfig.json just include 2019-12-08 20:27:10 +08:00

README.md

See documentation here

use-extension:
  "@microsoft.azure/autorest.modeler": "2.3.45" # keep in sync with package.json's dev dependency in order to have meaningful tests

pipeline:
    cli/imodeler1:
        input: openapi-document/identity
        output-artifact: code-model-v1
        scope: cli
    cli/commonmarker:
        input: imodeler1
        output-artifact: code-model-v1
    cli/cm/transform:
        input: commonmarker
        output-artifact: code-model-v1
    cli/cm/emitter:
        input: transform
        scope: scope-cm/emitter
    cli/generate:
        plugin: cli
        input: cm/transform
        output-artifact: source-file-cli
    cli/transform:
        input: generate
        output-artifact: source-file-cli
        scope: scope-transform-string
    cli/emitter:
        input: transform
        scope: scope-cli/emitter

scope-cli/emitter:
  input-artifact: source-file-cli
  output-uri-expr: $key

output-artifact:
- source-file-cli

#``` yaml #use-extension:

"cli": "$(this-folder)"

#```