Skip to content

Commit fbc32d3

Browse files
Merge pull request #1151 from oggy22/patch-4
Rename MajorVersionLimit to ItemMajorVersionLimit
2 parents 9c632aa + 64f930d commit fbc32d3

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ The following details are returned:
100100
101101
- CopilotEmbeddedChatHosts
102102
103-
- MajorVersionLimit
103+
- ItemMajorVersionLimit
104104
105105
```yaml
106106
Type: System.Guid

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOApplication.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Sets or updates one or more configuration of a SharePoint Embedded application.
2121
Set-SPOApplication [-OwningApplicationId] <Guid> [[-SharingCapability] <SharingCapabilities>]
2222
[[-OverrideTenantSharingCapability] <Boolean>]
2323
[[-CopilotEmbeddedChatHosts] <System.Collections.Generic.List`1[System.String]>]
24-
[[-MajorVersionLimit] <Int>]
24+
[[-ItemMajorVersionLimit] <Int>]
2525
[<CommonParameters>]
2626
```
2727

@@ -73,9 +73,9 @@ This example sets the host URLs for the application with Id 423poi45.
7373
### Example 5
7474

7575
```powershell
76-
Set-SPOApplication -OwningApplicationId 423poi45 -MajorVersionLimit 1000
76+
Set-SPOApplication -OwningApplicationId 423poi45 -ItemMajorVersionLimit 1000
7777
```
78-
This example sets the MajorVersionLimit to 1000.
78+
This example sets the ItemMajorVersionLimit to 1000.
7979

8080
## PARAMETERS
8181

@@ -130,9 +130,9 @@ Accept pipeline input: False
130130
Accept wildcard characters: False
131131
```
132132
133-
### -MajorVersionLimit
133+
### -ItemMajorVersionLimit
134134
135-
This parameter is used to override MajorVersionLimit for container types.
135+
This parameter is used to override ItemMajorVersionLimit for container types.
136136
137137
```yaml
138138
Type: Int

0 commit comments

Comments
 (0)