Skip to content

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

sdk/storage/azure-storage-blob/azure/storage/blob/_shared/base_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ def url(self):
131131
132132
This could be either the primary endpoint,
133133
or the secondary endpoint depending on the current :func:`location_mode`.
134+
134135
:returns: The full endpoint URL to this entity, including SAS token if used.
135136
:rtype: str
136137
"""

sdk/storage/azure-storage-file-datalake/azure/storage/filedatalake/_shared/base_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ def url(self):
131131
132132
This could be either the primary endpoint,
133133
or the secondary endpoint depending on the current :func:`location_mode`.
134+
134135
:returns: The full endpoint URL to this entity, including SAS token if used.
135136
:rtype: str
136137
"""

sdk/storage/azure-storage-file-share/azure/storage/fileshare/_shared/base_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ def url(self):
131131
132132
This could be either the primary endpoint,
133133
or the secondary endpoint depending on the current :func:`location_mode`.
134+
134135
:returns: The full endpoint URL to this entity, including SAS token if used.
135136
:rtype: str
136137
"""

sdk/storage/azure-storage-queue/azure/storage/queue/_shared/base_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ def url(self):
131131
132132
This could be either the primary endpoint,
133133
or the secondary endpoint depending on the current :func:`location_mode`.
134+
134135
:returns: The full endpoint URL to this entity, including SAS token if used.
135136
:rtype: str
136137
"""

0 commit comments

Comments
 (0)