Skip to content

Commit 1fab4df

Browse files
Jingshu923Milan Zolota
authored andcommitted
[DataFactory]Add publicNetworkAccess into FactoryUpdateParameters (Azure#15950)
* [Synaspe] Sync changes from DataFactory * Revert "[Synaspe] Sync changes from DataFactory" This reverts commit f9657cd. * [Synapse]Support AmazonRdsForOracle Connector * [DataFactory]Add publicNetworkAccess into FactoryUpdateParameters * update
1 parent 0a8fb81 commit 1fab4df

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
@@ -5399,6 +5399,18 @@
53995399
"identity": {
54005400
"$ref": "#/definitions/FactoryIdentity",
54015401
"description": "Managed service identity of the factory."
5402+
},
5403+
"publicNetworkAccess": {
5404+
"description": "Whether or not public network access is allowed for the data factory.",
5405+
"enum": [
5406+
"Enabled",
5407+
"Disabled"
5408+
],
5409+
"type": "string",
5410+
"x-ms-enum": {
5411+
"name": "PublicNetworkAccess",
5412+
"modelAsString": true
5413+
}
54025414
}
54035415
}
54045416
},

0 commit comments

Comments
 (0)