yandex-cloud / dotnet-sdk

MIT License
12 stars 9 forks source link

service Services_Logging is not supported at this moment #14

Closed Krusty84 closed 2 years ago

Krusty84 commented 2 years ago

Hello Dear Yandex Team,

This piece of code:

var sdk = new Sdk(new OAuthCredentialsProvider("AQA.......")); Yandex.Cloud.Logging.V1.ReadRequest readRequest = new Yandex.Cloud.Logging.V1.ReadRequest(); var logresp = sdk.Services.Logging.LogReadingService.ReadAsync(readRequest);

Generate the following exception: System.Exception: 'service Services_Logging is not supported at this moment'

Is this my mistake or?

nikolaymatrosov commented 2 years ago

I believe that this PR should fix it https://github.com/yandex-cloud/dotnet-sdk/pull/13

Krusty84 commented 2 years ago

I believe that this PR should fix it https://github.com/yandex-cloud/dotnet-sdk/pull/13

Dear Nikolay, when can we get the new version sdk with that fix? Thanks

DmitryNaumov commented 2 years ago

@Krusty84 should be fixed in 1.2.0, give it a try!