{ "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 Batch 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 `Batch 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-batch%2FREADME.png\n\n\n.. :changelog:\n\nRelease History\n===============\n\n7.0.0 (2019-08-05)\n++++++++++++++++++\n\n- Added ability to specify a collection of public IPs on `NetworkConfiguration` via the new `public_ips` property. This guarantees nodes in the Pool will have an IP from the list user provided IPs.\n- Added ability to mount remote file-systems on each node of a pool via the `mount_configuration` property on `Pool`.\n- Shared Image Gallery images can now be specified on the `id` property of `ImageReference` by referencing the image via its ARM ID.\n- **[Breaking]** When not specified, the default value for `wait_for_success` on `StartTask` is now `True` (was `False`).\n- **[Breaking]** When not specified, the default value for `scope` on `AutoUserSpecification` is now always `Pool` (was `Task` on Windows nodes, `Pool` on Linux nodes).\n- **Breaking** Model signatures are now using only keywords-arguments syntax. Each positional argument must be rewritten as a keyword argument.\n- Enum types now use the \"str\" mixin (class AzureEnum(str, Enum)) to improve the behavior when unrecognized enum values are encountered.\n\n6.0.0 (2019-01-14)\n++++++++++++++++++\n\n- **[Breaking]** ResourceFile improvements\n - Added the ability specify an entire Azure Storage container in `ResourceFile`.\n - A new property `HttpUrl` replaces `BlobSource`. This can be any HTTP URL. Previously, this had to be an Azure Blob Storage URL.\n - When constructing a `ResourceFile` you can now choose from one of the following options:\n - `HttpUrl`: Specify an HTTP URL pointing to a specific file to download.\n - `StorageContainerUrl`: Specify an Azure Storage container URL. All blobs matching the `BlobPrefix` in the Storage container will be downloaded.\n - `AutoStorageContainerName`: Specify the name of a container in the Batch registered auto-storage account. All blobs matching the `BlobPrefix` in the Storage container will be downloaded.\n- **[Breaking]** Removed `OSDisk` property from `VirtualMachineConfiguration`. This property is no longer supported.\n- **[Breaking]** `Application` no longer has a `Packages` property, instead the packages can be retrieved via the new `ApplicationPackage.List` API.\n- **[Breaking]** `TargetOsVersion` is now `OsVersion`, and `CurrentOsVersion` is no longer supported on `CloudServiceConfiguration`.\n- Added support on Windows pools for creating users with a specific login mode (either `Batch` or `Interactive`) via `WindowsUserConfiguration.LoginMode`.\n- Added support for `ContainerConfiguration` when creating a pool.\n\n5.0.1 (2018-05-25)\n++++++++++++++++++\n\n**Bugfixes**\n\n- Compatibility of the sdist with wheel 0.31.0\n- msrestazure dependency version range\n\n5.0.0 (2017-11-13)\n++++++++++++++++++\n\n- Batch Pools are now ARM resources that can be created, updated and managed using the new client.PoolOperations.\n- Batch Certificates are now ARM resources that can be created, updated and managed using the new client.CertificateOperations.\n\n4.1.0 (2017-07-24)\n++++++++++++++++++\n\n- New operation to check the availability and validity of a Batch account name.\n\n4.0.0 (2017-05-10)\n++++++++++++++++++\n\n- New operation to list the operations available for the Microsoft.Batch provider, includes new `Operation` and `OperationDisplay` models.\n- Renamed `AddApplicationParameters` to `ApplicationCreateParameters`.\n- Renamed `UpdateApplicationParameters` to `ApplicationUpdateParameters`.\n- Removed `core_quota` attribute from `BatchAccount` object, now replaced by separate `dedicated_core_quota` and `low_priority_core_quota`.\n- `BatchAccountKeys` object now has additional `account_name` attribute.\n\n3.0.1 (2017-04-19)\n++++++++++++++++++\n\n- This wheel package is now built with the azure wheel extension\n\n3.0.0 (2017-03-07)\n++++++++++++++++++\n\n- Updated `BatchAccount` model - support for pool allocation in the user's subscription.\n- Updated `BatchAccount` model - support for referencing an Azure Key Vault for accounts created with a pool allocation mode of UserSubscription.\n- Updated `BatchAccount` model - properties are now read only.\n- Updated `ApplicationPackage` model - properties are now read only.\n- Updated `BatchAccountKeys` model - properties are now read only.\n- Updated `BatchLocationQuota` model - properties are now read only.\n\n2.0.0 (2016-10-04)\n++++++++++++++++++\n\n- Renamed `AccountResource` to `BatchAccount`.\n- Renamed `AccountOperations` to `BatchAccountOperations`. The `IBatchManagementClient.Account` property was also renamed to `IBatchManagementClient.BatchAccount`.\n- Split `Application` and `ApplicationPackage` operations up into two separate operation groups. \n- Updated `Application` and `ApplicationPackage` methods to use the standard `Create`, `Delete`, `Update` syntax. For example creating an `Application` is done via `ApplicationOperations.Create`.\n- Renamed `SubscriptionOperations` to `LocationOperations` and changed `SubscriptionOperations.GetSubscriptionQuotas` to be `LocationOperations.GetQuotas`.\n- This version targets REST API version 2015-12-01.\n\n1.0.0 (2016-08-09)\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-batch", "package_url": "https://pypi.org/project/azure-mgmt-batch/", "platform": "", "project_url": "https://pypi.org/project/azure-mgmt-batch/", "project_urls": { "Homepage": "https://github.com/Azure/azure-sdk-for-python" }, "release_url": "https://pypi.org/project/azure-mgmt-batch/7.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 Batch Management Client Library for Python", "version": "7.0.0" }, "last_serial": 5673750, "releases": { "0.30.0rc2": [ { "comment_text": "", "digests": { "md5": "b1a51af7703e215ed6c9e5c7a19452c0", "sha256": "e36136c01b4f775c23d13edc510bd9dc4932e0460a53ef9e67b2ef28c2f5a22d" }, "downloads": -1, "filename": "azure_mgmt_batch-0.30.0rc2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b1a51af7703e215ed6c9e5c7a19452c0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 38624, "upload_time": "2016-03-31T23:24:49", "url": "https://files.pythonhosted.org/packages/f5/77/df90a6ea4b6331117e95bb6595650761efbee412fed9d81ae05618d6c487/azure_mgmt_batch-0.30.0rc2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3b6edfb3487a86cd519c4f5d97eec4ee", "sha256": "5ba66cb115ed7cc721d8e921d9acaa55ed01ba5421e9f164824021bd20904c17" }, "downloads": -1, "filename": "azure-mgmt-batch-0.30.0rc2.zip", "has_sig": false, "md5_digest": "3b6edfb3487a86cd519c4f5d97eec4ee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41217, "upload_time": "2016-03-31T23:25:29", "url": "https://files.pythonhosted.org/packages/d1/42/b7790d8fcb07d84b769e0342d7c21cef424259ee3e9a6acbca2b83fc2230/azure-mgmt-batch-0.30.0rc2.zip" } ], "0.30.0rc3": [ { "comment_text": "", "digests": { "md5": "15c3865b89d0cf0f072bf370e4e9cf06", "sha256": "ce02ec094d1f4e3f05f82cb13962a93454eac7f71798e8118a5c187c01de22ad" }, "downloads": -1, "filename": "azure_mgmt_batch-0.30.0rc3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "15c3865b89d0cf0f072bf370e4e9cf06", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 38679, "upload_time": "2016-04-26T23:34:58", "url": "https://files.pythonhosted.org/packages/f7/6d/0807db82a7052252275a44c76e11c568798d7fb9b6317366e35bbd47df7b/azure_mgmt_batch-0.30.0rc3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f169e31c1f0b3dcf24e250283174385d", "sha256": "333452360161c304c4fac8b77260fbe29cff0b063915b80edaf0ce6fb98a4661" }, "downloads": -1, "filename": "azure-mgmt-batch-0.30.0rc3.zip", "has_sig": false, "md5_digest": "f169e31c1f0b3dcf24e250283174385d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41276, "upload_time": "2016-04-26T23:31:55", "url": "https://files.pythonhosted.org/packages/be/23/d0d9ee53432299f5676c25579c6f3bb3364b8c3b532ecf4af51abe94274b/azure-mgmt-batch-0.30.0rc3.zip" } ], "0.30.0rc4": [ { "comment_text": "", "digests": { "md5": "1f6b9626d09fb0f134ab96a2026aefae", "sha256": "6403a5c28d4239e166004b4a35349cd8f6204d58553273ebeed7eb714b7322b9" }, "downloads": -1, "filename": "azure_mgmt_batch-0.30.0rc4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1f6b9626d09fb0f134ab96a2026aefae", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 37836, "upload_time": "2016-05-25T22:30:32", "url": "https://files.pythonhosted.org/packages/05/dc/5d1730d8eeb9011cd3bdc9d379adb7dde6628ce61e65f48631bd31f10aa5/azure_mgmt_batch-0.30.0rc4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b8bfb8982a8419cc0a43eb2b74d0463f", "sha256": "5b00f7ab50f2034fce8b21f4e5cfe04619953febc1b2feebeadc3ac4dcf13000" }, "downloads": -1, "filename": "azure-mgmt-batch-0.30.0rc4.zip", "has_sig": false, "md5_digest": "b8bfb8982a8419cc0a43eb2b74d0463f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40410, "upload_time": "2016-05-25T22:27:21", "url": "https://files.pythonhosted.org/packages/82/3c/f447059cdeb5bd1205f6247aec5aabcdc55972cfac9f9a1693907ce24f58/azure-mgmt-batch-0.30.0rc4.zip" } ], "0.30.0rc5": [ { "comment_text": "", "digests": { "md5": "33d641141020fb969e315857d03d78cc", "sha256": "f9baa61ee4b586c4169103986393ee3def5e04340de3c6810285d49bb3c124dc" }, "downloads": -1, "filename": "azure_mgmt_batch-0.30.0rc5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "33d641141020fb969e315857d03d78cc", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 37800, "upload_time": "2016-06-23T23:28:54", "url": "https://files.pythonhosted.org/packages/95/1e/45e805bef5aa1e5f569e75cafbdaa229e0a076f2d3a88b2d0e0e49479864/azure_mgmt_batch-0.30.0rc5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "90b8caa69c9733f585b8e43620596a7e", "sha256": "d586a1358cd4ad0d07acc34609505aeefb3a2ea9f77a2f09812b8cd7493250c3" }, "downloads": -1, "filename": "azure-mgmt-batch-0.30.0rc5.zip", "has_sig": false, "md5_digest": "90b8caa69c9733f585b8e43620596a7e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40521, "upload_time": "2016-06-23T23:30:34", "url": "https://files.pythonhosted.org/packages/61/2e/327831ffcc48c23d48c2d7bf58cd71020e03a95a82a3eea1087d8d0f9d3b/azure-mgmt-batch-0.30.0rc5.zip" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "31146440ab7190af75db51ff60a74f3a", "sha256": "72f3f4913c96ad73d18ca6a60a4db4a6d6284c14b8d9f857141b28fb216db240" }, "downloads": -1, "filename": "azure_mgmt_batch-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "31146440ab7190af75db51ff60a74f3a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 29907, "upload_time": "2016-08-10T16:14:22", "url": "https://files.pythonhosted.org/packages/7c/53/2c8a2c3dde4786d7d9762e755efaecc016f70e3314b7e69884fe493b291d/azure_mgmt_batch-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5aa43ce8420c89b5d60d2ddc1f586615", "sha256": "3af7750aff8ccacaf73ec482bfa5c5c7ea57ca1fa9c51541da6564d91583e5eb" }, "downloads": -1, "filename": "azure-mgmt-batch-1.0.0.zip", "has_sig": false, "md5_digest": "5aa43ce8420c89b5d60d2ddc1f586615", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33299, "upload_time": "2016-08-10T16:14:24", "url": "https://files.pythonhosted.org/packages/14/15/315e59a9a3c7db95c9d653cec963d6dbb935a11335b5679aecf229d600f5/azure-mgmt-batch-1.0.0.zip" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "9af7f0f69cd9dc6ba2a998abb25bf8e8", "sha256": "b3752e346eedcd2c7989a927898d31f24990795e6d0d882072530d6ef3a3f06a" }, "downloads": -1, "filename": "azure_mgmt_batch-2.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9af7f0f69cd9dc6ba2a998abb25bf8e8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 39602, "upload_time": "2016-10-04T23:14:44", "url": "https://files.pythonhosted.org/packages/1f/22/9a2f0aed1edc1adfa07acb2554051ff9e92320f7f83392f73c9845116b11/azure_mgmt_batch-2.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bb277d1cd8717882dd5f0abdcce49682", "sha256": "3ff567e5c23a5619fc6a1ef67ee1dac96e6f429cc2c230ede318fc3c8fc458b4" }, "downloads": -1, "filename": "azure-mgmt-batch-2.0.0.zip", "has_sig": false, "md5_digest": "bb277d1cd8717882dd5f0abdcce49682", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33241, "upload_time": "2016-10-04T23:14:47", "url": "https://files.pythonhosted.org/packages/c3/2a/92bd60023d318f187da118317625e4176dc3fd0e60651125d02ef30fdc5a/azure-mgmt-batch-2.0.0.zip" } ], "3.0.0": [ { "comment_text": "", "digests": { "md5": "d7ca6857886c76a9b0638f188983f8c5", "sha256": "2d76a02b5718089ff519250a9d42fb24fc4d1209b6de05a8c7108521c8fc592f" }, "downloads": -1, "filename": "azure_mgmt_batch-3.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d7ca6857886c76a9b0638f188983f8c5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 34156, "upload_time": "2017-03-08T23:15:45", "url": "https://files.pythonhosted.org/packages/b2/25/8e9152066f2c86ff5e8b389f20e2e8489a4883c31df9a29a5b7ae2ce0d71/azure_mgmt_batch-3.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "70be0f8eea6f5a9e7db32060b1a47ad2", "sha256": "7506aa3c74cb8707137b8f5a8833c8365ec71f13cf3de26fe501ef2a864b18e1" }, "downloads": -1, "filename": "azure-mgmt-batch-3.0.0.zip", "has_sig": false, "md5_digest": "70be0f8eea6f5a9e7db32060b1a47ad2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35056, "upload_time": "2017-03-08T23:15:46", "url": "https://files.pythonhosted.org/packages/34/15/2771dbf91a0c260db1d8c00bedfc48c91a40d1a96e046498b25e69d0cf0a/azure-mgmt-batch-3.0.0.zip" } ], "3.0.1": [ { "comment_text": "", "digests": { "md5": "3f8b57429b1210b6a7049198bb971024", "sha256": "561f747c8d41acf389cde695aa46eb81dacac7cd76a1e5b157130bb614f29d2b" }, "downloads": -1, "filename": "azure_mgmt_batch-3.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3f8b57429b1210b6a7049198bb971024", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 31982, "upload_time": "2017-04-19T16:58:02", "url": "https://files.pythonhosted.org/packages/59/7c/c13081c4ed2885cc25912977393a41921101474113c5e0007597f233fabf/azure_mgmt_batch-3.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3ba3cde72704bc880b9bef20738a35e5", "sha256": "47127ae865b0a4a07316cd749c3475361be44e5fad45bb2eec0bc20406cbcfd6" }, "downloads": -1, "filename": "azure-mgmt-batch-3.0.1.zip", "has_sig": false, "md5_digest": "3ba3cde72704bc880b9bef20738a35e5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42019, "upload_time": "2017-04-19T16:58:04", "url": "https://files.pythonhosted.org/packages/ef/1a/9ad5de1003adc6c034a9ec861aa4674c85a9cb1b6b567596172b255767bf/azure-mgmt-batch-3.0.1.zip" } ], "4.0.0": [ { "comment_text": "", "digests": { "md5": "983ba4e46399e390ac68814ff786d256", "sha256": "0173ce86c01e1d48d6976d74c632f5cfa13f64add24cdc755b94d387f73c2fa1" }, "downloads": -1, "filename": "azure_mgmt_batch-4.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "983ba4e46399e390ac68814ff786d256", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 36127, "upload_time": "2017-05-10T21:12:55", "url": "https://files.pythonhosted.org/packages/f8/27/dbe11a61a533edee18c03b43d0e45eb94fda797bea9004a30a50d33bdfe7/azure_mgmt_batch-4.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "685d8fadc49b1d836abe1ab7cecbaf97", "sha256": "a0ca8500724736f6a5789ae671f38006924b95985a82507d73fcb10c1230defb" }, "downloads": -1, "filename": "azure-mgmt-batch-4.0.0.zip", "has_sig": false, "md5_digest": "685d8fadc49b1d836abe1ab7cecbaf97", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 46401, "upload_time": "2017-05-10T21:12:56", "url": "https://files.pythonhosted.org/packages/a6/d1/dfe06960634579289612aa24162b3fc053af966f886d96d414e4c4cf6e26/azure-mgmt-batch-4.0.0.zip" } ], "4.1.0": [ { "comment_text": "", "digests": { "md5": "251b29fee76cafc4832b9dd1a8c4ab97", "sha256": "2d0bd11add9a39679dca912ef84a02d51353488e66c036168ac49b7d42d68112" }, "downloads": -1, "filename": "azure_mgmt_batch-4.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "251b29fee76cafc4832b9dd1a8c4ab97", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 38608, "upload_time": "2017-07-24T21:14:17", "url": "https://files.pythonhosted.org/packages/e8/fb/fc700d1bf51c4359efb36aae643579b9bc6fabb5660403d5fb39293d028f/azure_mgmt_batch-4.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "eb5ef4f0f45c0d7a747f17d34a420dd9", "sha256": "2e69f407dc8a94d87316ee6a82b6f3c1d6997b84e337042c3c4ed6450adcd359" }, "downloads": -1, "filename": "azure-mgmt-batch-4.1.0.zip", "has_sig": false, "md5_digest": "eb5ef4f0f45c0d7a747f17d34a420dd9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 48928, "upload_time": "2017-07-24T21:14:19", "url": "https://files.pythonhosted.org/packages/de/27/910b77c194c1e88f7e50dbb1132ed8afd834636bb5e2daf65c33caded215/azure-mgmt-batch-4.1.0.zip" } ], "5.0.0": [ { "comment_text": "", "digests": { "md5": "8a54c654d0a0c000634cc4886beba7c8", "sha256": "e83988711449d1ad4fe3db5c88c2b08aede073b113f2c5b423af155b1bd5f944" }, "downloads": -1, "filename": "azure_mgmt_batch-5.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8a54c654d0a0c000634cc4886beba7c8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 88363, "upload_time": "2017-11-13T20:44:02", "url": "https://files.pythonhosted.org/packages/d2/72/7913e1468f559f65bfaa7633ea61379d665d6b60ad0df109f62bf3794e05/azure_mgmt_batch-5.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "51a6fdc51d9c4334ff26503709b04a45", "sha256": "bc8ab35d21a07e17a4007efeb14a607a86315be5577d521fac53239f2270a633" }, "downloads": -1, "filename": "azure-mgmt-batch-5.0.0.zip", "has_sig": false, "md5_digest": "51a6fdc51d9c4334ff26503709b04a45", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 99022, "upload_time": "2017-11-13T20:44:05", "url": "https://files.pythonhosted.org/packages/b3/5d/c2875edbd8718cd38286a239933416ef78ec8dec9d93b19edb2fb9fe41a2/azure-mgmt-batch-5.0.0.zip" } ], "5.0.1": [ { "comment_text": "", "digests": { "md5": "50bbf59087ffabd3652f38dcc0d2e750", "sha256": "d942e225180d07aae07a43e489ae0acbacd92651be3a019f4eb330a587028161" }, "downloads": -1, "filename": "azure_mgmt_batch-5.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "50bbf59087ffabd3652f38dcc0d2e750", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 87087, "upload_time": "2018-05-26T00:12:13", "url": "https://files.pythonhosted.org/packages/97/81/a9eb3fd2ab070159105b4cfe9640c24410ac8195286729d62bfdf871de94/azure_mgmt_batch-5.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fc6aa47af3def5fc9dd2fc5ca575d104", "sha256": "6e375ecdd5966ee9ee45b29c90a806388c27ceacc2cbd6dd406ff311b5d7da72" }, "downloads": -1, "filename": "azure-mgmt-batch-5.0.1.zip", "has_sig": false, "md5_digest": "fc6aa47af3def5fc9dd2fc5ca575d104", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 94620, "upload_time": "2018-05-26T00:12:14", "url": "https://files.pythonhosted.org/packages/8b/c3/ffd878e309a2e3905f9f4aa453344abad1e41caca33d495501c05074458c/azure-mgmt-batch-5.0.1.zip" } ], "6.0.0": [ { "comment_text": "", "digests": { "md5": "a1dd9486b3f44fa4a61b3f2a14efea11", "sha256": "a731e6269073690f65ada0e38de75ce07f48fbf17dcd7c59d98dc901882e81b7" }, "downloads": -1, "filename": "azure_mgmt_batch-6.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a1dd9486b3f44fa4a61b3f2a14efea11", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 70639, "upload_time": "2019-01-23T16:57:56", "url": "https://files.pythonhosted.org/packages/59/d2/ea45400b37ee1a620c3da18a186867e1a513ac395035b8c2366c128eedb1/azure_mgmt_batch-6.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c823f57614dad77f490dada2264ff809", "sha256": "dc929d2a0a65804c28a75dc00bb84ba581f805582a09238f4e7faacb15f8a2a3" }, "downloads": -1, "filename": "azure-mgmt-batch-6.0.0.zip", "has_sig": false, "md5_digest": "c823f57614dad77f490dada2264ff809", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 78197, "upload_time": "2019-01-23T16:57:58", "url": "https://files.pythonhosted.org/packages/3a/00/809a696c6823662e0c7a62895c95288467d4627949f42a20d119b0a0e573/azure-mgmt-batch-6.0.0.zip" } ], "7.0.0": [ { "comment_text": "", "digests": { "md5": "e67a39048b379b59bd8d56ed7b3ed554", "sha256": "7b92eca04ffcd9cd3cceede263141d3094b17b2da1c4f6a440f2c40bb5a5de22" }, "downloads": -1, "filename": "azure_mgmt_batch-7.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e67a39048b379b59bd8d56ed7b3ed554", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 81049, "upload_time": "2019-08-13T21:27:24", "url": "https://files.pythonhosted.org/packages/55/eb/d02bc4b187b163f7f29b2780354f3fc752d9ae3b25a3b85ba9485c6b0c92/azure_mgmt_batch-7.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2bb2569fa574bc6846e4182289b4923a", "sha256": "16c5b652b439b1a0a20366558f5c06858a3052d50b16a470bb80cd30f97abca1" }, "downloads": -1, "filename": "azure-mgmt-batch-7.0.0.zip", "has_sig": false, "md5_digest": "2bb2569fa574bc6846e4182289b4923a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 116027, "upload_time": "2019-08-13T21:27:26", "url": "https://files.pythonhosted.org/packages/7b/e5/4457999b46dc09512e7920c0f527838afc464f20afee4ea2b4cedf66e25a/azure-mgmt-batch-7.0.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e67a39048b379b59bd8d56ed7b3ed554", "sha256": "7b92eca04ffcd9cd3cceede263141d3094b17b2da1c4f6a440f2c40bb5a5de22" }, "downloads": -1, "filename": "azure_mgmt_batch-7.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e67a39048b379b59bd8d56ed7b3ed554", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 81049, "upload_time": "2019-08-13T21:27:24", "url": "https://files.pythonhosted.org/packages/55/eb/d02bc4b187b163f7f29b2780354f3fc752d9ae3b25a3b85ba9485c6b0c92/azure_mgmt_batch-7.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2bb2569fa574bc6846e4182289b4923a", "sha256": "16c5b652b439b1a0a20366558f5c06858a3052d50b16a470bb80cd30f97abca1" }, "downloads": -1, "filename": "azure-mgmt-batch-7.0.0.zip", "has_sig": false, "md5_digest": "2bb2569fa574bc6846e4182289b4923a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 116027, "upload_time": "2019-08-13T21:27:26", "url": "https://files.pythonhosted.org/packages/7b/e5/4457999b46dc09512e7920c0f527838afc464f20afee4ea2b4cedf66e25a/azure-mgmt-batch-7.0.0.zip" } ] }