From e06054f8a7535b40d65619e17687e4e66563781b Mon Sep 17 00:00:00 2001 From: samir anand Date: Mon, 6 Feb 2023 18:48:40 +0530 Subject: [PATCH] linitng fix Signed-off-by: samir anand --- libraries/azure_key_vault.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/azure_key_vault.rb b/libraries/azure_key_vault.rb index 3a1832aa..6a4d12ec 100644 --- a/libraries/azure_key_vault.rb +++ b/libraries/azure_key_vault.rb @@ -70,6 +70,7 @@ def to_s # resource uri is the same as (resource) `id` of the key vault. # @see: https://docs.microsoft.com/en-us/rest/api/monitor/diagnosticsettings/list # + # # `#additional_resource_properties` method will be used to get the diagnostic settings from the Rest API. # property_name => The name of the properties, `diagnostic_settings`. # property_endpoint => id + '/providers/microsoft.insights/diagnosticSettings'