Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/azure-cli/azure/cli/command_modules/role/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def load_command_table(self, args):
from knack.log import get_logger
logger = get_logger(__name__)
logger.warning("The underlying Active Directory Graph API will be replaced by Microsoft Graph API in "
"a future version of Azure CLI. "
"Azure CLI 2.37.0. "
"Please carefully review all breaking changes introduced during this migration: "
"https://docs.microsoft.com/cli/azure/microsoft-graph-migration")
from azure.cli.command_modules.role.commands import load_command_table
Expand Down