Skip to content

Commit

Permalink
Users/alsehr/diagnostic changes (#48)
Browse files Browse the repository at this point in the history
Co-authored-by: Jack Tracey <[email protected]>
  • Loading branch information
AlexanderSehr and jtracey93 authored Sep 7, 2023
1 parent cdd3f0f commit 7799b21
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion docs/static/includes/interfaces/int.diag.input.bicep
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
diagnosticSettings: [
{
retentionInDays: 30
logCategoriesAndGroups: ['allLogs']
metricCategories: ['AllMetrics']
logAnalyticsDestinationType: 'Dedicated'
Expand Down
1 change: 0 additions & 1 deletion docs/static/includes/interfaces/int.diag.input.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
diagnostic_settings = {
diag_setting_1 = {
retention_in_days = 30
log_categories_and_groups = ["allLogs"]
metric_categories = ["AllMetrics"]
log_analytics_destination_type = "Dedicated"
Expand Down
4 changes: 0 additions & 4 deletions docs/static/includes/interfaces/int.diag.schema.bicep.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
"items": {
"type": "object",
"properties": {
"retentionInDays": {
"type": "integer",
"default": 30
},
"logCategoriesAndGroups": {
"type": "array",
"items": {
Expand Down
4 changes: 0 additions & 4 deletions docs/static/includes/interfaces/int.diag.schema.tf.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
"additionalProperties": {
"type": "object",
"properties": {
"retention_in_days": {
"type": "integer",
"default": 30
},
"log_categories_and_groups": {
"type": "array",
"items": {
Expand Down

0 comments on commit 7799b21

Please sign in to comment.