Skip to content

Commit

Permalink
update sample (Azure#14817)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangyan99 authored Oct 27, 2020
1 parent 9a49b43 commit 4f96d8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ async def create_indexer():
indexer = SearchIndexer(
name="async-sample-indexer",
data_source_name="async-indexer-datasource",
target_index_name="indexer-hotels"
target_index_name="async-indexer-hotels"
)
result = await indexers_client.create_indexer(indexer)
print("Create new Indexer - async-sample-indexer")
Expand Down

0 comments on commit 4f96d8a

Please sign in to comment.