Skip to content

Add VDI3 option - #286

Merged
kuipan-msft merged 4 commits into
Azure-Samples:mainfrom
enricohuang:patch-10
Jul 30, 2026
Merged

Add VDI3 option#286
kuipan-msft merged 4 commits into
Azure-Samples:mainfrom
enricohuang:patch-10

Conversation

@enricohuang

Copy link
Copy Markdown
Contributor

Purpose

Add UI flag for VDI3 remoting

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

  • Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
  • Test the code
use AVD, setup MMR and test VDI3 remoting

What to Check

VDI3 is enabled and functions correctly

Other Information

this.tokenCredential = tokenCredential;
setLogLevel('verbose');

console.log("MakeCall::handleLogIn, enableVDI3: ", userDetails.enableVDI3);

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Azure logger? Can we avoid direct console logging?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

The console.log is used everywhere in MakeCall.js, so the convention is followed in this PR.

@kuipan-msft
kuipan-msft merged commit 6a19ec5 into Azure-Samples:main Jul 30, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants