Skip to content

Commit

Permalink
Regenerate manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 7, 2024
1 parent 11c16ea commit 74e3f9d
Show file tree
Hide file tree
Showing 12 changed files with 345 additions and 148 deletions.
2 changes: 1 addition & 1 deletion last_build.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "hash": "78c18ecd0ce343fc311a357ceab981090d758ece", "date": "2024-10-07 10:35:39" }
{ "hash": "fe75d456e58ca95a476460450e172eba0afc7aa0", "date": "2024-10-07 10:41:50" }
15 changes: 14 additions & 1 deletion manifests/ManagedPreferencesApplications/ManagedInstalls.json
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,19 @@
],
"property_order": 235
},
"IgnoreMiddleware": {
"type": "boolean",
"title": "Ignore Middleware",
"default": false,
"description": "If true, Munki will ignore installed middleware. Useful for when moving away from middleware.",
"links": [
{
"rel": "More information",
"href": "https://github.com/munki/munki/wiki/Preferences#details"
}
],
"property_order": 240
},
"AggressiveUpdateNotificationDays": {
"type": "integer",
"title": "Aggressive Update Notification Days",
Expand All @@ -432,7 +445,7 @@
"href": "https://github.com/munki/munki/wiki/aggressive-update-notifications-in-munki-5"
}
],
"property_order": 240
"property_order": 245
}
}
}
38 changes: 31 additions & 7 deletions manifests/ManagedPreferencesApplications/com.brave.Browser.json
Original file line number Diff line number Diff line change
Expand Up @@ -4964,13 +4964,15 @@
"enum": [
5,
1,
4
4,
6
],
"options": {
"enum_titles": [
"Open New Tab Page",
"Restore the last session",
"Open a list of URLs"
"Open a list of URLs",
"Open a list of URLs and restore the last session"
]
},
"property_order": 1540
Expand Down Expand Up @@ -5151,6 +5153,28 @@
},
"property_order": 1600
},
"BraveAIChatEnabled": {
"type": "integer",
"title": "Enable Brave AI Chat",
"default": 1,
"links": [
{
"rel": "More information",
"href": "https://support.brave.com/hc/en-us/articles/360039248271-Group-Policy"
}
],
"enum": [
0,
1
],
"options": {
"enum_titles": [
"Disable",
"Enable"
]
},
"property_order": 1605
},
"SUFeedURL": {
"type": "string",
"title": "Sparkle Feed URL",
Expand All @@ -5162,7 +5186,7 @@
"href": "https://sparkle-project.org/documentation/customization/"
}
],
"property_order": 1605
"property_order": 1610
},
"SUEnableAutomaticChecks": {
"type": "boolean",
Expand All @@ -5175,7 +5199,7 @@
"href": "https://sparkle-project.org/documentation/customization/"
}
],
"property_order": 1610
"property_order": 1615
},
"SUScheduledCheckInterval": {
"type": "integer",
Expand All @@ -5188,7 +5212,7 @@
"href": "https://sparkle-project.org/documentation/customization/"
}
],
"property_order": 1615
"property_order": 1620
},
"SUAllowsAutomaticUpdates": {
"type": "boolean",
Expand All @@ -5201,7 +5225,7 @@
"href": "https://sparkle-project.org/documentation/customization/"
}
],
"property_order": 1620
"property_order": 1625
},
"SUAutomaticallyUpdate": {
"type": "boolean",
Expand All @@ -5214,7 +5238,7 @@
"href": "https://sparkle-project.org/documentation/customization/"
}
],
"property_order": 1625
"property_order": 1630
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4964,13 +4964,15 @@
"enum": [
5,
1,
4
4,
6
],
"options": {
"enum_titles": [
"Open New Tab Page",
"Restore the last session",
"Open a list of URLs"
"Open a list of URLs",
"Open a list of URLs and restore the last session"
]
},
"property_order": 1540
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3891,13 +3891,15 @@
"enum": [
5,
1,
4
4,
6
],
"options": {
"enum_titles": [
"Open New Tab Page",
"Restore the last session",
"Open a list of URLs"
"Open a list of URLs",
"Open a list of URLs and restore the last session"
]
},
"property_order": 1190
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,19 @@
],
"property_order": 45
},
"SharePointOnPremPrioritizationPolicy": {
"type": "integer",
"title": "Prioritize SharePoint Server on-premise",
"default": 0,
"description": "Determines whether or not the sync app should set up sync for SharePoint Server on-premises or SharePoint in Microsoft 365 first during the first-run scenario when the account is the same for both SharePoint Server and SharePoint in Microsoft 365 in a hybrid scenario.",
"links": [
{
"rel": "More information",
"href": "https://learn.microsoft.com/en-us/sharepoint/deploy-and-configure-on-macos#sharepointonpremprioritizationpolicy"
}
],
"property_order": 50
},
"SharePointOnPremTenantName": {
"type": "string",
"title": "SharePoint Server Tenant Name",
Expand All @@ -147,7 +160,7 @@
"href": "https://learn.microsoft.com/en-us/sharepoint/deploy-and-configure-on-macos#SharePointOnPremTenantName"
}
],
"property_order": 50
"property_order": 55
},
"SharePointOnPremPrioritzationPolicy": {
"type": "integer",
Expand All @@ -169,7 +182,7 @@
"SharePoint Server"
]
},
"property_order": 55
"property_order": 60
},
"DefaultToBusinessFRE": {
"type": "boolean",
Expand All @@ -180,7 +193,7 @@
"href": "https://learn.microsoft.com/en-us/sharepoint/deploy-and-configure-on-macos#DefaultToBusinessFRE"
}
],
"property_order": 60
"property_order": 65
},
"EnableAddAccounts": {
"type": "boolean",
Expand All @@ -191,7 +204,7 @@
"href": "https://learn.microsoft.com/en-us/sharepoint/deploy-and-configure-on-macos#EnableAddAccounts"
}
],
"property_order": 65
"property_order": 70
},
"FilesOnDemandEnabled": {
"type": "boolean",
Expand All @@ -203,7 +216,7 @@
"href": "https://learn.microsoft.com/en-us/sharepoint/deploy-and-configure-on-macos#FilesOnDemandEnabled"
}
],
"property_order": 70
"property_order": 75
},
"IsHydrationToastAllowed": {
"type": "boolean",
Expand All @@ -214,7 +227,7 @@
"href": "https://learn.microsoft.com/en-us/sharepoint/deploy-and-configure-on-macos#IsHydrationToastAllowed"
}
],
"property_order": 75
"property_order": 80
},
"HydrationDisallowedApps": {
"type": "string",
Expand All @@ -225,7 +238,7 @@
"href": "https://learn.microsoft.com/en-us/sharepoint/deploy-and-configure-on-macos#HydrationDisallowedApps"
}
],
"property_order": 80
"property_order": 85
},
"EnableODIgnore": {
"type": "array",
Expand All @@ -241,7 +254,20 @@
"href": "https://learn.microsoft.com/en-us/sharepoint/deploy-and-configure-on-macos#EnableODIgnore"
}
],
"property_order": 85
"property_order": 90
},
"EnableSyncAdminReports": {
"type": "integer",
"title": "Enable Sync Admin Reports",
"default": 0,
"description": "This setting lets the OneDrive sync app report device and health data that's to be included in sync admin reports. You must enable this setting on the devices you want to get reports from.",
"links": [
{
"rel": "More information",
"href": "https://learn.microsoft.com/en-us/sharepoint/deploy-and-configure-on-macos#enablesyncadminreports"
}
],
"property_order": 95
},
"EnableAllOcsiClients": {
"type": "boolean",
Expand All @@ -253,7 +279,20 @@
"href": "https://learn.microsoft.com/en-us/sharepoint/deploy-and-configure-on-macos#EnableAllOcsiClients"
}
],
"property_order": 90
"property_order": 100
},
"DisableAutoConfig": {
"type": "integer",
"title": "Disable Auto Config",
"default": 0,
"description": "Determines whether or not the sync app can automatically sign in.\n\nIf you enable this setting, the sync app is prevented from automatically signing with an existing Microsoft Entra credential that is made available to Microsoft applications.",
"links": [
{
"rel": "More information",
"href": "https://learn.microsoft.com/en-us/sharepoint/deploy-and-configure-on-macos#disableautoconfig"
}
],
"property_order": 105
},
"DisableHydrationToast": {
"type": "boolean",
Expand All @@ -265,7 +304,7 @@
"href": "https://learn.microsoft.com/en-us/sharepoint/deploy-and-configure-on-macos#DisableHydrationToast"
}
],
"property_order": 95
"property_order": 110
},
"BlockExternalSync": {
"type": "boolean",
Expand All @@ -277,7 +316,7 @@
"href": "https://learn.microsoft.com/en-us/sharepoint/deploy-and-configure-on-macos#BlockExternalSync"
}
],
"property_order": 100
"property_order": 115
},
"AllowTenantList": {
"type": "object",
Expand All @@ -299,7 +338,7 @@
"title": "Check to Allow"
}
},
"property_order": 105
"property_order": 120
},
"BlockTenantList": {
"type": "object",
Expand All @@ -321,7 +360,7 @@
"title": "Check to Block"
}
},
"property_order": 110
"property_order": 125
},
"KFMOptInWithWizard": {
"type": "string",
Expand All @@ -332,7 +371,7 @@
"href": "https://learn.microsoft.com/en-us/sharepoint/deploy-and-configure-on-macos#KFMOptInWithWizard"
}
],
"property_order": 115
"property_order": 130
},
"KFMSilentOptIn": {
"type": "string",
Expand All @@ -343,7 +382,7 @@
"href": "https://learn.microsoft.com/en-us/sharepoint/deploy-and-configure-on-macos#KFMSilentOptIn"
}
],
"property_order": 120
"property_order": 135
},
"KFMSilentOptInDesktop": {
"type": "boolean",
Expand All @@ -355,7 +394,7 @@
"href": "https://learn.microsoft.com/en-us/sharepoint/deploy-and-configure-on-macos#KFMSilentOptInDesktop"
}
],
"property_order": 125
"property_order": 140
},
"KFMSilentOptInDocuments": {
"type": "boolean",
Expand All @@ -367,7 +406,7 @@
"href": "https://learn.microsoft.com/en-us/sharepoint/deploy-and-configure-on-macos#KFMSilentOptInDocuments"
}
],
"property_order": 130
"property_order": 145
},
"KFMSilentOptInWithNotification": {
"type": "boolean",
Expand All @@ -379,7 +418,7 @@
"href": "https://learn.microsoft.com/en-us/sharepoint/deploy-and-configure-on-macos#KFMSilentOptInWithNotification"
}
],
"property_order": 135
"property_order": 150
},
"KFMBlockOptIn": {
"type": "integer",
Expand All @@ -403,7 +442,7 @@
"Prevent & Redirect Previous KFM'd Folders to the Device"
]
},
"property_order": 140
"property_order": 155
},
"KFMBlockOptOut": {
"type": "boolean",
Expand All @@ -415,7 +454,7 @@
"href": "https://learn.microsoft.com/en-us/sharepoint/deploy-and-configure-on-macos#KFMBlockOptOut"
}
],
"property_order": 145
"property_order": 160
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@
"type": "string",
"title": "VisualBasic macro security level",
"default": "DisabledWithWarnings",
"description": "The VisualBasicMacroExecutionState1 setting controls whether macros are ever allowed to execute, and what the user experience is when opening\na file that contains a macro. By default, macros will only run after the user is presented with an alert when opening a file that contains a macro. The\nuser must make a choice whether to allow or deny macros for each individual file, each time that file is opened.",
"description": "The VisualBasicMacroExecutionState1 setting controls whether macros are ever allowed to execute, and what the user experience is when opening a file that contains a macro. By default, macros will only run after the user is presented with an alert when opening a file that contains a macro. The user must make a choice whether to allow or deny macros for each individual file, each time that file is opened.",
"links": [
{
"rel": "More information",
Expand Down
Loading

0 comments on commit 74e3f9d

Please sign in to comment.