We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10d6481 commit af893cfCopy full SHA for af893cf
1 file changed
sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOApplication.md
@@ -70,6 +70,13 @@ Set-SPOApplication -OwningApplicationId 423poi45 -CopilotEmbeddedChatHosts "http
70
```
71
This example sets the host URLs for the application with Id 423poi45.
72
73
+### Example 5
74
+
75
+```powershell
76
+Set-SPOApplication -OwningApplicationId 423poi45 -MajorVersionLimit 1000
77
+```
78
+This example sets the MajorVersionLimit to 1000
79
80
## PARAMETERS
81
82
### -CopilotEmbeddedChatHosts
0 commit comments