Skip to content

Commit

Permalink
[DOCS] Fixes ordered list.
Browse files Browse the repository at this point in the history
  • Loading branch information
szabosteve committed Dec 10, 2024
1 parent d2caf2c commit 34569d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/reference/migration/migrate_9_0.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ The `data_frame_transforms_admin` and `data_frame_transforms_user` {transform} r
*Impact* +
Users must update any existing {transforms} that use deprecated {transform} roles (`data_frame_transforms_admin` or `data_frame_transforms_user`) to use the new equivalent {transform} roles (`transform_admin` or `transform_user`).
To update the {transform} roles:
1. Switch to a user with the `transform_admin` role (to replace `data_frame_transforms_admin`) or the `transform_user` role (to replace `data_frame_transforms_user`).
2. Call the <<update-transform, update {transforms} API>> with that user.
====
Expand Down

0 comments on commit 34569d3

Please sign in to comment.