Remove unused internal helper method from KeyVaultPipeline. (#2623)
This commit is contained in:
parent
5ddebe53bf
commit
404fd94710
@ -186,13 +186,5 @@ namespace Azure { namespace Security { namespace KeyVault { namespace _internal
|
||||
// Use the core pipeline directly to avoid checking the response code.
|
||||
return m_pipeline.Send(request, context);
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Get the Vault Url which was used to create the
|
||||
* #Azure::Security::KeyVault::_internal::KeyVaultPipeline.
|
||||
*
|
||||
* @return The vault Url as string.
|
||||
*/
|
||||
std::string GetVaultUrl() const { return m_vaultUrl.GetAbsoluteUrl(); }
|
||||
};
|
||||
}}}} // namespace Azure::Security::KeyVault::_internal
|
||||
|
||||
Loading…
Reference in New Issue
Block a user