Skip to content

v0.1.0b11

Pre-release
Pre-release
Compare
Choose a tag to compare
@derekbekoe derekbekoe released this 12 Dec 20:33

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 #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)

- [Network] Update Subnet Create Default (#1524) - remove usages of session key as it offers no guarantee for reliable graph read (#1526) - [ACS] Add support for top-level browse and install-cli commands. (#1476) - Add file share batch copy (#1510) - change 'resource group' to 'group' (#1515) - [Network] Traffic manager command improvements (#1511) - rbac: improve 'create-for-rbac' (#1499) - Move client secret to parameters so it gets hidden by ARM (#1507) - [ACS] Refactor service principal handling (#1469) - [Component] Use —user flag if CLI was installed in site.USER_BASE location (#1484) - Prevent the use of ‘component’ commands in dev mode (#1485) - [ACS] Remove dns-prefix as a required field. (#1445) - [Container] Replacing user token with Mindaro service token (#1478) - [ACS] Remove k8s-master from dns names (#1444) - [IoT] add `iot device update` command and resolve #1372 (#1486) - [Network] VPN Gateway fixes (#1474) - [ACS] get-credentials accepts --file (#1448) - Feature: Download / Upload storage files in batch (#1462) - [Component] Create namespace package that azure-cli and azure-cli-core depends on (#1422) - Maduong/bugfix/1396 name argument of the dcos browse command does not support auto completion (#1460) - Support Wait/No-Wait (#1463) - Add formatting to acs list. (#1467) - Get the user name from the cluster info. (#1471) - Support AZURE_CONFIG_DIR same as azure-xplat-cli (#1298) - [ACS] Merge credentials for kubernetes if credentials already exist. (#1356) - Check for the existence of a resource group before create. (#1357) - Prefix storage account name with registry name (#1417) - [Network] Public IP fixes (#1461) - Fix Ambiguity When Using Names and --IDS (#1459) - Fix =@file matching (#1440) - [Network] Add BGP Peering to local-network create and update (#1456)