I am trying to defer macOS Sonoma from showing up in Software Update. I have the deferral set for 90 days. Some Macs continue to show Sonoma in Software Update. I was using a profile that used JSON for the settings. When this profile appeared to not be working properly, I created a new profile using JSON that I got from Jamf this morning. The JSON is below. I was advised to create two profiles. One delays minor updates. The second delays major upgrades. Most Macs seem to work with this profile correctly but there are a few that don't. There seems to be nothing special about these Macs. Has anyone else ran into this issue? I would appreciate some advice on this.
{
"title": "com.apple.applicationaccess",
"description": "",
"properties": {
"enforcedSoftwareUpdateMajorOSDeferredInstallDelay": {
"title": "Enforced Software Update Major OS Deferred Install Delay ",
"description": "",
"property_order": 5,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "integer"
}
]
},
"forceDelayedMajorSoftwareUpdates": {
"title": "Force Delayed Major Software Updates ",
"description": "",
"property_order": 10,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
]
}
}
}
