Add .NET 10 support for dotnet_version to linux and windows app service#31007
Add .NET 10 support for dotnet_version to linux and windows app service#31007sreallymatt merged 4 commits intohashicorp:mainfrom
Conversation
|
@WodansSon or @magodo can this be reviewed and released? |
|
It would be great to get this merged soon. 🙂 I’ve also run into situations where deploying an application that targets a newer .NET version forced me to upgrade the provider unexpectedly, adding extra work that wasn’t planned. |
|
@jackofallops can you have a look? |
| @@ -179,6 +179,7 @@ ASP.NET V4.8 | v4.0 | |||
| .NET 7 (STS) | v7.0 | |||
There was a problem hiding this comment.
I'm not sure what the route to deprecation is here, v6 is also still in the provider but not available either.
There was a problem hiding this comment.
Maybe making some cleanup is not as urgent as adding this new version.
And what would be the impact of removing older versions on running webapps / functions / else ?
There was a problem hiding this comment.
I agree with hangar18rip. 🎸
Adding versions = feature, removing versions = breaking change.
There was a problem hiding this comment.
I understand. I suggest my comment be ignored then. Better that this doesn't become a breaking change
|
hi @WodansSon / @magodo. what's the plan for this PR please ? |
|
Why does this always take so long every year? .NET releases are very well-known in advance and Azure has had Day 1 support for the last several years, so why can’t azurerm? This PR alone has been sitting here for over 2 weeks with next to 0 movement. Can it just be approved please? |
|
@sreallymatt maybe you can have a look? |
jackofallops
left a comment
There was a problem hiding this comment.
Thanks @psyvision and @sreallymatt - LGTM 👍
|
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 support for .NET 10
dotnet_versionfor both windows and linux App Service web and function apps.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_windows_web_app_slot- support valuev10.0for thedotnet_versionproperty [Support for .net 10 in azurerm_linux_web_app #31141]azurerm_windows_web_app- support valuev10.0for thedotnet_versionproperty [Support for .net 10 in azurerm_linux_web_app #31141]azurerm_windows_function_app_slot- support valuev10.0for thedotnet_versionproperty [Function App - Add support for dotnet 10.0 for Windows/Linux #30735]azurerm_windows_function_app- support valuev10.0for thedotnet_versionproperty [Function App - Add support for dotnet 10.0 for Windows/Linux #30735]azurerm_linux_web_app_slot- support value10.0for thedotnet_versionproperty [Support for .net 10 in azurerm_linux_web_app #31141]azurerm_linux_web_app- support value10.0for thedotnet_versionproperty [Support for .net 10 in azurerm_linux_web_app #31141]azurerm_linux_function_app_slot- support value10.0for thedotnet_versionproperty [Function App - Add support for dotnet 10.0 for Windows/Linux #30735]azurerm_linux_function_app- support value10.0for thedotnet_versionproperty [Function App - Add support for dotnet 10.0 for Windows/Linux #30735]This is a (please select all that apply):
Related Issue(s)
Fixes 30735
Fixes 31141
AI Assistance Disclosure
Rollback Plan
If a change needs to be reverted, we will publish an updated version of the provider.
Changes to Security Controls
Are there any changes to security controls (access controls, encryption, logging) in this pull request? If so, explain.
Note
If this PR changes meaningfully during the course of review please update the title and description as required.