Skip to content

Commit a27a44d

Browse files
[Tables] fixing a typo (Azure#19138)
Thank you Jose for catching this
1 parent 8751560 commit a27a44d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/tables/azure-data-tables/azure/data/tables/_common_conversion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def _sign_string(key, string_to_sign, key_is_base64=True):
8989

9090

9191
def _is_cosmos_endpoint(url):
92-
if ".table.cosmodb." in url.hostname:
92+
if ".table.cosmosdb." in url.hostname:
9393
return True
9494
if ".table.cosmos." in url.hostname:
9595
return True

0 commit comments

Comments
 (0)