From cd62ba40e70bae91092dbf2310b8c2ce2f5fbdc8 Mon Sep 17 00:00:00 2001 From: Marko Lisica <83164494+marko-lisica@users.noreply.github.com> Date: Wed, 11 Sep 2024 23:54:34 +0200 Subject: [PATCH] YAML: add missing ios_updates and ipados_updates (#21999) We missed to document `ios_updates` and `ipados_updates` that's built as part of the #19852 --- docs/Configuration/yaml-files.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/Configuration/yaml-files.md b/docs/Configuration/yaml-files.md index a6396596f8..937408ec2c 100644 --- a/docs/Configuration/yaml-files.md +++ b/docs/Configuration/yaml-files.md @@ -262,6 +262,16 @@ controls: - `deadline_days` (default: null) - `grace_period_days` (default: null) +#### ios_updates + +- `deadline` specifies the deadline in the form of `YYYY-MM-DD`. The exact deadline time is at 04:00:00 (UTC-8) (default: `""`). +- `minimum_version` specifies the minimum required iOS version (default: `""`). + +#### ipados_updates + +- `deadline` specifies the deadline in the form of `YYYY-MM-DD`. The exact deadline time is at 04:00:00 (UTC-8) (default: `""`). +- `minimum_version` specifies the minimum required iPadOS version (default: `""`). + #### macos_settings and windows_settings - `macos_settings.custom_settings` is a list of paths to macOS configuration profiles (.mobileconfig) or declaration profiles (.json).