Az.StorageSync update for 2019-02-01 API version#8976
Merged
markcowl merged 8 commits intoAzure:masterfrom Apr 22, 2019
anpint:updates-2019-02-01
Merged
Az.StorageSync update for 2019-02-01 API version#8976markcowl merged 8 commits intoAzure:masterfrom anpint:updates-2019-02-01
markcowl merged 8 commits intoAzure:masterfrom
anpint:updates-2019-02-01
Conversation
Collaborator
|
Can one of the admins verify this patch? |
Contributor
|
@azuresdkci Add to whitelist |
Member
Author
|
Regarding these breaking changes: Both of these changes reflect changes in our 2019-02-01 API version. CurrentProgress is no longer available in the protocol, nor does it make sense to keep it considering the new protocol behavior. LastSyncPerItemErrorCount was incorrectly defined as int32 in our protocol, and this has been corrected in the 2019-02-01 API version |
maddieclayton
suggested changes
Apr 11, 2019
src/StorageSync/StorageSync/ServerEndpoint/GetServerEndpointCommand.cs
Outdated
Show resolved
Hide resolved
…s, using Get-Location for resource group location, removing output breaking change attributes
…rty, changing type of LastSyncPerItemErrorCount to long
markcowl
approved these changes
Apr 22, 2019
shpimpal
pushed a commit
to shpimpal/azure-powershell
that referenced
this pull request
May 2, 2019
Az.StorageSync update for 2019-02-01 API version
This file contains hidden or 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
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.
Description
This PR contains changes required to support the new API version of Microsoft.StorageSync, 2019-02-01.
Swagger changes: Azure/azure-rest-api-specs#5210
SDK changes: Azure/azure-sdk-for-net#5596
The changes are as follows:
Checklist
CONTRIBUTING.mdplatyPSmodule