|
3565 | 3565 | "CatalogCollection"
|
3566 | 3566 | ],
|
3567 | 3567 | "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": "CatalogCollection_CreateOrUpdate", |
3569 | 3569 | "x-ms-examples": {
|
3570 |
| - "CatalogCollection_createOrUpdate": { |
3571 |
| - "$ref": "./examples/CatalogCollection_createOrUpdate.json" |
| 3570 | + "CatalogCollection_CreateOrUpdate": { |
| 3571 | + "$ref": "./examples/CatalogCollection_CreateOrUpdate.json" |
3572 | 3572 | }
|
3573 | 3573 | },
|
3574 | 3574 | "parameters": [
|
|
3610 | 3610 | "CatalogCollection"
|
3611 | 3611 | ],
|
3612 | 3612 | "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": "CatalogCollection_CreateOrUpdateBulk", |
3614 | 3614 | "x-ms-examples": {
|
3615 |
| - "CatalogCollection_createOrUpdateBulk": { |
3616 |
| - "$ref": "./examples/CatalogCollection_createOrUpdateBulk.json" |
| 3615 | + "CatalogCollection_CreateOrUpdateBulk": { |
| 3616 | + "$ref": "./examples/CatalogCollection_CreateOrUpdateBulk.json" |
3617 | 3617 | }
|
3618 | 3618 | },
|
3619 | 3619 | "parameters": [
|
|
3655 | 3655 | "CatalogCollection"
|
3656 | 3656 | ],
|
3657 | 3657 | "description": "Move existing entities to the target collection.",
|
3658 |
| - "operationId": "CatalogCollection_moveEntitiesToCollection", |
| 3658 | + "operationId": "CatalogCollection_MoveEntitiesToCollection", |
3659 | 3659 | "x-ms-examples": {
|
3660 |
| - "CatalogCollection_moveEntitiesToCollection": { |
3661 |
| - "$ref": "./examples/CatalogCollection_moveEntitiesToCollection.json" |
| 3660 | + "CatalogCollection_MoveEntitiesToCollection": { |
| 3661 | + "$ref": "./examples/CatalogCollection_MoveEntitiesToCollection.json" |
3662 | 3662 | }
|
3663 | 3663 | },
|
3664 | 3664 | "parameters": [
|
|
0 commit comments