-
Notifications
You must be signed in to change notification settings - Fork 867
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
Bug in the Event Hubs SDK #413
Closed
Comments
4 tasks
Hello! Thanks for reporting this :D |
10 tasks
@amarzavery @mcardosos thanks for fixing the bug in the Swagger.. any idea when the SDK will be re-generated to account for this? Would it be possible to @ me in that PR? Many thanks :) |
Closed
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Thanks for adding the EventHub SDK recently.
I've been working on adding support for them into Terraform - and I believe I've found an SDK bug with one of the types is defined incorrectly. I'm getting the following error - (I've masked the Subscription ID for obvious reasons):
I believe this error to be with the Partition ID's - which is returned as an array of strings and not Int's. For context the object is:
From what I can see - to route to fixing this is either:
As this SDK is auto-generated - I guess there'd be no point sending a PR to fix the type in this repo directly?
The text was updated successfully, but these errors were encountered: