{ "info": { "author": "Microsoft Corporation", "author_email": "azpysdkhelp@microsoft.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "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 Service Fabric Client Library.\n\nThis package has been tested with Python 2.7, 3.4, 3.5, 3.6 and 3.7.\n\nFor a more complete set of Azure libraries, see the `azure `__ bundle package.\n\n\nUsage\n=====\n\nFor code examples, see `Service Fabric\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-servicefabric%2FREADME.png\n\n\n.. :changelog:\n\nRelease History\n===============\n\n6.5.0.0 (2019-06-17)\n++++++++++++++++++++\n\n**Features**\n\n- Model ApplicationDescription has a new parameter managed_application_identity\n- Model ApplicationUpgradeDescription has a new parameter sort_order\n- Model NodeLoadMetricInformation has a new parameter planned_node_load_removal\n- Model NodeLoadMetricInformation has a new parameter current_node_load\n- Model NodeLoadMetricInformation has a new parameter buffered_node_capacity_remaining\n- Model NodeLoadMetricInformation has a new parameter node_capacity_remaining\n- Model StartClusterUpgradeDescription has a new parameter sort_order\n- Model ApplicationResourceDescription has a new parameter identity\n- Model ServiceResourceDescription has a new parameter identity_refs\n- Model ClusterUpgradeDescriptionObject has a new parameter sort_order\n- Model ServiceProperties has a new parameter identity_refs\n\n**Breaking changes**\n\n- Model ChaosStartedEvent no longer has parameter wait_time_between_fautls_in_seconds\n- Model ChaosStartedEvent has a new required parameter wait_time_between_faults_in_seconds\n\n6.4.0.0 (2018-12-07)\n++++++++++++++++++++\n\n**Bugfixes**\n\n- Numerous improvements to descriptions and help texts\n\n**Features**\n\n- Add command to get cluster load\n- Add command to get cluster version\n- Add mesh gateway support\n- Add mesh support\n- Add command for rolling back compose deployment upgrades\n- Various new parameters added.\n\n6.3.0.0 (2018-07-27)\n++++++++++++++++++++\n\n**Bugfixes**\n\n- Numerous improvements to descriptions and help texts\n\n**Features**\n\n- Add application health policies parameter for config upgrade\n- Query to get nodes now supports specification to limit number of returned items\n\n6.2.0.0 (2018-05-10)\n++++++++++++++++++++\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- Numerous fixes to descriptions and help text of entities\n- Compatibility of the sdist with wheel 0.31.0\n\n**Features**\n\n- Add support for invoking container APIs\n- Add option to fetch container logs from exited containers\n- Query to get chaos events now supports specification to limit number of returned items\n- Client class can be used as a context manager to keep the underlying HTTP session open for performance\n\n6.1.2.9 (2018-02-05)\n++++++++++++++++++++\n\n**Bugfixes**\n\n- Numerous fixes to descriptions and help text of entities\n\n**Features**\n\n- Chaos service now supports a target filter\n- Application types can now be provisioned and created in external stores\n- Added Orchestration Service internal support APIs\n- Added container deployment management APIs\n\n6.1.1.9 (2018-01-23)\n++++++++++++++++++++\n\nThis version was broken and has been removed from PyPI.\n\n6.0.2 (2017-10-26)\n++++++++++++++++++\n\n**Bugfixes**\n\n- remove application_type_version in get_application_type_info_list_by_name\n- fix application_type_definition_kind_filter default value from 65535 to 0\n\n**Features**\n\n- add create_name, get_name_exists_info, delete_name, get_sub_name_info_list,\n get_property_info_list, put_property, get_property_info, delete_property,\n submit_property_batch\n\n6.0.1 (2017-09-28)\n++++++++++++++++++\n\n**Bug fix**\n\n- Fix some unexpected exceptions\n\n6.0 (2017-09-22)\n++++++++++++++++\n\n* Stable 6.0 api\n\n6.0.0rc1 (2017-09-16)\n+++++++++++++++++++++\n\n* Release candidate for Service Fabric 6.0 runtime\n\n5.6.130 (2017-05-04)\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-servicefabric", "package_url": "https://pypi.org/project/azure-servicefabric/", "platform": "", "project_url": "https://pypi.org/project/azure-servicefabric/", "project_urls": { "Homepage": "https://github.com/Azure/azure-sdk-for-python" }, "release_url": "https://pypi.org/project/azure-servicefabric/6.5.0.0/", "requires_dist": [ "msrest (>=0.5.0)", "azure-common (~=1.1)", "azure-nspkg ; python_version<'3.0'" ], "requires_python": "", "summary": "Microsoft Azure Service Fabric Client Library for Python", "version": "6.5.0.0" }, "last_serial": 5412479, "releases": { "5.6.130": [ { "comment_text": "", "digests": { "md5": "1fac01b525b9af65e0eb34a86436a47d", "sha256": "176958e9aef1e7bdc529e5b7f3c84a4aa750dbe62ab87806ccf2823f1a5b4fef" }, "downloads": -1, "filename": "azure_servicefabric-5.6.130-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1fac01b525b9af65e0eb34a86436a47d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 283958, "upload_time": "2017-05-04T23:37:16", "url": "https://files.pythonhosted.org/packages/98/97/653c299c52e1bd4fc9b9b84d7171e116a1552cfb0b6c1478f314a39dd608/azure_servicefabric-5.6.130-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "216f907b3e20c8a72ab96eadac36656d", "sha256": "7d4731e7513861c6a8bd3e672810ee7c88e758474d15030981c9196df74829d7" }, "downloads": -1, "filename": "azure-servicefabric-5.6.130.zip", "has_sig": false, "md5_digest": "216f907b3e20c8a72ab96eadac36656d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 297503, "upload_time": "2017-05-04T23:37:17", "url": "https://files.pythonhosted.org/packages/3e/6d/0485c26434d27d367987f5c2adfcf056a1e67d41a7d52efad31369d61536/azure-servicefabric-5.6.130.zip" } ], "6.0": [ { "comment_text": "", "digests": { "md5": "55ccd7489b59b112c8d5ae15bf22e384", "sha256": "91b10cdb35082aee933d8a4b482b17a38822b01e416689ed922fd97c1bcc7c1c" }, "downloads": -1, "filename": "azure_servicefabric-6.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "55ccd7489b59b112c8d5ae15bf22e384", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 314204, "upload_time": "2017-09-23T01:10:31", "url": "https://files.pythonhosted.org/packages/a9/2e/2f73d6e6a85323aa06a10215568562b440f345d5fc5067492bb3a23f7aba/azure_servicefabric-6.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d8b5fbc6a446d06f868f73cc9c26df09", "sha256": "a7edc3e3024b4a78638ac9dd61e6fce4df4d3071da06a135104139b621b988d1" }, "downloads": -1, "filename": "azure-servicefabric-6.0.zip", "has_sig": false, "md5_digest": "d8b5fbc6a446d06f868f73cc9c26df09", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 325948, "upload_time": "2017-09-23T01:10:33", "url": "https://files.pythonhosted.org/packages/b0/c5/6b9e66e15d44975f7cd6bb76848fce118aaf5537e438a2f0f5468b364a35/azure-servicefabric-6.0.zip" } ], "6.0.0rc1": [ { "comment_text": "", "digests": { "md5": "7dcf544d9aff90beee956b5998b12ea8", "sha256": "96a29520695566e9ed077b03575e6b5e4365daef471e8bd4e1977a9d615a7bf4" }, "downloads": -1, "filename": "azure_servicefabric-6.0.0rc1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7dcf544d9aff90beee956b5998b12ea8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 293149, "upload_time": "2017-09-18T16:55:13", "url": "https://files.pythonhosted.org/packages/e1/52/7b098540a977ef8c82db72d254e797c82d5e5f725f1d95fd5a93852d08f8/azure_servicefabric-6.0.0rc1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5f52233833574174dcd67ba44bc4772d", "sha256": "5919c7456431741d199903d3b3738591b9cd7cf0886003c6a868925f2cc82f72" }, "downloads": -1, "filename": "azure-servicefabric-6.0.0rc1.zip", "has_sig": false, "md5_digest": "5f52233833574174dcd67ba44bc4772d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 307358, "upload_time": "2017-09-18T16:55:15", "url": "https://files.pythonhosted.org/packages/5d/15/a46200f4a881981f5b1506eb5ae74b61ce6f7e8b894487038232a51c17c3/azure-servicefabric-6.0.0rc1.zip" } ], "6.0.1": [ { "comment_text": "", "digests": { "md5": "a2771c80365b82215ad15bdc31df8c3d", "sha256": "9d9d9a823b294e93421f2ead99dc0b8fc3b95d692a890a725368c4ff501fe6f1" }, "downloads": -1, "filename": "azure_servicefabric-6.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a2771c80365b82215ad15bdc31df8c3d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 314306, "upload_time": "2017-09-28T17:20:31", "url": "https://files.pythonhosted.org/packages/99/b6/e4f1cc5200a12b4c0048d2635a1f63322805a4efc5ff9cb190280371cfcf/azure_servicefabric-6.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f512d29f84ef96bd29c498e1f9a87cc3", "sha256": "551cc912b96b2d73b9487f717c339d4f1be5b14a5b63a6152593dececdbd22e6" }, "downloads": -1, "filename": "azure-servicefabric-6.0.1.zip", "has_sig": false, "md5_digest": "f512d29f84ef96bd29c498e1f9a87cc3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 327204, "upload_time": "2017-09-28T17:20:33", "url": "https://files.pythonhosted.org/packages/9b/86/265cfbb4946783af74999c112fd5cc10f53ae92fe7933f9fcbc699910635/azure-servicefabric-6.0.1.zip" } ], "6.0.2": [ { "comment_text": "", "digests": { "md5": "ee50592fdf13c5cdd25e1bcc91f0aa20", "sha256": "7d1bb189f740a311551bd220e3db838e0c618c6668985d02808977da22885f6f" }, "downloads": -1, "filename": "azure_servicefabric-6.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ee50592fdf13c5cdd25e1bcc91f0aa20", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 335383, "upload_time": "2017-10-26T21:07:05", "url": "https://files.pythonhosted.org/packages/61/54/9de8b1049a46b1ac80507b33f410b4377d9475fd68e65640a3aa0a7fcb82/azure_servicefabric-6.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "81480204857b61f1fd90fd8b21c386a9", "sha256": "e389fc088017f8429e2c770043371a0cd65d167362990498658e10802eb1f648" }, "downloads": -1, "filename": "azure-servicefabric-6.0.2.zip", "has_sig": false, "md5_digest": "81480204857b61f1fd90fd8b21c386a9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 348742, "upload_time": "2017-10-26T21:07:09", "url": "https://files.pythonhosted.org/packages/8f/c2/22bc26618341aab65f9be1f138b860636412b1ef9d7b95c3af114126207f/azure-servicefabric-6.0.2.zip" } ], "6.1.1.9": [], "6.1.2.9": [ { "comment_text": "", "digests": { "md5": "1250b12e5dc210fe6bb1d38bce068624", "sha256": "90da2b282757126fdc62b67607b76c4d5a62697ef229f5c54a4ba32fe00ea378" }, "downloads": -1, "filename": "azure_servicefabric-6.1.2.9-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1250b12e5dc210fe6bb1d38bce068624", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 384368, "upload_time": "2018-02-06T18:08:26", "url": "https://files.pythonhosted.org/packages/08/62/029ae2210acaf6243855e12bc0bf72e547c8a45760d4912aee75f713d569/azure_servicefabric-6.1.2.9-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fdb62f1f545248e451f54d16095e3179", "sha256": "22b034c9245cea556e892a9d7a998a9bab3d6d65c3673e0603f7bd9459a3c8c8" }, "downloads": -1, "filename": "azure-servicefabric-6.1.2.9.zip", "has_sig": false, "md5_digest": "fdb62f1f545248e451f54d16095e3179", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 399276, "upload_time": "2018-02-06T18:08:28", "url": "https://files.pythonhosted.org/packages/f5/f7/29735073c98291e527a065343ce6b2004393b04a468a99f94123e26ccf96/azure-servicefabric-6.1.2.9.zip" } ], "6.2.0.0": [ { "comment_text": "", "digests": { "md5": "b7f84e6cef0cdf067d7d14faefd24e6e", "sha256": "58d0d6ef5339c710a81021e5cee2115e944253ad9b2fcda83b3bc2f767638692" }, "downloads": -1, "filename": "azure_servicefabric-6.2.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b7f84e6cef0cdf067d7d14faefd24e6e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1033593, "upload_time": "2018-05-17T00:00:03", "url": "https://files.pythonhosted.org/packages/37/6d/350b76a79023de4565d43199eb7fdccc64cc0e158fc71bab771bad7b4fc9/azure_servicefabric-6.2.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1f0f290a8c7ddc850a326a30e2570c62", "sha256": "61a1274354d2dec0ed22149df5bf7a97a8d8edc0b556eb726621af7c4a67593b" }, "downloads": -1, "filename": "azure-servicefabric-6.2.0.0.zip", "has_sig": false, "md5_digest": "1f0f290a8c7ddc850a326a30e2570c62", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1055775, "upload_time": "2018-05-17T00:00:05", "url": "https://files.pythonhosted.org/packages/f0/14/f4b34e945f73dc0b315ade4f388b94bd0e07c2a52c86d473c788bc5baaf8/azure-servicefabric-6.2.0.0.zip" } ], "6.3.0.0": [ { "comment_text": "", "digests": { "md5": "926b2aead83a8634628992155b45fa92", "sha256": "8724718ef48c2810dbd8609c193225fa1e037a2c9ce70c7263f5b031e2e8f208" }, "downloads": -1, "filename": "azure_servicefabric-6.3.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "926b2aead83a8634628992155b45fa92", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1084145, "upload_time": "2018-07-31T17:51:05", "url": "https://files.pythonhosted.org/packages/2c/d9/3e33ad19eb57988dff3aac06bab241736f86dc692a38c5ff6bb6fb959243/azure_servicefabric-6.3.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a0bc787fb41bbaac04ccfe21e5fa62ec", "sha256": "c82575cbdf95cc897c3230ea889d4e751d8760a2223857fe6fbeeea5b802e5e2" }, "downloads": -1, "filename": "azure-servicefabric-6.3.0.0.zip", "has_sig": false, "md5_digest": "a0bc787fb41bbaac04ccfe21e5fa62ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1107324, "upload_time": "2018-07-31T17:51:07", "url": "https://files.pythonhosted.org/packages/c6/3f/15df9c3321568bc89eec3f168c50710f603e32bcaba2c005fa5c794a2e5f/azure-servicefabric-6.3.0.0.zip" } ], "6.4.0.0": [ { "comment_text": "", "digests": { "md5": "929cfa948306a5c150f54e6a4b0109e0", "sha256": "8d9ff0bb440b42dee8915f75091edc29774a4915c14de063fb72d4831c8167b2" }, "downloads": -1, "filename": "azure_servicefabric-6.4.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "929cfa948306a5c150f54e6a4b0109e0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1175273, "upload_time": "2018-12-10T17:57:57", "url": "https://files.pythonhosted.org/packages/fd/9b/e56a0b6c764be5eb3658aff86c72882f41926e7b0288ccd358b65683769e/azure_servicefabric-6.4.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0c286aa87c8927c89c28d14a6ea1c91a", "sha256": "f049e8c4a179f1277f2ec60158f88caf14a50f7df491fc6841e360cd61746da1" }, "downloads": -1, "filename": "azure-servicefabric-6.4.0.0.zip", "has_sig": false, "md5_digest": "0c286aa87c8927c89c28d14a6ea1c91a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1198649, "upload_time": "2018-12-10T17:58:00", "url": "https://files.pythonhosted.org/packages/3a/97/2bc2f6c978bf86034514ca141120be03f2b42efe6b49a30abfb7222cfd07/azure-servicefabric-6.4.0.0.zip" } ], "6.5.0.0": [ { "comment_text": "", "digests": { "md5": "744bf6214e4a9d3489aa993d0d456005", "sha256": "12d5419f009091570f1009193708103aab331b739c82a9286a2c33a0fc59acb3" }, "downloads": -1, "filename": "azure_servicefabric-6.5.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "744bf6214e4a9d3489aa993d0d456005", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 372650, "upload_time": "2019-06-17T22:46:43", "url": "https://files.pythonhosted.org/packages/fd/92/5a3128fc5c2612de96201ac59c82fa824f8523cfa04d3f273c942f8f738f/azure_servicefabric-6.5.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cbe495529d3575e9451ed16faf82ebeb", "sha256": "85f0d42045517edae4cdfb6f26718a75e84358145e6891e29de3d53d5816030b" }, "downloads": -1, "filename": "azure-servicefabric-6.5.0.0.zip", "has_sig": false, "md5_digest": "cbe495529d3575e9451ed16faf82ebeb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 380376, "upload_time": "2019-06-17T22:46:45", "url": "https://files.pythonhosted.org/packages/33/2e/944173eda38a262adb0b02e725325cb34087aa18fc33023bf7e0224403ca/azure-servicefabric-6.5.0.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "744bf6214e4a9d3489aa993d0d456005", "sha256": "12d5419f009091570f1009193708103aab331b739c82a9286a2c33a0fc59acb3" }, "downloads": -1, "filename": "azure_servicefabric-6.5.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "744bf6214e4a9d3489aa993d0d456005", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 372650, "upload_time": "2019-06-17T22:46:43", "url": "https://files.pythonhosted.org/packages/fd/92/5a3128fc5c2612de96201ac59c82fa824f8523cfa04d3f273c942f8f738f/azure_servicefabric-6.5.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cbe495529d3575e9451ed16faf82ebeb", "sha256": "85f0d42045517edae4cdfb6f26718a75e84358145e6891e29de3d53d5816030b" }, "downloads": -1, "filename": "azure-servicefabric-6.5.0.0.zip", "has_sig": false, "md5_digest": "cbe495529d3575e9451ed16faf82ebeb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 380376, "upload_time": "2019-06-17T22:46:45", "url": "https://files.pythonhosted.org/packages/33/2e/944173eda38a262adb0b02e725325cb34087aa18fc33023bf7e0224403ca/azure-servicefabric-6.5.0.0.zip" } ] }