hashicorp / terraform-provider-azurerm

Terraform provider for Azure Resource Manager
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs
Mozilla Public License 2.0
4.6k stars 4.64k forks source link

logic_app_standard does not support dotnet version 8.0 #26979

Closed robindegreve closed 3 months ago

robindegreve commented 3 months ago

Is there an existing issue for this?

Community Note

Description

Hi,

The provider does not support dotnet version 8 yet, while Azure already does. Could this versions be added to validation list, tests and docs please?

https://github.com/hashicorp/terraform-provider-azurerm/blob/main/internal/services/logic/logic_app_standard_resource.go#L866-L875

https://github.com/hashicorp/terraform-provider-azurerm/blob/main/internal/services/logic/logic_app_standard_resource_test.go#L838-L852

https://github.com/hashicorp/terraform-provider-azurerm/blob/main/website/docs/r/logic_app_standard.html.markdown?plain=1#L186

Thank you in advance.

New or Affected Resource(s)/Data Source(s)

azurerm_logic_app_standard

Potential Terraform Configuration

site_config {
  dotnet_framework_version = "v8.0"
}

References

https://learn.microsoft.com/en-us/azure/azure-functions/dotnet-isolated-process-guide?tabs=linux#supported-versions

github-actions[bot] commented 2 months ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.