Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit f25f957

Browse files
Private DNS Policy - Change Cosmos DB namespace to Microsoft.DocumentDB (Azure#228)
* Change Cosmos DB namespace to Microsoft.DocumentDB * Add branch config * Remove branch config
1 parent 453a0f8 commit f25f957

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

policy/custom/definitions/policyset/DNSPrivateEndpoints.parameters.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,31 +122,31 @@
122122
"groupId": "dfs_secondary"
123123
},
124124
{
125-
"privateLinkServiceNamespace": "Microsoft.AzureCosmosDB/databaseAccounts",
125+
"privateLinkServiceNamespace": "Microsoft.DocumentDB/databaseAccounts",
126126
"zone": "privatelink.documents.azure.com",
127127
"filterLocationLike": "*",
128128
"groupId": "SQL"
129129
},
130130
{
131-
"privateLinkServiceNamespace": "Microsoft.AzureCosmosDB/databaseAccounts",
131+
"privateLinkServiceNamespace": "Microsoft.DocumentDB/databaseAccounts",
132132
"zone": "privatelink.mongo.cosmos.azure.com",
133133
"filterLocationLike": "*",
134134
"groupId": "MongoDB"
135135
},
136136
{
137-
"privateLinkServiceNamespace": "Microsoft.AzureCosmosDB/databaseAccounts",
137+
"privateLinkServiceNamespace": "Microsoft.DocumentDB/databaseAccounts",
138138
"zone": "privatelink.cassandra.cosmos.azure.com",
139139
"filterLocationLike": "*",
140140
"groupId": "Cassandra"
141141
},
142142
{
143-
"privateLinkServiceNamespace": "Microsoft.AzureCosmosDB/databaseAccounts",
143+
"privateLinkServiceNamespace": "Microsoft.DocumentDB/databaseAccounts",
144144
"zone": "privatelink.gremlin.cosmos.azure.com",
145145
"filterLocationLike": "*",
146146
"groupId": "Gremlin"
147147
},
148148
{
149-
"privateLinkServiceNamespace": "Microsoft.AzureCosmosDB/databaseAccounts",
149+
"privateLinkServiceNamespace": "Microsoft.DocumentDB/databaseAccounts",
150150
"zone": "privatelink.table.cosmos.azure.com",
151151
"filterLocationLike": "*",
152152
"groupId": "Table"

0 commit comments

Comments
 (0)