sdk/keyvault/azure-security-keyvault-secrets/src/private/secret_constants.hpp (6 lines of code) (raw):

// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. /** * @file * @brief Centralize the string constants used by Key Vault Secret Client. * */ #pragma once #include <cstddef> namespace Azure { namespace Security { namespace KeyVault { namespace Secrets { namespace _detail { constexpr static const char KeyVaultServicePackageName[] = "keyvault-secrets"; /**************** KeyVault QueryParameters *********/ static constexpr char const ApiVersion[] = "api-version"; }}}}} // namespace Azure::Security::KeyVault::Secrets::_detail