-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Azure Remote Rendering Readme and Samples Issue #18386
Comments
@MalcolmTyrrell Ideally, we don't list the examples showing the different credentials from Any reason why we chose to list examples of all the credentials for the mixed-reality-remote-rendering package? |
@MalcolmTyrrell Any ideas? |
@MalcolmTyrrell Any ideas on this issue? |
I think this issue was fixed with this pull request here #18648. |
@ramya-rao-a @v-xuto : Apologies for not seeing this earlier. My team switched away from this product. The client contacts the Mixed Reality STS service via this SDK, to get authenticated for using the remote rendering service. This introduces a little subtlety into the different ways the client is constructed. In particular, if you provide an AccessToken the behavior is special (it bypasses the STS service). Is it true that we don't need to provide examples for every other credential type. I think I did that because I saw that another SDK did it :) |
Thanks for the clarification @MalcolmTyrrell! The catch with providing examples for the different credential types is that we will always have newer credentials for newer scenarios and expecting each Azure SDK package to enumerate all would not be right. So, in terms of credential usage, we would still recommend sticking to DefaultAzureCredential and then pointing to the |
Close this issue, due to PR #18648 merged. |
update readme (Azure#18386)
update readme (Azure#18386)
Section link1,link2:
Reason:
The parameter format of
DeviceCodeCredential
should be object.Suggestion:
Update to
@ramya-rao-a and @MalcolmTyrrell for notification.
The text was updated successfully, but these errors were encountered: