On a separate note: I think the task extension for...
# general
p
On a separate note: I think the task extension for Azure Pipelines has an issue with the commands it suggests in its configuration assistant UI. There is an
init
command in the dropdown, but executing the pipeline yields:
Copy code
Error: unknown command "init" for "pulumi"

Did you mean this?
	new

Run 'pulumi --help' for usage.
t
copy @clever-sunset-76585
c
Yeah we used to have a top-level command called
init
that we no longer have. I’ll create an issue to remove it.
Opened https://github.com/pulumi/pulumi-az-pipelines-task/issues/33. I used your screenshot, Daniel. Hope you don’t mind.
p
@clever-sunset-76585 of course not. 🙂