Skip to content

Commit

Permalink
config: adding API Versions for Application Insights
Browse files Browse the repository at this point in the history
These two versions are currently used in the provider
  • Loading branch information
tombuildsstuff committed Sep 1, 2023
1 parent 5051c50 commit c5da10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/resource-manager.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ service "appconfiguration" {
}
service "applicationinsights" {
name = "ApplicationInsights"
available = ["2020-11-20", "2022-04-01", "2022-06-15"]
available = ["2015-05-01", "2020-02-02", "2020-11-20", "2022-04-01", "2022-06-15"]
}
service "appplatform" {
name = "AppPlatform"
Expand Down

0 comments on commit c5da10b

Please sign in to comment.