{ "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": "azure-cli-storage", "package_url": "https://pypi.org/project/azure-cli-storage/", "platform": "", "project_url": "https://pypi.org/project/azure-cli-storage/", "project_urls": { "Homepage": "https://github.com/Azure/azure-cli" }, "release_url": "https://pypi.org/project/azure-cli-storage/2.4.3/", "requires_dist": [ "azure-multiapi-storage (==0.2.3)", "azure-mgmt-storage (==3.3.0)", "azure-cli-core", "azure-cli-command-modules-nspkg (>=2.0.0)" ], "requires_python": "", "summary": "Microsoft Azure Command-Line Tools Storage Command Module", "version": "2.4.3" }, "last_serial": 5905587, "releases": { "0.1.0b10": [ { "comment_text": "", "digests": { "md5": "dd10343b5fd12b5fd2e7aaea06736192", "sha256": "e9b17940ab86d4d0d6c7c31bbf3fa78b1f198a70c89bbd913f09febf37775c67" }, "downloads": -1, "filename": "azure_cli_storage-0.1.0b10-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "dd10343b5fd12b5fd2e7aaea06736192", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 32968, "upload_time": "2016-11-28T20:02:59", "url": "https://files.pythonhosted.org/packages/0b/39/4553e4c30a1cf29afeadd0f990516bc6773f34a811f592dfb9b7b401cbb5/azure_cli_storage-0.1.0b10-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5b9e3c56ecf8a072099dff9f22f8bde9", "sha256": "fb0e8ea380255c704465e07a5d3143c055ace62a0d621ea80f33204064e4978e" }, "downloads": -1, "filename": "azure-cli-storage-0.1.0b10.tar.gz", "has_sig": false, "md5_digest": "5b9e3c56ecf8a072099dff9f22f8bde9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26423, "upload_time": "2016-11-28T20:01:04", "url": "https://files.pythonhosted.org/packages/f6/a5/ae57f37b475224d6da6aa404759a2c39dfb4eb18adafdfa3a1f2a96f746f/azure-cli-storage-0.1.0b10.tar.gz" } ], "0.1.0b11": [ { "comment_text": "", "digests": { "md5": "05ba3031002a92384c843dc1b251298a", "sha256": "c160ec05b3841c545f7266deb157d00f33c6973defb6dba726318364d2b7dff5" }, "downloads": -1, "filename": "azure_cli_storage-0.1.0b11-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "05ba3031002a92384c843dc1b251298a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 39143, "upload_time": "2016-12-12T20:07:06", "url": "https://files.pythonhosted.org/packages/43/21/bc9189d7fa0c4143ddf85e9ee015f27622057cd423ab8a0c0336de0c43f2/azure_cli_storage-0.1.0b11-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b9c2dc3cfc76b7795d43bc05f729a8f1", "sha256": "3a55ca73029b7cbc7beaa7fa7a2b8513c2bb947ec186571e170b5038deae75e8" }, "downloads": -1, "filename": "azure-cli-storage-0.1.0b11.tar.gz", "has_sig": false, "md5_digest": "b9c2dc3cfc76b7795d43bc05f729a8f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31692, "upload_time": "2016-12-12T20:05:26", "url": "https://files.pythonhosted.org/packages/9f/d8/ab7ea230536f3e4d4700ce031a980648551c62d36ecb4f3bf533cf3ba16d/azure-cli-storage-0.1.0b11.tar.gz" } ], "0.1.0b4": [ { "comment_text": "", "digests": { "md5": "cfa24918a637656f27a20b1b2772ea24", "sha256": "1827f7633ddc5bcd0ee54d477a358c6e25e322891dcca9f3a6af90d0ba79d3ee" }, "downloads": -1, "filename": "azure-cli-storage-0.1.0b4.tar.gz", "has_sig": false, "md5_digest": "cfa24918a637656f27a20b1b2772ea24", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20162, "upload_time": "2016-09-20T23:40:59", "url": "https://files.pythonhosted.org/packages/fe/85/6841cf96dff619310c17f878a8962368b1790cbeea345c1b32114edf651e/azure-cli-storage-0.1.0b4.tar.gz" } ], "0.1.0b7": [ { "comment_text": "", "digests": { "md5": "85f43735451319b18e409e4aa83d1051", "sha256": "7d1a801b41c8a3dc99b20464e5fca7f84ed197b7734f2bf9dcfbc7bdc55ad0b2" }, "downloads": -1, "filename": "azure-cli-storage-0.1.0b7.tar.gz", "has_sig": false, "md5_digest": "85f43735451319b18e409e4aa83d1051", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20166, "upload_time": "2016-09-24T01:07:00", "url": "https://files.pythonhosted.org/packages/4a/4c/44a0c302dc328a7be6a58b6c8bfad1b9503726f164099c87d48d862b2540/azure-cli-storage-0.1.0b7.tar.gz" } ], "0.1.0b8": [ { "comment_text": "", "digests": { "md5": "2256c31867774bc04b53f6220b82415b", "sha256": "de1ae7a26ffd811df39d40e725ce5cb5cfbb5081f1da0767d25f6cf8147e58bd" }, "downloads": -1, "filename": "azure-cli-storage-0.1.0b8.tar.gz", "has_sig": false, "md5_digest": "2256c31867774bc04b53f6220b82415b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20319, "upload_time": "2016-10-24T20:12:21", "url": "https://files.pythonhosted.org/packages/35/e3/a2797db36dd993805fe7f88c9988349d0d97bbad79802fbb900b2a6ccb80/azure-cli-storage-0.1.0b8.tar.gz" } ], "0.1.0b9": [ { "comment_text": "", "digests": { "md5": "d1ecb23a700f0db039cdfa76cd5e5048", "sha256": "ba8a6a327a1a5a6c38f2c692d660ddacd1f21d718f61c01cfcc5085f80a66383" }, "downloads": -1, "filename": "azure_cli_storage-0.1.0b9-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d1ecb23a700f0db039cdfa76cd5e5048", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 25649, "upload_time": "2016-11-14T23:44:27", "url": "https://files.pythonhosted.org/packages/c7/c5/4e61f223dd8e1cd196fe6ddb5c806e255b1662d87314d9f994faccc6ce88/azure_cli_storage-0.1.0b9-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2eb0236eea566f5a1e95e00169634435", "sha256": "56677a0cc2b5116a5d773635893f21d3dcca2adfc83a97213b28410fda1bb8b1" }, "downloads": -1, "filename": "azure-cli-storage-0.1.0b9.tar.gz", "has_sig": false, "md5_digest": "2eb0236eea566f5a1e95e00169634435", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20496, "upload_time": "2016-11-14T23:42:33", "url": "https://files.pythonhosted.org/packages/d9/7e/e8eee2c1afda9039bcc7ba3557ba242c4b78bec1258c195bc47fbb5ce7ff/azure-cli-storage-0.1.0b9.tar.gz" } ], "0.1.1b1": [ { "comment_text": "", "digests": { "md5": "f83e7302216f72a6e5568756b6fba93b", "sha256": "ee27e8a5509852d7d1c319ebc70c0c20df353cd3821708ba601afc812b96dc86" }, "downloads": -1, "filename": "azure_cli_storage-0.1.1b1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f83e7302216f72a6e5568756b6fba93b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 39608, "upload_time": "2017-01-17T19:55:50", "url": "https://files.pythonhosted.org/packages/45/0c/e2de6860600d0b147381694c526baae36e71d20031c2df845bf72634f608/azure_cli_storage-0.1.1b1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "af970b0abad95c713ee6b020365190ea", "sha256": "0ec76a98be7f03f45a15a84754705cae4e0b1b6fb17c1e1d8387f0d3102842a8" }, "downloads": -1, "filename": "azure-cli-storage-0.1.1b1.tar.gz", "has_sig": false, "md5_digest": "af970b0abad95c713ee6b020365190ea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31615, "upload_time": "2017-01-17T19:55:55", "url": "https://files.pythonhosted.org/packages/20/72/35ec7e7ef9254a8de84bde6e92b465ffd53b6a5dbcc769715b8507035b2e/azure-cli-storage-0.1.1b1.tar.gz" } ], "0.1.1b2": [ { "comment_text": "", "digests": { "md5": "6ebb1d95a64f2aff8edc24aa09cecc4a", "sha256": "67528d95a513ee255659f4c9bd00e22fd46245c4f435af338ca6239fdd9056b2" }, "downloads": -1, "filename": "azure_cli_storage-0.1.1b2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6ebb1d95a64f2aff8edc24aa09cecc4a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 41029, "upload_time": "2017-01-31T00:11:44", "url": "https://files.pythonhosted.org/packages/79/b9/97602ab0db9c4111053180076abb7cc2fc9bf7ee2e891fa305062e709ed2/azure_cli_storage-0.1.1b2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "45b9c7c8e647fcc52e0e2275206cb465", "sha256": "1db964d1e1d57ddb2f55b41e42eed7015ad71dcc99dbd52de36ba15b2600fcd7" }, "downloads": -1, "filename": "azure-cli-storage-0.1.1b2.tar.gz", "has_sig": false, "md5_digest": "45b9c7c8e647fcc52e0e2275206cb465", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32950, "upload_time": "2017-01-31T00:11:38", "url": "https://files.pythonhosted.org/packages/28/d3/bee2863b5a40aa0388a91b13cad1d662f29fbb18d670bf069a1c81195b85/azure-cli-storage-0.1.1b2.tar.gz" } ], "0.1.2rc1": [ { "comment_text": "", "digests": { "md5": "434e895c90fb533ff1e4af0e26e2c7a8", "sha256": "51d72aedd89bca8a55a437303b78d9e42211a0427cadf459655ba2fc558df60b" }, "downloads": -1, "filename": "azure_cli_storage-0.1.2rc1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "434e895c90fb533ff1e4af0e26e2c7a8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 42719, "upload_time": "2017-02-17T23:53:17", "url": "https://files.pythonhosted.org/packages/81/a7/5da960edadc9952dc3ff1df1dd88f8fb7726e4478a0456cd9b1293cf38b7/azure_cli_storage-0.1.2rc1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e2757e617da78dec88bfea9371e5f531", "sha256": "4e8ba26b3a8af589e22b17457561d272b93fc52ffed0c85d658f45c0fe2716bc" }, "downloads": -1, "filename": "azure-cli-storage-0.1.2rc1.tar.gz", "has_sig": false, "md5_digest": "e2757e617da78dec88bfea9371e5f531", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34827, "upload_time": "2017-02-17T23:53:24", "url": "https://files.pythonhosted.org/packages/b0/3d/dbf716e2b7659559f65e760ae1c6910b0b0e4f96dc39cf3dcc4884d46dc9/azure-cli-storage-0.1.2rc1.tar.gz" } ], "0.1.2rc2": [ { "comment_text": "", "digests": { "md5": "c3e937cdd136e825723e13d4d23dccae", "sha256": "d11372e703fda9f2dee59d7fdab9c7ec7f7eb6ccc15ad2fe71526be1433f1bb8" }, "downloads": -1, "filename": "azure_cli_storage-0.1.2rc2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c3e937cdd136e825723e13d4d23dccae", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 43552, "upload_time": "2017-02-23T02:09:37", "url": "https://files.pythonhosted.org/packages/2b/11/5cd747c2bf926779d32d9a46210401af69774b491d722fc77224c4f8c073/azure_cli_storage-0.1.2rc2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1e9351341a32ed75ccb0278afeaac894", "sha256": "6a9b7a06204f546809406f1c167401364bfcecf7ec4ab11b3d575e80bbb6da49" }, "downloads": -1, "filename": "azure-cli-storage-0.1.2rc2.tar.gz", "has_sig": false, "md5_digest": "1e9351341a32ed75ccb0278afeaac894", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35781, "upload_time": "2017-02-23T02:09:31", "url": "https://files.pythonhosted.org/packages/ad/20/b8fa9c4897c0d4e44bc68a48922c136ca1731ce23cf8015877488328048d/azure-cli-storage-0.1.2rc2.tar.gz" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "c6ca5ccaa7eec28586c7430efb844985", "sha256": "095c7c5a5a9a6bf1d6a12442386d9c598ed2d832972a966c5d91a68ffba18f7f" }, "downloads": -1, "filename": "azure_cli_storage-2.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c6ca5ccaa7eec28586c7430efb844985", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 43543, "upload_time": "2017-02-27T17:51:32", "url": "https://files.pythonhosted.org/packages/5a/96/3e9b7913ab6a6c137b085f0990bd43f48184e1ebbdfb8d73fd27515995ee/azure_cli_storage-2.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "03cf72b7dcb04c331581b4a17ee82127", "sha256": "87f60465c61746b2b0849174d6a49f2ecb56d4c071cc1db066fceeddf9a97bd2" }, "downloads": -1, "filename": "azure-cli-storage-2.0.0.tar.gz", "has_sig": false, "md5_digest": "03cf72b7dcb04c331581b4a17ee82127", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35806, "upload_time": "2017-02-27T17:51:38", "url": "https://files.pythonhosted.org/packages/b9/c2/dc74e21a87dcf7986ab55ccb8be80d8a9cc6460210d995f8144691d73296/azure-cli-storage-2.0.0.tar.gz" } ], "2.0.1": [ { "comment_text": "", "digests": { "md5": "db2f82aeb7d917c802825b5589702e90", "sha256": "845f4db52113c8d227c9dfa7253df2851634bc05c379f66e54770b5863dcdcd4" }, "downloads": -1, "filename": "azure_cli_storage-2.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "db2f82aeb7d917c802825b5589702e90", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 43680, "upload_time": "2017-03-03T19:47:45", "url": "https://files.pythonhosted.org/packages/20/b3/bf39b6db55eaf9df80ac18fdbfdb5780ad665b01faf89834da7d2fcaba5e/azure_cli_storage-2.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f50388d4ccd19dd7434a00d09aa78bef", "sha256": "6e3be2a5736fc2215802ee4f162b0e5fb28a93f05368ac478bde6521e9021ce7" }, "downloads": -1, "filename": "azure-cli-storage-2.0.1.tar.gz", "has_sig": false, "md5_digest": "f50388d4ccd19dd7434a00d09aa78bef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35229, "upload_time": "2017-03-03T19:47:39", "url": "https://files.pythonhosted.org/packages/98/91/a5efc06f045b55c315f7d41fc80334cdd2b5736e00e92c61a1843b9ca729/azure-cli-storage-2.0.1.tar.gz" } ], "2.0.10": [ { "comment_text": "", "digests": { "md5": "e951db9712d6582178418f35a1f7dcaf", "sha256": "d6d35e87c4074a43fbdfb0d64b39f91d8f20d250fe693b4f152717989d6b6d0f" }, "downloads": -1, "filename": "azure_cli_storage-2.0.10-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e951db9712d6582178418f35a1f7dcaf", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 46950, "upload_time": "2017-07-07T16:21:15", "url": "https://files.pythonhosted.org/packages/e0/10/dd816bfef3f86b5319dd7edb690731cc5b25cd5f0b3dce14f94686cf2169/azure_cli_storage-2.0.10-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7106272e2be568c71d7894cc1bc01667", "sha256": "4550d006654df014fc2ea757cbbf19d8961101170ff529680c836d347677d5d7" }, "downloads": -1, "filename": "azure-cli-storage-2.0.10.tar.gz", "has_sig": false, "md5_digest": "7106272e2be568c71d7894cc1bc01667", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37926, "upload_time": "2017-07-07T16:21:13", "url": "https://files.pythonhosted.org/packages/8a/1d/85ce44e2d8bbc452d13b75b13bdb97a483ee8b5a7df446ff4a542f6757ca/azure-cli-storage-2.0.10.tar.gz" } ], "2.0.11": [ { "comment_text": "", "digests": { "md5": "2f9d82fec4a50f87685627d8fe36c5dc", "sha256": "016e130b79268b97a4448c3f821377c6edff1c54b6c044775b26f0f0f67eddb2" }, "downloads": -1, "filename": "azure_cli_storage-2.0.11-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2f9d82fec4a50f87685627d8fe36c5dc", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 47328, "upload_time": "2017-07-27T23:49:38", "url": "https://files.pythonhosted.org/packages/1e/9e/467dd2b1102ed2bc66f0b85b9581ccd68dbf245c4225bebe865478b30748/azure_cli_storage-2.0.11-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "417a9168682956f09eaa83449a508a17", "sha256": "800b655a8e20ab6472b6f4471e7275fabfd38b037020724f8691c7953e26f013" }, "downloads": -1, "filename": "azure-cli-storage-2.0.11.tar.gz", "has_sig": false, "md5_digest": "417a9168682956f09eaa83449a508a17", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38121, "upload_time": "2017-07-27T23:49:36", "url": "https://files.pythonhosted.org/packages/42/0a/dc961482af2d24faa0df820fa73d4cb35945fff8e2347b83dba37a4ef5ea/azure-cli-storage-2.0.11.tar.gz" } ], "2.0.12": [ { "comment_text": "", "digests": { "md5": "6998c16ad5f95ba38d530136f85f47c9", "sha256": "e0145a6bb089abae9f387fdb865b97b5be9fce2ddd3a2733c7a8d09af9972868" }, "downloads": -1, "filename": "azure_cli_storage-2.0.12-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6998c16ad5f95ba38d530136f85f47c9", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 47836, "upload_time": "2017-08-11T17:00:38", "url": "https://files.pythonhosted.org/packages/ab/e0/4bddbe3a40a398c6149ca8d7b9f8db9481b0606e34a0d28a661b42038365/azure_cli_storage-2.0.12-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "74161bc164dd95edf90d947ca7c105d3", "sha256": "75089d92be6c3e3a76058bc04a425781e3d29fcd4d220e94860f712e5072f708" }, "downloads": -1, "filename": "azure-cli-storage-2.0.12.tar.gz", "has_sig": false, "md5_digest": "74161bc164dd95edf90d947ca7c105d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38636, "upload_time": "2017-08-11T17:00:34", "url": "https://files.pythonhosted.org/packages/49/29/6fd8c09a4d906d275d4fcfa260e4fccf631ceeaf3dc19b13632c0240133f/azure-cli-storage-2.0.12.tar.gz" } ], "2.0.13": [ { "comment_text": "", "digests": { "md5": "f26cdd5f8851f700f64f9c7f3fd45c56", "sha256": "3a4317cad0195164ab4f7b3abb5822d354e4565196b09f3df4cce885f0e20167" }, "downloads": -1, "filename": "azure_cli_storage-2.0.13-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f26cdd5f8851f700f64f9c7f3fd45c56", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 51107, "upload_time": "2017-08-28T20:13:15", "url": "https://files.pythonhosted.org/packages/8a/3b/7b6766e24a12d81108613ff7808118bffd146b2b65ccb6890e07981a5527/azure_cli_storage-2.0.13-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0ded03ae97556c58e32ff8895314ddae", "sha256": "48cf8a755990c3783f6db6d2bc58178dfbad50a0e91b6ce853f7e79a0a08eb67" }, "downloads": -1, "filename": "azure-cli-storage-2.0.13.tar.gz", "has_sig": false, "md5_digest": "0ded03ae97556c58e32ff8895314ddae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41687, "upload_time": "2017-08-28T20:13:18", "url": "https://files.pythonhosted.org/packages/ae/48/2c874d3043f7c0c57c979eba5ccfb23e29c4031bfcc7f9b0b7b8a4b9a2b2/azure-cli-storage-2.0.13.tar.gz" } ], "2.0.14": [ { "comment_text": "", "digests": { "md5": "6dc43659f5f065a49c11df7e0850e8ea", "sha256": "f2af5fb8d5fe1c996a0ecec70d8b9ad987218a3ebceb6225ec1de957afe03075" }, "downloads": -1, "filename": "azure_cli_storage-2.0.14-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6dc43659f5f065a49c11df7e0850e8ea", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 51997, "upload_time": "2017-08-31T20:47:41", "url": "https://files.pythonhosted.org/packages/e3/80/b42a48db2aa526a3de995da9375bc1b29540bde5226938730071c3d6e036/azure_cli_storage-2.0.14-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bf0d2bf80d59fb0089882ea8ff46d2c3", "sha256": "7d85fe470265ce08221e5caede198e84f1905afb8097d20f9a30bc8499f2f255" }, "downloads": -1, "filename": "azure-cli-storage-2.0.14.tar.gz", "has_sig": false, "md5_digest": "bf0d2bf80d59fb0089882ea8ff46d2c3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43654, "upload_time": "2017-08-31T20:47:38", "url": "https://files.pythonhosted.org/packages/23/15/b3bb7d7e326ed37d2bcea7b177e86a0173219d11fcf575ff722d83f83fef/azure-cli-storage-2.0.14.tar.gz" } ], "2.0.15": [ { "comment_text": "", "digests": { "md5": "15414aea45bdd3920e412ff92dfb0027", "sha256": "dc3d8879c97788a7d0ee07e9da3c3f1ae17fc3e4890f06208e4389c7231b9314" }, "downloads": -1, "filename": "azure_cli_storage-2.0.15-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "15414aea45bdd3920e412ff92dfb0027", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 52048, "upload_time": "2017-09-11T17:03:38", "url": "https://files.pythonhosted.org/packages/e1/e5/a9623c5f59248f32c61d7f00decdb8a00820874b45b776b1132de4f8e412/azure_cli_storage-2.0.15-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9fd0ab820d935576e7daaa4949da2760", "sha256": "cf643ca3b31df2c10a60fa629d1cae012d6564f9ee1f33a0953d3fc58967e2ce" }, "downloads": -1, "filename": "azure-cli-storage-2.0.15.tar.gz", "has_sig": false, "md5_digest": "9fd0ab820d935576e7daaa4949da2760", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42412, "upload_time": "2017-09-11T17:03:42", "url": "https://files.pythonhosted.org/packages/32/c1/8502b3af468002211eb2db447e8e2d2b42a5ea44fcee961f64d45ae8b529/azure-cli-storage-2.0.15.tar.gz" } ], "2.0.16": [ { "comment_text": "", "digests": { "md5": "33c0a8fd87d9907765da63671ed090b3", "sha256": "dff747d2a342ca537088750c9fcd2041c4a7ec98962a8b27438ef936f62b4f57" }, "downloads": -1, "filename": "azure_cli_storage-2.0.16-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "33c0a8fd87d9907765da63671ed090b3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 51940, "upload_time": "2017-09-22T23:49:15", "url": "https://files.pythonhosted.org/packages/f5/c1/5e4c880bcb23410dc5896f7ad3e1c72f0366ed0280ba23fdd978dd45eacd/azure_cli_storage-2.0.16-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "150da2d13eb1185cb39c47d5e7a6d9b9", "sha256": "24b5591f12fba04d574bc75eb79cee85bbbc6aa372d39459184de710b99c44c0" }, "downloads": -1, "filename": "azure-cli-storage-2.0.16.tar.gz", "has_sig": false, "md5_digest": "150da2d13eb1185cb39c47d5e7a6d9b9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42295, "upload_time": "2017-09-22T23:49:19", "url": "https://files.pythonhosted.org/packages/e6/85/1d26c8d3a2338ce2c9b5876edcbaa68c341241cc4989b5cceef77692537a/azure-cli-storage-2.0.16.tar.gz" } ], "2.0.17": [ { "comment_text": "", "digests": { "md5": "5b303dbe647544579d222aef323dc962", "sha256": "e375a085f475152a928998f88d735aaf1d0a5017a42ab5e464d8be698583ac3e" }, "downloads": -1, "filename": "azure_cli_storage-2.0.17-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5b303dbe647544579d222aef323dc962", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 53065, "upload_time": "2017-10-09T22:39:02", "url": "https://files.pythonhosted.org/packages/f2/34/9cc32697cb8396a0e0fb2457754159f2e5559294fe2e6c74c3fbebc825bb/azure_cli_storage-2.0.17-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "438757e8e33385f83e5cbad7dcda930d", "sha256": "60277eea58dc4b7fbb97936c11a3a5c16fea6ca65c34b044ed10eb39f110b951" }, "downloads": -1, "filename": "azure-cli-storage-2.0.17.tar.gz", "has_sig": false, "md5_digest": "438757e8e33385f83e5cbad7dcda930d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42899, "upload_time": "2017-10-09T22:38:59", "url": "https://files.pythonhosted.org/packages/4c/be/ce4455d792f1a547fc6bf10dc6777860b054ee155b64febf3ea2436258d8/azure-cli-storage-2.0.17.tar.gz" } ], "2.0.18": [ { "comment_text": "", "digests": { "md5": "bcb76704ce397c53c71ea7f32f2d13d5", "sha256": "43c1843f070d07a400ffe2c1949e803770fcd8bc6738ec99dcdb73283a96ec5d" }, "downloads": -1, "filename": "azure_cli_storage-2.0.18-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "bcb76704ce397c53c71ea7f32f2d13d5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 53048, "upload_time": "2017-10-24T02:14:18", "url": "https://files.pythonhosted.org/packages/5d/6e/52f098fd13ef4f9c308aa9161fd06f2a8cbe92a22dc910493b45f575fe68/azure_cli_storage-2.0.18-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "671988d41ec620eeb6eb762ee8726f3d", "sha256": "efa2656a5401ff3ff2eb871479f46a56241026c7e54d905fb5f2b3f942e640a3" }, "downloads": -1, "filename": "azure-cli-storage-2.0.18.tar.gz", "has_sig": false, "md5_digest": "671988d41ec620eeb6eb762ee8726f3d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42889, "upload_time": "2017-10-24T02:30:00", "url": "https://files.pythonhosted.org/packages/4f/01/aebd5e8e07cb2e8abf6178c33d9b2812253cf813c55edff91861a82b56fa/azure-cli-storage-2.0.18.tar.gz" } ], "2.0.19": [ { "comment_text": "", "digests": { "md5": "cc250359c52755984ddad0ccf7bfea4e", "sha256": "1f6d2eb490d88c72809a8cad81d924ff5c004ea678b6ddb7bf0eb78e7eb5c5d5" }, "downloads": -1, "filename": "azure_cli_storage-2.0.19-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cc250359c52755984ddad0ccf7bfea4e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 54800, "upload_time": "2017-11-14T18:32:16", "url": "https://files.pythonhosted.org/packages/11/86/d68126e6241cd476022207b3092392430650ac511d45241a7d62d8b87f78/azure_cli_storage-2.0.19-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fd1d13896e435d8dfafe0ce367f4dfad", "sha256": "3d226f5f486355fd090598f769c76a94709a06e22eaad58a5b78505b88380bac" }, "downloads": -1, "filename": "azure-cli-storage-2.0.19.tar.gz", "has_sig": false, "md5_digest": "fd1d13896e435d8dfafe0ce367f4dfad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44050, "upload_time": "2017-11-14T18:32:54", "url": "https://files.pythonhosted.org/packages/8a/3e/2c249c7bbde7a29c04007d0b0b6dbd373cc90487420210a955990c2a5ac7/azure-cli-storage-2.0.19.tar.gz" } ], "2.0.2": [ { "comment_text": "", "digests": { "md5": "97f10b008d6cd9ae32a064429f06cfc3", "sha256": "a97c91dc9741a0314acb8f9948a8938df49fb41b24bac4298b10fe0d5ad62df8" }, "downloads": -1, "filename": "azure_cli_storage-2.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "97f10b008d6cd9ae32a064429f06cfc3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 43742, "upload_time": "2017-04-03T16:58:49", "url": "https://files.pythonhosted.org/packages/bf/38/5097cd75643293f5d7973dca909075e698ed51d74ad86e34fd018c75193d/azure_cli_storage-2.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "97a1b05c2c94db945d393dc96f1bc59f", "sha256": "930e766d76ecfc442a675c818500da6b6ebd48491a00263bce276ebc3d0595ef" }, "downloads": -1, "filename": "azure-cli-storage-2.0.2.tar.gz", "has_sig": false, "md5_digest": "97a1b05c2c94db945d393dc96f1bc59f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35261, "upload_time": "2017-04-03T16:58:41", "url": "https://files.pythonhosted.org/packages/78/69/84a1df7c020c2d7d05bec02de98cc8d99293e558a0a65ca855e30288b936/azure-cli-storage-2.0.2.tar.gz" } ], "2.0.20": [ { "comment_text": "", "digests": { "md5": "12889a71b051abc2df6b540d828c22c3", "sha256": "c82ee5a86b8229af1a04b74fda2e74052a47de86bcd1640e9f2c8a3762a257c2" }, "downloads": -1, "filename": "azure_cli_storage-2.0.20-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "12889a71b051abc2df6b540d828c22c3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 54847, "upload_time": "2017-12-05T18:58:02", "url": "https://files.pythonhosted.org/packages/9c/82/b375a36d1b4316e83773bf24abdc3dad96c876116a0ec73891661da64b50/azure_cli_storage-2.0.20-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6ae872e47add35de9de4fb5dbbb7d149", "sha256": "ee78ddc8b2e00d33db372efb77929a045a438e77d8beb18b879684087b537a85" }, "downloads": -1, "filename": "azure-cli-storage-2.0.20.tar.gz", "has_sig": false, "md5_digest": "6ae872e47add35de9de4fb5dbbb7d149", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44165, "upload_time": "2017-12-05T18:58:26", "url": "https://files.pythonhosted.org/packages/a1/4d/5655d23d31cf0675d595d3c8291266c278b19ec8da438bc207540267a20c/azure-cli-storage-2.0.20.tar.gz" } ], "2.0.21": [ { "comment_text": "", "digests": { "md5": "1d3454aba6cf3268ce692d495c286950", "sha256": "188b9c0164d7cca0feacd294a0a97a2e2eba0c6c51d7ebdb4aeb2bf2b72e6fdf" }, "downloads": -1, "filename": "azure_cli_storage-2.0.21-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1d3454aba6cf3268ce692d495c286950", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 54891, "upload_time": "2017-12-19T18:29:50", "url": "https://files.pythonhosted.org/packages/fc/a1/ff421e0bb6c94e750b6c4f832b4d505b719d3d3a5a5828c58ebbb00c11c2/azure_cli_storage-2.0.21-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1f44cf3884a3df24c79a587b7691af1f", "sha256": "6b72bb9ef8e388eb62c44a241d0056673cb7903f6560f0b1e5753fdb3676ed4f" }, "downloads": -1, "filename": "azure-cli-storage-2.0.21.tar.gz", "has_sig": false, "md5_digest": "1f44cf3884a3df24c79a587b7691af1f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44182, "upload_time": "2017-12-19T18:30:16", "url": "https://files.pythonhosted.org/packages/bf/e1/fe89ae95b3eb70cf31e5791c34df82a5b22b9cbf5658558999ff76479b11/azure-cli-storage-2.0.21.tar.gz" } ], "2.0.22": [ { "comment_text": "", "digests": { "md5": "49abbb80b737e03c1e01a141c05ece22", "sha256": "0054b1b0bc4312f79172ed9c0860b6dfc74cdff153c2234e0b41736b816a482f" }, "downloads": -1, "filename": "azure_cli_storage-2.0.22-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "49abbb80b737e03c1e01a141c05ece22", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 58062, "upload_time": "2018-01-05T21:26:18", "url": "https://files.pythonhosted.org/packages/7a/71/35ab0199d136291416501cf0aaf316be70c61f693e01b4cc2d95df78b929/azure_cli_storage-2.0.22-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "abf20f0435cbbb598c4606bf7a1bb4a1", "sha256": "e605d8efdc43e6f3abce1df2b2473023195886599f9b17f0aea8388fd3383502" }, "downloads": -1, "filename": "azure-cli-storage-2.0.22.tar.gz", "has_sig": false, "md5_digest": "abf20f0435cbbb598c4606bf7a1bb4a1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45328, "upload_time": "2018-01-05T21:27:13", "url": "https://files.pythonhosted.org/packages/1c/eb/4cbef1571ebc32f32ebba38868d801bd762d253bb18e0e30f9138117340f/azure-cli-storage-2.0.22.tar.gz" } ], "2.0.23": [ { "comment_text": "", "digests": { "md5": "48cd1c109a2db7ba8a9f3addaeb1c952", "sha256": "18b0515dae4b14ec80beda2216523da625c787232683ed0d57443452771cd49e" }, "downloads": -1, "filename": "azure_cli_storage-2.0.23-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "48cd1c109a2db7ba8a9f3addaeb1c952", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 58030, "upload_time": "2018-01-17T18:36:48", "url": "https://files.pythonhosted.org/packages/22/0b/c943c7af11f48786499bd23a3f42e64aa3af3cf19ac7896b7970be25fa8d/azure_cli_storage-2.0.23-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0ff6103af646159c375e5b11eca6028c", "sha256": "1500c4e9a6455f1e989a98dee9b9d8397a5dea7c4ec3aca519f585cbb9d8f149" }, "downloads": -1, "filename": "azure-cli-storage-2.0.23.tar.gz", "has_sig": false, "md5_digest": "0ff6103af646159c375e5b11eca6028c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44076, "upload_time": "2018-01-17T18:37:12", "url": "https://files.pythonhosted.org/packages/0c/3f/6c87764343ab9b8286d0d8d104db4be1e5f55aef2e7fe5e1c67981c08dd1/azure-cli-storage-2.0.23.tar.gz" } ], "2.0.24": [ { "comment_text": "", "digests": { "md5": "711c896d4354761dc4b9cc121f4308be", "sha256": "74bf0fe9351edeba43bca36b10bd28e2d4ffe360bb652e156c68d12d148fc129" }, "downloads": -1, "filename": "azure_cli_storage-2.0.24-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "711c896d4354761dc4b9cc121f4308be", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 58800, "upload_time": "2018-01-31T18:05:33", "url": "https://files.pythonhosted.org/packages/4f/ef/f968d92eade04f6572b703c5dc652e91edfaa0ddaf7d30e1405f28b9d344/azure_cli_storage-2.0.24-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c1f6fa11ff481b4688d920d309c65faf", "sha256": "a69c21b41e559d5ab0892c4f22a77b463cf5fa359b49e3a4ad3924f67f71a7d4" }, "downloads": -1, "filename": "azure-cli-storage-2.0.24.tar.gz", "has_sig": false, "md5_digest": "c1f6fa11ff481b4688d920d309c65faf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44571, "upload_time": "2018-01-31T18:06:18", "url": "https://files.pythonhosted.org/packages/e2/89/6b70b8b5c32ab16c24b4239ee01064b200bf5c34e2134484ab84703572ab/azure-cli-storage-2.0.24.tar.gz" } ], "2.0.25": [ { "comment_text": "", "digests": { "md5": "4df4a3ea5f2e152fb04989a22d3dda37", "sha256": "877b5b31f6401678f3b58c5dbada1195671b66d0c34c97b2fe4049d9cc1b86b1" }, "downloads": -1, "filename": "azure_cli_storage-2.0.25-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4df4a3ea5f2e152fb04989a22d3dda37", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 59158, "upload_time": "2018-02-13T18:18:07", "url": "https://files.pythonhosted.org/packages/80/30/ef80c641d5c149b32d948888ffcca6b5a7549b40c1e92feb1393ad847e52/azure_cli_storage-2.0.25-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f0f5e7ed7c6910d7806c9405656ad066", "sha256": "6e6ee94b454bff914a286a1dbb1a6eae77621e41cc80a0bd3a4e5ee6e1a176b7" }, "downloads": -1, "filename": "azure-cli-storage-2.0.25.tar.gz", "has_sig": false, "md5_digest": "f0f5e7ed7c6910d7806c9405656ad066", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44948, "upload_time": "2018-02-13T18:18:55", "url": "https://files.pythonhosted.org/packages/10/4d/70b38de32417eadd441d3de03cfca174eef0a3c6ca5e9be3ef56c8a9c190/azure-cli-storage-2.0.25.tar.gz" } ], "2.0.26": [ { "comment_text": "", "digests": { "md5": "4664b0b867d1fdb9e59fcf8f0dd44201", "sha256": "ee0fa7c254b209cacf91c00ad051a6b03737be49e9461c9f48d22100655cbee1" }, "downloads": -1, "filename": "azure_cli_storage-2.0.26-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4664b0b867d1fdb9e59fcf8f0dd44201", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 59396, "upload_time": "2018-02-27T16:00:10", "url": "https://files.pythonhosted.org/packages/60/ca/ceef7b739dc6b12cae7fa6ec7ba2d5227a7b4a995b69748ed1e137b67275/azure_cli_storage-2.0.26-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "51800f0fd43802ff5cfbc34bc5f2e6e0", "sha256": "dba8ac79ee1b3302036b198b1699c8584bbb88e3ca43e52a00729b1a10f49c3c" }, "downloads": -1, "filename": "azure-cli-storage-2.0.26.tar.gz", "has_sig": false, "md5_digest": "51800f0fd43802ff5cfbc34bc5f2e6e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45117, "upload_time": "2018-02-27T16:00:34", "url": "https://files.pythonhosted.org/packages/d6/44/bd6276baa30d51bbfa7acf5fac9c021000a25e8b3c37bade1b239eb769a3/azure-cli-storage-2.0.26.tar.gz" } ], "2.0.27": [ { "comment_text": "", "digests": { "md5": "efdf6436fcdacd2b65487a8c58d352c1", "sha256": "39346752c8c1fab50d074d0d7de80999252bf2ea40b8cc60d9e979b19f9ace45" }, "downloads": -1, "filename": "azure_cli_storage-2.0.27-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "efdf6436fcdacd2b65487a8c58d352c1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 59859, "upload_time": "2018-03-13T17:08:41", "url": "https://files.pythonhosted.org/packages/dc/1b/544a734fd76f01b480d90980a7c78f88a983c6956863cb9f17076014bd94/azure_cli_storage-2.0.27-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f53dd5ce7727c4b84b93c06d25cb489b", "sha256": "61159be18e6b847c33ee1386250be5d56cec0b3a73f07c7f23af7a0897070284" }, "downloads": -1, "filename": "azure-cli-storage-2.0.27.tar.gz", "has_sig": false, "md5_digest": "f53dd5ce7727c4b84b93c06d25cb489b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45506, "upload_time": "2018-03-13T17:09:15", "url": "https://files.pythonhosted.org/packages/98/4f/273cf688f4056017ff089aea28f21ad895e6b44fcbf58d544dbaa5a7c166/azure-cli-storage-2.0.27.tar.gz" } ], "2.0.3": [ { "comment_text": "", "digests": { "md5": "26c20d2610a8ece6d525f9219f5b7a0a", "sha256": "d00d68a82417cad30f58a4f4dd7a0cbe5f5a2f531c62b881804f431036fbc98c" }, "downloads": -1, "filename": "azure_cli_storage-2.0.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "26c20d2610a8ece6d525f9219f5b7a0a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 45791, "upload_time": "2017-04-17T20:36:08", "url": "https://files.pythonhosted.org/packages/2a/36/a8af677314be124888e53de75e6cd02084abdf5f2aec5a0263fce8ebb9ff/azure_cli_storage-2.0.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1e2903683d2f9994d7be27168ce2fc5c", "sha256": "f6e1869a3b28a0e5996b16c92bf61618807c93fe41e67d392e4a518c5199ac34" }, "downloads": -1, "filename": "azure-cli-storage-2.0.3.tar.gz", "has_sig": false, "md5_digest": "1e2903683d2f9994d7be27168ce2fc5c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36642, "upload_time": "2017-04-17T20:36:20", "url": "https://files.pythonhosted.org/packages/52/32/67a1f3e179441465161608c3f2102314855d3680dbb4ccf62000b9e6fd81/azure-cli-storage-2.0.3.tar.gz" } ], "2.0.30": [ { "comment_text": "", "digests": { "md5": "c494e5fcc57794c127621329180c7e71", "sha256": "59be01dfc6d7ccb7be1de3d21632c33e8b83b484afd7e718030ada08f6f0fd9b" }, "downloads": -1, "filename": "azure_cli_storage-2.0.30-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c494e5fcc57794c127621329180c7e71", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 60165, "upload_time": "2018-03-27T17:55:33", "url": "https://files.pythonhosted.org/packages/19/31/27d927c6e91e7f9a09a68e9425ae17b017f7f35c19ee6b37a1605b45c9cc/azure_cli_storage-2.0.30-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ccef4f5bea0dde86af2f3b0706bd8186", "sha256": "06f250410cc4819a30fe5dcdc57b1c30e01fcf28eea249afd48163a87f35f62a" }, "downloads": -1, "filename": "azure-cli-storage-2.0.30.tar.gz", "has_sig": false, "md5_digest": "ccef4f5bea0dde86af2f3b0706bd8186", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45419, "upload_time": "2018-03-27T17:55:57", "url": "https://files.pythonhosted.org/packages/43/c3/817af812a72153e6d7147c2238a4e16c1dde57ebde2888db1aee3ab85b60/azure-cli-storage-2.0.30.tar.gz" } ], "2.0.31": [ { "comment_text": "", "digests": { "md5": "7a9a8ff2fbf2a2086076bb305467c0ad", "sha256": "84704570558736e15b97a2e47d285fe75def3c6598eab11bd23c041f15d378d3" }, "downloads": -1, "filename": "azure_cli_storage-2.0.31-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7a9a8ff2fbf2a2086076bb305467c0ad", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 60343, "upload_time": "2018-04-10T17:25:59", "url": "https://files.pythonhosted.org/packages/d2/e5/d252d373e59d195758f403bd4294473ac7e8457405201f27634edd7aeab7/azure_cli_storage-2.0.31-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4288f721159150331ef80fdc16925743", "sha256": "0e758177a1167de854a6afb53104ef6b0581fa1d4ad9836acae9b120c9a5c86b" }, "downloads": -1, "filename": "azure-cli-storage-2.0.31.tar.gz", "has_sig": false, "md5_digest": "4288f721159150331ef80fdc16925743", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45558, "upload_time": "2018-04-10T17:26:39", "url": "https://files.pythonhosted.org/packages/8d/4a/dbea55e58d5367dcbd77bbd6b2e5dc085b206a48788cc9705ba20c4cda14/azure-cli-storage-2.0.31.tar.gz" } ], "2.0.32": [ { "comment_text": "", "digests": { "md5": "fa25ca8f850d2f3cc629328ef458fdc6", "sha256": "deaf57e56fbe403c0061b69d8f7dc8e52b6d938740eacb2baca63bcb53a39957" }, "downloads": -1, "filename": "azure_cli_storage-2.0.32-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fa25ca8f850d2f3cc629328ef458fdc6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 57829, "upload_time": "2018-05-07T17:59:19", "url": "https://files.pythonhosted.org/packages/ff/1f/6a345a9c3862f3aeef4289a96faed424d4946a5cba1c966ee8e9c0eb640d/azure_cli_storage-2.0.32-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3067d6ccd10894ef9d43794f3b24057f", "sha256": "015316b0da5b0b7ac7f41b43dc073b418f4c45357e3382fe335f96af1776e1a6" }, "downloads": -1, "filename": "azure-cli-storage-2.0.32.tar.gz", "has_sig": false, "md5_digest": "3067d6ccd10894ef9d43794f3b24057f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49710, "upload_time": "2018-05-07T17:59:43", "url": "https://files.pythonhosted.org/packages/c8/69/6c970910c57779b26736a130f092a97d441dc2a6cc917f98cce2e84ba096/azure-cli-storage-2.0.32.tar.gz" } ], "2.0.33": [ { "comment_text": "", "digests": { "md5": "e5fa7227294e0f7ce4ed8f38351bf07a", "sha256": "e33024ffc0b949212ec7d3748989515ca6733adee8b634299ba250588d9019b6" }, "downloads": -1, "filename": "azure_cli_storage-2.0.33-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e5fa7227294e0f7ce4ed8f38351bf07a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 57911, "upload_time": "2018-05-22T17:25:32", "url": "https://files.pythonhosted.org/packages/7d/28/2c17172e16138b04372608340d773020ba36d85174bf53d0075ef9db804f/azure_cli_storage-2.0.33-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1ad3a9a6aae5d0abdc323d303a949c8c", "sha256": "7bc93640700582bd859ea216abacc02b6e55c00ccad26642e07a245a0b195234" }, "downloads": -1, "filename": "azure-cli-storage-2.0.33.tar.gz", "has_sig": false, "md5_digest": "1ad3a9a6aae5d0abdc323d303a949c8c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 47026, "upload_time": "2018-05-22T17:25:57", "url": "https://files.pythonhosted.org/packages/bf/d5/bc112a91b8a4b3d777993967302519a98c441c6bf85be900999ecbe15e8d/azure-cli-storage-2.0.33.tar.gz" } ], "2.0.34": [ { "comment_text": "", "digests": { "md5": "2b8645927006838d3b267072003c3876", "sha256": "ac350b8390fb2cb31af7222ca22dd2ade1c8c3a1c10c584f9b226f6ac693afdb" }, "downloads": -1, "filename": "azure_cli_storage-2.0.34-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2b8645927006838d3b267072003c3876", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 57995, "upload_time": "2018-06-05T15:52:30", "url": "https://files.pythonhosted.org/packages/cd/41/7c3e3a3a432d58c48843d7b6a1807ac32a8789e34781442fc1e56c156076/azure_cli_storage-2.0.34-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ee2b322aa1a65f351b067821c006bdb0", "sha256": "327a4c521d89247fb7c4694dd3311c9f2a3ed439070cd8229cc653ee08df2e3d" }, "downloads": -1, "filename": "azure-cli-storage-2.0.34.tar.gz", "has_sig": false, "md5_digest": "ee2b322aa1a65f351b067821c006bdb0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 47133, "upload_time": "2018-06-05T15:52:43", "url": "https://files.pythonhosted.org/packages/77/90/dee0ab2c036302b8473fff814c41a6de349da8aa9e7e3178503ac383eddb/azure-cli-storage-2.0.34.tar.gz" } ], "2.0.35": [ { "comment_text": "", "digests": { "md5": "78db32906555d978f5ab15f02f4134cf", "sha256": "043e6cd5be604dadb3f789e9a440b4ac77b660e6f3155eee1a6c91a87e7e6aff" }, "downloads": -1, "filename": "azure_cli_storage-2.0.35-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "78db32906555d978f5ab15f02f4134cf", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 58083, "upload_time": "2018-06-19T20:39:18", "url": "https://files.pythonhosted.org/packages/c8/d8/5eb8e3f3f62066cde8b16fc6db9309cb0af206b29a39b332953fa22f91aa/azure_cli_storage-2.0.35-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d405c114ef3c24869eea6831fae8f0a8", "sha256": "b32ceab94c0661b8148325e441d1969d6be4790264c9875893da6b1b28db0efb" }, "downloads": -1, "filename": "azure-cli-storage-2.0.35.tar.gz", "has_sig": false, "md5_digest": "d405c114ef3c24869eea6831fae8f0a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 47097, "upload_time": "2018-06-19T20:39:40", "url": "https://files.pythonhosted.org/packages/64/dc/89fd6517730bf11ceac9467d4b31ab125683cc64137f773376237b2e894d/azure-cli-storage-2.0.35.tar.gz" } ], "2.0.4": [ { "comment_text": "", "digests": { "md5": "1d5968426cdc35fd887fc38421246f6b", "sha256": "6ec677f33361b2c2553f67743949f231435188b9ffda99ca2aba8dde4e399f1e" }, "downloads": -1, "filename": "azure_cli_storage-2.0.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1d5968426cdc35fd887fc38421246f6b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 45094, "upload_time": "2017-04-28T21:08:35", "url": "https://files.pythonhosted.org/packages/ca/31/dd5bbbdc774b77a3b369c5ca0888ef1611f1387d187b21edf1a93d31fb25/azure_cli_storage-2.0.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "153dbabb345823a345195ae218c38ef4", "sha256": "86227e474bee4707617f54e7bccca89487ebdab4105a13f0739e1c30b869c5fb" }, "downloads": -1, "filename": "azure-cli-storage-2.0.4.tar.gz", "has_sig": false, "md5_digest": "153dbabb345823a345195ae218c38ef4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37059, "upload_time": "2017-04-28T21:08:29", "url": "https://files.pythonhosted.org/packages/57/44/aa105efde49284dc57799e936680a5c7d6020f9d2976a7ed9506dd7b0f09/azure-cli-storage-2.0.4.tar.gz" } ], "2.0.5": [ { "comment_text": "", "digests": { "md5": "e7d91b89d98e58112b2fefcff3b32bfd", "sha256": "4d9d573681ee08fd80871b87f8a6c1175f6cf408973f2566579014878814e53e" }, "downloads": -1, "filename": "azure_cli_storage-2.0.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e7d91b89d98e58112b2fefcff3b32bfd", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 45132, "upload_time": "2017-05-05T22:58:01", "url": "https://files.pythonhosted.org/packages/04/1d/ab3e5d7488dd1ba40d7c12382fa0d5e71d74fd76df969cc2f28dfb5651a1/azure_cli_storage-2.0.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0a175a1f76730ce655ad362546d4ab78", "sha256": "eeb563d5e2a5f7945581b5917657b30fad26b8f19412f4d351035a04a6a88b87" }, "downloads": -1, "filename": "azure-cli-storage-2.0.5.tar.gz", "has_sig": false, "md5_digest": "0a175a1f76730ce655ad362546d4ab78", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37094, "upload_time": "2017-05-05T22:57:55", "url": "https://files.pythonhosted.org/packages/96/4f/8fba0f3f26f41668bb47e7af011c8557a3061bcfafe781e3b197d0cee26e/azure-cli-storage-2.0.5.tar.gz" } ], "2.0.6": [ { "comment_text": "", "digests": { "md5": "a060726b89967cbb6be1fded6623b1e3", "sha256": "f3ab0bb79522f87aedd1ba6970937821659a0ac0d85be71ad15c87677d42cf74" }, "downloads": -1, "filename": "azure_cli_storage-2.0.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a060726b89967cbb6be1fded6623b1e3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 45087, "upload_time": "2017-05-09T21:35:21", "url": "https://files.pythonhosted.org/packages/8e/01/b632ca09326f34d311faeb407f07bebbfc822d262a1908967f9748ec11e8/azure_cli_storage-2.0.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1d0f9f3d2ebd5bb382c706b6473a946d", "sha256": "81632b256ab78862434c586862eb6e4d58f828ae2d668c029dfad0cf2a8fe714" }, "downloads": -1, "filename": "azure-cli-storage-2.0.6.tar.gz", "has_sig": false, "md5_digest": "1d0f9f3d2ebd5bb382c706b6473a946d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37085, "upload_time": "2017-05-09T21:35:15", "url": "https://files.pythonhosted.org/packages/be/a5/2a185faaa0e9cf66316ae19c2d724c9dfbbc4649c5028a47139446f3e4da/azure-cli-storage-2.0.6.tar.gz" } ], "2.0.7": [ { "comment_text": "", "digests": { "md5": "16a03378ca13b1358d3b2a064d281453", "sha256": "c7741467e8dc8ecf2e81a2597a56b68643b807ed78a811db57fb6286c44d0e44" }, "downloads": -1, "filename": "azure_cli_storage-2.0.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "16a03378ca13b1358d3b2a064d281453", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 45535, "upload_time": "2017-05-30T23:21:12", "url": "https://files.pythonhosted.org/packages/9e/b6/c17babcd3ac54e62f628d94c2491ac475fda48f942f9fa012e4e8e44a058/azure_cli_storage-2.0.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e93395313bcf301661a8a3e3ec52e02a", "sha256": "ac2d30247dc1ddaf5a1432efcc6800b009d5e529fe2b1ff31850b1fe2135aea4" }, "downloads": -1, "filename": "azure-cli-storage-2.0.7.tar.gz", "has_sig": false, "md5_digest": "e93395313bcf301661a8a3e3ec52e02a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36511, "upload_time": "2017-05-30T23:21:20", "url": "https://files.pythonhosted.org/packages/d8/42/76509f12e80734ad38dcf29c105c9b4ef1ccd71c270797085811a86a2f88/azure-cli-storage-2.0.7.tar.gz" } ], "2.0.8": [ { "comment_text": "", "digests": { "md5": "b5c9e48cde8a211f6a70382542be35e6", "sha256": "12554a7cbecbcd9f356ffb3baeb6479ccbb6c7e102a4523e1c5dedf6f7b433ff" }, "downloads": -1, "filename": "azure_cli_storage-2.0.8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b5c9e48cde8a211f6a70382542be35e6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 47098, "upload_time": "2017-06-13T22:07:55", "url": "https://files.pythonhosted.org/packages/e9/22/3f8096891f518dd2c71ef85a92f98d476a48e0b375e7053ce060efedf070/azure_cli_storage-2.0.8-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c795e54bf5cd5d2f3803fb7fc923b971", "sha256": "d4dbf5f94d5afc19a8d8d78e1b08e3c3b94c11336b382e38f310920b165ab50b" }, "downloads": -1, "filename": "azure-cli-storage-2.0.8.tar.gz", "has_sig": false, "md5_digest": "c795e54bf5cd5d2f3803fb7fc923b971", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38948, "upload_time": "2017-06-13T22:08:02", "url": "https://files.pythonhosted.org/packages/92/25/936e4e8c46b3d85f05f2a3ca0022bce4c753f1dd2966aaa3f26d8ecf615d/azure-cli-storage-2.0.8.tar.gz" } ], "2.0.9": [ { "comment_text": "", "digests": { "md5": "568bac455592a9509359a80696116990", "sha256": "fdf5228dc6007b2798b602fb51661303e66697b4bf14a3c34eb52372e29a2200" }, "downloads": -1, "filename": "azure_cli_storage-2.0.9-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "568bac455592a9509359a80696116990", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 47112, "upload_time": "2017-06-21T22:11:32", "url": "https://files.pythonhosted.org/packages/d4/cc/ad4b82e639e25a8218a0860268b52d8c54a6b275abead500546a9dab083a/azure_cli_storage-2.0.9-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1021bb061fb51e52231838b166ccd071", "sha256": "41d54d98f9f775612304dae9f3d8a0ce499be614e0ae4ee2ee663915f962779c" }, "downloads": -1, "filename": "azure-cli-storage-2.0.9.tar.gz", "has_sig": false, "md5_digest": "1021bb061fb51e52231838b166ccd071", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38371, "upload_time": "2017-06-21T22:11:44", "url": "https://files.pythonhosted.org/packages/a5/9f/09d1ee96ccc107ec7d35cce936195d97c6b43818a8f4f177e99463a7ed96/azure-cli-storage-2.0.9.tar.gz" } ], "2.1.0": [ { "comment_text": "", "digests": { "md5": "3deee3f4636b2be19df86cba6ed6b687", "sha256": "d2572f7cf211eb89cdaf090fc48a4ecea0ac3bf79f241b869554b0496672a86f" }, "downloads": -1, "filename": "azure_cli_storage-2.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3deee3f4636b2be19df86cba6ed6b687", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 58329, "upload_time": "2018-07-18T16:20:15", "url": "https://files.pythonhosted.org/packages/85/fa/f55c9d0b4f1aa3a6c57529ac13712ced05b23a88fbcd666a0b17b9e73afe/azure_cli_storage-2.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "92ca7681eb24cb5223a6d36788a43199", "sha256": "c96ca64e8307effc1267d7f9559c725ee7b783f60d45fb7ec80e524e4e88e1cc" }, "downloads": -1, "filename": "azure-cli-storage-2.1.0.tar.gz", "has_sig": false, "md5_digest": "92ca7681eb24cb5223a6d36788a43199", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 47478, "upload_time": "2018-07-18T16:20:56", "url": "https://files.pythonhosted.org/packages/a5/7f/e26c3737acd4a6e4c36321aa8c09edf283f4746942a93d35209e9ec409dd/azure-cli-storage-2.1.0.tar.gz" } ], "2.1.1": [ { "comment_text": "", "digests": { "md5": "a9edd1b1eb0724a863e08592cf4ae645", "sha256": "9a38d16b8b82d3bfdde2480fb5f1595b865eae7f45fb2ae9c1bff9e9a19d5c19" }, "downloads": -1, "filename": "azure_cli_storage-2.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a9edd1b1eb0724a863e08592cf4ae645", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 58235, "upload_time": "2018-07-31T15:32:40", "url": "https://files.pythonhosted.org/packages/6f/2a/fc751b6223e8027036d57c5e3441c9e7c76b6126b92fcf1def04b4dbe54b/azure_cli_storage-2.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0bd09175c0b1970d922b6d03cdf4b6a1", "sha256": "4c3b8d7706999ff4466b1073181b4dbd96c8fd74f56d5bce34fa65ef61f62135" }, "downloads": -1, "filename": "azure-cli-storage-2.1.1.tar.gz", "has_sig": false, "md5_digest": "0bd09175c0b1970d922b6d03cdf4b6a1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 47108, "upload_time": "2018-07-31T15:33:04", "url": "https://files.pythonhosted.org/packages/8f/2f/263a79a858432f1ed0b74076af9ba896ca465a46b0dce7fbd5ad147bd97a/azure-cli-storage-2.1.1.tar.gz" } ], "2.2.0": [ { "comment_text": "", "digests": { "md5": "a4f66a5daa36a0d458f67481aee75ac8", "sha256": "e152059e471c8381f05ce41e4ce5fd5102aaa78158fcd21ffcbcb6c822131829" }, "downloads": -1, "filename": "azure_cli_storage-2.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a4f66a5daa36a0d458f67481aee75ac8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 58603, "upload_time": "2018-08-14T14:55:45", "url": "https://files.pythonhosted.org/packages/b1/1b/ccad0af8be7c9037e04bf6c1ac5f9cf922f14befae2b12bfd1f8a7dba9d9/azure_cli_storage-2.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a3b07830d4b9e4b0e384e7a79dcf31b5", "sha256": "15564fa506cf2b2007157bca5dc79f998c507ab43a59f7c7e2d2b65c6150fba8" }, "downloads": -1, "filename": "azure-cli-storage-2.2.0.tar.gz", "has_sig": false, "md5_digest": "a3b07830d4b9e4b0e384e7a79dcf31b5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 47526, "upload_time": "2018-08-14T14:56:21", "url": "https://files.pythonhosted.org/packages/ab/6b/03946e9eda30fbc9bdec3a938189cc607451a4272d8116120cd4fe62b8e6/azure-cli-storage-2.2.0.tar.gz" } ], "2.2.1": [ { "comment_text": "", "digests": { "md5": "ac6ce8972eb86d414cefafc5c9171c37", "sha256": "66968574a22ade78ce425d03975e20c118001723427d4759b78ada6041810c83" }, "downloads": -1, "filename": "azure_cli_storage-2.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ac6ce8972eb86d414cefafc5c9171c37", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 58674, "upload_time": "2018-08-28T15:35:16", "url": "https://files.pythonhosted.org/packages/28/ad/86de0d4de8db4aec3ab7b26ba3ddba1db1e10b98c70392b4133c8de69930/azure_cli_storage-2.2.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f890f2a66eb24eecfdac4d3395d2cdfc", "sha256": "7e22ae1d7a171eee54c713bcd1fb2e9285b90839a927de249a37ef539056dd2a" }, "downloads": -1, "filename": "azure-cli-storage-2.2.1.tar.gz", "has_sig": false, "md5_digest": "f890f2a66eb24eecfdac4d3395d2cdfc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 47623, "upload_time": "2018-08-28T15:35:55", "url": "https://files.pythonhosted.org/packages/b3/43/ce445582178090c17823685e8ffc17f777a386321e9a43a977c74e91b20b/azure-cli-storage-2.2.1.tar.gz" } ], "2.2.2": [ { "comment_text": "", "digests": { "md5": "6d73f875cc005855ea3b534a0dc56a62", "sha256": "6747ab1381765f892457775842fa10131cfa0108e293e3ad94e57a009c628110" }, "downloads": -1, "filename": "azure_cli_storage-2.2.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6d73f875cc005855ea3b534a0dc56a62", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 62447, "upload_time": "2018-09-21T17:00:25", "url": "https://files.pythonhosted.org/packages/d1/36/831650626a5ba4931bcec29f643d9e82dbed133b4cc4f8542ad9eaac2bf1/azure_cli_storage-2.2.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7ffce23864fcdabaee0d2502c7f10159", "sha256": "143605758455d14c523c7d84658e48098dc493ee320039dd9025040a20f322e2" }, "downloads": -1, "filename": "azure-cli-storage-2.2.2.tar.gz", "has_sig": false, "md5_digest": "7ffce23864fcdabaee0d2502c7f10159", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 50953, "upload_time": "2018-09-21T17:01:00", "url": "https://files.pythonhosted.org/packages/80/f5/8b39de0b8ab7584c2f1b90aa1ddd941e9ce216040ab1cb30fcd3a02e2067/azure-cli-storage-2.2.2.tar.gz" } ], "2.2.3": [ { "comment_text": "", "digests": { "md5": "d27fe8bec223c3f0583e82be4079d7fa", "sha256": "1fdb6371793a3ef443c81838043ec7ab1415d33ce9c37917a544a993bfe13ceb" }, "downloads": -1, "filename": "azure_cli_storage-2.2.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d27fe8bec223c3f0583e82be4079d7fa", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 64118, "upload_time": "2018-10-23T16:54:46", "url": "https://files.pythonhosted.org/packages/4d/ce/034b7945515073ae45e4cfca16fca3b4e9f5cf5caaed1e6d6044a3bb083d/azure_cli_storage-2.2.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4d37fa87b403bf56e9813ff340ee5326", "sha256": "d8b1d6546ad18acacede870a72ac04dd851f070abc2c6a4600914fbae5c90659" }, "downloads": -1, "filename": "azure-cli-storage-2.2.3.tar.gz", "has_sig": false, "md5_digest": "4d37fa87b403bf56e9813ff340ee5326", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 55242, "upload_time": "2018-10-23T16:55:11", "url": "https://files.pythonhosted.org/packages/19/ed/adac832e952cd7bce48e0177e757e4e91142cf74cea59592cb33e4502f74/azure-cli-storage-2.2.3.tar.gz" } ], "2.2.4": [ { "comment_text": "", "digests": { "md5": "0f38e9b17eebf02789c45cc8758a9e11", "sha256": "1a42c7382efd6c39a7709a247cff79fb9c1b8af5803c3c83f3b931d481beb073" }, "downloads": -1, "filename": "azure_cli_storage-2.2.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0f38e9b17eebf02789c45cc8758a9e11", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 64312, "upload_time": "2018-11-06T16:35:00", "url": "https://files.pythonhosted.org/packages/0c/88/d91ffe02d842c5fa680f37718c07f53848101877f568dd7abb54b178c1f0/azure_cli_storage-2.2.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a241421116c2034e4a31f8203f248bf7", "sha256": "17338450a4741726ea5bc054e3ba6779dbdfa9840d196f7663a6406c43dda7cd" }, "downloads": -1, "filename": "azure-cli-storage-2.2.4.tar.gz", "has_sig": false, "md5_digest": "a241421116c2034e4a31f8203f248bf7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 55519, "upload_time": "2018-11-06T16:35:31", "url": "https://files.pythonhosted.org/packages/5b/a0/f56bf63e544aa1a3d621fee01708cdee9ebd895550cd29838455fe7fc696/azure-cli-storage-2.2.4.tar.gz" } ], "2.2.5": [ { "comment_text": "", "digests": { "md5": "744d1d1ffe0bb5bc81443a477f2f112d", "sha256": "79a5c9c94f2f6a4e59ef867326b641db87adfc417ef7d5f0bf218b707e1259a5" }, "downloads": -1, "filename": "azure_cli_storage-2.2.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "744d1d1ffe0bb5bc81443a477f2f112d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 65258, "upload_time": "2018-11-20T20:16:11", "url": "https://files.pythonhosted.org/packages/0a/72/82c139519f69091e8ab2482e9f500f6dc402740d9b4cd8fe4e8e84f90f80/azure_cli_storage-2.2.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b997f6dd366806b583415ae67dbe72ed", "sha256": "56356c543eb49a968d43a9a797e675a4a63c7ecc289574015a9683c4f3574f48" }, "downloads": -1, "filename": "azure-cli-storage-2.2.5.tar.gz", "has_sig": false, "md5_digest": "b997f6dd366806b583415ae67dbe72ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56579, "upload_time": "2018-11-20T20:16:38", "url": "https://files.pythonhosted.org/packages/d2/fb/b3897be2bfbf7c8429782fd399016fa39bc881dbd55b8896a0c1efada2d5/azure-cli-storage-2.2.5.tar.gz" } ], "2.2.6": [ { "comment_text": "", "digests": { "md5": "029410dfee0c2704e6a5e25d4ce68e64", "sha256": "f2c7655ed4c271ee7f5503bc970b657f613a7cf2f96663b6be433f5f682e0df7" }, "downloads": -1, "filename": "azure_cli_storage-2.2.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "029410dfee0c2704e6a5e25d4ce68e64", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 65306, "upload_time": "2018-12-04T20:08:05", "url": "https://files.pythonhosted.org/packages/6f/1a/5b0ee1aa99e4cd6c4ed3f2647b9dacae26d66a665a0040322859de8cf702/azure_cli_storage-2.2.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a1e1dcdf39473e082a418335d4b0c234", "sha256": "a8b08cb9ce5bc8969d923793fe74686561722a76c610cd073582b1510a2d62d3" }, "downloads": -1, "filename": "azure-cli-storage-2.2.6.tar.gz", "has_sig": false, "md5_digest": "a1e1dcdf39473e082a418335d4b0c234", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56627, "upload_time": "2018-12-04T20:08:27", "url": "https://files.pythonhosted.org/packages/9d/59/90a1a7a812b1d1fc740a37dca9b6732e4404736ce7f3828692cc19c678c5/azure-cli-storage-2.2.6.tar.gz" } ], "2.2.7": [ { "comment_text": "", "digests": { "md5": "5b6f6e4847088c799d2504d777c21358", "sha256": "ec9b25e75ccf62b9be67ad38a55af67abce62268e19ee69ff794e00a07460285" }, "downloads": -1, "filename": "azure_cli_storage-2.2.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5b6f6e4847088c799d2504d777c21358", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 65453, "upload_time": "2018-12-18T15:22:55", "url": "https://files.pythonhosted.org/packages/e5/ce/c16f3604f659d9c1cee4a899e393f93815fb7ddb6c439fb0436dd40923db/azure_cli_storage-2.2.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f05b01ce496463d56e224c7285a5c249", "sha256": "b7d5dcf1a98590317bb05209bfba182f79a752d352ce985ceec778efa14347e6" }, "downloads": -1, "filename": "azure-cli-storage-2.2.7.tar.gz", "has_sig": false, "md5_digest": "f05b01ce496463d56e224c7285a5c249", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56818, "upload_time": "2018-12-18T15:23:15", "url": "https://files.pythonhosted.org/packages/a5/38/fe2c807ad758acf0fa4f8642f6dbc27eeebd7a99c7b25b69db25eb66f2e4/azure-cli-storage-2.2.7.tar.gz" } ], "2.3.0": [ { "comment_text": "", "digests": { "md5": "8a42de874b7c737bf65a4d4f6e621531", "sha256": "e4e5e3296394abbbdaf6e737601ef3359aed3fd8c0f4dbc3597fe425070ff600" }, "downloads": -1, "filename": "azure_cli_storage-2.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8a42de874b7c737bf65a4d4f6e621531", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 66198, "upload_time": "2019-01-15T21:08:32", "url": "https://files.pythonhosted.org/packages/68/11/be895315df7e89eaffdc947bd5a43029ab1cde9c06559b0d1528cf4c9908/azure_cli_storage-2.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "55480c8f772bc8dba3e9aa48a9e2e5e9", "sha256": "28af6454030bcc547017fbcfacb41d6ac91e3b2e885908cda36b093ea8afe66f" }, "downloads": -1, "filename": "azure-cli-storage-2.3.0.tar.gz", "has_sig": false, "md5_digest": "55480c8f772bc8dba3e9aa48a9e2e5e9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 57667, "upload_time": "2019-01-15T21:09:05", "url": "https://files.pythonhosted.org/packages/0c/f0/83995c0c2e751b3ab298e41842e3ae6fbd9062c2cd4dd65bf09a43ae258c/azure-cli-storage-2.3.0.tar.gz" } ], "2.3.1": [ { "comment_text": "", "digests": { "md5": "60cf8773f5b32eb489b48e1535c3305d", "sha256": "670502bde79a74f69d3de654e3100e386cee4e5b608ed8a1b20e8821e7aae948" }, "downloads": -1, "filename": "azure_cli_storage-2.3.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "60cf8773f5b32eb489b48e1535c3305d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 66419, "upload_time": "2019-01-30T01:51:33", "url": "https://files.pythonhosted.org/packages/97/8c/a2b20e11a8b97f2a312c880c78d2f95c35f0407d138dcc78c21a7db57a40/azure_cli_storage-2.3.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "83d8ac01c1fe8d51a7b961388eb38d50", "sha256": "9df8c7ead4af667ef4e5ee5ae95bef77a28128a86161acc9d29a52e1d69a19a6" }, "downloads": -1, "filename": "azure-cli-storage-2.3.1.tar.gz", "has_sig": false, "md5_digest": "83d8ac01c1fe8d51a7b961388eb38d50", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 57984, "upload_time": "2019-01-30T01:52:13", "url": "https://files.pythonhosted.org/packages/27/77/4509d3b21ce959202a5d36ccb2eb3da0a871d3912a711b16d3aba2111d0d/azure-cli-storage-2.3.1.tar.gz" } ], "2.3.2": [ { "comment_text": "", "digests": { "md5": "9d2196d7acf46517443abbec337af362", "sha256": "6edab4493a526c0128a3d777dd4ee43c6043af4cc077f0fc6705fa6a2a6d2329" }, "downloads": -1, "filename": "azure_cli_storage-2.3.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9d2196d7acf46517443abbec337af362", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 66837, "upload_time": "2019-03-26T17:58:06", "url": "https://files.pythonhosted.org/packages/2a/73/6b9e0ab1dd737cd651c00bfec54e2bcae82cb72bac23be96505e5354325e/azure_cli_storage-2.3.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a2864de3599b91b4f2fe4b1129aef115", "sha256": "596c09de8cdbb224d381cc812c67493fc5ea723c9e616c6e88f9822eae5610f5" }, "downloads": -1, "filename": "azure-cli-storage-2.3.2.tar.gz", "has_sig": false, "md5_digest": "a2864de3599b91b4f2fe4b1129aef115", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 58595, "upload_time": "2019-03-26T17:59:02", "url": "https://files.pythonhosted.org/packages/16/e8/7739329532f2b703221adbd04d41be07657ef2e2f0ea0cd6a4f70b3d62e8/azure-cli-storage-2.3.2.tar.gz" } ], "2.4.0": [ { "comment_text": "", "digests": { "md5": "7235a5e3107f794bf9e9bdf73c257ee1", "sha256": "3ab0a37702a8fe53341445cd04f2ea7c3939a7e75f0f55cf5f1a9a017cce821b" }, "downloads": -1, "filename": "azure_cli_storage-2.4.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7235a5e3107f794bf9e9bdf73c257ee1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 67693, "upload_time": "2019-04-09T17:01:23", "url": "https://files.pythonhosted.org/packages/f6/49/0eb89b0b96c46d8c67453641f6b3d48b7b38efa2e8ee66ba6ef053ae905d/azure_cli_storage-2.4.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1b822b9689faf8a98edea9944b9460a4", "sha256": "c7b62f81030a10013b671b529a2b90b628d92d42a852f410ea40ae41c133612b" }, "downloads": -1, "filename": "azure-cli-storage-2.4.0.tar.gz", "has_sig": false, "md5_digest": "1b822b9689faf8a98edea9944b9460a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 59529, "upload_time": "2019-04-09T17:02:01", "url": "https://files.pythonhosted.org/packages/ce/40/f2e0640fa529ca01a671b6517520679cae97a379052c6235da66691037f6/azure-cli-storage-2.4.0.tar.gz" } ], "2.4.1": [ { "comment_text": "", "digests": { "md5": "b8d9f20d7a968051bc0063673c07b228", "sha256": "380bb33c2eb05e12adec97e945f62a9a3442479e51f14e26ea74091611491d90" }, "downloads": -1, "filename": "azure_cli_storage-2.4.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b8d9f20d7a968051bc0063673c07b228", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 68193, "upload_time": "2019-04-23T17:01:12", "url": "https://files.pythonhosted.org/packages/69/03/26e2c06d63a8e2e3d8813031040d30ac16e687fb8ea71ede1de81cc0b079/azure_cli_storage-2.4.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e69090680f33df0d4b37f8b5b68f69a9", "sha256": "ccb6f032baac1d53cecb3d685d371003f51c1a846c1f4cf3196a576357df94ca" }, "downloads": -1, "filename": "azure-cli-storage-2.4.1.tar.gz", "has_sig": false, "md5_digest": "e69090680f33df0d4b37f8b5b68f69a9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 59977, "upload_time": "2019-04-23T17:01:46", "url": "https://files.pythonhosted.org/packages/56/1b/7271dd5b1ff470d8470b5512b4fff5bdf30776e0a55ed4c8ef5bae631c5e/azure-cli-storage-2.4.1.tar.gz" } ], "2.4.2": [ { "comment_text": "", "digests": { "md5": "d8fe3a51b416d543784c6392701a9911", "sha256": "ba16169e409d94c1daa7d070f15eba1ef01226305e864b12724686516aaa6b4f" }, "downloads": -1, "filename": "azure_cli_storage-2.4.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d8fe3a51b416d543784c6392701a9911", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 72747, "upload_time": "2019-05-21T18:43:33", "url": "https://files.pythonhosted.org/packages/59/e1/53c37519ea43252043c9b338063d3b2719ca27d84f1ad2f3b12b8dea4144/azure_cli_storage-2.4.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a225be4e66bc031e91f221a5b5ffcb3c", "sha256": "49750de4958d52ad9595aa5dbdcd194c01a7a062a39515299b8acc223ecfab99" }, "downloads": -1, "filename": "azure-cli-storage-2.4.2.tar.gz", "has_sig": false, "md5_digest": "a225be4e66bc031e91f221a5b5ffcb3c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 63373, "upload_time": "2019-05-21T18:44:12", "url": "https://files.pythonhosted.org/packages/60/47/e64ba43f58e01be56f5e565c15db2a4ec0afb5484446631570249eaa27da/azure-cli-storage-2.4.2.tar.gz" } ], "2.4.3": [ { "comment_text": "", "digests": { "md5": "3eb001ec1a73f9fa9e757795824c3378", "sha256": "8feac51e6e0450962ed52681d0fa44246ac2163dd5c90d92c92c09263751fff8" }, "downloads": -1, "filename": "azure_cli_storage-2.4.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3eb001ec1a73f9fa9e757795824c3378", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 72819, "upload_time": "2019-06-18T13:59:20", "url": "https://files.pythonhosted.org/packages/96/aa/35168007525ad718f75f58f370f533d308183fb7f084fbb97876e4e80436/azure_cli_storage-2.4.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f87a898699bb6ce5cd3cfb26c8ce9040", "sha256": "e18ce6134d39c5a7335b60e573534e476d81df2dbae85bd15bf2cf7a7de10ae6" }, "downloads": -1, "filename": "azure-cli-storage-2.4.3.tar.gz", "has_sig": false, "md5_digest": "f87a898699bb6ce5cd3cfb26c8ce9040", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 63484, "upload_time": "2019-06-18T14:00:28", "url": "https://files.pythonhosted.org/packages/7c/d6/bb62828baf88ef0cfe66d23f59d63a171f8b902937557e4e3130cf5e4166/azure-cli-storage-2.4.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3eb001ec1a73f9fa9e757795824c3378", "sha256": "8feac51e6e0450962ed52681d0fa44246ac2163dd5c90d92c92c09263751fff8" }, "downloads": -1, "filename": "azure_cli_storage-2.4.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3eb001ec1a73f9fa9e757795824c3378", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 72819, "upload_time": "2019-06-18T13:59:20", "url": "https://files.pythonhosted.org/packages/96/aa/35168007525ad718f75f58f370f533d308183fb7f084fbb97876e4e80436/azure_cli_storage-2.4.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f87a898699bb6ce5cd3cfb26c8ce9040", "sha256": "e18ce6134d39c5a7335b60e573534e476d81df2dbae85bd15bf2cf7a7de10ae6" }, "downloads": -1, "filename": "azure-cli-storage-2.4.3.tar.gz", "has_sig": false, "md5_digest": "f87a898699bb6ce5cd3cfb26c8ce9040", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 63484, "upload_time": "2019-06-18T14:00:28", "url": "https://files.pythonhosted.org/packages/7c/d6/bb62828baf88ef0cfe66d23f59d63a171f8b902937557e4e3130cf5e4166/azure-cli-storage-2.4.3.tar.gz" } ] }