Skip to content
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

Merged
merged 1 commit into from
May 1, 2018

Conversation

v-Ajnava
Copy link
Member

@v-Ajnava v-Ajnava commented Apr 26, 2018

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

  • The title of the PR is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For information on cleaning up the commits in your pull request, see this page.
  • Except for special cases involving multiple contributors, the PR is started from a fork of the main repository, not a branch.
  • If applicable, the PR references the bug/issue that it fixes.
  • Swagger files are correctly named (e.g. the api-version in the path should match the api-version in the spec).

Quality of Swagger

@AutorestCI
Copy link

AutorestCI commented Apr 26, 2018

Automation for azure-sdk-for-python

The initial PR has been merged into your service PR:
Azure/azure-sdk-for-python#2051

@AutorestCI
Copy link

AutorestCI commented Apr 26, 2018

Automation for azure-sdk-for-node

The initial PR has been merged into your service PR:
Azure/azure-sdk-for-node#2658

@AutorestCI
Copy link

AutorestCI commented Apr 26, 2018

Automation for azure-libraries-for-java

The initial PR has been merged into your service PR:
AutorestCI/azure-libraries-for-java#53

@AutorestCI
Copy link

AutorestCI commented Apr 26, 2018

Automation for azure-sdk-for-go

A 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:
Azure/azure-sdk-for-go#1747

@azuresdkciprbot
Copy link

AutoRest linter results for ARM Related Validation Errors/Warnings

These 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

⚠️0 new Warnings.(7 total)
0 new Errors.(0 total)

AutoRest Linter Guidelines | AutoRest Linter Issues | Send feedback

Thanks for your co-operation.

@azuresdkciprbot
Copy link

AutoRest linter results for SDK Related Validation Errors/Warnings

These 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

⚠️0 new Warnings.(5 total)
0 new Errors.(0 total)

AutoRest Linter Guidelines | AutoRest Linter Issues | Send feedback

Thanks for your co-operation.

@jhendrixMSFT
Copy link
Member

@v-Ajnava Note that you're introducing breaking changes in a stable spec. Is this intentional?

@v-Ajnava
Copy link
Member Author

v-Ajnava commented Apr 27, 2018

@jhendrixMSFT correct me if I am wrong, as these are not the required properties so it will not be breaking change.

@jhendrixMSFT
Copy link
Member

@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).

@jhendrixMSFT
Copy link
Member

@v-Ajnava Any update?

@v-Ajnava
Copy link
Member Author

v-Ajnava commented May 1, 2018

@jhendrixMSFT , actually the Service Bus PR is merged with same optional $skip and $top properties.
adding @sazeesha and @dsouzaarun, can you please suggest on this.

@sazeesha
Copy link
Contributor

sazeesha commented May 1, 2018

@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?

@jhendrixMSFT
Copy link
Member

@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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants