Skip to content

Commit

Permalink
Updated the version used for DCR to the latest one 2022-06-01
Browse files Browse the repository at this point in the history
  • Loading branch information
Komla Afoutou committed Nov 28, 2023
1 parent 6c84fb0 commit da971e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ function Get-DCRArmTemplate
$resources = @(
[ordered]@{
"type" = "Microsoft.Insights/dataCollectionRules";
"apiVersion" = "2021-04-01";
"apiVersion" = "2022-06-02";
"name" = "[parameters('$($paramName)')]";
"location" = $Location;
"kind" = $PlatformType;
Expand Down

0 comments on commit da971e8

Please sign in to comment.