Skip to content

Commit 465347e

Browse files
committed
Update purviewcatalog.json
1 parent 682f498 commit 465347e

File tree

1 file changed

+12
-0
lines changed
  • specification/purview/data-plane/Azure.Analytics.Purview.Catalog/preview/2021-05-01-preview

1 file changed

+12
-0
lines changed

specification/purview/data-plane/Azure.Analytics.Purview.Catalog/preview/2021-05-01-preview/purviewcatalog.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4781,6 +4781,18 @@
47814781
"title": "ClassificationAssociateRequest",
47824782
"description": "The request for classification association."
47834783
},
4784+
"MoveEntitiesRequest": {
4785+
"type": "object",
4786+
"properties": {
4787+
"entityGuids": {
4788+
"type": "array",
4789+
"description": "An array of entity guids to be moved to target collection.",
4790+
"items": {
4791+
"type": "string"
4792+
}
4793+
}
4794+
}
4795+
},
47844796
"DateFormat": {
47854797
"type": "object",
47864798
"title": "DateFormat",

0 commit comments

Comments
 (0)