update to version 7.4 for admin. update tests (#4388)

This commit is contained in:
George Arama 2023-02-27 12:03:57 -08:00 committed by GitHub
parent e2a1b99a06
commit e48cf92704
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "cpp",
"TagPrefix": "cpp/keyvault",
"Tag": "cpp/keyvault_ea82152bd3"
"Tag": "cpp/keyvault_408d8544f1"
}

View File

@ -18,7 +18,7 @@
namespace Azure { namespace Security { namespace KeyVault { namespace Administration {
/**
* @brief Define the options to create a Keyvault Administration client.
* @brief Define the options to create a Key Vault Administration client.
*
*/
struct SettingsClientOptions final : public Azure::Core::_internal::ClientOptions
@ -27,7 +27,7 @@ namespace Azure { namespace Security { namespace KeyVault { namespace Administra
* @brief Service Version used.
*
*/
const std::string ApiVersion{"7.4-preview.1"};
const std::string ApiVersion{"7.4"};
};
}}}} // namespace Azure::Security::KeyVault::Administration