From 889e0255a2a928a5eaf0fdc40ec53284ab7ee091 Mon Sep 17 00:00:00 2001 From: George Arama <50641385+gearama@users.noreply.github.com> Date: Tue, 21 Feb 2023 10:52:20 -0800 Subject: [PATCH] update comment (#4364) * update comment * jghjg * update broken link * Update sdk/keyvault/tools/cleanup/src/cleanup.cpp Co-authored-by: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com> --------- Co-authored-by: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com> --- sdk/keyvault/tools/cleanup/src/cleanup.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/keyvault/tools/cleanup/src/cleanup.cpp b/sdk/keyvault/tools/cleanup/src/cleanup.cpp index d9c5ba96a..c49f9afb8 100644 --- a/sdk/keyvault/tools/cleanup/src/cleanup.cpp +++ b/sdk/keyvault/tools/cleanup/src/cleanup.cpp @@ -2,8 +2,8 @@ // SPDX-License-Identifier: MIT /** - * @brief This sample provides the code implementation to use the Key Vault Secrets SDK client for - * C++ to create, get, update, delete and purge a secret. + * @brief This tool helps cleanup resources (keys, certificates, secrets) existing in a key vault, + * Attempts to restore it as close to original as possible without having to recreate the key vault. * * @remark The following environment variables must be set before running the sample. * - AZURE_KEYVAULT_URL: To the Key Vault account URL.