Skip to content

Commit

Permalink
[CosmosDB] Remove ReadOnly tag for PublicNetworkAccess property (#13428)
Browse files Browse the repository at this point in the history
  • Loading branch information
soeom committed Mar 17, 2021
1 parent 2cdb5df commit f6c825a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8467,7 +8467,6 @@
},
"PublicNetworkAccess": {
"type": "string",
"readOnly": true,
"description": "Whether requests from Public Network are allowed",
"enum": [
"Enabled",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"ignoreMissingVNetServiceEndpoint": false
}
],
"publicNetworkAccess": "Enabled",
"locations": [
{
"failoverPriority": 0,
Expand Down Expand Up @@ -159,6 +160,7 @@
"id": "/subscriptions/subId/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1"
}
],
"publicNetworkAccess": "Enabled",
"keyVaultKeyUri": "https://myKeyVault.vault.azure.net",
"enableFreeTier": false,
"ipRules": [
Expand Down

0 comments on commit f6c825a

Please sign in to comment.