Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 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 @@ -21,6 +21,7 @@
"description": "Azure Data Factory nested object which contains a flow with data movements and transformations.",
"type": "object",
"discriminator": "type",
"required": ["type"],
"properties": {
"type": {
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"ManagedPrivateEndpoint": {
"description": "Properties of a managed private endpoint",
"type": "object",
"discriminator": "type",
"properties": {
"connectionState": {
"description": "The managed private endpoint connection state",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"ManagedVirtualNetwork": {
"description": "A managed Virtual Network associated with the Azure Data Factory",
"type": "object",
"discriminator": "type",
"properties": {
"vNetId": {
"description": "Managed Virtual Network ID.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@
"Microsoft.Storage.BlobDeleted"
],
"x-ms-enum": {
"name": "BlobEventTypes",
"name": "BlobEventType",
"modelAsString": true
}
},
Expand Down