You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="Possible values are AzureDiagnostics and Dedicated, default to AzureDiagnostics. When set to Dedicated, logs sent to a Log Analytics workspace will go into resource specific tables, instead of the legacy AzureDiagnostics table."
160
144
}
161
145
162
-
variable"retention_policy_enabled" {
163
-
type=bool
164
-
default=false
165
-
description="Is this Retention Policy enabled?"
166
-
}
167
-
168
-
variable"diagnostic_log_days" {
169
-
type=number
170
-
default="90"
171
-
description=" The number of days for which this Retention Policy should apply."
172
-
}
173
-
174
-
variable"Metric_enable" {
175
-
type=bool
176
-
default=true
177
-
description="Is this Diagnostic Metric enabled? Defaults to true."
0 commit comments