-
Notifications
You must be signed in to change notification settings - Fork 8
Beta deployment APIs #49
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will unblock when we are ready to consider this for release.
Hey @Helcaraxan I've fixed the example code up now so it's ready for review and release once approved. |
examples/CapacityLimit/Program.cs
Outdated
{ | ||
PlayerIdentityToken = playerIdentityTokenResponse.PlayerIdentityToken, | ||
DeploymentId = _deployment.Id, | ||
DeploymentId = suitableDeployment.Id.ToString(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤕
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you mean? Unfortunately this request still takes the deployment id as a string - not much I can do.
It appears that this PR is failing when trying to perform the new calls. Are we sure that the new Beta service is implemented by |
@Helcaraxan yes that's true, it's not yet implemented but will be soon. Workflows have a ticket to update this example and I've reverted it back to using the Alpha until then. |
@majolo I am not happy merging (and releasing) this if the local flow is not supported. This brings me to another point which is: why are we not removing the Alpha from the SDK? |
/uncc