diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Get-SPOApplication.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Get-SPOApplication.md index ab26eec9d..3e240a3bb 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Get-SPOApplication.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Get-SPOApplication.md @@ -100,7 +100,7 @@ The following details are returned: - CopilotEmbeddedChatHosts -- MajorVersionLimit +- ItemMajorVersionLimit ```yaml Type: System.Guid diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOApplication.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOApplication.md index 10fec6dbb..6765cb47a 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOApplication.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOApplication.md @@ -21,7 +21,7 @@ Sets or updates one or more configuration of a SharePoint Embedded application. Set-SPOApplication [-OwningApplicationId] [[-SharingCapability] ] [[-OverrideTenantSharingCapability] ] [[-CopilotEmbeddedChatHosts] ] - [[-MajorVersionLimit] ] + [[-ItemMajorVersionLimit] ] [] ``` @@ -73,9 +73,9 @@ This example sets the host URLs for the application with Id 423poi45. ### Example 5 ```powershell -Set-SPOApplication -OwningApplicationId 423poi45 -MajorVersionLimit 1000 +Set-SPOApplication -OwningApplicationId 423poi45 -ItemMajorVersionLimit 1000 ``` -This example sets the MajorVersionLimit to 1000. +This example sets the ItemMajorVersionLimit to 1000. ## PARAMETERS @@ -130,9 +130,9 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -MajorVersionLimit +### -ItemMajorVersionLimit -This parameter is used to override MajorVersionLimit for container types. +This parameter is used to override ItemMajorVersionLimit for container types. ```yaml Type: Int