Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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