-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[HDInsight] Migrate adal graph sdk to msgraph sdk in HDInsight module #22503
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
/azp run |
|
Commenter does not have sufficient privileges for PR 22503 in repo Azure/azure-cli |
|
/azp run |
|
Commenter does not have sufficient privileges for PR 22503 in repo Azure/azure-cli |
|
HDInsight |
|
Hi team, I find that I can not change the PR title, I added one space to fix the format issue, but after I refersh the page, there is not space. |
|
This is happening again - "Azure.azure-cli Full Test" is not triggered. @wangzelin007 |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
| from azure.cli.command_modules.role import graph_client_factory | ||
| client = graph_client_factory(cli_ctx) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am glad to see the new azure.cli.command_modules.role.graph_client_factory interface significantly reduces the effort to build a Graph client. 😊
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am glad to see the new
azure.cli.command_modules.role.graph_client_factoryinterface significantly reduces the effort to build a Graph client. 😊
learnt this from key vault PR 😁
Related command
Only two completers are impacted.
Description
This PR migrate ADAL graph SDK to MS graph SDK.
There is not customer impact
Testing Guide
History Notes
[Component Name 1] BREAKING CHANGE:
az command a: Make some customer-facing breaking change[Component Name 2]
az command b: Add some customer-facing featureThis checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.