Skip to content

Commit

Permalink
Generated from de5253b1953dea18465e2f8cf36e9c22a022cc12
Browse files Browse the repository at this point in the history
  • Loading branch information
SDK Automation committed Sep 29, 2020
1 parent dd394a2 commit e7b4aec
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions schemas/2018-06-01/Microsoft.DataFactory.json
Original file line number Diff line number Diff line change
Expand Up @@ -11481,6 +11481,21 @@
],
"description": "Definition of all parameters for an entity."
},
"publicNetworkAccess": {
"oneOf": [
{
"type": "string",
"enum": [
"Enabled",
"Disabled"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Whether or not public network access is allowed for the data factory."
},
"repoConfiguration": {
"oneOf": [
{
Expand Down

0 comments on commit e7b4aec

Please sign in to comment.