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/long file paths #191

Closed jobala closed 3 years ago

jobala commented 3 years ago

Overview

Adds the following extensions that were left out because they had long filepaths

  1. usersfunctions
  2. usersactions
  3. sites
  4. changenotifications
  5. devicecorpmgt
  6. cloudcommunications
  7. crossdeviceexperiences

Demo

Screen Shot 2021-09-16 at 4 40 58 PM

Notes

Long file paths in the extensions listed above caused git pull and msbuild operations to fail in the CI/CD environment. Updating the vm image to windows-2019 fixed the issue because it has long filepaths enabled by default.

Testing Instructions

N/A

Microsoft Reviewers: Open in CodeFlow