-
Notifications
You must be signed in to change notification settings - Fork 1.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
[AutoPR storagesync/resource-manager] Review request for Microsoft.StorageSync to update 2019-02-01 with support for parallel upload and download sync status tracking #1295
Closed
AutorestCI
wants to merge
468
commits into
restapi_auto_dev-storagesync-Microsoft.StorageSync-2019-02-01
from
restapi_auto_storagesync-2019-02-01-protocolchanges
Closed
[AutoPR storagesync/resource-manager] Review request for Microsoft.StorageSync to update 2019-02-01 with support for parallel upload and download sync status tracking #1295
AutorestCI
wants to merge
468
commits into
restapi_auto_dev-storagesync-Microsoft.StorageSync-2019-02-01
from
restapi_auto_storagesync-2019-02-01-protocolchanges
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
minor updates to the EH client and EPH
Fix client examples link in README
Update issue templates
… that vscode does not show red squiggles on describe and it calls for a test file.
set _storageBlobPrefix from options #90
update version to 0.1.3 for EPH
…uctor takes connection and lockstring. It establishes the connection in it's init() method by calling connection.open(). connection, connectionId, cbsSession are required properties of the context. Deleted rpc.ts. Moved interface definitions to utils.ts. Renamed ClientEntity to LinkEntity. Laid founndation for handling disconnects.
Apply build configuration from sdk template to client
- Fix tsc and tslint errors. - Add rollup configurations. - Pass `--exit` to Mocha. The old `unit` run script does the same to force Mocha to exit after tests complete running. Our tests hold onto active timers at the end so without this option Mocha will not exit until after 45 minutes. See Azure/azure-event-hubs-node#188 for more details. Also increasing test timeout. - Bump package versions. - Remove usage of `path-browserify`. According to https://github.com/browserify/path-browserify#install, Node.js has `path` built-in, and for browsers, bundlers like browserify or webpack include the `path-browserify` module by default. - Upgrade `nyc` to fix the npm audit warning.
Apply build configuration from template for EPH
…move-event-hubs-repo
And disable the automatic publishing for eventhubs packages
Move event hubs repo into this repo
…able names to ES standards. (#1230)
…or the same session (#1264)
as it is used when running tests in the engineering system builds.
Fix a typo in storagesync.json
Fix a linter issue with ErrorCode property in FilesNotSyncingError
Fix "integer" types in ServerEndpointSyncStatus to specify format
kpajdzik
deleted the
restapi_auto_storagesync-2019-02-01-protocolchanges
branch
February 22, 2019 02:07
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created to sync Azure/azure-rest-api-specs#5233