Skip to content

Commit 4aaff7a

Browse files
Docsp 30840 fix key rotation language (#3387) (#3416)
* Removed migrate wording * Internal PR feedback * Internal PR feedback
1 parent b1faea2 commit 4aaff7a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

source/reference/method/KeyVault.rewrapManyDataKey.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Retrieve the :method:`KeyVault <getKeyVault()>` object and use the
109109
keys in a new ``masterKey``. If no new ``masterKey`` is given, each
110110
data key retains its respective current ``masterKey``.
111111

112-
Rewrap Data Keys with Current ``masterKey``
112+
Rewrap Data Keys with the Current masterKey
113113
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
114114

115115
The following example shows how you can rewrap each data key with its
@@ -121,11 +121,10 @@ respective current ``masterKey``:
121121

122122
keyVault.rewrapManyDataKey()
123123

124-
Migrate to a New ``masterKey``
125-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
124+
Rewrap Data Keys with a New masterKey
125+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
126126

127-
The following example shows how you can use
128-
:method:`KeyVault.rewrapManyDataKey()` to migrate to a new ``masterKey``:
127+
The following example shows how you can rewrap each data key with a new ``masterKey``:
129128

130129
.. code-block:: javascript
131130

0 commit comments

Comments
 (0)