{ "info": { "author": "Microsoft Corporation", "author_email": "azpycli@microsoft.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "Microsoft Azure CLI 'storage' Command Module\n============================================\n\nThis package is for the 'storage' module.\ni.e. 'az storage'\n\n\n\n\n.. :changelog:\n\nRelease History\n===============\n\n2.4.3\n+++++\n* `storage container generate-sas`: Fix missing account key\n* `storage blob sync`: Fix issue for Linux\n\n2.4.2\n+++++\n* `storage blob sync`: add sync command for storage blob\n* Upgrade azure-mgmt-storage from 3.1.1 to 3.3.0\n\n2.4.1\n+++++\n* `storage blob generate-sas`: Fix double url-encoded sas token\n\n2.4.0\n+++++\n* BREAKING CHANGE: `storage blob delete`: remove the return result of command\n* `storage blob generate-sas`: add `--full-uri` to create the full uri for the blob with sas\n* `storage file copy start`: add `--file-snapshot` to copy file from snapshot\n* `storage blob copy cancel` - only show the error instead of exception for NoPendingCopyOperation.\n\n2.3.2\n+++++\n* `storage file download-batch`: add `--snapshot` to download from a share snapshot\n* `storage blob download-batch/upload-batch`- adjust progress bar to be less verbose and indicate current blob\n* `storage account update`- Fix faulty logic for updating of encryption parameters.\n* `storage blob show`- Fix failing command when using oauth (`--auth-mode=login`).\n\n2.3.1\n+++++\n* Changed fix to update only properties that are changed on the same object\n* Fixed #8021, binary data is encoded in base 64 when returned\n\n2.3.0\n+++++\n* BREAKING CHANGE: `storage blob/file/container/share list`- Limit default number of results returned to be 5,000.\n Use `--num-results *` for original behavior of returning all results.\n* `storage blob/file/container/share list`- log marker for next page to STDERR and expose `--marker` parameter.\n* Add `storage blob service-properties update` command with support for static websites.\n\n2.2.7\n+++++\n* `storage logging update`- Add ability to update log schema version for storage services.\n\n2.2.6\n+++++\n* Minor fixes.\n\n2.2.5\n+++++\n* Improve handling of corner cases for storage copy commands.\n* Fix issue with `storage blob copy start-batch` not using login credentials when the destination and source accounts are the same.\n* `storage blob/file url`- fix bug with sas_token not being incorporated into url.\n* Warn users about future breaking change: `blob/container list` will output first 5000 results by default.\n\n2.2.4\n+++++\n* Allow connection to storage services only with SAS and endpoints (without an account name or a key) as described in\n `Configure Azure Storage connection strings `_.\n\n2.2.3\n+++++\n* Fix `az storage cors list` output formatting, all items show correct \"Service\" key\n* `--bypass-immutability-policy` parameter for immutability-policy blocked container deletion\n\n2.2.2\n+++++\n* `--auth-mode login` parameter allows use of user's login credentials for blob and queue authorization.\n* Added `storage container immutability-policy/legal-hold` to manage immutable storage.\n\n2.2.1\n+++++\n* `storage share policy show`: exception handling to exit with code 3 upon a missing resource for consistency.\n\n2.2.0\n+++++\n* BREAKING CHANGE: `storage account show-usage` now requires `--location` parameter and will list by region.\n* Make '--resource-group' parameter optional for 'storage account' commands.\n* Remove 'Failed precondition' warnings for individual failures in batch commands for single aggregated message.\n* blob/file delete-batch commands no longer output array of nulls.\n* blob download/upload/delete-batch commands will read sas-token from container url\n\n2.1.1\n+++++\n* Allows download of large files using a single connection.\n* Converted 'show' commands that were missed from failing with exit code 3 upon a missing resource.\n\n2.1.0\n+++++\n* BREAKING CHANGE: 'show' commands log error message and fail with exit code of 3 upon a missing resource.\n* Added `pageRanges` property to `storage blob show` output that will be populated for page blobs.\n\n2.0.36\n++++++\n* Minor fixes\n\n2.0.35\n++++++\n* Changed table output for `storage blob download` to be more readable.\n\n2.0.34\n++++++\n* Added extra mimetypes for json and javascript to be inferred from file extensions.\n\n2.0.33\n++++++\n* Added completer for `--account-name` argument.\n* Fixed problem with `storage entity query`.\n\n2.0.32\n++++++\n* Allow destination sas-token to apply to source for blob copy if source sas and account key are unspecified.\n* Expose --socket-timeout for blob uploads and downloads.\n* Treat blob names that start with path separators as relative paths.\n* `storage blob copy` Allow --source-sas with starting query char, '?'\n* `storage entity query` Fix --marker to accept list of key=values.\n\n2.0.31\n++++++\n* Better error message for malformed connection strings.\n* `sdist` is now compatible with wheel 0.31.0\n\n2.0.30\n++++++\n* Fix issue of upload file with size between 195GB and 200GB\n\n2.0.29\n++++++\n* Minor fixes.\n\n2.0.28\n++++++\n* Fix problems with append blob uploads ignoring condition parameters.\n\n2.0.27\n++++++\n* Fix issue of missing endpoint suffix in batch copy command.\n* Blob batch commands no longer throw error upon failed precondition.\n* Support Autorest 3.0 based SDKs\n\n2.0.26\n++++++\n* Enabled specifying destination-path/prefix to blobs in batch upload and copy commands.\n\n2.0.25\n++++++\n* Added `storage blob service-properties delete-policy` and `storage blob undelete` commands to enable soft-delete.\n\n2.0.24\n++++++\n* `storage account update`: do not create new networkRuleSet if \"default_action\" arg is not provided.\n* Added progress reporting for all upload/download commands, including batch.\n* `storage account check-name`: fixed bug preventing \"-n\" arg option.\n* Added 'snapshot' column to table output for blob list/show.\n* Fixed bugs with various parameters that needed to be parsed as ints, added test coverage.\n* Small fix with test, `storage blob service-properties show`: \"hourMetrics.enabled\" defaults to false.\n\n2.0.23\n++++++\n* Minor fixes.\n\n2.0.22\n++++++\n* Update for CLI core changes.\n\n2.0.21\n++++++\n* Update managed storage SDK to 1.5.0\n* Support storage v2\n\n2.0.20\n++++++\n* Update multiapi storage package dependency to 0.1.7\n\n2.0.19\n++++++\n* `storage account create`: defaults --sku to 'Standard_RAGRS'\n* Fixed bugs when dealing with file/blob names that include non-ascii chars.\n* `storage blob/file copy start-batch`: Fixed bug that prevented using --source-uri.\n* `storage blob/file delete-batch`: Added commands to glob and delete multiple blobs/files.\n* `storage metrics update`: fixed bug with enabling metrics.\n* `storage blob upload-batch`: Increase block size when target file is over 200GB.\n* `storage account create/update`: Fix issue where --bypass and --default-action arguments were ignored.\n\n2.0.18\n++++++\n* Minor fixes\n\n2.0.17 (2017-10-09)\n+++++++++++++++++++\n* File share snapshot\n\n2.0.16 (2017-09-22)\n+++++++++++++++++++\n* `storage account network-rule`: Fixed issue where commands may fail after updating the SDK.\n\n2.0.15 (2017-09-11)\n+++++++++++++++++++\n* minor fixes\n\n2.0.14 (2017-08-31)\n+++++++++++++++++++\n* `storage account create`: Fix issue where storage accounts could not be created in regions that don't\n support the NetworkACLs feature.\n* Deduce content type and content encoding during blob and file upload if neither content type and content encoding are specified.\n\n2.0.13 (2017-08-28)\n+++++++++++++++++++\n* Enable set blob tier\n* `storage account create/update`: Add `--bypass` and `--default-action` arguments to support service tunneling.\n* `storage account network-rule`: Added commands to add VNET rules and IP based rules.\n* Enable service encryption by customer managed key\n* Breaking change: rename --encryption option to --encryption-services for az storage account create and az storage account update command.\n* Fix #4220: az storage account update encryption - syntax mismatch\n\n2.0.12 (2017-08-11)\n+++++++++++++++++++\n* Enable create storage account with system assigned identity\n* Enable update storage account with system assigned identity\n\n2.0.11 (2017-07-27)\n+++++++++++++++++++\n* Remove --marker option from storage blob list, storage container list, and storage share list commands. The change is a part of the solution to issue #3745. This is technically a breaking change. However since the removed options never works, the impact is limited.\n* Enable create https only storage account.\n\n2.0.10 (2017-07-07)\n+++++++++++++++++++\n* minor fixes\n\n2.0.9 (2017-06-21)\n++++++++++++++++++\n* No changes.\n\n2.0.8 (2017-06-13)\n++++++++++++++++++\n* Update storage metrics, logging and cors commands (#3495)\n* Fix #3362: Rephrase exception message from CORS add (#3638)\n* Fix #3592: convert generator to a list in download batch command dry run mode\n* Fix #3592: Blob download batch dryrun issue (#3640)\n\n2.0.7 (2017-05-30)\n++++++++++++++++++\n\n* Minor fixes.\n\n2.0.6 (2017-05-09)\n++++++++++++++++++\n\n* Minor fixes.\n\n2.0.5 (2017-05-05)\n++++++++++++++++++\n\n* Minor fixes.\n\n2.0.4 (2017-04-28)\n++++++++++++++++++\n\n* Default location to resource group location for `storage account create`.\n\n2.0.3 (2017-04-17)\n++++++++++++++++++\n\n* Add support for incremental blob copy\n* Add support for large block blob upload\n* Change block size to 100MB when file to upload is larger than 200GB\n\n2.0.2 (2017-04-03)\n++++++++++++++++++\n\n* Update storage dependencies (#2654)\n\n2.0.1 (2017-03-02)\n++++++++++++++++++\n* Fix issue with storage account custom domain setting and updating. (#2346)\n* Fix regression in storage copy across accounts\n\n2.0.0 (2017-02-27)\n++++++++++++++++++\n\n* GA release.\n\n0.1.2rc2 (2017-02-22)\n+++++++++++++++++++++\n\n* Enable copy in same storage account.\n* Documentation updates.\n\n0.1.2rc1 (2017-02-17)\n+++++++++++++++++++++\n\n* Show commands should return empty string with exit code 0 for 404 responses\n* Enable source account name and key in blob copy\n* Add generic update capability to storage account create\n* Fix #2004: not to query key when sas presents (#2063)\n* Prompts for yes / no use the -y option rather than --force\n* Address part of #1955 (specifically `az storage entity insert`)\n* Ensure container names do not conflict\n\n0.1.1b2 (2017-01-30)\n+++++++++++++++++++++\n\n* Provide better error message when missing storage connection info.\n* Support UTC datettime with seconds as accepted format. (e.g. 2017-12-31T01:11:59Z).\n* Add confirmation prompt for 'storage account delete'.\n* Add path expansion to file type parameters.\n* Rename storage account keys list parameter.\n* Fix #1591: Transform the file and directory list result.\n* Fix #1553: Unwrap StorageAccountListKeysResult.\n* Fix #1590: Enable listing directories.\n* Fix #1561: Retain container permission.\n* Support Python 3.6.\n\n0.1.1b1 (2017-01-17)\n+++++++++++++++++++++\n\n* Fix blob type validator.\n* Fix copy source convenience parameters.\n* Workaround for blob upload.\n\n0.1.0b11 (2016-12-12)\n+++++++++++++++++++++\n\n* Preview release.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Azure/azure-cli", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "opal-azure-cli-storage", "package_url": "https://pypi.org/project/opal-azure-cli-storage/", "platform": "", "project_url": "https://pypi.org/project/opal-azure-cli-storage/", "project_urls": { "Homepage": "https://github.com/Azure/azure-cli" }, "release_url": "https://pypi.org/project/opal-azure-cli-storage/2.4.6/", "requires_dist": [ "azure-multiapi-storage (==0.2.3)", "azure-mgmt-storage (==3.3.0)", "opal-azure-cli-core (>=2.0.68)", "azure-cli-command-modules-nspkg (>=2.0.0)" ], "requires_python": "", "summary": "Microsoft Azure Command-Line Tools Storage Command Module", "version": "2.4.6" }, "last_serial": 5626578, "releases": { "2.4.3": [ { "comment_text": "", "digests": { "md5": "23a099723f50af2486aee004c6d4e049", "sha256": "744b413e24edd9d682850eae121752f9654a41a10a49fc07023139d74420c699" }, "downloads": -1, "filename": "opal_azure_cli_storage-2.4.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "23a099723f50af2486aee004c6d4e049", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 72867, "upload_time": "2019-06-17T18:48:17", "url": "https://files.pythonhosted.org/packages/56/cd/2c3978b0564ac60e62b2e2547589c5ea47122379fe176304dbe3ebe493dc/opal_azure_cli_storage-2.4.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ca961e82329970ab43a0a5635b8da32a", "sha256": "0d2ca1d3a54e5496c442ddb2af33581ed855c6a734445e7867f4a3050d4b8f70" }, "downloads": -1, "filename": "opal-azure-cli-storage-2.4.3.tar.gz", "has_sig": false, "md5_digest": "ca961e82329970ab43a0a5635b8da32a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 63480, "upload_time": "2019-06-17T18:49:44", "url": "https://files.pythonhosted.org/packages/90/8d/efec975256032e78d3d154ed82b6b804a34afa11c6de920330f327f22bc9/opal-azure-cli-storage-2.4.3.tar.gz" } ], "2.4.4": [ { "comment_text": "", "digests": { "md5": "0424bb29f7b0679d16585a8aef0565f3", "sha256": "b3290cbb04136fa82aee91998d6402f7e505c5d8e2983b1b6ac44fd120068535" }, "downloads": -1, "filename": "opal_azure_cli_storage-2.4.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0424bb29f7b0679d16585a8aef0565f3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 72866, "upload_time": "2019-07-29T17:59:46", "url": "https://files.pythonhosted.org/packages/c7/b7/67455f5025304c2e939cb5a1eb2016be3ae2fa77b95c3d6e7b3fceaff691/opal_azure_cli_storage-2.4.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a52182ec5c363480210cbf29a7198822", "sha256": "d1040264259aa14adaf80177621a52b9ab4052b9b10e41ed4314f538b3d0927f" }, "downloads": -1, "filename": "opal-azure-cli-storage-2.4.4.tar.gz", "has_sig": false, "md5_digest": "a52182ec5c363480210cbf29a7198822", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 63497, "upload_time": "2019-07-29T18:01:05", "url": "https://files.pythonhosted.org/packages/08/4b/dccb2529a5a425541d0268d71a3244a3150d38f13067ee6172562465ad5a/opal-azure-cli-storage-2.4.4.tar.gz" } ], "2.4.5": [ { "comment_text": "", "digests": { "md5": "d3fcee7dabbfd723276d8aefce790e24", "sha256": "060c88145b53d1edc3702d2f1010a42019230ea5e90c6b630c27fb4346456d69" }, "downloads": -1, "filename": "opal_azure_cli_storage-2.4.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d3fcee7dabbfd723276d8aefce790e24", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 72876, "upload_time": "2019-07-29T19:13:39", "url": "https://files.pythonhosted.org/packages/f9/2e/7bb35aba927525d1fe3815a9cbf7db69e2aca05eb5abaeb21336d35d2597/opal_azure_cli_storage-2.4.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "10950731f86222c1ae8eb725d8128a11", "sha256": "3becd1da8a6f409aa0f344b0e40b4032011a670c03fd5406d139c9283ff95d48" }, "downloads": -1, "filename": "opal-azure-cli-storage-2.4.5.tar.gz", "has_sig": false, "md5_digest": "10950731f86222c1ae8eb725d8128a11", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 63505, "upload_time": "2019-07-29T19:13:42", "url": "https://files.pythonhosted.org/packages/87/03/73c516f2bf85032a86595e635d30f28a40be68a9488db7c749b0062d552a/opal-azure-cli-storage-2.4.5.tar.gz" } ], "2.4.6": [ { "comment_text": "", "digests": { "md5": "7e22e2b8be9e20fbd561ea0a24605cdc", "sha256": "a183e7ff419c23b5ab0861f36d2445aef60ee406924fd86cc52edeb40b85644b" }, "downloads": -1, "filename": "opal_azure_cli_storage-2.4.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7e22e2b8be9e20fbd561ea0a24605cdc", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 72876, "upload_time": "2019-08-02T21:43:25", "url": "https://files.pythonhosted.org/packages/41/2a/c57c88bd5400f2014b7eb2a85d438b1ffbc6a14fd30538d04153dbb1c342/opal_azure_cli_storage-2.4.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cb22a78b6f2e5752aae96c77636eed3e", "sha256": "a8403c0c9b6e7274b46293a9a3793cdb0aaa0d055b64d7eb65246cc33edb3181" }, "downloads": -1, "filename": "opal-azure-cli-storage-2.4.6.tar.gz", "has_sig": false, "md5_digest": "cb22a78b6f2e5752aae96c77636eed3e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 63498, "upload_time": "2019-08-02T21:44:49", "url": "https://files.pythonhosted.org/packages/ef/25/c87dcc2dd0d265f62dacfea85cdac9c8f14296d784defce8d8953e4ccd98/opal-azure-cli-storage-2.4.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7e22e2b8be9e20fbd561ea0a24605cdc", "sha256": "a183e7ff419c23b5ab0861f36d2445aef60ee406924fd86cc52edeb40b85644b" }, "downloads": -1, "filename": "opal_azure_cli_storage-2.4.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7e22e2b8be9e20fbd561ea0a24605cdc", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 72876, "upload_time": "2019-08-02T21:43:25", "url": "https://files.pythonhosted.org/packages/41/2a/c57c88bd5400f2014b7eb2a85d438b1ffbc6a14fd30538d04153dbb1c342/opal_azure_cli_storage-2.4.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cb22a78b6f2e5752aae96c77636eed3e", "sha256": "a8403c0c9b6e7274b46293a9a3793cdb0aaa0d055b64d7eb65246cc33edb3181" }, "downloads": -1, "filename": "opal-azure-cli-storage-2.4.6.tar.gz", "has_sig": false, "md5_digest": "cb22a78b6f2e5752aae96c77636eed3e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 63498, "upload_time": "2019-08-02T21:44:49", "url": "https://files.pythonhosted.org/packages/ef/25/c87dcc2dd0d265f62dacfea85cdac9c8f14296d784defce8d8953e4ccd98/opal-azure-cli-storage-2.4.6.tar.gz" } ] }