From 0293d11675721db735d51d86565d0ec07a82be58 Mon Sep 17 00:00:00 2001 From: Tim Lovell-Smith Date: Fri, 17 May 2024 11:09:46 -0700 Subject: [PATCH] Add some missing properties identified in NSP common-types (#29117) * Add missing properties diagnosticSettingsVersion and enabledLogCategories * Add 'networksecurityperimeter' to the custom-words.txt though its only used as a filename. --- custom-words.txt | 1 + .../v5/networksecurityperimeter.json | 13 +++++++++++++ 2 files changed, 14 insertions(+) diff --git a/custom-words.txt b/custom-words.txt index 30b747c50c4e..839757224072 100644 --- a/custom-words.txt +++ b/custom-words.txt @@ -1898,6 +1898,7 @@ networkacls networkinterfaces networkruleset networkrulesets +networksecurityperimeter networksettings networkstatus networktraversal diff --git a/specification/common-types/resource-management/v5/networksecurityperimeter.json b/specification/common-types/resource-management/v5/networksecurityperimeter.json index 614eefcde3d9..377fbbb20097 100644 --- a/specification/common-types/resource-management/v5/networksecurityperimeter.json +++ b/specification/common-types/resource-management/v5/networksecurityperimeter.json @@ -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" + } } } },