Skip to content

Commit

Permalink
fix: APIM Rule (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuki-komori authored Oct 26, 2023
1 parent e8c2f9e commit 67e7dbf
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,15 @@ resource diagnosticsSettings 'Microsoft.Insights/diagnosticSettings@2021-05-01-p
enabled: true
retentionPolicy: {
enabled: true
days: 360
// days: 360
}
}
{
categoryGroup: 'audit'
enabled: true
retentionPolicy: {
enabled: true
days: 360
// days: 360
}
}
]
Expand All @@ -94,7 +94,7 @@ resource diagnosticsSettings 'Microsoft.Insights/diagnosticSettings@2021-05-01-p
enabled: true
retentionPolicy: {
enabled: true
days: 360
// days: 360
}
}
]
Expand Down

0 comments on commit 67e7dbf

Please sign in to comment.