You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ All notable changes to this project will be documented in this file.
24
24
-**Post-release**: Fixed mispelled word "address" occurrences. ([#8421](https://github.com/wazuh/wazuh-documentation/pull/8421))
25
25
-**Post-release**: Fixed `wazuh-certs-tool` download command from static version number to use `WAZUH_CURRENT_VERSION` ([#8473](https://github.com/wazuh/wazuh-documentation/pull/8473))
26
26
-**Post-release**: Add missing changes in Download configuration files from remote location section. ([#8476](https://github.com/wazuh/wazuh-documentation/pull/8476))
27
+
-**Post-release**: Reverted new configuration options added to the MS Graph integration documentation. ([#8495](https://github.com/wazuh/wazuh-documentation/pull/8495))
Copy file name to clipboardExpand all lines: source/cloud-security/azure/ms-graph-api-setup.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ Certificates & secrets
53
53
API permissions
54
54
---------------
55
55
56
-
Your application needs specific API permissions to retrieve logs and events from the Microsoft Graph API. The specific API permission required depends on the resource to be accessed. The comprehensive list of permissions is documented in `Microsoft Graph permissions reference <https://learn.microsoft.com/en-us/graph/permissions-reference>`__.
56
+
Your application needs specific API permissions to retrieve logs and events from the Microsoft Graph API, such as permissions related to the ``security`` and ``deviceManagement`` resources.
57
57
58
58
To configure the application permissions, go to the **API permissions** page and choose **Add a permission**.
@@ -128,28 +122,6 @@ Specifies the maximum size allowed for the Microsoft Graph API response.
128
122
| **Allowed values** | A positive number that should contain a suffix character indicating a size unit, such as b/B (bytes), k/K (kilobytes), m/M (megabytes), and g/G (gigabytes). Minimum value of 1M. |
Adds ``time_delay`` setting. Its value must be greater than or equal to 0. By default, its value is ``30s``. This setting allows time suffixes ``s`` (seconds), ``m`` (minutes), ``h`` (hours), ``d`` (days), and ``w`` (weeks).
| **Allowed values** | A positive number that must contain a suffix character indicating a time unit, such as ``s`` (seconds), ``m`` (minutes), ``h`` (hours), ``d`` (days), and ``w`` (weeks). |
0 commit comments