diff --git a/sdk/storage/azure-storage-blob/azure/storage/blob/_shared/constants.py b/sdk/storage/azure-storage-blob/azure/storage/blob/_shared/constants.py index 62f0f163bca1..ff5732ef6f65 100644 --- a/sdk/storage/azure-storage-blob/azure/storage/blob/_shared/constants.py +++ b/sdk/storage/azure-storage-blob/azure/storage/blob/_shared/constants.py @@ -5,9 +5,10 @@ # -------------------------------------------------------------------------- import sys +from .._generated.version import VERSION -X_MS_VERSION = '2019-02-02' +X_MS_VERSION = VERSION # Socket timeout in seconds DEFAULT_SOCKET_TIMEOUT = 20 diff --git a/sdk/storage/azure-storage-file/azure/storage/file/_shared/constants.py b/sdk/storage/azure-storage-file/azure/storage/file/_shared/constants.py index 62f0f163bca1..247eef42c89e 100644 --- a/sdk/storage/azure-storage-file/azure/storage/file/_shared/constants.py +++ b/sdk/storage/azure-storage-file/azure/storage/file/_shared/constants.py @@ -5,9 +5,9 @@ # -------------------------------------------------------------------------- import sys +from .._generated.version import VERSION - -X_MS_VERSION = '2019-02-02' +X_MS_VERSION = VERSION # Socket timeout in seconds DEFAULT_SOCKET_TIMEOUT = 20 diff --git a/sdk/storage/azure-storage-queue/azure/storage/queue/_shared/constants.py b/sdk/storage/azure-storage-queue/azure/storage/queue/_shared/constants.py index 62886ccd7a7d..247eef42c89e 100644 --- a/sdk/storage/azure-storage-queue/azure/storage/queue/_shared/constants.py +++ b/sdk/storage/azure-storage-queue/azure/storage/queue/_shared/constants.py @@ -5,9 +5,9 @@ # -------------------------------------------------------------------------- import sys +from .._generated.version import VERSION - -X_MS_VERSION = '2018-03-28' +X_MS_VERSION = VERSION # Socket timeout in seconds DEFAULT_SOCKET_TIMEOUT = 20