Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[synapse] fix: typo in synapse/azure-synapse-managedprivateendpoints #26125

Merged
merged 1 commit into from
Sep 9, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: typo in synapse/azure-synapse-managedprivateendpoints
  • Loading branch information
KdHyeon0661 committed Sep 9, 2022
commit c37fb0072637c4749e0db15fce95bd6bba3f0c06
1 change: 0 additions & 1 deletion .vscode/cspell.json
Original file line number Diff line number Diff line change
@@ -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/**",
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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