Hi Team,
I am using Azure Databricks to implement UCX. The UCX installation is completed properly. But facing issues when I am executing commands with account admin role. I am account admin in Azure Databricks (https://accounts.azuredatabricks.net/). Also I am having 'Contributor' role in databricks workspace instance in azure. I am Workspace admin too.

The Databricks config (.databrickscfg) file is configured with workspace and PAT to authenticate from CLI command line.
But I am getting Admin authentication errors when executing below commands.
databricks labs ucx create-account-groups --workspace-ids 11111111111111111

databricks labs ucx create-table-mapping

I really appreciate a quick help.