Skip to content

Commit 2b582e4

Browse files
yifan-zhou922Leiwang3SQL
authored andcommitted
remove Catalog (Azure#16084)
1 parent a3c72f1 commit 2b582e4

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

specification/purview/data-plane/Azure.Analytics.Purview.Catalog/preview/2021-09-01/examples/CatalogCollection_CreateOrUpdate.json renamed to specification/purview/data-plane/Azure.Analytics.Purview.Catalog/preview/2021-09-01/examples/Collection_CreateOrUpdate.json

File renamed without changes.

specification/purview/data-plane/Azure.Analytics.Purview.Catalog/preview/2021-09-01/examples/CatalogCollection_CreateOrUpdateBulk.json renamed to specification/purview/data-plane/Azure.Analytics.Purview.Catalog/preview/2021-09-01/examples/Collection_CreateOrUpdateBulk.json

File renamed without changes.

specification/purview/data-plane/Azure.Analytics.Purview.Catalog/preview/2021-09-01/examples/CatalogCollection_MoveEntitiesToCollection.json renamed to specification/purview/data-plane/Azure.Analytics.Purview.Catalog/preview/2021-09-01/examples/Collection_MoveEntitiesToCollection.json

File renamed without changes.

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3562,13 +3562,13 @@
35623562
"/collections/{collection}/entity": {
35633563
"post": {
35643564
"tags": [
3565-
"CatalogCollection"
3565+
"Collection"
35663566
],
35673567
"description": "Creates or updates an entity to a collection.\nExisting entity is matched using its unique guid if supplied or by its unique attributes eg: qualifiedName.\nMap and array of collections are not well supported. E.g., array<array<int>>, array<map<string, int>>.",
3568-
"operationId": "CatalogCollection_CreateOrUpdate",
3568+
"operationId": "Collection_CreateOrUpdate",
35693569
"x-ms-examples": {
3570-
"CatalogCollection_CreateOrUpdate": {
3571-
"$ref": "./examples/CatalogCollection_CreateOrUpdate.json"
3570+
"Collection_CreateOrUpdate": {
3571+
"$ref": "./examples/Collection_CreateOrUpdate.json"
35723572
}
35733573
},
35743574
"parameters": [
@@ -3607,13 +3607,13 @@
36073607
"/collections/{collection}/entity/bulk": {
36083608
"post": {
36093609
"tags": [
3610-
"CatalogCollection"
3610+
"Collection"
36113611
],
36123612
"description": "Creates or updates entities in bulk to a collection.\nExisting entity is matched using its unique guid if supplied or by its unique attributes eg: qualifiedName.\nMap and array of collections are not well supported. E.g., array<array<int>>, array<map<string, int>>.",
3613-
"operationId": "CatalogCollection_CreateOrUpdateBulk",
3613+
"operationId": "Collection_CreateOrUpdateBulk",
36143614
"x-ms-examples": {
3615-
"CatalogCollection_CreateOrUpdateBulk": {
3616-
"$ref": "./examples/CatalogCollection_CreateOrUpdateBulk.json"
3615+
"Collection_CreateOrUpdateBulk": {
3616+
"$ref": "./examples/Collection_CreateOrUpdateBulk.json"
36173617
}
36183618
},
36193619
"parameters": [
@@ -3652,13 +3652,13 @@
36523652
"/collections/{collection}/entity/moveHere": {
36533653
"post": {
36543654
"tags": [
3655-
"CatalogCollection"
3655+
"Collection"
36563656
],
36573657
"description": "Move existing entities to the target collection.",
3658-
"operationId": "CatalogCollection_MoveEntitiesToCollection",
3658+
"operationId": "Collection_MoveEntitiesToCollection",
36593659
"x-ms-examples": {
3660-
"CatalogCollection_MoveEntitiesToCollection": {
3661-
"$ref": "./examples/CatalogCollection_MoveEntitiesToCollection.json"
3660+
"Collection_MoveEntitiesToCollection": {
3661+
"$ref": "./examples/Collection_MoveEntitiesToCollection.json"
36623662
}
36633663
},
36643664
"parameters": [

0 commit comments

Comments
 (0)