Azure Command-line Tools Build 2023 Announcements
Published May 23 2023 08:30 AM 5,125 Views
Microsoft

Hello Everyone!

 

At Microsoft Build 2023, we are announcing several new capabilities and improvements for Azure CLI and Azure PowerShell. We aim to provide the most secure, complete, and usable tools to manage your Azure resources. In this release, we are highlighting the following areas:

  • New services supported
  • Authentication improvements in preview
  • Usability improvements

 

Since Microsoft Ignite in 2022, we have added coverage for 11 new Azure Resource Provider(RP)'s services.

  • DataProtection
  • LoadTesting
  • NetworkFunction  
  • ArcResourceBridge 
  • StorageMover
  • CognitiveSearch  
  • AutoManage
  • DNSResolver
  • MobileNetwork
  • VoiceServices
  • Workloads

 

We are committed to making Azure resources manageable through the command line tool of your choice. Supporting this commitment, over the last six months, both Azure CLI and Azure PowerShell have released the commands associated with new Azure resource providers within 30 days of their GA. As a result of this effort, we have added 11 PowerShell modules or CLI extensions supporting new services and will continue adding new features from Azure RP services as they onboard with us.

 

We also plan to publish the preview version of our official release so you can experiment, prepare your pipeline and environment, and provide feedback early so we can respond to urgent issues.

 

Highlighted Updates:

 

Preview Support for Web Account Manager (WAM)

 

Both Azure CLI and Azure PowerShell have released preview support for WAM, a Windows 10+ component that acts as an authentication broker. Using an authentication broker such as WAM has numerous benefits:

  • Enhanced security. See Token protection.
  • Support for Windows Hello, conditional access, and FIDO keys.
  • Fast single sign-on.
  • Bug fixes and enhancements shipped with Windows.

Signing in with WAM is a preview feature. Once turned on, it replaces the previous browser-based user interface. You will get a smooth experience similar to Windows built-in apps like Windows Email. To enable WAM, run the following commands.

 

 

# Enable WAM for Azure CLI
az config set core.allow_broker = true
az account clear
az login

# Enable WAM for Azure PowerShell
Update-AzConfig -EnableLoginByWam $true
Connect-AzAccount

 

 

At the current stage of development, there are a few known limitations to WAM:

  • WAM is available on Windows 10 and later and on Windows Server 2019 and later. On macOS, Linux, and earlier versions of Windows, we automatically fall back to a browser.
  • Microsoft Accounts (for example, @outlook.com or @live.com) are currently unsupported. We are working with the Microsoft Identity team to add support for these in the near future.

 

Azure CLI now fully supports tab completion on Windows PowerShell

 

When typing in a command followed by a parameter, pressing the tab key will display a list of available options for that parameter. This saves users time and effort instead of remembering specific arguments or looking them up in the documentation.

Untitled (1).gif

This new capability not only applies to commands and parameters but also extends to values such as account name and subscription name.

 

Azure CLI has optimized the size of the installation package on Windows and Linux

 

In the past months, Azure CLI reduced the MSI package size by 30.6%. We are also investing in optimizing the Linux package and CLI Docker image. In Ubuntu 22.04, the Azure CLI package size was reduced by 40.3%.

 

AI-powered intelligent CLI mode

 

In order to offer a smoother and more intelligent CLI experience, we have collaborated with data scientist team to build an AI powered CLI intelligent mode. 

scenario_recommendation.gif


It includes a recommendation system based on customer behavior analysis and prediction, supporting command recommendation, scenario recommendation, and solution recommendation. It also contains a knowledge base of E2E scenario knowledge (covering 200+ scenarios) and a search tool that support using natural language keywords to obtain usage knowledge.

Moreover, we are collaborating with the multiple interaction platforms to achieve a broader application scenario, such as "az interactive" (CLI extension) and VS code extension. These intelligent recommendations will be discovered in the user's completion scenario.

 

Breaking Changes

 

Our next release with breaking changes will accompany Microsoft Ignite in November 2023.
To read more about the breaking changes in this version, see our upcoming breaking changes articles and ensure your environment is ready to install the newest version of Azure CLI and Azure PowerShell.

 

We are working on improving warning messages for breaking changes, as shown in the following screenshots.

 

CLI.jpg

Azure CLI

Snipaste_2023-05-23_13-39-27.jpg

Azure PowerShell

 

We plan to add attributes such as the target version and when the breaking change occurred. These enhancements will provide users with more accurate and precise information, making it easier to understand and prepare for changes.

 

Release Notes


These are brief highlights here but there are a lot of great, exciting new features in this release. To learn more about all the updates in the latest version, check out our release notes for a complete list.

 

Thank you!

Thank you for using the Azure command-line tools; we look forward to continuing to improve your experience.
We hope you enjoy Build and all the great products and features being released this week. We'd love to hear your feedback, so feel free to reach out anytime.

GitHub Repo:

https://github.com/Azure/azure-cli
https://github.com/Azure/azure-powershell


Follow us on Twitter: @AzureCli  @azureposh

 

2 Comments
Co-Authors
Version history
Last update:
‎Jun 01 2023 12:37 AM
Updated by: