Skip to content

v0.1.0b10

Pre-release
Pre-release
Compare
Choose a tag to compare
@derekbekoe derekbekoe released this 28 Nov 20:03

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 #1421 (comment)
  • [IoT] add more commands to iot hub and iot device command group
  • [Network] Fix Networking command issues breaking change #1375 (comment)
  • [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)

- Fix resource list table. (#1452) - [Compute] VM NIC updates (#1421) - Introduce batch upload and download for blob (#1428) - Add auto-registration for resource providers. (#1330) - interpret the '@' syntax if something higher hasn't already done that. (#1423) - Aliasing plan argument with shorthand (#1433) - ad:fix one more place which still uses localtime for secret starttime (#1429) - Add table formatting for deployments and sort by timestmap. (#1427) - Add table formatting for resource group list (and add 'status') (#1425) - Add new az storage blob copy start-batch command (#1250) - Component Discovery (#1409) - [Storage] Fix storage table outputs and help text. (#1402) - ad:use utc time on setting app's creds (#1408) - [KeyVault] Handle Adal errors during challenge callback (#1404) - [Network] Fix Networking command issues and refactor folded arguments (#1375) - adal:use new version 0.4.3 (#1389) - Add EndpointSuffix to storage connection string command. (#1378) - output: fix issues in jmespath object projection (#1386) - Added exception handling for missing command "git remote get-url" in git versions less than 2.7.0 (#1367) - Removed redundant show-logs flag as logs are sent to logger.debug. (#1385) - account: dump extra information on account or newly created service principal (#1364) - appservice: make SKU optional when creating an appservice plan (#1383) - [IoT] add more commands to `iot hub` and `iot device` command group (#1344) - Added check for special case when user is in .git directory (#1354) - Configure command summary (#1345) - [Container] Read the BASE_URL from an environment variable / config (#1361) - doc quality (#1363) - Add `az acs kubernetes browse` and also open a web browser. (#1327) - Support install multiple additional components with 'az component' (#1339) - Update license header comments block for PEP8 (#1333) - [ACS] Fix bugs in download URLS (#1325) - acs: add some documentation for service-principal and client-secret (#1328)