Skip to content

Commit

Permalink
Update sdk/search/azure-search-documents/azure/search/documents/_serv…
Browse files Browse the repository at this point in the history
…ice/_datasources_client.py
  • Loading branch information
Rakshith Bhyravabhotla authored and rakshith91 committed Apr 30, 2020
1 parent 92207f7 commit 288b46b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def create_datasource(self, data_source, **kwargs):

@distributed_trace
def create_or_update_datasource(self, data_source, name=None, **kwargs):
# type: (str, DataSource, Optional[str], **Any) -> Dict[str, Any]
# type: (DataSource, Optional[str], **Any) -> Dict[str, Any]
"""Creates a new datasource or updates a datasource if it already exists.
:param name: The name of the datasource to create or update.
:type name: str
Expand Down

0 comments on commit 288b46b

Please sign in to comment.