Releases: Azure/azure-cli
v0.1.0b10
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
andiot 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)
v0.1.0b9
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
inaz 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
andiot 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)
- web: initial slot end to end support (#1316) - Add ACS and Container to default install (#1315) - [KeyVault] KeyVault Round 4 Commands (#1275) - Add acr to the default installation list (#1273) - Remove --if-none-match parameter from DNS zone update (#1300) - Fix #1122: Update az network dns zone create (#1288) - rename to --admin-enabled on update/create for acr operations (#1276) - polish errors caused by unregistered namespace or feature (#1295) - resource: support resource id for show/delete/tag (#1280) - random change to figure out why CI fails on telemetry.py (#1285) - Add Kubernetes support to ACS. (#1258) - [Container] Adding x-ms-client-request-id header and fixing command module's help text (#1261) - [IoT] add more commands (#1263) - Added tests for acr command module (#1269) - [Network] Fix Network Bugs 1239, 1240 (#1274) - Faster command module loading & tab completion performance (#1059) - Change error type to display usage string. (#1271) - Update help documents for 'az network dns zone' (#1270) - Updates to use ACR mgmt SDK (#1268) - add appservice to default installation list (#1265) - webapp: rename component from webapp to appservice (#1260) - Upgrade the container/compute library to 0.32.0 (#1233) - Fix ExpressRoute MicrosoftPeering issues. (#1249) - [Install] Add note about using sudo when there's an error with 'az component' (#1195) - role:update help and table output format (#1243) - account: expose show (#1197) - [Container] changing base endpoint url for the service and modifying the request body parameters. (#1231) - [KeyVault] KeyVault Round 3 Commands (#1215) - Fixes #1087 (#1228) - remove unnecessary columns in acr table output: fixes #1220 (#1232) - Refactor "acr update" to use generic update commands (#1211) - Change generated.py files to commands.py (#1226) - adal: upgrade to 0.4.2 (#1225) - webapp: support list plans across subscription (#1216) - webapp: add shortcut for docker related arguments (#1212) - Fixing list releases to run as long running operation. (#1207) - VM: lro poller for vm create should use shorter timeout of 5 seconds (#1206) - Shorten '--additional-component' param to '--add' for 'az component update' command (#1204) - [IoT] add commands `iot hub show`, `iot device show` and `iot device delete` (#1188) - Renaming VSTS module to Container (#1193) _breaking change_ - [ExpressRoute] Express Route fixes (#1194) _breaking changes_ - [ACR] Updates for new RP data models (#1198) - Moving the import statement inside the if, to avoid circular reference between WinProxy and Proxy (#1196) - create-for-rbac: update field name of the output (#1191) - webapp: integrate with source control system of GIT and Mercurial (#1187) - Move six dependency to the correct command module (#1189) - Add a simple command that knows how to download the dcos client. (#1166) - Added short circuit (#1185) - Add setup.cfg files (#1172) - Maduong/bugfix/282569 the cli should look for a compose file anywhere in the folder (not just at the root) (#1183) - add/change registry and remote branch parameters (#1179) - [KeyVault] Round 2: Certificate Baseline Commands (#1164) - commands: fix invalid helo texts in 'role' and 'resource' modules (#1176) - Add LICENSE.txt file to MANIFEST.in (#1171) - Improvements to the 'az component' commands (#1170) - Use objects for CloudEndpoints and CloudSuffixes instead of dicts (#1145) - dcos browse - add support for Linux (#1142) - acs:bugs fixes on argument name, warning text, default admin user (#1160) - acs: expose scale command (#1135) - Changing devops module to vsts module. (#1138)
v0.1.0b8
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
toaz acs
. - [ARM] Provider command and resource show command improvements
- [ARM] Breaking change to
az deployment create
command- Rename
template-file-path
totemplate-file
- Rename
parameter-file-path
toparameters
- No longer load file content from
parameters
unless you use@
with the file path in the command line
- Rename
- [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
v0.1.0b7
All packages have been updated to this version number.
List of available packages:
https://pypi.python.org/pypi/azure-cli/0.1.0b7
https://pypi.python.org/pypi/azure-cli-core/0.1.0b7
https://pypi.python.org/pypi/azure-cli-component/0.1.0b7
https://pypi.python.org/pypi/azure-cli-configure/0.1.0b7
https://pypi.python.org/pypi/azure-cli-feedback/0.1.0b7
https://pypi.python.org/pypi/azure-cli-iot/0.1.0b7
https://pypi.python.org/pypi/azure-cli-keyvault/0.1.0b7
https://pypi.python.org/pypi/azure-cli-network/0.1.0b7
https://pypi.python.org/pypi/azure-cli-profile/0.1.0b7
https://pypi.python.org/pypi/azure-cli-redis/0.1.0b7
https://pypi.python.org/pypi/azure-cli-resource/0.1.0b7
https://pypi.python.org/pypi/azure-cli-role/0.1.0b7
https://pypi.python.org/pypi/azure-cli-storage/0.1.0b7
https://pypi.python.org/pypi/azure-cli-taskhelp/0.1.0b7
https://pypi.python.org/pypi/azure-cli-vm/0.1.0b7
https://pypi.python.org/pypi/azure-cli-webapp/0.1.0b7