-
Notifications
You must be signed in to change notification settings - Fork 880
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update examples to Command provider 1.0 #1654
Conversation
"@pulumi/azure": "^4.0.0", | ||
"@pulumi/command": "^0.0.3", | ||
"@pulumi/azure": "^5.0.0", | ||
"@pulumi/command": "1.0.0-beta.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this example may not be covered by tests in misc/tests? Is it worth adding it there to make sure these changes work and that we don’t regress in the future?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's a good catch. Unfortunately, it needs some setup to provide an SSH key pair. In AWS, we have ec2.CreateKeyPair
but I can't see an equivalent in Azure. We could probably generate a pair locally and store it as a GH secret but I don't have the rights to do so in p/examples - will work with @cnunciato.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Filed #1658 so we don't lose track of it and I can merge this PR.
914e332
to
9287bca
Compare
4d2a30c
to
67ed7bd
Compare
This PR updates all examples that use the Command provider to use
1.0-beta.11.0.0.Note on Java: there are no Command-related changes but the example doesn't compile with the
source
version set to less than 15 so I fixed that.