Skip to content

Commit c56914a

Browse files
committed
fix blocking issues
1 parent 3bb6380 commit c56914a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

articles/active-directory/manage-apps/hide-application-from-user-portal.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,6 @@ Set-AzureADServicePrincipal -ObjectId $objectId -Tags $tags
6767

6868
To hide an application from the My Apps portal, you can manually add the HideApp tag to the service principal for the application. Run the following Microsoft Graph PowerShell commands to set the application's **Visible to Users?** property to **No**.
6969

70-
:::zone-end
71-
72-
:::zone-end="ms-graph"
73-
7470
```PowerShell
7571
Connect-MgGraph
7672

0 commit comments

Comments
 (0)