Skip to content

Commit de5253b

Browse files
committed
add publicNetworkAccess property to datafactory
add publicNetworkAccess property to datafactory
1 parent 25e3eaa commit de5253b

File tree

1 file changed

+12
-0
lines changed
  • specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01

1 file changed

+12
-0
lines changed

specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4886,6 +4886,18 @@
48864886
"globalParameters": {
48874887
"$ref": "#/definitions/GlobalParameterDefinitionSpecification",
48884888
"description": "List of parameters for factory."
4889+
},
4890+
"publicNetworkAccess": {
4891+
"description": "Whether or not public network access is allowed for the data factory.",
4892+
"enum": [
4893+
"Enabled",
4894+
"Disabled"
4895+
],
4896+
"type": "string",
4897+
"x-ms-enum": {
4898+
"name": "PublicNetworkAccess",
4899+
"modelAsString": true
4900+
}
48894901
}
48904902
}
48914903
},

0 commit comments

Comments
 (0)