# autorest.ansible **Repository Path**: mirrors_Azure/autorest.ansible ## Basic Information - **Project Name**: autorest.ansible - **Description**: AutoRest Ansible Extension - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # configuration See documentation [here](doc/00-overview.md) ``` yaml 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.0.0-preview.7" "@autorest/clicommon": "0.4.9" #"@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/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/clicommon #- az/merger #- az/aznamer #- az/modifiers - az/azgenerator scope: scope-az scope-az: is-object: false output-artifact: #- 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) ```