pulumi / examples

Infrastructure, containers, and serverless apps to AWS, Azure, GCP, and Kubernetes... all deployed with Pulumi
https://www.pulumi.com
Apache License 2.0
2.33k stars 873 forks source link

classic-azure-ts-vm-provisioners is not covered by tests #1658

Open thomas11 opened 1 week ago

thomas11 commented 1 week ago

This example is not in the suite defined in misc/test/azure_test.go.

I suspect the reason is that it needs an SSH key pair as input, and there's no ready-made way in Azure to create one. We could, for instance,