We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93c0de7 commit f9c55e9Copy full SHA for f9c55e9
.azure/modules/applicationInsights/create.bicep
@@ -8,7 +8,7 @@ param location string
8
param tags object
9
10
@description('Whether to purge data immediately after 30 days in Application Insights')
11
-param immediatePurgeDataOn30Days
+param immediatePurgeDataOn30Days bool
12
13
@export()
14
type Sku = {
0 commit comments