Skip to content
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

{Graph} Migrate command modules to use Microsoft Graph API #22361

Merged
merged 7 commits into from
May 13, 2022

Conversation

jiasli
Copy link
Member

@jiasli jiasli commented May 11, 2022

Related command

Migrate command modules to use Microsoft Graph API according to #22174

@ghost ghost requested a review from yonzhan May 11, 2022 13:06
@ghost ghost added the Auto-Assign Auto assign by bot label May 11, 2022
@ghost ghost requested a review from wangzelin007 May 11, 2022 13:06
@ghost ghost assigned jiasli May 11, 2022
@ghost ghost added this to the May 2022 (2022-05-24) - For Build milestone May 11, 2022
@ghost ghost added the Graph az ad label May 11, 2022
@ghost ghost requested review from evelyn-ys and calvinhzy May 11, 2022 13:06
@yonzhan
Copy link
Collaborator

yonzhan commented May 11, 2022

Graph

@jiasli jiasli force-pushed the graph-migrate branch 2 times, most recently from 721da19 to 35af82c Compare May 12, 2022 14:18
@jiasli jiasli marked this pull request as ready for review May 12, 2022 16:01
@@ -177,7 +177,7 @@ def create_resource(self, name, **kwargs):
pass

if self.live_test or self.test_class_instance.in_recording:
sp_name = name
sp_name = self.result['appId']
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

name is now only displayName of the app. It can no longer be used as an identifier for the service principal (#19892).

@jiasli jiasli requested a review from digimaun as a code owner May 13, 2022 07:32
@jiasli jiasli merged commit 4eaa308 into Azure:beta May 13, 2022
@jiasli jiasli deleted the graph-migrate branch May 17, 2022 02:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Auto-Assign Auto assign by bot Graph az ad
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants