Releases: Azure/azure-cli
azure-cli 0.1.1b2
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
List of component versions in this release (click to expand)
$ az --version azure-cli (0.1.1b2)
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 0.1.1b1
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
List of component versions in this release (click to expand)
$ az --version azure-cli (0.1.1b1)
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)
v0.1.0b11
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.
- Replaced
- [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
insubnet 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)
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