Skip to content

Commit eaa9df4

Browse files
authored
[CosmosDB] Remove ReadOnly tag for PublicNetworkAccess property (#13027)
* l * . * .
1 parent ae35089 commit eaa9df4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2021-01-15/cosmos-db.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8311,7 +8311,6 @@
83118311
},
83128312
"PublicNetworkAccess": {
83138313
"type": "string",
8314-
"readOnly": true,
83158314
"description": "Whether requests from Public Network are allowed",
83168315
"enum": [
83178316
"Enabled",

specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2021-01-15/examples/CosmosDBDatabaseAccountCreateMax.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"ignoreMissingVNetServiceEndpoint": false
3232
}
3333
],
34+
"publicNetworkAccess": "Enabled",
3435
"locations": [
3536
{
3637
"failoverPriority": 0,
@@ -159,6 +160,7 @@
159160
"id": "/subscriptions/subId/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1"
160161
}
161162
],
163+
"publicNetworkAccess": "Enabled",
162164
"keyVaultKeyUri": "https://myKeyVault.vault.azure.net",
163165
"enableFreeTier": false,
164166
"ipRules": [

0 commit comments

Comments
 (0)