Skip to content

Commit

Permalink
Merge pull request #24 from yandex-cloud/feature/add-Marketplace-Lice…
Browse files Browse the repository at this point in the history
…nsemanager

Add Marketplace License Manager endpoint to config
  • Loading branch information
nikolaymatrosov authored Jun 19, 2024
2 parents 7634d83 + ee09592 commit 64d8c5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Yandex.Cloud.SDK/Generated.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions tools/GeneratorConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")},
Expand Down

0 comments on commit 64d8c5d

Please sign in to comment.