Azure-Samples / ms-identity-blazor-wasm

ms-identity-blazor-wasm
MIT License
19 stars 20 forks source link

Upgrade to MS Graph v5.25 #10

Open ChrisSchaller opened 1 year ago

ChrisSchaller commented 1 year ago

Purpose

Does this introduce a breaking change?

[x] Yes
[ ] No

The MS Graph in v5 splits the model definitions into their own namespace, the references have been refactored accordingly and this now has a minimum dependency of v5 for MS Graph. 

Pull Request Type

What kind of change does this Pull Request introduce?

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

How to Test

git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install

What to Check

Verify that the following are valid

Other Information

ChrisSchaller commented 1 year ago

@microsoft-github-policy-service agree