-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UpdateVariableGroupAsync is still a problem with the C# sdk. It is broken in latest stable and latest preview. #572
Comments
Hi @chassq, |
@kirill-ivlev Thanks for the update! Much appreciated. Hope this is resolved soon as it is blocking us a bit. As a workaround we have reverted to the REST api for now. |
This issue has had no activity in 90 days. Please comment if it is not actually stale |
Any update on when this might be consdiered? |
This issue has had no activity in 90 days. Please comment if it is not actually stale |
This is still a problem with the C# sdk. It is broken in latest stable and latest preview. The allowed call is (no name param is available to pass):
await client.UpdateVariableGroupAsync(variableGroup.Id, variableParams, cancellationToken: cancellationToken);
The error is:
Originally posted by @chassq in #424 (comment)
The text was updated successfully, but these errors were encountered: