Skip to content

Commit

Permalink
Add some missing properties identified in NSP common-types (Azure#29117)
Browse files Browse the repository at this point in the history
* Add missing properties diagnosticSettingsVersion and enabledLogCategories

* Add 'networksecurityperimeter' to the custom-words.txt though its only used as a filename.
  • Loading branch information
TimLovellSmith authored May 17, 2024
1 parent cc69174 commit 0293d11
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1898,6 +1898,7 @@ networkacls
networkinterfaces
networkruleset
networkrulesets
networksecurityperimeter
networksettings
networkstatus
networktraversal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,19 @@
"x-ms-identifiers": [
"name"
]
},
"diagnosticSettingsVersion": {
"description": "Current diagnostic settings version",
"type": "integer",
"format": "int32"
},
"enabledLogCategories": {
"description": "List of log categories that are enabled",
"type": "array",
"items": {
"description": "Log category",
"type": "string"
}
}
}
},
Expand Down

0 comments on commit 0293d11

Please sign in to comment.