update to version 7.4 for admin. update tests (#4388)
This commit is contained in:
parent
e2a1b99a06
commit
e48cf92704
@ -2,5 +2,5 @@
|
||||
"AssetsRepo": "Azure/azure-sdk-assets",
|
||||
"AssetsRepoPrefixPath": "cpp",
|
||||
"TagPrefix": "cpp/keyvault",
|
||||
"Tag": "cpp/keyvault_ea82152bd3"
|
||||
"Tag": "cpp/keyvault_408d8544f1"
|
||||
}
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user