-
Notifications
You must be signed in to change notification settings - Fork 261
Description
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I cannot create a project..
I would like the ability to generate fully expanded azure pipelines templates using the Pipelines Preview API. The az pipelines
command does not have a preview
subcommand.
Describe the solution you'd like
A clear and concise description of what you want to happen.
e.g. If you want a new command to be added, what would it do?
I would like the az pipelines preview
command to be added which would allow providing an azure pipelines YML file and would return the fully expanded pipeline YAML file.
ideally, you would provide id
, branch
instead of actual YAML to the command, but also allowing a yamlOverride
would be nice as well.
Additional context
Add any other context or screenshots about the feature request here.
We are wanting a way to programmatically receive a fully expanded Azure pipelines YAML.