Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5216,6 +5216,24 @@
}
}
},
"FactoryUpdateProperties": {
"description": "Factory update resource properties.",
"type": "object",
"properties": {
"publicNetworkAccess": {
"description": "Whether or not public network access is allowed for the data factory.",
"enum": [
"Enabled",
"Disabled"
],
"type": "string",
"x-ms-enum": {
"name": "PublicNetworkAccess",
"modelAsString": true
}
}
}
},
"EncryptionConfiguration": {
"description": "Definition of CMK for the factory.",
"properties": {
Expand Down Expand Up @@ -5400,17 +5418,10 @@
"$ref": "#/definitions/FactoryIdentity",
"description": "Managed service identity of the factory."
},
"publicNetworkAccess": {
"description": "Whether or not public network access is allowed for the data factory.",
"enum": [
"Enabled",
"Disabled"
],
"type": "string",
"x-ms-enum": {
"name": "PublicNetworkAccess",
"modelAsString": true
}
"properties": {
"x-ms-client-flatten": true,
"$ref": "#/definitions/FactoryUpdateProperties",
"description": "Properties of update the factory."
}
}
},
Expand Down