Skip to content

Commit 5efd4c3

Browse files
authored
Merge pull request #183401 from SGSneha/21Dec-FileTrackingLinux
Added limitation as note
2 parents fd3bf0f + 3559f5e commit 5efd4c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/automation/change-tracking/manage-change-tracking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Use the following steps to configure file tracking on Linux computers:
8181
|Enter Path | The path to check for the file, for example, **/etc/*.conf**. |
8282
|Path Type | The type of path. Possible values are File and Directory. |
8383
|Recursion | True if recursion is used when looking for the item to be tracked, and False otherwise. |
84-
|Use Sudo | True to use sudo when checking for the item, and False otherwise. |
84+
|Use Sudo | True to use sudo when checking for the item, and False otherwise. <br>**Note:** The Use Sudo feature is currently available on the Azure portal and not yet implemented in the Change Tracking service. Therefore, when you edit the settings on the Azure portal, you will not find any change in the service. |
8585
|Links | Setting that determines how to deal with symbolic links when traversing directories. Possible values are:<br> Ignore - Ignores symbolic links and doesn't include the files/directories referenced.<br>Follow - Follows the symbolic links during recursion and also includes the files/directories referenced.<br>Manage - Follows the symbolic links and allows alteration of returned content.<br>**Note:** The Manage option isn't recommended, as it doesn't support file content retrieval. |
8686
|Upload file content | True to upload file content on tracked changes, and False otherwise. |
8787

0 commit comments

Comments
 (0)