-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Event hubs cluster should support passing parameters with “sku” and “location” #9525
Comments
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @jfggdl. |
It seems the sample should use a different name for SKU as below.
REST API swagger definition is pointing to correct name.
|
@serkantkaraca , and seems Clusters_Put API doesn't support to send paramters as http request body. May I know is there any ETA for fixing this issue? |
@neil-yechenwei I don't understand what you mean by not supporting request body. Entire JSON document is the body and you provide those in the JSON object. Did you try running the sample? |
OK, just informed the API is being fixed right now. Sorry for misunderstanding. |
@serkantkaraca , Sorry for making you confuse. After checked latest code, seems the bug I proposed still hasn't been fixed. I mean The code needs to be added into "Cluster_PUT" section:
After applied the fix, it should be like below sample code:
|
Here is the PR for fix - #9596 |
Seems the issue has been fixed. So closed it. THanks so much. |
Per the example of rest apis spec, seems passing “parameters” with “sku” and “location” is supported by “Clusters_Put" API. However, after I also checked rest api, seems event hubs cluster actually doesn’t support passing parameters with “sku” and “location” as http request body. So I am confused. If it doesn’t support to send http request body, then I cannot specify “sku” and “location” while creating event hub cluster. So I suppose passing http request body should be supported.
The text was updated successfully, but these errors were encountered: