{ "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" ], "description": "Microsoft Azure SDK for Python\n==============================\n\nThis is the Microsoft Azure MSI Management Client Library.\n\nAzure Resource Manager (ARM) is the next generation of management APIs that\nreplace the old Azure Service Management (ASM).\n\nThis package has been tested with Python 2.7, 3.4, 3.5, 3.6 and 3.7.\n\nFor the older Azure Service Management (ASM) libraries, see\n`azure-servicemanagement-legacy `__ library.\n\nFor a more complete set of Azure libraries, see the `azure `__ bundle package.\n\n\nUsage\n=====\n\nFor code examples, see `MSI Management\n`__\non docs.microsoft.com.\n\n\nProvide Feedback\n================\n\nIf you encounter any bugs or have suggestions, please file an issue in the\n`Issues `__\nsection of the project.\n\n\n.. image:: https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-mgmt-msi%2FREADME.png\n\n\n.. :changelog:\n\nRelease History\n===============\n\n1.0.0 (2019-05-16)\n++++++++++++++++++\n\n**Note**\n\nThis package is using the stable API version 2018-11-30 and doesn't expose any API changes compared to 0.2.0.\n\n0.2.0 (2018-05-25)\n++++++++++++++++++\n\n**Features**\n\n- Client class can be used as a context manager to keep the underlying HTTP session open for performance\n\n**General Breaking changes**\n\nThis version uses a next-generation code generator that *might* introduce breaking changes.\n\n- Model signatures now use only keyword-argument syntax. All positional arguments must be re-written as keyword-arguments.\n To keep auto-completion in most cases, models are now generated for Python 2 and Python 3. Python 3 uses the \"*\" syntax for keyword-only arguments.\n- Enum types now use the \"str\" mixin (class AzureEnum(str, Enum)) to improve the behavior when unrecognized enum values are encountered.\n While this is not a breaking change, the distinctions are important, and are documented here:\n https://docs.python.org/3/library/enum.html#others\n At a glance:\n\n - \"is\" should not be used at all.\n - \"format\" will return the string value, where \"%s\" string formatting will return `NameOfEnum.stringvalue`. Format syntax should be prefered.\n\n- New Long Running Operation:\n\n - Return type changes from `msrestazure.azure_operation.AzureOperationPoller` to `msrest.polling.LROPoller`. External API is the same.\n - Return type is now **always** a `msrest.polling.LROPoller`, regardless of the optional parameters used.\n - The behavior has changed when using `raw=True`. Instead of returning the initial call result as `ClientRawResponse`,\n without polling, now this returns an LROPoller. After polling, the final resource will be returned as a `ClientRawResponse`.\n - New `polling` parameter. The default behavior is `Polling=True` which will poll using ARM algorithm. When `Polling=False`,\n the response of the initial call will be returned without polling.\n - `polling` parameter accepts instances of subclasses of `msrest.polling.PollingMethod`.\n - `add_done_callback` will no longer raise if called after polling is finished, but will instead execute the callback right away.\n\n**Bugfixes**\n\n- Compatibility of the sdist with wheel 0.31.0\n\n0.1.0 (2017-12-13)\n++++++++++++++++++\n\n* Initial Release\n\n\n", "description_content_type": "text/x-rst", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Azure/azure-sdk-for-python", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "azure-mgmt-msi", "package_url": "https://pypi.org/project/azure-mgmt-msi/", "platform": "", "project_url": "https://pypi.org/project/azure-mgmt-msi/", "project_urls": { "Homepage": "https://github.com/Azure/azure-sdk-for-python" }, "release_url": "https://pypi.org/project/azure-mgmt-msi/1.0.0/", "requires_dist": [ "msrest (>=0.5.0)", "msrestazure (<2.0.0,>=0.4.32)", "azure-common (~=1.1)", "azure-mgmt-nspkg ; python_version<'3.0'" ], "requires_python": "", "summary": "Microsoft Azure MSI Management Client Library for Python", "version": "1.0.0" }, "last_serial": 5279749, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "8f01bd63cdb2ee9dd7a98e9d2f236bc1", "sha256": "07ad183a91409973a088d9c6efb88aa212e8a12be1436544b1a343931072f751" }, "downloads": -1, "filename": "azure_mgmt_msi-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8f01bd63cdb2ee9dd7a98e9d2f236bc1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 14999, "upload_time": "2017-12-13T22:35:15", "url": "https://files.pythonhosted.org/packages/9e/03/3254f31f56f9d6386a77cdf3b577c05051a5acdb88aef1da5779385d4b6f/azure_mgmt_msi-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "aaf0aa72faa3e28af190938970ef9c22", "sha256": "53eed7bc8453b764b4d568320eed032328da5b606185c216f3e93c75fa328858" }, "downloads": -1, "filename": "azure-mgmt-msi-0.1.0.zip", "has_sig": false, "md5_digest": "aaf0aa72faa3e28af190938970ef9c22", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24495, "upload_time": "2017-12-13T22:35:16", "url": "https://files.pythonhosted.org/packages/2b/75/d48876229987f592358b3d4475877797fda939d9d04bbbbc13edf141fa52/azure-mgmt-msi-0.1.0.zip" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "dbfad87406f63d54370d310b80dcfb7f", "sha256": "e989e61753bf4eca0e688526b7c31c9a88082080acfb038fad17dda7f084a026" }, "downloads": -1, "filename": "azure_mgmt_msi-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "dbfad87406f63d54370d310b80dcfb7f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 17291, "upload_time": "2018-05-25T23:02:38", "url": "https://files.pythonhosted.org/packages/ae/95/b451721e38ca0feddce03ee3ce86158e208d0150253bd371207a8df4e9c5/azure_mgmt_msi-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "75d770e401f308a3f34d7d07bb6c45b2", "sha256": "8622bc9a164169a0113728ebe7fd43a88189708ce6e10d4507247d6907987167" }, "downloads": -1, "filename": "azure-mgmt-msi-0.2.0.zip", "has_sig": false, "md5_digest": "75d770e401f308a3f34d7d07bb6c45b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24884, "upload_time": "2018-05-25T23:02:39", "url": "https://files.pythonhosted.org/packages/da/6f/60f92469f93e2820949f967b8c722fe0c04f03e4cc9a6332ffaf5e9f405b/azure-mgmt-msi-0.2.0.zip" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "284e5c238fdaa16c831202470c053565", "sha256": "e75175af21f9a471c1e8d7a538c11905d65083b86d661b9a759578fb65a1dbcc" }, "downloads": -1, "filename": "azure_mgmt_msi-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "284e5c238fdaa16c831202470c053565", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 17374, "upload_time": "2019-05-16T23:41:55", "url": "https://files.pythonhosted.org/packages/34/68/ed34c2646ac06a67df96c31243a50f7af29c14624eff0e8fced137ec6c09/azure_mgmt_msi-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "44ab2304ed9021f465b752fd3fca4286", "sha256": "d46f3aab25db3dad520e4055c1d67afe4fcc6d66335c762134e60f82265f8f58" }, "downloads": -1, "filename": "azure-mgmt-msi-1.0.0.zip", "has_sig": false, "md5_digest": "44ab2304ed9021f465b752fd3fca4286", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23933, "upload_time": "2019-05-16T23:41:56", "url": "https://files.pythonhosted.org/packages/a2/5c/6317ac7f7c19dbdc094efb516ebbc85acaad5a149f0dfc95c892b31d9411/azure-mgmt-msi-1.0.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "284e5c238fdaa16c831202470c053565", "sha256": "e75175af21f9a471c1e8d7a538c11905d65083b86d661b9a759578fb65a1dbcc" }, "downloads": -1, "filename": "azure_mgmt_msi-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "284e5c238fdaa16c831202470c053565", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 17374, "upload_time": "2019-05-16T23:41:55", "url": "https://files.pythonhosted.org/packages/34/68/ed34c2646ac06a67df96c31243a50f7af29c14624eff0e8fced137ec6c09/azure_mgmt_msi-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "44ab2304ed9021f465b752fd3fca4286", "sha256": "d46f3aab25db3dad520e4055c1d67afe4fcc6d66335c762134e60f82265f8f58" }, "downloads": -1, "filename": "azure-mgmt-msi-1.0.0.zip", "has_sig": false, "md5_digest": "44ab2304ed9021f465b752fd3fca4286", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23933, "upload_time": "2019-05-16T23:41:56", "url": "https://files.pythonhosted.org/packages/a2/5c/6317ac7f7c19dbdc094efb516ebbc85acaad5a149f0dfc95c892b31d9411/azure-mgmt-msi-1.0.0.zip" } ] }