Skip to content

Commit

Permalink
update to version 7.4 for admin. update tests (#4388)
Browse files Browse the repository at this point in the history
  • Loading branch information
gearama authored Feb 27, 2023
1 parent e2a1b99 commit e48cf92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sdk/keyvault/assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "cpp",
"TagPrefix": "cpp/keyvault",
"Tag": "cpp/keyvault_ea82152bd3"
"Tag": "cpp/keyvault_408d8544f1"
}
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit e48cf92

Please sign in to comment.