{ "info": { "author": "Microsoft Corporation", "author_email": "azpysdkhelp@microsoft.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "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", "Programming Language :: Python :: 3.7", "Topic :: Software Development" ], "description": "AutoRest: Python Client Runtime - Azure Module\n===============================================\n\n.. image:: https://travis-ci.org/Azure/msrestazure-for-python.svg?branch=master\n :target: https://travis-ci.org/Azure/msrestazure-for-python\n\n.. image:: https://codecov.io/gh/azure/msrestazure-for-python/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/azure/msrestazure-for-python\n\nInstallation\n------------\n\nTo install:\n\n.. code-block:: bash\n\n $ pip install msrestazure\n\n\nRelease History\n---------------\n\n2019-09-16 Version 0.6.2\n++++++++++++++++++++++++\n\n**Bugfix**\n\n- Fix ARM error parsing if Type info is used #135\n\n2019-06-10 Version 0.6.1\n++++++++++++++++++++++++\n\n**Features**\n\n- Add User Assigned identity support for WebApp/Functions #124\n- Add timeout parameter for MSI token, is used from a VM #131\n\nThanks to @noelbundick for his contribution\n\n2018-12-17 Version 0.6.0\n++++++++++++++++++++++++\n\n**Features**\n\n- Implementation of LRO async, based on msrest 0.6.x series (*experimental*)\n\n**Disclaimer**\n\n- This version contains no direct breaking changes, but is bumped to 0.6.x since it requires a breaking change version of msrest.\n\nThanks to @gison93 for his documentation contribution\n\n2018-11-01 Version 0.5.1\n++++++++++++++++++++++++\n\n**Bugfixes**\n\n- Fix CloudError if response and error message are provided at the same time #114\n- Fix LRO polling if last call is an empty Location (Autorest.Python 3.x only) #120\n\n**Features**\n\n- Altered resource id parsing logic to allow for resource group IDs #117\n\n2018-08-02 Version 0.5.0\n++++++++++++++++++++++++\n\n**Features**\n\n- Implementation is now using ADAL and not request-oauthlib. This allows more AD scenarios (like federated) #94\n- Add additionalInfo parsing for CloudError #102\n\n**Breaking changes**\n\nThese breaking changes applies to ServicePrincipalCredentials, UserPassCredentials, AADTokenCredentials\n\n- Remove \"auth_uri\" attribute and parameter. This was unused.\n- Remove \"state\" attribute. This was unused.\n- Remove \"client\" attribute. This was exposed by mistake and should have been internal. No replacement is possible.\n- Remove \"token_uri\" attribute and parameter. Use \"cloud_environment\" and \"tenant\" to impact the login url now.\n- Remove token caching based on \"keyring\". Token caching should be implemented using ADAL now. This implies:\n\n - Remove the \"keyring\" parameter\n - Remove the \"clear_cached_token\" method\n - Remove the \"retrieve_session\" method\n\n2018-07-03 Version 0.4.35\n+++++++++++++++++++++++++\n\n**Bugfixes**\n\n- MSIAuthentication regression for KeyVault since IMDS support #109\n\n2018-07-02 Version 0.4.34\n+++++++++++++++++++++++++\n\n**Bugfixes**\n\n- MSIAuthentication should initialize the token attribute on creation #106\n\n2018-06-21 Version 0.4.33\n+++++++++++++++++++++++++\n\n**Bugfixes**\n\n- Fixes refreshToken in UserPassCredentials and AADTokenCredentials #103\n- Fix US government cloud definition #104\n\nThanks to mjcaley for his contribution\n\n2018-06-13 Version 0.4.32\n+++++++++++++++++++++++++\n\n**Features**\n\n- Implement new LRO options of Autorest #101\n\n**Bug fixes**\n\n- Reduce max MSI polling time for VM #100\n\n\n2018-05-17 Version 0.4.31\n+++++++++++++++++++++++++\n\n**Features**\n\n- Improve MSI for VM token polling algorithm\n\n2018-05-16 Version 0.4.30\n+++++++++++++++++++++++++\n\n**Features**\n\n- Allow ADAL 0.5.0 to 2.0.0 excluded as valid ADAL dependency\n\n2018-04-30 Version 0.4.29\n+++++++++++++++++++++++++\n\n**Bugfixes**\n\n- Fix refresh Token on `AADTokenCredentials` (was broken in 0.4.27)\n- Now `UserPasswordCredentials` correctly use the refreshToken, and not user/password to refresh the session (was broken in 0.4.27)\n- Bring back `keyring`, with minimal dependency 12.0.2 that fixes the installation problem on old Python\n\n2018-04-23 Version 0.4.28\n+++++++++++++++++++++++++\n\n**Disclaimer**\n\nDo to some stability issues with \"keyring\" dependency that highly change from one system to another,\nthis package is no longer a dependency of \"msrestazure\".\nIf you were using the secured token cache of `ServicePrincipalCredentials` and `UserPassCredentials`,\nthe feature is still available, but you need to install manually \"keyring\". The functionnality will activate automatically.\n\n2018-04-18 Version 0.4.27\n+++++++++++++++++++++++++\n\n**Features**\n\n- Implements new features of msrest 0.4.28 on session improvement. See msrest ChangeLog for details.\n\nUpdate msrest dependency to 0.4.28\n\n2018-04-17 Version 0.4.26\n+++++++++++++++++++++++++\n\n**Bugfixes**\n\n- IMDS/MSI: Retry on more error codes (#87)\n- IMDS/MSI: fix a boundary case on timeout (#86)\n\n2018-03-29 Version 0.4.25\n+++++++++++++++++++++++++\n\n**Features**\n\n- MSIAuthentication now uses IMDS endpoint if available\n- MSIAuthentication can be used in any environment that defines MSI_ENDPOINT env variable\n\n2018-03-26 Version 0.4.24\n+++++++++++++++++++++++++\n\n**Bugfix**\n\n- Fix parse_resource_id() tool to be case-insensitive to keywords when matching #81\n- Add missing baseclass init call for AdalAuthentication #82\n\n2018-03-19 Version 0.4.23\n+++++++++++++++++++++++++\n\n**Bugfix**\n\n- Fix LRO result if POST uses AsyncOperation header (Autorest.Python 3.0 only) #79\n\n2018-02-27 Version 0.4.22\n+++++++++++++++++++++++++\n\n**Bugfix**\n\n- Remove a possible infinite loop with MSIAuthentication #77\n\n**Disclaimer**\n\nFrom this version, MSIAuthentication will fail instantly if you try to get MSI token\nfrom a VM where the extension is not installed, or not yet ready.\nYou need to do your own retry mechanism if you think the extension is provisioning and\nthe call might succeed later.\nThis behavior is consistent with other Azure SDK implementation of MSI scenarios.\n\n2018-01-26 Version 0.4.21\n+++++++++++++++++++++++++\n\n- Update allowed ADAL dependency to 0.5.x\n\n2018-01-08 Version 0.4.20\n+++++++++++++++++++++++++\n\n**Features**\n\n- CloudError now includes the \"innererror\" attribute to match OData v4 #73\n- Introduces ARMPolling implementation of Azure Resource Management LRO. Requires msrest 0.4.25 (new dependency).\n This is used by code generated with Autorest.Python 3.0, and is not used by code generated by previous Autorest version.\n- Change msrest dependency to \">=0.4.25,<2.0.0\" to allow (future) msrest 1.0.0 as compatible dependency.\n\nThank you to demyanenko for his contribution.\n\n2017-12-14 Version 0.4.19\n+++++++++++++++++++++++++\n\n**Feature**\n\n* Improve MSIAuthentication to support User Assigned Identity #70\n\n**Bugfixes**\n\n* Fix session obj for cloudmetadata endpoint #67\n* Fix authentication resource node for AzureSatck #65\n* Better detection of AppService with MSIAuthentication #70\n\n2017-12-01 Version 0.4.18\n+++++++++++++++++++++++++\n\n**Bugfixes**\n\n- get_cloud_from_metadata_endpoint incorrect on AzureStack #62\n- get_cloud_from_metadata_endpoint certificate issue #61\n\n2017-11-22 Version 0.4.17\n+++++++++++++++++++++++++\n\n**Bugfixes**\n\n- Fix AttributeError if error JSON from ARM does not follow ODatav4 (as it should)\n\n2017-10-31 Version 0.4.16\n+++++++++++++++++++++++++\n\n**Bugfixes**\n\n- Fix AttributeError if input JSON is not a dict (#54)\n\n2017-10-13 Version 0.4.15\n+++++++++++++++++++++++++\n\n**Features**\n\n- Add support for WebApp/Functions in MSIAuthentication classes\n- Add parse_resource_id(), resource_id(), validate_resource_id() to parse ARM ids\n- Retry strategy now n reach 24 seconds (instead of 12 seconds)\n\n2017-09-11 Version 0.4.14\n+++++++++++++++++++++++++\n\n**Features**\n\n- Add Managed Service Integrated (MSI) authentication\n\n**Bug fix**\n\n- Fix AdalError handling in some scenarios (#44)\n\nThank you to Hexadite-Omer for his contribution\n\n2017-08-24 Version 0.4.13\n+++++++++++++++++++++++++\n\n**Features**\n\n- \"keyring\" is now completely optional\n\n2017-08-23 Version 0.4.12\n+++++++++++++++++++++++++\n\n**Features**\n\n- add \"timeout\" to ServicePrincipalCredentials and UserPasswordCredentials\n- Threads created by AzureOperationPoller have now a name prefixed by \"AzureOperationPoller\" to help identify them\n\n**Bugfixes**\n\n- Do not fail if keyring is badly installed\n- Update Azure Gov login endpoint\n- Update metadata ARM endpoint parser\n\n**Breaking changes**\n\n- Remove InteractiveCredentials. This class was deprecated and unusable. Use ADAL device code instead.\n\n2017-06-29 Version 0.4.11\n+++++++++++++++++++++++++\n\n**Features**\n\n- Add cloud definitions for public Azure, German Azure, China Azure and Azure Gov\n- Add get_cloud_from_metadata_endpoint to automatically create a Cloud object from an ARM endpoint\n- Add `cloud_environment` to all Credentials objects (except AdalAuthentication)\n\n**Note**\n\n- This deprecates \"china=True\", to be replaced by \"cloud_environment=AZURE_CHINA_CLOUD\"\n\nExample:\n\n.. code:: python\n\n from msrestazure.azure_cloud import AZURE_CHINA_CLOUD\n from msrestazure.azure_active_directory import UserPassCredentials\n\n credentials = UserPassCredentials(\n login,\n password,\n cloud_environment=AZURE_CHINA_CLOUD\n )\n\n`base_url` of SDK client can be pointed to \"cloud_environment.endpoints.resource_manager\" for basic scenario:\n\nExample:\n\n.. code:: python\n\n from msrestazure.azure_cloud import AZURE_CHINA_CLOUD\n from msrestazure.azure_active_directory import UserPassCredentials\n from azure.mgmt.resource import ResourceManagementClient\n\n credentials = UserPassCredentials(\n login,\n password,\n cloud_environment=AZURE_CHINA_CLOUD\n )\n client = ResourceManagementClient(\n credentials,\n subscription_id,\n base_url=AZURE_CHINA_CLOUD.endpoints.resource_manager\n )\n\nAzure Stack connection can be done:\n\n.. code:: python\n\n from msrestazure.azure_cloud import get_cloud_from_metadata_endpoint\n from msrestazure.azure_active_directory import UserPassCredentials\n from azure.mgmt.resource import ResourceManagementClient\n\n mystack_cloud = get_cloud_from_metadata_endpoint(\"https://myazurestack-arm-endpoint.com\")\n credentials = UserPassCredentials(\n login,\n password,\n cloud_environment=mystack_cloud\n )\n client = ResourceManagementClient(\n credentials,\n subscription_id,\n base_url=mystack_cloud.endpoints.resource_manager\n )\n\n\n2017-06-27 Version 0.4.10\n+++++++++++++++++++++++++\n\n**Bugfixes**\n\n- Accept PATCH/201 as LRO valid state\n- Close token session on exit (ServicePrincipal and UserPassword credentials)\n\n2017-06-19 Version 0.4.9\n++++++++++++++++++++++++\n\n**Features**\n\n- Add proxies parameters to ServicePrincipal and UserPassword credentials class #29\n- Add automatic Azure provider registration if needed (requires msrest 0.4.10) #28\n\nThank you to likel for his contribution\n\n2017-05-31 Version 0.4.8\n++++++++++++++++++++++++\n\n**Bugfixes**\n\n- Fix LRO if first call never returns 200, but ends on 201 (#26)\n- FiX LRO AttributeError if timeout is short (#21)\n\n**Features**\n\n- Expose a \"status()\" method in AzureOperationPoller (#18)\n\n2017-01-23 Version 0.4.7\n++++++++++++++++++++++++\n\n**Bugfixes**\n\n- Adding `accept_language` and `generate_client_request_id` default values\n\n2016-12-12 Version 0.4.6\n++++++++++++++++++++++++\n\n**Bugfixes**\n\nRefactor Long Running Operation algorithm.\n\n- There is no breaking changes, however you might need to record again your offline HTTP records\n if you use unittests with VCRpy.\n- Fix a couple of latent bugs\n\n2016-11-30 Version 0.4.5\n++++++++++++++++++++++++\n\n**New features**\n\n- Add AdalAuthentification class to wrap ADAL library (https://github.com/Azure/msrestazure-for-python/pull/8)\n\n2016-10-17 Version 0.4.4\n++++++++++++++++++++++++\n\n**Bugfixes**\n\n- More informative and well-formed CloudError exceptions (https://github.com/Azure/autorest/issues/1460)\n- Raise CustomException is defined in Swagger (https://github.com/Azure/autorest/issues/1404)\n\n2016-09-14 Version 0.4.3\n++++++++++++++++++++++++\n\n**Bugfixes**\n\n- Make AzureOperationPoller thread as daemon (do not block anymore a Ctrl+C) (https://github.com/Azure/autorest/pull/1379)\n\n2016-09-01 Version 0.4.2\n++++++++++++++++++++++++\n\n**Bugfixes**\n\n- Better exception message (https://github.com/Azure/autorest/pull/1300)\n\nThis version needs msrest >= 0.4.3\n\n2016-06-08 Version 0.4.1\n++++++++++++++++++++++++\n\n**Bugfixes**\n\n- Fix for LRO PUT operation https://github.com/Azure/autorest/issues/1133\n\n2016-05-25 Version 0.4.0\n++++++++++++++++++++++++\n\nUpdate msrest dependency to 0.4.0\n\n**Bugfixes**\n\n- Fix for several AAD issues https://github.com/Azure/autorest/issues/1055\n- Fix for LRO PATCH bug and refactor https://github.com/Azure/autorest/issues/993\n\n**Behaviour changes**\n\n- Needs Autorest > 0.17.0 Nightly 20160525\n\n\n2016-04-26 Version 0.3.0\n++++++++++++++++++++++++\n\nUpdate msrest dependency to 0.3.0\n\n**Bugfixes**\n\n- Read only values are no longer in __init__ or sent to the server (https://github.com/Azure/autorest/pull/959)\n- Useless kwarg removed\n\n**Behaviour changes**\n\n- Needs Autorest > 0.16.0 Nightly 20160426\n\n\n2016-03-31 Version 0.2.1\n++++++++++++++++++++++++\n\n**Bugfixes**\n\n- Fix AzurePollerOperation if Swagger defines provisioning status as enum type (https://github.com/Azure/autorest/pull/892)\n\n\n2016-03-25 Version 0.2.0\n++++++++++++++++++++++++\n\nUpdate msrest dependency to 0.2.0\n\n**Behaviour change**\n\n- async methods called with raw=True don't return anymore AzureOperationPoller but ClientRawResponse\n- Needs Autorest > 0.16.0 Nightly 20160324\n\n\n2016-03-21 Version 0.1.2\n++++++++++++++++++++++++\n\nUpdate msrest dependency to 0.1.3\n\n**Bugfixes**\n\n- AzureOperationPoller.wait() failed to raise exception if query error (https://github.com/Azure/autorest/pull/856)\n\n\n2016-03-04 Version 0.1.1\n++++++++++++++++++++++++\n\n**Bugfixes**\n\n- Source package corrupted in Pypi (https://github.com/Azure/autorest/issues/799)\n\n2016-03-04 Version 0.1.0\n++++++++++++++++++++++++\n\n**Behaviour change**\n\n- Replaced _required attribute in CloudErrorData class with _validation dict.\n\n2016-02-29 Version 0.0.2\n++++++++++++++++++++++++\n\n**Bugfixes**\n\n- Fixed AAD bug to include connection verification in UserPassCredentials. (https://github.com/Azure/autorest/pull/725)\n- Source package corrupted in Pypi (https://github.com/Azure/autorest/issues/718)\n\n2016-02-19 Version 0.0.1\n++++++++++++++++++++++++\n\n- Initial 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/msrestazure-for-python", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "msrestazure", "package_url": "https://pypi.org/project/msrestazure/", "platform": "", "project_url": "https://pypi.org/project/msrestazure/", "project_urls": { "Homepage": "https://github.com/Azure/msrestazure-for-python" }, "release_url": "https://pypi.org/project/msrestazure/0.6.2/", "requires_dist": [ "msrest (<2.0.0,>=0.6.0)", "adal (<2.0.0,>=0.6.0)" ], "requires_python": "", "summary": "AutoRest swagger generator Python client runtime. Azure-specific module.", "version": "0.6.2" }, "last_serial": 5837898, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "046994cc4f9fd4f71b7abf80e435a366", "sha256": "44b64087269d8e6cdeb4a8214692daa63e23b535d01196b26b5907f59710eed5" }, "downloads": -1, "filename": "msrestazure-0.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "046994cc4f9fd4f71b7abf80e435a366", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 17323, "upload_time": "2016-02-19T00:22:21", "url": "https://files.pythonhosted.org/packages/44/49/b28ffffaf3e2bebefcdd795cfc54eaffd0edc4fd5a46a1c145fe31d3eacc/msrestazure-0.0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "abba047aab68ecc0389497515830ebb9", "sha256": "adec25c407c25c854e6920a324468619886c4b528b715f06630f0a9ffe6f3f75" }, "downloads": -1, "filename": "msrestazure-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "abba047aab68ecc0389497515830ebb9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 17322, "upload_time": "2016-02-19T00:22:31", "url": "https://files.pythonhosted.org/packages/85/a0/bceeb8ebdb34dba4b566bcc4e9adb2ef325b6bdfc15b72ed76a8cbc6d077/msrestazure-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4cdbb7d42c4814fd87c75eb9bfafe9ed", "sha256": "37ff44f7b2eb35d83eec5b77dd6818eb645adc9e8dea92278fb4956ed7a65f2e" }, "downloads": -1, "filename": "msrestazure-0.0.1.tar.gz", "has_sig": false, "md5_digest": "4cdbb7d42c4814fd87c75eb9bfafe9ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11126, "upload_time": "2016-02-19T00:22:39", "url": "https://files.pythonhosted.org/packages/e4/ac/6e0dff597bcd87895346143d74785e51321b34aa52455ba3133aaf170aea/msrestazure-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "c10c2a8f6224fb9859a34eee5c99c457", "sha256": "74663d9596b70f0c37616b2884c3a670b06a48c3744dfaf56f4b8f72f4dc69b5" }, "downloads": -1, "filename": "msrestazure-0.0.2-py2-none-any.whl", "has_sig": false, "md5_digest": "c10c2a8f6224fb9859a34eee5c99c457", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 17330, "upload_time": "2016-02-29T21:14:19", "url": "https://files.pythonhosted.org/packages/80/f8/a25b1c3c19b8e1079840cc80d97b8616052f0342480524b644fea2367b8c/msrestazure-0.0.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fcec710bcf27bec56d1d9e0135c2b228", "sha256": "9255adce8e05e3c002c45d68bb5d9b6ff524bb92f208d069c9c64092724f1739" }, "downloads": -1, "filename": "msrestazure-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "fcec710bcf27bec56d1d9e0135c2b228", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 17330, "upload_time": "2016-02-29T21:14:29", "url": "https://files.pythonhosted.org/packages/3f/59/6acaa3ca77f3a9fd35faef49c3eb96ae5a0f2080b123b60611fc3324071b/msrestazure-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "587f84609f49085ec201bc24d8c7e6c0", "sha256": "cd4c8b41f8f788c9971695340e387f426f4ff21cce98001ea95548a7ca223274" }, "downloads": -1, "filename": "msrestazure-0.0.2.zip", "has_sig": false, "md5_digest": "587f84609f49085ec201bc24d8c7e6c0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18694, "upload_time": "2016-02-29T21:14:35", "url": "https://files.pythonhosted.org/packages/b5/9b/706d60f17519b4aa8e1720ae1acdc474c88436cb9cbae5f7914c21b34d67/msrestazure-0.0.2.zip" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "40658b00034c6684b7f4925d289a2b38", "sha256": "bbeff121e374e0768eaef1705d8b1fed6b72a04550155061355c20a623ca3549" }, "downloads": -1, "filename": "msrestazure-0.1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "40658b00034c6684b7f4925d289a2b38", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 58779, "upload_time": "2016-03-04T19:15:54", "url": "https://files.pythonhosted.org/packages/b9/d9/cf6e6620bf3416896dcd5bdef5312e1836a4a2eed589ee580a2190d7f569/msrestazure-0.1.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6b3e1f19a71306bb8f5c697e5d9f518d", "sha256": "b97ca73ad65adf9f36b49a8396e4fc7adc6a8e49994f852e0950133422083d06" }, "downloads": -1, "filename": "msrestazure-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "6b3e1f19a71306bb8f5c697e5d9f518d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 58779, "upload_time": "2016-03-04T19:16:00", "url": "https://files.pythonhosted.org/packages/0e/28/a81bc8e4f2e936297175be8cf2a183e2c458b689a1c969f007a56c0996c0/msrestazure-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fbc9148fb90a4f5b06fe4db5cb809390", "sha256": "c33904f2f2b565c825601450d42b9d6e80f88815ba0ed57fe77f807e2827172d" }, "downloads": -1, "filename": "msrestazure-0.1.0.zip", "has_sig": false, "md5_digest": "fbc9148fb90a4f5b06fe4db5cb809390", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18919, "upload_time": "2016-03-04T19:16:16", "url": "https://files.pythonhosted.org/packages/64/18/8b22a1a29bb14007975a8076d1bc5090d359552b056fd0a808ac6f32fdc6/msrestazure-0.1.0.zip" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "72c1680a972d36af2dec1c880d60a34c", "sha256": "caf0de2622104029ce271339f8cffd638d5efa423030db6f2963671c7691c2df" }, "downloads": -1, "filename": "msrestazure-0.1.1-py2-none-any.whl", "has_sig": false, "md5_digest": "72c1680a972d36af2dec1c880d60a34c", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 58779, "upload_time": "2016-03-04T22:36:53", "url": "https://files.pythonhosted.org/packages/99/19/a66c7fbe7140d97e85122fa4f64e94542981c83de44f7671d695ff4caead/msrestazure-0.1.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fdef9dc3ba477bf4c39add8dc527d4f8", "sha256": "c68d84baff740b59b1b72db7589e3d5f85e6f23ca35ee06b35e41e2d03d791b1" }, "downloads": -1, "filename": "msrestazure-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "fdef9dc3ba477bf4c39add8dc527d4f8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 58779, "upload_time": "2016-03-04T22:36:58", "url": "https://files.pythonhosted.org/packages/1d/16/9d677fe7114ed4469d24042b9e13520433a310798cbe985e89d0a68a1b21/msrestazure-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "435abb768b170f764f8e65e8f1fa3500", "sha256": "3c0d5b2756215fff4e2d52177c0b4e3fb560019ea157865ff53ddc6a7aef36ad" }, "downloads": -1, "filename": "msrestazure-0.1.1.zip", "has_sig": false, "md5_digest": "435abb768b170f764f8e65e8f1fa3500", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19596, "upload_time": "2016-03-04T22:37:10", "url": "https://files.pythonhosted.org/packages/04/66/4eb7d85850bf0177a01a722b0ab16214af5922c396666d8fc264bfd59902/msrestazure-0.1.1.zip" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "2c3c03df22c43a784336ef987db9acb4", "sha256": "497efdb0e5ee32df5469be22041202d81c9cdbf2a84ffa535c818f4d374ea04f" }, "downloads": -1, "filename": "msrestazure-0.1.2-py2-none-any.whl", "has_sig": false, "md5_digest": "2c3c03df22c43a784336ef987db9acb4", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 59630, "upload_time": "2016-03-21T16:55:08", "url": "https://files.pythonhosted.org/packages/a5/57/4a5a016fb9a4f9c834247c48db20c1d5d89d2e1c4fc20eaccbc9a1a99619/msrestazure-0.1.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "18b5cf1b6d47f9cde919256d501b3547", "sha256": "5637ac5ed1dbc8b8ea196e912ae9753288b271a1081394669692967b5cd7af49" }, "downloads": -1, "filename": "msrestazure-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "18b5cf1b6d47f9cde919256d501b3547", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 59630, "upload_time": "2016-03-21T16:55:16", "url": "https://files.pythonhosted.org/packages/6f/aa/6bfb32133ac07ede25cc86c11ccb43a4627734bf87fad41f2f585ce00b5e/msrestazure-0.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5268bf0b1f6c896928c719e59286e80d", "sha256": "b8c494cf5526b9076b62adfa8505779b82ceae113920e08df38783a1bb3c03c2" }, "downloads": -1, "filename": "msrestazure-0.1.2.zip", "has_sig": false, "md5_digest": "5268bf0b1f6c896928c719e59286e80d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19905, "upload_time": "2016-03-21T16:55:27", "url": "https://files.pythonhosted.org/packages/4b/ab/80b82f94f040615721aad663ff98082fe8bb6ed4af71d68d30d5a11904a0/msrestazure-0.1.2.zip" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "99c7384deaf255e51676b619ce074812", "sha256": "ab797c2bd88ae77c097c3108720f7e7a613908d69382d9f4cd1974e4157f843a" }, "downloads": -1, "filename": "msrestazure-0.2.0-py2-none-any.whl", "has_sig": false, "md5_digest": "99c7384deaf255e51676b619ce074812", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 59780, "upload_time": "2016-03-28T18:27:16", "url": "https://files.pythonhosted.org/packages/8b/44/01c7c2903010243222d3bee3d06069408955bed0042c005959e1c5280581/msrestazure-0.2.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "26b933a486eb332b2b90928ae84f92f7", "sha256": "acee167e0015dccc12a9bf6fc673b227aa5497aef9463ffb54df994648741f31" }, "downloads": -1, "filename": "msrestazure-0.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "26b933a486eb332b2b90928ae84f92f7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 59780, "upload_time": "2016-03-28T18:27:24", "url": "https://files.pythonhosted.org/packages/c5/ac/5453785f8429002c0354fac5259e97142cd74962ef60065b0a4f5628aa99/msrestazure-0.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "806866e872b2db5bdab4e5c1575f17bd", "sha256": "c29b8f0431f6a70e3b36ae5402c411d32e714fc9da2302c03af884adaad6c060" }, "downloads": -1, "filename": "msrestazure-0.2.0.zip", "has_sig": false, "md5_digest": "806866e872b2db5bdab4e5c1575f17bd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20138, "upload_time": "2016-03-28T18:27:53", "url": "https://files.pythonhosted.org/packages/0b/0e/4c59c6194cd498596faecaf948383d9d6fb06c4ff8317949dc60766f72cf/msrestazure-0.2.0.zip" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "2bf6d23adf4478ffde6228359660601c", "sha256": "6d43ac923e5a506a3c0b868f09505fc39fc984fed66806734472ca27bb6b74b5" }, "downloads": -1, "filename": "msrestazure-0.2.1-py2-none-any.whl", "has_sig": false, "md5_digest": "2bf6d23adf4478ffde6228359660601c", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 60351, "upload_time": "2016-03-31T16:41:53", "url": "https://files.pythonhosted.org/packages/9b/fb/452ec3ec09bd35a3eb15e949700572153654a59adcd63672a8aba4d9416b/msrestazure-0.2.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8bc7c495e51f000aa8d248399181e4b4", "sha256": "83d032244a1a9e8a0fb7cd548bc8d263a3fbea2ab5c103fa4e307f0463fd4a08" }, "downloads": -1, "filename": "msrestazure-0.2.1-py3-none-any.whl", "has_sig": false, "md5_digest": "8bc7c495e51f000aa8d248399181e4b4", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 60351, "upload_time": "2016-03-31T16:42:00", "url": "https://files.pythonhosted.org/packages/00/7f/46a801f0322f49915202e99360872f61c41bb4fe817fdc1b5478c2e33657/msrestazure-0.2.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "160f96c4b09150ad53120ebca9cbd421", "sha256": "16a58bc2ddefd52fcd80763dc074365ae4268986c771e224daeb8f3a96a82dd3" }, "downloads": -1, "filename": "msrestazure-0.2.1.zip", "has_sig": false, "md5_digest": "160f96c4b09150ad53120ebca9cbd421", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20302, "upload_time": "2016-03-31T16:42:18", "url": "https://files.pythonhosted.org/packages/0f/52/bfac1fca0e86d334a28424d43c2db08f9f658572699a7021b4233a2a1e7e/msrestazure-0.2.1.zip" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "629255611eef41feee2016061cc5a02e", "sha256": "80ef8d6429c7da5bb6cbb3b3d4ffea94df76b0c59e46af3000599372e5a7f4c5" }, "downloads": -1, "filename": "msrestazure-0.3.0-py2-none-any.whl", "has_sig": false, "md5_digest": "629255611eef41feee2016061cc5a02e", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 60961, "upload_time": "2016-04-26T21:53:00", "url": "https://files.pythonhosted.org/packages/75/a6/189eb7b315f33c9ece79d47b460bbd07a0a38e20c2d120f095d4a9322e78/msrestazure-0.3.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "667a7331cbe12d969e2bf9dabb9e484e", "sha256": "c70a407f01b45350f1bd77d815144bea3c1144582d43ce1813bf60224dde5c90" }, "downloads": -1, "filename": "msrestazure-0.3.0-py3-none-any.whl", "has_sig": false, "md5_digest": "667a7331cbe12d969e2bf9dabb9e484e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 60961, "upload_time": "2016-04-26T21:53:10", "url": "https://files.pythonhosted.org/packages/d6/0e/bc8ccfd6d04fcf18a49b093d534520f5533a0a71d66b3cb9845ecba1acb6/msrestazure-0.3.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fc62b958627b79b5898f691fdcb3e8be", "sha256": "b6dd840485d4a54078ba5ce0e36c54e4edc0fa85dabbebd8cf9b3568c18b82ae" }, "downloads": -1, "filename": "msrestazure-0.3.0.zip", "has_sig": false, "md5_digest": "fc62b958627b79b5898f691fdcb3e8be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20594, "upload_time": "2016-04-26T21:53:24", "url": "https://files.pythonhosted.org/packages/c2/d3/2270df7b3fb408ac4e208cb659978a07633e0d5c415ffd4d201885004db8/msrestazure-0.3.0.zip" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "e6bc1ea2714fed8262d9e2ac66f536b4", "sha256": "fdb16bc329cf6b30b799cc8fda5655dd5a75be8b663376f18af0d4a30108c2ba" }, "downloads": -1, "filename": "msrestazure-0.4.0-py2-none-any.whl", "has_sig": false, "md5_digest": "e6bc1ea2714fed8262d9e2ac66f536b4", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 60370, "upload_time": "2016-05-25T21:07:26", "url": "https://files.pythonhosted.org/packages/04/d2/ba1a6b03fce53af172b61b91c7fd8dd324ba36aba3841cf43aad731649f3/msrestazure-0.4.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4468f0bb92ad2ca680e9cb2f22dace4e", "sha256": "a29d1951001421a2979ebe89e3b69dee186771c937d53d0c659e99463483dee2" }, "downloads": -1, "filename": "msrestazure-0.4.0-py3-none-any.whl", "has_sig": false, "md5_digest": "4468f0bb92ad2ca680e9cb2f22dace4e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 60370, "upload_time": "2016-05-25T21:07:41", "url": "https://files.pythonhosted.org/packages/ea/c3/06fb015f30b86c0316cefd14836a33221467771a68ed5c3a6fe9b3e79c7a/msrestazure-0.4.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bb8f2e95b6fd277d2156688dedbf586e", "sha256": "d76f8f5bad97ca9957ded0fb6e554fea70faf0df3ebe2dfb9559d359580a352c" }, "downloads": -1, "filename": "msrestazure-0.4.0.zip", "has_sig": false, "md5_digest": "bb8f2e95b6fd277d2156688dedbf586e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20868, "upload_time": "2016-05-25T21:08:33", "url": "https://files.pythonhosted.org/packages/b6/c0/c83add10219b367a8a539b0b42051415fa5f85456c9a5424a72b47d934c8/msrestazure-0.4.0.zip" } ], "0.4.0rc1": [ { "comment_text": "", "digests": { "md5": "1d38ae842bf7233f5cdfee200c65d10c", "sha256": "6be546c4a943db6a34c009c4e7bb0c953d6afb7187ad45de9adc005c846c83fd" }, "downloads": -1, "filename": "msrestazure-0.4.0rc1-py2-none-any.whl", "has_sig": false, "md5_digest": "1d38ae842bf7233f5cdfee200c65d10c", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 61029, "upload_time": "2016-05-23T21:41:53", "url": "https://files.pythonhosted.org/packages/ba/ae/5784c408ac093d4d8fc81315d77d666096f7da0120e41b9274005bb04ebb/msrestazure-0.4.0rc1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "db278006012e29a990d6202a2e7b2664", "sha256": "dba866f40175e5b210efcd9d6fff11c5f7d899320db67c2ef79b4a6dfc786afe" }, "downloads": -1, "filename": "msrestazure-0.4.0rc1-py3-none-any.whl", "has_sig": false, "md5_digest": "db278006012e29a990d6202a2e7b2664", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 61029, "upload_time": "2016-05-23T21:42:25", "url": "https://files.pythonhosted.org/packages/83/b2/02376ebdd7074d041ab662560832e9f43b3ec67b435b8bde10a8cd9d922a/msrestazure-0.4.0rc1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e06c79a451fd5dbe6cf7b29831b0f011", "sha256": "ce9af20ec3bb8c2ce63d2800ff7ab429a207021d7394d87abccaea7790e9882f" }, "downloads": -1, "filename": "msrestazure-0.4.0rc1.zip", "has_sig": false, "md5_digest": "e06c79a451fd5dbe6cf7b29831b0f011", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20705, "upload_time": "2016-05-23T21:43:24", "url": "https://files.pythonhosted.org/packages/88/4e/133596577a891b7ba6128dbbb77404d42c6796d06315ec771bd3c003503d/msrestazure-0.4.0rc1.zip" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "961058bb1e8128f67d1bae186af8388f", "sha256": "33e6eadd25b00548caa469f3dd82ed9c42d8c30c030dea6f2552f76ff7f9c6a3" }, "downloads": -1, "filename": "msrestazure-0.4.1-py2-none-any.whl", "has_sig": false, "md5_digest": "961058bb1e8128f67d1bae186af8388f", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 60746, "upload_time": "2016-06-08T22:39:03", "url": "https://files.pythonhosted.org/packages/71/7e/b28a42938246e704bc63607f6898f3723c7c36fa5e5f12b68e4600440d4e/msrestazure-0.4.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "dfcb31ef2126de4db8bc38f91b447dc6", "sha256": "34cebeaddee03af5aeaaec76af1495980d702adb9a8a27f53f076808b4047e40" }, "downloads": -1, "filename": "msrestazure-0.4.1-py3-none-any.whl", "has_sig": false, "md5_digest": "dfcb31ef2126de4db8bc38f91b447dc6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 60746, "upload_time": "2016-06-08T22:39:08", "url": "https://files.pythonhosted.org/packages/d3/37/6bf15f4e322bd2aa84ed98630a6e265f04784e40124aac5dae2e000553b0/msrestazure-0.4.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3523a4a87e02a950b08d460a0aa70d25", "sha256": "c6f6fd3b4cd62ee9abd28abe761dbfe11529311c985ecfaca59de037206e24af" }, "downloads": -1, "filename": "msrestazure-0.4.1.zip", "has_sig": false, "md5_digest": "3523a4a87e02a950b08d460a0aa70d25", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20950, "upload_time": "2016-06-08T22:39:11", "url": "https://files.pythonhosted.org/packages/5a/32/2a4956b4893b44b3d9c0ed6ba59468b0b1cc9444e6c8f46433005d9e8b4c/msrestazure-0.4.1.zip" } ], "0.4.10": [ { "comment_text": "", "digests": { "md5": "8150555208fe909f803233f1f9e3d46b", "sha256": "f81085af005ea8c801ac9b7b8a0284aaf7baef70b79ebd45f389bbb5d28024af" }, "downloads": -1, "filename": "msrestazure-0.4.10-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8150555208fe909f803233f1f9e3d46b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 23534, "upload_time": "2017-06-27T19:00:04", "url": "https://files.pythonhosted.org/packages/46/3c/bb61d1fece32b82f6750adee05f3b2e1e227bd84e2898742714886b8bb38/msrestazure-0.4.10-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6271d1f092f40a5a53db0b9a8aa16f24", "sha256": "eb1bbd5a3ce54cc54fc4ba8baca7693f2882d0e9c13cfef13af098a61b7db75d" }, "downloads": -1, "filename": "msrestazure-0.4.10.tar.gz", "has_sig": false, "md5_digest": "6271d1f092f40a5a53db0b9a8aa16f24", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15297, "upload_time": "2017-06-27T19:00:06", "url": "https://files.pythonhosted.org/packages/d4/b9/477dd426ca3c938f913ed9756149d475e4bf336bfce13f9cc7ee1b064add/msrestazure-0.4.10.tar.gz" } ], "0.4.11": [ { "comment_text": "", "digests": { "md5": "b3febef6cb40ac80e358e10dafa9a745", "sha256": "1cc840c97eb6b5af3c30ad5bfd3aed26b604f0d5152c673354ef9c63d8c3c0b0" }, "downloads": -1, "filename": "msrestazure-0.4.11-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b3febef6cb40ac80e358e10dafa9a745", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 27500, "upload_time": "2017-06-29T23:18:53", "url": "https://files.pythonhosted.org/packages/a5/bc/e424041f05e738ba307c9807e95cbde05434838703f3620522ac6bc28e0c/msrestazure-0.4.11-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d3570eb49f7a027ea35e65b2895a9b46", "sha256": "4fc7fc8257fdfee1aa758b70d049c6213ad875ec0f7465ced1729483cdaf168c" }, "downloads": -1, "filename": "msrestazure-0.4.11.tar.gz", "has_sig": false, "md5_digest": "d3570eb49f7a027ea35e65b2895a9b46", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17721, "upload_time": "2017-06-29T23:18:55", "url": "https://files.pythonhosted.org/packages/61/95/7a72b25a440e3fd6d41f7e08f711c5cd432e589762720b0b7780eaab2196/msrestazure-0.4.11.tar.gz" } ], "0.4.12": [ { "comment_text": "", "digests": { "md5": "4fb64a73f4aa8e8d8b80555b90cbf633", "sha256": "c03e5d342ec40c8e85a1e4f81af3162aef94fae4f0951c240a4c639e97e486e0" }, "downloads": -1, "filename": "msrestazure-0.4.12-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4fb64a73f4aa8e8d8b80555b90cbf633", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 27673, "upload_time": "2017-08-23T22:54:41", "url": "https://files.pythonhosted.org/packages/2b/44/1a902f460683f899401d0b7ce6c844640e4e3146ab36414b817325eb77e2/msrestazure-0.4.12-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c5aafe0ecb8c250b78dad551a72ec34a", "sha256": "5ba3fafa52b62e4891b0d5a0b7de3ff5cd0fbf2efe92498788407c1fa19bac23" }, "downloads": -1, "filename": "msrestazure-0.4.12.tar.gz", "has_sig": false, "md5_digest": "c5aafe0ecb8c250b78dad551a72ec34a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17683, "upload_time": "2017-08-23T22:54:42", "url": "https://files.pythonhosted.org/packages/16/cd/cf4e3da70a46388777405694134c22c950843ed0665aa4218d7d6744addb/msrestazure-0.4.12.tar.gz" } ], "0.4.13": [ { "comment_text": "", "digests": { "md5": "49a653fe0c335d0dcb7bb0849edccc48", "sha256": "3dc8c342c509a1618d9906ad17cc5e79bbec40d2a08cdd92571556ca9ee7e5d4" }, "downloads": -1, "filename": "msrestazure-0.4.13-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "49a653fe0c335d0dcb7bb0849edccc48", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 27802, "upload_time": "2017-08-24T18:36:10", "url": "https://files.pythonhosted.org/packages/6a/d7/0b2bbc263de2d3cb1e6f59ff988308193ee845ddc57815e5cc02a50add49/msrestazure-0.4.13-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c5e4e426dfcc27629aaebfdf703bfa06", "sha256": "0dbfd1962993423a27c738b679e7468a56613203ad730b92558a90b5f912411d" }, "downloads": -1, "filename": "msrestazure-0.4.13.tar.gz", "has_sig": false, "md5_digest": "c5e4e426dfcc27629aaebfdf703bfa06", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17795, "upload_time": "2017-08-24T18:36:11", "url": "https://files.pythonhosted.org/packages/e5/24/ee0fb3d464354b3a2c68f150c3a789bd2bbabe7b8213d16d75b457c3a92c/msrestazure-0.4.13.tar.gz" } ], "0.4.14": [ { "comment_text": "", "digests": { "md5": "f9a347f1854b1f9fa94c6540c7883203", "sha256": "dd2d37b8a4c3aaa7658394ea17ebc450ef36f05084ea9ce0ee55caba17408c42" }, "downloads": -1, "filename": "msrestazure-0.4.14-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f9a347f1854b1f9fa94c6540c7883203", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 28634, "upload_time": "2017-09-11T23:46:36", "url": "https://files.pythonhosted.org/packages/35/4c/45bf572924579e51347c5bf4498ac68531dd2d9447f6119dfbc84f495a8a/msrestazure-0.4.14-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "001024069e4dc5e56230861a413176d6", "sha256": "084e2f23fb8ee77900790103b8554106fe16a60a2f69a20514b365c3579c97b5" }, "downloads": -1, "filename": "msrestazure-0.4.14.tar.gz", "has_sig": false, "md5_digest": "001024069e4dc5e56230861a413176d6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18518, "upload_time": "2017-09-11T23:46:38", "url": "https://files.pythonhosted.org/packages/6b/1e/c5c33bb07de13ab4cbe0949b3490f22a1614f47c11c3513d034b8d14941a/msrestazure-0.4.14.tar.gz" } ], "0.4.15": [ { "comment_text": "", "digests": { "md5": "173e028d73ef34cec65a73a8355c585b", "sha256": "605f73bab61a7f6e051ce1514f03117f179515d8b0c4d539d1981c8477beb1e6" }, "downloads": -1, "filename": "msrestazure-0.4.15-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "173e028d73ef34cec65a73a8355c585b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 31226, "upload_time": "2017-10-13T22:46:48", "url": "https://files.pythonhosted.org/packages/34/3d/4ed39efc7e833a84fa07561903750e64dcbd0cbea59b5be19ebd608f15fe/msrestazure-0.4.15-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9fd93bd654c2c1a84184f44c01e78778", "sha256": "f084f01b2f21b2e9dcc5845f2083509475aa3af332632c3413fdfd18f92000a9" }, "downloads": -1, "filename": "msrestazure-0.4.15.tar.gz", "has_sig": false, "md5_digest": "9fd93bd654c2c1a84184f44c01e78778", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21619, "upload_time": "2017-10-13T22:46:49", "url": "https://files.pythonhosted.org/packages/97/bd/4c494dcfd67c06c9028daec65e61e1ceb2238ba49091fb888be3b10e2ecc/msrestazure-0.4.15.tar.gz" } ], "0.4.16": [ { "comment_text": "", "digests": { "md5": "2d3edcfa1bcde30067e8482dd024bb03", "sha256": "73a5808afb4960f80ccf1b13cb7ecd199a59b8c116d897f4b0bf2714e4bde1b3" }, "downloads": -1, "filename": "msrestazure-0.4.16-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2d3edcfa1bcde30067e8482dd024bb03", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 31399, "upload_time": "2017-10-31T22:53:58", "url": "https://files.pythonhosted.org/packages/05/93/313f8f8f941e705c85155fd9d02c2e9533844cabeb803add40649c7c6351/msrestazure-0.4.16-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "12d192fc3d2a59dbcd0d060a35bd1c23", "sha256": "55f4acbca29f337710eaaa416c7b0c30473e1101db06ab5041870727e6f4128a" }, "downloads": -1, "filename": "msrestazure-0.4.16.tar.gz", "has_sig": false, "md5_digest": "12d192fc3d2a59dbcd0d060a35bd1c23", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21888, "upload_time": "2017-10-31T22:53:58", "url": "https://files.pythonhosted.org/packages/5e/92/334e80e044875017e1b7687520524232489f86ef2a5dee10e6cfea803cf1/msrestazure-0.4.16.tar.gz" } ], "0.4.17": [ { "comment_text": "", "digests": { "md5": "4868735219d14da6d50537bca556d5ec", "sha256": "4731f7aa9af0ce63fc48d90a0554810aa8144d49ae28ee2208aa22666f86ef0c" }, "downloads": -1, "filename": "msrestazure-0.4.17-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4868735219d14da6d50537bca556d5ec", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 31416, "upload_time": "2017-11-22T19:56:03", "url": "https://files.pythonhosted.org/packages/ab/6d/88326e9e5ff1d0589b62627360c3b468d801b9c84aa071758b68a13e4d04/msrestazure-0.4.17-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ec13cd3df4f2c310a27a4deb4a80616f", "sha256": "2e6c1ca53dd1e78dbada68e6bd567e214460db4f342d08424f6b453e527226c2" }, "downloads": -1, "filename": "msrestazure-0.4.17.tar.gz", "has_sig": false, "md5_digest": "ec13cd3df4f2c310a27a4deb4a80616f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21026, "upload_time": "2017-11-22T19:56:06", "url": "https://files.pythonhosted.org/packages/a5/f0/d47571b8eb85a0c657e700f387d1b2ba6b1fb4390fdb59ca13b91fd1f822/msrestazure-0.4.17.tar.gz" } ], "0.4.18": [ { "comment_text": "", "digests": { "md5": "aadfbbe1c2cea1ae0eb81aeada418d69", "sha256": "ce9bb87d1bcf627ed93ef3aebef8fd967285f4f41aeb812fb6c52a02ed881967" }, "downloads": -1, "filename": "msrestazure-0.4.18-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "aadfbbe1c2cea1ae0eb81aeada418d69", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 31595, "upload_time": "2017-12-01T23:31:07", "url": "https://files.pythonhosted.org/packages/3c/b6/84ddabe76648636ce9e0f3dbb70dc5374caff64e09c481f73ac3296af776/msrestazure-0.4.18-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cd95b771019c85e9a916622a7d52c8f2", "sha256": "a055158b0be77559157639d6b282266a6e867627a72ac695b9eab8e24daeada8" }, "downloads": -1, "filename": "msrestazure-0.4.18.tar.gz", "has_sig": false, "md5_digest": "cd95b771019c85e9a916622a7d52c8f2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21182, "upload_time": "2017-12-01T23:31:08", "url": "https://files.pythonhosted.org/packages/b9/34/83862a6cfedb988450d2dc3643a6e26236cb23f7e4ac28deadf371570014/msrestazure-0.4.18.tar.gz" } ], "0.4.19": [ { "comment_text": "", "digests": { "md5": "f66a0d23011d12c170005a901fd09570", "sha256": "a32af55d43f138a4b58d2ecb872227d6bc6d12a8ef861c9089be8082e7999410" }, "downloads": -1, "filename": "msrestazure-0.4.19-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f66a0d23011d12c170005a901fd09570", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 32245, "upload_time": "2017-12-14T23:15:08", "url": "https://files.pythonhosted.org/packages/13/1b/d3a6a1f5b0ce0ca1eac916f588159e2577b5b1a4f0424208ffff4f59a058/msrestazure-0.4.19-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8dd434b3297d404785e4c3f22b10a3ff", "sha256": "43b78f25a432772b48c1dee615bd2c1de2ebb2f8107e96d4eea8cf6f691069c4" }, "downloads": -1, "filename": "msrestazure-0.4.19.tar.gz", "has_sig": false, "md5_digest": "8dd434b3297d404785e4c3f22b10a3ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21667, "upload_time": "2017-12-14T23:15:09", "url": "https://files.pythonhosted.org/packages/6a/d1/761e69540cc8076a8a64f280638397e2eb1dcba1ff697e5cd1730797eff9/msrestazure-0.4.19.tar.gz" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "eefd278b101efdf8f0ba8a9fe30772bd", "sha256": "7028640a91ca4baa34b5224037a4cdc97189836dde200ed1861ea2ee81bdb1fb" }, "downloads": -1, "filename": "msrestazure-0.4.2-py2-none-any.whl", "has_sig": false, "md5_digest": "eefd278b101efdf8f0ba8a9fe30772bd", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 61409, "upload_time": "2016-09-01T22:17:13", "url": "https://files.pythonhosted.org/packages/4a/5b/63ff13883afcb3280a4f4ac542ca991d54869ce0611c07c47b6dca33229a/msrestazure-0.4.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "058412f8a7269298b584d29d8d7ceedd", "sha256": "6fa90576f2b33bc1058c017a7d2b4a26fd8d4c0010003d6b4360126d929b03b0" }, "downloads": -1, "filename": "msrestazure-0.4.2-py3-none-any.whl", "has_sig": false, "md5_digest": "058412f8a7269298b584d29d8d7ceedd", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 61409, "upload_time": "2016-09-01T22:17:15", "url": "https://files.pythonhosted.org/packages/7f/99/cd553dced29f9e8d917672379465d4355e10d023615dc1d5b0decb83accf/msrestazure-0.4.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ebdde7cd19f135badd0286edf3cc66c7", "sha256": "e5701d6fc894eddf57393162157272366a9128bec688725121a32de28dcdd43e" }, "downloads": -1, "filename": "msrestazure-0.4.2.zip", "has_sig": false, "md5_digest": "ebdde7cd19f135badd0286edf3cc66c7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21199, "upload_time": "2016-09-01T22:17:18", "url": "https://files.pythonhosted.org/packages/dd/66/5539b9024edb221f5fb4f82d397b88e73ba31b85ef97e791de665d69a9bd/msrestazure-0.4.2.zip" } ], "0.4.20": [ { "comment_text": "", "digests": { "md5": "897fdd363fa969edbc12d16a1d817861", "sha256": "14f9d886f7b7fdee89014670e6e8a351820babfa226d0f97204da38c4b02dc48" }, "downloads": -1, "filename": "msrestazure-0.4.20-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "897fdd363fa969edbc12d16a1d817861", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 37390, "upload_time": "2018-01-08T22:27:28", "url": "https://files.pythonhosted.org/packages/8e/07/6e82bdd7571321547c2bd3cbe8249b05d2a9672442139f7cbf295e838e13/msrestazure-0.4.20-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0a6386d5267537c6c59cb1b16f72a863", "sha256": "4e4f7cce05235c4907cedcf245af2fcf7dc34cfb10b53c4e8fc626ee293aa6d6" }, "downloads": -1, "filename": "msrestazure-0.4.20.tar.gz", "has_sig": false, "md5_digest": "0a6386d5267537c6c59cb1b16f72a863", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24692, "upload_time": "2018-01-08T22:27:29", "url": "https://files.pythonhosted.org/packages/97/6e/6355c1714b8ab9f22e6dde2713d68ccfe71b42d26d488c64467fc52680fd/msrestazure-0.4.20.tar.gz" } ], "0.4.21": [ { "comment_text": "", "digests": { "md5": "b340e83e385c9d8782e0d1bcc416401d", "sha256": "04d82fb82524dbb7041742bd6c1edb263d69785e350136f8f55ad911703ef791" }, "downloads": -1, "filename": "msrestazure-0.4.21-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b340e83e385c9d8782e0d1bcc416401d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 37437, "upload_time": "2018-01-26T19:06:00", "url": "https://files.pythonhosted.org/packages/75/bb/6d4ec560b07a2bfc6f11c8e23a6704b87c465363beabbd8c48d84e91fed5/msrestazure-0.4.21-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0c75515be9b954657bebc080821cf68e", "sha256": "6a9fb32b89b615860b4c02d40a0defc07c751196d7634a2074bd3ffb11ad01cf" }, "downloads": -1, "filename": "msrestazure-0.4.21.tar.gz", "has_sig": false, "md5_digest": "0c75515be9b954657bebc080821cf68e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24719, "upload_time": "2018-01-26T19:06:02", "url": "https://files.pythonhosted.org/packages/6b/05/6246c8be4e82cccffef85a463cbcb44ecc3cee395015d941ac001384c00a/msrestazure-0.4.21.tar.gz" } ], "0.4.22": [ { "comment_text": "", "digests": { "md5": "5e70edc2d672742e1832e3d0f1d8818f", "sha256": "123f5fe1d7589ba7402076973d65995ef6c7be8762c5c38009409108c39939de" }, "downloads": -1, "filename": "msrestazure-0.4.22-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5e70edc2d672742e1832e3d0f1d8818f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 37716, "upload_time": "2018-02-27T18:03:03", "url": "https://files.pythonhosted.org/packages/4a/d0/a703c48733a54ec437c81fc68429abed05d812671c183aa71a5113964253/msrestazure-0.4.22-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e041b3b1f9e99b57e551d74959a5500b", "sha256": "229713ee9603596d9ac9ad8f4f1cc09897395316405f612e4b58bf9cfa8146cb" }, "downloads": -1, "filename": "msrestazure-0.4.22.tar.gz", "has_sig": false, "md5_digest": "e041b3b1f9e99b57e551d74959a5500b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24849, "upload_time": "2018-02-27T18:03:04", "url": "https://files.pythonhosted.org/packages/aa/54/c713df869eb19c60eb41077ea9619c9fb75bb60aee733c6e1d72462c2055/msrestazure-0.4.22.tar.gz" } ], "0.4.23": [ { "comment_text": "", "digests": { "md5": "c6446a3316f8384677d5bde1465c39ef", "sha256": "23ee48f83b40ef6fd91a45801d0d0f209cb1b5882ad130d831299315dfa39ee3" }, "downloads": -1, "filename": "msrestazure-0.4.23-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c6446a3316f8384677d5bde1465c39ef", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 38339, "upload_time": "2018-03-19T23:56:14", "url": "https://files.pythonhosted.org/packages/00/17/7e4f9f428655ba35dc8a7aebcee2c9014235fb10bae83fa3b67d5bb25202/msrestazure-0.4.23-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5d68aafa9d381739861c2cb8a4c9aa36", "sha256": "9b964b6fa77e45b6dcf4a4cf5a0582064ab64a58d21880ef21412e95515d9554" }, "downloads": -1, "filename": "msrestazure-0.4.23.tar.gz", "has_sig": false, "md5_digest": "5d68aafa9d381739861c2cb8a4c9aa36", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25365, "upload_time": "2018-03-19T23:56:15", "url": "https://files.pythonhosted.org/packages/28/ad/d04a89990e501c333c66ca2e0b8ebaddf871bebae9689b72e88acd773a41/msrestazure-0.4.23.tar.gz" } ], "0.4.24": [ { "comment_text": "", "digests": { "md5": "e6ea5df9d9c7666e11e32f102ce798d8", "sha256": "ace0bea6b62d7ec19c7cfb188f8719990fe486f133fbc10e68566452dd1789be" }, "downloads": -1, "filename": "msrestazure-0.4.24-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e6ea5df9d9c7666e11e32f102ce798d8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 38488, "upload_time": "2018-03-26T20:06:15", "url": "https://files.pythonhosted.org/packages/88/57/0b4a8a2e0a3a9553fc6f92a46b0dffa6e357a4cfc8c9df1ea568324afd4f/msrestazure-0.4.24-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a4680c480f0ad2130d422ea1166dd770", "sha256": "784eaeeb688fea57c1d3dc17d757764502e6d5230b66ae95f8410af8b1c97e6d" }, "downloads": -1, "filename": "msrestazure-0.4.24.tar.gz", "has_sig": false, "md5_digest": "a4680c480f0ad2130d422ea1166dd770", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26272, "upload_time": "2018-03-26T20:06:16", "url": "https://files.pythonhosted.org/packages/a1/1b/f30c4035b72adfdab6df7710bb5f87d1a6b675d5add6af19a9e2526e62d9/msrestazure-0.4.24.tar.gz" } ], "0.4.25": [ { "comment_text": "", "digests": { "md5": "ecad1c328656ca7ec150ee224bd30623", "sha256": "ff7537e67fab0929673b2ed481d293ffd3d906b2665269e83c6ea0098a4bb88f" }, "downloads": -1, "filename": "msrestazure-0.4.25-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ecad1c328656ca7ec150ee224bd30623", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 39659, "upload_time": "2018-03-29T20:09:52", "url": "https://files.pythonhosted.org/packages/35/16/c8c876a17f674663cb1f8c516e911f2be6cc3475c15f61ee64ec6bf55e24/msrestazure-0.4.25-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8145e980eda203b5ccdedf28217e9dc2", "sha256": "5d715590ebb127c3e085691832d7264076b60706c1ae324eecba9d09789c90fe" }, "downloads": -1, "filename": "msrestazure-0.4.25.tar.gz", "has_sig": false, "md5_digest": "8145e980eda203b5ccdedf28217e9dc2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27500, "upload_time": "2018-03-29T20:09:53", "url": "https://files.pythonhosted.org/packages/8c/71/d5f247fdcdbd8fbc6dc7759b047757516758a54a0d1c2d41668bc4e6b905/msrestazure-0.4.25.tar.gz" } ], "0.4.26": [ { "comment_text": "", "digests": { "md5": "7560679a87bb6f76e45075234cda6c3b", "sha256": "12ec979af4cbc8edd29ea14bafb87ea93d336719e7c2659ece50d1ab547c8b70" }, "downloads": -1, "filename": "msrestazure-0.4.26-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7560679a87bb6f76e45075234cda6c3b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 35508, "upload_time": "2018-04-17T17:58:48", "url": "https://files.pythonhosted.org/packages/06/fc/27dc2b8510e317fac23b743204da37e26dbb1df41d3581b1eaed2ed7b281/msrestazure-0.4.26-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "07504e5f09b4eb98442c4db4981c9c3c", "sha256": "ab49c00b53b089713fc9e0176b2420be90a1c8583a45f58eb0d8252b1d414f4c" }, "downloads": -1, "filename": "msrestazure-0.4.26.tar.gz", "has_sig": false, "md5_digest": "07504e5f09b4eb98442c4db4981c9c3c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27508, "upload_time": "2018-04-17T17:58:50", "url": "https://files.pythonhosted.org/packages/d8/98/a6cca95394336d900a5bc4d3d1822df2fbfd4f9e57c30d9e2ac59a40a6c4/msrestazure-0.4.26.tar.gz" } ], "0.4.27": [ { "comment_text": "", "digests": { "md5": "ff493213f7fa339dc6bc06b2c9e76535", "sha256": "f4aba0e3e7965ebca58f2c1e4fa272e2ea906b5a3a1faa68f5bb60cab22c4f76" }, "downloads": -1, "filename": "msrestazure-0.4.27-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ff493213f7fa339dc6bc06b2c9e76535", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 35620, "upload_time": "2018-04-18T21:22:51", "url": "https://files.pythonhosted.org/packages/ab/0f/9aaa6639f83dcc81b8280f97373e3e2102db8ccbb673735b24d130e95c42/msrestazure-0.4.27-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f796989a74bee9cc87719b706c0f7f3d", "sha256": "9340b1cd08be597027c6bd74c91de61b8b815aed91b72eae7212e2315aa869e0" }, "downloads": -1, "filename": "msrestazure-0.4.27.tar.gz", "has_sig": false, "md5_digest": "f796989a74bee9cc87719b706c0f7f3d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28403, "upload_time": "2018-04-18T21:22:52", "url": "https://files.pythonhosted.org/packages/e9/e8/7089a28a672104177f4bc116756889fe58b0ed4b092d9247e43f0b0c39e2/msrestazure-0.4.27.tar.gz" } ], "0.4.28": [ { "comment_text": "", "digests": { "md5": "cfa77fca6a16f0011499aadd45e2b48f", "sha256": "5b33886aaaf068acec17d76127d95290c9eaca7942711184da991cabd3929854" }, "downloads": -1, "filename": "msrestazure-0.4.28-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cfa77fca6a16f0011499aadd45e2b48f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 35795, "upload_time": "2018-04-23T23:45:44", "url": "https://files.pythonhosted.org/packages/32/e0/e93f4aa1a642827f45b8a1646eaf3d1a1a0656a90d2da94980a45d38da36/msrestazure-0.4.28-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0336490d371e649de7105fdaeb330362", "sha256": "4e336150730f9a512f1432c4e0c5293d618ffcbf92767c07525bd8a8200fa9d5" }, "downloads": -1, "filename": "msrestazure-0.4.28.tar.gz", "has_sig": false, "md5_digest": "0336490d371e649de7105fdaeb330362", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28617, "upload_time": "2018-04-23T23:45:45", "url": "https://files.pythonhosted.org/packages/12/4f/f7ee67d85c6fc5e1ee842cb60aeeef3617de02062e76f376a90f9b54a955/msrestazure-0.4.28.tar.gz" } ], "0.4.29": [ { "comment_text": "", "digests": { "md5": "2a5f0dbb3d13a21d499e15d088c7dacb", "sha256": "df0d013f7df9155dea208605a632a9cf1d0a7c99f3cf1171b766e143c745fdb4" }, "downloads": -1, "filename": "msrestazure-0.4.29-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2a5f0dbb3d13a21d499e15d088c7dacb", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 35976, "upload_time": "2018-04-30T19:19:12", "url": "https://files.pythonhosted.org/packages/6b/6d/c921c5bb35efb2086d7b127c538d2ccfc6c1c42b2a8bb4dc7b2d5e0280d6/msrestazure-0.4.29-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7ee441328345c81ebdf5d9647d506866", "sha256": "de8405f9567ffe02107254ab83cc01c43a522897eed250cdf4b06f90bec11a8f" }, "downloads": -1, "filename": "msrestazure-0.4.29.tar.gz", "has_sig": false, "md5_digest": "7ee441328345c81ebdf5d9647d506866", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28846, "upload_time": "2018-04-30T19:19:13", "url": "https://files.pythonhosted.org/packages/ec/7f/503d182b6af7728b897726cf17ce2ebca4768de9f2bd992a26f819d028a3/msrestazure-0.4.29.tar.gz" } ], "0.4.3": [ { "comment_text": "", "digests": { "md5": "492e4d0d83cf5e0dbf8c2f7e9ae83501", "sha256": "03dbb86c58aa5b574838b15f98ae639d12be887a543b5b8ea0d4ef65d9d8bccc" }, "downloads": -1, "filename": "msrestazure-0.4.3-py2-none-any.whl", "has_sig": false, "md5_digest": "492e4d0d83cf5e0dbf8c2f7e9ae83501", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 61822, "upload_time": "2016-09-14T17:30:02", "url": "https://files.pythonhosted.org/packages/18/ba/18c1fb6598333af1741cafa1588b6f0ee213063cd5a9db65449b0220a5a1/msrestazure-0.4.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "334a5ae31a1fcf9962fe7556ddd29b5d", "sha256": "9e6bc58e5d0d8a8ac2b28368e82c2454e2b6fc6a9c2686c0de69ccdad5e1505a" }, "downloads": -1, "filename": "msrestazure-0.4.3-py3-none-any.whl", "has_sig": false, "md5_digest": "334a5ae31a1fcf9962fe7556ddd29b5d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 61822, "upload_time": "2016-09-14T17:30:04", "url": "https://files.pythonhosted.org/packages/75/27/caa54089d72bcb05f29d7c7a91940763f6c2237d16e776b2393ccad4140d/msrestazure-0.4.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6a078e9b8f8eb97e0889b2b95274543f", "sha256": "8cdf179887f43c653c091497cb241606c6de43c79d33238c79eb61723eafa356" }, "downloads": -1, "filename": "msrestazure-0.4.3.zip", "has_sig": false, "md5_digest": "6a078e9b8f8eb97e0889b2b95274543f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21356, "upload_time": "2016-09-14T17:30:07", "url": "https://files.pythonhosted.org/packages/51/b0/b395df993d674dd67031af25d13e679b2cdcdeda6ae8eedf69df43560a93/msrestazure-0.4.3.zip" } ], "0.4.30": [ { "comment_text": "", "digests": { "md5": "75df21eb9f4031d5ce1d90b982ca40fa", "sha256": "e3fa32e0e12b0175e940cbb8552d2f90513da851a0824987877269f8904ac2b1" }, "downloads": -1, "filename": "msrestazure-0.4.30-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "75df21eb9f4031d5ce1d90b982ca40fa", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 36026, "upload_time": "2018-05-16T21:03:27", "url": "https://files.pythonhosted.org/packages/b2/e8/3c7285f322db03111c5dcdf10fe44ca51a0a42efac12034aa4f1ce345d7d/msrestazure-0.4.30-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f2b1359b1e84a371b958a8e6c7b7aed8", "sha256": "220353490bf0b622da595cfb4d738dba7b0249242192bcf524da331d7c11711a" }, "downloads": -1, "filename": "msrestazure-0.4.30.tar.gz", "has_sig": false, "md5_digest": "f2b1359b1e84a371b958a8e6c7b7aed8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28961, "upload_time": "2018-05-16T21:03:28", "url": "https://files.pythonhosted.org/packages/98/ec/8351b10f5b82459ca670b02509cc8e2128e3836aa5244a620a94537564a7/msrestazure-0.4.30.tar.gz" } ], "0.4.31": [ { "comment_text": "", "digests": { "md5": "dd862ce1450bd9c88d8322f851403e72", "sha256": "cdb9b5e0bd5947ac09d528ba4a2459607f34eb8c9a3b5d84482ccaf76f588ec0" }, "downloads": -1, "filename": "msrestazure-0.4.31-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "dd862ce1450bd9c88d8322f851403e72", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 36180, "upload_time": "2018-05-17T16:58:12", "url": "https://files.pythonhosted.org/packages/ee/d4/0235848f1991dde8dac97cd85d4d71cd9146f75ece84215c1914a4fa3725/msrestazure-0.4.31-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e639a8f742a8355f5b5e443c307b6c6e", "sha256": "699f83cd19a098e41b723dbd9c4765ea0886ea15508f63e2709623883e4f754d" }, "downloads": -1, "filename": "msrestazure-0.4.31.tar.gz", "has_sig": false, "md5_digest": "e639a8f742a8355f5b5e443c307b6c6e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29159, "upload_time": "2018-05-17T16:58:13", "url": "https://files.pythonhosted.org/packages/63/96/c1d9225f8cdcb024a00d9ebeebb2422dd8150032d3c402449f1d1618ce4a/msrestazure-0.4.31.tar.gz" } ], "0.4.32": [ { "comment_text": "", "digests": { "md5": "90ee9e2cac573f2f7c782b8070138de5", "sha256": "0b3971b718be014ab3dd492719fd2db6a5085fb4bb93e5585ad46c81eda12320" }, "downloads": -1, "filename": "msrestazure-0.4.32-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "90ee9e2cac573f2f7c782b8070138de5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 36429, "upload_time": "2018-06-13T22:01:16", "url": "https://files.pythonhosted.org/packages/25/04/1c6003c11f932079fd2c06e00e0fa4526b12ebe31ebdc851f6d19cc2d052/msrestazure-0.4.32-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "88a67f672eb961c475dbad95837e0f3d", "sha256": "6a1704d93c2d9cb977db7e806977c8aa311d313d5244c31eabea91a58f2ec25c" }, "downloads": -1, "filename": "msrestazure-0.4.32.tar.gz", "has_sig": false, "md5_digest": "88a67f672eb961c475dbad95837e0f3d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29458, "upload_time": "2018-06-13T22:01:17", "url": "https://files.pythonhosted.org/packages/0b/fb/fc7b158312a1d54323fe287161b5ed20d21c1d617fcbb220fca0b5351392/msrestazure-0.4.32.tar.gz" } ], "0.4.33": [ { "comment_text": "", "digests": { "md5": "78ebe78caa7785749d3aef81d67849d7", "sha256": "5abde28878b2e4681bf0b59564e60f6a2a677ef3ea2221ce3fcd69f4d56af0c9" }, "downloads": -1, "filename": "msrestazure-0.4.33-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "78ebe78caa7785749d3aef81d67849d7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 36491, "upload_time": "2018-06-21T23:59:21", "url": "https://files.pythonhosted.org/packages/61/bc/9e12e6e4b4bcf3eb16fdc83694fe23b90f2b8e79bd567321696fb9ad7944/msrestazure-0.4.33-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8d2bbd8cdbb1410c706f4ed7bb6e0743", "sha256": "4d8b33686021bcdf9bffc3ad0b120d1ce10d33e2535649897217fb9532b57e53" }, "downloads": -1, "filename": "msrestazure-0.4.33.tar.gz", "has_sig": false, "md5_digest": "8d2bbd8cdbb1410c706f4ed7bb6e0743", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29570, "upload_time": "2018-06-21T23:59:22", "url": "https://files.pythonhosted.org/packages/e7/dd/cea2d0c20effb72702bd9d570cd25ebc1078aefda4957915ad8934d699dc/msrestazure-0.4.33.tar.gz" } ], "0.4.34": [ { "comment_text": "", "digests": { "md5": "8b593a5821193062e56b366cd5292978", "sha256": "89ec2d41bbcf9e38d12b61f923c2903059e87da2a8f1f6ac841bff85846b529e" }, "downloads": -1, "filename": "msrestazure-0.4.34-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8b593a5821193062e56b366cd5292978", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 36569, "upload_time": "2018-07-02T22:14:17", "url": "https://files.pythonhosted.org/packages/84/b4/03b254416d3d53c124564cd339ae3ebc504fe754537a4b9d4665acbbccc4/msrestazure-0.4.34-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8178fd7f2a7539b9d6e9bfdda38da2ff", "sha256": "4fc94a03ecd5b094ab904d929cc5be7a6a80262eab93948260cfe9081a9e6de4" }, "downloads": -1, "filename": "msrestazure-0.4.34.tar.gz", "has_sig": false, "md5_digest": "8178fd7f2a7539b9d6e9bfdda38da2ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29668, "upload_time": "2018-07-02T22:14:18", "url": "https://files.pythonhosted.org/packages/cd/ce/1381822930cb2e90e889e43831428982577acb9caec5244bcce1c9c542f9/msrestazure-0.4.34.tar.gz" } ], "0.4.4": [ { "comment_text": "", "digests": { "md5": "91d27431ffea6de08ec18ff3aa170f62", "sha256": "188365dc10ebccd82e0f13068ab24cf595a5a1ed51b1ba17a32a59f9958284c7" }, "downloads": -1, "filename": "msrestazure-0.4.4-py2-none-any.whl", "has_sig": false, "md5_digest": "91d27431ffea6de08ec18ff3aa170f62", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 63579, "upload_time": "2016-10-17T19:57:27", "url": "https://files.pythonhosted.org/packages/8e/c9/76d41ba464c15300604dd98e1f5c0613198c6be37381e67df107dca1cd7e/msrestazure-0.4.4-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d6c9851e7567829bea8aafb27eee8037", "sha256": "3c412c0529a4aaa768db909fa9cff2512094c3519cb3ebccd783935bacf3f451" }, "downloads": -1, "filename": "msrestazure-0.4.4-py3-none-any.whl", "has_sig": false, "md5_digest": "d6c9851e7567829bea8aafb27eee8037", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 63579, "upload_time": "2016-10-17T19:57:30", "url": "https://files.pythonhosted.org/packages/b2/89/3f3d31659fa6ebbe8337307f97fda8183537eabb776924c13f1e0ed0fcba/msrestazure-0.4.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "61bbd45e53b7130ce0c11b545067b60e", "sha256": "e956f3cf5fe6d0ff4298c83e05f01ae9a4c576d0b180f7bd4af5bf3ae2668a09" }, "downloads": -1, "filename": "msrestazure-0.4.4.zip", "has_sig": false, "md5_digest": "61bbd45e53b7130ce0c11b545067b60e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21813, "upload_time": "2016-10-17T19:57:33", "url": "https://files.pythonhosted.org/packages/da/93/cef502197b335b69c6aacd27d0a69fde2ce2f184f1f9a94e92cd978b186f/msrestazure-0.4.4.zip" } ], "0.4.5": [ { "comment_text": "", "digests": { "md5": "2646718a5b3a4f0c41f64149f68c222e", "sha256": "0651ac634bfb9b9ab5dcb7171e86ebdd578d75d0f8977dbe5eac4aa34b502328" }, "downloads": -1, "filename": "msrestazure-0.4.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2646718a5b3a4f0c41f64149f68c222e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 20562, "upload_time": "2016-11-30T19:23:42", "url": "https://files.pythonhosted.org/packages/d9/96/fabd9eca171979f16f3a61c88820f6e35f9ea312c4156b3996fbf5487a51/msrestazure-0.4.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9ebcfe09076154cbf97e3eace66e91f2", "sha256": "58430dcbff8271e6349b63e887169bd66080e958db0e5f07eaefe55dfc352cb7" }, "downloads": -1, "filename": "msrestazure-0.4.5.zip", "has_sig": false, "md5_digest": "9ebcfe09076154cbf97e3eace66e91f2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22977, "upload_time": "2016-11-30T19:23:44", "url": "https://files.pythonhosted.org/packages/22/49/e12fe90d5869eb6bfee308a21865d4dbaffea834f1d495166a073c353d5f/msrestazure-0.4.5.zip" } ], "0.4.6": [ { "comment_text": "", "digests": { "md5": "1cce3ad7d78fbe77da9b184c7c5514c4", "sha256": "6010237d583f8100211d692c4522ea301fa8098fc08d84096d89e70717344d10" }, "downloads": -1, "filename": "msrestazure-0.4.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1cce3ad7d78fbe77da9b184c7c5514c4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 20599, "upload_time": "2016-12-14T00:35:35", "url": "https://files.pythonhosted.org/packages/99/5c/ca28fa1679ed00eec135b04a9e64fb68d52e426f15230c16a09269c18fba/msrestazure-0.4.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bbd822548de78aebd00c7c54669707d1", "sha256": "c673d6fbfe8d7b25e2c90820c961db93856fa047d8b600f9fb071c1694c694aa" }, "downloads": -1, "filename": "msrestazure-0.4.6.zip", "has_sig": false, "md5_digest": "bbd822548de78aebd00c7c54669707d1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23246, "upload_time": "2016-12-14T00:35:37", "url": "https://files.pythonhosted.org/packages/62/88/b89889731b0d1f5f17eb0013de958cfb1a79898373f365dc1d72e39fb40c/msrestazure-0.4.6.zip" } ], "0.4.7": [ { "comment_text": "", "digests": { "md5": "cbd5173358a66b8e646db490f6750585", "sha256": "9f5d3308801cb3f02e3f1f5f47de005561da76df98acf13887d56d6f305d1926" }, "downloads": -1, "filename": "msrestazure-0.4.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cbd5173358a66b8e646db490f6750585", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 20747, "upload_time": "2017-01-23T22:15:11", "url": "https://files.pythonhosted.org/packages/f0/1c/2f3feb5aed4316919e72c32710a5f531f8fca3a17da173dd02f91f11c4a5/msrestazure-0.4.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4a3c9506ebcc9a78685d78c8beab90eb", "sha256": "2168f5954fd98016dfe72d75a44425dcc443110b284d5991736c24b133092063" }, "downloads": -1, "filename": "msrestazure-0.4.7.zip", "has_sig": false, "md5_digest": "4a3c9506ebcc9a78685d78c8beab90eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23455, "upload_time": "2017-01-23T22:15:11", "url": "https://files.pythonhosted.org/packages/04/67/8ab1713acc26d666008ec4fc62815adf6aef611a553e74d181f851a13cdf/msrestazure-0.4.7.zip" } ], "0.4.8": [ { "comment_text": "", "digests": { "md5": "093930ba2f46903ec0ecf3eb1508da52", "sha256": "73dbbcdac003af91594f719f766e663203b0861f3c6907311ca81c32c309712a" }, "downloads": -1, "filename": "msrestazure-0.4.8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "093930ba2f46903ec0ecf3eb1508da52", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 21017, "upload_time": "2017-05-31T21:16:33", "url": "https://files.pythonhosted.org/packages/49/66/a1fb10a7ab4050c94714fa3f3532206638c36a2ef75c2e40cad7ba15f12a/msrestazure-0.4.8-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d590d8c74b15f76aabd5a709332b2736", "sha256": "efa2b8a23d77c79609ffdb80150194e19521aa69f67aa676ccfda18e3ddff46d" }, "downloads": -1, "filename": "msrestazure-0.4.8.zip", "has_sig": false, "md5_digest": "d590d8c74b15f76aabd5a709332b2736", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23832, "upload_time": "2017-05-31T21:16:35", "url": "https://files.pythonhosted.org/packages/b6/55/10e3efd39669c8c099b0c6216eb08ac2b645b9519f04b0b825920a0761d1/msrestazure-0.4.8.zip" } ], "0.4.9": [ { "comment_text": "", "digests": { "md5": "4a49244e1d50a6a78451ef82ef949fe3", "sha256": "7ca58b978fb1e49c4bba0e18462bebefb1f0597e5f1db8acb69fe62e247579ca" }, "downloads": -1, "filename": "msrestazure-0.4.9-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4a49244e1d50a6a78451ef82ef949fe3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 23384, "upload_time": "2017-06-19T17:12:58", "url": "https://files.pythonhosted.org/packages/da/8a/141361079419fa55facac6b258c4d6900bb1768e60287dac6612f9e0a6c1/msrestazure-0.4.9-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b37c8cbfd85128114e188e49a7a94ee5", "sha256": "8a085e16ab7e2dbd5467221d17a2f2042dad5e8b6b2732df8e1b7a8178038c67" }, "downloads": -1, "filename": "msrestazure-0.4.9.tar.gz", "has_sig": false, "md5_digest": "b37c8cbfd85128114e188e49a7a94ee5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16145, "upload_time": "2017-06-19T17:13:00", "url": "https://files.pythonhosted.org/packages/b5/ee/9c490499641a9440ac6a5f952709bb9c6624e9255361b8d25e94e7400c9a/msrestazure-0.4.9.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "4d0458a8d2a26176620cb16239b01a3f", "sha256": "73f31d3d0351a3f05b31b0b3018335dc78ee7664601198ee854f443e36df3660" }, "downloads": -1, "filename": "msrestazure-0.5.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4d0458a8d2a26176620cb16239b01a3f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 36277, "upload_time": "2018-08-02T19:17:35", "url": "https://files.pythonhosted.org/packages/a4/48/cfa54772365b4d0b8f3e7af16354db768b0317b3273265b37c14f71b705b/msrestazure-0.5.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "53c53c641ea5916b9926e21a1ff6bf8e", "sha256": "2e756de45ddc2ea7c34b8dc267a5d18804f2eb6a432626ace465ffed6081455d" }, "downloads": -1, "filename": "msrestazure-0.5.0.tar.gz", "has_sig": false, "md5_digest": "53c53c641ea5916b9926e21a1ff6bf8e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26781, "upload_time": "2018-08-02T19:17:37", "url": "https://files.pythonhosted.org/packages/a5/d1/5ca5d6b8647030e51d4b39d115976c4c4cc8d28293dfaa06c43268cf7c87/msrestazure-0.5.0.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "0c4ce8fc1d3afa01ab0cc628482f8329", "sha256": "1118d52fb60fd71732a51bcb669189af4f72f40ea460e656465ee83c4738f2a0" }, "downloads": -1, "filename": "msrestazure-0.5.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0c4ce8fc1d3afa01ab0cc628482f8329", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 37293, "upload_time": "2018-11-01T16:37:37", "url": "https://files.pythonhosted.org/packages/62/6e/c41d6e2db39f4c6b819cea5b47c36c0fa0e7a931cd39b4c5f19713d28fd1/msrestazure-0.5.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "eaa0cc5aba8c0882a6cd322618151476", "sha256": "fd1bcb9652cf04b711e21dcbef377a7e43f9492afeb0a59622b5623ce8715825" }, "downloads": -1, "filename": "msrestazure-0.5.1.tar.gz", "has_sig": false, "md5_digest": "eaa0cc5aba8c0882a6cd322618151476", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32544, "upload_time": "2018-11-01T16:37:39", "url": "https://files.pythonhosted.org/packages/dc/38/0694593b704a73c48f381b366111e1db70f7d6f9f7f2d9f0e413a7e99dc4/msrestazure-0.5.1.tar.gz" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "7b528699b4c60220924b3cfefdd99eca", "sha256": "86695c9728e91ee6f4cbb3b6e82ebd92233b72b6e145f7dcafa6b2da17412b88" }, "downloads": -1, "filename": "msrestazure-0.6.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7b528699b4c60220924b3cfefdd99eca", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 39439, "upload_time": "2018-12-17T22:35:20", "url": "https://files.pythonhosted.org/packages/46/ba/7870308e3d3b4b3956880eed2df20669a5690436793e6fc1442c8b73e01c/msrestazure-0.6.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7ba57eef6c1cafd91650a1117292ba77", "sha256": "99b185dcfc94f4ac2f7792691b865958c5a9871281cd618c50963c6b8d23401b" }, "downloads": -1, "filename": "msrestazure-0.6.0.tar.gz", "has_sig": false, "md5_digest": "7ba57eef6c1cafd91650a1117292ba77", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33172, "upload_time": "2018-12-17T22:35:22", "url": "https://files.pythonhosted.org/packages/a3/a8/9c97984f706491c47fd30b113cf0ecc90ad6e61d86d37cd3ca05d2cb3444/msrestazure-0.6.0.tar.gz" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "120bb366d143832df59acb7d2957b870", "sha256": "e9d525b11d88f1073744e128ae19a4e023e4085893cfcfd02483fdd4cee25091" }, "downloads": -1, "filename": "msrestazure-0.6.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "120bb366d143832df59acb7d2957b870", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 40276, "upload_time": "2019-06-10T15:39:08", "url": "https://files.pythonhosted.org/packages/0a/aa/b17a4f702ecd6d9e989ae34109aa384c988aed0de37215c651165ed45238/msrestazure-0.6.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "dc6aee0db1363ce096d2f1dd3f27c353", "sha256": "070220fa9c86b55026360435b655d1d67ff4306fd1412687c400dc549e9647b7" }, "downloads": -1, "filename": "msrestazure-0.6.1.tar.gz", "has_sig": false, "md5_digest": "dc6aee0db1363ce096d2f1dd3f27c353", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34136, "upload_time": "2019-06-10T15:39:10", "url": "https://files.pythonhosted.org/packages/16/5b/fcd41fec16a8e6c6bea245132aef35f148fc549401c7f82ad59e57eacdd1/msrestazure-0.6.1.tar.gz" } ], "0.6.2": [ { "comment_text": "", "digests": { "md5": "095d8996a86c3bb94a22395f2322ed51", "sha256": "63db9f646fffc9244b332090e679d1e5f283ac491ee0cc321f5116f9450deb4a" }, "downloads": -1, "filename": "msrestazure-0.6.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "095d8996a86c3bb94a22395f2322ed51", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 40311, "upload_time": "2019-09-16T19:34:11", "url": "https://files.pythonhosted.org/packages/68/75/5cb56ca8cbc6c5fe476e4878c73f57a331edcf55e5d3fcb4a7377d7d659d/msrestazure-0.6.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3b0c79b3134209d21a9743b14c07481d", "sha256": "fecb6a72a3eb5483e4deff38210d26ae42d3f6d488a7a275bd2423a1a014b22c" }, "downloads": -1, "filename": "msrestazure-0.6.2.tar.gz", "has_sig": false, "md5_digest": "3b0c79b3134209d21a9743b14c07481d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 47208, "upload_time": "2019-09-16T19:34:14", "url": "https://files.pythonhosted.org/packages/49/47/2d0c09401619b74a04eff1cdcbc56066aaa9cc8d5ff8b4e158a4952f27ff/msrestazure-0.6.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "095d8996a86c3bb94a22395f2322ed51", "sha256": "63db9f646fffc9244b332090e679d1e5f283ac491ee0cc321f5116f9450deb4a" }, "downloads": -1, "filename": "msrestazure-0.6.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "095d8996a86c3bb94a22395f2322ed51", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 40311, "upload_time": "2019-09-16T19:34:11", "url": "https://files.pythonhosted.org/packages/68/75/5cb56ca8cbc6c5fe476e4878c73f57a331edcf55e5d3fcb4a7377d7d659d/msrestazure-0.6.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3b0c79b3134209d21a9743b14c07481d", "sha256": "fecb6a72a3eb5483e4deff38210d26ae42d3f6d488a7a275bd2423a1a014b22c" }, "downloads": -1, "filename": "msrestazure-0.6.2.tar.gz", "has_sig": false, "md5_digest": "3b0c79b3134209d21a9743b14c07481d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 47208, "upload_time": "2019-09-16T19:34:14", "url": "https://files.pythonhosted.org/packages/49/47/2d0c09401619b74a04eff1cdcbc56066aaa9cc8d5ff8b4e158a4952f27ff/msrestazure-0.6.2.tar.gz" } ] }