This reverts commit e97349cd7d.
This commit is contained in:
parent
af097c8e65
commit
6ff2f57b47
@ -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.
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user