-
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
[HDInsight] KafkaRestProperties
should not require groupName
given groupId
has been specified
#10667
Comments
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @aim-for-better, @idear1203, @deshriva. |
Returning group name is more readable for customer. Could you please share more about this issue? For example, what's the impact on you? |
As the API consumer, it is more handy to provide the least amout of input in request. In this case, Specifically, I'm working on this feature in Terraform azurerm provider. Check out this comment: hashicorp/terraform-provider-azurerm#8064 (comment) |
@magodo : Thanks for the feedback. We have opened a work item and plan to address it in a future release. |
@magodo : Can we close this request, we have a work item and this change will be rolled out with a new API version. |
@deshriva Thank you for the update, can we wait until the Swagger PR for that new API version is merged? |
Thanks for the feedback. We have opened a work item and plan to address it in a future release. |
on going |
3 similar comments
on going |
on going |
on going |
The
ClientGroupInfo
property already accept agroupId
in request body, based on which service should be able to deduce thegroupName
. This issue suggest to remove thegroupName
from the model as an input property.The text was updated successfully, but these errors were encountered: