Garry Trinder

Results 45 issues of Garry Trinder

See https://github.com/pnp/cli-microsoft365/issues/5611

GitHub recently added support for `node@20` when creating JavaScript based GitHub actions. We should update the action metadata to ensure that we support the latest version of node. [docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#example-using-nodejs-v20](https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#example-using-nodejs-v20)

Provide an option for users on non Windows systems to be able to setup the Studio in their tenant.

enhancement

winget doesn't support refreshing the current session when updating PATH after installation, so when `Microsoft.DevProxy` package is installed, users must start a new session to use the `devproxy` alias, if...

enhancement
needs peer review

When using Dev Proxy with PowerShell the current session does not pick up that proxy has been started or stopped. 1. Open PowerShell session (1) and issue a request to...

documentation

> VS Code will use the standard description field from the [JSON Schema specification](https://json-schema.org/specification) in order to provide information about properties on hover and during autocomplete. > If you want...

enhancement

Suggested by @gavinbarron https://github.com/microsoftgraph/msgraph-developer-proxy/issues/71#issuecomment-1349707497 We currently provide install instructions for Windows and macOS in the Get started section. We should also provide instructions for WSL (Windows Subsystem for Linux).

documentation

`m365proxy -f bar` results in... ![image](https://github.com/microsoft/m365-developer-proxy/assets/11563347/5b77e874-07db-4e4f-8d39-fe60af14eef1) We should update the error handling to provide a more meaningful error.

enhancement

Race condition in fetching Graph access token via on-behalf-of (OBO) flow after consent: If your app calls Microsoft Graph, you might use the on-behalf-of (OBO) flow in your API to...

enhancement

We should add a guide to the common problems section to highlight why this is and how to resolve it.

documentation
question