Skip to content

Commit c73398b

Browse files
committed
Implementing Cosmos support
Rebased to include updates to newdeploymenttemp.json
1 parent c2bf960 commit c73398b

File tree

4 files changed

+122
-16
lines changed

4 files changed

+122
-16
lines changed

deployment/infra/OlToPurviewMappings.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -631,6 +631,19 @@
631631
"qualifiedName": "https://{nameSpcBodyParts[0]}/{nameSpcBodyParts[1]}/{nameGroups[0]}",
632632
"purviewDataType": "azure_data_explorer_table",
633633
"purviewPrefix": "https"
634+
},
635+
{
636+
"name": "azureCosmos",
637+
"parserConditions": [
638+
{
639+
"op1": "prefix",
640+
"compare": "=",
641+
"op2": "azurecosmos"
642+
}
643+
],
644+
"qualifiedName": "https://{nameSpcBodyParts[0]}/{nameSpcBodyParts[1]}/{nameSpcBodyParts[2]}/{nameGroups[0]}",
645+
"purviewDataType": "azure_cosmosdb_sqlapi_collection",
646+
"purviewPrefix": "https"
634647
}
635648
]
636649
}

0 commit comments

Comments
 (0)