{ "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\n===================\n\nA great cloud needs great tools; we're excited to introduce *Azure CLI*, our next generation multi-platform command line experience for Azure.\n\nUsage\n=====\n.. code-block:: console\n\n $ az [ group ] [ subgroup ] [ command ] {parameters}\n\n\nGetting Started\n=====================\n\nAfter installation, use the ``az configure`` command to help setup your environment.\n\n.. code-block:: console\n\n $ az configure\n\nFor usage and help content, pass in the ``-h`` parameter, for example:\n\n.. code-block:: console\n\n $ az storage -h\n $ az vm create -h\n\nHighlights\n===========\n\nHere are a few features and concepts that can help you get the most out of the Azure CLI.\n\nThe following examples are showing using the ``--output table`` format, you can change your default using the ``$ az configure`` command.\n\nTab Completion\n++++++++++++++\n\nWe support tab-completion for groups, commands, and some parameters\n\n.. code-block:: console\n\n # looking up resource group and name\n $ az vm show -g [tab][tab]\n AccountingGroup RGOne WebPropertiesRG\n $ az vm show -g WebPropertiesRG -n [tab][tab]\n StoreVM Bizlogic\n $ az vm show -g WebPropertiesRG -n Bizlogic\n\nQuerying\n++++++++\n\nYou can use the ``--query`` parameter and the JMESPath query syntax to customize your output.\n\n.. code-block:: console\n\n $ az vm list --query '[].{name:name,os:storageProfile.osDisk.osType}'\n Name Os\n ---------------------- -------\n storevm Linux\n bizlogic Linux\n demo32111vm Windows\n dcos-master-39DB807E-0 Linux\n\nCreating a new Linux VM\n+++++++++++++++++++++++\nThe following block creates a new resource group in the 'westus' region, then creates a new Ubuntu VM. We automatically provide a series of smart defaults, such as setting up SSH with your ``~/.ssh/id_rsa.pub`` key. For more details, try ``az vm create -h``.\n\n.. code-block:: console\n\n $ az group create -l westus -n MyGroup\n Name Location\n ------- ----------\n MyGroup westus\n\n $ az vm create -g MyGroup -n MyVM --image ubuntults\n MacAddress ResourceGroup PublicIpAddress PrivateIpAddress\n ----------------- --------------- ----------------- ------------------\n 00-0D-3A-30-B2-D7 MyGroup 52.160.111.118 10.0.0.4\n\n $ ssh 52.160.111.118\n Welcome to Ubuntu 14.04.4 LTS (GNU/Linux 3.19.0-65-generic x86_64)\n\n System information as of Thu Sep 15 20:47:31 UTC 2016\n\n System load: 0.39 Memory usage: 2% Processes: 80\n Usage of /: 39.6% of 1.94GB Swap usage: 0% Users logged in: 0\n\n jasonsha@MyVM:~$\n\nMore Samples and Snippets\n+++++++++++++++++++++++++\nFor more usage examples, take a look at our `GitHub samples repo `__.\n\nReporting issues and feedback\n=======================================\n\nIf you encounter any bugs with the tool please file an issue in the `Issues `__ section of our GitHub repo.\n\nTo provide feedback from the command line, try the ``az feedback`` command.\n\nLicense\n=======\n\n`MIT `__\n\n\n.. :changelog:\n\nRelease History\n===============\n\n* Introduced a new [Preview] status to tag to more clearly communicate to customers\n when a command group, command or argument is in preview status. This was previously\n called out in help text or communicated implicitly by the command module version number.\n The CLI will be removing version numbers for individual packages in the future, so this\n mechanism will be the sole way to communicate that a feature is in preview. Items which\n are not labeled as being in preview can be considered to be GA. Not that if a command is\n in preview, all of its arguments are as well, and, by extension, if a command group is\n labeled as being in preview, then all commands and arguments are considered to be in\n preview as well.\n\n As a result of this change, several command groups may seem to \"suddenly\" appear to be\n in a preview status with this release. What actually happened is that most packages were\n in a preview status, but are being deemed GA with this release.\n\n2.0.66\n++++++\n* Minor fixes.\n\n2.0.65\n++++++\n* Minor fixes.\n\n2.0.64\n++++++\n* Minor fixes.\n\n2.0.63\n++++++\n* Minor fixes.\n\n2.0.62\n++++++\n* Minor fixes.\n\n2.0.61\n++++++\n* Minor fixes.\n\n2.0.60\n++++++\n* Minor fixes.\n\n2.0.59\n++++++\n* Minor fixes.\n\n2.0.58\n++++++\n* Pinning versions of command modules for pip install.\n\n2.0.57\n++++++\n* Hot fix for issue 8399_.\n\n.. _8399: https://github.com/Azure/azure-cli/issues/8399\n\n2.0.56\n++++++\n* Minor fixes\n\n2.0.55\n++++++\n* Minor fixes\n\n2.0.54\n++++++\n* Minor fixes\n\n2.0.53\n++++++\n* Minor fixes\n\n2.0.52\n++++++\n* Minor fixes\n\n2.0.51\n++++++\n* Minor fixes\n\n2.0.50\n++++++\n* Minor fixes\n\n2.0.49\n++++++\n* Minor fixes\n\n2.0.48\n++++++\n* Fix Homebrew\n\n2.0.47\n++++++\n* Minor fixes\n\n2.0.46\n++++++\n* Minor fixes\n\n2.0.45\n++++++\n* Minor fixes\n\n2.0.44\n++++++\n* Minor fixes\n\n2.0.43\n++++++\n* Minor fixes\n\n2.0.42\n++++++\n* Minor fixes\n\n2.0.41\n++++++\n* Minor fixes\n\n2.0.40\n++++++\n* Minor fixes\n\n2.0.39\n++++++\n* MSI packaging change\n\n2.0.38\n++++++\n* Minor fixes\n\n2.0.37\n++++++\n* Minor fixes\n\n2.0.36\n++++++\n* Minor fixes\n\n2.0.35\n++++++\n* Minor fixes\n\n2.0.34\n++++++\n* Minor fixes\n\n2.0.33\n++++++\n* Minor fixes\n\n2.0.32\n++++++\n* Minor fixes\n\n2.0.31\n++++++\n* Minor fixes\n\n2.0.30\n++++++\n* Minor fixes\n\n2.0.29\n++++++\n* Minor fixes\n\n2.0.28\n++++++\n* Bug fix for 'ValueError: field 6 out of range (need a 48-bit value)' - https://github.com/Azure/azure-cli/issues/5184\n\n2.0.27\n++++++\n* Minor fixes\n\n2.0.26\n++++++\n* Minor fixes\n\n2.0.25\n++++++\n* Minor fixes\n\n2.0.24\n++++++\n* Minor fixes\n\n2.0.23\n++++++\n* Minor fixes\n\n2.0.22\n++++++\n* Remove `az component` commands. Use `az extension` instead. `az component` has been deprecated for several months now.\n\n2.0.21\n++++++\n* Minor fixes\n\n2.0.20\n++++++\n\n2.0.19 (2017-10-09)\n+++++++++++++++++++\n* no changes\n\n2.0.18 (2017-09-22)\n+++++++++++++++++++\n* no changes\n\n2.0.17 (2017-09-11)\n+++++++++++++++++++\n* no changes\n\n2.0.16 (2017-08-31)\n+++++++++++++++++++\n* no changes\n\n2.0.15 (2017-08-28)\n+++++++++++++++++++\n* no changes\n\n2.0.14 (2017-08-15)\n+++++++++++++++++++\n* no changes\n\n2.0.13 (2017-08-11)\n+++++++++++++++++++\n* no changes\n\n2.0.12 (2017-07-28)\n+++++++++++++++++++\n* no changes\n\n2.0.11 (2017-07-27)\n+++++++++++++++++++\n* Allow finer grained chunking for Data Lake Store transfer (#4014)\n\n2.0.10 (2017-07-07)\n+++++++++++++++++++\n* no changes\n\n2.0.9 (2017-06-21)\n++++++++++++++++++\n* no changes\n\n2.0.8 (2017-06-13)\n++++++++++++++++++\n* no changes\n\n2.0.7 (2017-05-30)\n++++++++++++++++++\n\n* Add billing modules to setup (#3465)\n\n2.0.6 (2017-05-09)\n++++++++++++++++++\n\n* documentdb renamed to cosmosdb\n* Add rdbms\n\n2.0.5 (2017-05-05)\n++++++++++++++++++\n\n* Include Data Lake Analytics and Data Lake Store modules.\n* Include Cognitive Services module.\n* Include Service Fabric module.\n* Include Interactive module.\n* Remove Container module\n\n2.0.4 (2017-04-28)\n++++++++++++++++++\n\n* Add 'az -v' as shortcut for 'az --version' (#2926)\n\n2.0.3 (2017-04-17)\n++++++++++++++++++\n\n* Improve performance of package load and command execution (#2819)\n* Alter JSON string parsing from shell (#2705)\n\n2.0.2 (2017-04-03)\n++++++++++++++++++\n\n* Add acr, lab and monitor modules to default list.\n\n2.0.1 (2017-03-13)\n++++++++++++++++++\n\n* Add 'az find' module\n\n2.0.0 (2017-02-27)\n++++++++++++++++++\n\n* GA release.\n\n0.1.2rc2 (2017-02-22)\n+++++++++++++++++++++\n\n* Fix format of package readme on PyPI.\n\n\n0.1.2rc1 (2017-02-17)\n+++++++++++++++++++++\n\n* Handle cloud switching in more user friendly way + remove context\n* Include the following command modules by default:\n\nazure-cli-acs\nazure-cli-appservice\nazure-cli-batch\nazure-cli-cloud\nazure-cli-component\nazure-cli-configure\nazure-cli-container\nazure-cli-documentdb\nazure-cli-feedback\nazure-cli-iot\nazure-cli-keyvault\nazure-cli-network\nazure-cli-profile\nazure-cli-redis\nazure-cli-resource\nazure-cli-role\nazure-cli-sql\nazure-cli-storage\nazure-cli-vm\n\n\n0.1.1b3 (2017-01-30)\n++++++++++++++++++++\n\n* Support Python 3.6.\n\n\n0.1.1b2 (2017-01-19)\n++++++++++++++++++++\n\n* Modify telemetry code to be compatible with the change to azure-cli-core 0.1.1b2.\n\n\n0.1.1b1 (2017-01-17)\n++++++++++++++++++++\n\n* [Tab completion] Enable zsh compatibility mode for zsh shell for 'pip' installed CLI.\n* Modify telemetry code to be compatible with the change to azure-cli-core.\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", "package_url": "https://pypi.org/project/opal-azure-cli/", "platform": "", "project_url": "https://pypi.org/project/opal-azure-cli/", "project_urls": { "Homepage": "https://github.com/Azure/azure-cli" }, "release_url": "https://pypi.org/project/opal-azure-cli/2.0.70/", "requires_dist": [ "opal-azure-cli-acr", "opal-azure-cli-acs", "opal-azure-cli-advisor", "opal-azure-cli-ams", "opal-azure-cli-appservice", "opal-azure-cli-backup", "opal-azure-cli-batch", "opal-azure-cli-batchai", "opal-azure-cli-billing", "opal-azure-cli-botservice", "opal-azure-cli-cdn", "opal-azure-cli-cloud", "opal-azure-cli-cognitiveservices", "opal-azure-cli-command-modules-nspkg", "opal-azure-cli-configure", "opal-azure-cli-consumption", "opal-azure-cli-container", "opal-azure-cli-core", "opal-azure-cli-cosmosdb", "opal-azure-cli-deploymentmanager", "opal-azure-cli-dla", "opal-azure-cli-dls", "opal-azure-cli-dms", "opal-azure-cli-eventgrid", "opal-azure-cli-eventhubs", "opal-azure-cli-extension", "opal-azure-cli-feedback", "opal-azure-cli-find", "opal-azure-cli-hdinsight", "opal-azure-cli-interactive", "opal-azure-cli-iot", "opal-azure-cli-iotcentral", "opal-azure-cli-keyvault", "opal-azure-cli-kusto", "opal-azure-cli-lab", "opal-azure-cli-maps", "opal-azure-cli-monitor", "opal-azure-cli-natgateway", "opal-azure-cli-network", "opal-azure-cli-nspkg", "opal-azure-cli-policyinsights", "opal-azure-cli-privatedns", "opal-azure-cli-profile", "opal-azure-cli-rdbms", "opal-azure-cli-redis", "opal-azure-cli-relay", "opal-azure-cli-reservations", "opal-azure-cli-resource", "opal-azure-cli-role", "opal-azure-cli-search", "opal-azure-cli-security", "opal-azure-cli-servicebus", "opal-azure-cli-servicefabric", "opal-azure-cli-signalr", "opal-azure-cli-sql", "opal-azure-cli-sqlvm", "opal-azure-cli-storage", "opal-azure-cli-telemetry", "opal-azure-cli-vm", "azure-cli-nspkg (>=2.0.0)" ], "requires_python": "", "summary": "Microsoft Azure Command-Line Tools", "version": "2.0.70" }, "last_serial": 5626513, "releases": { "2.0.66": [ { "comment_text": "", "digests": { "md5": "438756baf30778563c83a57e31648ac3", "sha256": "0a57c2e5412b62ec42e80556a9c13ee8fc77024d29d15c9ae47fdec7ad3b5280" }, "downloads": -1, "filename": "opal_azure_cli-2.0.66-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "438756baf30778563c83a57e31648ac3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8208, "upload_time": "2019-06-17T18:45:58", "url": "https://files.pythonhosted.org/packages/27/e1/5281b0b63e07ff4435622fa3ac7f902cf3b66a81d43bd781127f03dacf44/opal_azure_cli-2.0.66-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f960fcf41807fd5f30be36ad49dc32e4", "sha256": "09518b561ec91112c745a43ac769552b376511d25805128f090ec32dcb31a83a" }, "downloads": -1, "filename": "opal-azure-cli-2.0.66.tar.gz", "has_sig": false, "md5_digest": "f960fcf41807fd5f30be36ad49dc32e4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8412, "upload_time": "2019-06-17T18:48:24", "url": "https://files.pythonhosted.org/packages/00/21/8f4ef0b5de65aede1588d18121373a03c08025188f4185d6acfd34e5fe74/opal-azure-cli-2.0.66.tar.gz" } ], "2.0.69": [ { "comment_text": "", "digests": { "md5": "2abad3cad48eac837eaff57111503af3", "sha256": "203ffeae780d1d9b3f2d462a6e157d5f79883bfb55b5231894269ef3e0ddd462" }, "downloads": -1, "filename": "opal_azure_cli-2.0.69-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2abad3cad48eac837eaff57111503af3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8218, "upload_time": "2019-07-29T18:59:26", "url": "https://files.pythonhosted.org/packages/61/48/65a0d1a77644776c847b9a9d212a874170eab545aa13d3eb118cec67fb1f/opal_azure_cli-2.0.69-py2.py3-none-any.whl" } ], "2.0.70": [ { "comment_text": "", "digests": { "md5": "bebac51a9a08bbdbbb1b4094bfb5718a", "sha256": "ba0e32901a6766fa6e9d4e1a326d891a5ac48ba889f4e226759f31eaea53937c" }, "downloads": -1, "filename": "opal_azure_cli-2.0.70-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "bebac51a9a08bbdbbb1b4094bfb5718a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8208, "upload_time": "2019-08-02T21:41:57", "url": "https://files.pythonhosted.org/packages/e7/27/5834bdedec368211c953b6282f1f5d410b0a37badf5d889999511c4d9b82/opal_azure_cli-2.0.70-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2592f8412555c1b4dc0c6ffc38508038", "sha256": "72b523c335f6b455aa5b365b9f07e19843b7638a7e94179c39462d62bcd19fa6" }, "downloads": -1, "filename": "opal-azure-cli-2.0.70.tar.gz", "has_sig": false, "md5_digest": "2592f8412555c1b4dc0c6ffc38508038", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8441, "upload_time": "2019-08-02T21:43:30", "url": "https://files.pythonhosted.org/packages/ca/1f/45b96b9901e59fb6bb8db02944a6b7e28c6593b8354e5036cab6fa1f0b17/opal-azure-cli-2.0.70.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bebac51a9a08bbdbbb1b4094bfb5718a", "sha256": "ba0e32901a6766fa6e9d4e1a326d891a5ac48ba889f4e226759f31eaea53937c" }, "downloads": -1, "filename": "opal_azure_cli-2.0.70-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "bebac51a9a08bbdbbb1b4094bfb5718a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8208, "upload_time": "2019-08-02T21:41:57", "url": "https://files.pythonhosted.org/packages/e7/27/5834bdedec368211c953b6282f1f5d410b0a37badf5d889999511c4d9b82/opal_azure_cli-2.0.70-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2592f8412555c1b4dc0c6ffc38508038", "sha256": "72b523c335f6b455aa5b365b9f07e19843b7638a7e94179c39462d62bcd19fa6" }, "downloads": -1, "filename": "opal-azure-cli-2.0.70.tar.gz", "has_sig": false, "md5_digest": "2592f8412555c1b4dc0c6ffc38508038", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8441, "upload_time": "2019-08-02T21:43:30", "url": "https://files.pythonhosted.org/packages/ca/1f/45b96b9901e59fb6bb8db02944a6b7e28c6593b8354e5036cab6fa1f0b17/opal-azure-cli-2.0.70.tar.gz" } ] }