From 3aa14dd5f528f4865ac60ae95084f109a1a38dc9 Mon Sep 17 00:00:00 2001 From: tombuildsstuff Date: Fri, 1 Sep 2023 11:54:33 +0200 Subject: [PATCH] config: adding API Versions for Application Insights These two versions are currently used in the provider --- config/resource-manager.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/resource-manager.hcl b/config/resource-manager.hcl index cf945b9278f..d320fac44b7 100644 --- a/config/resource-manager.hcl +++ b/config/resource-manager.hcl @@ -29,7 +29,7 @@ service "appconfiguration" { } service "applicationinsights" { name = "ApplicationInsights" - available = ["2020-11-20", "2022-04-01", "2022-06-15", "2023-06-01"] + available = ["2015-05-01", "2020-02-02", "2020-11-20", "2022-04-01", "2022-06-15", "2023-06-01"] } service "appplatform" { name = "AppPlatform"