Azurerm Provider troubles - Resource Management

Hi,

Curious if anyone else has experienced this issue. I have 2 different resources (among many) I am managing, 1 is the resource “azurerm_application_gateway”, and the other is resource “azurerm_data_factory_integration_runtime_self_hosted”.

I see a bug with my application gateway which upon looking around seems to be resolved using version 2.7.0 of Azurerm Provider (Current version is 2.46.0), however when I try to upgrade to that new version, my Terraform validate command fails and notifies me that,

"The provider provider.azurerm does not support resource type
“azurerm_data_factory_integration_runtime_self_hosted”.

I’m curious how going to a higher version causes my Terraform file to no longer recognize the data factory resource block above.

Thoughts on this?