Skip to content

Commit d761418

Browse files
author
SDKAuto
committed
CodeGen from PR 23910 in Azure/azure-rest-api-specs
Merge 5a0382a48aeb1ac9190319d1ae00fba2c3e9644f into 756495dd7e0e2f5181039def47a8c85ff0787b66
1 parent 432e2e1 commit d761418

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

schemas/2018-06-01/Microsoft.DataFactory.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -717,6 +717,37 @@
717717
"type": "string",
718718
"description": "Activity name."
719719
},
720+
"onInactiveMarkAs": {
721+
"oneOf": [
722+
{
723+
"type": "string",
724+
"enum": [
725+
"Succeeded",
726+
"Failed",
727+
"Skipped"
728+
]
729+
},
730+
{
731+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
732+
}
733+
],
734+
"description": "Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default."
735+
},
736+
"state": {
737+
"oneOf": [
738+
{
739+
"type": "string",
740+
"enum": [
741+
"Active",
742+
"Inactive"
743+
]
744+
},
745+
{
746+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
747+
}
748+
],
749+
"description": "Activity state. This is an optional property and if not provided, the state will be Active by default."
750+
},
720751
"userProperties": {
721752
"oneOf": [
722753
{
@@ -19734,6 +19765,11 @@
1973419765
"type": "object",
1973519766
"properties": {},
1973619767
"description": "The name of the MongoDB Atlas database that you want to access. Type: string (or Expression with resultType string)."
19768+
},
19769+
"mongoDbAtlasDriverVersion": {
19770+
"type": "object",
19771+
"properties": {},
19772+
"description": "The MongoDB Atlas Driver version that you want to choose. Allowed value are 2.10.4 and 2.19.0. Type: string (or Expression with resultType string)."
1973719773
}
1973819774
},
1973919775
"required": [

0 commit comments

Comments
 (0)