Skip to content

Commit f9c55e9

Browse files
committed
add missing type
1 parent 93c0de7 commit f9c55e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure/modules/applicationInsights/create.bicep

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ param location string
88
param tags object
99

1010
@description('Whether to purge data immediately after 30 days in Application Insights')
11-
param immediatePurgeDataOn30Days
11+
param immediatePurgeDataOn30Days bool
1212

1313
@export()
1414
type Sku = {

0 commit comments

Comments
 (0)