This repository was archived by the owner on May 8, 2024. It is now read-only.
V1.0.0#117
Merged
Merged
Conversation
MicrosoftAzure\Storage\Common\Internal\Logger was moved to MicrosoftAzure\Storage\Common\Logger
azure-storage-blob/table/queue/file/common packages
…nd file; Fixed a bug about CopyBlobFromURLOptions not found.
yaxia
approved these changes
Jan 10, 2018
Member
yaxia
left a comment
There was a problem hiding this comment.
Too long to take a whole look. I think it is identical with the individual reviews I looked before. So signing off it.
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
2018.01 - version 1.0.0
All
ServiceBuilder.php, moved static builder methods intoBlobRestProxy,TableRestProxy,QueueRestProxyandFileRestProxy.SharedAccessSignatureHelper::generateBlobServiceSharedAccessSignatureToken()intoBlobSharedAccessSignatureHelper.SharedAccessSignatureHelper::generateTableServiceSharedAccessSignatureToken()intoTableSharedAccessSignatureHelper.SharedAccessSignatureHelper::generateQueueServiceSharedAccessSignatureToken()intoQueueSharedAccessSignatureHelper.SharedAccessSignatureHelper::generateFileServiceSharedAccessSignatureToken()intoFileSharedAccessSignatureHelper.CommonMiddleWareconstructor requires storage service version as parameter now.AccessPolicyclass is now an abstract class, added children classesBlobAccessPolicy,ContainerAccessPolicy,TableAccessPolicy,QueueAccessPolicy,FileAccessPolicyandShareAccessPolicy.Utilities::allZero()will return true for non-zero data chunks.Blob
BlobSharedAccessSignatureHelperand moved methodSharedAccessSignatureHelper::generateBlobServiceSharedAccessSignatureToken()intoBlobSharedAccessSignatureHelper.createBlobServiceandcreateContainerAnonymousAccessintoBlobRestProxy.setUseTransactionalMD5method for options ofBlobRestProxy::CreateBlockBlobandBlobRestProxy::CreatePageBlobFromContent. Default false, enabling transactional MD5 validation will take more cpu and memory resources.dataSerializerparameter fromBlobRextProxyconstructor.Table
TableSharedAccessSignatureHelperand moved methodSharedAccessSignatureHelper::generateTableServiceSharedAccessSignatureToken()intoTableSharedAccessSignatureHelper.createTableServiceintoTableRestProxy.dataSerializerparameter fromTableRextProxyconstructor.Queue
QueueSharedAccessSignatureHelperand moved methodSharedAccessSignatureHelper::generateQueueServiceSharedAccessSignatureToken()intoQueueSharedAccessSignatureHelper.createQueueServiceintoQueueRestProxy.dataSerializerparameter fromQueueRextProxyconstructor.File
FileSharedAccessSignatureHelperand moved methodSharedAccessSignatureHelper::generateFileServiceSharedAccessSignatureToken()intoFileSharedAccessSignatureHelper.createFileServiceintoFileRestProxy.setUseTransactionalMD5method for option ofFileRestProxy::CreateFileFromContent. Default false, enabling transactional MD5 validation will take more cpu and memory resources.dataSerializerparameter fromFileRextProxyconstructor.