remove const (#5869)
This commit is contained in:
parent
20e3bd3ff4
commit
e5f2cda065
@ -32,7 +32,7 @@ namespace Azure { namespace Security { namespace KeyVault { namespace Administra
|
||||
* @brief Service Version used.
|
||||
*
|
||||
*/
|
||||
const std::string ApiVersion{"7.5"};
|
||||
std::string ApiVersion{"7.5"};
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user