-
Notifications
You must be signed in to change notification settings - Fork 3.2k
[AutoPR storagesync/resource-manager] [Hub Generated] Review request for Microsoft.StorageSync to add version 2019-02-01 #4371
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
Conversation
Updates API version in new specs and examples
|
(message created by the CI based on PR content) Installation instructionPackage azure-mgmt-storagesyncYou can install the package You can build a wheel to distribute for test using the following command: If you have a local clone of this repository, you can also do:
Or build a wheel file to distribute for testing:
Direct downloadYour files can be directly downloaded here: |
Review request for Microsoft.StorageSync to update 2019-02-01 with support for parallel upload and download sync status tracking (#5233) * Modify sync status properties to support parallel upload and download activity * Fix a typo in storagesync.json * Fix a linter issue with ErrorCode property in FilesNotSyncingError * Fix a validation error with SyncActivityState enum usage * Fix "integer" types in ServerEndpointSyncStatus to specify format * rename cloud endpoint property storageAccountShareName to azureFileShareName
Codecov Report
@@ Coverage Diff @@
## master #4371 +/- ##
==========================================
- Coverage 53.41% 53.27% -0.14%
==========================================
Files 10460 10454 -6
Lines 219328 219797 +469
==========================================
- Hits 117153 117096 -57
- Misses 102175 102701 +526
Continue to review full report at Codecov.
|
update required properties for server endpoint sync status objects
remove "required" from some server endpoint health properties (didn't have the desired outcome)
Update description of azureFileShareName property
|
See #2734 |
Created to sync Azure/azure-rest-api-specs#5210