{ "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", "Programming Language :: Python :: 3.7" ], "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\n2.0.75\n++++++\n\n**AKS**\n\n* Set `--load-balancer-sku` default value to standard if supported by the kubernetes version\n* Set `--vm-set-type` default value to virtualmachinescalesets if supported by the kubernetes version\n\n**AMS**\n\n* BREAKING CHANGE:\n content-key-policy create:\n - Changed parameter --ask from utf-8 string to 32 character hex string.\n job start:\n - Changed the command from `job start` to `job create`.\n\n**AppConfig**\n\n* Using & in authorization header\n* Adding api-version to all requests\n* Upgrading SDK Version to 1.0.0\n\n**AppService**\n\n* Added \"webapp config access-restriction show | set | add | remove\"\n* az webapp up updated for better error-handling\n* az appservice plan update support Isolated SKU\n\n**ARM**\n\n* az deployment create: Add --handle-extended-json-format parameter to support multiline and comments in json template.\n\n**Compute**\n\n* vm create: Add --enable-agent configuration.\n* vm create: Use standard public IP SKU automatically when using zones.\n* vm create: Compose a valid computer name from VM name if computer name is not provided.\n* vmss create: Add --computer-name-prefix parameter to support custom computer name prefix of virtual machines in the VMSS.\n* Update galleries API version to 2019-07-01.\n* vm create: Add --workspace to enable log analytics workspace automatically.\n\n**IoT**\n\n* Fix #2116: Unexpected 'az iot hub show' error for resource not found.\n\n**Monitor**\n\n* az monitor log-analytics workspace: Support CRUD for Azure log analytics workspace.\n\n**Network**\n\n* az network private-dns link vnet create/update: Fixes #9851. Support cross-tenant virtual network linking.\n* [BREAKING CHANGE] network vnet subnet list: Fix #10401. `--resource-group` and `--vnet-name` are required now.\n\n**SQL**\n\n* New Cmdlets for sql mi ad-admin that supports setting AAD administrator on Managed instance\n\n**Storage**\n\n* az storage copy: Add --preserve-s2s-access-tier parameter to preserve access tier during service to service copy.\n* az storage account create/update: Add --enable-large-file-share parameter to support large file shares for storage account.\n\n2.0.74\n++++++\n\n**ACR**\n\n* Added a required `--type` parameter to command `az acr config retention update`\n* Param `-n, --name` changed to `-r, --registry` for `az acr config` command group.\n\n**AKS**\n\n* Add `--load-balancer-sku`, `--load-balancer-managed-outbound-ip-count`, `--load-balancer-outbound-ips` and `--load-balancer-outbound-ip-prefixes` to `az aks create` command, which allows for creating AKS cluster with SLB.\n* Add `--load-balancer-managed-outbound-ip-count`, `--load-balancer-outbound-ips` and `--load-balancer-outbound-ip-prefixes` to `az aks update` command, which allows for updating load balancer profile of an AKS cluster with SLB.\n* Add `--vm-set-type` to `az aks create` command, which allows to specify vm types of an AKS Cluster (vmas or vmss).\n\n**ARM**\n\n* az group deployment create: Add --handle-extended-json-format to support multiline and comments in json template\n* Update azure-mgmt-resource package to use 4.0.0\n\n**Compute**\n\n* vmss create: Add --terminate-notification-time parameters to support terminate scheduled event configurability.\n* vmss update: Add --enable-terminate-notification and --terminate-notification-time parameters to support terminate scheduled event configurability.\n* Update azure-mgmt-compute version to 8.0.0.\n* vm/vmss create: Support --priority, --eviction-policy, --max-billing parameters.\n* disk create: Allow specifying the exact size of the upload for customers who upload their disks directly.\n* snapshot create: Support incremental snapshots for managed disks.\n\n**Cosmos DB**\n\n* Add `--type ` to `az cosmosdb keys list` command to show key, read only keys or connection strings\n* Add `regenerate` to `az cosmosdb keys` group\n* Deprecate `az cosmosdb list-connection-strings`, `az cosmosdb regenerate-key` and `az cosmosdb list-read-only-keys`\n\n**EventGrid**\n\n* Fix the endpoint help text to refer to the right parameter (namely, to point to parameter `--endpoint` rather than `--endpoint-type` in event subscription commands).\n\n**Key Vault**\n\n* Fix #8840: When using tenant domain name in `az login -t`, `keyvault create` fails. Tenant domain name is now resolved to GUID if it is not.\n\n**Monitor**\n\n* monitor metrics alert create: Fix #9901. Support special character `:` in `--condition` argument.\n\n**Policy**\n\n* Support for Policy new API version 2019-06-01.\n* az policy assignment create: Add `--enforcement-mode` parameter for `az policy assignment create` command.\n\n**Storage**\n\n* Add --blob-type parameter for `az storage copy` command\n\n2.0.73\n++++++\n\n**ACR**\n\n* Added commands to configure retention policy (in preview): \"az acr config retention\"\n* [BREAKING] Disable the pull request trigger by default for ACR Tasks\n* az acr login --subscription: now supports cross tenant scenarios.\n\n**AKS**\n\n* Add support of ACR integration, which includes\n* Add `--attach-acr ` to `az aks create` command, which allows for attach the ACR to AKS cluster.\n* Add `--attach-acr ` and `--detach-acr ` to `az aks update` command, which allows to attach or detach the ACR from AKS cluster.\n\n**Aladdin**\n\n* Update Aladdin Service (az find) to v1.0 (GA)\n\n**ARM**\n\n* Update azure-mgmt-resource package to use 3.1.0, which utilizes API version 2019-05-10, allowing copy count to be zero.\n\n**AppService**\n\n* az webapp deployment source config-zip support for connection_verify\n* Add support for ACR images with az webapp create\n\n**Batch**\n\n* Expanded `--json-file` capabilities of `az batch pool create` to allow for specifying MountConfigurations for file system mounts(see https://docs.microsoft.com/en-us/rest/api/batchservice/pool/add#request-body for structure)\n* Expanded `--json-file` capabilities of `az batch pool create` with the optional property publicIPs on NetworkConfiguration. This allows specifying publicIPs to be used when deploying pools (see https://docs.microsoft.com/en-us/rest/api/batchservice/pool/add#request-body for structure)\n* Expanded `--image` capabilities to support Shared Image Galleries images. Similar to the commands support for Managed Images, to use a Shared Image Gallery image simply use the ARM ID as the value to the argument.\n* [BREAKING CHANGE] When not specified, the default value for `--start-task-wait-for-success` on `az batch pool create` is now true (was false).\n* [BREAKING CHANGE] The default value for Scope on AutoUserSpecification is now always Pool (was Task on Windows nodes, Pool on Linux nodes). This argument is not exposed via the commandline, but can be set in the `--json-file` arguments.\n\n**Cosmos DB**\n\n* Update azure-mgmt-cosmosdb to latest python 0.8.0 library\n* Populate DatabaseAccountCreateUpdateParameters with 2 new parameters to support Cassandra Connector Exchange(CCX) feature - enable_cassandra_connector, connector_offer\n\n**HDInsight**\n\n* `az hdinsight resize`: Make parameter `--workernode-count/-c` required\n* GA release\n\n**Key Vault**\n\n* Fix #10286: Unable to delete subnet from network rules.\n* Fix: Duplicated subnets and IP addresses can be added to network rules.\n\n**Network**\n\n* az network watcher flow-log: Fix #8132. Support `--interval` to set traffic analysis interval value.\n* az network application-gateway identity: Fix #10073 and #8244 Add support for setting identity in application-gateway.\n* az network application-gateway ssl-cert: Fix #8244. Add support for setting key vault id in application-gateway ssl-cert.\n* az network express-route peering peer-connection: Fix #9404. Onboard `show` and `list` command for Azure express route peering peer connection resource.\n* az network vnet-gateway create/update: Fix #9327. Support `--custom-routes` argument to set custom routes address space for VNet gateway and VPN client.\n\n**Policy**\n\n* Support for Policy new API version 2019-01-01\n\n**Storage**\n\n* [BREAKING CHANGE] `az storage remove`: remove --auth-mode argument\n\n2.0.72\n++++++\n\n**ACR**\n\n* Move to 2019-05-01 api-version, which follows replace semantics for ACR resource creation.\n* Breaking change: Classic SKU no longer supported.\n\n**API Management**\n\n* Introduced initial impementation of API Management preview commands (az apim)\n\n**AppConfig**\n\n* Added \"appconfig kv restore\" command.\n\n**AppService**\n\n* Fixed az webapp webjob continuous start command when specifying a slot.\n* az webapp up detects env folder and removes it from compressed file used for deployment\n\n**Backup**\n\n* Added Support for managed disk restore, InstantRP\n\n**keyvault**\n\n* Fix the bug in secret set command that ignores the expires argument\n\n**Network**\n\n* az network lb create/frontend-ip create: Fixes #10018. Support `--private-ip-address-version` argument to create IPv6 based private-ip-address \n* az network private-endpoint create/update/list-types: Fixes #9474. Support create/update/list-types commands for private endpoint.\n* az network private-link-service: Fixes #9475. Onboard commands for private link service.\n* az network vnet subnet update: Support `--private-endpoint-network-policies` and `--private-link-service-network-policies` arguments for update command.\n\n**RBAC**\n\n* Fix #10151 - `az ad app update --homepage` not updating homepage.\n* Derive service principal's display name from name in the create-for-rbac command\n\n**ServiceFabric**\n\n* Fix for issues #7145, #7880 and #7889 - fix for key vault and cert issues when creating a cluster.\n* Fix for issue #7130 - fix add cert command. Using the cluster resource group when the key vault resource group is not specified.\n* Fix for issue #9711 - fix command 'cluster setting set' command. Using named parameters for SettingsSectionDescription constructor.\n\n**SignalR**\n\n* signalr cors: New command to manage SignalR CORS\n* az signalr create: --service-mode: new service mode argument\n* signalr restart: new command to restart the service\n* signalr update: new command to update the service\n\n**Storage**\n\n* Add `revoke-delegation-keys` command for storage account\n\n2.0.71\n++++++\n\n**AppService**\n\n* az webapp webjob continuous group commands were failing for slots\n* fixes an issue where `az webapp deployment container config` displayed the wrong Docker CI/CD webhook URL for some apps\n\n**BotService**\n\n* BREAKING CHANGE:\n create:\n - Removed support for creating v3 SDK bots\n - Remove `az bot publish` example when creating a Web App bot\n\n**CognitiveServices**\n\n* Add \"cognitiveservices account network-rule\" commands.\n\n**Cosmos DB**\n\n* Remove warning when updating multiple write locations\n* Add CRUD commands for CosmosDB SQL, MongoDB, Cassandra, Gremlin and Table resources and resource's throughput.\n\n**HDInsight**\n\n* BREAKING CHANGE:\n create:\n - Renamed --storage-default-container to --storage-container and --storage-default-filesystem to --storage-filesystem\n application create: \n - Changed the --name/-n argument to represent the application name instead of the cluster name and added a separate --cluster-name argument\n - Renamed --application-type to --type/-t\n - Renamed --marketplace-identifier to --marketplace-id\n - Renamed --https-endpoint-access-mode to --access-mode and --https-endpoint-destination-port to --destination-port\n - Removed --https-endpoint-location, --https-endpoint-public-port, --ssh-endpoint-destination-port, --ssh-endpoint-location and --ssh-endpoint-public-port\n resize:\n - Renamed --target-instance-count to --workernode-count/-c\n script-action\n - Changed --name/-n to represent the name of the script action and added the --cluster-name argument to represent the cluster name\n - Changed --script-execution-id to --execution-id\n - Renamed the \"show\" command to \"show-execution-details\"\n script-action execute:\n - Made parameters for the --roles argument space separated instead of comma separated\n script-action list:\n - Removed the --persisted parameter\n* create:\n Enabled the --cluster-configurations argument to accept a path to a local JSON file or a JSON string as the parameter\n* script-action list-execution-history:\n Added this command to list the execution history for all script action executions\n* monitor enable:\n Enabled the --workspace argument to accept a Log Analytics workspace ID or workspace name as the parameter\n Added the --primary-key argument, which is needed if a workspace ID is provided as the parameter \n* Added more examples and updated descriptions for help messages\n\n**interactive**\n\n* Fix a loading error on 2.0.70\n\n**Network**\n\n* az network dns record-set cname delete: Fixes #10166. Support `--yes` argument to align the behavior with other dns type. \n\n**Profile**\n\n* Add get-access-token --resource-type enum for convenience of getting access tokens for well-known resources.\n\n**ServiceFabric**\n\n* Fix for issue #6112 - added all supported os version for sf cluster create\n* Fix for issue #6536 - primary certificate validation bug\n\n**Storage**\n\n* `storage copy`: add copy command for storage\n\n**Kubernetes**\n\n* Use https if dashboard container port is using https \n\n\n2.0.70\n++++++\n\n**ACR**\n\n* Fixed issue #9952 (a regression in the `acr pack build` command).\n* Removed the default builder image name in `acr pack build`.\n\n**Appservice**\n* az webapp config ssl support to show a message if a resource is not found\n* Fixed issue where `az functionapp create` does not accept Standard_RAGRS storage account type.\n* Fixed an issue where az webapp up would fail if run using older versions of python\n\n**Monitor**\n\n* `metrics alert create`: Allow '/' and '.' characters in namespace name to support custom metrics.\n\n**Network**\n\n* network nic ip-config add: Fixes #9861 where --ids was inadvertently exposed but did not work.\n* network application-gateway http-settings create/update: Fixes #9604. Add `--root-certs` to support user associate trusted root certificates with the HTTP settings.\n* network dns record-set ns create: Fixes #9965. Support --subscription again by moving the supression into lower scope.\n* network watcher test-ip-flow: Fixes #9845. Fixes #9844. Correct the error messages and help message for the `--vm` and `--nic` arguments. Only providing the name of the vm or nic without `--resource-group` will raise CLI usage error.\n\n**RBAC**\n\n* add \"user update\" command\n* deprecate \"--upn-or-object-id\" from user related commands and introduce \"--id\"\n\n**SQL**\n\n* New Cmdlets for Management.Sql that supports Managed instance key and managed instance TDE protector management\n\n**Storage**\n\n* `storage remove`: add remove command for storage\n* Fixed issue `storage blob update`.\n\n**VM**\n\n* list-skus: use newer api-version to output zone details\n* vmss create: restore client end defaults to False for \"--single-placement-group\"\n* snapshot/disk create: expose ZRS storage skus\n* Add new command group `vm host` to support dedicated hosts. Expose `--host` and `--host-group` on `vm create`\n\n2.0.69\n++++++\n\n**AKS** * Fixed an issue where terminating the browse command always tried to call an endpoint that is only available within cloud shell, resulting in a connection failure in other environments\n\n**Appservice**\n\n* az webapp identity commands will return a proper error message if ResourceGroupName or App name are invalid.\n* az webapp list fixed to return the correct value for numberOfSites if no ResourceGroup was provided.\n* restore the idempotency of \"appservice plan create\" and \"webapp create\"\n\n**Core**\n\n* Fixed issue where `--subscription` would appear despite being not applicable.\n* Added ossrdbmsResourceId to cloud.py.\n\n**BATCH**\n\n* Updated to Batch SDK and Batch Management Plane SDK to 7.0.0\n* [Breaking] Replaced az batch pool node-agent-skus list with az batch pool supported-images list. The new command contains all of the same information originally available, but in a clearer format. New non-verified images are also now returned. Additional information about capabilities and batchSupportEndOfLife is accessible on the imageInformation object returned.\n* When using --json-file option of az batch pool create network security rules blocking network access to a pool based on the source port of the traffic is now supported. This is done via the SourcePortRanges property on NetworkSecurityGroupRule.\n* When using --json-file option of az batch task create and running a container, Batch now supports executing the task in the container working directory or in the Batch task working directory. This is controlled by the WorkingDirectory property on TaskContainerSettings.\n* Fix error in --application-package-references option of `az batch pool create` where it would only work with defaults. Now it will properly accept specific versions as well.\n\n**Eventhubs**\n\n* Fix for issue #5824 - added validation for parameter --rights of authorizationrule commands\n\n**RDBMS**\n\n* Add optional parameter to specify replica SKU for create replica command.\n* Fix the issue with CI test failure with creating MySQL replica.\n\n**Relay**\n\n* Fixed issue #8775 : Cannot create hybrid connection with disabled client authroization\n* Added parameter \"--requires-transport-security\" to az relay wcfrelay create\n\n**Servicebus**\n\n* Fix for issue #5824 - added validation for parameter --rights of authorizationrule commands\n\n**SQL**\n\n* Improved error message when attempting to create a SQL resource which is not available in the specified region.\n\n**Storage**\n\n* Enable Files AADDS for storage account update.\n* Fixed issue `storage blob service-properties update --set`.\n\n2.0.68\n++++++\n**ACR**\n\n* Support Timer Triggers for Task.\n\n**Appservice**\n\n* functionapp: `az functionapp create` enables application insights by default\n* BREAKING CHANGE: (functionapp) removes deprecated `az functionapp devops-build` command. Please use the new command `az functionapp devops-pipeline` instead.\n* functionapp: `az functionapp deployment config-zip` now works for Linux Consumption Function app plans\n\n**Cosmos DB**\n\n* Added support for disabling TTL\n\n**DLS**\n\n* Update ADLS version (0.0.45).\n\n**Feedback**\n\n* When reporting a failed extension command, `az feedback` now attempts to open the browser to the project/repo url of the\n extension from the index.\n\n**HDInsight**\n\n* BREAKING CHANGE: Changed \"oms\" command group name to \"monitor\"\n* BREAKING CHANGE: Made \"--http-password/-p\" a required parameter\n* Added completers for \"--cluster-admin-account\" and \"cluster-users-group-dns\" parameters completer\n* \"cluster-users-group-dns\" parameter is now required when \"\u2014esp\" is present\n* Added a timeout for all existing argument auto-completers\n* Added a timeout for transforming resource name to resource id\n* Auto-completers can now select resources from any resource group. It can be a different resource group than the one specified with \"-g\"\n* Added support for \"--sub-domain-suffix\" and \"--disable_gateway_auth\" parameters in the \"az hdinsight application create\" command\n\n**Managed Services**\n\n* Added support for API version 2019-06-01 (GA)\n\n**NetAppFiles**\n\n* Volume create/update: Added new argument --protocol-types\n* Initial version relating to the R4 version of the RP.\n\n**Profile**\n* Suppress `--subscription` argument for logout command.\n\n**IoT**\n\n* Support for IoT Hub message enrichments\n\n**RBAC**\n\n* [BREAKING CHANGE] create-for-rbac: remove --password\n* role assignment: expose --assignee-principal-type from create command to avoid intermittent\n failures caused by AAD graph server replication latency\n* ad signed-in-user: fix a crash on listing owned objects\n* ad sp: use the right approach to find the application from a service principal\n\n**RDBMS**\n\n* Support storage auto-grow for MySQL, PostgreSQL and MariaDB\n\n* Support replication for MariaDB.\n\n**SQL**\n\n* Document allowed values for sql db create --sample-name\n\n**SQL VM**\n\n* sql vm create/update: Added optional parameter `--sql-mgmt-type` to setup SQL management\n* Minor fixes on SQL vm group that did not allow to update the key for storage accounts.\n\n**VM**\n\n* vmss create: Fix bug where command returns an error message when run with `--no-wait`. The command succesfully sends\n the request but returns failure status code and returns an error mesage.\n* vm/vmss extension image list: Fix bug where command fails when used with --latest\n* vmss create `--single-placement-group`: Removed client-side validation. Does not fail if `--single-placement-group` is\n set to true and`--instance-count` is greater than 100 or availability zones are specified, but leaves this validation\n to the compute service.\n* vmss create `--platform-fault-domain-count`: Removed client-side validation. Allows platform fault domain count to be\n specified without specifying zone information, via `--zones`.\n\n**Storage**\n\n* storage blob generate-sas: User delegation SAS token support with --as-user\n* storage container generate-sas: User delegation SAS token support with --as-user\n\n2.0.67\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": "azure-cli", "package_url": "https://pypi.org/project/azure-cli/", "platform": "", "project_url": "https://pypi.org/project/azure-cli/", "project_urls": { "Homepage": "https://github.com/Azure/azure-cli" }, "release_url": "https://pypi.org/project/azure-cli/2.0.75/", "requires_dist": [ "azure-batch (~=8.0)", "azure-cli-command-modules-nspkg (~=2.0)", "azure-cli-core (==2.0.75)", "azure-cli-nspkg (>=3.0.3,~=3.0)", "azure-cli-telemetry (<2.0,>=1.0.2)", "azure-cosmos (>=3.0.2,~=3.0)", "azure-datalake-store (~=0.0.45)", "azure-functions-devops-build (~=0.0.22)", "azure-graphrbac (~=0.60.0)", "azure-keyvault (~=1.1)", "azure-mgmt-advisor (<3.0.0,>=2.0.1)", "azure-mgmt-apimanagement (>=0.1.0)", "azure-mgmt-applicationinsights (~=0.1.1)", "azure-mgmt-appconfiguration (>=0.1.0)", "azure-mgmt-authorization (~=0.52.0)", "azure-mgmt-batch (~=7.0)", "azure-mgmt-batchai (~=2.0)", "azure-mgmt-billing (~=0.2)", "azure-mgmt-botservice (~=0.2.0)", "azure-mgmt-cdn (~=3.1)", "azure-mgmt-cognitiveservices (~=5.0.0)", "azure-mgmt-compute (~=8.0)", "azure-mgmt-consumption (~=2.0)", "azure-mgmt-containerinstance (~=1.4)", "azure-mgmt-containerregistry (~=3.0.0rc5)", "azure-mgmt-containerservice (~=7.0.0)", "azure-mgmt-cosmosdb (~=0.8.0)", "azure-mgmt-datalake-analytics (~=0.2.1)", "azure-mgmt-datalake-store (~=0.5.0)", "azure-mgmt-datamigration (~=0.1.0)", "azure-mgmt-deploymentmanager (~=0.1.0)", "azure-mgmt-devtestlabs (~=2.2)", "azure-mgmt-dns (~=2.1)", "azure-mgmt-eventgrid (~=2.2)", "azure-mgmt-eventhub (~=2.6)", "azure-mgmt-hdinsight (~=1.1.0)", "azure-mgmt-imagebuilder (~=0.2.1)", "azure-mgmt-iotcentral (~=1.0)", "azure-mgmt-iothub (~=0.8.2)", "azure-mgmt-iothubprovisioningservices (~=0.2.0)", "azure-mgmt-keyvault (~=1.1)", "azure-mgmt-kusto (~=0.3.0)", "azure-mgmt-loganalytics (~=0.2)", "azure-mgmt-managedservices (~=1.0)", "azure-mgmt-managementgroups (~=0.1)", "azure-mgmt-maps (~=0.1.0)", "azure-mgmt-marketplaceordering (~=0.1)", "azure-mgmt-media (>=1.1.1,~=1.1)", "azure-mgmt-monitor (~=0.5.2)", "azure-mgmt-msi (~=0.2)", "azure-mgmt-network (~=4.0)", "azure-mgmt-netapp (~=0.5.0)", "azure-mgmt-policyinsights (~=0.3.1)", "azure-mgmt-privatedns (~=0.1.0)", "azure-mgmt-rdbms (~=1.8)", "azure-mgmt-recoveryservices (~=0.4.0)", "azure-mgmt-recoveryservicesbackup (~=0.4.0)", "azure-mgmt-redis (~=6.0)", "azure-mgmt-relay (~=0.1.0)", "azure-mgmt-reservations (==0.3.1)", "azure-mgmt-resource (~=4.0)", "azure-mgmt-search (~=2.0)", "azure-mgmt-security (~=0.1.0)", "azure-mgmt-servicebus (~=0.6.0)", "azure-mgmt-servicefabric (~=0.2.0)", "azure-mgmt-signalr (~=0.3.0)", "azure-mgmt-sql (~=0.13)", "azure-mgmt-sqlvirtualmachine (~=0.4.0)", "azure-mgmt-storage (~=4.2.0)", "azure-mgmt-trafficmanager (~=0.51.0)", "azure-mgmt-web (~=0.42.0)", "azure-multiapi-storage (~=0.2.4)", "azure-storage-blob (<2.0.0,>=1.3.1)", "colorama (~=0.4.1)", "cryptography (<3.0.0,>=2.3.1)", "fabric (~=2.4)", "jsmin (~=2.2.2)", "knack (>=0.6.3,~=0.6)", "mock (~=2.0)", "paramiko (<3.0.0,>=2.0.8)", "pydocumentdb (<3.0.0,>=2.0.1)", "pygments (~=2.4)", "pyOpenSSL (>=17.1.0)", "pytz (==2019.1)", "pyyaml (~=5.1)", "psutil (~=5.6)", "requests (~=2.22)", "scp (~=0.13.2)", "six (~=1.12)", "sshtunnel (~=0.1.4)", "urllib3[secure] (~=1.18)", "vsts-cd-manager (>=1.0.2,~=1.0.0)", "websocket-client (~=0.56.0)", "xmltodict (~=0.12)", "javaproperties (==0.5.1)", "jsondiff (==1.2.0)", "azure-cli-nspkg (>=2.0.0)" ], "requires_python": "", "summary": "Microsoft Azure Command-Line Tools", "version": "2.0.75" }, "last_serial": 5975060, "releases": { "0.1.0b10": [ { "comment_text": "", "digests": { "md5": "f7f33cb25cfae66fdd85092627708c71", "sha256": "50b9e82fd47b937f27526e73b956295e504510ef63671d09fe0eba6cae71fa16" }, "downloads": -1, "filename": "azure_cli-0.1.0b10-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f7f33cb25cfae66fdd85092627708c71", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9054, "upload_time": "2016-11-28T20:01:21", "url": "https://files.pythonhosted.org/packages/ef/c1/120735be1b101dfd214e997c735f50432bcd31f38cec80a9f2b3914005e8/azure_cli-0.1.0b10-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "35b62e6f004edadce5e523afc75010d7", "sha256": "afa4b8a85cbdf2b35912b2e0e228b26e72295bb17dc6fe49bb557d98425cb780" }, "downloads": -1, "filename": "azure-cli-0.1.0b10.tar.gz", "has_sig": false, "md5_digest": "35b62e6f004edadce5e523afc75010d7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5814, "upload_time": "2016-11-28T19:59:27", "url": "https://files.pythonhosted.org/packages/5c/aa/97986d5eb1f8f2cbabedac0909d899c7c14d5337fb1fcbc1134df1f0bb53/azure-cli-0.1.0b10.tar.gz" } ], "0.1.0b11": [ { "comment_text": "", "digests": { "md5": "67e18435395f71a7fae17d378c03696a", "sha256": "6d89a6f1b8581d13aba1e4c5597f2ccecfc877033e0ef7aee65893244e6b96e7" }, "downloads": -1, "filename": "azure_cli-0.1.0b11-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "67e18435395f71a7fae17d378c03696a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8354, "upload_time": "2016-12-12T20:05:40", "url": "https://files.pythonhosted.org/packages/c0/c1/43d2193e0d9a8de4aa4cefce98789e890f8a0fac01a6e3d3809a5aac1af1/azure_cli-0.1.0b11-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3db98361525207b2ecb49e9a23654518", "sha256": "3b27e2e12730dd6e6a0c8178eaaffb43a704917093a75ad9f6289b9f42bdcd1f" }, "downloads": -1, "filename": "azure-cli-0.1.0b11.tar.gz", "has_sig": false, "md5_digest": "3db98361525207b2ecb49e9a23654518", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5789, "upload_time": "2016-12-12T20:04:01", "url": "https://files.pythonhosted.org/packages/a9/62/1ec7e1685fa805322cad62a8a281008e21436bf97010f291b962840255fc/azure-cli-0.1.0b11.tar.gz" } ], "0.1.0b4": [ { "comment_text": "", "digests": { "md5": "24bfdb7f0f5828c62874230f83e72a80", "sha256": "66f7f40e1a14d0dbc93b2dd1ebdb018e87c4fe5eff19ddf4154a9794ed737ba1" }, "downloads": -1, "filename": "azure-cli-0.1.0b4.tar.gz", "has_sig": false, "md5_digest": "24bfdb7f0f5828c62874230f83e72a80", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5044, "upload_time": "2016-09-20T23:39:47", "url": "https://files.pythonhosted.org/packages/43/96/89adf026ed3a849b4fa00aeda1d4a32d0c7d6195167d5bff96d72fb8c278/azure-cli-0.1.0b4.tar.gz" } ], "0.1.0b7": [ { "comment_text": "", "digests": { "md5": "be4c3350c08b7260cdd6d5c2bd216373", "sha256": "e708ba091d3bac588db1ed140c71afe9b5acad921ca453b20535607063b09dab" }, "downloads": -1, "filename": "azure-cli-0.1.0b7.tar.gz", "has_sig": false, "md5_digest": "be4c3350c08b7260cdd6d5c2bd216373", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5045, "upload_time": "2016-09-24T01:05:58", "url": "https://files.pythonhosted.org/packages/8b/eb/38cdea1b151b09b779a8659272ca44ae0e942a9faa81ab6e7d5de648ffa4/azure-cli-0.1.0b7.tar.gz" } ], "0.1.0b8": [ { "comment_text": "", "digests": { "md5": "d435e281728616cdd8e4a09a53543b38", "sha256": "99073bec56018094dbf961cf1edec6612a089a55de9c9267e320b618a6722742" }, "downloads": -1, "filename": "azure-cli-0.1.0b8.tar.gz", "has_sig": false, "md5_digest": "d435e281728616cdd8e4a09a53543b38", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5068, "upload_time": "2016-10-24T20:11:07", "url": "https://files.pythonhosted.org/packages/93/d9/64ed394f8995addfa60256cd37f03a68b1ac34ab301f160c8d2444d2af13/azure-cli-0.1.0b8.tar.gz" } ], "0.1.0b9": [ { "comment_text": "", "digests": { "md5": "478940f8b6b2f4f2dd31ebafa2ff63fb", "sha256": "27e7ef2e568213f9c175253637103d8c30f3b2e6996913a7b2713f34a4c64753" }, "downloads": -1, "filename": "azure_cli-0.1.0b9-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "478940f8b6b2f4f2dd31ebafa2ff63fb", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9040, "upload_time": "2016-11-14T23:42:49", "url": "https://files.pythonhosted.org/packages/67/56/ee8f9a8841cd664d05c3227c2b4c5665488999dee26b384ef72a884f66e2/azure_cli-0.1.0b9-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "13117fd352eefc051a83c85b87cf7a20", "sha256": "d369336eacd610a700368d6767425d0c0d3f07f682e84f739add302df8786287" }, "downloads": -1, "filename": "azure-cli-0.1.0b9.tar.gz", "has_sig": false, "md5_digest": "13117fd352eefc051a83c85b87cf7a20", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5820, "upload_time": "2016-11-14T23:40:56", "url": "https://files.pythonhosted.org/packages/d9/aa/02d2080d5c36cbc9f35184f9601532f96dd793ef460e69d9a08869f1eb7c/azure-cli-0.1.0b9.tar.gz" } ], "0.1.1b1": [ { "comment_text": "", "digests": { "md5": "f8e506e898976b042a21afb59ccd8c46", "sha256": "4b6b3b1e3c2cbae42093f082c24197135333a3e0661c1337d7a7a387b36074d3" }, "downloads": -1, "filename": "azure_cli-0.1.1b1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f8e506e898976b042a21afb59ccd8c46", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8761, "upload_time": "2017-01-17T21:44:05", "url": "https://files.pythonhosted.org/packages/fb/7a/f2c196802abcfa4bda3f57b8f5762941e2ad7f4ed36085f4634d5bf8a5f6/azure_cli-0.1.1b1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3875f299b2fd92901a46b0aeb835f54f", "sha256": "1fd0894e3e41d17051bdf9d2aa0fed727fee68e36748af2b423cde7fcd75807c" }, "downloads": -1, "filename": "azure-cli-0.1.1b1.tar.gz", "has_sig": false, "md5_digest": "3875f299b2fd92901a46b0aeb835f54f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6063, "upload_time": "2017-01-17T21:43:58", "url": "https://files.pythonhosted.org/packages/c0/d9/335f50396dbfcc60e97c17c043a5d96f210c083384c3800885a30d7e5d01/azure-cli-0.1.1b1.tar.gz" } ], "0.1.1b2": [ { "comment_text": "", "digests": { "md5": "f4f580ac21cc96e58766ae700c9eb111", "sha256": "8999f06968483761809756982e38e6b7a2c2eec06990a15988dcea81463f7e3d" }, "downloads": -1, "filename": "azure_cli-0.1.1b2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f4f580ac21cc96e58766ae700c9eb111", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8888, "upload_time": "2017-01-19T21:56:49", "url": "https://files.pythonhosted.org/packages/9e/55/15a6ccc5d39b5dcbffaf3d675c4d6bff1437d3558a84f7f6c48bd052aadc/azure_cli-0.1.1b2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "aefde59201ab98fe3f66279b23c85837", "sha256": "bb026c7c277661a9244caee5b6e5a2034ccb88715a6fbed834b2c98061758225" }, "downloads": -1, "filename": "azure-cli-0.1.1b2.tar.gz", "has_sig": false, "md5_digest": "aefde59201ab98fe3f66279b23c85837", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6189, "upload_time": "2017-01-19T21:56:55", "url": "https://files.pythonhosted.org/packages/25/f7/4a6acd919a39900393ad0358637feebbdfe832daf7a524ad90a1accd623e/azure-cli-0.1.1b2.tar.gz" } ], "0.1.1b3": [ { "comment_text": "", "digests": { "md5": "c9e5425ee0db85c5420c18295d7f5dc8", "sha256": "694a5d417b93249abe76442b388539f244ffe440242f44dd8b28ee60463478fa" }, "downloads": -1, "filename": "azure_cli-0.1.1b3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c9e5425ee0db85c5420c18295d7f5dc8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8970, "upload_time": "2017-01-30T23:53:17", "url": "https://files.pythonhosted.org/packages/eb/83/fe1fe785aea3c8f2ba0507e3597118b31d6fe7feb19b7abb85d64ee38810/azure_cli-0.1.1b3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "243a58244d27837d729c973492eb1c54", "sha256": "9fee8704b51648b4c48139b5a6c54611bda0171b889845f92cbf567d729a3741" }, "downloads": -1, "filename": "azure-cli-0.1.1b3.tar.gz", "has_sig": false, "md5_digest": "243a58244d27837d729c973492eb1c54", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6254, "upload_time": "2017-01-30T23:53:11", "url": "https://files.pythonhosted.org/packages/3c/80/eef12f5b91f172add55e77e4e2d2b67281f83573535fc39e464f88dc5648/azure-cli-0.1.1b3.tar.gz" } ], "0.1.2rc1": [ { "comment_text": "", "digests": { "md5": "a1b0f1a8ad7b2b26f74777c5e6337c0f", "sha256": "08883cbe6afc071f7e1d176bd97ac5653985fea63e89cc25006aa05815e582b9" }, "downloads": -1, "filename": "azure_cli-0.1.2rc1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a1b0f1a8ad7b2b26f74777c5e6337c0f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9348, "upload_time": "2017-02-17T23:55:15", "url": "https://files.pythonhosted.org/packages/34/b7/9ef06a4261923e57c4799ae2cdcbde5294b9ca3fc1e6558dd302414f1a24/azure_cli-0.1.2rc1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2da169e7a6003deabb2b5d2ba08697a3", "sha256": "694d4faea5a3b70400d903485d0759483c51e9b34f3a0f61f74b8893a2ad7217" }, "downloads": -1, "filename": "azure-cli-0.1.2rc1.tar.gz", "has_sig": false, "md5_digest": "2da169e7a6003deabb2b5d2ba08697a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6463, "upload_time": "2017-02-17T23:55:09", "url": "https://files.pythonhosted.org/packages/b3/85/e3cc3c9425b9036a2d99bd9a026ccd07c4a8ba365418384ec8cb46720204/azure-cli-0.1.2rc1.tar.gz" } ], "0.1.2rc2": [ { "comment_text": "", "digests": { "md5": "a567d20aa4600b8c1e525125c049db18", "sha256": "125d1fe877b524387d994005d2d243d2055366e38bbc933e85ea6692b2ffc0a9" }, "downloads": -1, "filename": "azure_cli-0.1.2rc2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a567d20aa4600b8c1e525125c049db18", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9415, "upload_time": "2017-02-23T01:57:56", "url": "https://files.pythonhosted.org/packages/9a/c2/04c4a7fbab93d8c4b9a228b0dcd932011d90e6528bf65c58d4ccae8ab84c/azure_cli-0.1.2rc2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f25ff206a5c40020517abfdb35cf16c4", "sha256": "82e4a9a0482eb4e26596263e792a2619eb1ce030d3a4f71bfadc647d329a1791" }, "downloads": -1, "filename": "azure-cli-0.1.2rc2.tar.gz", "has_sig": false, "md5_digest": "f25ff206a5c40020517abfdb35cf16c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6505, "upload_time": "2017-02-23T01:58:01", "url": "https://files.pythonhosted.org/packages/29/51/151bf2320a2b66df1da18adb29f3f3e50bb05153b7e07a129954c0148547/azure-cli-0.1.2rc2.tar.gz" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "6bdbed9bc5d186b83d1a9562b85d235a", "sha256": "2f8a416755fbe4a0b8f865f8ad904908b0570a9500d5bcb0e7a6d61ee5eec289" }, "downloads": -1, "filename": "azure_cli-2.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6bdbed9bc5d186b83d1a9562b85d235a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9379, "upload_time": "2017-02-27T17:49:01", "url": "https://files.pythonhosted.org/packages/5c/f4/ad1fd2a52fe1867b861bf83eb8698c951bc779ebe06900044c2dd77b198a/azure_cli-2.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d66fe386ed3c23f804a324c8f5cbfae4", "sha256": "b676f3926bd95f638dc108defbef7d599a553a2c913e3687c57ec0ce810b5cda" }, "downloads": -1, "filename": "azure-cli-2.0.0.tar.gz", "has_sig": false, "md5_digest": "d66fe386ed3c23f804a324c8f5cbfae4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6539, "upload_time": "2017-02-27T17:49:08", "url": "https://files.pythonhosted.org/packages/77/99/5c6f6cffc15f94205426b346bb2b72add4ccab34246b4f291a26ea729b05/azure-cli-2.0.0.tar.gz" } ], "2.0.1": [ { "comment_text": "", "digests": { "md5": "535ea6fb6d137ccfcb0b7371e8cf7d59", "sha256": "06a76bce90dfa6c7d46d95bf43de76c8516b99cdd68a867e677d89606fa4c40c" }, "downloads": -1, "filename": "azure_cli-2.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "535ea6fb6d137ccfcb0b7371e8cf7d59", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9440, "upload_time": "2017-03-13T19:47:21", "url": "https://files.pythonhosted.org/packages/8d/47/3520374e9aaa2c3392b5e6704a2f5a50a81eb57c35a3c0455e68d828c4a9/azure_cli-2.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f1eb3c2a9f6ac008d2741c6e37b066c4", "sha256": "fd9346880cd7422daa9fe2cb62488b9f8c30eaddebcfda14ca535f92e244d6d3" }, "downloads": -1, "filename": "azure-cli-2.0.1.tar.gz", "has_sig": false, "md5_digest": "f1eb3c2a9f6ac008d2741c6e37b066c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6575, "upload_time": "2017-03-13T19:47:14", "url": "https://files.pythonhosted.org/packages/64/8d/07880a1312064b4e79984ee8b42ade7faaafc05a26d23e6108be00f12632/azure-cli-2.0.1.tar.gz" } ], "2.0.10": [ { "comment_text": "", "digests": { "md5": "ff6b8dc7b06e107b3ce0ab7ddfea4de6", "sha256": "f946acd31f3feb20f7851f0f3a69d26967b019ea7bcf57ba897d1ae773443c39" }, "downloads": -1, "filename": "azure_cli-2.0.10-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ff6b8dc7b06e107b3ce0ab7ddfea4de6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9390, "upload_time": "2017-07-07T16:19:42", "url": "https://files.pythonhosted.org/packages/1c/2a/9a9d9013f458a8727c16e3da6053dac576eaad67a317de5b428cec9e3b93/azure_cli-2.0.10-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f0ef98268c3c2a0da5c0c94a984ac79c", "sha256": "cd6b054e023ce2f1ebe313cff9a36ac833af6a383d12386b5c9e88027f52099f" }, "downloads": -1, "filename": "azure-cli-2.0.10.tar.gz", "has_sig": false, "md5_digest": "f0ef98268c3c2a0da5c0c94a984ac79c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7259, "upload_time": "2017-07-07T16:19:45", "url": "https://files.pythonhosted.org/packages/da/03/90d55cff53ed30977009d3b9958a3e8f01a4990fe7e7e33d9a31550398fe/azure-cli-2.0.10.tar.gz" } ], "2.0.12": [ { "comment_text": "", "digests": { "md5": "92a44bfbf2bdcb2b168f227923812e91", "sha256": "ed273192df698df9c374b4d540c7a195e15c40ddc6d0dd196f17210ed714e2de" }, "downloads": -1, "filename": "azure_cli-2.0.12-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "92a44bfbf2bdcb2b168f227923812e91", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9505, "upload_time": "2017-07-28T00:05:39", "url": "https://files.pythonhosted.org/packages/4e/61/2f07b0f96df5ad7b6ea9474a643fc575559b2672b1a69bfba2a47fa88840/azure_cli-2.0.12-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "65061371c7abf258ca2df18951d744c1", "sha256": "c2ddb89f4b0fba1b6a8d08c42fccd7cdbceea32d495f4c0fae45165f4f25071a" }, "downloads": -1, "filename": "azure-cli-2.0.12.tar.gz", "has_sig": false, "md5_digest": "65061371c7abf258ca2df18951d744c1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7322, "upload_time": "2017-07-28T00:05:41", "url": "https://files.pythonhosted.org/packages/5b/96/ca899c5b0625c03010c2f3157f35a352ebfaf2779869e202b9ddb45fc681/azure-cli-2.0.12.tar.gz" } ], "2.0.13": [ { "comment_text": "", "digests": { "md5": "d42d97a3b1d62d400e41c8ef120dbfe9", "sha256": "703058f0b7fb0140041ce1339a5e7e52aa75f5295372384e31b8661e3cabb7eb" }, "downloads": -1, "filename": "azure_cli-2.0.13-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d42d97a3b1d62d400e41c8ef120dbfe9", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9541, "upload_time": "2017-08-11T16:59:45", "url": "https://files.pythonhosted.org/packages/69/37/987516e6c74f889dfc91bf488fd5bb4364e9dc19ef2b6af246ae4cf3f39f/azure_cli-2.0.13-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0588877d29286262666d440ecbca1199", "sha256": "c651d4a24f8002c601c532f566e22aa22614995bc7798b7bcea9c41e73383daf" }, "downloads": -1, "filename": "azure-cli-2.0.13.tar.gz", "has_sig": false, "md5_digest": "0588877d29286262666d440ecbca1199", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7352, "upload_time": "2017-08-11T16:59:48", "url": "https://files.pythonhosted.org/packages/39/cb/5b812f522443f40bd26bf2649feaf78f5f2c3b6c9467b38370ea4256e24a/azure-cli-2.0.13.tar.gz" } ], "2.0.14": [ { "comment_text": "", "digests": { "md5": "96f6379eae196c5b1eb2757d6a12c349", "sha256": "33e383d96afa63d2342d0da143abfdb1bc04b0d14399829a9c3de9c45573f59b" }, "downloads": -1, "filename": "azure_cli-2.0.14-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "96f6379eae196c5b1eb2757d6a12c349", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9554, "upload_time": "2017-08-15T22:57:52", "url": "https://files.pythonhosted.org/packages/b0/81/2aa2e0dee506b649bed7c7f74e2968e108dc67de7cff149a6872abdce0a2/azure_cli-2.0.14-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "370f1b32fa4dbd05f5a1ca6b64d33c92", "sha256": "f881bc9b6ebbbc01f3842c860d86e08d111de5fb5ef0617b7b2e6648d63c4d11" }, "downloads": -1, "filename": "azure-cli-2.0.14.tar.gz", "has_sig": false, "md5_digest": "370f1b32fa4dbd05f5a1ca6b64d33c92", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7365, "upload_time": "2017-08-15T22:57:49", "url": "https://files.pythonhosted.org/packages/f1/d0/1303facef574be538559922c1e87ce329440b018acc3a995d82502bb6533/azure-cli-2.0.14.tar.gz" } ], "2.0.15": [ { "comment_text": "", "digests": { "md5": "9ac0599105b04eec1f1a4fe1df221b0d", "sha256": "61b2b5ed5ff64779f5f510be0ff88aa06f74cd6f7885c536f357ac2b99759437" }, "downloads": -1, "filename": "azure_cli-2.0.15-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9ac0599105b04eec1f1a4fe1df221b0d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9579, "upload_time": "2017-08-28T20:12:01", "url": "https://files.pythonhosted.org/packages/ab/54/8c5abd98354e775eb59250e014ab5628852b166ac8018c0d7065656ed1a3/azure_cli-2.0.15-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4d69f00b6e5d5288754b4dddeb53ffc3", "sha256": "84b13fbb61a06eeaeec96ab1bfb0dd54bfbb02e0368ea34390b5f53fc77e4625" }, "downloads": -1, "filename": "azure-cli-2.0.15.tar.gz", "has_sig": false, "md5_digest": "4d69f00b6e5d5288754b4dddeb53ffc3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7396, "upload_time": "2017-08-28T20:11:58", "url": "https://files.pythonhosted.org/packages/4c/f4/ddf55431de23c234db4eea7b1f64f37e76f16c0f5f669e218667d109ad41/azure-cli-2.0.15.tar.gz" } ], "2.0.16": [ { "comment_text": "", "digests": { "md5": "71167236d424f90d4d1e5162a3822603", "sha256": "e62cd3238709b24a305b4c8ff89cda679715498af81ceac2259df586e57d04e5" }, "downloads": -1, "filename": "azure_cli-2.0.16-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "71167236d424f90d4d1e5162a3822603", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9595, "upload_time": "2017-08-31T20:46:56", "url": "https://files.pythonhosted.org/packages/0c/61/96936db3751d71d2db1595a0a476ae8e1daa5889557b60b20b9d9064a42e/azure_cli-2.0.16-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0d95fe941076de245fdbacf7343b521e", "sha256": "168023bedf1a87d640737f1eac2276276dc1a3c89004f79e55c868bcc642c01d" }, "downloads": -1, "filename": "azure-cli-2.0.16.tar.gz", "has_sig": false, "md5_digest": "0d95fe941076de245fdbacf7343b521e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7362, "upload_time": "2017-08-31T20:46:58", "url": "https://files.pythonhosted.org/packages/69/27/842d204f1144ccb2c6d4572f3a98e680f406a0edb9f549473782b4b17cd5/azure-cli-2.0.16.tar.gz" } ], "2.0.17": [ { "comment_text": "", "digests": { "md5": "9a38ebc8e2881f76dc3dd2939ed38639", "sha256": "2e7994f100adfb54fa84585f4fa67fb7b5a9906b65a2aa592a7ecaee0be7da27" }, "downloads": -1, "filename": "azure_cli-2.0.17-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9a38ebc8e2881f76dc3dd2939ed38639", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9648, "upload_time": "2017-09-11T17:03:02", "url": "https://files.pythonhosted.org/packages/97/a1/9e44fdf4f631a4e1fc627f0a41a0b7c456c370fb1423c788cc7cb4f4a2a9/azure_cli-2.0.17-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b48cc2cbb5d4c1f420eeab159af6c368", "sha256": "3227b6e3189979b9ce4ceff22ab7928892a6f64e40545b017907afac6bcd747e" }, "downloads": -1, "filename": "azure-cli-2.0.17.tar.gz", "has_sig": false, "md5_digest": "b48cc2cbb5d4c1f420eeab159af6c368", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7438, "upload_time": "2017-09-11T17:03:00", "url": "https://files.pythonhosted.org/packages/46/1f/699c6e2e497bf1132f7d7126a8edae0be969fe1993b6d6d3efacab0fca64/azure-cli-2.0.17.tar.gz" } ], "2.0.18": [ { "comment_text": "", "digests": { "md5": "c33cf47225f8785b015ea3378590b7f8", "sha256": "8b94e82ecb83b9500f81d9e6a12c470cb1ab3e9ffdd25c58cee116352515b3d9" }, "downloads": -1, "filename": "azure_cli-2.0.18-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c33cf47225f8785b015ea3378590b7f8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9666, "upload_time": "2017-09-22T23:50:47", "url": "https://files.pythonhosted.org/packages/ef/fd/611d34a4a777ebe7f3d75eacd9aeb78b41bc03cca4fab29730e7c482adb6/azure_cli-2.0.18-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "15b2e8f2daec0c18885bb5873b83a3a7", "sha256": "c9a627f877efa21f9e907d852fa5e699ef88b960c6d34cb64ff72c1962250233" }, "downloads": -1, "filename": "azure-cli-2.0.18.tar.gz", "has_sig": false, "md5_digest": "15b2e8f2daec0c18885bb5873b83a3a7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7463, "upload_time": "2017-09-22T23:50:45", "url": "https://files.pythonhosted.org/packages/c9/7d/7d73df65713ddcc4b12bc86eeaebeb8a9e445810ca6b4db9cded6ae93ff9/azure-cli-2.0.18.tar.gz" } ], "2.0.19": [ { "comment_text": "", "digests": { "md5": "7ef866395008d7dc3a91be7382db3dbe", "sha256": "4ce66dfb0b7f6bb89caea9b0074b866a04962a8a8cbca878f7c61455221e295a" }, "downloads": -1, "filename": "azure_cli-2.0.19-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7ef866395008d7dc3a91be7382db3dbe", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9693, "upload_time": "2017-10-09T22:38:11", "url": "https://files.pythonhosted.org/packages/fc/7d/5d3e2e7ef874fcb3afb1ca3fa189bc3b1ef734e5737b7261df0c186a3c95/azure_cli-2.0.19-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bf278f7dce03c3037df095bc7e744cfc", "sha256": "1ca89f74392540f5345ac00073569545d4c296100f1dceea56169be40ac60a57" }, "downloads": -1, "filename": "azure-cli-2.0.19.tar.gz", "has_sig": false, "md5_digest": "bf278f7dce03c3037df095bc7e744cfc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7490, "upload_time": "2017-10-09T22:38:08", "url": "https://files.pythonhosted.org/packages/74/de/a70de163510024943193c6de89d4eb2c98ccf40d9459b6fa34ab2dc67c1a/azure-cli-2.0.19.tar.gz" } ], "2.0.2": [ { "comment_text": "", "digests": { "md5": "d800ea57ce17c05b527796774de7d743", "sha256": "b1f37c80f251c48b24a394358f3622bb6f842da49e3c0db2c1a5009b436f5b2a" }, "downloads": -1, "filename": "azure_cli-2.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d800ea57ce17c05b527796774de7d743", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9522, "upload_time": "2017-04-03T17:03:47", "url": "https://files.pythonhosted.org/packages/41/73/ac420dad3815fdca9d02d3b946c910146e6b82116ae04b350e118ae93f84/azure_cli-2.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6f35d9859d8f8ff04aa7146dafbe19eb", "sha256": "f1f863d273124b9cdb4a7dfff8ab3f450dc2c773e8f31864a1073234ddf481d3" }, "downloads": -1, "filename": "azure-cli-2.0.2.tar.gz", "has_sig": false, "md5_digest": "6f35d9859d8f8ff04aa7146dafbe19eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6617, "upload_time": "2017-04-03T17:03:40", "url": "https://files.pythonhosted.org/packages/6f/a8/f49399739a0cfc25f189431c84cb69e152699e95a044947cecc35a4a506b/azure-cli-2.0.2.tar.gz" } ], "2.0.20": [ { "comment_text": "", "digests": { "md5": "3a5e16edd0be0b44c3c699eb1d5eb8c7", "sha256": "ae14645aa371fb961ecc5c9480bd204e4e652ed3a5c8e96ce21423105a668780" }, "downloads": -1, "filename": "azure_cli-2.0.20-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3a5e16edd0be0b44c3c699eb1d5eb8c7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9666, "upload_time": "2017-10-24T02:13:27", "url": "https://files.pythonhosted.org/packages/97/ef/e48223b06945613ffef12631038a1abcbe916479379ec226a1c95f9140eb/azure_cli-2.0.20-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "24ff85fd8f072b0e7535455f5bbb98d5", "sha256": "25eea46823c96b917794ec6d870715d0a972e3c21e122a108b1f87299299e0e8" }, "downloads": -1, "filename": "azure-cli-2.0.20.tar.gz", "has_sig": false, "md5_digest": "24ff85fd8f072b0e7535455f5bbb98d5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7483, "upload_time": "2017-10-24T02:29:21", "url": "https://files.pythonhosted.org/packages/83/d3/8dfbf11af3ed929bc46e815a0072edfd35983f3149bc994948cf7bf05865/azure-cli-2.0.20.tar.gz" } ], "2.0.21": [ { "comment_text": "", "digests": { "md5": "f221aa3fa8a5489db93d699eefd2896b", "sha256": "41d1a75dfa0f0738ca608b9961ad6129d6afe6357b8be2ad3e76afe31e1cb54d" }, "downloads": -1, "filename": "azure_cli-2.0.21-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f221aa3fa8a5489db93d699eefd2896b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9710, "upload_time": "2017-11-14T18:31:18", "url": "https://files.pythonhosted.org/packages/cd/6d/5dda2184029a3a796dc91115546a097f9a96dc052507bf657520163717da/azure_cli-2.0.21-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0dbc12b3bf72e90ff675184bf2a69fff", "sha256": "07cb2c56b13ce755570033504a9109544d2bab7f1fc7bd350ac1e436579642cd" }, "downloads": -1, "filename": "azure-cli-2.0.21.tar.gz", "has_sig": false, "md5_digest": "0dbc12b3bf72e90ff675184bf2a69fff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7524, "upload_time": "2017-11-14T18:32:19", "url": "https://files.pythonhosted.org/packages/c2/c5/5554b31524153a7d749144ff8e49b84d05747136b678eb9bbcebd00fecb1/azure-cli-2.0.21.tar.gz" } ], "2.0.22": [ { "comment_text": "", "digests": { "md5": "73476e9cceccb5fa77635842303931e0", "sha256": "8facc42d97474792dc96e1e556404bd28e64234c5f20b5dcc0969f965453bb0a" }, "downloads": -1, "filename": "azure_cli-2.0.22-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "73476e9cceccb5fa77635842303931e0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9835, "upload_time": "2017-12-05T18:57:38", "url": "https://files.pythonhosted.org/packages/6c/55/0b30e1efe3a72a150b44845e6a0897eaf4075ed59b33c8ba1e42e9160ae4/azure_cli-2.0.22-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3d1829087e68c5ec4c55a6255b5b2753", "sha256": "19ecae3af3da9648c426f5c7ebd5f3c96191eba91aed196cc9083111d582ce85" }, "downloads": -1, "filename": "azure-cli-2.0.22.tar.gz", "has_sig": false, "md5_digest": "3d1829087e68c5ec4c55a6255b5b2753", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7584, "upload_time": "2017-12-05T18:58:05", "url": "https://files.pythonhosted.org/packages/03/49/08fae99cbe473b687bffa1caf0959e39f407e1cef7bc25c7ea5d9fe73724/azure-cli-2.0.22.tar.gz" } ], "2.0.23": [ { "comment_text": "", "digests": { "md5": "b224fa4f399a6a74b8b2840ac30ffab4", "sha256": "cf5fe03a78904539339aca981e24a3913913672b7447e5b67073d6a473d687c2" }, "downloads": -1, "filename": "azure_cli-2.0.23-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b224fa4f399a6a74b8b2840ac30ffab4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9842, "upload_time": "2017-12-19T18:29:22", "url": "https://files.pythonhosted.org/packages/9b/a2/dc7a8b365a47bbf78a12b0df02e15b713f18c780d9b82e29b2d43584a70a/azure_cli-2.0.23-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e8016f131b7fcf9cf312bdbe275c8175", "sha256": "444fe98651a3e69cb849a48f38bfa83489e26ee38a9d20f766c497427fd26ef6" }, "downloads": -1, "filename": "azure-cli-2.0.23.tar.gz", "has_sig": false, "md5_digest": "e8016f131b7fcf9cf312bdbe275c8175", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7600, "upload_time": "2017-12-19T18:29:55", "url": "https://files.pythonhosted.org/packages/72/50/64cff8cb6fb54d3ed485b4f91be707c7da2f62303a73e4dcf9e548e05fa4/azure-cli-2.0.23.tar.gz" } ], "2.0.24": [ { "comment_text": "", "digests": { "md5": "6bcea745e95fd7ebbfc4a5baa4f7f30b", "sha256": "3b1e25301bb46344c6d2c8432996b29bbc78e8ec38486dccf0270eb947d113c9" }, "downloads": -1, "filename": "azure_cli-2.0.24-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6bcea745e95fd7ebbfc4a5baa4f7f30b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8877, "upload_time": "2018-01-05T20:06:56", "url": "https://files.pythonhosted.org/packages/35/20/c71326066f2cb17a66624832b3ffbd9603c28d8029db277a9b2d20ceaa88/azure_cli-2.0.24-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "366058b3a3cd93a8fab7044215336f04", "sha256": "b343cf1a91e26c1441ee0db597e9fa36d44bc449beeab15d01409da48f523c6e" }, "downloads": -1, "filename": "azure-cli-2.0.24.tar.gz", "has_sig": false, "md5_digest": "366058b3a3cd93a8fab7044215336f04", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6873, "upload_time": "2018-01-05T20:07:19", "url": "https://files.pythonhosted.org/packages/09/15/1d5c570a144961c0ac2bae86132944dac3e03f6f129fb0d1a6c96e267f28/azure-cli-2.0.24.tar.gz" } ], "2.0.25": [ { "comment_text": "", "digests": { "md5": "7064a1aa7aeefe45be0bc8703a86fd78", "sha256": "8fc7c24ecc3cf20fb0ca0daede857903a40b8e216c21f2597f81d2cae0b26967" }, "downloads": -1, "filename": "azure_cli-2.0.25-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7064a1aa7aeefe45be0bc8703a86fd78", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8847, "upload_time": "2018-01-17T18:36:25", "url": "https://files.pythonhosted.org/packages/10/e4/51a66540e77dd78f7781a491a89c791e57713c1e05a7e2aabb3fbfe835eb/azure_cli-2.0.25-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4cf068ef1a1e2eed63f740e3513b9b3f", "sha256": "20629163c1d658d66e2ee00642c9909ef2ba7462dce4245d49cae44009eb9ae1" }, "downloads": -1, "filename": "azure-cli-2.0.25.tar.gz", "has_sig": false, "md5_digest": "4cf068ef1a1e2eed63f740e3513b9b3f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6956, "upload_time": "2018-01-17T18:36:51", "url": "https://files.pythonhosted.org/packages/70/43/6fa67be74bdf7cb8da072724a1febb81bbd21b3058c0e251cdc5becf288a/azure-cli-2.0.25.tar.gz" } ], "2.0.26": [ { "comment_text": "", "digests": { "md5": "b22aedd1fb8b89b96f54744a205a6176", "sha256": "3ec4c9aa2841050d11531c307b1ce59fa1bb244089340feea0c3c44ef91c67f4" }, "downloads": -1, "filename": "azure_cli-2.0.26-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b22aedd1fb8b89b96f54744a205a6176", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8856, "upload_time": "2018-01-31T18:04:45", "url": "https://files.pythonhosted.org/packages/1e/9f/25c901c2460c74f1fd4655303bb29766cd17a01e208f0b97e392bc908272/azure_cli-2.0.26-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b1c730fc1db7e9c0ce4815903bb97c93", "sha256": "69c045b0f575be9688cc1b4d5b145453ec46a36810e961e072f431bdb5092aa5" }, "downloads": -1, "filename": "azure-cli-2.0.26.tar.gz", "has_sig": false, "md5_digest": "b1c730fc1db7e9c0ce4815903bb97c93", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6967, "upload_time": "2018-01-31T18:05:38", "url": "https://files.pythonhosted.org/packages/d1/a1/e35502b84dd94cba4a3b3d4a42176041b429f06bb7d191d0fc63f1a734b8/azure-cli-2.0.26.tar.gz" } ], "2.0.27": [ { "comment_text": "", "digests": { "md5": "c3159444663272de67fec4ba077437b3", "sha256": "80fde96a847164ab7eabf3b55c9f51fe56a46aae241099b100c18d6f6a4e7986" }, "downloads": -1, "filename": "azure_cli-2.0.27-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c3159444663272de67fec4ba077437b3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8859, "upload_time": "2018-02-13T18:17:20", "url": "https://files.pythonhosted.org/packages/06/46/b9ea31be3ce943a5218de25b6caa4e360357c465cdba06165d22f90940c8/azure_cli-2.0.27-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "62c0cea1150155acd9f4410fb7faa063", "sha256": "ab5658c21df845063bcdfdfbf8b36571c97a6b0b7ec4f13b016c1caacec62fde" }, "downloads": -1, "filename": "azure-cli-2.0.27.tar.gz", "has_sig": false, "md5_digest": "62c0cea1150155acd9f4410fb7faa063", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6976, "upload_time": "2018-02-13T18:18:10", "url": "https://files.pythonhosted.org/packages/b3/c5/41b77caad0172e3adef505cd589e3dafee5182af848a83f438b90a837248/azure-cli-2.0.27.tar.gz" } ], "2.0.28": [ { "comment_text": "", "digests": { "md5": "e214d767c7e3f0ee0fc9c4503436206c", "sha256": "facb59078b83406cb0c937606bcc5ab974f81de676f1a219fb4bd9e621314db2" }, "downloads": -1, "filename": "azure_cli-2.0.28-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e214d767c7e3f0ee0fc9c4503436206c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9105, "upload_time": "2018-02-27T15:59:46", "url": "https://files.pythonhosted.org/packages/be/32/a86533c025127a23fd7a18afbe8c14197984ec8b93430f43205735587faa/azure_cli-2.0.28-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a120230ccb70bcd59be890c004e5700f", "sha256": "4fef689c507f55c792b5b6e6542c13522b05437386c9579a03c47fd55fcb9d1b" }, "downloads": -1, "filename": "azure-cli-2.0.28.tar.gz", "has_sig": false, "md5_digest": "a120230ccb70bcd59be890c004e5700f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7131, "upload_time": "2018-02-27T16:00:13", "url": "https://files.pythonhosted.org/packages/75/72/214504ba8908a299f3611eb9e5fcd28d8a659cebc785a2619687142ce8d4/azure-cli-2.0.28.tar.gz" } ], "2.0.29": [ { "comment_text": "", "digests": { "md5": "99e71d19c33c5510985fad34ee308644", "sha256": "94b8ea25f8e800c6d2b8067eec2311b117d0afdf7f2132690130c57140fcf3ee" }, "downloads": -1, "filename": "azure_cli-2.0.29-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "99e71d19c33c5510985fad34ee308644", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9130, "upload_time": "2018-03-13T17:05:27", "url": "https://files.pythonhosted.org/packages/0a/f9/7d2ed4fbc1272ac0a0bd1152364211e27d2e7f34ad00a5520c49ea1b5645/azure_cli-2.0.29-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bb0070f8e0c888816ea4acbc29476b0b", "sha256": "2cdcacf2f4683a1e7882b116c0c99db10c4c9b81f852cea4d40da3930645e7d7" }, "downloads": -1, "filename": "azure-cli-2.0.29.tar.gz", "has_sig": false, "md5_digest": "bb0070f8e0c888816ea4acbc29476b0b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7154, "upload_time": "2018-03-13T17:08:44", "url": "https://files.pythonhosted.org/packages/ba/84/6d87fd80a7572270245f28f51b117c32419da8cb67073fa608bbcd142906/azure-cli-2.0.29.tar.gz" } ], "2.0.3": [ { "comment_text": "", "digests": { "md5": "ada34fe19374a223141319f9db88bb4f", "sha256": "932fea3678b1bd7e5c253c32dcad7f207da4e2e6e0e4b53c2248680695da1545" }, "downloads": -1, "filename": "azure_cli-2.0.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ada34fe19374a223141319f9db88bb4f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9589, "upload_time": "2017-04-17T20:45:11", "url": "https://files.pythonhosted.org/packages/d0/68/24c083720a6c1fb2586fc2ca1958394e63a924d777f7e73c011623644fef/azure_cli-2.0.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "14a6deb0bb3888a0404ce64b0362a768", "sha256": "66ed9406469e2cb15435a32919f4cc27c1aa9d13099eab8f78648692c32c93e4" }, "downloads": -1, "filename": "azure-cli-2.0.3.tar.gz", "has_sig": false, "md5_digest": "14a6deb0bb3888a0404ce64b0362a768", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6906, "upload_time": "2017-04-17T20:45:07", "url": "https://files.pythonhosted.org/packages/64/4f/8d5a2d2fd97eadb368203ed67783957bbf77c6ad4b439fbe9b523edad1e0/azure-cli-2.0.3.tar.gz" } ], "2.0.30": [ { "comment_text": "", "digests": { "md5": "9b5b16333dc767059851602add67784b", "sha256": "eebc918420d011902e185f46ed570f0ed02de083fff7602cf3ffb5ba3f963c76" }, "downloads": -1, "filename": "azure_cli-2.0.30-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9b5b16333dc767059851602add67784b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9175, "upload_time": "2018-03-27T17:55:12", "url": "https://files.pythonhosted.org/packages/4c/74/8adbed630d906ab4d67501e4247e5d314510dff5b843c0c6c1a7a61479b4/azure_cli-2.0.30-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c43ec8b8d84e8ded31c45b759c3c550d", "sha256": "5a1faf6d23007c9e183c7ad1e776d64241ae5095be5ab3768a93cc8ee6eff599" }, "downloads": -1, "filename": "azure-cli-2.0.30.tar.gz", "has_sig": false, "md5_digest": "c43ec8b8d84e8ded31c45b759c3c550d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7062, "upload_time": "2018-03-27T17:55:36", "url": "https://files.pythonhosted.org/packages/c0/07/a66638d750a9521c53ca332555cc518ed2a3d9a34abf1dc0756c9e6dc43b/azure-cli-2.0.30.tar.gz" } ], "2.0.31": [ { "comment_text": "", "digests": { "md5": "e2ff9675f94bcceae588b2a680a25056", "sha256": "4c00dacfb0fe293387e607fe461c905cc9cea490e2ed2b999ab11b617fb85430" }, "downloads": -1, "filename": "azure_cli-2.0.31-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e2ff9675f94bcceae588b2a680a25056", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9185, "upload_time": "2018-04-10T17:25:18", "url": "https://files.pythonhosted.org/packages/5b/5d/ade1fd4bf9ac2672d7489ce49fde503505c1905fc8603f5ab247b590b06d/azure_cli-2.0.31-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ee69797182b4947e9a66d24ccbd87c42", "sha256": "d6ddfe662db8dd484ee0a989017153ba6798682bbfb648627967e8c2ee998be8" }, "downloads": -1, "filename": "azure-cli-2.0.31.tar.gz", "has_sig": false, "md5_digest": "ee69797182b4947e9a66d24ccbd87c42", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7078, "upload_time": "2018-04-10T17:26:01", "url": "https://files.pythonhosted.org/packages/b7/a4/d0a36926d445942d11ac933ef70ad1a916b30d490b45d0e88e3c68a6a502/azure-cli-2.0.31.tar.gz" } ], "2.0.32": [ { "comment_text": "", "digests": { "md5": "be3c75dc3eb0745cb25ede1aa8bd2725", "sha256": "85f1e6dfb148dda25b95b6fdddd810503caec8affed32628e39a366432b4bd48" }, "downloads": -1, "filename": "azure_cli-2.0.32-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "be3c75dc3eb0745cb25ede1aa8bd2725", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5644, "upload_time": "2018-05-07T17:58:31", "url": "https://files.pythonhosted.org/packages/1d/51/d2e41079f9836c5dd460d4b9b405b5c90dcfb16b35b19374846d6e7fcaee/azure_cli-2.0.32-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bab9ed2e35518e08f9ac4095f74461c5", "sha256": "eedfdc2184bf88f8b333752adcaefadee4f29c78393c539f31a277f310bc42f9" }, "downloads": -1, "filename": "azure-cli-2.0.32.tar.gz", "has_sig": false, "md5_digest": "bab9ed2e35518e08f9ac4095f74461c5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7102, "upload_time": "2018-05-07T17:59:21", "url": "https://files.pythonhosted.org/packages/e4/a4/67d38bcb89ab6c6c73d9416982f25aeb25299a712c1fc664174a68eb8edc/azure-cli-2.0.32.tar.gz" } ], "2.0.33": [ { "comment_text": "", "digests": { "md5": "1c0cd45e179c4332aa85977b938d114c", "sha256": "e30e2248681a7c5abb505f77e895a22ea0a11c213a600256593df4d78b8da4f5" }, "downloads": -1, "filename": "azure_cli-2.0.33-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1c0cd45e179c4332aa85977b938d114c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5648, "upload_time": "2018-05-22T17:25:04", "url": "https://files.pythonhosted.org/packages/09/0d/f4a81dcfbb933ef27ee5ec2d609988b08868812b0ce3c421504a60d0ed3b/azure_cli-2.0.33-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1120ca3f48a5aa1176c4af173cc8f8b3", "sha256": "2581f3819e79c3564ab28756211b508e7a397865fa2b35ae7df0418b456c02c3" }, "downloads": -1, "filename": "azure-cli-2.0.33.tar.gz", "has_sig": false, "md5_digest": "1120ca3f48a5aa1176c4af173cc8f8b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7104, "upload_time": "2018-05-22T17:25:34", "url": "https://files.pythonhosted.org/packages/50/7e/64cd077745577a0efa4cedac5617880edd1cccf815d1a6f0d02e426932c8/azure-cli-2.0.33.tar.gz" } ], "2.0.34": [ { "comment_text": "", "digests": { "md5": "53bf990121d3a940c9d5c91632313f40", "sha256": "eba9d962404866aaf5bfaf83e629a1f0e0afc089d8325ff8980fa5ff32ef6b50" }, "downloads": -1, "filename": "azure_cli-2.0.34-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "53bf990121d3a940c9d5c91632313f40", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5651, "upload_time": "2018-06-05T15:52:15", "url": "https://files.pythonhosted.org/packages/d2/ee/ed06c587ff615aae5789419ebda14d6aa380ce5e47384cf8c1d784adf31f/azure_cli-2.0.34-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1ef96a7bca163f3ad2aba8d0509ac852", "sha256": "c843e304a57c790d7389f38dbcde7fb7f30db82bb20e1082af283aad4db01866" }, "downloads": -1, "filename": "azure-cli-2.0.34.tar.gz", "has_sig": false, "md5_digest": "1ef96a7bca163f3ad2aba8d0509ac852", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7109, "upload_time": "2018-06-05T15:52:33", "url": "https://files.pythonhosted.org/packages/66/89/4c2dcf9c7906696362bdf8d083618564bed68bc02888f17b97055c8f550f/azure-cli-2.0.34.tar.gz" } ], "2.0.35": [ { "comment_text": "", "digests": { "md5": "e366a2912784a77a8f42bcd38a9433d6", "sha256": "67b5c471a55154cbb1d7218763ad5f6a469ddfecabda64f7dba3f2f87b7e7f9c" }, "downloads": -1, "filename": "azure_cli-2.0.35-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e366a2912784a77a8f42bcd38a9433d6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5654, "upload_time": "2018-06-05T15:55:28", "url": "https://files.pythonhosted.org/packages/51/9b/87f7aa336c0e8cf2337bb9854fb790f10909d73152f0d79abc35a82fc927/azure_cli-2.0.35-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "58b70fe42e100e241ae4999ac02e19af", "sha256": "081c3da6491749fb75222888ff862b7eb8e45c62b7ca6db56849dac8794db1a8" }, "downloads": -1, "filename": "azure-cli-2.0.35.tar.gz", "has_sig": false, "md5_digest": "58b70fe42e100e241ae4999ac02e19af", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7266, "upload_time": "2018-06-05T15:55:37", "url": "https://files.pythonhosted.org/packages/4d/88/78c89340d1d39a59145f3ffc59a1c03938bb5fd6a50769c07b3b6a441edb/azure-cli-2.0.35.tar.gz" } ], "2.0.37": [ { "comment_text": "", "digests": { "md5": "8152ae31155da59d785b2349e5143a8d", "sha256": "cd469c0cdeff83b69bd60c1d07f6360f7815efdf6d09cc367ae549ea72aa4b93" }, "downloads": -1, "filename": "azure_cli-2.0.37-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8152ae31155da59d785b2349e5143a8d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5662, "upload_time": "2018-06-13T15:59:12", "url": "https://files.pythonhosted.org/packages/c8/e5/6f812d961fb6d481c6f75f1ed21446bed0288b66d9b7b2af8ee7c0ef2053/azure_cli-2.0.37-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2d95c897cc25fb0a029eb22765b8b1f4", "sha256": "ee39a831afbc2c9b13b51ed2274e87e07417b9f8b2ed7bea944a576c3864f340" }, "downloads": -1, "filename": "azure-cli-2.0.37.tar.gz", "has_sig": false, "md5_digest": "2d95c897cc25fb0a029eb22765b8b1f4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7287, "upload_time": "2018-06-13T15:59:23", "url": "https://files.pythonhosted.org/packages/bf/97/e38df894a9710e4bbbdd6e67d9311703a88d1475d918998ef3ca31a4ca6a/azure-cli-2.0.37.tar.gz" } ], "2.0.38": [ { "comment_text": "", "digests": { "md5": "8ac2a04a06d31aff5a5c9f7c8e1486ae", "sha256": "da98a84b4e44f7e50cfe6fa3a31adc6bc596690900e3464906c8abbd6056f705" }, "downloads": -1, "filename": "azure_cli-2.0.38-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8ac2a04a06d31aff5a5c9f7c8e1486ae", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5662, "upload_time": "2018-06-19T20:38:50", "url": "https://files.pythonhosted.org/packages/15/ec/0aaaba6f03a1ce18e1ce4d9ec6ea4d826eb9d45a18d7cc65ed4b0aca7049/azure_cli-2.0.38-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2ceae5977ebdc062aadb865fd6b265ea", "sha256": "0bd41072edd6932228e2037b013b1b5111c6ad22d97fecc090908b945d380519" }, "downloads": -1, "filename": "azure-cli-2.0.38.tar.gz", "has_sig": false, "md5_digest": "2ceae5977ebdc062aadb865fd6b265ea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7289, "upload_time": "2018-06-19T20:39:21", "url": "https://files.pythonhosted.org/packages/c9/ad/c6aff397281c551ff5fdb767df24e6617d1c11a828544e6d1a3a2261a5fd/azure-cli-2.0.38.tar.gz" } ], "2.0.4": [ { "comment_text": "", "digests": { "md5": "95c45622b63560d2a98d92558bc9e40d", "sha256": "3dcda1882f83dfb18e563ca0d4a4e67a214b895a29a917a96c443c1b4678a800" }, "downloads": -1, "filename": "azure_cli-2.0.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "95c45622b63560d2a98d92558bc9e40d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8984, "upload_time": "2017-04-28T21:21:09", "url": "https://files.pythonhosted.org/packages/bb/50/0c330278badcbb754d87e0eae94018e020dc63f60adedc5f001e68fbd6f8/azure_cli-2.0.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b0274bbc4f05bfdcfbcbec6bbeb98210", "sha256": "086c914b33fe60d7dc81e2f9a079bfd7fba23ec1cc4db74b1c4985b15299cd03" }, "downloads": -1, "filename": "azure-cli-2.0.4.tar.gz", "has_sig": false, "md5_digest": "b0274bbc4f05bfdcfbcbec6bbeb98210", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6838, "upload_time": "2017-04-28T21:21:03", "url": "https://files.pythonhosted.org/packages/66/c0/01ccc683088945571ce4ba7a2e4dce6de182c84ed2438dcb11f589894e36/azure-cli-2.0.4.tar.gz" } ], "2.0.40": [ { "comment_text": "", "digests": { "md5": "ba9d362d185602f955856b73465abe6e", "sha256": "eaf597424756e0ed395f6cec3ad6fe68362af58687b201308d29a89cbab1af93" }, "downloads": -1, "filename": "azure_cli-2.0.40-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ba9d362d185602f955856b73465abe6e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5677, "upload_time": "2018-07-03T16:17:45", "url": "https://files.pythonhosted.org/packages/da/63/78437b91636307922a3708498a63e36cb0d80a46ade1698b71e1e78ce437/azure_cli-2.0.40-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bf9cdc2d10ea8bcfc076366196bf80e4", "sha256": "1498ca17cc6727687e0659b36e28053e1d7cd00c17295e0f335299914e8af903" }, "downloads": -1, "filename": "azure-cli-2.0.40.tar.gz", "has_sig": false, "md5_digest": "bf9cdc2d10ea8bcfc076366196bf80e4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7169, "upload_time": "2018-07-03T16:18:16", "url": "https://files.pythonhosted.org/packages/e4/5a/d47c91b591cfde2cd48c4c1c4bc744c7ebe284f6ef9e2203a4fdd99afced/azure-cli-2.0.40.tar.gz" } ], "2.0.41": [ { "comment_text": "", "digests": { "md5": "038f402d42262758918028e8ec9b0004", "sha256": "4e5b1db472f382049c827a68b7fd2ce06ff24ce6fbe3e03540b4cf8ba3c53b97" }, "downloads": -1, "filename": "azure_cli-2.0.41-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "038f402d42262758918028e8ec9b0004", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5684, "upload_time": "2018-07-03T16:19:08", "url": "https://files.pythonhosted.org/packages/ec/f8/4e0928c8b64febd13b3cff2556a4b9deb90db90188cb88c6396a718fbf5d/azure_cli-2.0.41-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f544888393da7a31c94ab06c1137a5ab", "sha256": "832fba4214178d87610c2d58245c40f3043923a01cdf7bec01d724dde74995a7" }, "downloads": -1, "filename": "azure-cli-2.0.41.tar.gz", "has_sig": false, "md5_digest": "f544888393da7a31c94ab06c1137a5ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7175, "upload_time": "2018-07-03T16:19:17", "url": "https://files.pythonhosted.org/packages/53/44/08a856b7dd636fd34c97b6841b45f8a7ac52ad94d4d524b969d35ac9a77b/azure-cli-2.0.41.tar.gz" } ], "2.0.42": [ { "comment_text": "", "digests": { "md5": "a9bcfd114bd0792122f417f2dfc3be8a", "sha256": "cbebff700825299d224dc794a1117c11911dc9ba860a32345246df708ed91aef" }, "downloads": -1, "filename": "azure_cli-2.0.42-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a9bcfd114bd0792122f417f2dfc3be8a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5680, "upload_time": "2018-07-18T16:19:24", "url": "https://files.pythonhosted.org/packages/a9/68/483c1e91fcb40cf2560ba9e57abdfdb074bb70e1f357960c07dd0c653c67/azure_cli-2.0.42-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "803aa35ed58154573fe835cd8ae62626", "sha256": "edfe5d8eda82d8cc3222ad2ad35ace3af3dec66f151afebdf01ced8c58b95373" }, "downloads": -1, "filename": "azure-cli-2.0.42.tar.gz", "has_sig": false, "md5_digest": "803aa35ed58154573fe835cd8ae62626", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7176, "upload_time": "2018-07-18T16:20:17", "url": "https://files.pythonhosted.org/packages/27/c9/b5c730353be9997ef2c23b6675817dcb5e25dcfd704fbdfbe28424a11936/azure-cli-2.0.42.tar.gz" } ], "2.0.43": [ { "comment_text": "", "digests": { "md5": "1b860bb97d3a4a67c502edf5daf4383d", "sha256": "fda0a10b9637621f73a1944a52502b024f032fd3665b719c131dbcca71761595" }, "downloads": -1, "filename": "azure_cli-2.0.43-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1b860bb97d3a4a67c502edf5daf4383d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5683, "upload_time": "2018-07-31T15:32:08", "url": "https://files.pythonhosted.org/packages/67/3c/8f614af0240245455f81e1f1f4c366262a23bbcac8e17436f892960eb15c/azure_cli-2.0.43-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "efb89d113174d123805645dff1f5328a", "sha256": "ff14b0caa262980d8412c1601db2e2725031c429e93746b48fc2ccbf58c96dbd" }, "downloads": -1, "filename": "azure-cli-2.0.43.tar.gz", "has_sig": false, "md5_digest": "efb89d113174d123805645dff1f5328a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7362, "upload_time": "2018-07-31T15:32:42", "url": "https://files.pythonhosted.org/packages/1f/04/bc2cf9e5ae97612901968cd57553d9f9f323dcfccb31ac16ad0b813fa5cb/azure-cli-2.0.43.tar.gz" } ], "2.0.44": [ { "comment_text": "", "digests": { "md5": "1daeee3c844f18d6cf8dffc39e1d090c", "sha256": "907ac5d66fe16fa114579937afa7a7a6032172e11b5fcf075cd8f5ce14fb2546" }, "downloads": -1, "filename": "azure_cli-2.0.44-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1daeee3c844f18d6cf8dffc39e1d090c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5693, "upload_time": "2018-08-14T14:55:04", "url": "https://files.pythonhosted.org/packages/02/97/9071dffa1a651918fd1b8f820e84de3de2ff55dda46d1c2491f488fa792d/azure_cli-2.0.44-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d7d3cf167293d9dc283a525c419ffbca", "sha256": "9001bc1a1e49f118fb81bf506cedbb3c8ff8c5ef7b7f7071b8c0a7f9c1034368" }, "downloads": -1, "filename": "azure-cli-2.0.44.tar.gz", "has_sig": false, "md5_digest": "d7d3cf167293d9dc283a525c419ffbca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7380, "upload_time": "2018-08-14T14:55:51", "url": "https://files.pythonhosted.org/packages/6b/a8/44bf7b6723a253b0bc31e60342f3aa51f1bc5dbae3055a7f1f0f58245b9a/azure-cli-2.0.44.tar.gz" } ], "2.0.45": [ { "comment_text": "", "digests": { "md5": "cbf2b878e984fef4e02a438a4ee229b9", "sha256": "16e241b618e35ef689d42df1df91366f21e4f62b5079cdce265ed2079fad7514" }, "downloads": -1, "filename": "azure_cli-2.0.45-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cbf2b878e984fef4e02a438a4ee229b9", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5696, "upload_time": "2018-08-28T15:34:33", "url": "https://files.pythonhosted.org/packages/8c/f4/9fd45ae91f8f300042b5acb91e36baca66e99bf8efcf8ca9fe33b3cb0f9b/azure_cli-2.0.45-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "44d9e4ced66d88b37fdfc0e4b3c80f2e", "sha256": "f44ee9b4983fc527d0460eee0071542c70b9c0549a21afa9660e4974d48076a1" }, "downloads": -1, "filename": "azure-cli-2.0.45.tar.gz", "has_sig": false, "md5_digest": "44d9e4ced66d88b37fdfc0e4b3c80f2e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7398, "upload_time": "2018-08-28T15:35:19", "url": "https://files.pythonhosted.org/packages/ee/fa/b11360c8e7f573af323c127910dc158121878753dc75219a61d675ebddcd/azure-cli-2.0.45.tar.gz" } ], "2.0.46": [ { "comment_text": "", "digests": { "md5": "54c157ad1e5e0efecd0ced516933013d", "sha256": "fec0cb681371a53a98c15c830233de69ccdb7f42aaad6b8a7818a2a9ebbd865a" }, "downloads": -1, "filename": "azure_cli-2.0.46-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "54c157ad1e5e0efecd0ced516933013d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5699, "upload_time": "2018-09-21T16:59:42", "url": "https://files.pythonhosted.org/packages/bb/a8/d19de03da9a88aaae7aea4dcd42a6d81fbf49c93a54f05ef6c06f7efa7b9/azure_cli-2.0.46-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4aa5028c88e579ca86384b354d5bfdbb", "sha256": "d01556923a6216fbc6fbca0a93792c631daf267e6e9a82321f6028c543995008" }, "downloads": -1, "filename": "azure-cli-2.0.46.tar.gz", "has_sig": false, "md5_digest": "4aa5028c88e579ca86384b354d5bfdbb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7421, "upload_time": "2018-09-21T17:00:28", "url": "https://files.pythonhosted.org/packages/b8/ff/681556098b9dc7058853ae37de8a7c10df26d7b7d99483c558789385799a/azure-cli-2.0.46.tar.gz" } ], "2.0.47": [ { "comment_text": "", "digests": { "md5": "3d090815c595d82197600e4654d51975", "sha256": "8f072d61a951a7e8711c669426003997f569e00d9e1a223de12443dd5883451b" }, "downloads": -1, "filename": "azure_cli-2.0.47-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3d090815c595d82197600e4654d51975", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7312, "upload_time": "2018-10-09T18:08:52", "url": "https://files.pythonhosted.org/packages/47/31/bd92ee224e4053b6654eb0f173d83ceb579ad31664dbdf6748693f04dced/azure_cli-2.0.47-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cadbfd03cdfd261d33b85a205c2b3794", "sha256": "798a1569ab1fcac438d3cf6f51a1f9c521f2ef1f8d973d2e247bbe4d0a7b0c34" }, "downloads": -1, "filename": "azure-cli-2.0.47.tar.gz", "has_sig": false, "md5_digest": "cadbfd03cdfd261d33b85a205c2b3794", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7358, "upload_time": "2018-10-09T18:09:16", "url": "https://files.pythonhosted.org/packages/e9/70/b4b3fe8f2ea245075993203bca2014ea7547624b2a60ece9201f6e54dfbf/azure-cli-2.0.47.tar.gz" } ], "2.0.48": [ { "comment_text": "", "digests": { "md5": "15e913499f608fdf0b192b007ba73499", "sha256": "eab12bca7666b9624e0998f1f31c12620dc7bd4fdd979371c49190002e9a67eb" }, "downloads": -1, "filename": "azure_cli-2.0.48-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "15e913499f608fdf0b192b007ba73499", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9437, "upload_time": "2018-10-16T20:18:03", "url": "https://files.pythonhosted.org/packages/70/ca/9c1d1147c2f3e36712cd624c423f86fd932c153adf6e223596e92e46028a/azure_cli-2.0.48-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "417d51b0f735915b4453246470d550ae", "sha256": "4b16ac33e95cdde8941ed7c78c61b3169a35232b37106ef017f8f31451542856" }, "downloads": -1, "filename": "azure-cli-2.0.48.tar.gz", "has_sig": false, "md5_digest": "417d51b0f735915b4453246470d550ae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7359, "upload_time": "2018-10-16T20:18:17", "url": "https://files.pythonhosted.org/packages/ea/b2/8d9afb1d9a0a32681ce6c11e66092dc5a9b95a981061f1330a25718b7d85/azure-cli-2.0.48.tar.gz" } ], "2.0.49": [ { "comment_text": "", "digests": { "md5": "897d80b6e91273cccaa122f01b108e1b", "sha256": "b3417f61dcfb3460e5a78a265fcd6f30239abfb68e496f82812425463ed73de0" }, "downloads": -1, "filename": "azure_cli-2.0.49-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "897d80b6e91273cccaa122f01b108e1b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7348, "upload_time": "2018-10-23T16:54:19", "url": "https://files.pythonhosted.org/packages/40/bf/29de6e3a2e6f24257c21c94e73817ecbf7acb45e793849bac97735b6475b/azure_cli-2.0.49-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e475f0156c7c0fe070c5c32a9efe2245", "sha256": "c3ead8191b98f4d7d14fcc6b4ff81009da397acb9051f010a4c1711df9153aa5" }, "downloads": -1, "filename": "azure-cli-2.0.49.tar.gz", "has_sig": false, "md5_digest": "e475f0156c7c0fe070c5c32a9efe2245", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7423, "upload_time": "2018-10-23T16:54:48", "url": "https://files.pythonhosted.org/packages/87/94/83e99c2a49a1461d58e492ff1537c4cc5b1d8abc4de81ffa0460593933a1/azure-cli-2.0.49.tar.gz" } ], "2.0.5": [ { "comment_text": "", "digests": { "md5": "c3c2fe611e450d557d85b97d846139a8", "sha256": "0426afcd90eea185c59356703510173e0ca694c52aaf98186ace7e379d79ba10" }, "downloads": -1, "filename": "azure_cli-2.0.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c3c2fe611e450d557d85b97d846139a8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9186, "upload_time": "2017-05-05T23:02:05", "url": "https://files.pythonhosted.org/packages/dc/0d/061381aa8a06c1602e275d56d5461120abdd695c0a15cda0e68ed6ad04d4/azure_cli-2.0.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5dc4794aec63e9c27ea497d1b4b0cffc", "sha256": "a6d6a340874b5d20f9b775c0488e29e6c1d84ed60ab6fdd093df8d8c17f42379" }, "downloads": -1, "filename": "azure-cli-2.0.5.tar.gz", "has_sig": false, "md5_digest": "5dc4794aec63e9c27ea497d1b4b0cffc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7002, "upload_time": "2017-05-05T23:02:12", "url": "https://files.pythonhosted.org/packages/b5/b9/9876a27f4c041a27b0982d604c82089f3ecca8d96c419940c6816562afd6/azure-cli-2.0.5.tar.gz" } ], "2.0.50": [ { "comment_text": "", "digests": { "md5": "72c3da951ce21f366e9bb694652c7381", "sha256": "4dc5188103a97e7ccbfd779f679f7a6da42c6925ce12117feff1a9def41aca5c" }, "downloads": -1, "filename": "azure_cli-2.0.50-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "72c3da951ce21f366e9bb694652c7381", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7355, "upload_time": "2018-11-06T16:34:31", "url": "https://files.pythonhosted.org/packages/01/76/0d051c04c3ea386eab301f39fff8902d9e88fb8d7f1ff183f1efa9e18a8c/azure_cli-2.0.50-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b2229ca9310888e4cbca436785616d95", "sha256": "fc193fe547f01cf5061749cc972d65a88826db4b7ae2c9ed45816966721b5a2a" }, "downloads": -1, "filename": "azure-cli-2.0.50.tar.gz", "has_sig": false, "md5_digest": "b2229ca9310888e4cbca436785616d95", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7424, "upload_time": "2018-11-06T16:35:03", "url": "https://files.pythonhosted.org/packages/9d/a9/59cb787521b291ccba143bbdebadfe6a3bec2bf914a291c24c93a7fc79d9/azure-cli-2.0.50.tar.gz" } ], "2.0.51": [ { "comment_text": "", "digests": { "md5": "be146a4efcc89a4d2787f21711e2fa3c", "sha256": "077c099e83a07756ef1e22c38f7e4026b7d1232a33b78aa272157675259873b1" }, "downloads": -1, "filename": "azure_cli-2.0.51-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "be146a4efcc89a4d2787f21711e2fa3c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7354, "upload_time": "2018-11-20T20:15:48", "url": "https://files.pythonhosted.org/packages/17/7c/fbf387f657972d018ab7800890cde6a66f404f0e482937b30a63952fefeb/azure_cli-2.0.51-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "83bb8c88ceb96e7eb6b68accb64a69e5", "sha256": "c95fd9d27776610a66c98724b5b7df4e4d2705baf41fab88fa4dbe4a5c9e123e" }, "downloads": -1, "filename": "azure-cli-2.0.51.tar.gz", "has_sig": false, "md5_digest": "83bb8c88ceb96e7eb6b68accb64a69e5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7429, "upload_time": "2018-11-20T20:16:18", "url": "https://files.pythonhosted.org/packages/87/37/e0067bdd4a4fa99f27fd3a92326e45fc17b1407fb4ac36c3de5846f48993/azure-cli-2.0.51.tar.gz" } ], "2.0.52": [ { "comment_text": "", "digests": { "md5": "3725b795fe3d2d8e510cbe323fea0a67", "sha256": "3d903875a45362fa46c9ae85c578d331b4745361320fd7cc643f5a72a5ad681c" }, "downloads": -1, "filename": "azure_cli-2.0.52-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3725b795fe3d2d8e510cbe323fea0a67", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7359, "upload_time": "2018-12-04T20:07:40", "url": "https://files.pythonhosted.org/packages/15/8e/a322760137aa764e7dd1aef82ca3f300d32ed560bb9b4a375f788c2abdcd/azure_cli-2.0.52-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "825496dfa5a96baafb0deac13cb210ee", "sha256": "337f2559f860c4310f6a90b74c7e991e0fe1b23cabc920711638466e9c42927b" }, "downloads": -1, "filename": "azure-cli-2.0.52.tar.gz", "has_sig": false, "md5_digest": "825496dfa5a96baafb0deac13cb210ee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7444, "upload_time": "2018-12-04T20:08:08", "url": "https://files.pythonhosted.org/packages/08/ff/914e3be706bd2b100a8195091a283d3508cd717383165924d3880e8a7e42/azure-cli-2.0.52.tar.gz" } ], "2.0.53": [ { "comment_text": "", "digests": { "md5": "b8be1dbe4376355625dbc706828cdb9c", "sha256": "ebf69f6f978a6926920991e45b10fab3d5952530b68bcfe86bfce73a0221a4ce" }, "downloads": -1, "filename": "azure_cli-2.0.53-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b8be1dbe4376355625dbc706828cdb9c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7362, "upload_time": "2018-12-18T15:22:36", "url": "https://files.pythonhosted.org/packages/14/cd/195d5c4ba0ddaac47bbf9426746884b4238b1476c08895d35d827e9ff3de/azure_cli-2.0.53-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "756c0e439580c44d807fcdfe582b2b52", "sha256": "44f6c71e4ef2cf7c06589e2e6071f3ffa7c511065ecd7013c4c7f4d485c95bd4" }, "downloads": -1, "filename": "azure-cli-2.0.53.tar.gz", "has_sig": false, "md5_digest": "756c0e439580c44d807fcdfe582b2b52", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7454, "upload_time": "2018-12-18T15:22:58", "url": "https://files.pythonhosted.org/packages/29/e8/9a56335e80a365a93a1b7012fb1bda8a9eeebe6b7c92005139442511d3a7/azure-cli-2.0.53.tar.gz" } ], "2.0.54": [ { "comment_text": "", "digests": { "md5": "0d0245243fff08e571f6afad3bc10255", "sha256": "8c92a3c6626da21bf41f31a335342f88f54dfb2a80ba12bdd18dae0afb0a0ba8" }, "downloads": -1, "filename": "azure_cli-2.0.54-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0d0245243fff08e571f6afad3bc10255", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7366, "upload_time": "2018-12-20T21:33:32", "url": "https://files.pythonhosted.org/packages/46/e5/594ebe0eaad40bf8c611c4b71c12bae94bb3f20b761495235b106e7c39e0/azure_cli-2.0.54-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1361402e825f3c77a9b70b962333f6b0", "sha256": "0de3cbbc471f7ccce73338c593df41bd0f33552949a0bb63d40be46e00553993" }, "downloads": -1, "filename": "azure-cli-2.0.54.tar.gz", "has_sig": false, "md5_digest": "1361402e825f3c77a9b70b962333f6b0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7458, "upload_time": "2018-12-20T21:33:49", "url": "https://files.pythonhosted.org/packages/3d/8a/7c47308a3e9b6a4b8ee3853a0e3e50a1e8c2fba8caa5c66bd4af001e5e67/azure-cli-2.0.54.tar.gz" } ], "2.0.55": [ { "comment_text": "", "digests": { "md5": "b7bda09f3a130276707f491e97c40321", "sha256": "af9622866b83b4423590adee3825c86dd8432d5506ec17253a2301c16403850d" }, "downloads": -1, "filename": "azure_cli-2.0.55-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b7bda09f3a130276707f491e97c40321", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7367, "upload_time": "2019-01-15T21:07:45", "url": "https://files.pythonhosted.org/packages/50/9a/f875e3205503ab87fd2ced466a90882506d56e7c32fc54878588229565ab/azure_cli-2.0.55-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "80c12a87bbf3f2b470eb5946d27dec20", "sha256": "f058ef17b578350261443984d8fa1708497e53691074eda0cc74ff1982a12d64" }, "downloads": -1, "filename": "azure-cli-2.0.55.tar.gz", "has_sig": false, "md5_digest": "80c12a87bbf3f2b470eb5946d27dec20", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7461, "upload_time": "2019-01-15T21:08:36", "url": "https://files.pythonhosted.org/packages/85/43/f73cc629a3d80850db46431779ea1b31f807463cbd0cbf237aef33c415d2/azure-cli-2.0.55.tar.gz" } ], "2.0.56": [ { "comment_text": "", "digests": { "md5": "392e3600c52168a323e23219afa3dd39", "sha256": "89061db6512e0bfc13e4cafc3c08fe9ab0f7d6feaffbcd0c8df9a347b83dc774" }, "downloads": -1, "filename": "azure_cli-2.0.56-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "392e3600c52168a323e23219afa3dd39", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7374, "upload_time": "2019-01-30T01:50:37", "url": "https://files.pythonhosted.org/packages/45/a6/d37549380217ec55be0158fe2c3aea721247d6b15155ccd103a584b6ae9a/azure_cli-2.0.56-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "db3a3100184c83db869f8555809efceb", "sha256": "0418e8caf3b2f35ee90bfbe25a4e8045cc126f4ed7cb307d1bdb75c3b729fed9" }, "downloads": -1, "filename": "azure-cli-2.0.56.tar.gz", "has_sig": false, "md5_digest": "db3a3100184c83db869f8555809efceb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7472, "upload_time": "2019-01-30T01:51:38", "url": "https://files.pythonhosted.org/packages/90/5b/b447fd0622b3cd256be0a1d1789339dec79ea26c4b4cf2d3b473e447668a/azure-cli-2.0.56.tar.gz" } ], "2.0.57": [ { "comment_text": "", "digests": { "md5": "d0e34b0723018b4ecc527cf44188b0a6", "sha256": "e0eec31d49874d60d52e97c583e27c0da55524897b4c1340693ca484e72fa4f1" }, "downloads": -1, "filename": "azure_cli-2.0.57-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d0e34b0723018b4ecc527cf44188b0a6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7428, "upload_time": "2019-01-31T23:47:23", "url": "https://files.pythonhosted.org/packages/12/46/a8308392861e25ca03e6f73ab2e8f5e5516029b3b4ca5c09f36b8f935a70/azure_cli-2.0.57-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8a26ad77dba9ac11e1ecd45a18ce5b77", "sha256": "471bc854f985a68dfe5c11748a1dd1656bdf89415a1a3786d3c264f385d98c0a" }, "downloads": -1, "filename": "azure-cli-2.0.57.tar.gz", "has_sig": false, "md5_digest": "8a26ad77dba9ac11e1ecd45a18ce5b77", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7550, "upload_time": "2019-01-31T23:47:35", "url": "https://files.pythonhosted.org/packages/20/a0/12b93edc1e0b6b2d20377f29d658d9ec32e4b9f312e57c58790b4a2d4966/azure-cli-2.0.57.tar.gz" } ], "2.0.58": [ { "comment_text": "", "digests": { "md5": "49c3751fa744de81dda369e5cdaf7d55", "sha256": "69986b21192e6a537ec99c0fcfb579a03f557ce775ef3bbff42938da4301ffb7" }, "downloads": -1, "filename": "azure_cli-2.0.58-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "49c3751fa744de81dda369e5cdaf7d55", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7630, "upload_time": "2019-02-12T18:08:54", "url": "https://files.pythonhosted.org/packages/d2/b1/9d685a75e3d7de638285d1a0a2317a46c1a2b2b7e5c2fe4eda04aa466ac1/azure_cli-2.0.58-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "462b831dfc4ece1a349de5e6ab0e7667", "sha256": "e81d081d3080dca6f2cba0259bd7a34ed22af26a37b88b473c8be88902f198fd" }, "downloads": -1, "filename": "azure-cli-2.0.58.tar.gz", "has_sig": false, "md5_digest": "462b831dfc4ece1a349de5e6ab0e7667", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7788, "upload_time": "2019-02-15T00:17:23", "url": "https://files.pythonhosted.org/packages/36/34/1f58570120ba99fa7b618d0b8e754db76b06dbd0a250c1e2132bbf35259e/azure-cli-2.0.58.tar.gz" } ], "2.0.59": [ { "comment_text": "", "digests": { "md5": "7525abcc85207230bf1390f346730d34", "sha256": "c8678429550317c6fe0ab225b3a9b25aa1683a7ef61a6aa036b462c56abf56df" }, "downloads": -1, "filename": "azure_cli-2.0.59-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7525abcc85207230bf1390f346730d34", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7629, "upload_time": "2019-02-26T16:57:18", "url": "https://files.pythonhosted.org/packages/61/e7/56659897d25154c38c97fbb880cc497107391a7d4dbb529f5292f2e39842/azure_cli-2.0.59-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c7c134555b73525cb7f1fd04647960c2", "sha256": "77880e0e090bf820ff9b6308ae98662a5d4e34b0bda012423bdb92f3e1c91bb0" }, "downloads": -1, "filename": "azure-cli-2.0.59.tar.gz", "has_sig": false, "md5_digest": "c7c134555b73525cb7f1fd04647960c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7788, "upload_time": "2019-02-26T16:57:56", "url": "https://files.pythonhosted.org/packages/02/7e/99739cb9ca5e949a84e366c524a39fff53d6378a160fc223d5546706cbf6/azure-cli-2.0.59.tar.gz" } ], "2.0.6": [ { "comment_text": "", "digests": { "md5": "c527c26deea78341a6f410a42d02073a", "sha256": "1ceaf955441a41e06052a850b85d1f314657b6a2ccc91ef5d928d6208ed4c52b" }, "downloads": -1, "filename": "azure_cli-2.0.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c527c26deea78341a6f410a42d02073a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9245, "upload_time": "2017-05-09T21:45:51", "url": "https://files.pythonhosted.org/packages/f3/f1/539b36e9c1d43fde00d716a4b6f3afc813312d4672ce18f9d75b87e5f7be/azure_cli-2.0.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5df802a33a7b9ed77b1b41995eb820d5", "sha256": "af2728b4592e5d54859136179ff056ba47e0dc2a24ab39f55800c3a97bb63d5e" }, "downloads": -1, "filename": "azure-cli-2.0.6.tar.gz", "has_sig": false, "md5_digest": "5df802a33a7b9ed77b1b41995eb820d5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7061, "upload_time": "2017-05-09T21:45:45", "url": "https://files.pythonhosted.org/packages/02/14/99dca9249cf538faf8f0dd22f1ac8caeb7ccbfb42a5da49a6764335fe8c6/azure-cli-2.0.6.tar.gz" } ], "2.0.60": [ { "comment_text": "", "digests": { "md5": "008a53b7d6b27a4144986e743a78041f", "sha256": "7d3b1bf061e26f26ca1517ebcc38cc08338fa46ade7bcf522bae88865f9f6809" }, "downloads": -1, "filename": "azure_cli-2.0.60-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "008a53b7d6b27a4144986e743a78041f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7466, "upload_time": "2019-03-07T23:37:26", "url": "https://files.pythonhosted.org/packages/d4/c5/5cf6876500eb4b85a6364603640819d68843395d6125ba38b540c131ba93/azure_cli-2.0.60-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2d7c3af5bffdc4da5f3caaac29c88384", "sha256": "92dab02d67178ac257e687259d219f2549ffc5b753d27441dac61e69dfe36fff" }, "downloads": -1, "filename": "azure-cli-2.0.60.tar.gz", "has_sig": false, "md5_digest": "2d7c3af5bffdc4da5f3caaac29c88384", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7615, "upload_time": "2019-03-07T23:37:53", "url": "https://files.pythonhosted.org/packages/b9/1f/517cfc371b9a94feaa0c00e910b75f83d67cfbdde3bcdde459220e6d76eb/azure-cli-2.0.60.tar.gz" } ], "2.0.61": [ { "comment_text": "", "digests": { "md5": "69ddffdc1857c89eb748a4a6fa30ad06", "sha256": "0bf852fab49898833b120ba98096adcff2f7532c2875a7bdf440e00e7f9a5c45" }, "downloads": -1, "filename": "azure_cli-2.0.61-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "69ddffdc1857c89eb748a4a6fa30ad06", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7471, "upload_time": "2019-03-26T17:57:03", "url": "https://files.pythonhosted.org/packages/ed/8a/1eefe40628361666509186be1cb9f04e86b3df1a8ce43a010d1b8b6f3c19/azure_cli-2.0.61-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "430dbe49589a56128a76833b8a59b412", "sha256": "351539a11fff80f4a82458856021f7fe76e5b0a5c04e5d87647f76a7a53bd54a" }, "downloads": -1, "filename": "azure-cli-2.0.61.tar.gz", "has_sig": false, "md5_digest": "430dbe49589a56128a76833b8a59b412", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7623, "upload_time": "2019-03-26T17:58:11", "url": "https://files.pythonhosted.org/packages/28/92/dfc5b3cec1c8882b1a00d4aae1c45424af98fc187055cdf61a80cedf7ea4/azure-cli-2.0.61.tar.gz" } ], "2.0.62": [ { "comment_text": "", "digests": { "md5": "a87ece2b06ecdef9426785beac3ec2f1", "sha256": "1aa7f2f0462c2a51c283ac78df35a671f08a1748f66ac8565a834e205ac6b5a1" }, "downloads": -1, "filename": "azure_cli-2.0.62-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a87ece2b06ecdef9426785beac3ec2f1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7857, "upload_time": "2019-04-09T17:00:38", "url": "https://files.pythonhosted.org/packages/bd/89/6c89ba9f76c492ab50c99a78a6c8ee6d2431b32556f9775cb501bd14bab6/azure_cli-2.0.62-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "81589de1bdb324d1544f2b397ee4053e", "sha256": "d7eb745227f7562ce8b13909e29e22d780acb91b688c418fbd4fe008b43857f2" }, "downloads": -1, "filename": "azure-cli-2.0.62.tar.gz", "has_sig": false, "md5_digest": "81589de1bdb324d1544f2b397ee4053e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8023, "upload_time": "2019-04-09T17:01:27", "url": "https://files.pythonhosted.org/packages/43/cd/8bab2c6d90a8642ea3242838bee7105096d636b28c75c47490cd046ead79/azure-cli-2.0.62.tar.gz" } ], "2.0.63": [ { "comment_text": "", "digests": { "md5": "c5c5439439a0ae3f166aadc5fc808128", "sha256": "3494d8fbc5d75dd4f285257d550542082c297c7fa65933207a14166bfa06a347" }, "downloads": -1, "filename": "azure_cli-2.0.63-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c5c5439439a0ae3f166aadc5fc808128", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7879, "upload_time": "2019-04-23T17:00:29", "url": "https://files.pythonhosted.org/packages/4d/66/bbb11d065647efaf7b7ceee405a07fc8c390fdeaf6957d34814169716db4/azure_cli-2.0.63-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e9c1626a028285254a5ae1126b249d61", "sha256": "8bef8c095e4997e1d1c319112244eae701bca5bf58186a9a9d256b4f8c7cf46f" }, "downloads": -1, "filename": "azure-cli-2.0.63.tar.gz", "has_sig": false, "md5_digest": "e9c1626a028285254a5ae1126b249d61", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8048, "upload_time": "2019-04-23T17:01:16", "url": "https://files.pythonhosted.org/packages/a9/27/929c2cdcaecbdacec7a22ee9ef2a33d6bc7747537ed108d0b27c4b932fc5/azure-cli-2.0.63.tar.gz" } ], "2.0.64": [ { "comment_text": "", "digests": { "md5": "e95d46b9679fea4bda39a76665b51efd", "sha256": "9851093013bbedc25784dd1880a6ab5b9f273c8501e124928325e385e030bbfd" }, "downloads": -1, "filename": "azure_cli-2.0.64-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e95d46b9679fea4bda39a76665b51efd", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7896, "upload_time": "2019-05-06T09:37:41", "url": "https://files.pythonhosted.org/packages/4a/57/b3619df48a158329c4deef9ef39fb223119c6400aeed5387b5f68be9044e/azure_cli-2.0.64-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a06e5056ce7a16c712cd4a82772f5cd8", "sha256": "8c7a6d8d3dcf2a3263d40a010ec608590644b970169ac4e6a5968bbf29d556d5" }, "downloads": -1, "filename": "azure-cli-2.0.64.tar.gz", "has_sig": false, "md5_digest": "a06e5056ce7a16c712cd4a82772f5cd8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8072, "upload_time": "2019-05-06T09:38:16", "url": "https://files.pythonhosted.org/packages/f8/90/53c20f4591f5629278f83371d0d63f8ef466bb00742205a4e0a872db843d/azure-cli-2.0.64.tar.gz" } ], "2.0.65": [ { "comment_text": "", "digests": { "md5": "02984582b37c952e37108179deef9572", "sha256": "dc73f316bc51f42b4415311f286ced654cc18f9457cdb899ce47dde31621feba" }, "downloads": -1, "filename": "azure_cli-2.0.65-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "02984582b37c952e37108179deef9572", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7710, "upload_time": "2019-05-21T18:42:47", "url": "https://files.pythonhosted.org/packages/b6/db/221e0ce669caa9b53acfe749239a67c85a81c0298a8288ae0727a8925f95/azure_cli-2.0.65-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a48512f00754f103916a0b5826b69711", "sha256": "00dc0323ae9fb2bd28d8e7b51b17c2c88921ef51c6a5c7c3141e2c47bd5b7b90" }, "downloads": -1, "filename": "azure-cli-2.0.65.tar.gz", "has_sig": false, "md5_digest": "a48512f00754f103916a0b5826b69711", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7887, "upload_time": "2019-05-21T18:43:37", "url": "https://files.pythonhosted.org/packages/15/d2/b90c8c776e2f74b7995851b270b327787b979ff1259b6fccfd7fd48bd47d/azure-cli-2.0.65.tar.gz" } ], "2.0.66": [ { "comment_text": "", "digests": { "md5": "b8c0768d3c650bd64b964313bae6ff08", "sha256": "c7bd76314730b7b53ba98c1e27c808bdb106fafafa09276c43f6973f149cf4b1" }, "downloads": -1, "filename": "azure_cli-2.0.66-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b8c0768d3c650bd64b964313bae6ff08", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7903, "upload_time": "2019-06-04T16:26:15", "url": "https://files.pythonhosted.org/packages/c3/22/5b4761d9d371d013710869911da9ef4f6c72e05929b87427753a8a1d824c/azure_cli-2.0.66-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "36271a02096b15f6f8b8856391fb225d", "sha256": "ad5bc7460377c76a5485e2065fd7bec8ff2542700322ee874bd3e9d7af4bf970" }, "downloads": -1, "filename": "azure-cli-2.0.66.tar.gz", "has_sig": false, "md5_digest": "36271a02096b15f6f8b8856391fb225d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8082, "upload_time": "2019-06-04T16:26:41", "url": "https://files.pythonhosted.org/packages/76/24/66ff2c71d2a0fb316f012fa5bc1667a3b6cb60081de0f628df9dd132e1cd/azure-cli-2.0.66.tar.gz" } ], "2.0.67": [ { "comment_text": "", "digests": { "md5": "56d5014d7035003f818dbda6c95f9fee", "sha256": "b1aa8fb64ed8a1c342ae9f1351b71a25c718ee9be8ae8f05d47f5eb18abadf32" }, "downloads": -1, "filename": "azure_cli-2.0.67-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "56d5014d7035003f818dbda6c95f9fee", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8305, "upload_time": "2019-06-18T13:58:05", "url": "https://files.pythonhosted.org/packages/0c/20/c1297dad30c6b6d5fa4efe144effcf017a623f1359947350f052bc1f4cdc/azure_cli-2.0.67-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ea5d54977af6d8c601c7bae51d09e75a", "sha256": "4c7e87f8bb6f6143f5a2c2bc9c2e7e7d56f6836dbb658cca00452cfd09194ec5" }, "downloads": -1, "filename": "azure-cli-2.0.67.tar.gz", "has_sig": false, "md5_digest": "ea5d54977af6d8c601c7bae51d09e75a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8603, "upload_time": "2019-06-18T13:59:23", "url": "https://files.pythonhosted.org/packages/06/86/fdacfaa0d0b770ae6d2437602f1dd02745e055cebeeba742ba4e07dcd33f/azure-cli-2.0.67.tar.gz" } ], "2.0.68": [ { "comment_text": "", "digests": { "md5": "7b0d88ea0f740ad828024507f3e3d83e", "sha256": "6c16507165adfdc3a80cf697946d2454804a50127a9e3e8f3da1849ec410b33f" }, "downloads": -1, "filename": "azure_cli-2.0.68-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7b0d88ea0f740ad828024507f3e3d83e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1237835, "upload_time": "2019-07-02T20:19:26", "url": "https://files.pythonhosted.org/packages/45/07/dcfbda2615849f019047cd674ca226f2c3257bd3b75bd3dac08b2434897c/azure_cli-2.0.68-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "270bb812c1000b63502911ad395adf62", "sha256": "58164319e207c8435f67b364a1e0d1de3416e2ba6589e28fea728f9f799c98e9" }, "downloads": -1, "filename": "azure-cli-2.0.68.tar.gz", "has_sig": false, "md5_digest": "270bb812c1000b63502911ad395adf62", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 965750, "upload_time": "2019-07-02T20:19:35", "url": "https://files.pythonhosted.org/packages/f7/f6/13735caf0bd3941ef81027f771e699cc1c09461b84c6cdf8c135461b8f3d/azure-cli-2.0.68.tar.gz" } ], "2.0.69": [ { "comment_text": "", "digests": { "md5": "fab967e531e4d5112a8cf8ac8799b078", "sha256": "8baef8b2bb79b76203da4f8a19593a38ed6f7959c8d00933f9b795947556bf54" }, "downloads": -1, "filename": "azure_cli-2.0.69-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fab967e531e4d5112a8cf8ac8799b078", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1281149, "upload_time": "2019-07-16T06:30:11", "url": "https://files.pythonhosted.org/packages/06/25/ce69f8e09ad748358fd865eb6b49fc6c0eb9ed210558182dac2dcf0d96a7/azure_cli-2.0.69-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6e2432890502f56029ae7e47d89766bc", "sha256": "67eca1840d971c966cc019542a27e94a54b8e743c00041605950a66f9ed750a3" }, "downloads": -1, "filename": "azure-cli-2.0.69.tar.gz", "has_sig": false, "md5_digest": "6e2432890502f56029ae7e47d89766bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 996477, "upload_time": "2019-07-16T06:30:17", "url": "https://files.pythonhosted.org/packages/bb/25/383530456a8fcc3edb912545e0a747d269dd71c91648378a575571d89c08/azure-cli-2.0.69.tar.gz" } ], "2.0.7": [ { "comment_text": "", "digests": { "md5": "8426378b0d4b13e1d3c5c0828b29f3f2", "sha256": "caac157a9c7ecc660c36e8fcb2ee2ddce952a65130b52723c76eb9a03e232076" }, "downloads": -1, "filename": "azure_cli-2.0.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8426378b0d4b13e1d3c5c0828b29f3f2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9298, "upload_time": "2017-05-30T23:22:48", "url": "https://files.pythonhosted.org/packages/2d/ea/b232428a7aa3d05402c6b9cb2bd5092605ad1828d46f9a1d64b8b2a7f324/azure_cli-2.0.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "749d196c061877715684f298f7cae479", "sha256": "d3abd2e460780a9999f056dcfee0a90377c2f6fcdb21ac2359922ae167b967b5" }, "downloads": -1, "filename": "azure-cli-2.0.7.tar.gz", "has_sig": false, "md5_digest": "749d196c061877715684f298f7cae479", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7115, "upload_time": "2017-05-30T23:22:39", "url": "https://files.pythonhosted.org/packages/b5/a1/7f65e21fbddf4e58071b44259a743d3c2d77151e06e5a3339c8981016e2e/azure-cli-2.0.7.tar.gz" } ], "2.0.70": [ { "comment_text": "", "digests": { "md5": "188a88929f75485298d84fa497c9abf4", "sha256": "9ef62f6adbccf33e6b1b49a3101be8c4de5ed3b98d49a3793a0e8f4c48bfa8fc" }, "downloads": -1, "filename": "azure_cli-2.0.70-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "188a88929f75485298d84fa497c9abf4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1286774, "upload_time": "2019-07-30T05:53:15", "url": "https://files.pythonhosted.org/packages/fb/d5/21fa9081f833474354d25fac9c6dab98316cf1730b55754727caf8529db5/azure_cli-2.0.70-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1f3b934f5d55c6c70c7d3ee163f8febf", "sha256": "b3befc36dd320c59c4a97918224b3c5b23831af9e38563d346d5c8b784762b20" }, "downloads": -1, "filename": "azure-cli-2.0.70.tar.gz", "has_sig": false, "md5_digest": "1f3b934f5d55c6c70c7d3ee163f8febf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1003101, "upload_time": "2019-07-30T05:53:20", "url": "https://files.pythonhosted.org/packages/e6/a5/1c29d08a5683a4dfb241ee33b23a31f8c846e884ce77c860f4931f6ecc8e/azure-cli-2.0.70.tar.gz" } ], "2.0.71": [ { "comment_text": "", "digests": { "md5": "a77058a5b92d946fc2022bfaa5ce3a7d", "sha256": "077c5cb27b584ac0f806456c8520fe6d05bc2c951ba3e26f7206dd7fa8b0a4fb" }, "downloads": -1, "filename": "azure_cli-2.0.71-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a77058a5b92d946fc2022bfaa5ce3a7d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1292081, "upload_time": "2019-08-13T06:11:06", "url": "https://files.pythonhosted.org/packages/50/62/65514d3df5c47a99c37ac49f1bf5f06c3e8ecfa2d303b53a6cd8a7c878b8/azure_cli-2.0.71-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3c8e286f72220a7c990acf440f7d6262", "sha256": "530112b6d589afbc1c79d27890eccae86f2c6a959a327a8e64c41578ee6b5260" }, "downloads": -1, "filename": "azure-cli-2.0.71.tar.gz", "has_sig": false, "md5_digest": "3c8e286f72220a7c990acf440f7d6262", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1012403, "upload_time": "2019-08-13T06:11:11", "url": "https://files.pythonhosted.org/packages/d4/3f/b6a96201a161592784be1a4475019d078b59a5f3be108a8a1d46602dc72e/azure-cli-2.0.71.tar.gz" } ], "2.0.72": [ { "comment_text": "", "digests": { "md5": "38678360d4bffe4baf74659d9ca47f36", "sha256": "3aa3e82557f7bcb13ed662eb20020ccc304298707fc29e43566e37e76107f84b" }, "downloads": -1, "filename": "azure_cli-2.0.72-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "38678360d4bffe4baf74659d9ca47f36", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1299873, "upload_time": "2019-08-27T06:13:29", "url": "https://files.pythonhosted.org/packages/cd/b2/6b936d95d582ad2687bbbcc9c8acca1660af1fac783504757ac197a1ad49/azure_cli-2.0.72-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "116c8fcb2110ce8491af12b9c2b99a8e", "sha256": "d40fbadeff0957f4776df3dd50a6b7563927c74c3115111b086d1709d9cd9585" }, "downloads": -1, "filename": "azure-cli-2.0.72.tar.gz", "has_sig": false, "md5_digest": "116c8fcb2110ce8491af12b9c2b99a8e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1018576, "upload_time": "2019-08-27T06:13:35", "url": "https://files.pythonhosted.org/packages/d6/d4/31536e3b996999b542e56b3fa23049a32962c4ec1c6700deae9bf0544c90/azure-cli-2.0.72.tar.gz" } ], "2.0.73": [ { "comment_text": "", "digests": { "md5": "085509fa32d0175e4bd3545810078472", "sha256": "55e489ded593ea93a5d21d918ea136ea320630fe9051b7c947b953718d305644" }, "downloads": -1, "filename": "azure_cli-2.0.73-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "085509fa32d0175e4bd3545810078472", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1306669, "upload_time": "2019-09-11T01:36:35", "url": "https://files.pythonhosted.org/packages/ae/05/12a8d9469ae7e999c8b7a414098205847ee9366e2cfcfcb51bcb690a5e4e/azure_cli-2.0.73-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a19a0eb780004cd9a4480a9558c9b664", "sha256": "500775ef323668264b315284b8534d744fe1b018818aa9de2c513e52dd30adae" }, "downloads": -1, "filename": "azure-cli-2.0.73.tar.gz", "has_sig": false, "md5_digest": "a19a0eb780004cd9a4480a9558c9b664", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1028533, "upload_time": "2019-09-11T01:36:41", "url": "https://files.pythonhosted.org/packages/31/5a/6bf48982e650923d753bd6f87212c3f8a6d63e2264f0d1bea38be15f61c0/azure-cli-2.0.73.tar.gz" } ], "2.0.74": [ { "comment_text": "", "digests": { "md5": "bbef2f566eb3f08c9911ca58f37dfb73", "sha256": "4c2980dd64d469691aa06357add7819175eb1cf9ec37dec4cdd076af5444c5a5" }, "downloads": -1, "filename": "azure_cli-2.0.74-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "bbef2f566eb3f08c9911ca58f37dfb73", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1322099, "upload_time": "2019-09-24T02:49:31", "url": "https://files.pythonhosted.org/packages/a8/67/6062b55600a36869fc88f148da26e6de64e468dfc7e42ffcdb03c639f3f8/azure_cli-2.0.74-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6062f4b218e957e16f8c31c69c17cbea", "sha256": "084f98ac94bfb4ebdc07827dd6db6d5aff7fd118bfe62051de6c99e13508f9d9" }, "downloads": -1, "filename": "azure-cli-2.0.74.tar.gz", "has_sig": false, "md5_digest": "6062f4b218e957e16f8c31c69c17cbea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1048492, "upload_time": "2019-09-24T02:49:37", "url": "https://files.pythonhosted.org/packages/d9/d7/52c6e9ce5fdf08bfeacdf61f9f9d6762d508abb0a87c91c0b94927d53558/azure-cli-2.0.74.tar.gz" } ], "2.0.75": [ { "comment_text": "", "digests": { "md5": "fde5ceed82386497e1feebf0f16c4431", "sha256": "35f740f189ddcb35a34270796b7af053191eaa02d7bb99145eb2e8bee29762f5" }, "downloads": -1, "filename": "azure_cli-2.0.75-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fde5ceed82386497e1feebf0f16c4431", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1328321, "upload_time": "2019-10-15T06:25:32", "url": "https://files.pythonhosted.org/packages/b4/63/eceaef5654f21665b4108504c0fc5717aa9fc68c323c68d2115aefa9691e/azure_cli-2.0.75-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9a0d257f1d4c283b5c989a53a0f8c097", "sha256": "5108c276441cd13d90e6b976176a4b4225dffd27d02a1f57387270162adbe3b6" }, "downloads": -1, "filename": "azure-cli-2.0.75.tar.gz", "has_sig": false, "md5_digest": "9a0d257f1d4c283b5c989a53a0f8c097", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1055485, "upload_time": "2019-10-15T06:25:40", "url": "https://files.pythonhosted.org/packages/ea/0a/a7488d2f1359130f7c5345129ec7e8c00ad4086fe4004d3997698711ace9/azure-cli-2.0.75.tar.gz" } ], "2.0.8": [ { "comment_text": "", "digests": { "md5": "d0c9bdc59afa8601bd36545915a74b1e", "sha256": "6192dc8f89a72d881bb4b96ef103bf26e4e5fd4348165568b1d6d3636e0fdcef" }, "downloads": -1, "filename": "azure_cli-2.0.8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d0c9bdc59afa8601bd36545915a74b1e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9334, "upload_time": "2017-06-13T22:33:44", "url": "https://files.pythonhosted.org/packages/4e/9d/9d63bfc93de37edbb881234e8151fc8c1d0ab03d2e2f65b2146f46755995/azure_cli-2.0.8-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4991ba471068d03d8ab1ca13b0f9b879", "sha256": "1a7f54723a6921febfe03b27a6461749a031977ea4eeb0363d179138822b81ac" }, "downloads": -1, "filename": "azure-cli-2.0.8.tar.gz", "has_sig": false, "md5_digest": "4991ba471068d03d8ab1ca13b0f9b879", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7133, "upload_time": "2017-06-13T22:33:50", "url": "https://files.pythonhosted.org/packages/4e/30/fd64eb58816e9baf2afbe0dbc799d9d10898beb1fc168a41f4121f398fca/azure-cli-2.0.8.tar.gz" } ], "2.0.9": [ { "comment_text": "", "digests": { "md5": "9c2d4915bd5b0d163086c2012cda699a", "sha256": "a018419e59ffc1e7923f8f355467c056d92cde8ceb9bad262d9253c5808df9ce" }, "downloads": -1, "filename": "azure_cli-2.0.9-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9c2d4915bd5b0d163086c2012cda699a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9356, "upload_time": "2017-06-21T22:20:16", "url": "https://files.pythonhosted.org/packages/78/01/32aa35af620bb78e1fc7f23e7cf0b7dc091200bd6eaa48e05ad973d28102/azure_cli-2.0.9-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "efe6dc2d899410c0058e07ff5aaba4de", "sha256": "395f8aa248029607b3661b04a99ac1f6fae916a28948a1d6b5a1cb3276101551" }, "downloads": -1, "filename": "azure-cli-2.0.9.tar.gz", "has_sig": false, "md5_digest": "efe6dc2d899410c0058e07ff5aaba4de", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7234, "upload_time": "2017-06-21T22:20:09", "url": "https://files.pythonhosted.org/packages/22/4f/5f0c18ccf1547aeb3d4954067a4ffef765529a92ee57051a33cf6ca59a3a/azure-cli-2.0.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fde5ceed82386497e1feebf0f16c4431", "sha256": "35f740f189ddcb35a34270796b7af053191eaa02d7bb99145eb2e8bee29762f5" }, "downloads": -1, "filename": "azure_cli-2.0.75-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fde5ceed82386497e1feebf0f16c4431", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1328321, "upload_time": "2019-10-15T06:25:32", "url": "https://files.pythonhosted.org/packages/b4/63/eceaef5654f21665b4108504c0fc5717aa9fc68c323c68d2115aefa9691e/azure_cli-2.0.75-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9a0d257f1d4c283b5c989a53a0f8c097", "sha256": "5108c276441cd13d90e6b976176a4b4225dffd27d02a1f57387270162adbe3b6" }, "downloads": -1, "filename": "azure-cli-2.0.75.tar.gz", "has_sig": false, "md5_digest": "9a0d257f1d4c283b5c989a53a0f8c097", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1055485, "upload_time": "2019-10-15T06:25:40", "url": "https://files.pythonhosted.org/packages/ea/0a/a7488d2f1359130f7c5345129ec7e8c00ad4086fe4004d3997698711ace9/azure-cli-2.0.75.tar.gz" } ] }