@@ -91,9 +91,8 @@ def generate_blob(self, container_name, blob_name, snapshot=None, version_id=Non
91
91
:param start:
92
92
The time at which the shared access signature becomes valid. If
93
93
omitted, start time for this call is assumed to be the time when the
94
- storage service receives the request. Azure will always convert values
95
- to UTC. If a date is passed in without timezone info, it is assumed to
96
- be UTC.
94
+ storage service receives the request. The provided datetime will always
95
+ be interpreted as UTC.
97
96
:type start: datetime or str
98
97
:param str policy_id:
99
98
A unique value up to 64 characters in length that correlates to a
@@ -178,9 +177,8 @@ def generate_container(self, container_name, permission=None, expiry=None,
178
177
:param start:
179
178
The time at which the shared access signature becomes valid. If
180
179
omitted, start time for this call is assumed to be the time when the
181
- storage service receives the request. Azure will always convert values
182
- to UTC. If a date is passed in without timezone info, it is assumed to
183
- be UTC.
180
+ storage service receives the request. The provided datetime will always
181
+ be interpreted as UTC.
184
182
:type start: datetime or str
185
183
:param str policy_id:
186
184
A unique value up to 64 characters in length that correlates to a
@@ -337,15 +335,13 @@ def generate_account_sas(
337
335
:type permission: str or ~azure.storage.blob.AccountSasPermissions
338
336
:param expiry:
339
337
The time at which the shared access signature becomes invalid.
340
- Azure will always convert values to UTC. If a date is passed in
341
- without timezone info, it is assumed to be UTC.
338
+ The provided datetime will always be interpreted as UTC.
342
339
:type expiry: ~datetime.datetime or str
343
340
:param start:
344
341
The time at which the shared access signature becomes valid. If
345
342
omitted, start time for this call is assumed to be the time when the
346
- storage service receives the request. Azure will always convert values
347
- to UTC. If a date is passed in without timezone info, it is assumed to
348
- be UTC.
343
+ storage service receives the request. The provided datetime will always
344
+ be interpreted as UTC.
349
345
:type start: ~datetime.datetime or str
350
346
:param str ip:
351
347
Specifies an IP address or a range of IP addresses from which to accept requests.
@@ -433,9 +429,8 @@ def generate_container_sas(
433
429
:param start:
434
430
The time at which the shared access signature becomes valid. If
435
431
omitted, start time for this call is assumed to be the time when the
436
- storage service receives the request. Azure will always convert values
437
- to UTC. If a date is passed in without timezone info, it is assumed to
438
- be UTC.
432
+ storage service receives the request. The provided datetime will always
433
+ be interpreted as UTC.
439
434
:type start: ~datetime.datetime or str
440
435
:param str policy_id:
441
436
A unique value up to 64 characters in length that correlates to a
@@ -560,9 +555,8 @@ def generate_blob_sas(
560
555
:param start:
561
556
The time at which the shared access signature becomes valid. If
562
557
omitted, start time for this call is assumed to be the time when the
563
- storage service receives the request. Azure will always convert values
564
- to UTC. If a date is passed in without timezone info, it is assumed to
565
- be UTC.
558
+ storage service receives the request. The provided datetime will always
559
+ be interpreted as UTC.
566
560
:type start: ~datetime.datetime or str
567
561
:param str policy_id:
568
562
A unique value up to 64 characters in length that correlates to a
0 commit comments