-
Notifications
You must be signed in to change notification settings - Fork 3k
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
{Lab} Migrate az lab
to AAZ
#29878
{Lab} Migrate az lab
to AAZ
#29878
Conversation
️✔️AzureCLI-FullTest
|
️✔️AzureCLI-BreakingChangeTest
|
Lab |
Please check if these breaking changes are expected. |
Fixed |
try: | ||
current_user = graph_client.signed_in_user.get() | ||
if current_user and current_user.object_id: # pylint:disable=no-member | ||
return current_user.object_id # pylint:disable=no-member | ||
except CloudError: | ||
except HttpResponseError: |
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.
graph_client
is Track 1 SDK will never raise HttpResponseError
.
Related command
az lab
Description
Migrate
az lab
to AAZAAZ model: Azure/aaz#562
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.