{ "info": { "author": "Microsoft Corporation", "author_email": "azpycli@microsoft.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "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" ], "description": "Microsoft Azure CLI 'network' Command Module\n============================================\n\nThis package is for the 'network' module.\ni.e. 'az network'\n\n\n.. :changelog:\n\nRelease History\n===============\n\n* Added command `list-service-tags`.\n* `dns zone import`: Fix issue where users could not import wildcard A records.\n* `watcher flow-log configure`: Fixed issue where flow logging could not be enabled in certain regions.\n\n2.5.1\n+++++\n* `application-gateway`: Added `waf-policy` commands to support custom WAF rules.\n* `application-gateway create/update`: Added `--waf-policy` and `--max-capacity` arguments.\n\n2.5.0\n+++++\n* [BREAKING CHANGE]: previously deprecated command group `network interface-endpoints` has been removed. Use `network private-endpoints` instead.\n* `network vnet subnet create/update`: Added `--nat-gateway` argument for attaching to a NAT gateway.\n* `dns zone import`: Fix issue where record names could not match a record type.\n\n2.4.0\n+++++\n* [BREAKING CHANGE] `vnet create/update`: Replaced `--cache` arugment with `--defer`.\n\n2.3.7\n+++++\n* `dns zone create`: Add auto name server delegation in parent during child zone creation\n\n2.3.6\n+++++\n* `vnet-gateway list-bgp-peer-status`: Fix table format not displaying.\n* `application-gateway rewrite-rule`: Add `list-request-headers` and `list-response-headers` commands.\n* `application-gateway rewrite-rule condition`: Add `list-server-variables` command.\n* `express-route port update`: Fixed an issue where updating link state on an express-route port would throw an unknown attribute exception.\n\n2.3.5\n+++++\n* `application-gateway`: Add `rewrite-rule` command group.\n\n2.3.4\n+++++\n* `vpn-connection update`: Fix issue where updating a VPN connection between gateways in different subscriptions would fail.\n\n2.3.3\n+++++\n* `vpn-connection create/update`: Add `--express-route-gateway-bypass` argument.\n* `express-route`: Port command groups from `express-route` extensions.\n* `express-route`: Added `express-route gateway` and `express-route port` command groups.\n* `express-route peering create/update`: Added argument `--legacy-mode`.\n* `express-route create/update`: Added argument `--allow-classic-operations` and `--express-route-port`.\n* `vnet-gateway create/update`: Add `--gateway-default-site` argument.\n* `vnet-gateway`: Added `ipsec-policy` commands.\n\n2.3.2\n+++++\n* `dns zone export`: Ensure exported CNAMEs are FQDNs.\n* `nic ip-config address-pool add/remove`: Add `--gateway-name` to support application gateway backend address pools.\n* `network watcher flow-log configure`: Add arguments `--traffic-analytics`, `--workspace` to support traffic analytics through a Log Analytics workspace.\n* `lb inbound-nat-pool create/update`: Add arguments `--idle-timeout`, `--floating-ip`.\n\n2.3.1\n++++++\n* `express-route update`: Fix issue where `--bandwidth` argument was ignored.\n* `ddos-protection update`: Fix issue with set comprehension causing stack trace.\n\n2.3.0\n+++++\n* `traffic-manager profile create/update`: Add support for `--custom-headers` and `--status-code-ranges`. Add support for new routing types: Subnet and Multivalue.\n* `traffic-manager endpoint create/update`: Add support for `--custom-headers` and `--subnets`.\n* `ddos-protection update`: Fix issue where supplying `--vnets \"\"` to remove vnets caused a strack trace.\n\n2.2.11\n++++++\n* `watcher flow-log configure`: Add support for `--format` and `--log-version`.\n* `dns zone update`: Finished issue where using \"\" to clear resolution and registration VNets didn't work.\n\n2.2.10\n++++++\n* `application-gateway waf-config set`: Added `--exclusion` argument to support WAF exclusions.\n\n2.2.9\n+++++\n* `application-gateway`: Added `root-cert` subcommands to handle trusted root certifcates.\n* `application-gateway create/update`:\n Added `--min-capacity` for configuring autoscale on v2 app gateways.\n Added `--custom-error-pages` for configuring custom error pages.\n* `application-gateway create`: Added `--zones` for availability zone support.\n* `application-gateway waf-config set`: Added arguments `--file-upload-limit`, `--max-request-body-size` and `--request-body-check`.\n\n2.2.8\n+++++\n* Deprecated `network interface-endpoint` command names in favor of `network private-endpoint`.\n* `express-route peering connection create`: Fix issue where `--peer-circuit` would not accept an ID.\n* `public-ip create`: Fix issue where `--ip-tags` did not work correctly.\n\n2.2.7\n+++++\n* `nic create` - Add `--app-gateway-address-pools` and `--gateway-name` arguments to support adding application\n gateway backend address pools to a NIC.\n* `nic ip-config create/update` - Add `--app-gateway-address-pools` and `--gateway-name` arguments to support adding application\n gateway backend address pools to a NIC.\n\n\n2.2.6\n+++++\n* Fix `network dns zone create`. Command succeeds even if the user has configured a default location. See #6052.\n* `network vnet peering create`: Deprecated `--remote-vnet-id`. Added --remote-vnet which accepts a name or ID.\n* `network vnet create`: Added support for multiple subnet prefixes with `--subnet-prefixes`.\n* `network vnet subnet create/update`: Added support for multiple subnet prefixes with `--address-prefixes`.\n* `network application-gateway create`: Fixed logic that prevented creating gateways with WAF_v2 or Standard_v2 SKU.\n* `network vnet subnet update`: Added `--service-endpoint-policy` convenience argument.\n\n2.2.5\n+++++\n* Add `network public-ip prefix` commands to support public IP prefixes features.\n* Add `network service-endpoint` commands to support service endpoint policy features.\n* Add `network lb outbound-rule` commands to support creation of Standard Load Balancer outbound rules.\n* Add `--public-ip-prefix` to `network lb frontend-ip create/update` to support frontend IP configurations using public IP prefixes.\n* Add `--enable-tcp-reset` to `network lb rule/inbound-nat-rule/inbound-nat-pool create/update`.\n* Add `--disable-outbound-snat` to `network lb rule create/update`.\n* Allow `network watcher flow-log show/configure` to be used with classic NSGs.\n* Add `network watcher run-configuration-diagnostic` command.\n* Fix `network watcher test-connectivity` command and add `--method`, `--valid-status-codes` and `--headers` properties.\n* `network express-route create/update`: Add `--allow-global-reach` flag.\n* `network vnet subnet create/update`: Add support for `--delegation`.\n* Added `network vnet subnet list-available-delegations` command.\n* `network traffic-manager profile create/update`: Added support for `--interval`, `--timeout` and `--max-failures` for Monitor configuration.\n Deprecated options `--monitor-path`, `--monitor-port` and `--monitor-protocol` in favor of `--path`, `--port`, `--protocol`.\n* `network lb frontend-ip create/update`: Fixed the logic for setting private IP allocation method. If a private IP address is provided, the\n allocation will be static. If no private IP address is provided, or empty string is provided for private IP address, allocation is dynamic.\n* `dns record-set * create/update`: Add support for `--target-resource`.\n* Add `network interface-endpoint` commands to query interface endpoint objects.\n* Add `network profile show/list/delete` for partial management of network profiles.\n* Add `network express-route peering connection` commands to manage peering connections between ExpressRoutes.\n\n2.2.4\n+++++\n* `network application-gateway ssl-policy predefined show`: exception handling to exit with code 3 upon a missing resource for consistency\n\n2.2.3\n+++++\n* Minor fixes\n\n2.2.2\n+++++\n* `dns`: Added dns support to 2017-03-09-profile for Azure Stack \n\n2.2.1\n++++++\n* Minor fixes\n\n2.2.0\n+++++\n* BREAKING CHANGE: 'show' commands log error message and fail with exit code of 3 upon a missing resource.\n* `network nic create/update/delete`: Add `--no-wait` support.\n* Added `network nic wait`.\n* `network vnet subnet list`: Argument `--ids` is deprecated.\n* `network vnet peering list`: Argument `--ids` is deprecated.\n* `network nsg rule list`: Added `--include-default` flag to include default security rules in the output.\n\n2.1.5\n++++++\n* `network dns zone import`: Fix issue where record types were case-sensitive. [#6602](https://github.com/Azure/azure-cli/issues/6602)\n\n2.1.4\n++++++\n* `network lb probe create`: support `Https` protocol [#6571](https://github.com/Azure/azure-cli/issues/6571)\n* `network traffic-manager endpoint create/update`: Fix issue where `--endpoint-status` was case sensitive. [#6502](https://github.com/Azure/azure-cli/issues/6502)\n\n2.1.3\n++++++\n* `network vnet peering`: a few improvements\n\n2.1.2\n++++++\n* `network watcher show-topology`: Fix issue where command would not work with vnet and/or subnet name. [#6326](https://github.com/Azure/azure-cli/issues/6326)\n\n2.1.1\n++++++\n* `network watcher`: Fix issue where certain commands would claim Network Watcher is not enabled for regions when it actually is. [#6264](https://github.com/Azure/azure-cli/issues/6264)\n\n2.1.0\n++++++\n* BREAKING CHANGE: `express-route auth list`, `express-route peering list`, `nic ip-config list`\n `nsg rule list`, `route-filter rule list`, `route-table route list`,\n `traffic-manager endpoint list`: Removed the `--ids` parameter.\n\n2.0.28\n++++++\n* `application-gateway create`: Fix issue where tags could not be set. [#5936](https://github.com/Azure/azure-cli/issues/5936)\n* `application-gateway http-settings create/update`: Add convenience argument `--auth-certs` to attach authentication certificates. [#4910](https://github.com/Azure/azure-cli/issues/4910)\n* `ddos-protection`: Added new commands to create DDoS protection plans .\n* `vnet create/update`: Added support for `--ddos-protection-plan` to associate a VNet to a DDoS protection plan.\n* `network route-table create/update`: Fix issue with `--disable-bgp-route-propagation` flag.\n* `network lb create/update`: Removed dummy arguments `--public-ip-address-type` and `--subnet-type`.\n* `sdist` is now compatible with wheel 0.31.0\n\n2.0.27\n++++++\n* `network dns zone import`: Support for importing of TXT records with RFC 1035 escape sequences.\n* `network dns zone export`: Support for exporting of TXT records with RFC 1035 escape sequences.\n* `network dns record-set txt add-record`: Support for TXT records with RFC 1035 escape sequences.\n\n2.0.26\n++++++\n* `network dns zone create/update`: Adding support for Private DNS zones.\n\n2.0.25\n++++++\n* BREAKING CHANGE: `route-filter rule create`: The `--tags` parameter is no longer supported.\n* Support Autorest 3.0 based SDKs\n* Fix issues with update commands in `express-route`, `nsg rule`, `public-ip`, `traffic manager profile` and `vnet-gateway` where some parameters erroneously had default values.\n* `network watcher`: Added `connection-monitor` commands.\n* `network watcher show-topology`: Added support to target `--vnet` and `--subnet`.\n\n2.0.24\n++++++\n* `network vnet-gateway vpn-client generate`: Fix missing client issue.\n\n2.0.23\n++++++\n* `network public-ip create`: Fix `--tags` option.\n* `network lb create`: Fix `--tags` option.\n* `network local-gateway create`: Fix `--tags` option.\n* `network nic create`: Fix `--tags` option.\n* `network vnet-gateway create`: Fix `--tags` option.\n* `network vpn-connection create`: Fix `--tags` option.\n\n2.0.22\n++++++\n* `application-gateway create`: `--cert-password` protected using secureString.\n* `application-gateway update`: Fix issue where `--sku` erroneously applied a default value.\n* `vpn-connection create`: `--shared-key` and `--authorization-key` protected using secureString.\n* `asg create`: Fix missing client issue.\n* `dns zone export`: Fix issue with exported names. Add `--file-name/-f` parameter.\n Fix issue where long TXT records were incorrectly exported.\n Fix issue where quoted TXT records were incorrectly exported without escaped quotes.\n* `dns zone import`: Fix issue where certain records were imported twice.\n* Restored `vnet-gateway root-cert` and `vnet-gateway revoked-cert` commands.\n\n2.0.21\n++++++\n* `vnet-gateway update`: Fix issue when trying to change to/from active-standby mode.\n* `application-gateway create/update`: Add support for HTTP2.\n\n2.0.20\n++++++\n* Update for CLI core changes.\n\n2.0.19\n++++++\n* `route-table create/update`: Add support for `--disable-bgp-route-propagation`.\n* `public-ip create/update`: Add support for `--ip-tags`\n\n2.0.18\n++++++\n* `dns`: Add support for CAA records.\n* `traffic-manager profile update`: Fix issue where profiles with endpoints could not be updated.\n* `vnet update`: Fix issue where `--dns-servers` didn't work depending on how the VNET was created (ARM deployment).\n* `dns zone import`: Fix issue where relative names were incorrectly imported.\n\n2.0.17\n++++++\n* minor fixes\n\n2.0.16 (2017-10-09)\n+++++++++++++++++++\n* `application-gateway address-pool create`: `--server` argument is not optional to allow creation of empty address pools.\n* `traffic-manager`: Updates to support latest features.\n\n\n2.0.15 (2017-09-22)\n+++++++++++++++++++\n* `lb/public-ip`: Add availability zone support.\n* `express-route`: Add support for IPv6 Microsoft Peering\n* Add `asg` application security group commands.\n* `nic create`: Added `--application-security-groups` support.\n* `nic ip-config create/update`: Added `--application-security-groups` support.\n* `nsg rule create/update`: Added `--source-asgs` and `--destination-asgs` support.\n* `vnet create/update`: Added `--ddos-protection` and `--vm-protection` support.\n* Added command: `vnet-gateway vpn-client show-url`\n\n2.0.14 (2017-09-11)\n+++++++++++++++++++\n* `vnet-gateway`: Added commands `list-bgp-peer-status`, `list-learned-routes` and `list-advertised-routes`\n* `vnet-gateway`: Added command `vpn-client generate`.\n\n\n2.0.13 (2017-08-28)\n+++++++++++++++++++\n* BC `vnet list-private-access-services`: renamed to `vnet list-endpoint-services`\n* BC `vnet subnet create/update`: renamed `--private-access-services` to `--service-endpoints`\n* `nsg rule create/update`: Add support for multiple IP ranges and port ranges.\n* `lb create`: Added support for SKU.\n* `public-ip create`: Added support for SKU.\n\n2.0.12 (2017-08-11)\n+++++++++++++++++++\n* `lb`: fixed issue where the certain child resource names did not resolve correctly when omitted\n* `application-gateway {subresource} delete`: Fixed issue where `--no-wait` was not honored.\n* `application-gateway http-settings update`: Fix issue where `--connection-draining-timeout` could not be turned off.\n* `[Network] Fix error - unexpected keyword argument 'sa_data_size_kilobyes'` : Fix where `az network vpn-connection ipsec-policy add` unexpected keyword argument 'sa_data_size_kilobyes'\n\n2.0.11 (2017-07-27)\n+++++++++++++++++++\n* Added `list-private-access-services` command\n* `vnet subnet create/update`: Added `--private-access-services` argument.\n* `application-gateway redirect-config create`: Fix issue where create command would fail. Fix issue where `--no-wait`\n would not work with update command.\n* `application-gateway url-path-map rule create`: Fix issue where certain parameters which should accept names or IDs\n would only accept IDs.\n\n2.0.10 (2017-07-07)\n+++++++++++++++++++\n* `application-gateway address-pool create/update`: fix bug when using the `--servers` argument.\n* `application-gateway`: add `redirect-config` commands\n* `application-gateway ssl-policy`: add `list-options`, `predefined list` and `predefined show` commands\n* `application-gateway ssl-policy set`: new arguments `--name`, `--cipher-suites`, `--min-protocol-version`\n* `application-gateway http-settings create/update`: new arguments `--host-name-from-backend-pool`, `--affinity-cookie-name`,\n `--enable-probe`, `--path`\n* `application-gateway url-path-map create/update`: new arguments `--default-redirect-config`, `--redirect-config`\n* `application-gateway url-path-map rule create`: new argument `--redirect-config`\n* `application-gateway url-path-map rule delete`: add support for `--no-wait`\n* `application-gateway probe create/update`: new arguments `--host-name-from-http-settings`, `--min-servers`, `--match-body`, `--match-status-codes`\n* `application-gateway rule create/update`: new argument `--redirect-config`\n\n\n2.0.9 (2017-06-21)\n++++++++++++++++++\n* `nic create/update`: Add support for `--accelerated-networking`.\n* BC `nic create`: Remove non-functional `--internal-dns-name-suffix` argument.\n\n2.0.8 (2017-06-13)\n++++++++++++++++++\n* `nic update/create`: Add support for --dns-servers.\n* `local-gateway create`: fix bug where --local-address-prefixes was ignored.\n* `vnet update`: Add support for --dns-servers.\n\n2.0.7 (2017-05-30)\n++++++++++++++++++\n\n* `express-route peering create`: fix bug when creating a peering without route filtering.\n* `express-route update`: fix bug where --provider and --bandwidth arguments did not work.\n* `network watcher show-topology`: Fix bug with location defaulting logic.\n* `network list-usages`: improve output for TSV and table format.\n* `application-gateway http-listener create`: Default frontend IP if only one exists.\n* `application-gateway rule create`: Default address pool, HTTP settings, and HTTP listener if\n only one exists.\n* `lb rule create`: Default frontend IP and backend pool if only one exists.\n* `lb inbound-nat-rule create`: Default frontend IP if only one exists.\n\n2.0.6 (2017-05-09)\n++++++++++++++++++\n\n* Minor fixes.\n\n2.0.5 (2017-05-05)\n++++++++++++++++++\n\n* Add `network watcher test-connectivity` command.\n* Add support for `--filters` parameter for `network watcher packet-capture create`.\n\n2.0.4 (2017-04-28)\n++++++++++++++++++\n\n* Add support for Application Gateway connection draining.\n* Add support for Application Gateway WAF rule set configuration.\n* Add support for ExpressRoute route filters and rules.\n* Add support for TrafficManager geographic routing.\n* Add support for VPN connection policy-based traffic selectors.\n* Add support for VPN connection IPSec policies.\n* Fix bug with `vpn-connection create` when using the `--no-wait` or `--validate` parameters.\n\n2.0.3 (2017-04-17)\n++++++++++++++++++\n\n* Add support for active-active VNet gateways\n* Remove nulls values from output of `network vpn-connection list/show` commands.\n* BC: Fix bug in the output of `vpn-connection create`\n* Fix bug where '--key-length' argument of 'vpn-connection create' was not parsed correctly.\n* Fix bug in `dns zone import` where records were not imported correctly.\n* Fix bug where `traffic-manager endpoint update` did not work.\n* Add 'network watcher' preview commands.\n\n2.0.2 (2017-04-03)\n++++++++++++++++++\n\n* [Network] Convert Load Balancer and App Gateway Create to Dynamic Templates (#2668)\n* Fix format bug. (#2549)\n* Add wait commands and --no-wait support (#2524)\n* [KeyVault] Command fixes (#2474)\n\n2.0.1 (2017-03-13)\n++++++++++++++++++\n\n* Fix: 'None' already exists. Replacing values. (#2390)\n* Convert network creates to use SDK (#2371)\n* Convert PublicIP Create to use SDK (#2294)\n* Convert VNet Create to use SDK (#2269)\n\n\n2.0.0 (2017-02-27)\n++++++++++++++++++\n\n* GA release.\n\n\n0.1.2rc2 (2017-02-22)\n+++++++++++++++++++++\n\n* Fix VPN connection create shared-key validator.\n* Add delete confirmation for DNS record-set delete.\n* Fix bug with local address prefixes.\n* Documentation updates.\n\n\n0.1.2rc1 (2017-02-17)\n+++++++++++++++++++++\n\n* DNS/Application-Gateway Fixes\n* Show commands return empty string with exit code 0 for 404 responses (#2117)'\n* DNS Zone Import/Export (#2040)\n* Restructure DNS Commands (#2112)\n\n0.1.1b2 (2017-01-30)\n+++++++++++++++++++++\n\n* Table output for 'network dns record-set list'.\n* Prompt confirmation for 'network dns zone delete'.\n* Support Python 3.6.\n\n0.1.1b1 (2017-01-17)\n+++++++++++++++++++++\n\n**Breaking changes**\n\nRenames --sku-name to --sku and removes the --sku-tier parameter. It is parsed from the SKU name.\n\nFor the application-gateway {subresource} list commands, changes the alias for the application gateway name from --name/-n to --gateway-name.\n\nRenames vpn-gateway commands to vnet-gateway commands for consistency with the SDK, Powershell, and the VPN connection commands.\n\nAdds 'name-or-id' logic to vpn-connection create so that you can specify the appropriate resource name instead of only the ID. Renames the related arguments to omit -id.\n\nRemoves --enable-bgp from the vnet-gateway create command.\n\n* Improvements to ExpressRoute update commands\n* RouteTable/Route command updates\n* VPN connection fixes\n* VNet Gateway Fixes and Enhancements\n* Application Gateway Commands and Fixes\n* DNS Fixes\n* DNS Record Set Create Updates\n* ExpressRoute peering client-side validation\n\n0.1.0b11 (2016-12-12)\n+++++++++++++++++++++\n\n* Preview 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/azure-cli", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "opal-azure-cli-network", "package_url": "https://pypi.org/project/opal-azure-cli-network/", "platform": "", "project_url": "https://pypi.org/project/opal-azure-cli-network/", "project_urls": { "Homepage": "https://github.com/Azure/azure-cli" }, "release_url": "https://pypi.org/project/opal-azure-cli-network/2.5.4/", "requires_dist": [ "azure-mgmt-network (==3.0.0)", "azure-mgmt-trafficmanager (==0.51.0)", "azure-mgmt-dns (==2.1.0)", "opal-azure-cli-core (>=2.0.68)", "azure-cli-command-modules-nspkg (>=2.0.0)" ], "requires_python": "", "summary": "Microsoft Azure Command-Line Tools Network Command Module", "version": "2.5.4" }, "last_serial": 5626560, "releases": { "2.5.1": [ { "comment_text": "", "digests": { "md5": "43f0aed0871ebf4c27ac21ee6e925d9c", "sha256": "9bb7695aef261dd83a821e1b451f5bfa8bb95d48c66752007400efa1d9413230" }, "downloads": -1, "filename": "opal_azure_cli_network-2.5.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "43f0aed0871ebf4c27ac21ee6e925d9c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 118630, "upload_time": "2019-06-17T18:47:34", "url": "https://files.pythonhosted.org/packages/43/e7/d760082592e3a4a08bcf8c3612991e3ac477506d0c7a455a970f250b8e35/opal_azure_cli_network-2.5.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3a7f3119a78a73263741eb39d326c5e2", "sha256": "7ed12e4580202a68aa5670b4a5c25f1b26dec5f010d8947ff08ec73233ea61bb" }, "downloads": -1, "filename": "opal-azure-cli-network-2.5.1.tar.gz", "has_sig": false, "md5_digest": "3a7f3119a78a73263741eb39d326c5e2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 117311, "upload_time": "2019-06-17T18:49:18", "url": "https://files.pythonhosted.org/packages/b0/9e/8860791d6cec751fb940026b393640dfb33b137c548b8fe45e7c79006fe2/opal-azure-cli-network-2.5.1.tar.gz" } ], "2.5.2": [ { "comment_text": "", "digests": { "md5": "8a85fff53c864716643eb2d3d8947788", "sha256": "0e762032c24f2560da2677a6917a286b99f320ace144e36f38a0a0bce5379e74" }, "downloads": -1, "filename": "opal_azure_cli_network-2.5.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8a85fff53c864716643eb2d3d8947788", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 118635, "upload_time": "2019-07-29T17:59:17", "url": "https://files.pythonhosted.org/packages/7d/a3/5661c7cb10100eeb05887ffdff8fbb753d449980d15b91f7d4d39f3db7bd/opal_azure_cli_network-2.5.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9f1d189253dcdfd3a99408024908e636", "sha256": "47bb511b5e613de8a626c6a55f7e62c3dccd021379a3e23763822df79a6f9338" }, "downloads": -1, "filename": "opal-azure-cli-network-2.5.2.tar.gz", "has_sig": false, "md5_digest": "9f1d189253dcdfd3a99408024908e636", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 117321, "upload_time": "2019-07-29T18:00:40", "url": "https://files.pythonhosted.org/packages/7d/5c/960fa0d203e6d9a13c5b54467d92bd58de5b7760e534557c5c3759dc2349/opal-azure-cli-network-2.5.2.tar.gz" } ], "2.5.3": [ { "comment_text": "", "digests": { "md5": "74ef1a236a537a33a1af6b564990f04a", "sha256": "d5e2421a9c910e9b2306aec1b853a53dee68477284b912df684f45746fd07683" }, "downloads": -1, "filename": "opal_azure_cli_network-2.5.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "74ef1a236a537a33a1af6b564990f04a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 118640, "upload_time": "2019-07-29T19:12:30", "url": "https://files.pythonhosted.org/packages/4b/fe/255d918b4f665338e5a2efba805de25a2aecefdc7729a3e93dbe2a708206/opal_azure_cli_network-2.5.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7d9f78c01af9d80d0c6680ddeedff62f", "sha256": "289e098d1a546689fa4b3fde2479193882313b345c077225558a3d871edfe333" }, "downloads": -1, "filename": "opal-azure-cli-network-2.5.3.tar.gz", "has_sig": false, "md5_digest": "7d9f78c01af9d80d0c6680ddeedff62f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 117326, "upload_time": "2019-07-29T19:12:33", "url": "https://files.pythonhosted.org/packages/93/a8/539ea157de46e177e81fe039c1d85d6b44a507c1cadab1d93dc015a3edab/opal-azure-cli-network-2.5.3.tar.gz" } ], "2.5.4": [ { "comment_text": "", "digests": { "md5": "eda7f64a699e1faa7c8fa1cd82adc99f", "sha256": "a7efa0b3c929fadf23162e6c73d6894229f21e4d1e298ceb35b1388c667595a3" }, "downloads": -1, "filename": "opal_azure_cli_network-2.5.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "eda7f64a699e1faa7c8fa1cd82adc99f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 118640, "upload_time": "2019-08-02T21:42:59", "url": "https://files.pythonhosted.org/packages/2a/66/0bba7f4fd804eb0c2fd58e898f9741d544a7138e647d76424e475a0adf9c/opal_azure_cli_network-2.5.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "653a5a17ee3795d5c33e61b1c1231bbc", "sha256": "bc3a98c4dfcff61069d05c6161b8da15eb48972b5c388f3f7c842c1ca34b5b7b" }, "downloads": -1, "filename": "opal-azure-cli-network-2.5.4.tar.gz", "has_sig": false, "md5_digest": "653a5a17ee3795d5c33e61b1c1231bbc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 117335, "upload_time": "2019-08-02T21:44:25", "url": "https://files.pythonhosted.org/packages/6e/5e/a502521d47447b0ff056290dfd23bb9c618aa8c5246f769446a266eebcea/opal-azure-cli-network-2.5.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "eda7f64a699e1faa7c8fa1cd82adc99f", "sha256": "a7efa0b3c929fadf23162e6c73d6894229f21e4d1e298ceb35b1388c667595a3" }, "downloads": -1, "filename": "opal_azure_cli_network-2.5.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "eda7f64a699e1faa7c8fa1cd82adc99f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 118640, "upload_time": "2019-08-02T21:42:59", "url": "https://files.pythonhosted.org/packages/2a/66/0bba7f4fd804eb0c2fd58e898f9741d544a7138e647d76424e475a0adf9c/opal_azure_cli_network-2.5.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "653a5a17ee3795d5c33e61b1c1231bbc", "sha256": "bc3a98c4dfcff61069d05c6161b8da15eb48972b5c388f3f7c842c1ca34b5b7b" }, "downloads": -1, "filename": "opal-azure-cli-network-2.5.4.tar.gz", "has_sig": false, "md5_digest": "653a5a17ee3795d5c33e61b1c1231bbc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 117335, "upload_time": "2019-08-02T21:44:25", "url": "https://files.pythonhosted.org/packages/6e/5e/a502521d47447b0ff056290dfd23bb9c618aa8c5246f769446a266eebcea/opal-azure-cli-network-2.5.4.tar.gz" } ] }