Skip to content

Commit 2c25cef

Browse files
author
juanoriana
committed
fix: example names
1 parent dd346a3 commit 2c25cef

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Get-SPOServicePrioritizationAppRegistrations.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,21 @@ When `-PolicyId` is specified, only registrations linked to that billing policy
3838

3939
## EXAMPLES
4040

41-
### Example 1: Get all app registrations
41+
### Example 1
4242

4343
```powershell
4444
Get-SPOServicePrioritizationAppRegistrations
4545
```
4646

47-
Returns all app registrations enrolled in SharePoint Online Service Prioritization for the tenant.
47+
Example 1 returns all app registrations enrolled in SharePoint Online Service Prioritization for the tenant.
4848

49-
### Example 2: Get app registrations for a specific billing policy
49+
### Example 2
5050

5151
```powershell
5252
Get-SPOServicePrioritizationAppRegistrations -PolicyId 11111111-1111-1111-1111-111111111111
5353
```
5454

55-
Returns only app registrations linked to the specified billing policy.
55+
Example 2 returns only app registrations linked to the specified billing policy.
5656

5757
## PARAMETERS
5858

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Remove-SPOServicePrioritizationAppRegistrationsByPolicy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,21 @@ By default, the cmdlet prompts for confirmation before deleting. Use `-Force` to
3131

3232
## EXAMPLES
3333

34-
### Example 1: Remove all app registrations for a billing policy
34+
### Example 1
3535

3636
```powershell
3737
Remove-SPOServicePrioritizationAppRegistrationsByPolicy -PolicyId 11111111-1111-1111-1111-111111111111
3838
```
3939

40-
Prompts for confirmation, then removes all app registrations linked to the specified billing policy.
40+
Example 1 prompts for confirmation, then removes all app registrations linked to the specified billing policy.
4141

42-
### Example 2: Remove without confirmation prompt
42+
### Example 2
4343

4444
```powershell
4545
Remove-SPOServicePrioritizationAppRegistrationsByPolicy -PolicyId 11111111-1111-1111-1111-111111111111 -Force
4646
```
4747

48-
Removes all app registrations linked to the specified billing policy without prompting for confirmation.
48+
Example 2 removes all app registrations linked to the specified billing policy without prompting for confirmation.
4949

5050
## PARAMETERS
5151

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Remove-SPOServicePrioritizationBillingPolicy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,21 @@ You must be a SharePoint Online administrator to run this cmdlet.
3333

3434
## EXAMPLES
3535

36-
### Example 1: Remove a billing policy and all its app registrations
36+
### Example 1
3737

3838
```powershell
3939
Remove-SPOServicePrioritizationBillingPolicy -PolicyId 11111111-1111-1111-1111-111111111111
4040
```
4141

42-
Prompts for confirmation, then removes all app registrations linked to the specified billing policy and deletes the billing policy.
42+
Example 1 prompts for confirmation, then removes all app registrations linked to the specified billing policy and deletes the billing policy.
4343

44-
### Example 2: Remove without confirmation prompt
44+
### Example 2
4545

4646
```powershell
4747
Remove-SPOServicePrioritizationBillingPolicy -PolicyId 11111111-1111-1111-1111-111111111111 -Force
4848
```
4949

50-
Removes all app registrations linked to the specified billing policy and deletes the billing policy without prompting for confirmation.
50+
Example 2 removes all app registrations linked to the specified billing policy and deletes the billing policy without prompting for confirmation.
5151

5252
## PARAMETERS
5353

0 commit comments

Comments
 (0)