microsoft / dev-proxy

Dev Proxy is an API simulator that helps you effortlessly test your app beyond the happy path.
https://aka.ms/devproxy
MIT License
457 stars 53 forks source link

Update setup scripts to use correct CLI command #803

Closed garrytrinder closed 3 weeks ago

garrytrinder commented 3 weeks ago

We currently use aad app add command in CLI for Microsoft 365 to setup Microsoft Entra ID app registration for the sample app. We need to update this to use the new command alias entra app add.

image