Prevent clearing macos updates settings when applying/modifying a team without those settings (#12160)

This commit is contained in:
Martin Angers
2023-06-06 14:31:33 -04:00
committed by GitHub
parent 3127c9fffd
commit f27fcddd55
26 changed files with 590 additions and 437 deletions
+1
View File
@@ -0,0 +1 @@
* Fixed a bug with applying team specs via `fleetctl apply` and updating a team via the `PATCH /api/latest/fleet/mdm/teams/{id}` endpoint so that the MDM updates settings (`minimum_version` and `deadline`) are not cleared if not provided in the payload.