Application Security Groups are used across the AzureRM Provider, as such when the network service gets updated, the API version specific import needs to change in every place the Application Security Group Resource ID is referenced, as can be seen in https://github.com/hashicorp/terraform-provider-azurerm/pull/23875
We should make Application Security Group a Common ID, meaning these imports reference the commonids directory, rather than applicationsecuritygroups within a given version of the network service across the Provider - which'll reduce the churn.
Resource ID format: /subscriptions/%s/resourceGroups/%s/providers/Microsoft.Network/applicationSecurityGroups/%s
Application Security Groups are used across the AzureRM Provider, as such when the
network
service gets updated, the API version specific import needs to change in every place the Application Security Group Resource ID is referenced, as can be seen in https://github.com/hashicorp/terraform-provider-azurerm/pull/23875We should make Application Security Group a Common ID, meaning these imports reference the
commonids
directory, rather thanapplicationsecuritygroups
within a given version of thenetwork
service across the Provider - which'll reduce the churn.Resource ID format:
/subscriptions/%s/resourceGroups/%s/providers/Microsoft.Network/applicationSecurityGroups/%s