-
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
EventHub: added $skip and $top to list calls #2958
Conversation
Automation for azure-sdk-for-pythonThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-nodeThe initial PR has been merged into your service PR: |
Automation for azure-libraries-for-javaThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-goA PR has been created for you based on this PR content. Once this PR will be merged, content will be added to your service PR: |
AutoRest linter results for ARM Related Validation Errors/WarningsThese errors are reported by the ARM team's validation tools, reachout to ARM RP API Review directly for any questions or concerns. File: specification/eventhub/resource-manager/readme.md
|
AutoRest linter results for SDK Related Validation Errors/WarningsThese errors are reported by the SDK team's validation tools, reachout to ADX Swagger Reviewers directly for any questions or concerns. File: specification/eventhub/resource-manager/readme.md
|
@v-Ajnava Note that you're introducing breaking changes in a stable spec. Is this intentional? |
@jhendrixMSFT correct me if I am wrong, as these are not the required properties so it will not be breaking change. |
@v-Ajnava It depends on the language. For Go these new params are added to the method signature, see https://github.com/Azure/azure-sdk-for-go/blob/19d431608e56bb5b77c3a47a56f04d40c355d962/services/eventhub/mgmt/2017-04-01/eventhub/consumergroups.go#L305 for an example (we have a work item to avoid this problem). |
@v-Ajnava Any update? |
@jhendrixMSFT , actually the Service Bus PR is merged with same optional $skip and $top properties. |
@jhendrixMSFT, for a collection with query param our service returns max of 100 resources at a time with a nextLink to the next set of resources. For our Clients to function correctly we need to add the optional skip and top query param. For the GO client what is the timeline to fix it? |
@sazeesha At present there is no timeline to change the Go codegen for this issue. We won't prevent you from making this change, I just wanted to raise awareness that this is a breaking change for Go (I don't know if it is for any other languages). |
This checklist is used to make sure that common issues in a pull request are addressed. This will expedite the process of getting your pull request merged and avoid extra work on your part to fix issues discovered during the review process.
PR information
api-version
in the path should match theapi-version
in the spec).Quality of Swagger