Skip to content

Commit 13f4b79

Browse files
Adding alias for -Top (#1364)
1 parent ef3a0af commit 13f4b79

File tree

109 files changed

+377
-446
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+377
-446
lines changed

module/docs/entra-powershell-beta/Applications/Get-EntraBetaApplicationOwner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ bbbbbbbb-1111-2222-3333-cccccccccccc Adele Vance AdeleV@contoso.com
9797
dddddddd-3333-4444-5555-eeeeeeeeeeee Cameron White CameronW@contoso.com 10/7/2024 12:34:47 AM Member True
9898
```
9999

100-
This example demonstrates how to get the two owners of a specified application in Microsoft Entra ID.
100+
This example demonstrates how to get the two owners of a specified application in Microsoft Entra ID. You can use `-Limit` as an alias for `-Top`.
101101

102102
- `-ApplicationId` parameter specifies the unique identifier of an application.
103103

module/docs/entra-powershell-beta/Applications/Get-EntraBetaApplicationProxyConnector.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Get-EntraBetaApplicationProxyConnector
33
description: This article provides details on the Get-EntraBetaApplicationProxyConnector command.
44

5-
65
ms.topic: reference
76
ms.date: 07/16/2024
87
ms.author: eunicewaweru
@@ -105,7 +104,7 @@ Id DeletedDateTime
105104
aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb
106105
```
107106

108-
This example demonstrates how to Retrieve information for a top one connector.
107+
This example demonstrates how to Retrieve information for a top one connector. You can use `-Limit` as an alias for `-Top`.
109108

110109
### Example 4: Retrieve information with SearchString parameter
111110

module/docs/entra-powershell-beta/Applications/Get-EntraBetaApplicationProxyConnectorGroup.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Get-EntraBetaApplicationProxyConnectorGroup
33
description: This article provides details on the Get-EntraBetaApplicationProxyConnectorGroup.
44

5-
65
ms.topic: reference
76
ms.date: 07/16/2024
87
ms.author: eunicewaweru
@@ -106,7 +105,7 @@ Id ConnectorGroupType IsDefault Name
106105
bbbbbbbb-1111-2222-3333-cccccccccccc applicationProxy False Test eur
107106
```
108107

109-
This example retrieves top one connector groups.
108+
This example retrieves top one connector groups. You can use `-Limit` as an alias for `-Top`.
110109

111110
### Example 4: Retrieve a connector groups with filter parameter
112111

module/docs/entra-powershell-beta/Applications/Get-EntraBetaApplicationProxyConnectorGroupMembers.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Get-EntraBetaApplicationProxyConnectorGroupMembers
33
description: This article provides details on the Get-EntraBetaApplicationProxyConnectorGroupMembers.
44

5-
65
ms.topic: reference
76
ms.date: 07/17/2024
87
ms.author: eunicewaweru
@@ -70,7 +69,7 @@ Id ExternalIP MachineName Status
7069
bbbbbbbb-1111-2222-3333-cccccccccccc 106.195.6.123 AppProxy Machine active 1.5.3437.0
7170
```
7271

73-
This example retrieves top one connector in the group.
72+
This example retrieves top one connector in the group. You can use `-Limit` as an alias for `-Top`.
7473

7574
- `OnPremisesPublishingProfileId` parameter specifies the connector group ID.
7675

@@ -121,7 +120,7 @@ Specifies an OData v4.0 filter statement. This parameter controls which objects
121120
```yaml
122121
Type: System.String
123122
Parameter Sets: (All)
124-
Aliases:
123+
Aliases:
125124

126125
Required: False
127126
Position: Named

module/docs/entra-powershell-beta/Applications/Get-EntraBetaApplicationServiceEndpoint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ This example demonstrates how to retrieve service endpoint of the application th
5858
```powershell
5959
Connect-Entra -Scopes 'Application.Read.All'
6060
$servicePrincipal = Get-EntraBetaServicePrincipal -Filter "DisplayName eq 'Contoso Helpdesk App'"
61-
Get-EntraBetaApplicationServiceEndpoint -ServicePrincipalId $servicePrincipal.Id -All
61+
Get-EntraBetaApplicationServiceEndpoint -ServicePrincipalId $servicePrincipal.Id -All
6262
```
6363

6464
This example demonstrates how to retrieve all service endpoints of a specified application.
@@ -73,7 +73,7 @@ $servicePrincipal = Get-EntraBetaServicePrincipal -Filter "DisplayName eq 'Conto
7373
Get-EntraBetaApplicationServiceEndpoint -ServicePrincipalId $servicePrincipal.Id -Top 5
7474
```
7575

76-
This example demonstrates how to retrieve five service endpoints of a specified application.
76+
This example demonstrates how to retrieve five service endpoints of a specified application. You can use `-Limit` as an alias for `-Top`.
7777

7878
`-ServicePrincipalId` parameter specifies the ID of an application object in Microsoft Entra ID.
7979

module/docs/entra-powershell-beta/Applications/Get-EntraBetaApplicationTemplate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Id Categories
9898
f447d87b-6e85-481d-90b2-bae3f42cb0f6 {businessMgmt, erp, finance} Xledger Xledger Inc
9999
```
100100

101-
This cmdlet retrieves the top two application templates. `Limit` can be used as an alias for `Top`.
101+
This cmdlet retrieves the top two application templates. You can use `-Limit` as an alias for `-Top`.
102102

103103
### Example 4: Get a list of application templates filtered by display name
104104

module/docs/entra-powershell-beta/Applications/Get-EntraBetaDeletedApplication.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Get-EntraBetaDeletedApplication
33
description: This article provides details on the Get-EntraBetaDeletedApplication command.
44

5-
65
ms.topic: reference
76
ms.date: 06/26/2024
87
ms.author: eunicewaweru
@@ -69,7 +68,7 @@ TestApp3 eeeeeeee-6666-7777-8888-ffffffffffff ffffffff-7777-8888-9999-ggggggg
6968
TestApp4 gggggggg-8888-9999-aaaa-hhhhhhhhhhhh hhhhhhhh-9999-aaaa-bbbb-iiiiiiiiiiii AzureADMyOrg contoso.com
7069
```
7170

72-
This cmdlet retrieves the list of deleted applications.
71+
This cmdlet retrieves the list of deleted applications.
7372

7473
### Example 2: Get list of deleted applications using All parameter
7574

@@ -87,7 +86,7 @@ TestApp3 eeeeeeee-6666-7777-8888-ffffffffffff ffffffff-7777-8888-9999-ggggggg
8786
TestApp4 gggggggg-8888-9999-aaaa-hhhhhhhhhhhh hhhhhhhh-9999-aaaa-bbbb-iiiiiiiiiiii AzureADMyOrg contoso.com
8887
```
8988

90-
This cmdlet retrieves the list of deleted applications using All parameter.
89+
This cmdlet retrieves the list of deleted applications using All parameter.
9190

9291
### Example 3: Get top two deleted applications
9392

@@ -103,7 +102,7 @@ TestApp1 aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb bbbbbbbb-1111-2222-3333-ccccccc
103102
TestApp2 cccccccc-4444-5555-6666-dddddddddddd dddddddd-5555-6666-7777-eeeeeeeeeeee AzureADMyOrg contoso.com
104103
```
105104

106-
This cmdlet retrieves top two deleted applications.
105+
This cmdlet retrieves top two deleted applications. You can use `-Limit` as an alias for `-Top`.
107106

108107
### Example 4: Get deleted applications using SearchString parameter
109108

@@ -118,7 +117,7 @@ DisplayName Id AppId
118117
TestApp1 aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb bbbbbbbb-1111-2222-3333-cccccccccccc AzureADMyOrg contoso.com
119118
```
120119

121-
This cmdlet retrieves deleted applications using SearchString parameter.
120+
This cmdlet retrieves deleted applications using SearchString parameter.
122121

123122
### Example 5: Get deleted applications filter by display name
124123

@@ -133,7 +132,7 @@ DisplayName Id AppId
133132
TestApp1 aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb bbbbbbbb-1111-2222-3333-cccccccccccc AzureADMyOrg contoso.com
134133
```
135134

136-
This cmdlet retrieves deleted applications having specified display name.
135+
This cmdlet retrieves deleted applications having specified display name.
137136

138137
### Example 6: Get deleted applications with deletion age in days
139138

module/docs/entra-powershell-beta/Applications/Get-EntraBetaDeletedServicePrincipal.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Get-EntraBetaDeletedServicePrincipal
33
description: This article provides details on the Get-EntraBetaDeletedServicePrincipal command.
44

5-
65
ms.topic: reference
76
ms.date: 11/14/2024
87
ms.author: eunicewaweru
@@ -76,7 +75,7 @@ ProjectWorkManagement aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb 22223333-cccc
7675
Enterprise App1 dddddddd-3333-4444-5555-eeeeeeeeeeee 33334444-dddd-5555-eeee-6666ffff7777 Application ManagedIdentity
7776
```
7877

79-
This cmdlet retrieves the list of deleted service principals.
78+
This cmdlet retrieves the list of deleted service principals.
8079

8180
### Example 2: Get list of deleted service principals using All parameter
8281

@@ -93,7 +92,7 @@ ProjectWorkManagement aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb 22223333-cccc
9392
Enterprise App1 dddddddd-3333-4444-5555-eeeeeeeeeeee 33334444-dddd-5555-eeee-6666ffff7777 Application ManagedIdentity
9493
```
9594

96-
This cmdlet retrieves the list of deleted service principals using All parameter.
95+
This cmdlet retrieves the list of deleted service principals using All parameter.
9796

9897
### Example 3: Get top two deleted service principals
9998

@@ -109,7 +108,7 @@ Contoso Marketing bbbbbbbb-1111-2222-3333-cccccccccccc 00001111-aaaa
109108
ProjectWorkManagement aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb 22223333-cccc-4444-dddd-5555eeee6666 Application ManagedIdentity
110109
```
111110

112-
This cmdlet retrieves top two deleted service principals.
111+
This cmdlet retrieves top two deleted service principals. You can use `-Limit` as an alias for `-Top`.
113112

114113
### Example 4: Get deleted service principals using SearchString parameter
115114

@@ -124,7 +123,7 @@ DisplayName Id AppId
124123
Contoso Marketing bbbbbbbb-1111-2222-3333-cccccccccccc 00001111-aaaa-2222-bbbb-3333cccc4444 Application Application
125124
```
126125

127-
This cmdlet retrieves deleted service principals using SearchString parameter.
126+
This cmdlet retrieves deleted service principals using SearchString parameter.
128127

129128
### Example 5: Get deleted service principals filter by display name
130129

module/docs/entra-powershell-beta/Applications/Get-EntraBetaServicePrincipal.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Get-EntraBetaServicePrincipal
33
description: This article provides details on the Get-EntraBetaServicePrincipal command.
44

5-
65
ms.topic: reference
76
ms.date: 08/12/2024
87
ms.author: eunicewaweru
@@ -100,7 +99,7 @@ This command retrieves specific service principal.
10099

101100
```powershell
102101
Connect-Entra -Scopes 'Application.Read.All'
103-
Get-EntraBetaServicePrincipal -All
102+
Get-EntraBetaServicePrincipal -All
104103
```
105104

106105
```Output
@@ -127,7 +126,7 @@ Helpdesk Application aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb 0000111
127126
Microsoft Device Management Checkin bbbbbbbb-1111-2222-3333-cccccccccccc 11112222-bbbb-3333-cccc-4444dddd5555 AzureADMultipleOrgs Application
128127
```
129128

130-
This command retrieves top two service principals from the directory.
129+
This command retrieves top two service principals from the directory. You can use `-Limit` as an alias for `-Top`.
131130

132131
### Example 5: Get a service principal by display name
133132

module/docs/entra-powershell-beta/Applications/Get-EntraBetaServicePrincipalAppRoleAssignedTo.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Get-EntraBetaServicePrincipalAppRoleAssignedTo
33
description: This article provides details on the Get-EntraBetaServicePrincipalAppRoleAssignedTo command.
44

5-
65
ms.topic: reference
76
ms.date: 07/30/2024
87
ms.author: eunicewaweru
@@ -62,7 +61,7 @@ Get-EntraBetaServicePrincipalAppRoleAssignedTo -ServicePrincipalId $servicePrinc
6261
```Output
6362
Id AppRoleId CreationTimestamp PrincipalDisplayName PrincipalId PrincipalType ResourceDisplayName ResourceId
6463
-- --------- ----------------- -------------------- ----------- ------------- ------------------- ----------
65-
1aaaaaa1-2bb2-3cc3-4dd4-5eeeeeeeeee5 00000000-0000-0000-0000-000000000000 12-03-2024 11:05:29 Helpdesk Application aaaaaaaa-bbbb-cccc-1111-222222222222 ServicePrincipal Helpdesk Application
64+
1aaaaaa1-2bb2-3cc3-4dd4-5eeeeeeeeee5 00000000-0000-0000-0000-000000000000 12-03-2024 11:05:29 Helpdesk Application aaaaaaaa-bbbb-cccc-1111-222222222222 ServicePrincipal Helpdesk Application
6665
```
6766

6867
This example shows how to get app role assignments for an app or service, granted to users, groups, and other service principals.
@@ -109,7 +108,7 @@ Id AppRoleId
109108
5eeeeee5-6ff6-7aa7-8bb8-9cccccccccc9 00000000-0000-0000-0000-000000000000 12-03-2024 11:05:29 Box aaaaaaaa-bbbb-cccc-1111-222222222222 ServicePrincipal Box eeee4444-ff55-6666-77aa-888888bbbbbb
110109
```
111110

112-
This command gets the five app role assignments for the service principal granted to users, groups, and other service principals.
111+
This command gets the five app role assignments for the service principal granted to users, groups, and other service principals. You can use `-Limit` as an alias for `-Top`.
113112

114113
- `-ServicePrincipalId` parameter specifies the service principal ID.
115114

0 commit comments

Comments
 (0)