microsoftgraph / msgraph-cli-archived

The Microsoft Graph CLI repository has moved. This repository is now an archive.
https://github.com/microsoftgraph/msgraph-cli
Other
44 stars 9 forks source link

Feat/support beta extensions #53

Closed jobala closed 3 years ago

jobala commented 3 years ago

Overview

Supports users switching between beta and v1.0

Demo

Selecting Graph Version image

Show current graph version image

Notes

The CLI will ship with both v1.0 and beta extensions then we use the graph version property to switch between beta and v1.0 extensions. The CLI loads v1.0 extensions by default.

Testing Instructions

Files to review

Closes #53

MIchaelMainer commented 3 years ago

With 4700+ files changed (most generated), are there specific things to look for? Also, which commits should I focus on?

jobala commented 3 years ago

@MIchaelMainer I have specified the files with changes in the PR description. Most of the work was done in commits made in Dec 1st and 2nd.