|
1 | 1 | # Release Notes for User Sync Tool Version 2.0 |
2 | 2 |
|
3 | | -These notes apply to 2.0rc2 of 2017-04-07. |
| 3 | +These notes apply to v2.0 of 2017-04-10. |
4 | 4 |
|
5 | 5 | ## New Arguments & Configuration Syntax |
6 | 6 |
|
@@ -48,7 +48,9 @@ some had applied only to Federated ID and some to Enterprise ID. |
48 | 48 | All existing configuration files, user input files, |
49 | 49 | and command-line scripts will need to be revamped |
50 | 50 | to be compatible with the new formats. Here is a quick |
51 | | -cheat sheet of what needs to be done: |
| 51 | +cheat sheet of what needs to be done. |
| 52 | + |
| 53 | +### Configuration Files |
52 | 54 |
|
53 | 55 | * replace `dashboard:` with `adobe_users:` |
54 | 56 | * replace `directory:` with `directory_users:` |
@@ -79,7 +81,20 @@ a new file, call it `extension.yaml` |
79 | 81 | the `directory_users` section, and put the relative |
80 | 82 | path to the new `extension.yaml` file as its value. |
81 | 83 |
|
82 | | -If you have a file that lists users for input (--users file f) or removal, the column named `user` should be renamed to `username`. |
| 84 | +### User Input Files |
| 85 | + |
| 86 | +If you have a file that lists users for input (`--users file` _f_), |
| 87 | +the column head `user` should be changed to `username`. |
| 88 | + |
| 89 | +### Removed User Input Files |
83 | 90 |
|
| 91 | +The format for files containing users to be removed/deleted has |
| 92 | +changed, and you will need to regenerate these files rather than |
| 93 | +using any existing ones. |
84 | 94 |
|
| 95 | +### Command Line Scripts |
85 | 96 |
|
| 97 | +* All of the options related to Adobe user removal have been |
| 98 | +changed to use the new ``--adobe-only-user-action` argument. |
| 99 | +* The `--source-filter` argument has been removed. Use the |
| 100 | +configuration setting `all_users_filter` instead. |
0 commit comments