neilpeterson / azure-blueprints-pipeline-tasks

MIT License
17 stars 16 forks source link

Documentation question #64

Closed Lutando closed 4 years ago

Lutando commented 4 years ago

Why is it that, in the docs here, that the task input key called BlueprintPath is valued with create in the documentation?

steps:
- task: nepeters.azure-blueprints.CreateBlueprint.CreateBlueprint@1
  displayName: 'Create Azure Blueprint'
  inputs:
    azureSubscription: 'nepeters-devops-mgmt'
    BlueprintName: 'blueprints-demo'
    BlueprintPath: create
    PublishBlueprint: true

Mistake or is this referring to a create folder?

neilpeterson commented 4 years ago

Yes, create in this case is the name of a directory. I will update the docs to make this a bit more clear.

Thanks for raising the issue.

Lutando commented 4 years ago

Thank you :)