Skip to content

Commit db6ac89

Browse files
juanorianaclaude
andcommitted
fix: remove powershell language tag from SYNTAX code blocks
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 34b8ac3 commit db6ac89

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Returns app registrations enrolled in SharePoint Online Service Prioritization.
1818

1919
## SYNTAX
2020

21-
```powershell
21+
```
2222
Get-SPOServicePrioritizationAppRegistrations -PolicyId <Guid> [<CommonParameters>]
2323
```
2424

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Removes all app registrations linked to a specific SharePoint Online Service Pri
1717

1818
## SYNTAX
1919

20-
```powershell
20+
```
2121
Remove-SPOServicePrioritizationAppRegistrationsByPolicy -PolicyId <Guid> [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
2222
```
2323

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Removes all app registrations linked to a SharePoint Online Service Prioritizati
1717

1818
## SYNTAX
1919

20-
```powershell
20+
```
2121
Remove-SPOServicePrioritizationBillingPolicy -PolicyId <Guid> [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
2222
```
2323

0 commit comments

Comments
 (0)