azurerm_*function_app, azurerm_linux_web_app - add node 22 and java 17 support for JBOSSEAP#28472
Conversation
jackofallops
left a comment
There was a problem hiding this comment.
Thanks @xiaxyi - Just one change to take a look at if you could, the rest I think is good to go.
| Config: r.appStackNode(data, SkuBasicPlan, "22"), | ||
| Check: acceptance.ComposeTestCheckFunc( | ||
| check.That(data.ResourceName).ExistsInAzure(r), | ||
| check.That(data.ResourceName).Key("kind").HasValue("functionapp,linux"), | ||
| check.That(data.ResourceName).Key("site_config.0.linux_fx_version").HasValue("NODE|20"), |
There was a problem hiding this comment.
Copy paste error here?
| Config: r.appStackNode(data, SkuBasicPlan, "22"), | |
| Check: acceptance.ComposeTestCheckFunc( | |
| check.That(data.ResourceName).ExistsInAzure(r), | |
| check.That(data.ResourceName).Key("kind").HasValue("functionapp,linux"), | |
| check.That(data.ResourceName).Key("site_config.0.linux_fx_version").HasValue("NODE|20"), | |
| Config: r.appStackNode(data, SkuBasicPlan, "22"), | |
| Check: acceptance.ComposeTestCheckFunc( | |
| check.That(data.ResourceName).ExistsInAzure(r), | |
| check.That(data.ResourceName).Key("kind").HasValue("functionapp,linux"), | |
| check.That(data.ResourceName).Key("site_config.0.linux_fx_version").HasValue("NODE|22"), |
|
Thanks @jackofallops for the comment, I fixed the typo. |
jackofallops
left a comment
There was a problem hiding this comment.
Thanks @xiaxyi - LGTM now 👍
* update for #27680 * Update CHANGELOG.md for #28465 * Update CHANGELOG.md #27932 * Update CHANGELOG.md for #28505 * Update CHANGELOG.md for #28474 * Update CHANGELOG.md #28516 * Update CHANGELOG for #28456 * Update CHANGELOG.md for #28472 * Update CHANGELOG.md #28307 * Update CHANGELOG.md for #27859 * Update for #28519 * Update for #27791 #27528 * Update CHANGELOG.md for #28527 * update changelog links and generate provider schema --------- Co-authored-by: jackofallops <11830746+jackofallops@users.noreply.github.com> Co-authored-by: catriona-m <86247157+catriona-m@users.noreply.github.com> Co-authored-by: sreallymatt <106555974+sreallymatt@users.noreply.github.com> Co-authored-by: Matthew Frahry <mbfrahry@gmail.com> Co-authored-by: jackofallops <ste@hashicorp.com>
…va 17 support for JBOSSEAP (hashicorp#28472) * add node 22 and java 17 support for JBOSSEAP * update docs * fix typo
* update for hashicorp#27680 * Update CHANGELOG.md for hashicorp#28465 * Update CHANGELOG.md hashicorp#27932 * Update CHANGELOG.md for hashicorp#28505 * Update CHANGELOG.md for hashicorp#28474 * Update CHANGELOG.md hashicorp#28516 * Update CHANGELOG for hashicorp#28456 * Update CHANGELOG.md for hashicorp#28472 * Update CHANGELOG.md hashicorp#28307 * Update CHANGELOG.md for hashicorp#27859 * Update for hashicorp#28519 * Update for hashicorp#27791 hashicorp#27528 * Update CHANGELOG.md for hashicorp#28527 * update changelog links and generate provider schema --------- Co-authored-by: jackofallops <11830746+jackofallops@users.noreply.github.com> Co-authored-by: catriona-m <86247157+catriona-m@users.noreply.github.com> Co-authored-by: sreallymatt <106555974+sreallymatt@users.noreply.github.com> Co-authored-by: Matthew Frahry <mbfrahry@gmail.com> Co-authored-by: jackofallops <ste@hashicorp.com>
Amends 918d96c (hashicorp#28472), which missed some spots.
|
This still doesn't work. I found some missing spots: main...orgads:terraform-provider-azurerm:node-22 I don't know how to cover this in tests, so please take it from here. |
|
@orgads I don't think node 22 is supported for linux web app? At least the option seems not available in Azure portal? Are you able to see node 22 for linux web app in Azure portal? |
|
It doesn't appear for Flex Consumption, but it does for Consumption on both Linux and Windows. |
|
@xiaxyi Can you please complete this? |
Amends 918d96c (hashicorp#28472), which missed some spots.
|
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |

Community Note
Description
Add node 22 support for function app and java 17 support for JBOSSEAP for linux web app
PR Checklist
For example: “
resource_name_here- description of change e.g. adding propertynew_property_name_here”Changes to existing Resource / Data Source
Testing
Change Log
Below please provide what should go into the changelog (if anything) conforming to the Changelog Format documented here.
azurerm_resource- support for thething1property [GH-00000]This is a (please select all that apply):
Related Issue(s)
Fixes #28302
Fixes #28350
Note
If this PR changes meaningfully during the course of review please update the title and description as required.