From 29bed42fce7c926ef925609410c12ae209f43b20 Mon Sep 17 00:00:00 2001 From: Corey Goodfred Date: Fri, 8 Dec 2023 00:07:39 -0500 Subject: [PATCH] [RHCLOUD-28264] Sources needs to add RHEL metering to Azure Cost Management Source --- dao/seeds/source_types.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/dao/seeds/source_types.yml b/dao/seeds/source_types.yml index 69cdd42a..5e709c80 100644 --- a/dao/seeds/source_types.yml +++ b/dao/seeds/source_types.yml @@ -226,6 +226,17 @@ azure: name: authentication.password label: Client Secret type: password + - component: select + name: application.extra.metered + label: Metered Product + simpleValue: true + options: + - label: None + value: "" + - label: Red Hat Enterprise Linux + value: rhel + isRequired: false + hideField: false bitbucket: product_name: Bitbucket category: Developer sources