File tree Expand file tree Collapse file tree
sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ The following details are returned:
100100
101101- CopilotEmbeddedChatHosts
102102
103- - MajorVersionLimit
103+ - ItemMajorVersionLimit
104104
105105` ` ` yaml
106106Type : System.Guid
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Sets or updates one or more configuration of a SharePoint Embedded application.
2121Set-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
130130Accept 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
138138Type : Int
You can’t perform that action at this time.
0 commit comments