Skip to content

Commit

Permalink
fix: typo in synapse/azure-synapse-managedprivateendpoints (Azure#26125)
Browse files Browse the repository at this point in the history
  • Loading branch information
KdHyeon0661 authored and mccoyp committed Sep 22, 2022
1 parent 6192b86 commit 59cdd78
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
"sdk/storage/azure-storage-blob-changefeed/**",
"sdk/servicebus/azure-servicebus/**",
"sdk/storage/azure-storage-queue/**",
"sdk/synapse/azure-synapse-managedprivateendpoints/**",
"sdk/storage/azure-storage-file-datalake/**",
"sdk/synapse/azure-synapse/**",
"sdk/videoanalyzer/azure-media-videoanalyzer-edge/**",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

class _SDKClient(object):
def __init__(self, *args, **kwargs):
"""This is a fake class to support current implemetation of MultiApiClientMixin."
"""This is a fake class to support current implementation of MultiApiClientMixin."
Will be removed in final version of multiapi azure-core based client
"""
pass
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

class _SDKClient(object):
def __init__(self, *args, **kwargs):
"""This is a fake class to support current implemetation of MultiApiClientMixin."
"""This is a fake class to support current implementation of MultiApiClientMixin."
Will be removed in final version of multiapi azure-core based client
"""
pass
Expand Down

0 comments on commit 59cdd78

Please sign in to comment.