Releases: Azure/azure-cli
Releases · Azure/azure-cli
Azure CLI 2.0.42
azure-cli-2.0.42 Remove unused import
Azure CLI 2.0.40
azure-cli-2.0.40 Adding support to disable identity feature and removing preview tags …
Azure CLI 2.0.38
azure-cli-2.0.38 [AKS] update SDK and add tests for "nodeResourceGroup" (#6569)
Azure CLI 2.0.37
minor fix for CLI core (#6528) comment
Azure CLI 2.0.36
azure-cli-2.0.36 Update AppService dependencies (#6520)
Azure CLI 2.0.35
Azure CLI 2.0.35
This is a short release. It addresses a broken dependency in the azure-cli-interactive module.
Interactive
- Fix a breaking dependency to avoid
prompt_toolkit2.0.0 breaking changes.
Azure CLI 2.0.34
Version 2.0.34
Core
- Added support for cross tenant resource referencing
- Improved telemetry upload reliability
ACR
- Added support for VSTS as a remote source location
- Added
acr importcommand
AKS
- Changed
aks get-credentialsto create the kube config file with more secure filesystem permissions
Batch
- Fixed bug in Pool list table formatting [Issue #4378]
IOT
- Added support for creating Basic Tier IoT Hubs
Network
- Improved
network vnet peering
Policy Insights
- Initial Release
ARM
- Added
account management-groupcommands.
SQL
- Added new managed instance commands:
sql mi createsql mi showsql mi listsql mi updatesql mi delete
- Added new managed database commands:
sql midb createsql midb showsql midb listsql midb restoresql midb delete
Storage
- Added extra mimetypes for json and javascript to be inferred from file extensions
VM
- Changed
vm list-skusto use fixed columns and add warning thatTierandSizewill be removed - Added
--accelerated-networkingoption tovm create - Added
--tagstoidentity create
azure-cli-2.0.33
blanket try-catch to ensure following unpatch code (#6385) * blanket try-catch to ensure following unpatch code * review comments * comments