From ee095928f8a3eca3b3a29faeeacfe46b18fb8b75 Mon Sep 17 00:00:00 2001 From: Nikolay Matrosov Date: Wed, 19 Jun 2024 12:50:54 +0200 Subject: [PATCH] Add Marketplace License Manager endpoint to config --- Yandex.Cloud.SDK/Generated.cs | 3 +-- tools/GeneratorConfig.cs | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Yandex.Cloud.SDK/Generated.cs b/Yandex.Cloud.SDK/Generated.cs index dd4cb1a..5a063d7 100644 --- a/Yandex.Cloud.SDK/Generated.cs +++ b/Yandex.Cloud.SDK/Generated.cs @@ -1163,9 +1163,8 @@ public class Services_Marketplace_Licensemanager : Yandex.Cloud.ServiceRegistry { public Services_Marketplace_Licensemanager(Yandex.Cloud.Sdk sdk) : - base(sdk, "unknown") + base(sdk, "marketplace") { - throw new System.Exception("service Services_Marketplace_Licensemanager is not supported at this moment"); } public virtual Yandex.Cloud.Marketplace.Licensemanager.V1.InstanceService.InstanceServiceClient InstanceService diff --git a/tools/GeneratorConfig.cs b/tools/GeneratorConfig.cs index 1a348b0..91c3f2d 100644 --- a/tools/GeneratorConfig.cs +++ b/tools/GeneratorConfig.cs @@ -43,6 +43,7 @@ public class GeneratorConfig }) }, {"Services_Marketplace", new EndpointConfig("marketplace")}, + {"Services_Marketplace_Licensemanager", new EndpointConfig("marketplace")}, {"Services_Marketplace_Metering", new EndpointConfig("marketplace")}, {"Services_Mdb", new EndpointConfig("mdb")}, {"Services_Mdb_Clickhouse", new EndpointConfig("managed-clickhouse")},