@azure/data-tables 13.1.0-alpha.20220401.1 → 13.1.0-alpha.20220406.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -3596,7 +3596,7 @@ class TableServiceClient {
3596
3596
  return this;
3597
3597
  },
3598
3598
  byPage: (settings) => {
3599
- const pageOptions = Object.assign(Object.assign({}, options), { queryOptions: { top: settings === null || settings === void 0 ? void 0 : settings.maxPageSize } });
3599
+ const pageOptions = Object.assign(Object.assign({}, options), { queryOptions: Object.assign(Object.assign({}, options === null || options === void 0 ? void 0 : options.queryOptions), { top: settings === null || settings === void 0 ? void 0 : settings.maxPageSize }) });
3600
3600
  if (settings === null || settings === void 0 ? void 0 : settings.continuationToken) {
3601
3601
  pageOptions.continuationToken = settings.continuationToken;
3602
3602
  }