Skip to content

Commit

Permalink
Private DNS Policy - Change Cosmos DB namespace to Microsoft.Document…
Browse files Browse the repository at this point in the history
…DB (Azure#228)

* Change Cosmos DB namespace to Microsoft.DocumentDB

* Add branch config

* Remove branch config
  • Loading branch information
SenthuranSivananthan authored Mar 31, 2022
1 parent 453a0f8 commit f25f957
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,31 +122,31 @@
"groupId": "dfs_secondary"
},
{
"privateLinkServiceNamespace": "Microsoft.AzureCosmosDB/databaseAccounts",
"privateLinkServiceNamespace": "Microsoft.DocumentDB/databaseAccounts",
"zone": "privatelink.documents.azure.com",
"filterLocationLike": "*",
"groupId": "SQL"
},
{
"privateLinkServiceNamespace": "Microsoft.AzureCosmosDB/databaseAccounts",
"privateLinkServiceNamespace": "Microsoft.DocumentDB/databaseAccounts",
"zone": "privatelink.mongo.cosmos.azure.com",
"filterLocationLike": "*",
"groupId": "MongoDB"
},
{
"privateLinkServiceNamespace": "Microsoft.AzureCosmosDB/databaseAccounts",
"privateLinkServiceNamespace": "Microsoft.DocumentDB/databaseAccounts",
"zone": "privatelink.cassandra.cosmos.azure.com",
"filterLocationLike": "*",
"groupId": "Cassandra"
},
{
"privateLinkServiceNamespace": "Microsoft.AzureCosmosDB/databaseAccounts",
"privateLinkServiceNamespace": "Microsoft.DocumentDB/databaseAccounts",
"zone": "privatelink.gremlin.cosmos.azure.com",
"filterLocationLike": "*",
"groupId": "Gremlin"
},
{
"privateLinkServiceNamespace": "Microsoft.AzureCosmosDB/databaseAccounts",
"privateLinkServiceNamespace": "Microsoft.DocumentDB/databaseAccounts",
"zone": "privatelink.table.cosmos.azure.com",
"filterLocationLike": "*",
"groupId": "Table"
Expand Down

0 comments on commit f25f957

Please sign in to comment.