Azure CLI MS Graph Migration - (Beta)

Beginning with the move from ADAL to MSAL, Azure CLI has been working towards migrating from the Azure Active Directory (AAD) Graph API to the Microsoft (MS) Graph API. While the complete shutdown of the AAD Graph has been postponed, Azure CLI has taken the next steps in migration by releasing a beta version using MS Graph.
This version of Azure CLI is expected to move from beta to GA within the next couple versions of Azure CLI. The MS Graph CLI does have several breaking changes from the AAD Graph CLI. These changes primarily affect az ad
commands including:
You can check out the Azure CLI MS Graph migration doc for more information as well as how to install the beta version to test in your environment.
The CLI team would love your feedback on the beta version to make sure we capture any and all issues as we make this migration. To provide feedback, please create a GitHub issue in the Azure CLI repo.
Thank you all for using the Azure CLI and we look forward to hearing about your experience!
Published on:
Learn moreRelated posts
Building Event-Driven Go applications with Azure Cosmos DB and Azure Functions
The Go programming language is a great fit for building serverless applications. Go applications can be easily compiled to a single, staticall...
July Patches for Azure DevOps Server
Today we are releasing patches that impact the latest version of our self-hosted product, Azure DevOps Server. We strongly encourage and recom...
Azure SDK Release (June 2025)
Azure SDK releases every month. In this post, you'll find this month's highlights and release notes. The post Azure SDK Release (June 2025) ap...
Exploring azd extensions: Enhance your Azure developer experience
A deep dive into the introduction of the Azure Developer CLI (azd) extensions and the azd extension framework to build extensions. The post Ex...