From 7fac9915a13b1c011e6a2bbaf7f3d2d1d269e907 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zapletal?= Date: Wed, 19 Apr 2023 04:30:50 +0200 Subject: [PATCH] feat: Azure public IP spec (#3751) Signed-off-by: Lukas Zapletal --- insights/parsers/azure_instance.py | 41 +++++++++++++++++ insights/specs/__init__.py | 1 + insights/specs/default.py | 1 + insights/tests/parsers/test_azure_instance.py | 46 ++++++++++++++++++- 4 files changed, 88 insertions(+), 1 deletion(-) diff --git a/insights/parsers/azure_instance.py b/insights/parsers/azure_instance.py index 18643a999a..5bcf5b6da1 100644 --- a/insights/parsers/azure_instance.py +++ b/insights/parsers/azure_instance.py @@ -12,6 +12,9 @@ AzureInstancePlan - 'plan' of Azure Instance -------------------------------------------- + +AzurePublicIpv4Addresses - list of public IPv4 addresses +-------------------------------------------------------- """ import json @@ -159,3 +162,41 @@ def __repr__(self): return "