Extension for AutoRest (https://github.com/Azure/autorest) that generates Azure resource schemas
Перейти к файлу
Lei Ni 6ecc280700 add basic files 2022-12-22 17:36:57 +08:00
.scripts Set up CI with Azure Pipelines 2022-12-22 17:00:52 +08:00
legacy add basic files 2022-12-22 17:36:57 +08:00
src add basic files 2022-12-22 17:36:57 +08:00
.gitignore add basic files 2022-12-22 17:36:57 +08:00
.gitmodules move to legacy folder 2022-12-22 16:37:32 +08:00
.npmignore Publish With Yarn (#6) 2017-09-22 17:57:21 -07:00
LICENSE Initial commit 2017-08-14 15:49:06 -07:00
README.md add basic files 2022-12-22 17:36:57 +08:00
SECURITY.md Microsoft mandatory file 2022-07-28 16:57:47 +00:00
package-lock.json add basic files 2022-12-22 17:36:57 +08:00
package.json add basic files 2022-12-22 17:36:57 +08:00
tsconfig.json add basic files 2022-12-22 17:36:57 +08:00

README.md

AutoRest extension configuration

modelerfour:
  # this runs a pre-namer step to clean up names
  prenamer: true
  # this will make the content-type parameter always specified
  always-create-content-type-parameter: true
  # enables parameter grouping via x-ms-parameter-grouping
  group-parameters: true
  # don't return errors for deduplication failures
  additional-checks: false
  lenient-model-deduplication: true

pipeline:
  bicep: # <- name of plugin
    input: modelerfour/identity
    output-artifact: bicep-files

#   bicep/emitter:
#     input: bicep
#     scope: bicep-scope/emitter

# bicep-scope/emitter:
#   input-artifact: bicep-files

# output-artifact: bicep-files