* Storage swagger (#6777)
* Python swagger update
This only changes to the official swagger version and regenerates
* Upgrade blobs swagger to 2019-02-02
* Fixed namespace dir and header
* Enable XML for blobs
* Generate vanilla blobs
* Fixed global parameters in swagger spec
* Regenerated blobs
* Revert "Fixed global parameters in swagger spec"
This reverts commit 75bd21b00a6ea7728ad70964e34d52296339920c.
* Moved parameter fix to readme
* Fixed blob list serialization
* Fix for new metadata model
* Fixed datetime formatting
* Fixed required access policy
* Fixed readme analysis
* Regenerated queues
* Regenerated files
* Fixed files datetime
* Skip tests pending msrest fix
* Fixed for queue XML
* Fix for docsettings
* [storage] Fix for Files upload return type (#6772)
* Fix missing import
* Fix for Files inconsistent return types
* Blob async trace decorators
* [SnapshotSAS]Add Snapshot SAS (#6819)
* [SnapshotSAS]Add Snapshot SAS
* [SnapshotSAS]Extract SharedAccessSignature for Blob File and Queue
* [SnapshotSAS]Fix Typo
* [SnapshotSAS]Delete Redundant code
The removed code is for another feature.
* [SnapshotSAS]Stylistic Tweak
* Updating Storage Files swagger to 2019-02-02 (#6872)
* Updating Storage Files swagger to 2019-02-02
This includes a few transform changes to set default values for new required
parameters and marked certain 8601 dates as strings when they use more precision
that Python's dates.
I'm seeing a few test failures that I'm hoping someone on the Python side can
investigate (mostly "The specified share is being deleted. Try operation later."
that I was seeing before my changes). There are a few other failures related to
new service features that we can fix if easy or disable and file a work item to
get these changes in. The recorded tests will also have to be updated, but we
don't need to block on that right now.
* skip file permission related tests
* [Storage] File swagger updates (#6926)
* Updating Storage Files swagger to 2019-02-02
This includes a few transform changes to set default values for new required
parameters and marked certain 8601 dates as strings when they use more precision
that Python's dates.
I'm seeing a few test failures that I'm hoping someone on the Python side can
investigate (mostly "The specified share is being deleted. Try operation later."
that I was seeing before my changes). There are a few other failures related to
new service features that we can fix if easy or disable and file a work item to
get these changes in. The recorded tests will also have to be updated, but we
don't need to block on that right now.
* swagger changes
* [storage] make storage pylint-clean (#6929)
* make storage pylint-clean
* feedback
* Remove Storage swagger files and reference azure-rest-api-specs (#6943)
Also includes some changes to the generated code updated to the latest version
of blobs
* Append block from url sync and async (#6925)
* [Sync][AppendBlock]
* [Async][AppendBlock]Add append_block_from_url
* [Blob][AppendBlock]add recordings for append_block_from_url
* [Blob][AppendBlock]fix failing CI
* [Blob][AppendBlock]fix Pylint
* [Blob][AppendBlock]Adjust Stylistic Things
* [UpdatePage]add upload_pages_from_url sync and async (#6960)
* [UpdatePage]add upload_pages_from_url sync and async
* [UploadPage]Adjust Stylistic Things
* Fix Pylint
* Fix Pylint
* [Queues] Migrate to devtools test framework (#6882)
* initial migration
* samples
* comments
* queues test fixes
* recodings update
* update
* comment address
* pylint fix
* comments address
* Put range from url (#7081)
* [File]Upload Range From Url Sync
* [File]Upload Range From Url ASync
* Fix Pylint
* Fix Pylint
* CPK--Client Provided Encryption Key (#7104)
* [Blob]CPK without test
* Add Generated Code
* Fix Pylint
* [Blob][CPK]Test
* Add Missing Recordings
* [Blob][CPK]use existing field self.scheme
* File rest parity (#7001)
* [File][RestParity]Rest Parity Sync
Add Rest Parity Sync part(except create permission)
tweak _shared package a bit
* [File][RestParity]Rest Parity Async
Add Rest Parity Async part(except create permission)
* [File][RestParity]Add Rest Parity Async Recording Files
Add recording files for both sync and async
* [File][RestParity]Fix CI
* [File][RestParity]Recording again to fix CI
* Add Generated Code
* Stylistic Things and Record
* [Swagger][BugFix]workaround to fix swagger generated code
* [File][RestParity]Add Create_Permission API and Test
* Fix Test
* Fix Pylint
* Revert the workaround
* [File][RestParity]Tweak Documentation and Tests
* delete .dat file
* [Blob][SAS] Added support for identity SAS (#7020)
* [Storage] Incremented version for preview 3 and updated change log (#7156)
* Update Azure Core and msrest
* Add Workaround for SharePermissions,revert msrest
* Update version and history.md
* updates on history.md
* minor change
* more changes
* [Storage] Fix flaky tests (#7179)
* Update HISTORY.md
* Fix some typo in error message
* Fix Some Tests
* some more fixes
* Skip OAUTH Test