Skip to content

Commit

Permalink
remove Catalog (Azure#16084)
Browse files Browse the repository at this point in the history
  • Loading branch information
yifan-zhou922 authored and LeiWang3 committed Mar 31, 2022
1 parent a3c72f1 commit 2b582e4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3562,13 +3562,13 @@
"/collections/{collection}/entity": {
"post": {
"tags": [
"CatalogCollection"
"Collection"
],
"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>>.",
"operationId": "CatalogCollection_CreateOrUpdate",
"operationId": "Collection_CreateOrUpdate",
"x-ms-examples": {
"CatalogCollection_CreateOrUpdate": {
"$ref": "./examples/CatalogCollection_CreateOrUpdate.json"
"Collection_CreateOrUpdate": {
"$ref": "./examples/Collection_CreateOrUpdate.json"
}
},
"parameters": [
Expand Down Expand Up @@ -3607,13 +3607,13 @@
"/collections/{collection}/entity/bulk": {
"post": {
"tags": [
"CatalogCollection"
"Collection"
],
"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>>.",
"operationId": "CatalogCollection_CreateOrUpdateBulk",
"operationId": "Collection_CreateOrUpdateBulk",
"x-ms-examples": {
"CatalogCollection_CreateOrUpdateBulk": {
"$ref": "./examples/CatalogCollection_CreateOrUpdateBulk.json"
"Collection_CreateOrUpdateBulk": {
"$ref": "./examples/Collection_CreateOrUpdateBulk.json"
}
},
"parameters": [
Expand Down Expand Up @@ -3652,13 +3652,13 @@
"/collections/{collection}/entity/moveHere": {
"post": {
"tags": [
"CatalogCollection"
"Collection"
],
"description": "Move existing entities to the target collection.",
"operationId": "CatalogCollection_MoveEntitiesToCollection",
"operationId": "Collection_MoveEntitiesToCollection",
"x-ms-examples": {
"CatalogCollection_MoveEntitiesToCollection": {
"$ref": "./examples/CatalogCollection_MoveEntitiesToCollection.json"
"Collection_MoveEntitiesToCollection": {
"$ref": "./examples/Collection_MoveEntitiesToCollection.json"
}
},
"parameters": [
Expand Down

0 comments on commit 2b582e4

Please sign in to comment.