From 37936585e6753d0315f8ac0a5d0f0fd95410a168 Mon Sep 17 00:00:00 2001 From: Mahendra Kamble Date: Tue, 12 Aug 2025 12:08:09 +0530 Subject: [PATCH 1/2] CSOAR-3716: changed the fields in the actions of MS onedrive --- .../app-central/integrations/microsoft-onedrive.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/platform-services/automation-service/app-central/integrations/microsoft-onedrive.md b/docs/platform-services/automation-service/app-central/integrations/microsoft-onedrive.md index 308444e9e2..ce33de738e 100644 --- a/docs/platform-services/automation-service/app-central/integrations/microsoft-onedrive.md +++ b/docs/platform-services/automation-service/app-central/integrations/microsoft-onedrive.md @@ -6,8 +6,8 @@ import useBaseUrl from '@docusaurus/useBaseUrl'; microsoft-onedrive -***Version: 1.6 -Updated: April 25, 2025*** +***Version: 1.7 +Updated: August 12, 2025*** Utilize and manipulate files for incident investigation using OneDrive. @@ -72,4 +72,5 @@ For information about Microsoft OneDrive, see [OneDrive documentation](https://l - Added a new field to the Integration resource named ***Authentication Grant Type***. You can select a value based on the permissions added to your app: - Password (Delegated Context) - Client Credentials (Application Context) -* April 25, 2025 (v1.6) - Changed required=False for username and password parsers in Integration file. \ No newline at end of file +* April 25, 2025 (v1.6) - Changed required=False for username and password parsers in Integration file. +* August 12, 2025 (v1.7) - Changed required=False for username and password parsers in all the actions. \ No newline at end of file From 4711367960ecc4f54c0c1197b980c2093ac30804 Mon Sep 17 00:00:00 2001 From: Mahendra Kamble Date: Thu, 14 Aug 2025 12:29:35 +0530 Subject: [PATCH 2/2] CSOAR-3716: changed date --- .../app-central/integrations/microsoft-onedrive.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/platform-services/automation-service/app-central/integrations/microsoft-onedrive.md b/docs/platform-services/automation-service/app-central/integrations/microsoft-onedrive.md index ce33de738e..0db12fa159 100644 --- a/docs/platform-services/automation-service/app-central/integrations/microsoft-onedrive.md +++ b/docs/platform-services/automation-service/app-central/integrations/microsoft-onedrive.md @@ -7,7 +7,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl'; microsoft-onedrive ***Version: 1.7 -Updated: August 12, 2025*** +Updated: August 14, 2025*** Utilize and manipulate files for incident investigation using OneDrive. @@ -73,4 +73,4 @@ For information about Microsoft OneDrive, see [OneDrive documentation](https://l - Password (Delegated Context) - Client Credentials (Application Context) * April 25, 2025 (v1.6) - Changed required=False for username and password parsers in Integration file. -* August 12, 2025 (v1.7) - Changed required=False for username and password parsers in all the actions. \ No newline at end of file +* August 14, 2025 (v1.7) - Changed required=False for username and password parsers in all the actions. \ No newline at end of file