azure-cli

Azure Command-Line Interface

MIT License

Downloads
35.3M
Stars
4K
Committers
1.1K

Bot releases are hidden (Show)

azure-cli - azure-cli 0.1.1b3

Published by azuresdkci over 7 years ago

The module has been published to PyPI.

View HISTORY.rst of the module for a changelog.

https://pypi.python.org/pypi/azure-cli/0.1.1b3


  • Managed Disks support
    • Upgraded azure-cli-vm to 0.1.1b3
    • Upgraded azure-cli-acs to 0.1.1b3
  • See the HISTORY.rst files in each module for a changelog.

Source download:
https://azurecliprod.blob.core.windows.net/releases/azure-cli_packaged_0.1.9.tar.gz
sha256 4da806cc46acd8e634bc38eb81591b7ecf352703fb84d9b4cfcf4364237ac8b2


acr (0.1.1b2)
acs (0.1.1b3)
appservice (0.1.1b2)
cloud (0.1.1b2)
component (0.1.0rc2)
configure (0.1.1b3)
container (0.1.1b2)
context (0.1.1b2)
core (0.1.1b3)
feedback (0.1.1b2)
network (0.1.1b2)
nspkg (0.1.2)
profile (0.1.1b2)
resource (0.1.1b2)
role (0.1.1b2)
storage (0.1.1b2)
vm (0.1.1b3)

azure-cli - azure-cli 0.1.1b2

Published by azuresdkci almost 8 years ago

The module has been published to PyPI.

View HISTORY.rst of the module for a changelog.

https://pypi.python.org/pypi/azure-cli/0.1.1b2


  • Include az.completion inside the release archive.
  • Apply the patches directly in the archive rather than relying on each package manager to apply the patch.
  • See the HISTORY.rst files in each module for a changelog.

Source download:
https://azurecliprod.blob.core.windows.net/releases/azure-cli_packaged_0.1.7.tar.gz
sha256 9e29ac619cc43afa071e155601da2e3adf3095b1c40c28bed5d3d226052587ac


acr (0.1.1b1)
acs (0.1.1b1)
appservice (0.1.1b1)
cloud (0.1.1b1)
component (0.1.0rc1)
configure (0.1.1b2)
container (0.1.1b1)
context (0.1.1b1)
core (0.1.1b2)
feedback (0.1.1b1)
network (0.1.1b1)
nspkg (0.1.1)
profile (0.1.1b1)
resource (0.1.1b1)
role (0.1.1b1)
storage (0.1.1b1)
vm (0.1.1b1)

azure-cli - azure-cli 0.1.1b1

Published by azuresdkci almost 8 years ago

The module has been published to PyPI.

View HISTORY.rst of the module for a changelog.

https://pypi.python.org/pypi/azure-cli/0.1.1b1


  • See the HISTORY.rst files in each module for a changelog.

Source download:
https://azurecliprod.blob.core.windows.net/releases/azure-cli_packaged_0.1.6.tar.gz
sha256 bb4bd4694e044bf416941e3afdc505bde7d049bac2e66c8b3fe44c9cb3b57ff8


acr (0.1.1b1)
acs (0.1.1b1)
appservice (0.1.1b1)
cloud (0.1.1b1)
component (0.1.0rc1)
configure (0.1.1b1)
container (0.1.1b1)
context (0.1.1b1)
core (0.1.1b1)
feedback (0.1.1b1)
network (0.1.1b1)
nspkg (0.1.1)
profile (0.1.1b1)
resource (0.1.1b1)
role (0.1.1b1)
storage (0.1.1b1)
vm (0.1.1b1)

azure-cli - v0.1.0b11

Published by derekbekoe almost 8 years ago

On Python 2, it's recommended to upgrade from 0.1.0b10 with the --ignore-installed flag:
pip install --upgrade --ignore-installed azure-cli.
See https://github.com/Azure/azure-cli/issues/1540

Notable Changes

  • Some commands are now at the top level. breaking change
    • 'resource group' -> 'group'
    • 'resource policy' -> 'policy'
    • 'resource feature' -> 'feature'
  • Improvements to 'create-for-rbac'. breaking change
    • Default to create a role assignment using the scope of the current subscription root with role 'contributor'.
    • Support re-entry so you carry on from where you left off.
  • [Network] VPN Gateway fixes. breaking change
    • Replaced --subnet-id with --vnet which accepts the name or ID of a vnet.
  • [Network] Updates to Subnet creation. breaking change
    • Creation of a subnet at the time of vnet creation is now optional.
    • vnet create now dynamically determines the default subnet prefix.
    • --address-prefix in subnet create is now a required parameter.
  • Support Wait/No-wait for some commands.
  • [ACS] Remove 'k8s-master' from dns names on Kubernetes cluster creation.
  • [Storage] Download/Upload storage files in batch.

All packages have been updated to version number 0.1.0b11.

List of published packages:
azure-cli
azure-cli-core
azure-cli-nspkg

azure-cli-acr
azure-cli-acs
azure-cli-appservice
azure-cli-cloud
azure-cli-component
azure-cli-configure
azure-cli-container
azure-cli-context
azure-cli-feedback
azure-cli-iot
azure-cli-keyvault
azure-cli-network
azure-cli-profile
azure-cli-redis
azure-cli-resource
azure-cli-role
azure-cli-storage
azure-cli-taskhelp
azure-cli-vm

The following packages are not part of the default install:

  • iot
  • keyvault
  • redis
  • taskhelp

Use az component update --add <name> to install these components.


Full list of changes (click to expand)

azure-cli - v0.1.0b10

Published by derekbekoe almost 8 years ago

Notable Changes

  • [Account] Dump extra information on account or newly created service principal
  • [ACS] Add auto-registration for resource providers
  • [ACS] Add az acs kubernetes browse and also open a web browser
  • [AD] Use UTC time when setting app credentials
  • [AppService] make SKU optional when creating an appservice plan
  • [Component] Component discovery with az component list-available
  • [Component] Support install multiple additional components with 'az component'
  • [Compute] VM NIC updates breaking change https://github.com/Azure/azure-cli/pull/1421#issue-191161091
  • [IoT] add more commands to iot hub and iot device command group
  • [Network] Fix Networking command issues breaking change https://github.com/Azure/azure-cli/pull/1375#issue-190383115
  • [Storage] Introduce batch upload and download for blob
  • [Storage] Add EndpointSuffix to storage connection string command

All packages have been updated to version number 0.1.0b10.

List of published packages:
azure-cli
azure-cli-core

azure-cli-acr
azure-cli-acs
azure-cli-appservice
azure-cli-cloud
azure-cli-component
azure-cli-configure
azure-cli-container
azure-cli-context
azure-cli-feedback
azure-cli-iot
azure-cli-keyvault
azure-cli-network
azure-cli-profile
azure-cli-redis
azure-cli-resource
azure-cli-role
azure-cli-storage
azure-cli-taskhelp
azure-cli-vm

The following packages are not part of the default install:

  • iot
  • keyvault
  • redis
  • taskhelp

Use az component update --add <name> to install these components.


Full list of changes (click to expand)

azure-cli - v0.1.0b9

Published by derekbekoe almost 8 years ago

Notable Changes

  • Second round of improvements to CLI performance
  • Web App command module has been renamed to App Service
  • Set up automated builds and deployments for multi-container Docker applications with the container command module
  • Manage Azure Container registries with the acr command module
  • Shortened --additional-component to --add in az component update command
  • [Account] account show command
  • [Account] The --name parameter has been renamed to --subscription
  • [ACS] acs scale command
  • [ACS] Add Kubernetes support to ACS
  • [ACS] dcos browse - add support for Linux
  • [IoT] Add more commands to iot hub and iot device groups
  • [IoT] Support X.509 certificate in iot device create
  • [KeyVault] Manage keys, certificates, secrets and policies
  • [Network] Fixes to Express Route commands

All packages have been updated to version number 0.1.0b9.

List of published packages:
azure-cli
azure-cli-core

azure-cli-acr
azure-cli-acs
azure-cli-appservice
azure-cli-cloud
azure-cli-component
azure-cli-configure
azure-cli-container
azure-cli-context
azure-cli-feedback
azure-cli-iot
azure-cli-keyvault
azure-cli-network
azure-cli-profile
azure-cli-redis
azure-cli-resource
azure-cli-role
azure-cli-storage
azure-cli-taskhelp
azure-cli-vm

The following packages are not part of the default install:

  • iot
  • keyvault
  • redis
  • taskhelp

Use az component update --add <name> to install these components.


Full list of changes (click to expand)

azure-cli - v0.1.0b8

Published by derekbekoe almost 8 years ago

Notable Changes

  • Use CLI to target other Azure Clouds
  • First round of improvements to CLI load time
  • [ACS] ACS commands have moved from az vm container to az acs.
  • [ARM] Provider command and resource show command improvements
  • [ARM] Breaking change to az deployment create command
    • Rename template-file-path to template-file
    • Rename parameter-file-path to parameters
    • No longer load file content from parameters unless you use @ with the file path in the command line
  • [IoT] Add hub/device list commands
  • [Key Vault] Initial KeyVault data plane commands and management plane revisions
  • [Resource] Show resource type in az resource list -otable
  • [Storage] Improve error message if connection string format is invalid.
  • [Storage] Enable tab completion for source file parameters.
  • [Web App] Support hostname operations
  • [Web App] Support Linux based web apps

All packages have been updated to version number 0.1.0b8.

List of published packages:
azure-cli
azure-cli-core
azure-cli-cloud
azure-cli-component
azure-cli-configure
azure-cli-context
azure-cli-feedback
azure-cli-iot
azure-cli-keyvault
azure-cli-network
azure-cli-profile
azure-cli-redis
azure-cli-resource
azure-cli-role
azure-cli-storage
azure-cli-taskhelp
azure-cli-vm
azure-cli-webapp

The following packages have not been published:
azure-cli-acr
azure-cli-acs
azure-cli-devops
Install these with the nightly build - https://github.com/Azure/azure-cli/blob/master/doc/nightly/installing_nightly.md

Package Rankings
Top 0.48% on Pypi.org
Top 15.16% on Spack.io
Related Projects