From 8ee6d240d421aa4d91e0c9ca46022fb6d8805e68 Mon Sep 17 00:00:00 2001 From: Subodhinie Date: Fri, 31 May 2024 11:49:24 +0530 Subject: [PATCH 1/3] Add Windows device operation scopes: os-updates-info --- .../src/test/resources/config/operation/mdm-ui-config.xml | 1 + .../src/main/resources/conf/mdm-ui-config.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/components/device-mgt/io.entgra.device.mgt.core.device.mgt.core/src/test/resources/config/operation/mdm-ui-config.xml b/components/device-mgt/io.entgra.device.mgt.core.device.mgt.core/src/test/resources/config/operation/mdm-ui-config.xml index 27ee95b690..0b04668453 100644 --- a/components/device-mgt/io.entgra.device.mgt.core.device.mgt.core/src/test/resources/config/operation/mdm-ui-config.xml +++ b/components/device-mgt/io.entgra.device.mgt.core.device.mgt.core/src/test/resources/config/operation/mdm-ui-config.xml @@ -384,6 +384,7 @@ win:ops:device-info win:ops:security-info win:ops:firewall-info + win:ops:os-updates-info admin:tenant:view dm:admin:devices:usage:view and:ops:clear-app diff --git a/features/device-mgt/io.entgra.device.mgt.core.device.mgt.basics.feature/src/main/resources/conf/mdm-ui-config.xml b/features/device-mgt/io.entgra.device.mgt.core.device.mgt.basics.feature/src/main/resources/conf/mdm-ui-config.xml index 8303fc6402..1c0532ff9b 100644 --- a/features/device-mgt/io.entgra.device.mgt.core.device.mgt.basics.feature/src/main/resources/conf/mdm-ui-config.xml +++ b/features/device-mgt/io.entgra.device.mgt.core.device.mgt.basics.feature/src/main/resources/conf/mdm-ui-config.xml @@ -387,6 +387,7 @@ win:ops:device-info win:ops:security-info win:ops:firewall-info + win:ops:os-updates-info admin:tenant:view dm:admin:devices:usage:view and:ops:clear-app -- 2.36.3 From fbb01e881b2cdbcadbb59724a6f297f4dc035986 Mon Sep 17 00:00:00 2001 From: Subodhinie Date: Mon, 15 Jul 2024 15:30:43 +0530 Subject: [PATCH 2/3] Add Windows os updates scopes --- .../src/main/resources/conf/mdm-ui-config.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/features/device-mgt/io.entgra.device.mgt.core.device.mgt.basics.feature/src/main/resources/conf/mdm-ui-config.xml b/features/device-mgt/io.entgra.device.mgt.core.device.mgt.basics.feature/src/main/resources/conf/mdm-ui-config.xml index 52a491993c..97e2cf4678 100644 --- a/features/device-mgt/io.entgra.device.mgt.core.device.mgt.basics.feature/src/main/resources/conf/mdm-ui-config.xml +++ b/features/device-mgt/io.entgra.device.mgt.core.device.mgt.basics.feature/src/main/resources/conf/mdm-ui-config.xml @@ -389,6 +389,9 @@ win:ops:firewall-info win:ops:os-updates-info win:microsoft-store:search + win:updates:read + win:updates:read + win:update:modify admin:tenant:view dm:admin:devices:usage:view and:ops:clear-app -- 2.36.3 From 3721b8e37a0d5e8fce11374da86a6ef8f78a2908 Mon Sep 17 00:00:00 2001 From: Subodhinie Date: Mon, 15 Jul 2024 16:20:36 +0530 Subject: [PATCH 3/3] Remove duplicated windows os updates scopes --- .../src/main/resources/conf/mdm-ui-config.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/features/device-mgt/io.entgra.device.mgt.core.device.mgt.basics.feature/src/main/resources/conf/mdm-ui-config.xml b/features/device-mgt/io.entgra.device.mgt.core.device.mgt.basics.feature/src/main/resources/conf/mdm-ui-config.xml index 97e2cf4678..da4191cff2 100644 --- a/features/device-mgt/io.entgra.device.mgt.core.device.mgt.basics.feature/src/main/resources/conf/mdm-ui-config.xml +++ b/features/device-mgt/io.entgra.device.mgt.core.device.mgt.basics.feature/src/main/resources/conf/mdm-ui-config.xml @@ -390,7 +390,6 @@ win:ops:os-updates-info win:microsoft-store:search win:updates:read - win:updates:read win:update:modify admin:tenant:view dm:admin:devices:usage:view -- 2.36.3