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 Oct 13, 2023
1 parent 62f8fef commit 3aa14dd
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 @@ -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"
Expand Down

0 comments on commit 3aa14dd

Please sign in to comment.