Revert "Service version const strings (#1349)" (#1369)

This reverts commit e97349cd7d.
This commit is contained in:
JinmingHu 2021-01-14 13:33:33 +08:00 committed by GitHub
parent af097c8e65
commit 6ff2f57b47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 33 deletions

View File

@ -123,17 +123,6 @@ namespace Azure { namespace Storage { namespace Blobs {
*/
struct BlobClientOptions
{
/**
* Versioning for Azure Storage Services.
*/
struct ServiceVersion
{
/**
* 2020-02-10 service version.
*/
constexpr static const char* V2020_02_10 = "2020-02-10";
};
/**
* @brief Transport pipeline policies for authentication, additional HTTP headers, etc., that
* are applied to every request.

View File

@ -25,17 +25,6 @@ namespace Azure { namespace Storage { namespace Files { namespace DataLake {
*/
struct DataLakeClientOptions
{
/**
* Versioning for Azure Storage Services.
*/
struct ServiceVersion
{
/**
* 2020-02-10 service version.
*/
constexpr static const char* V2020_02_10 = "2020-02-10";
};
/**
* @brief Transport pipeline policies for authentication, additional HTTP headers, etc., that
* are applied to every request.

View File

@ -22,17 +22,6 @@ namespace Azure { namespace Storage { namespace Files { namespace Shares {
*/
struct ShareClientOptions
{
/**
* Versioning for Azure Storage Services.
*/
struct ServiceVersion
{
/**
* 2020-02-10 service version.
*/
constexpr static const char* V2020_02_10 = "2020-02-10";
};
/**
* @brief Transport pipeline policies for authentication, additional HTTP headers, etc., that
* are applied to every request.