Skip to content

Commit

Permalink
Fix example of get group ids
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvind Krishnaa Jagannathan committed Apr 23, 2020
1 parent c7e5001 commit 60714c5
Showing 1 changed file with 0 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,30 +62,6 @@
"description": "Azure Cognitive Search can access keys in Azure Key Vault to encrypt search index and synonym map data"
}
},
{
"name": "MongoDB",
"properties": {
"type": "Microsoft.DocumentDB/databaseAccounts",
"groupId": "MongoDB",
"description": "Azure Cognitive Search indexers can connect to CosmosDB using the MongoDB head for reading data (data source, preview)."
}
},
{
"name": "Cassandra",
"properties": {
"type": "Microsoft.DocumentDB/databaseAccounts",
"groupId": "Cassandra",
"description": "Azure Cognitive Search indexers can connect to CosmosDB using the Cassandra head for reading data (data source, preview)."
}
},
{
"name": "Gremlin",
"properties": {
"type": "Microsoft.DocumentDB/databaseAccounts",
"groupId": "Gremlin",
"description": "Azure Cognitive Search indexers can connect to CosmosDB using the Gremlin head for reading data (data source, preview)."
}
},
{
"name": "plr",
"properties": {
Expand Down

0 comments on commit 60714c5

Please sign in to comment.