Usage
aad app set [options]
Description
Updates Azure AD app registration
Options
| Option |
Description |
--appId [appId] |
Application (client) ID of the app registration to update. Specify appId, objectId or displayName |
--objectId [objectId] |
Object ID of the app registration to update. Specify appId, objectId or displayName |
--name [name] |
Display name of the app registration to update. Specify appId, objectId or displayName |
-u, --uri [uri] |
New application ID URI |
Additional Information
This command will be useful when building apps for Teams when each time you run ngrok, you get a different hostname that you need to set in the Azure AD app registration.
Feature request raised by @wictorwilen
Usage
aad app set [options]Description
Updates Azure AD app registration
Options
--appId [appId]appId,objectIdordisplayName--objectId [objectId]appId,objectIdordisplayName--name [name]appId,objectIdordisplayName-u, --uri [uri]Additional Information
This command will be useful when building apps for Teams when each time you run ngrok, you get a different hostname that you need to set in the Azure AD app registration.
Feature request raised by @wictorwilen