From cc2f9de56d92981c89831b6b9796fa40fb304408 Mon Sep 17 00:00:00 2001 From: Tamer Sherif Date: Mon, 14 Jun 2021 16:59:38 -0700 Subject: [PATCH] removed example from description --- .../azure-storage-blob/azure/storage/blob/_shared/policies.py | 4 +--- .../azure/storage/filedatalake/_shared/policies.py | 4 +--- .../azure/storage/fileshare/_shared/policies.py | 4 +--- .../azure/storage/queue/_shared/policies.py | 4 +--- 4 files changed, 4 insertions(+), 12 deletions(-) diff --git a/sdk/storage/azure-storage-blob/azure/storage/blob/_shared/policies.py b/sdk/storage/azure-storage-blob/azure/storage/blob/_shared/policies.py index c9bc798d671a..11fc9849998a 100644 --- a/sdk/storage/azure-storage-blob/azure/storage/blob/_shared/policies.py +++ b/sdk/storage/azure-storage-blob/azure/storage/blob/_shared/policies.py @@ -527,9 +527,7 @@ def __init__(self, initial_backoff=15, increment_base=3, retry_total=3, ''' Constructs an Exponential retry object. The initial_backoff is used for the first retry. Subsequent retries are retried after initial_backoff + - increment_power^retry_count seconds. For example, by default the first retry - occurs after 15 seconds, the second after (15+3^1) = 18 seconds, and the - third after (15+3^2) = 24 seconds. + increment_power^retry_count seconds. :param int initial_backoff: The initial backoff interval, in seconds, for the first retry. diff --git a/sdk/storage/azure-storage-file-datalake/azure/storage/filedatalake/_shared/policies.py b/sdk/storage/azure-storage-file-datalake/azure/storage/filedatalake/_shared/policies.py index c9bc798d671a..11fc9849998a 100644 --- a/sdk/storage/azure-storage-file-datalake/azure/storage/filedatalake/_shared/policies.py +++ b/sdk/storage/azure-storage-file-datalake/azure/storage/filedatalake/_shared/policies.py @@ -527,9 +527,7 @@ def __init__(self, initial_backoff=15, increment_base=3, retry_total=3, ''' Constructs an Exponential retry object. The initial_backoff is used for the first retry. Subsequent retries are retried after initial_backoff + - increment_power^retry_count seconds. For example, by default the first retry - occurs after 15 seconds, the second after (15+3^1) = 18 seconds, and the - third after (15+3^2) = 24 seconds. + increment_power^retry_count seconds. :param int initial_backoff: The initial backoff interval, in seconds, for the first retry. diff --git a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_shared/policies.py b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_shared/policies.py index c9bc798d671a..11fc9849998a 100644 --- a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_shared/policies.py +++ b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_shared/policies.py @@ -527,9 +527,7 @@ def __init__(self, initial_backoff=15, increment_base=3, retry_total=3, ''' Constructs an Exponential retry object. The initial_backoff is used for the first retry. Subsequent retries are retried after initial_backoff + - increment_power^retry_count seconds. For example, by default the first retry - occurs after 15 seconds, the second after (15+3^1) = 18 seconds, and the - third after (15+3^2) = 24 seconds. + increment_power^retry_count seconds. :param int initial_backoff: The initial backoff interval, in seconds, for the first retry. diff --git a/sdk/storage/azure-storage-queue/azure/storage/queue/_shared/policies.py b/sdk/storage/azure-storage-queue/azure/storage/queue/_shared/policies.py index c9bc798d671a..11fc9849998a 100644 --- a/sdk/storage/azure-storage-queue/azure/storage/queue/_shared/policies.py +++ b/sdk/storage/azure-storage-queue/azure/storage/queue/_shared/policies.py @@ -527,9 +527,7 @@ def __init__(self, initial_backoff=15, increment_base=3, retry_total=3, ''' Constructs an Exponential retry object. The initial_backoff is used for the first retry. Subsequent retries are retried after initial_backoff + - increment_power^retry_count seconds. For example, by default the first retry - occurs after 15 seconds, the second after (15+3^1) = 18 seconds, and the - third after (15+3^2) = 24 seconds. + increment_power^retry_count seconds. :param int initial_backoff: The initial backoff interval, in seconds, for the first retry.