-
Notifications
You must be signed in to change notification settings - Fork 183
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
Use -Mail for test resources local user lookup to support TME #9529
base: main
Are you sure you want to change the base?
Conversation
The following pipelines have been queued for testing: |
The following pipelines have been queued for testing: |
724b9bb
to
0cda589
Compare
The following pipelines have been queued for testing: |
For TME accounts, the
-UserPrincipalName
does not match the email (e.g.[email protected]
) and is instead likefoobar_microsoft.com#EXT#@<tenant>
), so the local user id/oid lookup is broken for TME testing. Using-Mail
works as the value is the same across tenants.So for local TME testing, one can do:
At a certain point we will switch the default off playground and the
-Subscription
override won't be necessary, but we'll have to add more UX handling to help people make sure they are on the right az context.CC @catalinaperalta