Skip to content

Commit

Permalink
[DataFactory]Store settings should be added for Delete and GetMetadata (
Browse files Browse the repository at this point in the history
#9208)

* [DataFactory]Store settings should be added for Delete and GetMetadata Activity

* Add format settings for GetMetadata
  • Loading branch information
TinaHu1 authored May 8, 2020
1 parent c175a51 commit 5057400
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5280,6 +5280,10 @@
"dataset": {
"description": "Delete activity dataset reference.",
"$ref": "../datafactory.json#/definitions/DatasetReference"
},
"storeSettings": {
"$ref": "#/definitions/StoreReadSettings",
"description": "Delete activity store settings."
}
},
"required": [
Expand Down Expand Up @@ -5502,6 +5506,14 @@
"type": "object",
"description": "Type: string (or Expression with resultType string)."
}
},
"storeSettings": {
"$ref": "#/definitions/StoreReadSettings",
"description": "GetMetadata activity store settings."
},
"formatSettings": {
"$ref": "#/definitions/FormatReadSettings",
"description": "GetMetadata activity format settings."
}
},
"required": [
Expand Down

0 comments on commit 5057400

Please sign in to comment.