Skip to content

Commit abd36bc

Browse files
authored
Merge pull request #163 from adobe-apiplatform/v2-issue-work
update release notes and PDF for v2.0 release build
2 parents 4713ceb + b650381 commit abd36bc

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

RELEASE_NOTES.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release Notes for User Sync Tool Version 2.0
22

3-
These notes apply to 2.0rc2 of 2017-04-07.
3+
These notes apply to v2.0 of 2017-04-10.
44

55
## New Arguments & Configuration Syntax
66

@@ -48,7 +48,9 @@ some had applied only to Federated ID and some to Enterprise ID.
4848
All existing configuration files, user input files,
4949
and command-line scripts will need to be revamped
5050
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
5254

5355
* replace `dashboard:` with `adobe_users:`
5456
* replace `directory:` with `directory_users:`
@@ -79,7 +81,20 @@ a new file, call it `extension.yaml`
7981
the `directory_users` section, and put the relative
8082
path to the new `extension.yaml` file as its value.
8183

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
8390

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.
8494

95+
### Command Line Scripts
8596

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.

docs/User Sync Guide.pdf

-1.18 MB
Binary file not shown.

docs/art/User Sync Guide.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# User Sync from Adobe #
2+
3+
The documentation for User Sync from Adobe can be found online:
4+
5+
[https://adobe-apiplatform.github.io/user-sync.py/](https://adobe-apiplatform.github.io/user-sync.py/)
6+
7+
The latest release can always be found at:
8+
9+
[https://github.com/adobe-apiplatform/user-sync.py/releases/latest](https://github.com/adobe-apiplatform/user-sync.py/releases/latest)

0 commit comments

Comments
 (0)