-
Notifications
You must be signed in to change notification settings - Fork 218
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
Add graph & api call to worker2 #901
Conversation
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.
This is an awesome start @jennyf19 !
I realize the amount of work you must have put to get to this outcome, considering how complex the templates are, and how hard and iterative it is to test them
There is little typo in the processor directive in GreeterService.cs
This means the template for this file is not correctly expanded when running the following command:
dotnet new worker2 --auth SingleOrg --called-api-url "https://graph.microsoft.com/beta/me" --called-api-scopes "user.read"
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.
LGTM
Thanks @jennyf19
I tests all the cases, and it expands and builds all. Awesome!
Kudos, SonarCloud Quality Gate passed! |
#900
Still need to test and build the template from the branch.