From c8cefb044a3ed3f3acae63a2466b92f7f311865c Mon Sep 17 00:00:00 2001 From: Ahson Khan Date: Wed, 14 Jul 2021 12:07:05 -0700 Subject: [PATCH] Fix up doc typos in the PagedResponse KeyVault APIs. (#2621) --- .../inc/azure/keyvault/keys/key_client.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sdk/keyvault/azure-security-keyvault-keys/inc/azure/keyvault/keys/key_client.hpp b/sdk/keyvault/azure-security-keyvault-keys/inc/azure/keyvault/keys/key_client.hpp index 79b086bfa..52313d933 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/inc/azure/keyvault/keys/key_client.hpp +++ b/sdk/keyvault/azure-security-keyvault-keys/inc/azure/keyvault/keys/key_client.hpp @@ -181,7 +181,7 @@ namespace Azure { namespace Security { namespace KeyVault { namespace Keys { * are not listed in the response. This operation requires the keys/list permission. * * @remark Use \p options to control which page to get. If - * #GetPropertiesOfKeysOptions.NextLink is not set, the operation will get the first + * #GetPropertiesOfKeysOptions.NextPageToken is not set, the operation will get the first * page and it will set the `NextPageToken` from the #KeyPropertiesPageResult as the next * page of the response if there is a next page. * @@ -202,7 +202,7 @@ namespace Azure { namespace Security { namespace KeyVault { namespace Keys { * operation requires the keys/list permission. * * @remark Use \p options to control which page to get. If - * #GetPropertiesOfKeyVersionsOptions.NextLink is not set, the operation will get the + * #GetPropertiesOfKeyVersionsOptions.NextPageToken is not set, the operation will get the * first page and it will set the `NextPageToken` from the #KeyPropertiesPageResult as the * next page of the response if there is a next page. * @@ -260,8 +260,8 @@ namespace Azure { namespace Security { namespace KeyVault { namespace Keys { * requires the keys/list permission. * * @remark Use \p options to control which page to get. If - * #GetPropertiesOfKeyVersionsOptions.NextPageToken is not set, the operation will get - * the first page and it will set the `NextPageToken` from the #KeyPropertiesPageResult as the + * #GetDeletedKeysOptions.NextPageToken is not set, the operation will get + * the first page and it will set the `NextPageToken` from the #DeletedKeyPageResult as the * next page of the response if there is a next page. * * @param options The #GetDeletedKeysOptions object to for setting the operation up.