| description | Automatically generated file. DO NOT MODIFY |
|---|
Import-Module Microsoft.Graph.Applications
$params = @{
displayName = "My app instance"
}
Update-MgServicePrincipalByAppId -BodyParameter $params
| description | Automatically generated file. DO NOT MODIFY |
|---|
Import-Module Microsoft.Graph.Applications
$params = @{
displayName = "My app instance"
}
Update-MgServicePrincipalByAppId -BodyParameter $params