Workaround for terraform error - Cannot register provider Microsoft.TimeSeriesInsights
Closed
requested to merge fix/terraform-cannot-register-provider-microsofttimeSeriesinsights into master
All Submissions:
- [YES] Have you added an explanation of what your changes do and why you'd like us to include them?
The Azure Provider is automatically trying to register deprecated provider Microsoft.TimeSeriesInsights, added skip_provider_registration to mitigate terraform failing:
Original Error: Cannot register providers: Microsoft.TimeSeriesInsights. Errors were: Cannot register provider Microsoft.TimeSeriesInsights with Azure Resource Manager: unexpected status 400 with error: DisallowedProvider: The operation is not permitted for namespace 'Microsoft.TimeSeriesInsights'
- [NA] I have updated the documentation accordingly.
- [YES] My code follows the code style of this project.
Current Behavior or Linked Issues
https://github.com/hashicorp/terraform-provider-azurerm/issues/27466
Does this introduce a breaking change?
- [NO]
Other information
Edited by Alexey Mayer
Merge request reports
Activity
Please register or sign in to reply