-
Notifications
You must be signed in to change notification settings - Fork 28
Add Azure Spring Apps as the target for azure #907
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
Conversation
mrizzi
left a comment
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.
Just a question to double check the default value change has been done on purpose.
| label: "azure-appservice", | ||
| value: "azure-appservice", | ||
| default: true, | ||
| default: false, |
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.
@showpune has the default value being changed on purpose from azure-appservice to azure-spring-apps?Because it's a kind of "breaking change" for the Windup Web Console users that are used to have azure-appservice as the default value for the Azure card in the Migration Paths page.
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.
Since we have a deadline for an upcoming release, the Windup team decided to take the most conservative approach with this change, pushing directly to this PR the c8d938b commit:
azure-appservicevalue is still the default target in theAzuretargetazure-spring-appsvalue has been added at the end
Screenshot reflects what described

@showpune further changes can be pushed in another PR 👍
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.
sure!
mrizzi
left a comment
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.
@showpune congrats on your first contribution to this project 👍
* Add Azure Spring Apps as the target for azure * Reverted default Azure target to 'azure-appservice' --------- Co-authored-by: mrizzi <[email protected]> (cherry picked from commit 9013e09)
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
* Add Azure Spring Apps as the target for azure * Reverted default Azure target to 'azure-appservice' --------- Co-authored-by: mrizzi <[email protected]> (cherry picked from commit 9013e09) Co-authored-by: Zhiyong Li <[email protected]>
Add the Azure Spring Apps as Azure Target
I also update the ruleset as windup/windup-rulesets#918