-
Notifications
You must be signed in to change notification settings - Fork 80
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
Add support for setting public IP sku to ARM builder #416
Conversation
2d63be0
to
c2ae65d
Compare
13c1610
to
70f4f50
Compare
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.
I left a couple of questions and small suggestions. But this otherwise looks good.
Co-authored-by: Wilken Rivera <dev@wilkenrivera.com>
Co-authored-by: Wilken Rivera <dev@wilkenrivera.com>
faf3ca5
to
0577b1c
Compare
@nywilken I have merged your changes, run make generate, and made public IP sku case insensitive for the user, lemme know what you think! |
…et, disallow setting sku when user provides their own network
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.
This re-roll looks good to me. Just one small comment but otherwise good.
This PR adds support for a
public_ip_sku
parameter, in March 2025 Microsoft is removing the ability to create Basic SKU public IP addresses, there are certain security aspects of this that do not really apply to the short lived IP that is created to connect to the build VM. Due to the many number of potential network configurations we want to release support for this early and encourage users to try out this functionality, so any unexpected bugs are caught long before the removal of basic IPs. This will minimize impact to our users.This PR also throws a new warning to inform users of the upcoming deprecation, and suggest they try this field
Closes #292