{ "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 Cognitive Services 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 `Cognitive Services 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-cognitiveservices%2FREADME.png\n\n\n.. :changelog:\n\nRelease History\n===============\n\n5.0.0 (2019-06-21)\n++++++++++++++++++\n\n**Features**\n\n- Model CognitiveServicesAccount has a new parameter network_acls\n- Add operation check_domain_availability\n\n**General Breaking changes**\n\nThis version uses a next-generation code generator that *might* introduce breaking changes for some imports.\nIn summary, some modules were incorrectly visible/importable and have been renamed. This fixed several issues caused by usage of classes that were not supposed to be used in the first place.\n\n- CognitiveServicesManagementClient cannot be imported from `azure.mgmt.cognitiveservices.v20xx_yy_zz.cognitive_services_management_client` anymore (import from `azure.mgmt.cognitiveservices.v20xx_yy_zz` works like before)\n- CognitiveServicesManagementClientConfiguration import has been moved from `azure.mgmt.cognitiveservices.v20xx_yy_zz.cognitive_services_management_client` to `azure.mgmt.cognitiveservices.v20xx_yy_zz`\n- A model `MyClass` from a \"models\" sub-module cannot be imported anymore using `azure.mgmt.cognitiveservices.v20xx_yy_zz.models.my_class` (import from `azure.mgmt.cognitiveservices.v20xx_yy_zz.models` works like before)\n- An operation class `MyClassOperations` from an `operations` sub-module cannot be imported anymore using `azure.mgmt.cognitiveservices.v20xx_yy_zz.operations.my_class_operations` (import from `azure.mgmt.cognitiveservices.v20xx_yy_zz.operations` works like before)\n\nLast but not least, HTTP connection pooling is now enabled by default. You should always use a client as a context manager, or call close(), or use no more than one client per process.\n\n\n4.0.0 (2019-05-01)\n++++++++++++++++++\n\n**Features**\n\n- Model CognitiveServicesAccount has a new parameter custom_sub_domain_name\n- Model CognitiveServicesAccountUpdateParameters has a new parameter properties\n- Operation AccountsOperations.update now takes optional properties\n\n**Breaking changes**\n\n- Remove limited enum Kind and SkuName. Replace all usage by a simple string (e.g. \"Bing.SpellCheck.v7\")\n\n3.0.0 (2018-05-21)\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**Features**\n\n- Add \"resource_skus\" operation group\n- Update SKU list\n- Add \"accounts.get_usages\" operation\n- Client class can be used as a context manager to keep the underlying HTTP session open for performance\n\n**Bugfixes**\n\n- Compatibility of the sdist with wheel 0.31.0\n\n2.0.0 (2017-10-26)\n++++++++++++++++++\n\n**Breaking changes**\n\n- remove \"location\" as a constructor parameter\n- sku_name in \"check_sku_availability\" result is now a str (from an enum)\n- merge \"cognitive_services_accounts\" into \"accounts\" operation group\n- \"key_name\" is now required to regenerate keys\n- \"location/skus/kind/type\" are now required for \"list\" available skus\n\n1.0.0 (2017-05-01)\n++++++++++++++++++\n\n* No changes, this is the 0.30.0 approved as stable.\n\n0.30.0 (2017-05-01)\n+++++++++++++++++++\n\n* Initial Release (ApiVersion 2017-04-18)\n* This wheel package is now built with the azure wheel extension\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-cognitiveservices", "package_url": "https://pypi.org/project/azure-mgmt-cognitiveservices/", "platform": "", "project_url": "https://pypi.org/project/azure-mgmt-cognitiveservices/", "project_urls": { "Homepage": "https://github.com/Azure/azure-sdk-for-python" }, "release_url": "https://pypi.org/project/azure-mgmt-cognitiveservices/5.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 Cognitive Services Management Client Library for Python", "version": "5.0.0" }, "last_serial": 5433043, "releases": { "0.30.0": [ { "comment_text": "", "digests": { "md5": "6251f44af9bc322d671a7599cb37e145", "sha256": "d062c53d5856aadefcfdc82dc859687a6e2ae06edea3f9e0a6c9f8f7ebd98df1" }, "downloads": -1, "filename": "azure_mgmt_cognitiveservices-0.30.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6251f44af9bc322d671a7599cb37e145", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 31098, "upload_time": "2017-05-01T23:55:24", "url": "https://files.pythonhosted.org/packages/c3/0b/662d28b2208fef4eb9ba765a026c5c69765fca3a93ea99a8443ca82bbb91/azure_mgmt_cognitiveservices-0.30.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "338562fe9150e39406a6a4a3c33a81c3", "sha256": "cace48fc7be03f80defa59243528eff242d8a9fe57bfecd2a88c0f341f547f32" }, "downloads": -1, "filename": "azure-mgmt-cognitiveservices-0.30.0.zip", "has_sig": false, "md5_digest": "338562fe9150e39406a6a4a3c33a81c3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41941, "upload_time": "2017-05-01T23:55:25", "url": "https://files.pythonhosted.org/packages/89/f3/96a1099cbee0a91b34d7958c5649e95f2cb579b9440331938cb96f162ab2/azure-mgmt-cognitiveservices-0.30.0.zip" } ], "0.30.0rc5": [ { "comment_text": "", "digests": { "md5": "81637d1499ea3c8912d3aa1f32ae0b0c", "sha256": "ca41a4ed11aa6a58bb752d1bf975b9a71f5272f1748aebdd96916ea1bf79996c" }, "downloads": -1, "filename": "azure_mgmt_cognitiveservices-0.30.0rc5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "81637d1499ea3c8912d3aa1f32ae0b0c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 25610, "upload_time": "2016-06-23T23:29:04", "url": "https://files.pythonhosted.org/packages/e0/13/7ade407a005bb782262135e2a88b1855c93442791a974119a705e75d11a8/azure_mgmt_cognitiveservices-0.30.0rc5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ae2211a813c2bbc6eb13d681b351388e", "sha256": "c71ad43cfecee0a551a4f1bb9e0e0a7c6cef0e68112cd14907357f102e1ebf3a" }, "downloads": -1, "filename": "azure-mgmt-cognitiveservices-0.30.0rc5.zip", "has_sig": false, "md5_digest": "ae2211a813c2bbc6eb13d681b351388e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29050, "upload_time": "2016-06-23T23:30:42", "url": "https://files.pythonhosted.org/packages/cd/fa/b00213c3e3b4dd91dcea06824cee0e8a21512b2150edf4e4d876754e26e3/azure-mgmt-cognitiveservices-0.30.0rc5.zip" } ], "0.30.0rc6": [ { "comment_text": "", "digests": { "md5": "403652317d5760a7eeb0cbbb60d4a3a3", "sha256": "3542d58de9f9b611d5009fa0d01321420d240a31d3e9845de132d1c04880feda" }, "downloads": -1, "filename": "azure_mgmt_cognitiveservices-0.30.0rc6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "403652317d5760a7eeb0cbbb60d4a3a3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 21378, "upload_time": "2016-09-02T00:10:53", "url": "https://files.pythonhosted.org/packages/eb/74/5b6ca830371484c8c5640941695424be4609bcdac461adc20948de31af25/azure_mgmt_cognitiveservices-0.30.0rc6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f29238cbcfd79021034dd7a434113817", "sha256": "1cfffa7c13197c2bff1bdb8ad3c7a99fd955dae431cf3b3969039f3fc899cd2b" }, "downloads": -1, "filename": "azure-mgmt-cognitiveservices-0.30.0rc6.zip", "has_sig": false, "md5_digest": "f29238cbcfd79021034dd7a434113817", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24184, "upload_time": "2016-09-02T00:12:02", "url": "https://files.pythonhosted.org/packages/d6/13/a00cc6e1e24cf545e038f19e6fde1d0b0a0798d743fa35db9d772361fae5/azure-mgmt-cognitiveservices-0.30.0rc6.zip" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "3542d8b2336c3603c54ee0dfd8455ded", "sha256": "4993dce5a683fed6baa63b57077ce3d1f7b50b0f40d08353a93f7ace2accabf4" }, "downloads": -1, "filename": "azure_mgmt_cognitiveservices-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3542d8b2336c3603c54ee0dfd8455ded", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 31139, "upload_time": "2017-05-02T17:50:33", "url": "https://files.pythonhosted.org/packages/52/1f/52f414767db1ae911ab3755d498e0e7b59424b8cf7757ebf10d7b42fde43/azure_mgmt_cognitiveservices-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "878422a47bb137647cea734aea956d0f", "sha256": "9a124d5c8827c2af3eeb1e3829e116d0ae582d27eb0e49d6a250489b7be11582" }, "downloads": -1, "filename": "azure-mgmt-cognitiveservices-1.0.0.zip", "has_sig": false, "md5_digest": "878422a47bb137647cea734aea956d0f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41949, "upload_time": "2017-05-02T17:50:35", "url": "https://files.pythonhosted.org/packages/2d/98/998cc11d25751c3fc93078040c9f725641d34d3424dd9cada2b7edf585e4/azure-mgmt-cognitiveservices-1.0.0.zip" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "a137f49e4450153e1e6d634a1e48ceca", "sha256": "f18eb28e4ecf8a02044565e2362234e51bdbbf1aa210d21d70f3b9672c259a46" }, "downloads": -1, "filename": "azure_mgmt_cognitiveservices-2.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a137f49e4450153e1e6d634a1e48ceca", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 30138, "upload_time": "2017-10-26T18:51:33", "url": "https://files.pythonhosted.org/packages/c4/52/eb972aa1fed19daf51e11ffbd37584f03c5076dc1b12867bbd28190c9bc3/azure_mgmt_cognitiveservices-2.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8950396ecd71c1ceeb2310229ae7dbd9", "sha256": "bd4e1dcfbaa7b6dce5c236196f2cff0f3a92d7246e60eba888b03137f4fafa87" }, "downloads": -1, "filename": "azure-mgmt-cognitiveservices-2.0.0.zip", "has_sig": false, "md5_digest": "8950396ecd71c1ceeb2310229ae7dbd9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41135, "upload_time": "2017-10-26T18:51:34", "url": "https://files.pythonhosted.org/packages/94/1c/1407ddec10a46506193acb35a572284517930efebe836db3fe3b81d01e17/azure-mgmt-cognitiveservices-2.0.0.zip" } ], "3.0.0": [ { "comment_text": "", "digests": { "md5": "9027f1919e98769e61dd743bd833505d", "sha256": "36b406ee4b6652cd144a99309cd823ac1c726b0160120c14e4c35cb668f3f8ff" }, "downloads": -1, "filename": "azure_mgmt_cognitiveservices-3.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9027f1919e98769e61dd743bd833505d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 58195, "upload_time": "2018-05-21T22:03:46", "url": "https://files.pythonhosted.org/packages/8d/c8/222ea2f533c6b8f8656f3091101b4c3aa32c162d2a609d07d1ae00172515/azure_mgmt_cognitiveservices-3.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "29f518d98566528fdd3006c55c5c2f42", "sha256": "c3247f2786b996a5f328ebdaf65d31507571979e004de7a5ed0ff280f95d80b4" }, "downloads": -1, "filename": "azure-mgmt-cognitiveservices-3.0.0.zip", "has_sig": false, "md5_digest": "29f518d98566528fdd3006c55c5c2f42", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 68467, "upload_time": "2018-05-21T22:03:47", "url": "https://files.pythonhosted.org/packages/e0/34/def32a5bc74b565bc55ccfc9fd3a5ee3a8ccd36e6a98d6578167d7bbc65d/azure-mgmt-cognitiveservices-3.0.0.zip" } ], "4.0.0": [ { "comment_text": "", "digests": { "md5": "e4ffede78c1e98410fd3d4c572217b67", "sha256": "5fe07a428e53943eb4859f37bb4483c94346e55cd44c5df76577c942847cb5c0" }, "downloads": -1, "filename": "azure_mgmt_cognitiveservices-4.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e4ffede78c1e98410fd3d4c572217b67", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 56747, "upload_time": "2019-05-01T22:57:56", "url": "https://files.pythonhosted.org/packages/c2/e4/20a0dde974893c24337ff7a1124b2a694a394cafd59af39bcc6cd7305c9f/azure_mgmt_cognitiveservices-4.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4c98f49ab67444f432cfee5ea27cebe3", "sha256": "4d0b393ac6cc85bff4caa44f9d3a22db366e49f68b046f36864c57d3827feb17" }, "downloads": -1, "filename": "azure-mgmt-cognitiveservices-4.0.0.zip", "has_sig": false, "md5_digest": "4c98f49ab67444f432cfee5ea27cebe3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 66131, "upload_time": "2019-05-01T22:58:06", "url": "https://files.pythonhosted.org/packages/0c/09/799a94f857466b13e34149f00b880f72b66c80aa3e5893cb9e239ba49c54/azure-mgmt-cognitiveservices-4.0.0.zip" } ], "5.0.0": [ { "comment_text": "", "digests": { "md5": "6ee0aeb055559d5933cf963da5dd237e", "sha256": "33c5ef0194f1147978afbf082574822cab39c869e5b67888acd379c65731fb85" }, "downloads": -1, "filename": "azure_mgmt_cognitiveservices-5.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6ee0aeb055559d5933cf963da5dd237e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 31595, "upload_time": "2019-06-21T22:19:29", "url": "https://files.pythonhosted.org/packages/5d/d5/69bc1bac302704dc3e612347c5576c0a287a92a2ac3a5c0fc9bab0c83b9e/azure_mgmt_cognitiveservices-5.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7a14b34401117b63e3b64bf10ddc31b1", "sha256": "06245a7200bd1ed8a7a8ad3bce282011d6ba2faaae847f337cafd53d5d1efbd4" }, "downloads": -1, "filename": "azure-mgmt-cognitiveservices-5.0.0.zip", "has_sig": false, "md5_digest": "7a14b34401117b63e3b64bf10ddc31b1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41950, "upload_time": "2019-06-21T22:19:31", "url": "https://files.pythonhosted.org/packages/02/9c/747b7e7f5286a0498d99cc9445a6d96a87d52411db54193fc8703eb0b90c/azure-mgmt-cognitiveservices-5.0.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6ee0aeb055559d5933cf963da5dd237e", "sha256": "33c5ef0194f1147978afbf082574822cab39c869e5b67888acd379c65731fb85" }, "downloads": -1, "filename": "azure_mgmt_cognitiveservices-5.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6ee0aeb055559d5933cf963da5dd237e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 31595, "upload_time": "2019-06-21T22:19:29", "url": "https://files.pythonhosted.org/packages/5d/d5/69bc1bac302704dc3e612347c5576c0a287a92a2ac3a5c0fc9bab0c83b9e/azure_mgmt_cognitiveservices-5.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7a14b34401117b63e3b64bf10ddc31b1", "sha256": "06245a7200bd1ed8a7a8ad3bce282011d6ba2faaae847f337cafd53d5d1efbd4" }, "downloads": -1, "filename": "azure-mgmt-cognitiveservices-5.0.0.zip", "has_sig": false, "md5_digest": "7a14b34401117b63e3b64bf10ddc31b1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41950, "upload_time": "2019-06-21T22:19:31", "url": "https://files.pythonhosted.org/packages/02/9c/747b7e7f5286a0498d99cc9445a6d96a87d52411db54193fc8703eb0b90c/azure-mgmt-cognitiveservices-5.0.0.zip" } ] }