You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The provided example code for the azure cli (terraform main.tf) end´s with an error:
"Original Error: determining which Required Resource Providers require registration: the required Resource Provider "Microsoft.TimeSeriesInsights" wasn't returned from the Azure API"
The provided example code for the azure cli (terraform main.tf) end´s with an error:
"Original Error: determining which Required Resource Providers require registration: the required Resource Provider "Microsoft.TimeSeriesInsights" wasn't returned from the Azure API"
You requested in your provider.tf the azurerm version 3.68.0 only (no newer versions) - this old version want to register the Microsoft.TimeSeriesInsights resource in the subscription but TimeSeriesInsights are deprecated and does not exist anymore (would be replaced by dataexplorer - see https://azure.microsoft.com/en-us/updates/we-re-retiring-azure-time-series-insights-on-7-july-2024-transition-to-azure-data-explorer/)
please change the provider.tf in the repo to use a newer version of azurerm like 4.5.0 or >= 4.5.0
The text was updated successfully, but these errors were encountered: