From fd914252c282a4ebf66464af82df6547b0e91daa Mon Sep 17 00:00:00 2001 From: Alex Moraru Date: Thu, 29 Jan 2026 06:31:21 +0000 Subject: [PATCH 1/6] Records new tests for import --- .../test_import/class_setup.yaml | 64 +- ...mport_create_new_item_fail[Dashboard].yaml | 221 +++ ...import_create_new_item_fail[Datamart].yaml | 221 +++ ...mport_create_new_item_fail[Lakehouse].yaml | 221 +++ ...rt_create_new_item_fail[MLExperiment].yaml | 221 +++ ..._import_create_new_item_fail[MLModel].yaml | 221 +++ ...eate_new_item_fail[MirroredWarehouse].yaml | 221 +++ ...create_new_item_fail[PaginatedReport].yaml | 221 +++ ...ort_create_new_item_fail[SQLEndpoint].yaml | 221 +++ ...mport_create_new_item_fail[Warehouse].yaml | 221 +++ ...create_new_item_success[DataPipeline].yaml | 796 ++++++++++ ...t_create_new_item_success[Eventhouse].yaml | 1099 +++++++++++++ ...create_new_item_success[KQLDashboard].yaml | 946 +++++++++++ ..._create_new_item_success[KQLDatabase].yaml | 1220 +++++++++++++++ ..._create_new_item_success[KQLQueryset].yaml | 879 +++++++++++ ...te_new_item_success[MirroredDatabase].yaml | 911 +++++++++++ ...ort_create_new_item_success[Notebook].yaml | 1074 +++++++++++++ ...mport_create_new_item_success[Reflex].yaml | 929 +++++++++++ ...mport_create_new_item_success[Report].yaml | 1303 ++++++++++++++++ ..._create_new_item_success[SQLDatabase].yaml | 1378 +++++++++++++++++ ...reate_new_item_success[SemanticModel].yaml | 1144 ++++++++++++++ ..._new_item_success[SparkJobDefinition].yaml | 786 ++++++++++ ...e_existing_item_success[DataPipeline].yaml | 715 +++++++++ ...te_existing_item_success[Environment].yaml | 1017 ++++++++++++ ...te_existing_item_success[Eventstream].yaml | 817 ++++++++++ ...e_existing_item_success[KQLDashboard].yaml | 713 +++++++++ ...te_existing_item_success[KQLQueryset].yaml | 713 +++++++++ ...isting_item_success[MirroredDatabase].yaml | 715 +++++++++ ...pdate_existing_item_success[Notebook].yaml | 1019 ++++++++++++ ..._update_existing_item_success[Reflex].yaml | 711 +++++++++ ...ting_item_success[SparkJobDefinition].yaml | 716 +++++++++ 31 files changed, 21622 insertions(+), 32 deletions(-) create mode 100644 tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[Dashboard].yaml create mode 100644 tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[Datamart].yaml create mode 100644 tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[Lakehouse].yaml create mode 100644 tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[MLExperiment].yaml create mode 100644 tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[MLModel].yaml create mode 100644 tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[MirroredWarehouse].yaml create mode 100644 tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[PaginatedReport].yaml create mode 100644 tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[SQLEndpoint].yaml create mode 100644 tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[Warehouse].yaml create mode 100644 tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[DataPipeline].yaml create mode 100644 tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[Eventhouse].yaml create mode 100644 tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[KQLDashboard].yaml create mode 100644 tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[KQLDatabase].yaml create mode 100644 tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[KQLQueryset].yaml create mode 100644 tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[MirroredDatabase].yaml create mode 100644 tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[Notebook].yaml create mode 100644 tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[Reflex].yaml create mode 100644 tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[Report].yaml create mode 100644 tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[SQLDatabase].yaml create mode 100644 tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[SemanticModel].yaml create mode 100644 tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[SparkJobDefinition].yaml create mode 100644 tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[DataPipeline].yaml create mode 100644 tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[Environment].yaml create mode 100644 tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[Eventstream].yaml create mode 100644 tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[KQLDashboard].yaml create mode 100644 tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[KQLQueryset].yaml create mode 100644 tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[MirroredDatabase].yaml create mode 100644 tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[Notebook].yaml create mode 100644 tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[Reflex].yaml create mode 100644 tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[SparkJobDefinition].yaml diff --git a/tests/test_commands/recordings/test_commands/test_import/class_setup.yaml b/tests/test_commands/recordings/test_commands/test_import/class_setup.yaml index 5db0ccba..f24c8406 100644 --- a/tests/test_commands/recordings/test_commands/test_import/class_setup.yaml +++ b/tests/test_commands/recordings/test_commands/test_import/class_setup.yaml @@ -11,7 +11,7 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli/1.2.0 (None; Linux; aarch64; 6.10.14-linuxkit) + - ms-fabric-cli/1.3.1 (None; Linux; x86_64; 6.6.87.2-microsoft-standard-WSL2) method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: @@ -26,15 +26,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '1152' + - '2271' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 15 Dec 2025 08:47:10 GMT + - Thu, 29 Jan 2026 06:27:01 GMT Pragma: - no-cache RequestId: - - 5fb857bb-dad0-4d59-8e95-af454d3c1e13 + - ef2f8ef9-b319-4e05-a789-796a06681ce3 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -60,7 +60,7 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli/1.2.0 (None; Linux; aarch64; 6.10.14-linuxkit) + - ms-fabric-cli/1.3.1 (None; Linux; x86_64; 6.6.87.2-microsoft-standard-WSL2) method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: @@ -75,15 +75,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '1152' + - '2271' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 15 Dec 2025 08:47:10 GMT + - Thu, 29 Jan 2026 06:27:01 GMT Pragma: - no-cache RequestId: - - 278050fb-f499-462d-a172-a53340d33673 + - e23da189-1140-4ab7-b132-8dd3d64a21ea Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -109,13 +109,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli/1.2.0 (None; Linux; aarch64; 6.10.14-linuxkit) + - ms-fabric-cli/1.3.1 (None; Linux; x86_64; 6.6.87.2-microsoft-standard-WSL2) method: GET uri: https://api.fabric.microsoft.com/v1/capacities response: body: string: '{"value": [{"id": "00000000-0000-0000-0000-000000000004", "displayName": - "mocked_fabriccli_capacity_name", "sku": "F2", "region": "Central US", "state": + "mocked_fabriccli_capacity_name", "sku": "F32", "region": "Central US", "state": "Active"}]}' headers: Access-Control-Expose-Headers: @@ -125,15 +125,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '873' + - '426' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 15 Dec 2025 08:47:15 GMT + - Thu, 29 Jan 2026 06:27:08 GMT Pragma: - no-cache RequestId: - - fe25c410-1bd6-43dc-9d50-76631d2cf4e6 + - cff67e2e-79eb-4e46-aa8e-09d229679d73 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -162,12 +162,12 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli/1.2.0 (None; Linux; aarch64; 6.10.14-linuxkit) + - ms-fabric-cli/1.3.1 (None; Linux; x86_64; 6.6.87.2-microsoft-standard-WSL2) method: POST uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"id": "7c496136-3bd9-4ab1-87de-ca254cb8bb5b", "displayName": "fabriccli_WorkspacePerTestclass_000001", + string: '{"id": "08bb70fc-3efd-42c8-aeea-d793ce690531", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' headers: Access-Control-Expose-Headers: @@ -177,17 +177,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '190' + - '187' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 15 Dec 2025 08:47:24 GMT + - Thu, 29 Jan 2026 06:27:17 GMT Location: - - https://api.fabric.microsoft.com/v1/workspaces/7c496136-3bd9-4ab1-87de-ca254cb8bb5b + - https://api.fabric.microsoft.com/v1/workspaces/08bb70fc-3efd-42c8-aeea-d793ce690531 Pragma: - no-cache RequestId: - - db93580e-a242-4252-867f-e17a62c441f4 + - 5b4af428-d950-4953-828e-29d282e29841 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -213,13 +213,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli/1.2.0 (import; Linux; aarch64; 6.10.14-linuxkit) + - ms-fabric-cli/1.3.1 (import; Linux; x86_64; 6.6.87.2-microsoft-standard-WSL2) method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "7c496136-3bd9-4ab1-87de-ca254cb8bb5b", + "My workspace", "description": "", "type": "Personal"}, {"id": "08bb70fc-3efd-42c8-aeea-d793ce690531", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -230,15 +230,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '1187' + - '2303' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 15 Dec 2025 08:47:48 GMT + - Thu, 29 Jan 2026 06:27:58 GMT Pragma: - no-cache RequestId: - - 411459f1-70f4-45b8-9b2a-40b505190b40 + - 02c19783-9749-416e-a037-a68904df2931 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -264,9 +264,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli/1.2.0 (import; Linux; aarch64; 6.10.14-linuxkit) + - ms-fabric-cli/1.3.1 (import; Linux; x86_64; 6.6.87.2-microsoft-standard-WSL2) method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/7c496136-3bd9-4ab1-87de-ca254cb8bb5b/items + uri: https://api.fabric.microsoft.com/v1/workspaces/08bb70fc-3efd-42c8-aeea-d793ce690531/items response: body: string: '{"value": []}' @@ -282,11 +282,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 15 Dec 2025 08:47:49 GMT + - Thu, 29 Jan 2026 06:27:58 GMT Pragma: - no-cache RequestId: - - 0e2c4aa3-640e-4fea-94d6-739f1904563c + - abd2c60a-4694-4a3d-a0b6-e72ee173ca68 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -314,9 +314,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli/1.2.0 (import; Linux; aarch64; 6.10.14-linuxkit) + - ms-fabric-cli/1.3.1 (import; Linux; x86_64; 6.6.87.2-microsoft-standard-WSL2) method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/7c496136-3bd9-4ab1-87de-ca254cb8bb5b + uri: https://api.fabric.microsoft.com/v1/workspaces/08bb70fc-3efd-42c8-aeea-d793ce690531 response: body: string: '' @@ -332,11 +332,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 15 Dec 2025 08:47:50 GMT + - Thu, 29 Jan 2026 06:28:00 GMT Pragma: - no-cache RequestId: - - cf0e88ef-5222-46f8-9fe7-cd06b42fe6ae + - 4d466c46-d9e4-414b-a859-ad77a8fa59d0 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[Dashboard].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[Dashboard].yaml new file mode 100644 index 00000000..40955eb6 --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[Dashboard].yaml @@ -0,0 +1,221 @@ +interactions: +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:10:21 GMT + Pragma: + - no-cache + RequestId: + - dfbbc57e-229e-4cc7-8bf8-fba26333c091 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5bc804ae-de7a-4706-9db3-b5af43092215", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "b9642da1-242d-43a9-ac2d-1920286544f8", "type": "KQLDashboard", "displayName": + "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f7c30119-d21f-43c3-9104-ebc1ef33cfd1", + "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": + "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '882' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:10:22 GMT + Pragma: + - no-cache + RequestId: + - 7135ef6d-40c0-4697-9666-a94f70665955 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5bc804ae-de7a-4706-9db3-b5af43092215", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "b9642da1-242d-43a9-ac2d-1920286544f8", "type": "KQLDashboard", "displayName": + "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f7c30119-d21f-43c3-9104-ebc1ef33cfd1", + "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": + "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '882' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:10:23 GMT + Pragma: + - no-cache + RequestId: + - 4ace4961-a42e-425a-afe1-a753924c9c50 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +version: 1 diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[Datamart].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[Datamart].yaml new file mode 100644 index 00000000..62d9a04d --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[Datamart].yaml @@ -0,0 +1,221 @@ +interactions: +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:10:23 GMT + Pragma: + - no-cache + RequestId: + - 5491bb81-a16f-4951-9ac6-eecfd342be4a + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5bc804ae-de7a-4706-9db3-b5af43092215", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "b9642da1-242d-43a9-ac2d-1920286544f8", "type": "KQLDashboard", "displayName": + "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f7c30119-d21f-43c3-9104-ebc1ef33cfd1", + "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": + "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '882' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:10:25 GMT + Pragma: + - no-cache + RequestId: + - 658b249a-d6ab-4c9a-a9f9-8ac82aa4a7a2 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5bc804ae-de7a-4706-9db3-b5af43092215", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "b9642da1-242d-43a9-ac2d-1920286544f8", "type": "KQLDashboard", "displayName": + "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f7c30119-d21f-43c3-9104-ebc1ef33cfd1", + "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": + "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '882' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:10:25 GMT + Pragma: + - no-cache + RequestId: + - 8152ea44-a7bf-4590-9266-f739e2ee26aa + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +version: 1 diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[Lakehouse].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[Lakehouse].yaml new file mode 100644 index 00000000..ddaf54a2 --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[Lakehouse].yaml @@ -0,0 +1,221 @@ +interactions: +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:10:26 GMT + Pragma: + - no-cache + RequestId: + - 5096f09f-4068-4131-96d3-5cf07dfebed4 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5bc804ae-de7a-4706-9db3-b5af43092215", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "b9642da1-242d-43a9-ac2d-1920286544f8", "type": "KQLDashboard", "displayName": + "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f7c30119-d21f-43c3-9104-ebc1ef33cfd1", + "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": + "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '882' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:10:27 GMT + Pragma: + - no-cache + RequestId: + - b333f851-182a-476d-b1c8-b4f9fedd7fe6 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5bc804ae-de7a-4706-9db3-b5af43092215", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "b9642da1-242d-43a9-ac2d-1920286544f8", "type": "KQLDashboard", "displayName": + "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f7c30119-d21f-43c3-9104-ebc1ef33cfd1", + "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": + "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '882' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:10:27 GMT + Pragma: + - no-cache + RequestId: + - cee8f7fe-a9bd-450c-a9dc-7c8df7824e6a + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +version: 1 diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[MLExperiment].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[MLExperiment].yaml new file mode 100644 index 00000000..0b72f0ae --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[MLExperiment].yaml @@ -0,0 +1,221 @@ +interactions: +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:10:32 GMT + Pragma: + - no-cache + RequestId: + - 97cff075-880f-4656-9b12-a60ede9f2999 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5bc804ae-de7a-4706-9db3-b5af43092215", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "b9642da1-242d-43a9-ac2d-1920286544f8", "type": "KQLDashboard", "displayName": + "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f7c30119-d21f-43c3-9104-ebc1ef33cfd1", + "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": + "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '882' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:10:32 GMT + Pragma: + - no-cache + RequestId: + - 0fd2ba13-1912-478e-80e4-e78aa053e830 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5bc804ae-de7a-4706-9db3-b5af43092215", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "b9642da1-242d-43a9-ac2d-1920286544f8", "type": "KQLDashboard", "displayName": + "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f7c30119-d21f-43c3-9104-ebc1ef33cfd1", + "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": + "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '882' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:10:33 GMT + Pragma: + - no-cache + RequestId: + - ba883fdb-b8e0-455c-8794-3fddef953d30 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +version: 1 diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[MLModel].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[MLModel].yaml new file mode 100644 index 00000000..c6fa0414 --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[MLModel].yaml @@ -0,0 +1,221 @@ +interactions: +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:10:34 GMT + Pragma: + - no-cache + RequestId: + - 1137c964-f91e-4bb9-8da8-1635b8a33be4 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5bc804ae-de7a-4706-9db3-b5af43092215", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "b9642da1-242d-43a9-ac2d-1920286544f8", "type": "KQLDashboard", "displayName": + "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f7c30119-d21f-43c3-9104-ebc1ef33cfd1", + "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": + "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '882' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:10:34 GMT + Pragma: + - no-cache + RequestId: + - 0a1073fd-48f0-4e92-9d35-f97e252bd2cb + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5bc804ae-de7a-4706-9db3-b5af43092215", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "b9642da1-242d-43a9-ac2d-1920286544f8", "type": "KQLDashboard", "displayName": + "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f7c30119-d21f-43c3-9104-ebc1ef33cfd1", + "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": + "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '882' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:10:35 GMT + Pragma: + - no-cache + RequestId: + - c551b5d0-65e1-49e9-b5b2-3e3d71bc5f13 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +version: 1 diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[MirroredWarehouse].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[MirroredWarehouse].yaml new file mode 100644 index 00000000..dc0f9ba8 --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[MirroredWarehouse].yaml @@ -0,0 +1,221 @@ +interactions: +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:10:29 GMT + Pragma: + - no-cache + RequestId: + - 2acc3d77-7813-4055-abb2-beba1408166d + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5bc804ae-de7a-4706-9db3-b5af43092215", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "b9642da1-242d-43a9-ac2d-1920286544f8", "type": "KQLDashboard", "displayName": + "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f7c30119-d21f-43c3-9104-ebc1ef33cfd1", + "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": + "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '882' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:10:30 GMT + Pragma: + - no-cache + RequestId: + - cb61a01f-f40c-4599-b1b7-71ede177be34 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5bc804ae-de7a-4706-9db3-b5af43092215", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "b9642da1-242d-43a9-ac2d-1920286544f8", "type": "KQLDashboard", "displayName": + "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f7c30119-d21f-43c3-9104-ebc1ef33cfd1", + "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": + "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '882' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:10:31 GMT + Pragma: + - no-cache + RequestId: + - 6bb62b4e-cd6e-4de6-8ee3-535ed0b9c1b0 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +version: 1 diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[PaginatedReport].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[PaginatedReport].yaml new file mode 100644 index 00000000..89e0ffd9 --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[PaginatedReport].yaml @@ -0,0 +1,221 @@ +interactions: +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:10:36 GMT + Pragma: + - no-cache + RequestId: + - 86b8b40b-c344-4a13-bba8-523971847365 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5bc804ae-de7a-4706-9db3-b5af43092215", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "b9642da1-242d-43a9-ac2d-1920286544f8", "type": "KQLDashboard", "displayName": + "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f7c30119-d21f-43c3-9104-ebc1ef33cfd1", + "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": + "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '882' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:10:37 GMT + Pragma: + - no-cache + RequestId: + - ff8c98dd-cfa7-4197-b50b-1228757c6a05 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5bc804ae-de7a-4706-9db3-b5af43092215", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "b9642da1-242d-43a9-ac2d-1920286544f8", "type": "KQLDashboard", "displayName": + "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f7c30119-d21f-43c3-9104-ebc1ef33cfd1", + "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": + "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '882' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:10:38 GMT + Pragma: + - no-cache + RequestId: + - 5aca85c7-0bac-44d8-b3f0-a65e0aff78f3 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +version: 1 diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[SQLEndpoint].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[SQLEndpoint].yaml new file mode 100644 index 00000000..96489b29 --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[SQLEndpoint].yaml @@ -0,0 +1,221 @@ +interactions: +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:10:39 GMT + Pragma: + - no-cache + RequestId: + - 957c50ff-60d2-4017-b876-6c537ac1f894 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5bc804ae-de7a-4706-9db3-b5af43092215", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "b9642da1-242d-43a9-ac2d-1920286544f8", "type": "KQLDashboard", "displayName": + "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f7c30119-d21f-43c3-9104-ebc1ef33cfd1", + "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": + "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '882' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:10:39 GMT + Pragma: + - no-cache + RequestId: + - 6b8e6255-becd-4d3d-8384-9af3a930be48 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5bc804ae-de7a-4706-9db3-b5af43092215", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "b9642da1-242d-43a9-ac2d-1920286544f8", "type": "KQLDashboard", "displayName": + "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f7c30119-d21f-43c3-9104-ebc1ef33cfd1", + "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": + "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '882' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:10:41 GMT + Pragma: + - no-cache + RequestId: + - aa226384-eabd-4cd5-a03d-d63fa5bfa5c1 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +version: 1 diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[Warehouse].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[Warehouse].yaml new file mode 100644 index 00000000..d1685b69 --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[Warehouse].yaml @@ -0,0 +1,221 @@ +interactions: +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:10:41 GMT + Pragma: + - no-cache + RequestId: + - 1a62ce3b-0a64-468d-a38d-f03afabea621 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5bc804ae-de7a-4706-9db3-b5af43092215", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "b9642da1-242d-43a9-ac2d-1920286544f8", "type": "KQLDashboard", "displayName": + "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f7c30119-d21f-43c3-9104-ebc1ef33cfd1", + "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": + "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '882' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:10:42 GMT + Pragma: + - no-cache + RequestId: + - c6ae6682-ee07-4bf7-a0f2-e02c6a4f4e0d + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5bc804ae-de7a-4706-9db3-b5af43092215", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "b9642da1-242d-43a9-ac2d-1920286544f8", "type": "KQLDashboard", "displayName": + "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f7c30119-d21f-43c3-9104-ebc1ef33cfd1", + "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": + "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '882' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:10:42 GMT + Pragma: + - no-cache + RequestId: + - fc79264f-a4d0-467a-a1ec-e60f562c543f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +version: 1 diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[DataPipeline].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[DataPipeline].yaml new file mode 100644 index 00000000..041f8267 --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[DataPipeline].yaml @@ -0,0 +1,796 @@ +interactions: +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:01:17 GMT + Pragma: + - no-cache + RequestId: + - 929276e0-86ec-4d98-a973-9b866943fb37 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", "type": "Notebook", + "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "4021c09a-ec4e-497c-9e7f-c32d00eba90c", + "type": "SparkJobDefinition", "displayName": "fabcli000001_new_3", "description": + "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '248' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:01:18 GMT + Pragma: + - no-cache + RequestId: + - 5adc3200-4181-4de0-b43b-5ffb676199a6 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", "type": "Notebook", + "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "4021c09a-ec4e-497c-9e7f-c32d00eba90c", + "type": "SparkJobDefinition", "displayName": "fabcli000001_new_3", "description": + "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '248' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:01:18 GMT + Pragma: + - no-cache + RequestId: + - f87ae8f6-b0b4-4de0-ba2b-0d6609a324ca + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: '{"description": "Created by fab", "displayName": "fabcli000001", "type": + "DataPipeline", "folderId": null}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '110' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/dataPipelines + response: + body: + string: '{"id": "58e6ae56-8631-4009-87ed-6bc21bf07e73", "type": "DataPipeline", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '168' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:01:23 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - 5ba8d743-aea8-47e8-b061-bfd13fa98efa + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:01:23 GMT + Pragma: + - no-cache + RequestId: + - b583c2f7-7cf3-4ea9-98d1-49386a8ca2f9 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", "type": "Notebook", + "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "4021c09a-ec4e-497c-9e7f-c32d00eba90c", + "type": "SparkJobDefinition", "displayName": "fabcli000001_new_3", "description": + "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "58e6ae56-8631-4009-87ed-6bc21bf07e73", "type": "DataPipeline", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '304' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:01:23 GMT + Pragma: + - no-cache + RequestId: + - 56eb4219-4beb-4d6a-9183-a598ab965e71 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/58e6ae56-8631-4009-87ed-6bc21bf07e73 + response: + body: + string: '{"id": "58e6ae56-8631-4009-87ed-6bc21bf07e73", "type": "DataPipeline", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '168' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:01:24 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - 7329d8b1-29b3-4951-a3df-d94902821a14 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/58e6ae56-8631-4009-87ed-6bc21bf07e73/getDefinition + response: + body: + string: '{"definition": {"parts": [{"path": "pipeline-content.json", "payload": + "ewogICJwcm9wZXJ0aWVzIjogewogICAgImFjdGl2aXRpZXMiOiBbXQogIH0KfQ==", "payloadType": + "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIkRhdGFQaXBlbGluZSIsCiAgICAiZGlzcGxheU5hbWUiOiAiZmFiY2xpMDAwMDAxIiwKICAgICJkZXNjcmlwdGlvbiI6ICJDcmVhdGVkIGJ5IGZhYiIKICB9LAogICJjb25maWciOiB7CiAgICAidmVyc2lvbiI6ICIyLjAiLAogICAgImxvZ2ljYWxJZCI6ICIwMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiCiAgfQp9", + "payloadType": "InlineBase64"}]}}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '457' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:01:25 GMT + Pragma: + - no-cache + RequestId: + - 10effaee-a34c-4add-80bb-5c16000c5d72 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:01:26 GMT + Pragma: + - no-cache + RequestId: + - 0a5f26f9-8900-464e-af55-e5e2aed8d087 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", "type": "Notebook", + "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "4021c09a-ec4e-497c-9e7f-c32d00eba90c", + "type": "SparkJobDefinition", "displayName": "fabcli000001_new_3", "description": + "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "58e6ae56-8631-4009-87ed-6bc21bf07e73", "type": "DataPipeline", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '304' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:01:25 GMT + Pragma: + - no-cache + RequestId: + - 725ddf81-8a5e-4ef6-a9e0-98167fc49dc3 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", "type": "Notebook", + "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "4021c09a-ec4e-497c-9e7f-c32d00eba90c", + "type": "SparkJobDefinition", "displayName": "fabcli000001_new_3", "description": + "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "58e6ae56-8631-4009-87ed-6bc21bf07e73", "type": "DataPipeline", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '304' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:01:26 GMT + Pragma: + - no-cache + RequestId: + - 49839eb0-5093-49d6-af61-7317124ade54 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: '{"type": "DataPipeline", "description": "Imported from fab", "folderId": + null, "displayName": "fabcli000001_new_4", "definition": {"parts": [{"path": + "pipeline-content.json", "payload": "ewogICAgInByb3BlcnRpZXMiOiB7CiAgICAgICAgImFjdGl2aXRpZXMiOiBbXQogICAgfQp9", + "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICAgIiRzY2hlbWEiOiAiaHR0cHM6Ly9kZXZlbG9wZXIubWljcm9zb2Z0LmNvbS9qc29uLXNjaGVtYXMvZmFicmljL2dpdEludGVncmF0aW9uL3BsYXRmb3JtUHJvcGVydGllcy8yLjAuMC9zY2hlbWEuanNvbiIsCiAgICAibWV0YWRhdGEiOiB7CiAgICAgICAgInR5cGUiOiAiRGF0YVBpcGVsaW5lIiwKICAgICAgICAiZGlzcGxheU5hbWUiOiAiZmFiY2xpMDAwMDAxIiwKICAgICAgICAiZGVzY3JpcHRpb24iOiAiQ3JlYXRlZCBieSBmYWIiCiAgICB9LAogICAgImNvbmZpZyI6IHsKICAgICAgICAidmVyc2lvbiI6ICIyLjAiLAogICAgICAgICJsb2dpY2FsSWQiOiAiMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIgogICAgfQp9", + "payloadType": "InlineBase64"}]}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '868' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", + "displayName": "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '175' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:01:29 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - 0914d7c4-bee8-41ea-b4b6-5a436bf89145 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:01:30 GMT + Pragma: + - no-cache + RequestId: + - 7aedc589-f440-442e-bc2d-43abfc2c84e1 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", "type": "Notebook", + "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "4021c09a-ec4e-497c-9e7f-c32d00eba90c", + "type": "SparkJobDefinition", "displayName": "fabcli000001_new_3", "description": + "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "58e6ae56-8631-4009-87ed-6bc21bf07e73", "type": "DataPipeline", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '336' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:01:31 GMT + Pragma: + - no-cache + RequestId: + - 3f6c3cf6-efa0-4650-b85c-b3dfaafc5f86 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: DELETE + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/58e6ae56-8631-4009-87ed-6bc21bf07e73 + response: + body: + string: '' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '0' + Content-Type: + - application/octet-stream + Date: + - Thu, 29 Jan 2026 06:01:32 GMT + Pragma: + - no-cache + RequestId: + - 12fef797-2efc-4ccc-942f-4223fb8668de + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +version: 1 diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[Eventhouse].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[Eventhouse].yaml new file mode 100644 index 00000000..ed85e28c --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[Eventhouse].yaml @@ -0,0 +1,1099 @@ +interactions: +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:06:27 GMT + Pragma: + - no-cache + RequestId: + - b1b6c859-11e1-425e-bdff-1bfb5acf6b5a + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '592' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:06:27 GMT + Pragma: + - no-cache + RequestId: + - 7c4bddfb-0a1a-461c-b08a-ae084afdcabe + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '592' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:06:28 GMT + Pragma: + - no-cache + RequestId: + - da894f64-ded8-4e38-8102-a14f3a3507a0 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: '{"description": "Created by fab", "displayName": "fabcli000001", "type": + "Eventhouse", "folderId": null}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '108' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/eventhouses + response: + body: + string: '{"id": "d37f3d24-b262-45f3-88a0-e58e7ac5c826", "type": "Eventhouse", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '170' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:06:32 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - c68c8f36-fc4d-4f31-96f8-ef3b665e2d49 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:06:32 GMT + Pragma: + - no-cache + RequestId: + - e1f19fc2-20cd-49d7-81f2-5296bb30ca1e + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "d37f3d24-b262-45f3-88a0-e58e7ac5c826", "type": "Eventhouse", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "0baddc32-0041-4101-a25c-fe3b507016ab", "type": "KQLDatabase", "displayName": + "fabcli000001", "description": "fabcli000001", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '663' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:06:33 GMT + Pragma: + - no-cache + RequestId: + - 4887a632-a957-468a-a25d-a61ac2b62af9 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/d37f3d24-b262-45f3-88a0-e58e7ac5c826 + response: + body: + string: '{"id": "d37f3d24-b262-45f3-88a0-e58e7ac5c826", "type": "Eventhouse", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '170' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:06:33 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - ccbef13f-096a-4ee9-9dbb-3e944c6448e0 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/d37f3d24-b262-45f3-88a0-e58e7ac5c826/getDefinition + response: + body: + string: 'null' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,Retry-After,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '24' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:06:34 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/e24dc430-2405-4c8b-bf46-6b395ec485ef + Pragma: + - no-cache + RequestId: + - 95082cf2-1767-4eb7-b2b7-781848811623 + Retry-After: + - '20' + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-operation-id: + - e24dc430-2405-4c8b-bf46-6b395ec485ef + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/e24dc430-2405-4c8b-bf46-6b395ec485ef + response: + body: + string: '{"status": "Succeeded", "createdTimeUtc": "2026-01-29T06:06:35.1662354", + "lastUpdatedTimeUtc": "2026-01-29T06:06:45.3868638", "percentComplete": 100, + "error": null}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '132' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:06:56 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/e24dc430-2405-4c8b-bf46-6b395ec485ef/result + Pragma: + - no-cache + RequestId: + - 93b4c6c2-a5c5-4ff4-8656-acc11b666de6 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + x-ms-operation-id: + - e24dc430-2405-4c8b-bf46-6b395ec485ef + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/e24dc430-2405-4c8b-bf46-6b395ec485ef/result + response: + body: + string: '{"definition": {"parts": [{"path": "EventhouseProperties.json", "payload": + "e30=", "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIkV2ZW50aG91c2UiLAogICAgImRpc3BsYXlOYW1lIjogImZhYmNsaTAwMDAwMSIsCiAgICAiZGVzY3JpcHRpb24iOiAiQ3JlYXRlZCBieSBmYWIiCiAgfSwKICAiY29uZmlnIjogewogICAgInZlcnNpb24iOiAiMi4wIiwKICAgICJsb2dpY2FsSWQiOiAiMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIgogIH0KfQ==", + "payloadType": "InlineBase64"}]}}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Type: + - application/json + Date: + - Thu, 29 Jan 2026 06:06:58 GMT + Pragma: + - no-cache + RequestId: + - 85df1c89-c53e-4415-a5da-824bcdebf2a2 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + Transfer-Encoding: + - chunked + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:06:59 GMT + Pragma: + - no-cache + RequestId: + - 5efc76de-7f4f-42c7-aceb-702cfa7798b9 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "d37f3d24-b262-45f3-88a0-e58e7ac5c826", "type": "Eventhouse", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "0baddc32-0041-4101-a25c-fe3b507016ab", "type": "KQLDatabase", "displayName": + "fabcli000001", "description": "fabcli000001", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '663' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:06:59 GMT + Pragma: + - no-cache + RequestId: + - c5f511cc-f7c6-4260-a565-befedd41ca8c + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "d37f3d24-b262-45f3-88a0-e58e7ac5c826", "type": "Eventhouse", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "0baddc32-0041-4101-a25c-fe3b507016ab", "type": "KQLDatabase", "displayName": + "fabcli000001", "description": "fabcli000001", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '663' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:07:00 GMT + Pragma: + - no-cache + RequestId: + - d22351e0-1aa2-450f-a2f7-c30287869848 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: '{"type": "Eventhouse", "description": "Imported from fab", "folderId": + null, "displayName": "fabcli000001_new_9", "definition": {"parts": [{"path": + ".platform", "payload": "ewogICAgIiRzY2hlbWEiOiAiaHR0cHM6Ly9kZXZlbG9wZXIubWljcm9zb2Z0LmNvbS9qc29uLXNjaGVtYXMvZmFicmljL2dpdEludGVncmF0aW9uL3BsYXRmb3JtUHJvcGVydGllcy8yLjAuMC9zY2hlbWEuanNvbiIsCiAgICAibWV0YWRhdGEiOiB7CiAgICAgICAgInR5cGUiOiAiRXZlbnRob3VzZSIsCiAgICAgICAgImRpc3BsYXlOYW1lIjogImZhYmNsaTAwMDAwMSIsCiAgICAgICAgImRlc2NyaXB0aW9uIjogIkNyZWF0ZWQgYnkgZmFiIgogICAgfSwKICAgICJjb25maWciOiB7CiAgICAgICAgInZlcnNpb24iOiAiMi4wIiwKICAgICAgICAibG9naWNhbElkIjogIjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIKICAgIH0KfQ==", + "payloadType": "InlineBase64"}, {"path": "EventhouseProperties.json", "payload": + "e30=", "payloadType": "InlineBase64"}]}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '798' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: 'null' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,Retry-After,ETag,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '24' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:07:01 GMT + ETag: + - '""' + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/d938bbf7-dd2a-4ece-8e20-39a3365db7cc + Pragma: + - no-cache + RequestId: + - e76632c7-9702-4923-b693-1fdbe2173cda + Retry-After: + - '20' + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-operation-id: + - d938bbf7-dd2a-4ece-8e20-39a3365db7cc + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/d938bbf7-dd2a-4ece-8e20-39a3365db7cc + response: + body: + string: '{"status": "Succeeded", "createdTimeUtc": "2026-01-29T06:07:01.9578641", + "lastUpdatedTimeUtc": "2026-01-29T06:07:21.3367552", "percentComplete": 100, + "error": null}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '132' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:07:24 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/d938bbf7-dd2a-4ece-8e20-39a3365db7cc/result + Pragma: + - no-cache + RequestId: + - a41f83f4-f35c-4f1a-8ce2-0027da00107f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + x-ms-operation-id: + - d938bbf7-dd2a-4ece-8e20-39a3365db7cc + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/d938bbf7-dd2a-4ece-8e20-39a3365db7cc/result + response: + body: + string: '{"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", + "displayName": "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Type: + - application/json + Date: + - Thu, 29 Jan 2026 06:07:24 GMT + Pragma: + - no-cache + RequestId: + - d72ef6cf-570c-4cf7-b090-a7f5d0673689 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + Transfer-Encoding: + - chunked + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:07:26 GMT + Pragma: + - no-cache + RequestId: + - c6fa5b64-cc1d-4b63-8435-012ed0362635 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "d37f3d24-b262-45f3-88a0-e58e7ac5c826", "type": "Eventhouse", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "0baddc32-0041-4101-a25c-fe3b507016ab", "type": "KQLDatabase", "displayName": + "fabcli000001", "description": "fabcli000001", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '692' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:07:27 GMT + Pragma: + - no-cache + RequestId: + - 1ec0f3dc-471d-4366-886a-63aa770b4708 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: DELETE + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/d37f3d24-b262-45f3-88a0-e58e7ac5c826 + response: + body: + string: '' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '0' + Content-Type: + - application/octet-stream + Date: + - Thu, 29 Jan 2026 06:07:28 GMT + Pragma: + - no-cache + RequestId: + - 560b9dc7-1e15-4677-a58e-54e3ec0ec0a4 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +version: 1 diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[KQLDashboard].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[KQLDashboard].yaml new file mode 100644 index 00000000..6b3545d7 --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[KQLDashboard].yaml @@ -0,0 +1,946 @@ +interactions: +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:08:02 GMT + Pragma: + - no-cache + RequestId: + - e1a99024-4466-4bf6-88cc-d47727560b55 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '761' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:08:02 GMT + Pragma: + - no-cache + RequestId: + - 50f6deea-99a2-441c-9a81-028ffa4fafda + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '761' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:08:03 GMT + Pragma: + - no-cache + RequestId: + - 49b8aab7-8c5b-4541-a4f9-a08504b91bdc + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: '{"description": "Created by fab", "displayName": "fabcli000001", "type": + "KQLDashboard", "folderId": null}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '110' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/kqlDashboards + response: + body: + string: '{"id": "275e0d60-a810-4031-aeca-1cbd963804ea", "type": "KQLDashboard", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '172' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:08:05 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - 3cd95be2-1a70-4843-b989-80106d0f9b1c + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:08:05 GMT + Pragma: + - no-cache + RequestId: + - cc0eb945-61cb-4dbb-adae-f711bdd681e0 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "275e0d60-a810-4031-aeca-1cbd963804ea", "type": "KQLDashboard", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '806' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:08:06 GMT + Pragma: + - no-cache + RequestId: + - 2592678f-ffd3-4c19-92b1-d89527cb47fa + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/275e0d60-a810-4031-aeca-1cbd963804ea + response: + body: + string: '{"id": "275e0d60-a810-4031-aeca-1cbd963804ea", "type": "KQLDashboard", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '172' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:08:07 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - f25cdcd3-b7fd-469f-bae5-6709baff4424 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/275e0d60-a810-4031-aeca-1cbd963804ea/getDefinition + response: + body: + string: '{"definition": {"parts": [{"path": "RealTimeDashboard.json", "payload": + "e30=", "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIktRTERhc2hib2FyZCIsCiAgICAiZGlzcGxheU5hbWUiOiAiZmFiY2xpMDAwMDAxIiwKICAgICJkZXNjcmlwdGlvbiI6ICJDcmVhdGVkIGJ5IGZhYiIKICB9LAogICJjb25maWciOiB7CiAgICAidmVyc2lvbiI6ICIyLjAiLAogICAgImxvZ2ljYWxJZCI6ICIwMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiCiAgfQp9", + "payloadType": "InlineBase64"}]}}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '434' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:08:08 GMT + Pragma: + - no-cache + RequestId: + - e0e96631-668c-4e39-aae0-853436b68fa2 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:08:09 GMT + Pragma: + - no-cache + RequestId: + - 157e3e32-5c51-40b2-9f78-9cead630360f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "275e0d60-a810-4031-aeca-1cbd963804ea", "type": "KQLDashboard", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '806' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:08:10 GMT + Pragma: + - no-cache + RequestId: + - 428b073b-d00c-44bf-b92d-ed5dbc52578d + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "275e0d60-a810-4031-aeca-1cbd963804ea", "type": "KQLDashboard", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '806' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:08:10 GMT + Pragma: + - no-cache + RequestId: + - 9d45bfc5-0017-4f4c-9787-c41f52560262 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: '{"type": "KQLDashboard", "description": "Imported from fab", "folderId": + null, "displayName": "fabcli000001_new_12", "definition": {"parts": [{"path": + "RealTimeDashboard.json", "payload": "e30=", "payloadType": "InlineBase64"}, + {"path": ".platform", "payload": "ewogICAgIiRzY2hlbWEiOiAiaHR0cHM6Ly9kZXZlbG9wZXIubWljcm9zb2Z0LmNvbS9qc29uLXNjaGVtYXMvZmFicmljL2dpdEludGVncmF0aW9uL3BsYXRmb3JtUHJvcGVydGllcy8yLjAuMC9zY2hlbWEuanNvbiIsCiAgICAibWV0YWRhdGEiOiB7CiAgICAgICAgInR5cGUiOiAiS1FMRGFzaGJvYXJkIiwKICAgICAgICAiZGlzcGxheU5hbWUiOiAiZmFiY2xpMDAwMDAxIiwKICAgICAgICAiZGVzY3JpcHRpb24iOiAiQ3JlYXRlZCBieSBmYWIiCiAgICB9LAogICAgImNvbmZpZyI6IHsKICAgICAgICAidmVyc2lvbiI6ICIyLjAiLAogICAgICAgICJsb2dpY2FsSWQiOiAiMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIgogICAgfQp9", + "payloadType": "InlineBase64"}]}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '802' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"id": "b9642da1-242d-43a9-ac2d-1920286544f8", "type": "KQLDashboard", + "displayName": "fabcli000001_new_12", "description": "Imported from fab", + "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '179' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:08:12 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - 342ee4c0-7ff9-4b7f-82da-b7a776dae665 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:08:13 GMT + Pragma: + - no-cache + RequestId: + - eff3815a-afdf-4132-a6b8-4c31b446750e + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "275e0d60-a810-4031-aeca-1cbd963804ea", "type": "KQLDashboard", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "b9642da1-242d-43a9-ac2d-1920286544f8", "type": "KQLDashboard", "displayName": + "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '841' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:08:13 GMT + Pragma: + - no-cache + RequestId: + - e79c242b-14b9-4a36-9e7e-6d6a576f96e0 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: DELETE + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/275e0d60-a810-4031-aeca-1cbd963804ea + response: + body: + string: '' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '0' + Content-Type: + - application/octet-stream + Date: + - Thu, 29 Jan 2026 06:08:14 GMT + Pragma: + - no-cache + RequestId: + - 48bc86f3-6537-44a3-9dc3-503e4f329af6 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +version: 1 diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[KQLDatabase].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[KQLDatabase].yaml new file mode 100644 index 00000000..95546bbb --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[KQLDatabase].yaml @@ -0,0 +1,1220 @@ +interactions: +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:04:46 GMT + Pragma: + - no-cache + RequestId: + - 62b5f381-7f57-4021-ab84-c55f1a4d5852 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '423' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:04:46 GMT + Pragma: + - no-cache + RequestId: + - b153ac23-2a30-42fc-ba55-ca4aa289f013 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '423' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:04:47 GMT + Pragma: + - no-cache + RequestId: + - 32eeedf2-d027-422c-b32e-dd57babd0e98 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: '{"description": "Created by fab", "displayName": "fabcli000001_auto", "type": + "Eventhouse", "folderId": null}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '113' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/eventhouses + response: + body: + string: '{"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", + "displayName": "fabcli000001_auto", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '174' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:04:51 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - 3e8dd56d-1585-4fae-b73e-69c97420bf81 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 201 + message: Created +- request: + body: '{"description": "Created by fab", "displayName": "fabcli000001", "type": + "KQLDatabase", "folderId": null, "creationPayload": {"databaseType": "ReadWrite", + "parentEventhouseItemId": "f07a30f5-3039-4984-a928-dd75fa7ddb7c"}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '225' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/kqlDatabases + response: + body: + string: 'null' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,Retry-After,ETag,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '24' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:04:52 GMT + ETag: + - '""' + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/d23d2fe7-ee9e-464f-8376-a6b7962c8eb5 + Pragma: + - no-cache + RequestId: + - 637f14cf-adae-46ad-9f15-bd419079df57 + Retry-After: + - '20' + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-operation-id: + - d23d2fe7-ee9e-464f-8376-a6b7962c8eb5 + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/d23d2fe7-ee9e-464f-8376-a6b7962c8eb5 + response: + body: + string: '{"status": "Succeeded", "createdTimeUtc": "2026-01-29T06:04:52.279943", + "lastUpdatedTimeUtc": "2026-01-29T06:04:58.8126334", "percentComplete": 100, + "error": null}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '131' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:05:14 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/d23d2fe7-ee9e-464f-8376-a6b7962c8eb5/result + Pragma: + - no-cache + RequestId: + - cd184e28-7070-43ff-a417-3655b26a2503 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + x-ms-operation-id: + - d23d2fe7-ee9e-464f-8376-a6b7962c8eb5 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/d23d2fe7-ee9e-464f-8376-a6b7962c8eb5/result + response: + body: + string: '{"id": "26662dc0-b5f2-4565-9b52-008dba6c0141", "type": "KQLDatabase", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Type: + - application/json + Date: + - Thu, 29 Jan 2026 06:05:15 GMT + Pragma: + - no-cache + RequestId: + - 740c328a-add0-4ff9-8ca5-98594f89c7d6 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + Transfer-Encoding: + - chunked + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:05:15 GMT + Pragma: + - no-cache + RequestId: + - 73ceddf5-3b96-431b-80bf-a73ebe3134a5 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "26662dc0-b5f2-4565-9b52-008dba6c0141", "type": "KQLDatabase", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '543' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:05:17 GMT + Pragma: + - no-cache + RequestId: + - ed1d64aa-07bd-43d4-92d8-9f8aa010db6d + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/26662dc0-b5f2-4565-9b52-008dba6c0141 + response: + body: + string: '{"id": "26662dc0-b5f2-4565-9b52-008dba6c0141", "type": "KQLDatabase", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '169' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:05:17 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - 6ab61194-b085-4713-adec-7896b2954e27 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/26662dc0-b5f2-4565-9b52-008dba6c0141/getDefinition + response: + body: + string: 'null' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,Retry-After,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '24' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:05:18 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/45813075-611a-47d6-8e5c-b3454377fa8d + Pragma: + - no-cache + RequestId: + - 6d22592d-7680-4fdc-9298-bacd3c013a45 + Retry-After: + - '20' + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-operation-id: + - 45813075-611a-47d6-8e5c-b3454377fa8d + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/45813075-611a-47d6-8e5c-b3454377fa8d + response: + body: + string: '{"status": "Succeeded", "createdTimeUtc": "2026-01-29T06:05:18.8322671", + "lastUpdatedTimeUtc": "2026-01-29T06:05:37.7104779", "percentComplete": 100, + "error": null}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '132' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:05:39 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/45813075-611a-47d6-8e5c-b3454377fa8d/result + Pragma: + - no-cache + RequestId: + - ff529161-6d4f-42ef-aa82-3f825320443e + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + x-ms-operation-id: + - 45813075-611a-47d6-8e5c-b3454377fa8d + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/45813075-611a-47d6-8e5c-b3454377fa8d/result + response: + body: + string: '{"definition": {"parts": [{"path": "DatabaseProperties.json", "payload": + "ew0KICAiZGF0YWJhc2VUeXBlIjogIlJlYWRXcml0ZSIsDQogICJwYXJlbnRFdmVudGhvdXNlSXRlbUlkIjogImYwN2EzMGY1LTMwMzktNDk4NC1hOTI4LWRkNzVmYTdkZGI3YyIsDQogICJvbmVMYWtlQ2FjaGluZ1BlcmlvZCI6ICJQMzY1MDAwRCIsDQogICJvbmVMYWtlU3RhbmRhcmRTdG9yYWdlUGVyaW9kIjogIlAzNjUwMDBEIg0KfQ==", + "payloadType": "InlineBase64"}, {"path": "DatabaseSchema.kql", "payload": + "Ly8gS1FMIHNjcmlwdA0KLy8gVXNlIG1hbmFnZW1lbnQgY29tbWFuZHMgaW4gdGhpcyBzY3JpcHQgdG8gY29uZmlndXJlIHlvdXIgZGF0YWJhc2UgaXRlbXMsIHN1Y2ggYXMgdGFibGVzLCBmdW5jdGlvbnMsIG1hdGVyaWFsaXplZCB2aWV3cywgYW5kIG1vcmUuDQoNCg0K", + "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIktRTERhdGFiYXNlIiwKICAgICJkaXNwbGF5TmFtZSI6ICJmYWJjbGkwMDAwMDEiLAogICAgImRlc2NyaXB0aW9uIjogIkNyZWF0ZWQgYnkgZmFiIgogIH0sCiAgImNvbmZpZyI6IHsKICAgICJ2ZXJzaW9uIjogIjIuMCIsCiAgICAibG9naWNhbElkIjogIjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIKICB9Cn0=", + "payloadType": "InlineBase64"}]}}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Type: + - application/json + Date: + - Thu, 29 Jan 2026 06:05:41 GMT + Pragma: + - no-cache + RequestId: + - aabcf7a1-7974-4a2a-ba99-3c6a81a9bba5 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + Transfer-Encoding: + - chunked + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:05:41 GMT + Pragma: + - no-cache + RequestId: + - 334e2324-804a-4936-a4f6-3ea615b6302a + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "26662dc0-b5f2-4565-9b52-008dba6c0141", "type": "KQLDatabase", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '543' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:05:43 GMT + Pragma: + - no-cache + RequestId: + - 89deb0a7-0c30-4219-99e5-4bee21ec2254 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "26662dc0-b5f2-4565-9b52-008dba6c0141", "type": "KQLDatabase", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '543' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:05:43 GMT + Pragma: + - no-cache + RequestId: + - 05784d6c-d6d5-45e7-9a1d-d7cc5ba25af4 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: '{"type": "KQLDatabase", "description": "Imported from fab", "folderId": + null, "displayName": "fabcli000001_new_7", "definition": {"parts": [{"path": + ".platform", "payload": "ewogICAgIiRzY2hlbWEiOiAiaHR0cHM6Ly9kZXZlbG9wZXIubWljcm9zb2Z0LmNvbS9qc29uLXNjaGVtYXMvZmFicmljL2dpdEludGVncmF0aW9uL3BsYXRmb3JtUHJvcGVydGllcy8yLjAuMC9zY2hlbWEuanNvbiIsCiAgICAibWV0YWRhdGEiOiB7CiAgICAgICAgInR5cGUiOiAiS1FMRGF0YWJhc2UiLAogICAgICAgICJkaXNwbGF5TmFtZSI6ICJmYWJjbGkwMDAwMDEiLAogICAgICAgICJkZXNjcmlwdGlvbiI6ICJDcmVhdGVkIGJ5IGZhYiIKICAgIH0sCiAgICAiY29uZmlnIjogewogICAgICAgICJ2ZXJzaW9uIjogIjIuMCIsCiAgICAgICAgImxvZ2ljYWxJZCI6ICIwMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiCiAgICB9Cn0=", + "payloadType": "InlineBase64"}, {"path": "DatabaseSchema.kql", "payload": "Ly8gS1FMIHNjcmlwdA0KLy8gVXNlIG1hbmFnZW1lbnQgY29tbWFuZHMgaW4gdGhpcyBzY3JpcHQgdG8gY29uZmlndXJlIHlvdXIgZGF0YWJhc2UgaXRlbXMsIHN1Y2ggYXMgdGFibGVzLCBmdW5jdGlvbnMsIG1hdGVyaWFsaXplZCB2aWV3cywgYW5kIG1vcmUuDQoNCg0K", + "payloadType": "InlineBase64"}, {"path": "DatabaseProperties.json", "payload": + "ewogICAgImRhdGFiYXNlVHlwZSI6ICJSZWFkV3JpdGUiLAogICAgInBhcmVudEV2ZW50aG91c2VJdGVtSWQiOiAiZjA3YTMwZjUtMzAzOS00OTg0LWE5MjgtZGQ3NWZhN2RkYjdjIiwKICAgICJvbmVMYWtlQ2FjaGluZ1BlcmlvZCI6ICJQMzY1MDAwRCIsCiAgICAib25lTGFrZVN0YW5kYXJkU3RvcmFnZVBlcmlvZCI6ICJQMzY1MDAwRCIKfQ==", + "payloadType": "InlineBase64"}]}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '1335' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: 'null' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,Retry-After,ETag,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '24' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:05:45 GMT + ETag: + - '""' + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/e790957d-2524-40c8-9004-bd13377fd8e7 + Pragma: + - no-cache + RequestId: + - 7d7db12b-d8d8-419d-b6f6-2d474c5782f2 + Retry-After: + - '20' + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-operation-id: + - e790957d-2524-40c8-9004-bd13377fd8e7 + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/e790957d-2524-40c8-9004-bd13377fd8e7 + response: + body: + string: '{"status": "Succeeded", "createdTimeUtc": "2026-01-29T06:05:45.274804", + "lastUpdatedTimeUtc": "2026-01-29T06:06:04.9211327", "percentComplete": 100, + "error": null}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '132' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:06:07 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/e790957d-2524-40c8-9004-bd13377fd8e7/result + Pragma: + - no-cache + RequestId: + - b5d7a7b7-52d2-4c4a-b6c5-94bee0ac4664 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + x-ms-operation-id: + - e790957d-2524-40c8-9004-bd13377fd8e7 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/e790957d-2524-40c8-9004-bd13377fd8e7/result + response: + body: + string: '{"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", + "displayName": "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Type: + - application/json + Date: + - Thu, 29 Jan 2026 06:06:08 GMT + Pragma: + - no-cache + RequestId: + - 1ade376b-8b5d-44b8-9a21-e6d336535f73 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + Transfer-Encoding: + - chunked + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:06:09 GMT + Pragma: + - no-cache + RequestId: + - c9611021-5c83-485e-a902-ea2a9db4d6db + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "26662dc0-b5f2-4565-9b52-008dba6c0141", "type": "KQLDatabase", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '575' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:06:10 GMT + Pragma: + - no-cache + RequestId: + - 7cd97f33-2188-440e-9630-546218b675fe + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: DELETE + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/26662dc0-b5f2-4565-9b52-008dba6c0141 + response: + body: + string: '' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '0' + Content-Type: + - application/octet-stream + Date: + - Thu, 29 Jan 2026 06:06:10 GMT + Pragma: + - no-cache + RequestId: + - 6f993e0d-25ba-461c-805f-ed98b0f8f1da + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +version: 1 diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[KQLQueryset].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[KQLQueryset].yaml new file mode 100644 index 00000000..c1e2734e --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[KQLQueryset].yaml @@ -0,0 +1,879 @@ +interactions: +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:06:11 GMT + Pragma: + - no-cache + RequestId: + - c582a676-eb61-4fa9-a4a1-a0fb402c32d6 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '546' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:06:12 GMT + Pragma: + - no-cache + RequestId: + - 28ab2e10-b3b9-479b-b11d-cc6b6541a4f0 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '546' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:06:13 GMT + Pragma: + - no-cache + RequestId: + - 724399fe-3efd-49ae-a652-54e247e7b7d2 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: '{"description": "Created by fab", "displayName": "fabcli000001", "type": + "KQLQueryset", "folderId": null}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '109' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/kqlQuerysets + response: + body: + string: '{"id": "6256f1a9-5536-45fa-b6c7-1e2dbcc28c86", "type": "KQLQueryset", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '171' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:06:15 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - 61463c5a-8da5-49c6-b351-040cfc9781ff + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:06:15 GMT + Pragma: + - no-cache + RequestId: + - 960b7fa6-7e98-448a-9da0-30a9bcd6f185 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "6256f1a9-5536-45fa-b6c7-1e2dbcc28c86", "type": "KQLQueryset", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '591' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:06:16 GMT + Pragma: + - no-cache + RequestId: + - a18aea28-14b6-4cb2-97a8-f43aae51fb0e + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/6256f1a9-5536-45fa-b6c7-1e2dbcc28c86 + response: + body: + string: '{"id": "6256f1a9-5536-45fa-b6c7-1e2dbcc28c86", "type": "KQLQueryset", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '171' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:06:17 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - f03d25ed-bf21-4af1-8183-6a41912ee7e7 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/6256f1a9-5536-45fa-b6c7-1e2dbcc28c86/getDefinition + response: + body: + string: '{"definition": {"parts": [{"path": "RealTimeQueryset.json", "payload": + "e30=", "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIktRTFF1ZXJ5c2V0IiwKICAgICJkaXNwbGF5TmFtZSI6ICJmYWJjbGkwMDAwMDEiLAogICAgImRlc2NyaXB0aW9uIjogIkNyZWF0ZWQgYnkgZmFiIgogIH0sCiAgImNvbmZpZyI6IHsKICAgICJ2ZXJzaW9uIjogIjIuMCIsCiAgICAibG9naWNhbElkIjogIjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIKICB9Cn0=", + "payloadType": "InlineBase64"}]}}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '428' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:06:18 GMT + Pragma: + - no-cache + RequestId: + - 285cd962-36f0-4709-b30d-d43930c9197a + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:06:19 GMT + Pragma: + - no-cache + RequestId: + - 32e90da5-ee69-480d-ae3e-6737753ca925 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "6256f1a9-5536-45fa-b6c7-1e2dbcc28c86", "type": "KQLQueryset", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '591' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:06:20 GMT + Pragma: + - no-cache + RequestId: + - c8e40d01-c7a5-428f-8377-51ebf2242c3c + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "6256f1a9-5536-45fa-b6c7-1e2dbcc28c86", "type": "KQLQueryset", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '591' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:06:21 GMT + Pragma: + - no-cache + RequestId: + - 6bfcb6ff-e938-49ed-a79c-a8ecd114cb68 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: '{"type": "KQLQueryset", "description": "Imported from fab", "folderId": + null, "displayName": "fabcli000001_new_8", "definition": {"parts": [{"path": + ".platform", "payload": "ewogICAgIiRzY2hlbWEiOiAiaHR0cHM6Ly9kZXZlbG9wZXIubWljcm9zb2Z0LmNvbS9qc29uLXNjaGVtYXMvZmFicmljL2dpdEludGVncmF0aW9uL3BsYXRmb3JtUHJvcGVydGllcy8yLjAuMC9zY2hlbWEuanNvbiIsCiAgICAibWV0YWRhdGEiOiB7CiAgICAgICAgInR5cGUiOiAiS1FMUXVlcnlzZXQiLAogICAgICAgICJkaXNwbGF5TmFtZSI6ICJmYWJjbGkwMDAwMDEiLAogICAgICAgICJkZXNjcmlwdGlvbiI6ICJDcmVhdGVkIGJ5IGZhYiIKICAgIH0sCiAgICAiY29uZmlnIjogewogICAgICAgICJ2ZXJzaW9uIjogIjIuMCIsCiAgICAgICAgImxvZ2ljYWxJZCI6ICIwMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiCiAgICB9Cn0=", + "payloadType": "InlineBase64"}, {"path": "RealTimeQueryset.json", "payload": + "e30=", "payloadType": "InlineBase64"}]}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '795' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", + "displayName": "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '177' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:06:22 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - 783f7d25-51ae-44f2-b914-4b25527daaa5 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:06:24 GMT + Pragma: + - no-cache + RequestId: + - 13be394f-d9d7-4146-bc36-6798c2b39b7d + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "6256f1a9-5536-45fa-b6c7-1e2dbcc28c86", "type": "KQLQueryset", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '622' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:06:24 GMT + Pragma: + - no-cache + RequestId: + - d556063c-83dd-46b6-a746-7f21d62a2618 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: DELETE + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/6256f1a9-5536-45fa-b6c7-1e2dbcc28c86 + response: + body: + string: '' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '0' + Content-Type: + - application/octet-stream + Date: + - Thu, 29 Jan 2026 06:06:25 GMT + Pragma: + - no-cache + RequestId: + - 972d7caf-54c6-4e74-b1d8-459d9fc8ec5a + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +version: 1 diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[MirroredDatabase].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[MirroredDatabase].yaml new file mode 100644 index 00000000..2b5c67e1 --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[MirroredDatabase].yaml @@ -0,0 +1,911 @@ +interactions: +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:07:29 GMT + Pragma: + - no-cache + RequestId: + - eff6c2d9-f95d-4a01-8067-bd2abf0be4aa + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '630' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:07:30 GMT + Pragma: + - no-cache + RequestId: + - abbb0a9a-1b60-467f-990b-e9ed90c73383 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '630' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:07:31 GMT + Pragma: + - no-cache + RequestId: + - 37272381-705f-4d5f-86e7-e0e72aae7e82 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: '{"description": "Created by fab", "displayName": "fabcli000001", "type": + "MirroredDatabase", "folderId": null, "definition": {"parts": [{"path": "mirroring.json", + "payload": "ewogICAgInByb3BlcnRpZXMiOiB7CiAgICAgICAgInNvdXJjZSI6IHsKICAgICAgICAgICAgInR5cGUiOiAiR2VuZXJpY01pcnJvciIsCiAgICAgICAgICAgICJ0eXBlUHJvcGVydGllcyI6IHt9CiAgICAgICAgfSwKICAgICAgICAidGFyZ2V0IjogewogICAgICAgICAgICAidHlwZSI6ICJNb3VudGVkUmVsYXRpb25hbERhdGFiYXNlIiwKICAgICAgICAgICAgInR5cGVQcm9wZXJ0aWVzIjogewogICAgICAgICAgICAgICAgImZvcm1hdCI6ICJEZWx0YSIKICAgICAgICAgICAgfQogICAgICAgIH0KICAgIH0KfQ==", + "payloadType": "InlineBase64"}]}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '603' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/mirroredDatabases + response: + body: + string: '{"id": "5479321f-57c1-42ce-8310-7236a7a323b4", "type": "MirroredDatabase", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '170' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:07:33 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - 64cd097b-a9ff-47cb-bc5b-67c97a980108 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:07:33 GMT + Pragma: + - no-cache + RequestId: + - 4542e2b8-cf68-42e9-be7d-94983d56e9fc + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5479321f-57c1-42ce-8310-7236a7a323b4", "type": "MirroredDatabase", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '673' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:07:35 GMT + Pragma: + - no-cache + RequestId: + - 6a1defdd-8665-4c74-bdec-ec90b47ff69a + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/5479321f-57c1-42ce-8310-7236a7a323b4 + response: + body: + string: '{"id": "5479321f-57c1-42ce-8310-7236a7a323b4", "type": "MirroredDatabase", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '170' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:07:36 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - cb24c364-dd89-4212-966f-5ec017f4a947 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/5479321f-57c1-42ce-8310-7236a7a323b4/getDefinition + response: + body: + string: '{"definition": {"parts": [{"path": "mirroring.json", "payload": "ew0KICAicHJvcGVydGllcyI6IHsNCiAgICAic291cmNlIjogew0KICAgICAgInR5cGUiOiAiR2VuZXJpY01pcnJvciIsDQogICAgICAidHlwZVByb3BlcnRpZXMiOiB7fQ0KICAgIH0sDQogICAgInRhcmdldCI6IHsNCiAgICAgICJ0eXBlIjogIk1vdW50ZWRSZWxhdGlvbmFsRGF0YWJhc2UiLA0KICAgICAgInR5cGVQcm9wZXJ0aWVzIjogew0KICAgICAgICAiZm9ybWF0IjogIkRlbHRhIg0KICAgICAgfQ0KICAgIH0NCiAgfQ0KfQ==", + "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIk1pcnJvcmVkRGF0YWJhc2UiLAogICAgImRpc3BsYXlOYW1lIjogImZhYmNsaTAwMDAwMSIsCiAgICAiZGVzY3JpcHRpb24iOiAiQ3JlYXRlZCBieSBmYWIiCiAgfSwKICAiY29uZmlnIjogewogICAgInZlcnNpb24iOiAiMi4wIiwKICAgICJsb2dpY2FsSWQiOiAiMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIgogIH0KfQ==", + "payloadType": "InlineBase64"}]}}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '562' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:07:37 GMT + Pragma: + - no-cache + RequestId: + - ab7117ab-197d-4bd7-b11d-289b3301d030 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:07:37 GMT + Pragma: + - no-cache + RequestId: + - af3d77e3-a440-420a-a172-c54b6e181101 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5479321f-57c1-42ce-8310-7236a7a323b4", "type": "MirroredDatabase", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '673' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:07:38 GMT + Pragma: + - no-cache + RequestId: + - c1d366c7-9d6c-48b1-8f71-75e2aabb07b0 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5479321f-57c1-42ce-8310-7236a7a323b4", "type": "MirroredDatabase", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '673' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:07:39 GMT + Pragma: + - no-cache + RequestId: + - eb92ec70-fbdf-473d-9864-09ef5b159702 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: '{"type": "MirroredDatabase", "description": "Imported from fab", "folderId": + null, "displayName": "fabcli000001_new_10", "definition": {"parts": [{"path": + ".platform", "payload": "ewogICAgIiRzY2hlbWEiOiAiaHR0cHM6Ly9kZXZlbG9wZXIubWljcm9zb2Z0LmNvbS9qc29uLXNjaGVtYXMvZmFicmljL2dpdEludGVncmF0aW9uL3BsYXRmb3JtUHJvcGVydGllcy8yLjAuMC9zY2hlbWEuanNvbiIsCiAgICAibWV0YWRhdGEiOiB7CiAgICAgICAgInR5cGUiOiAiTWlycm9yZWREYXRhYmFzZSIsCiAgICAgICAgImRpc3BsYXlOYW1lIjogImZhYmNsaTAwMDAwMSIsCiAgICAgICAgImRlc2NyaXB0aW9uIjogIkNyZWF0ZWQgYnkgZmFiIgogICAgfSwKICAgICJjb25maWciOiB7CiAgICAgICAgInZlcnNpb24iOiAiMi4wIiwKICAgICAgICAibG9naWNhbElkIjogIjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIKICAgIH0KfQ==", + "payloadType": "InlineBase64"}, {"path": "mirroring.json", "payload": "ewogICAgInByb3BlcnRpZXMiOiB7CiAgICAgICAgInNvdXJjZSI6IHsKICAgICAgICAgICAgInR5cGUiOiAiR2VuZXJpY01pcnJvciIsCiAgICAgICAgICAgICJ0eXBlUHJvcGVydGllcyI6IHt9CiAgICAgICAgfSwKICAgICAgICAidGFyZ2V0IjogewogICAgICAgICAgICAidHlwZSI6ICJNb3VudGVkUmVsYXRpb25hbERhdGFiYXNlIiwKICAgICAgICAgICAgInR5cGVQcm9wZXJ0aWVzIjogewogICAgICAgICAgICAgICAgImZvcm1hdCI6ICJEZWx0YSIKICAgICAgICAgICAgfQogICAgICAgIH0KICAgIH0KfQ==", + "payloadType": "InlineBase64"}]}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '1186' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '180' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:07:40 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - 800c0ef1-fed0-400d-a02b-ea439c0465e8 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:07:42 GMT + Pragma: + - no-cache + RequestId: + - 909a7d2f-871a-4f02-91f1-63ae95cf42f3 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "47b7a1ae-72c8-4248-aa50-1090011b2187", + "type": "SQLEndpoint", "displayName": "fabcli000001", "description": "", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5479321f-57c1-42ce-8310-7236a7a323b4", "type": "MirroredDatabase", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", + "type": "MirroredDatabase", "displayName": "fabcli000001_new_10", "description": + "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '748' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:07:42 GMT + Pragma: + - no-cache + RequestId: + - a052e762-4f22-457d-b4c0-5261070f7418 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: DELETE + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/5479321f-57c1-42ce-8310-7236a7a323b4 + response: + body: + string: '' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '0' + Content-Type: + - application/octet-stream + Date: + - Thu, 29 Jan 2026 06:07:43 GMT + Pragma: + - no-cache + RequestId: + - 73b8ce84-b0c7-4ca4-ac50-c682f7317b11 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +version: 1 diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[Notebook].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[Notebook].yaml new file mode 100644 index 00000000..d860e64e --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[Notebook].yaml @@ -0,0 +1,1074 @@ +interactions: +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:59:41 GMT + Pragma: + - no-cache + RequestId: + - 344f9d6c-909d-403f-b6d1-c0a04108cd32 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": []}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '32' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:59:41 GMT + Pragma: + - no-cache + RequestId: + - c66a1e29-a5f0-4c6b-be6e-7d7ed94f55fd + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": []}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '32' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:59:42 GMT + Pragma: + - no-cache + RequestId: + - 34f785db-b600-4963-9bb8-35e3d57298a1 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: '{"description": "Created by fab", "displayName": "fabcli000001", "type": + "Notebook", "folderId": null, "definition": {"parts": [{"path": "notebook-content.py", + "payload": "IyBGYWJyaWMgbm90ZWJvb2sgc291cmNlCgojIE1FVEFEQVRBICoqKioqKioqKioqKioqKioqKioqCgojIE1FVEEgewojIE1FVEEgICAia2VybmVsX2luZm8iOiB7CiMgTUVUQSAgICAgIm5hbWUiOiAic3luYXBzZV9weXNwYXJrIgojIE1FVEEgICB9LAojIE1FVEEgICAiZGVwZW5kZW5jaWVzIjoge30KIyBNRVRBIH0KCiMgQ0VMTCAqKioqKioqKioqKioqKioqKioqKgoKIyBXZWxjb21lIHRvIHlvdXIgbmV3IG5vdGVib29rCiMgVHlwZSBoZXJlIGluIHRoZSBjZWxsIGVkaXRvciB0byBhZGQgY29kZSEKCgojIE1FVEFEQVRBICoqKioqKioqKioqKioqKioqKioqCgojIE1FVEEgewojIE1FVEEgICAibGFuZ3VhZ2UiOiAicHl0aG9uIiwKIyBNRVRBICAgImxhbmd1YWdlX2dyb3VwIjogInN5bmFwc2VfcHlzcGFyayIKIyBNRVRBIH0K", + "payloadType": "InlineBase64"}]}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '764' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/notebooks + response: + body: + string: 'null' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,Retry-After,ETag,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '24' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:59:43 GMT + ETag: + - '""' + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b643767b-d3ec-4058-ab27-a3b03d797998 + Pragma: + - no-cache + RequestId: + - aee4af2f-0bbd-438b-b92c-097c1872a24b + Retry-After: + - '20' + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-operation-id: + - b643767b-d3ec-4058-ab27-a3b03d797998 + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b643767b-d3ec-4058-ab27-a3b03d797998 + response: + body: + string: '{"status": "Succeeded", "createdTimeUtc": "2026-01-29T05:59:43.6417613", + "lastUpdatedTimeUtc": "2026-01-29T05:59:44.9857797", "percentComplete": 100, + "error": null}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '132' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:00:06 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b643767b-d3ec-4058-ab27-a3b03d797998/result + Pragma: + - no-cache + RequestId: + - 8a1508c6-79e1-48cf-bffa-a0a935a5a26b + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + x-ms-operation-id: + - b643767b-d3ec-4058-ab27-a3b03d797998 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b643767b-d3ec-4058-ab27-a3b03d797998/result + response: + body: + string: '{"id": "076899ee-c3ef-480d-8b6a-651a3874062f", "type": "Notebook", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Type: + - application/json + Date: + - Thu, 29 Jan 2026 06:00:06 GMT + Pragma: + - no-cache + RequestId: + - 3f2b947f-2145-46f7-8e11-20c1e07774a4 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + Transfer-Encoding: + - chunked + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:00:07 GMT + Pragma: + - no-cache + RequestId: + - 72c0f137-bd96-43cb-8410-1709b2274e29 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "076899ee-c3ef-480d-8b6a-651a3874062f", "type": "Notebook", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '178' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:00:07 GMT + Pragma: + - no-cache + RequestId: + - a434eb54-e1b4-466b-b6a1-98dafea07a04 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/076899ee-c3ef-480d-8b6a-651a3874062f + response: + body: + string: '{"id": "076899ee-c3ef-480d-8b6a-651a3874062f", "type": "Notebook", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '166' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:00:08 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - aa591615-50d1-45de-ab1a-ef7a3274587d + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/076899ee-c3ef-480d-8b6a-651a3874062f/getDefinition?format=ipynb + response: + body: + string: 'null' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,Retry-After,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '24' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:00:08 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/1c244f50-08d4-4432-a718-3af5caf61132 + Pragma: + - no-cache + RequestId: + - 4a8cf7a7-b3ad-48ac-8148-1710797d115b + Retry-After: + - '20' + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-operation-id: + - 1c244f50-08d4-4432-a718-3af5caf61132 + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/1c244f50-08d4-4432-a718-3af5caf61132 + response: + body: + string: '{"status": "Succeeded", "createdTimeUtc": "2026-01-29T06:00:09.3321209", + "lastUpdatedTimeUtc": "2026-01-29T06:00:09.6133727", "percentComplete": 100, + "error": null}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '128' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:00:31 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/1c244f50-08d4-4432-a718-3af5caf61132/result + Pragma: + - no-cache + RequestId: + - aed0bbec-d106-4b80-a006-6783b3d94451 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + x-ms-operation-id: + - 1c244f50-08d4-4432-a718-3af5caf61132 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/1c244f50-08d4-4432-a718-3af5caf61132/result + response: + body: + string: '{"definition": {"parts": [{"path": "notebook-content.ipynb", "payload": + "eyJuYmZvcm1hdCI6NCwibmJmb3JtYXRfbWlub3IiOjUsIm1ldGFkYXRhIjp7Imxhbmd1YWdlX2luZm8iOnsibmFtZSI6InB5dGhvbiJ9LCJrZXJuZWxfaW5mbyI6eyJuYW1lIjoic3luYXBzZV9weXNwYXJrIiwianVweXRlcl9rZXJuZWxfbmFtZSI6bnVsbH0sImEzNjVDb21wdXRlT3B0aW9ucyI6bnVsbCwic2Vzc2lvbktlZXBBbGl2ZVRpbWVvdXQiOjAsImRlcGVuZGVuY2llcyI6eyJsYWtlaG91c2UiOm51bGx9fSwiY2VsbHMiOlt7ImNlbGxfdHlwZSI6ImNvZGUiLCJtZXRhZGF0YSI6eyJtaWNyb3NvZnQiOnsibGFuZ3VhZ2UiOiJweXRob24iLCJsYW5ndWFnZV9ncm91cCI6InN5bmFwc2VfcHlzcGFyayJ9fSwic291cmNlIjpbIiMgV2VsY29tZSB0byB5b3VyIG5ldyBub3RlYm9va1xuIiwiIyBUeXBlIGhlcmUgaW4gdGhlIGNlbGwgZWRpdG9yIHRvIGFkZCBjb2RlIVxuIl0sIm91dHB1dHMiOltdfV19", + "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIk5vdGVib29rIiwKICAgICJkaXNwbGF5TmFtZSI6ICJmYWJjbGkwMDAwMDEiLAogICAgImRlc2NyaXB0aW9uIjogIkNyZWF0ZWQgYnkgZmFiIgogIH0sCiAgImNvbmZpZyI6IHsKICAgICJ2ZXJzaW9uIjogIjIuMCIsCiAgICAibG9naWNhbElkIjogIjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIKICB9Cn0=", + "payloadType": "InlineBase64"}]}}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Type: + - application/json + Date: + - Thu, 29 Jan 2026 06:00:31 GMT + Pragma: + - no-cache + RequestId: + - 1fb10586-3e62-4eea-9e15-908b4402e900 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + Transfer-Encoding: + - chunked + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:00:32 GMT + Pragma: + - no-cache + RequestId: + - 43691291-5f08-434a-a440-c84abfe7a972 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "076899ee-c3ef-480d-8b6a-651a3874062f", "type": "Notebook", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '178' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:00:33 GMT + Pragma: + - no-cache + RequestId: + - 9e9a0f86-266d-4860-b443-543e99f6335d + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "076899ee-c3ef-480d-8b6a-651a3874062f", "type": "Notebook", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '178' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:00:34 GMT + Pragma: + - no-cache + RequestId: + - 0ec1633b-9f74-47f7-9baf-d7bca9e6d4d0 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: '{"type": "Notebook", "description": "Imported from fab", "folderId": null, + "displayName": "fabcli000001_new_2", "definition": {"format": "ipynb", "parts": + [{"path": "notebook-content.ipynb", "payload": "ewogICAgIm5iZm9ybWF0IjogNCwKICAgICJuYmZvcm1hdF9taW5vciI6IDUsCiAgICAibWV0YWRhdGEiOiB7CiAgICAgICAgImxhbmd1YWdlX2luZm8iOiB7CiAgICAgICAgICAgICJuYW1lIjogInB5dGhvbiIKICAgICAgICB9LAogICAgICAgICJrZXJuZWxfaW5mbyI6IHsKICAgICAgICAgICAgIm5hbWUiOiAic3luYXBzZV9weXNwYXJrIiwKICAgICAgICAgICAgImp1cHl0ZXJfa2VybmVsX25hbWUiOiBudWxsCiAgICAgICAgfSwKICAgICAgICAiYTM2NUNvbXB1dGVPcHRpb25zIjogbnVsbCwKICAgICAgICAic2Vzc2lvbktlZXBBbGl2ZVRpbWVvdXQiOiAwLAogICAgICAgICJkZXBlbmRlbmNpZXMiOiB7CiAgICAgICAgICAgICJsYWtlaG91c2UiOiBudWxsCiAgICAgICAgfQogICAgfSwKICAgICJjZWxscyI6IFsKICAgICAgICB7CiAgICAgICAgICAgICJjZWxsX3R5cGUiOiAiY29kZSIsCiAgICAgICAgICAgICJtZXRhZGF0YSI6IHsKICAgICAgICAgICAgICAgICJtaWNyb3NvZnQiOiB7CiAgICAgICAgICAgICAgICAgICAgImxhbmd1YWdlIjogInB5dGhvbiIsCiAgICAgICAgICAgICAgICAgICAgImxhbmd1YWdlX2dyb3VwIjogInN5bmFwc2VfcHlzcGFyayIKICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgfSwKICAgICAgICAgICAgInNvdXJjZSI6IFsKICAgICAgICAgICAgICAgICIjIFdlbGNvbWUgdG8geW91ciBuZXcgbm90ZWJvb2tcbiIsCiAgICAgICAgICAgICAgICAiIyBUeXBlIGhlcmUgaW4gdGhlIGNlbGwgZWRpdG9yIHRvIGFkZCBjb2RlIVxuIgogICAgICAgICAgICBdLAogICAgICAgICAgICAib3V0cHV0cyI6IFtdCiAgICAgICAgfQogICAgXQp9", + "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICAgIiRzY2hlbWEiOiAiaHR0cHM6Ly9kZXZlbG9wZXIubWljcm9zb2Z0LmNvbS9qc29uLXNjaGVtYXMvZmFicmljL2dpdEludGVncmF0aW9uL3BsYXRmb3JtUHJvcGVydGllcy8yLjAuMC9zY2hlbWEuanNvbiIsCiAgICAibWV0YWRhdGEiOiB7CiAgICAgICAgInR5cGUiOiAiTm90ZWJvb2siLAogICAgICAgICJkaXNwbGF5TmFtZSI6ICJmYWJjbGkwMDAwMDEiLAogICAgICAgICJkZXNjcmlwdGlvbiI6ICJDcmVhdGVkIGJ5IGZhYiIKICAgIH0sCiAgICAiY29uZmlnIjogewogICAgICAgICJ2ZXJzaW9uIjogIjIuMCIsCiAgICAgICAgImxvZ2ljYWxJZCI6ICIwMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiCiAgICB9Cn0=", + "payloadType": "InlineBase64"}]}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '1920' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: 'null' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,Retry-After,ETag,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '24' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:00:36 GMT + ETag: + - '""' + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/f7731e3f-0bf5-4457-b73f-e4cc7013f97b + Pragma: + - no-cache + RequestId: + - c878f5d8-c55a-4a81-a253-0cef7a926c97 + Retry-After: + - '20' + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-operation-id: + - f7731e3f-0bf5-4457-b73f-e4cc7013f97b + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/f7731e3f-0bf5-4457-b73f-e4cc7013f97b + response: + body: + string: '{"status": "Succeeded", "createdTimeUtc": "2026-01-29T06:00:35.9946986", + "lastUpdatedTimeUtc": "2026-01-29T06:00:37.3072044", "percentComplete": 100, + "error": null}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '131' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:00:57 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/f7731e3f-0bf5-4457-b73f-e4cc7013f97b/result + Pragma: + - no-cache + RequestId: + - 47db32b8-f601-4515-bce1-9030a7dacb98 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + x-ms-operation-id: + - f7731e3f-0bf5-4457-b73f-e4cc7013f97b + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/f7731e3f-0bf5-4457-b73f-e4cc7013f97b/result + response: + body: + string: '{"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", "type": "Notebook", + "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Type: + - application/json + Date: + - Thu, 29 Jan 2026 06:00:58 GMT + Pragma: + - no-cache + RequestId: + - e17e7165-4ed3-4fb5-9487-3f9442eaa253 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + Transfer-Encoding: + - chunked + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:00:59 GMT + Pragma: + - no-cache + RequestId: + - 6232604c-d692-446d-8462-eab8504e89de + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "076899ee-c3ef-480d-8b6a-651a3874062f", "type": "Notebook", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '228' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:01:00 GMT + Pragma: + - no-cache + RequestId: + - 74350719-89e7-4a51-91bc-7908dd21dbb7 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: DELETE + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/076899ee-c3ef-480d-8b6a-651a3874062f + response: + body: + string: '' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '0' + Content-Type: + - application/octet-stream + Date: + - Thu, 29 Jan 2026 06:01:00 GMT + Pragma: + - no-cache + RequestId: + - 9818933f-7fe3-45f1-bea8-57b6a8fad787 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +version: 1 diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[Reflex].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[Reflex].yaml new file mode 100644 index 00000000..675cc7f6 --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[Reflex].yaml @@ -0,0 +1,929 @@ +interactions: +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:07:44 GMT + Pragma: + - no-cache + RequestId: + - 3189ab14-cd8d-4cf5-bd7a-098660eb17de + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '676' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:07:45 GMT + Pragma: + - no-cache + RequestId: + - 3d840f48-a3f4-44be-b7ed-74922a99a4b7 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '720' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:07:46 GMT + Pragma: + - no-cache + RequestId: + - 1954b2b6-6991-4769-814c-4c4a288c8d14 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: '{"description": "Created by fab", "displayName": "fabcli000001", "type": + "Reflex", "folderId": null}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '104' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/reflexes + response: + body: + string: '{"id": "5593f949-9e75-4321-a628-d2798d151e27", "type": "Reflex", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '167' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:07:48 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - e2169ebe-e2ba-487d-81e4-60c08d7c9533 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:07:49 GMT + Pragma: + - no-cache + RequestId: + - 710865b1-dfc1-4186-a7d3-b5c0ef13564e + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5593f949-9e75-4321-a628-d2798d151e27", + "type": "Reflex", "displayName": "fabcli000001", "description": "Created by + fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '760' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:07:49 GMT + Pragma: + - no-cache + RequestId: + - 2f8b1436-5719-4ee4-9864-f45dd5fcf760 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/5593f949-9e75-4321-a628-d2798d151e27 + response: + body: + string: '{"id": "5593f949-9e75-4321-a628-d2798d151e27", "type": "Reflex", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '167' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:07:51 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - e90b8e43-200c-43a6-b516-56a8fa4f8a65 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/5593f949-9e75-4321-a628-d2798d151e27/getDefinition + response: + body: + string: '{"definition": {"parts": [{"path": "ReflexEntities.json", "payload": + "W10=", "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIlJlZmxleCIsCiAgICAiZGlzcGxheU5hbWUiOiAiZmFiY2xpMDAwMDAxIiwKICAgICJkZXNjcmlwdGlvbiI6ICJDcmVhdGVkIGJ5IGZhYiIKICB9LAogICJjb25maWciOiB7CiAgICAidmVyc2lvbiI6ICIyLjAiLAogICAgImxvZ2ljYWxJZCI6ICIwMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiCiAgfQp9", + "payloadType": "InlineBase64"}]}}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '426' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:07:53 GMT + Pragma: + - no-cache + RequestId: + - ad7947dc-e536-4d3f-a3d8-f8c7de9b8e3d + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:07:54 GMT + Pragma: + - no-cache + RequestId: + - 266dbede-4cf1-40e1-b5fd-87531bc1f36c + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5593f949-9e75-4321-a628-d2798d151e27", + "type": "Reflex", "displayName": "fabcli000001", "description": "Created by + fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '760' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:07:55 GMT + Pragma: + - no-cache + RequestId: + - 80f390c8-265c-4051-89a4-c6c387bb9845 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5593f949-9e75-4321-a628-d2798d151e27", + "type": "Reflex", "displayName": "fabcli000001", "description": "Created by + fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '760' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:07:55 GMT + Pragma: + - no-cache + RequestId: + - 646c7bfb-f4cc-495b-b929-d9056891f2d8 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: '{"type": "Reflex", "description": "Imported from fab", "folderId": null, + "displayName": "fabcli000001_new_11", "definition": {"parts": [{"path": "ReflexEntities.json", + "payload": "W10=", "payloadType": "InlineBase64"}, {"path": ".platform", "payload": + "ewogICAgIiRzY2hlbWEiOiAiaHR0cHM6Ly9kZXZlbG9wZXIubWljcm9zb2Z0LmNvbS9qc29uLXNjaGVtYXMvZmFicmljL2dpdEludGVncmF0aW9uL3BsYXRmb3JtUHJvcGVydGllcy8yLjAuMC9zY2hlbWEuanNvbiIsCiAgICAibWV0YWRhdGEiOiB7CiAgICAgICAgInR5cGUiOiAiUmVmbGV4IiwKICAgICAgICAiZGlzcGxheU5hbWUiOiAiZmFiY2xpMDAwMDAxIiwKICAgICAgICAiZGVzY3JpcHRpb24iOiAiQ3JlYXRlZCBieSBmYWIiCiAgICB9LAogICAgImNvbmZpZyI6IHsKICAgICAgICAidmVyc2lvbiI6ICIyLjAiLAogICAgICAgICJsb2dpY2FsSWQiOiAiMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIgogICAgfQp9", + "payloadType": "InlineBase64"}]}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '785' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", "type": "Reflex", "displayName": + "fabcli000001_new_11", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '174' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:08:00 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - da52e9c8-9b89-4a5f-bb7d-a54d81c492a5 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:08:00 GMT + Pragma: + - no-cache + RequestId: + - f4bcfbb0-dbd6-465f-88f3-b5019d962a4d + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5593f949-9e75-4321-a628-d2798d151e27", + "type": "Reflex", "displayName": "fabcli000001", "description": "Created by + fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '790' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:08:01 GMT + Pragma: + - no-cache + RequestId: + - 6af0fafd-6b88-4190-8be6-d807380e1159 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: DELETE + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/5593f949-9e75-4321-a628-d2798d151e27 + response: + body: + string: '' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '0' + Content-Type: + - application/octet-stream + Date: + - Thu, 29 Jan 2026 06:08:01 GMT + Pragma: + - no-cache + RequestId: + - 0fae6c10-4854-4c9f-b952-fab377fd9d6e + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +version: 1 diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[Report].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[Report].yaml new file mode 100644 index 00000000..0789fc1b --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[Report].yaml @@ -0,0 +1,1303 @@ +interactions: +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:01:33 GMT + Pragma: + - no-cache + RequestId: + - f3ce9bd0-6107-4f2d-8d5f-da0e0a9bb6e1 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", "type": "Notebook", + "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "4021c09a-ec4e-497c-9e7f-c32d00eba90c", + "type": "SparkJobDefinition", "displayName": "fabcli000001_new_3", "description": + "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '296' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:01:33 GMT + Pragma: + - no-cache + RequestId: + - 4f3e76ac-8c0f-4d94-8f7a-01f572d0f00d + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", "type": "Notebook", + "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "4021c09a-ec4e-497c-9e7f-c32d00eba90c", + "type": "SparkJobDefinition", "displayName": "fabcli000001_new_3", "description": + "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '296' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:01:33 GMT + Pragma: + - no-cache + RequestId: + - af0b241c-829f-4b0b-9f3a-2b327cf9e90b + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: '{"description": "Created by fab", "displayName": "fabcli000001_auto", "type": + "SemanticModel", "folderId": null, "definition": {"parts": [{"path": ".platform", + "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIlNlbWFudGljTW9kZWwiLAogICAgImRpc3BsYXlOYW1lIjogIkJsYW5rIgogIH0sCiAgImNvbmZpZyI6IHsKICAgICJ2ZXJzaW9uIjogIjIuMCIsCiAgICAibG9naWNhbElkIjogIjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIKICB9Cn0=", + "payloadType": "InlineBase64"}, {"path": "definition.pbism", "payload": "ewogICJ2ZXJzaW9uIjogIjQuMCIsCiAgInNldHRpbmdzIjoge30KfQ==", + "payloadType": "InlineBase64"}, {"path": "definition/database.tmdl", "payload": + "ZGF0YWJhc2UKCWNvbXBhdGliaWxpdHlMZXZlbDogMTU2MQoK", "payloadType": "InlineBase64"}, + {"path": "definition/model.tmdl", "payload": "bW9kZWwgTW9kZWwKCWN1bHR1cmU6IGVuLVVTCglkZWZhdWx0UG93ZXJCSURhdGFTb3VyY2VWZXJzaW9uOiBwb3dlckJJX1YzCglzb3VyY2VRdWVyeUN1bHR1cmU6IGVuLVVTCglkYXRhQWNjZXNzT3B0aW9ucwoJCWxlZ2FjeVJlZGlyZWN0cwoJCXJldHVybkVycm9yVmFsdWVzQXNOdWxsCgphbm5vdGF0aW9uIFBCSV9RdWVyeU9yZGVyID0gWyJUYWJsZSJdCgphbm5vdGF0aW9uIF9fUEJJX1RpbWVJbnRlbGxpZ2VuY2VFbmFibGVkID0gMQoKYW5ub3RhdGlvbiBQQklEZXNrdG9wVmVyc2lvbiA9IDIuMTQwLjc1MTAuMSAoTWFpbikrYjM2NmM1ODEzNGRkNDJkZjk0MmU5YmJhNjUzNzlmM2YyMzk3M2VlMAoKcmVmIHRhYmxlIFRhYmxl", + "payloadType": "InlineBase64"}, {"path": "definition/tables/Table.tmdl", "payload": + "dGFibGUgVGFibGUKCWxpbmVhZ2VUYWc6IDFmY2QyZDhjLTkzZDYtNGU2Zi1hYjg2LThjMDU5YzhhODk4ZAoKCWNvbHVtbiBDb2x1bW4xCgkJZGF0YVR5cGU6IHN0cmluZwoJCWxpbmVhZ2VUYWc6IGIxNGI3M2UwLTI0NDctNDNlYi04ZWU1LTA2ZDQ3NTMxYzQxZAoJCXN1bW1hcml6ZUJ5OiBub25lCgkJc291cmNlQ29sdW1uOiBDb2x1bW4xCgoJCWFubm90YXRpb24gU3VtbWFyaXphdGlvblNldEJ5ID0gQXV0b21hdGljCgoJY29sdW1uIENvbHVtbjIKCQlkYXRhVHlwZTogc3RyaW5nCgkJbGluZWFnZVRhZzogZGE5YWMzNDUtMTFmMS00NGY5LThlNGItMDJjZmNhZGI4OTU3CgkJc3VtbWFyaXplQnk6IG5vbmUKCQlzb3VyY2VDb2x1bW46IENvbHVtbjIKCgkJYW5ub3RhdGlvbiBTdW1tYXJpemF0aW9uU2V0QnkgPSBBdXRvbWF0aWMKCglwYXJ0aXRpb24gVGFibGUgPSBtCgkJbW9kZTogaW1wb3J0CgkJc291cmNlID0KCQkJCWxldAoJCQkJICBTb3VyY2UgPSBUYWJsZS5Gcm9tUm93cyhKc29uLkRvY3VtZW50KEJpbmFyeS5EZWNvbXByZXNzKEJpbmFyeS5Gcm9tVGV4dCgiaTQ1V0tqRlUwZ0VSc2JFQSIsIEJpbmFyeUVuY29kaW5nLkJhc2U2NCksIENvbXByZXNzaW9uLkRlZmxhdGUpKSwgbGV0IF90ID0gKCh0eXBlIG51bGxhYmxlIHRleHQpIG1ldGEgW1NlcmlhbGl6ZWQuVGV4dCA9IHRydWVdKSBpbiB0eXBlIHRhYmxlIFtDb2x1bW4xID0gX3QsIENvbHVtbjIgPSBfdF0pLAoJCQkJICAjIkNoYW5nZWQgY29sdW1uIHR5cGUiID0gVGFibGUuVHJhbnNmb3JtQ29sdW1uVHlwZXMoU291cmNlLCB7fSkKCQkJCWluCgkJCQkgICMiQ2hhbmdlZCBjb2x1bW4gdHlwZSIKCglhbm5vdGF0aW9uIFBCSV9SZXN1bHRUeXBlID0gVGFibGUKCg==", + "payloadType": "InlineBase64"}]}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '2673' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/semanticModels + response: + body: + string: 'null' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,Retry-After,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '24' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:01:35 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/89848954-f58a-4b7a-8441-6b691d30538f + Pragma: + - no-cache + RequestId: + - 3498db53-0fe1-44f1-b009-31663ea95112 + Retry-After: + - '20' + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-operation-id: + - 89848954-f58a-4b7a-8441-6b691d30538f + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/89848954-f58a-4b7a-8441-6b691d30538f + response: + body: + string: '{"status": "Succeeded", "createdTimeUtc": "2026-01-29T06:01:35.561074", + "lastUpdatedTimeUtc": "2026-01-29T06:01:46.2345538", "percentComplete": 100, + "error": null}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '131' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:01:57 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/89848954-f58a-4b7a-8441-6b691d30538f/result + Pragma: + - no-cache + RequestId: + - cfd1e6ce-4e7b-4a2a-ab79-3a1daa5d76bd + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + x-ms-operation-id: + - 89848954-f58a-4b7a-8441-6b691d30538f + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/89848954-f58a-4b7a-8441-6b691d30538f/result + response: + body: + string: '{"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", "type": "SemanticModel", + "displayName": "fabcli000001_auto", "description": "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Type: + - application/json + Date: + - Thu, 29 Jan 2026 06:01:58 GMT + Pragma: + - no-cache + RequestId: + - eec83b08-6998-4df7-a4ea-1c2d2f783b0e + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + Transfer-Encoding: + - chunked + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + status: + code: 200 + message: OK +- request: + body: '{"description": "Created by fab", "displayName": "fabcli000001", "type": + "Report", "folderId": null, "definition": {"parts": [{"path": ".platform", "payload": + "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIlJlcG9ydCIsCiAgICAiZGlzcGxheU5hbWUiOiAiQmxhbmsiCiAgfSwKICAiY29uZmlnIjogewogICAgInZlcnNpb24iOiAiMi4wIiwKICAgICJsb2dpY2FsSWQiOiAiMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIgogIH0KfQ==", + "payloadType": "InlineBase64"}, {"path": "definition.pbir", "payload": "eyJ2ZXJzaW9uIjogIjQuMCIsICJkYXRhc2V0UmVmZXJlbmNlIjogeyJieVBhdGgiOiBudWxsLCAiYnlDb25uZWN0aW9uIjogeyJjb25uZWN0aW9uU3RyaW5nIjogIkRhdGEgU291cmNlPXBvd2VyYmk6Ly9hcGkucG93ZXJiaS5jb20vdjEuMC9teW9yZy9ta2RpcjtJbml0aWFsIENhdGFsb2c9cjM7SW50ZWdyYXRlZCBTZWN1cml0eT1DbGFpbXNUb2tlbiIsICJwYmlTZXJ2aWNlTW9kZWxJZCI6IG51bGwsICJwYmlNb2RlbFZpcnR1YWxTZXJ2ZXJOYW1lIjogInNvYmVfd293dmlydHVhbHNlcnZlciIsICJwYmlNb2RlbERhdGFiYXNlTmFtZSI6ICJkMjE0ZWVmYS05YzNjLTQ3ZDYtOGNmNi05MmI3ZmNhNmE1NzEiLCAibmFtZSI6ICJFbnRpdHlEYXRhU291cmNlIiwgImNvbm5lY3Rpb25UeXBlIjogInBiaVNlcnZpY2VYbWxhU3R5bGVMaXZlIn19fQ==", + "payloadType": "InlineBase64"}, {"path": "definition/report.json", "payload": + "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9pdGVtL3JlcG9ydC9kZWZpbml0aW9uL3JlcG9ydC8xLjIuMC9zY2hlbWEuanNvbiIsCiAgInRoZW1lQ29sbGVjdGlvbiI6IHsKICAgICJiYXNlVGhlbWUiOiB7CiAgICAgICJuYW1lIjogIkNZMjRTVTEwIiwKICAgICAgInJlcG9ydFZlcnNpb25BdEltcG9ydCI6ICI1LjYxIiwKICAgICAgInR5cGUiOiAiU2hhcmVkUmVzb3VyY2VzIgogICAgfQogIH0sCiAgImxheW91dE9wdGltaXphdGlvbiI6ICJOb25lIiwKICAib2JqZWN0cyI6IHsKICAgICJzZWN0aW9uIjogWwogICAgICB7CiAgICAgICAgInByb3BlcnRpZXMiOiB7CiAgICAgICAgICAidmVydGljYWxBbGlnbm1lbnQiOiB7CiAgICAgICAgICAgICJleHByIjogewogICAgICAgICAgICAgICJMaXRlcmFsIjogewogICAgICAgICAgICAgICAgIlZhbHVlIjogIidUb3AnIgogICAgICAgICAgICAgIH0KICAgICAgICAgICAgfQogICAgICAgICAgfQogICAgICAgIH0KICAgICAgfQogICAgXQogIH0sCiAgInJlc291cmNlUGFja2FnZXMiOiBbCiAgICB7CiAgICAgICJuYW1lIjogIlNoYXJlZFJlc291cmNlcyIsCiAgICAgICJ0eXBlIjogIlNoYXJlZFJlc291cmNlcyIsCiAgICAgICJpdGVtcyI6IFsKICAgICAgICB7CiAgICAgICAgICAibmFtZSI6ICJDWTI0U1UxMCIsCiAgICAgICAgICAicGF0aCI6ICJCYXNlVGhlbWVzL0NZMjRTVTEwLmpzb24iLAogICAgICAgICAgInR5cGUiOiAiQmFzZVRoZW1lIgogICAgICAgIH0KICAgICAgXQogICAgfQogIF0sCiAgInNldHRpbmdzIjogewogICAgInVzZVN0eWxhYmxlVmlzdWFsQ29udGFpbmVySGVhZGVyIjogdHJ1ZSwKICAgICJkZWZhdWx0RHJpbGxGaWx0ZXJPdGhlclZpc3VhbHMiOiB0cnVlLAogICAgImFsbG93Q2hhbmdlRmlsdGVyVHlwZXMiOiB0cnVlLAogICAgInVzZUVuaGFuY2VkVG9vbHRpcHMiOiB0cnVlLAogICAgInVzZURlZmF1bHRBZ2dyZWdhdGVEaXNwbGF5TmFtZSI6IHRydWUKICB9Cn0=", + "payloadType": "InlineBase64"}, {"path": "definition/version.json", "payload": + "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9pdGVtL3JlcG9ydC9kZWZpbml0aW9uL3ZlcnNpb25NZXRhZGF0YS8xLjAuMC9zY2hlbWEuanNvbiIsCiAgInZlcnNpb24iOiAiMi4wLjAiCn0=", + "payloadType": "InlineBase64"}, {"path": "definition/pages/pages.json", "payload": + "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9pdGVtL3JlcG9ydC9kZWZpbml0aW9uL3BhZ2VzTWV0YWRhdGEvMS4wLjAvc2NoZW1hLmpzb24iLAogICJwYWdlT3JkZXIiOiBbCiAgICAiYjhjNWZiOGQ2MzVmODk4MzI2YzYiCiAgXSwKICAiYWN0aXZlUGFnZU5hbWUiOiAiYjhjNWZiOGQ2MzVmODk4MzI2YzYiCn0=", + "payloadType": "InlineBase64"}, {"path": "definition/pages/b8c5fb8d635f898326c6/page.json", + "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9pdGVtL3JlcG9ydC9kZWZpbml0aW9uL3BhZ2UvMS4zLjAvc2NoZW1hLmpzb24iLAogICJuYW1lIjogImI4YzVmYjhkNjM1Zjg5ODMyNmM2IiwKICAiZGlzcGxheU5hbWUiOiAiUGFnZSAxIiwKICAiZGlzcGxheU9wdGlvbiI6ICJGaXRUb1BhZ2UiLAogICJoZWlnaHQiOiA3MjAsCiAgIndpZHRoIjogMTI4MAp9", + "payloadType": "InlineBase64"}, {"path": "StaticResources/SharedResources/BaseThemes/CY24SU10.json", + "payload": "ewogICJuYW1lIjogIkNZMjRTVTEwIiwKICAiZGF0YUNvbG9ycyI6IFsKICAgICIjMTE4REZGIiwKICAgICIjMTIyMzlFIiwKICAgICIjRTY2QzM3IiwKICAgICIjNkIwMDdCIiwKICAgICIjRTA0NEE3IiwKICAgICIjNzQ0RUMyIiwKICAgICIjRDlCMzAwIiwKICAgICIjRDY0NTUwIiwKICAgICIjMTk3Mjc4IiwKICAgICIjMUFBQjQwIiwKICAgICIjMTVDNkY0IiwKICAgICIjNDA5MkZGIiwKICAgICIjRkZBMDU4IiwKICAgICIjQkU1REM5IiwKICAgICIjRjQ3MkQwIiwKICAgICIjQjVBMUZGIiwKICAgICIjQzRBMjAwIiwKICAgICIjRkY4MDgwIiwKICAgICIjMDBEQkJDIiwKICAgICIjNUJENjY3IiwKICAgICIjMDA5MUQ1IiwKICAgICIjNDY2OEM1IiwKICAgICIjRkY2MzAwIiwKICAgICIjOTkwMDhBIiwKICAgICIjRUMwMDhDIiwKICAgICIjNTMzMjg1IiwKICAgICIjOTk3MDBBIiwKICAgICIjRkY0MTQxIiwKICAgICIjMUY5QTg1IiwKICAgICIjMjU4OTFDIiwKICAgICIjMDA1N0EyIiwKICAgICIjMDAyMDUwIiwKICAgICIjQzk0RjBGIiwKICAgICIjNDUwRjU0IiwKICAgICIjQjYwMDY0IiwKICAgICIjMzQxMjRGIiwKICAgICIjNkE1QTI5IiwKICAgICIjMUFBQjQwIiwKICAgICIjQkExNDFBIiwKICAgICIjMEMzRDM3IiwKICAgICIjMEI1MTFGIgogIF0sCiAgImZvcmVncm91bmQiOiAiIzI1MjQyMyIsCiAgImZvcmVncm91bmROZXV0cmFsU2Vjb25kYXJ5IjogIiM2MDVFNUMiLAogICJmb3JlZ3JvdW5kTmV1dHJhbFRlcnRpYXJ5IjogIiNCM0IwQUQiLAogICJiYWNrZ3JvdW5kIjogIiNGRkZGRkYiLAogICJiYWNrZ3JvdW5kTGlnaHQiOiAiI0YzRjJGMSIsCiAgImJhY2tncm91bmROZXV0cmFsIjogIiNDOEM2QzQiLAogICJ0YWJsZUFjY2VudCI6ICIjMTE4REZGIiwKICAiZ29vZCI6ICIjMUFBQjQwIiwKICAibmV1dHJhbCI6ICIjRDlCMzAwIiwKICAiYmFkIjogIiNENjQ1NTQiLAogICJtYXhpbXVtIjogIiMxMThERkYiLAogICJjZW50ZXIiOiAiI0Q5QjMwMCIsCiAgIm1pbmltdW0iOiAiI0RFRUZGRiIsCiAgIm51bGwiOiAiI0ZGN0Y0OCIsCiAgImh5cGVybGluayI6ICIjMDA3OGQ0IiwKICAidmlzaXRlZEh5cGVybGluayI6ICIjMDA3OGQ0IiwKICAidGV4dENsYXNzZXMiOiB7CiAgICAiY2FsbG91dCI6IHsKICAgICAgImZvbnRTaXplIjogNDUsCiAgICAgICJmb250RmFjZSI6ICJESU4iLAogICAgICAiY29sb3IiOiAiIzI1MjQyMyIKICAgIH0sCiAgICAidGl0bGUiOiB7CiAgICAgICJmb250U2l6ZSI6IDEyLAogICAgICAiZm9udEZhY2UiOiAiRElOIiwKICAgICAgImNvbG9yIjogIiMyNTI0MjMiCiAgICB9LAogICAgImhlYWRlciI6IHsKICAgICAgImZvbnRTaXplIjogMTIsCiAgICAgICJmb250RmFjZSI6ICJTZWdvZSBVSSBTZW1pYm9sZCIsCiAgICAgICJjb2xvciI6ICIjMjUyNDIzIgogICAgfSwKICAgICJsYWJlbCI6IHsKICAgICAgImZvbnRTaXplIjogMTAsCiAgICAgICJmb250RmFjZSI6ICJTZWdvZSBVSSIsCiAgICAgICJjb2xvciI6ICIjMjUyNDIzIgogICAgfQogIH0sCiAgInZpc3VhbFN0eWxlcyI6IHsKICAgICIqIjogewogICAgICAiKiI6IHsKICAgICAgICAiKiI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgIndvcmRXcmFwIjogdHJ1ZQogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgImxpbmUiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJ0cmFuc3BhcmVuY3kiOiAwCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAib3V0bGluZSI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInRyYW5zcGFyZW5jeSI6IDAKICAgICAgICAgIH0KICAgICAgICBdLAogICAgICAgICJwbG90QXJlYSI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInRyYW5zcGFyZW5jeSI6IDAKICAgICAgICAgIH0KICAgICAgICBdLAogICAgICAgICJjYXRlZ29yeUF4aXMiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJzaG93QXhpc1RpdGxlIjogdHJ1ZSwKICAgICAgICAgICAgImdyaWRsaW5lU3R5bGUiOiAiZG90dGVkIiwKICAgICAgICAgICAgImNvbmNhdGVuYXRlTGFiZWxzIjogZmFsc2UKICAgICAgICAgIH0KICAgICAgICBdLAogICAgICAgICJ2YWx1ZUF4aXMiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJzaG93QXhpc1RpdGxlIjogdHJ1ZSwKICAgICAgICAgICAgImdyaWRsaW5lU3R5bGUiOiAiZG90dGVkIgogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgInkyQXhpcyI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInNob3ciOiB0cnVlCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAidGl0bGUiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJ0aXRsZVdyYXAiOiB0cnVlCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAibGluZVN0eWxlcyI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInN0cm9rZVdpZHRoIjogMwogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgIndvcmRXcmFwIjogWwogICAgICAgICAgewogICAgICAgICAgICAic2hvdyI6IHRydWUKICAgICAgICAgIH0KICAgICAgICBdLAogICAgICAgICJiYWNrZ3JvdW5kIjogWwogICAgICAgICAgewogICAgICAgICAgICAic2hvdyI6IHRydWUsCiAgICAgICAgICAgICJ0cmFuc3BhcmVuY3kiOiAwCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAiYm9yZGVyIjogWwogICAgICAgICAgewogICAgICAgICAgICAid2lkdGgiOiAxCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAib3V0c3BhY2VQYW5lIjogWwogICAgICAgICAgewogICAgICAgICAgICAiYmFja2dyb3VuZENvbG9yIjogewogICAgICAgICAgICAgICJzb2xpZCI6IHsKICAgICAgICAgICAgICAgICJjb2xvciI6ICIjZmZmZmZmIgogICAgICAgICAgICAgIH0KICAgICAgICAgICAgfSwKICAgICAgICAgICAgInRyYW5zcGFyZW5jeSI6IDAsCiAgICAgICAgICAgICJib3JkZXIiOiB0cnVlLAogICAgICAgICAgICAiYm9yZGVyQ29sb3IiOiB7CiAgICAgICAgICAgICAgInNvbGlkIjogewogICAgICAgICAgICAgICAgImNvbG9yIjogIiNCM0IwQUQiCiAgICAgICAgICAgICAgfQogICAgICAgICAgICB9CiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAiZmlsdGVyQ2FyZCI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgIiRpZCI6ICJBcHBsaWVkIiwKICAgICAgICAgICAgInRyYW5zcGFyZW5jeSI6IDAsCiAgICAgICAgICAgICJmb3JlZ3JvdW5kQ29sb3IiOiB7CiAgICAgICAgICAgICAgInNvbGlkIjogewogICAgICAgICAgICAgICAgImNvbG9yIjogIiMyNTI0MjMiCiAgICAgICAgICAgICAgfQogICAgICAgICAgICB9LAogICAgICAgICAgICAiYm9yZGVyIjogdHJ1ZQogICAgICAgICAgfSwKICAgICAgICAgIHsKICAgICAgICAgICAgIiRpZCI6ICJBdmFpbGFibGUiLAogICAgICAgICAgICAidHJhbnNwYXJlbmN5IjogMCwKICAgICAgICAgICAgImZvcmVncm91bmRDb2xvciI6IHsKICAgICAgICAgICAgICAic29saWQiOiB7CiAgICAgICAgICAgICAgICAiY29sb3IiOiAiIzI1MjQyMyIKICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0sCiAgICAgICAgICAgICJib3JkZXIiOiB0cnVlCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgInNjYXR0ZXJDaGFydCI6IHsKICAgICAgIioiOiB7CiAgICAgICAgImJ1YmJsZXMiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJidWJibGVTaXplIjogLTEwLAogICAgICAgICAgICAibWFya2VyUmFuZ2VUeXBlIjogImF1dG8iCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAiZ2VuZXJhbCI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInJlc3BvbnNpdmUiOiB0cnVlCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAiZmlsbFBvaW50IjogWwogICAgICAgICAgewogICAgICAgICAgICAic2hvdyI6IHRydWUKICAgICAgICAgIH0KICAgICAgICBdLAogICAgICAgICJsZWdlbmQiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJzaG93R3JhZGllbnRMZWdlbmQiOiB0cnVlCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgImxpbmVDaGFydCI6IHsKICAgICAgIioiOiB7CiAgICAgICAgImdlbmVyYWwiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJyZXNwb25zaXZlIjogdHJ1ZQogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgInNtYWxsTXVsdGlwbGVzTGF5b3V0IjogWwogICAgICAgICAgewogICAgICAgICAgICAiYmFja2dyb3VuZFRyYW5zcGFyZW5jeSI6IDAsCiAgICAgICAgICAgICJncmlkTGluZVR5cGUiOiAiaW5uZXIiCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAiZm9yZWNhc3QiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJtYXRjaFNlcmllc0ludGVycG9sYXRpb24iOiB0cnVlCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgIm1hcCI6IHsKICAgICAgIioiOiB7CiAgICAgICAgImJ1YmJsZXMiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJidWJibGVTaXplIjogLTEwLAogICAgICAgICAgICAibWFya2VyUmFuZ2VUeXBlIjogImF1dG8iCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgImF6dXJlTWFwIjogewogICAgICAiKiI6IHsKICAgICAgICAiYnViYmxlTGF5ZXIiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJidWJibGVSYWRpdXMiOiA4LAogICAgICAgICAgICAibWluQnViYmxlUmFkaXVzIjogOCwKICAgICAgICAgICAgIm1heFJhZGl1cyI6IDQwCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAiYmFyQ2hhcnQiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJiYXJIZWlnaHQiOiAzLAogICAgICAgICAgICAidGhpY2tuZXNzIjogMwogICAgICAgICAgfQogICAgICAgIF0KICAgICAgfQogICAgfSwKICAgICJwaWVDaGFydCI6IHsKICAgICAgIioiOiB7CiAgICAgICAgImxlZ2VuZCI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInNob3ciOiB0cnVlLAogICAgICAgICAgICAicG9zaXRpb24iOiAiUmlnaHRDZW50ZXIiCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAibGFiZWxzIjogWwogICAgICAgICAgewogICAgICAgICAgICAibGFiZWxTdHlsZSI6ICJEYXRhIHZhbHVlLCBwZXJjZW50IG9mIHRvdGFsIgogICAgICAgICAgfQogICAgICAgIF0KICAgICAgfQogICAgfSwKICAgICJkb251dENoYXJ0IjogewogICAgICAiKiI6IHsKICAgICAgICAibGVnZW5kIjogWwogICAgICAgICAgewogICAgICAgICAgICAic2hvdyI6IHRydWUsCiAgICAgICAgICAgICJwb3NpdGlvbiI6ICJSaWdodENlbnRlciIKICAgICAgICAgIH0KICAgICAgICBdLAogICAgICAgICJsYWJlbHMiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJsYWJlbFN0eWxlIjogIkRhdGEgdmFsdWUsIHBlcmNlbnQgb2YgdG90YWwiCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgInBpdm90VGFibGUiOiB7CiAgICAgICIqIjogewogICAgICAgICJyb3dIZWFkZXJzIjogWwogICAgICAgICAgewogICAgICAgICAgICAic2hvd0V4cGFuZENvbGxhcHNlQnV0dG9ucyI6IHRydWUsCiAgICAgICAgICAgICJsZWdhY3lTdHlsZURpc2FibGVkIjogdHJ1ZQogICAgICAgICAgfQogICAgICAgIF0KICAgICAgfQogICAgfSwKICAgICJtdWx0aVJvd0NhcmQiOiB7CiAgICAgICIqIjogewogICAgICAgICJjYXJkIjogWwogICAgICAgICAgewogICAgICAgICAgICAib3V0bGluZVdlaWdodCI6IDIsCiAgICAgICAgICAgICJiYXJTaG93IjogdHJ1ZSwKICAgICAgICAgICAgImJhcldlaWdodCI6IDIKICAgICAgICAgIH0KICAgICAgICBdCiAgICAgIH0KICAgIH0sCiAgICAia3BpIjogewogICAgICAiKiI6IHsKICAgICAgICAidHJlbmRsaW5lIjogWwogICAgICAgICAgewogICAgICAgICAgICAidHJhbnNwYXJlbmN5IjogMjAKICAgICAgICAgIH0KICAgICAgICBdCiAgICAgIH0KICAgIH0sCiAgICAiY2FyZFZpc3VhbCI6IHsKICAgICAgIioiOiB7CiAgICAgICAgImxheW91dCI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgIm1heFRpbGVzIjogMwogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgIm92ZXJmbG93IjogWwogICAgICAgICAgewogICAgICAgICAgICAidHlwZSI6IDAKICAgICAgICAgIH0KICAgICAgICBdLAogICAgICAgICJpbWFnZSI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgImZpeGVkU2l6ZSI6IGZhbHNlCiAgICAgICAgICB9LAogICAgICAgICAgewogICAgICAgICAgICAiaW1hZ2VBcmVhU2l6ZSI6IDUwCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgImFkdmFuY2VkU2xpY2VyVmlzdWFsIjogewogICAgICAiKiI6IHsKICAgICAgICAibGF5b3V0IjogWwogICAgICAgICAgewogICAgICAgICAgICAibWF4VGlsZXMiOiAzCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgInNsaWNlciI6IHsKICAgICAgIioiOiB7CiAgICAgICAgImdlbmVyYWwiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJyZXNwb25zaXZlIjogdHJ1ZQogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgImRhdGUiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJoaWRlRGF0ZVBpY2tlckJ1dHRvbiI6IGZhbHNlCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAiaXRlbXMiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJwYWRkaW5nIjogNCwKICAgICAgICAgICAgImFjY2Vzc2liaWxpdHlDb250cmFzdFByb3BlcnRpZXMiOiB0cnVlCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgIndhdGVyZmFsbENoYXJ0IjogewogICAgICAiKiI6IHsKICAgICAgICAiZ2VuZXJhbCI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInJlc3BvbnNpdmUiOiB0cnVlCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgImNvbHVtbkNoYXJ0IjogewogICAgICAiKiI6IHsKICAgICAgICAiZ2VuZXJhbCI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInJlc3BvbnNpdmUiOiB0cnVlCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAibGVnZW5kIjogWwogICAgICAgICAgewogICAgICAgICAgICAic2hvd0dyYWRpZW50TGVnZW5kIjogdHJ1ZQogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgInNtYWxsTXVsdGlwbGVzTGF5b3V0IjogWwogICAgICAgICAgewogICAgICAgICAgICAiYmFja2dyb3VuZFRyYW5zcGFyZW5jeSI6IDAsCiAgICAgICAgICAgICJncmlkTGluZVR5cGUiOiAiaW5uZXIiCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgImNsdXN0ZXJlZENvbHVtbkNoYXJ0IjogewogICAgICAiKiI6IHsKICAgICAgICAiZ2VuZXJhbCI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInJlc3BvbnNpdmUiOiB0cnVlCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAibGVnZW5kIjogWwogICAgICAgICAgewogICAgICAgICAgICAic2hvd0dyYWRpZW50TGVnZW5kIjogdHJ1ZQogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgInNtYWxsTXVsdGlwbGVzTGF5b3V0IjogWwogICAgICAgICAgewogICAgICAgICAgICAiYmFja2dyb3VuZFRyYW5zcGFyZW5jeSI6IDAsCiAgICAgICAgICAgICJncmlkTGluZVR5cGUiOiAiaW5uZXIiCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgImh1bmRyZWRQZXJjZW50U3RhY2tlZENvbHVtbkNoYXJ0IjogewogICAgICAiKiI6IHsKICAgICAgICAiZ2VuZXJhbCI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInJlc3BvbnNpdmUiOiB0cnVlCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAibGVnZW5kIjogWwogICAgICAgICAgewogICAgICAgICAgICAic2hvd0dyYWRpZW50TGVnZW5kIjogdHJ1ZQogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgInNtYWxsTXVsdGlwbGVzTGF5b3V0IjogWwogICAgICAgICAgewogICAgICAgICAgICAiYmFja2dyb3VuZFRyYW5zcGFyZW5jeSI6IDAsCiAgICAgICAgICAgICJncmlkTGluZVR5cGUiOiAiaW5uZXIiCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgImJhckNoYXJ0IjogewogICAgICAiKiI6IHsKICAgICAgICAiZ2VuZXJhbCI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInJlc3BvbnNpdmUiOiB0cnVlCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAibGVnZW5kIjogWwogICAgICAgICAgewogICAgICAgICAgICAic2hvd0dyYWRpZW50TGVnZW5kIjogdHJ1ZQogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgInNtYWxsTXVsdGlwbGVzTGF5b3V0IjogWwogICAgICAgICAgewogICAgICAgICAgICAiYmFja2dyb3VuZFRyYW5zcGFyZW5jeSI6IDAsCiAgICAgICAgICAgICJncmlkTGluZVR5cGUiOiAiaW5uZXIiCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgImNsdXN0ZXJlZEJhckNoYXJ0IjogewogICAgICAiKiI6IHsKICAgICAgICAiZ2VuZXJhbCI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInJlc3BvbnNpdmUiOiB0cnVlCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAibGVnZW5kIjogWwogICAgICAgICAgewogICAgICAgICAgICAic2hvd0dyYWRpZW50TGVnZW5kIjogdHJ1ZQogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgInNtYWxsTXVsdGlwbGVzTGF5b3V0IjogWwogICAgICAgICAgewogICAgICAgICAgICAiYmFja2dyb3VuZFRyYW5zcGFyZW5jeSI6IDAsCiAgICAgICAgICAgICJncmlkTGluZVR5cGUiOiAiaW5uZXIiCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgImh1bmRyZWRQZXJjZW50U3RhY2tlZEJhckNoYXJ0IjogewogICAgICAiKiI6IHsKICAgICAgICAiZ2VuZXJhbCI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInJlc3BvbnNpdmUiOiB0cnVlCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAibGVnZW5kIjogWwogICAgICAgICAgewogICAgICAgICAgICAic2hvd0dyYWRpZW50TGVnZW5kIjogdHJ1ZQogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgInNtYWxsTXVsdGlwbGVzTGF5b3V0IjogWwogICAgICAgICAgewogICAgICAgICAgICAiYmFja2dyb3VuZFRyYW5zcGFyZW5jeSI6IDAsCiAgICAgICAgICAgICJncmlkTGluZVR5cGUiOiAiaW5uZXIiCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgImFyZWFDaGFydCI6IHsKICAgICAgIioiOiB7CiAgICAgICAgImdlbmVyYWwiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJyZXNwb25zaXZlIjogdHJ1ZQogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgInNtYWxsTXVsdGlwbGVzTGF5b3V0IjogWwogICAgICAgICAgewogICAgICAgICAgICAiYmFja2dyb3VuZFRyYW5zcGFyZW5jeSI6IDAsCiAgICAgICAgICAgICJncmlkTGluZVR5cGUiOiAiaW5uZXIiCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgInN0YWNrZWRBcmVhQ2hhcnQiOiB7CiAgICAgICIqIjogewogICAgICAgICJnZW5lcmFsIjogWwogICAgICAgICAgewogICAgICAgICAgICAicmVzcG9uc2l2ZSI6IHRydWUKICAgICAgICAgIH0KICAgICAgICBdLAogICAgICAgICJzbWFsbE11bHRpcGxlc0xheW91dCI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgImJhY2tncm91bmRUcmFuc3BhcmVuY3kiOiAwLAogICAgICAgICAgICAiZ3JpZExpbmVUeXBlIjogImlubmVyIgogICAgICAgICAgfQogICAgICAgIF0KICAgICAgfQogICAgfSwKICAgICJsaW5lQ2x1c3RlcmVkQ29sdW1uQ29tYm9DaGFydCI6IHsKICAgICAgIioiOiB7CiAgICAgICAgImdlbmVyYWwiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJyZXNwb25zaXZlIjogdHJ1ZQogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgInNtYWxsTXVsdGlwbGVzTGF5b3V0IjogWwogICAgICAgICAgewogICAgICAgICAgICAiYmFja2dyb3VuZFRyYW5zcGFyZW5jeSI6IDAsCiAgICAgICAgICAgICJncmlkTGluZVR5cGUiOiAiaW5uZXIiCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgImxpbmVTdGFja2VkQ29sdW1uQ29tYm9DaGFydCI6IHsKICAgICAgIioiOiB7CiAgICAgICAgImdlbmVyYWwiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJyZXNwb25zaXZlIjogdHJ1ZQogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgInNtYWxsTXVsdGlwbGVzTGF5b3V0IjogWwogICAgICAgICAgewogICAgICAgICAgICAiYmFja2dyb3VuZFRyYW5zcGFyZW5jeSI6IDAsCiAgICAgICAgICAgICJncmlkTGluZVR5cGUiOiAiaW5uZXIiCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgInJpYmJvbkNoYXJ0IjogewogICAgICAiKiI6IHsKICAgICAgICAiZ2VuZXJhbCI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInJlc3BvbnNpdmUiOiB0cnVlCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAic21hbGxNdWx0aXBsZXNMYXlvdXQiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJiYWNrZ3JvdW5kVHJhbnNwYXJlbmN5IjogMCwKICAgICAgICAgICAgImdyaWRMaW5lVHlwZSI6ICJpbm5lciIKICAgICAgICAgIH0KICAgICAgICBdLAogICAgICAgICJ2YWx1ZUF4aXMiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJzaG93IjogdHJ1ZQogICAgICAgICAgfQogICAgICAgIF0KICAgICAgfQogICAgfSwKICAgICJodW5kcmVkUGVyY2VudFN0YWNrZWRBcmVhQ2hhcnQiOiB7CiAgICAgICIqIjogewogICAgICAgICJnZW5lcmFsIjogWwogICAgICAgICAgewogICAgICAgICAgICAicmVzcG9uc2l2ZSI6IHRydWUKICAgICAgICAgIH0KICAgICAgICBdLAogICAgICAgICJzbWFsbE11bHRpcGxlc0xheW91dCI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgImJhY2tncm91bmRUcmFuc3BhcmVuY3kiOiAwLAogICAgICAgICAgICAiZ3JpZExpbmVUeXBlIjogImlubmVyIgogICAgICAgICAgfQogICAgICAgIF0KICAgICAgfQogICAgfSwKICAgICJncm91cCI6IHsKICAgICAgIioiOiB7CiAgICAgICAgImJhY2tncm91bmQiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJzaG93IjogZmFsc2UKICAgICAgICAgIH0KICAgICAgICBdCiAgICAgIH0KICAgIH0sCiAgICAiYmFzaWNTaGFwZSI6IHsKICAgICAgIioiOiB7CiAgICAgICAgImJhY2tncm91bmQiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJzaG93IjogZmFsc2UKICAgICAgICAgIH0KICAgICAgICBdLAogICAgICAgICJnZW5lcmFsIjogWwogICAgICAgICAgewogICAgICAgICAgICAia2VlcExheWVyT3JkZXIiOiB0cnVlCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAidmlzdWFsSGVhZGVyIjogWwogICAgICAgICAgewogICAgICAgICAgICAic2hvdyI6IGZhbHNlCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgInNoYXBlIjogewogICAgICAiKiI6IHsKICAgICAgICAiYmFja2dyb3VuZCI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInNob3ciOiBmYWxzZQogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgImdlbmVyYWwiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJrZWVwTGF5ZXJPcmRlciI6IHRydWUKICAgICAgICAgIH0KICAgICAgICBdLAogICAgICAgICJ2aXN1YWxIZWFkZXIiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJzaG93IjogZmFsc2UKICAgICAgICAgIH0KICAgICAgICBdCiAgICAgIH0KICAgIH0sCiAgICAiaW1hZ2UiOiB7CiAgICAgICIqIjogewogICAgICAgICJiYWNrZ3JvdW5kIjogWwogICAgICAgICAgewogICAgICAgICAgICAic2hvdyI6IGZhbHNlCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAiZ2VuZXJhbCI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgImtlZXBMYXllck9yZGVyIjogdHJ1ZQogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgInZpc3VhbEhlYWRlciI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInNob3ciOiBmYWxzZQogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgImxvY2tBc3BlY3QiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJzaG93IjogdHJ1ZQogICAgICAgICAgfQogICAgICAgIF0KICAgICAgfQogICAgfSwKICAgICJhY3Rpb25CdXR0b24iOiB7CiAgICAgICIqIjogewogICAgICAgICJiYWNrZ3JvdW5kIjogWwogICAgICAgICAgewogICAgICAgICAgICAic2hvdyI6IGZhbHNlCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAidmlzdWFsSGVhZGVyIjogWwogICAgICAgICAgewogICAgICAgICAgICAic2hvdyI6IGZhbHNlCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgInBhZ2VOYXZpZ2F0b3IiOiB7CiAgICAgICIqIjogewogICAgICAgICJiYWNrZ3JvdW5kIjogWwogICAgICAgICAgewogICAgICAgICAgICAic2hvdyI6IGZhbHNlCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAidmlzdWFsSGVhZGVyIjogWwogICAgICAgICAgewogICAgICAgICAgICAic2hvdyI6IGZhbHNlCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgImJvb2ttYXJrTmF2aWdhdG9yIjogewogICAgICAiKiI6IHsKICAgICAgICAiYmFja2dyb3VuZCI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInNob3ciOiBmYWxzZQogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgInZpc3VhbEhlYWRlciI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInNob3ciOiBmYWxzZQogICAgICAgICAgfQogICAgICAgIF0KICAgICAgfQogICAgfSwKICAgICJ0ZXh0Ym94IjogewogICAgICAiKiI6IHsKICAgICAgICAiZ2VuZXJhbCI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgImtlZXBMYXllck9yZGVyIjogdHJ1ZQogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgInZpc3VhbEhlYWRlciI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInNob3ciOiBmYWxzZQogICAgICAgICAgfQogICAgICAgIF0KICAgICAgfQogICAgfSwKICAgICJwYWdlIjogewogICAgICAiKiI6IHsKICAgICAgICAib3V0c3BhY2UiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJjb2xvciI6IHsKICAgICAgICAgICAgICAic29saWQiOiB7CiAgICAgICAgICAgICAgICAiY29sb3IiOiAiI0ZGRkZGRiIKICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0KICAgICAgICAgIH0KICAgICAgICBdLAogICAgICAgICJiYWNrZ3JvdW5kIjogWwogICAgICAgICAgewogICAgICAgICAgICAidHJhbnNwYXJlbmN5IjogMTAwCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9CiAgfQp9", + "payloadType": "InlineBase64"}]}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '21794' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/reports + response: + body: + string: 'null' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,Retry-After,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '24' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:02:00 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/6a7a0ff6-838a-4712-bcb6-ebd25cf245cf + Pragma: + - no-cache + RequestId: + - 3a8de19d-6300-48ec-aec9-0110aa772508 + Retry-After: + - '20' + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-operation-id: + - 6a7a0ff6-838a-4712-bcb6-ebd25cf245cf + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/6a7a0ff6-838a-4712-bcb6-ebd25cf245cf + response: + body: + string: '{"status": "Succeeded", "createdTimeUtc": "2026-01-29T06:02:00.5505049", + "lastUpdatedTimeUtc": "2026-01-29T06:02:01.2692581", "percentComplete": 100, + "error": null}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '130' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:02:22 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/6a7a0ff6-838a-4712-bcb6-ebd25cf245cf/result + Pragma: + - no-cache + RequestId: + - 37edc169-0103-490d-921a-c8c0f3958d5d + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + x-ms-operation-id: + - 6a7a0ff6-838a-4712-bcb6-ebd25cf245cf + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/6a7a0ff6-838a-4712-bcb6-ebd25cf245cf/result + response: + body: + string: '{"id": "adbc12ba-2d82-495a-a52c-0b5173b2b51b", "type": "Report", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Type: + - application/json + Date: + - Thu, 29 Jan 2026 06:02:23 GMT + Pragma: + - no-cache + RequestId: + - 8a93b94d-9837-450e-8e0a-23f0960f9caa + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + Transfer-Encoding: + - chunked + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:02:24 GMT + Pragma: + - no-cache + RequestId: + - 1ffe4ccc-554f-49e1-9a77-3219e306ba74 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "adbc12ba-2d82-495a-a52c-0b5173b2b51b", "type": "Report", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '397' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:02:25 GMT + Pragma: + - no-cache + RequestId: + - 82dde291-c436-40ca-aed0-4eaa95aebd64 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/adbc12ba-2d82-495a-a52c-0b5173b2b51b + response: + body: + string: '{"id": "adbc12ba-2d82-495a-a52c-0b5173b2b51b", "type": "Report", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '165' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:02:26 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - a349416a-9128-4c5e-9593-108e98353e85 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/adbc12ba-2d82-495a-a52c-0b5173b2b51b/getDefinition + response: + body: + string: 'null' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,Retry-After,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '24' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:02:26 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/796fa837-9083-41e3-a77c-4f040b403559 + Pragma: + - no-cache + RequestId: + - c1d00946-dd20-4433-b800-80fcc5770d07 + Retry-After: + - '20' + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-operation-id: + - 796fa837-9083-41e3-a77c-4f040b403559 + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/796fa837-9083-41e3-a77c-4f040b403559 + response: + body: + string: '{"status": "Succeeded", "createdTimeUtc": "2026-01-29T06:02:27.6315419", + "lastUpdatedTimeUtc": "2026-01-29T06:02:27.8815431", "percentComplete": 100, + "error": null}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '130' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:02:49 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/796fa837-9083-41e3-a77c-4f040b403559/result + Pragma: + - no-cache + RequestId: + - 60e6b28c-5cd1-4000-a6f1-df82420da6d5 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + x-ms-operation-id: + - 796fa837-9083-41e3-a77c-4f040b403559 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/796fa837-9083-41e3-a77c-4f040b403559/result + response: + body: + string: '{"definition": {"format": "PBIR", "parts": [{"path": "definition.pbir", + "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9pdGVtL3JlcG9ydC9kZWZpbml0aW9uUHJvcGVydGllcy8yLjAuMC9zY2hlbWEuanNvbiIsCiAgInZlcnNpb24iOiAiNC4wIiwKICAiZGF0YXNldFJlZmVyZW5jZSI6IHsKICAgICJieUNvbm5lY3Rpb24iOiB7CiAgICAgICJjb25uZWN0aW9uU3RyaW5nIjogIkRhdGEgU291cmNlPXBvd2VyYmk6Ly9hcGkucG93ZXJiaS5jb20vdjEuMC9teW9yZy9mYWJyaWNjbGlfV29ya3NwYWNlUGVyVGVzdGNsYXNzXzAwMDAwMTtpbml0aWFsIGNhdGFsb2c9ZmFiY2xpMDAwMDAxX2F1dG87aW50ZWdyYXRlZCBzZWN1cml0eT1DbGFpbXNUb2tlbjtzZW1hbnRpY21vZGVsaWQ9ZDIxNGVlZmEtOWMzYy00N2Q2LThjZjYtOTJiN2ZjYTZhNTcxIgogICAgfQogIH0KfQ==", + "payloadType": "InlineBase64"}, {"path": "StaticResources/SharedResources/BaseThemes/CY24SU10.json", + "payload": "ewogICJuYW1lIjogIkNZMjRTVTEwIiwKICAiZGF0YUNvbG9ycyI6IFsKICAgICIjMTE4REZGIiwKICAgICIjMTIyMzlFIiwKICAgICIjRTY2QzM3IiwKICAgICIjNkIwMDdCIiwKICAgICIjRTA0NEE3IiwKICAgICIjNzQ0RUMyIiwKICAgICIjRDlCMzAwIiwKICAgICIjRDY0NTUwIiwKICAgICIjMTk3Mjc4IiwKICAgICIjMUFBQjQwIiwKICAgICIjMTVDNkY0IiwKICAgICIjNDA5MkZGIiwKICAgICIjRkZBMDU4IiwKICAgICIjQkU1REM5IiwKICAgICIjRjQ3MkQwIiwKICAgICIjQjVBMUZGIiwKICAgICIjQzRBMjAwIiwKICAgICIjRkY4MDgwIiwKICAgICIjMDBEQkJDIiwKICAgICIjNUJENjY3IiwKICAgICIjMDA5MUQ1IiwKICAgICIjNDY2OEM1IiwKICAgICIjRkY2MzAwIiwKICAgICIjOTkwMDhBIiwKICAgICIjRUMwMDhDIiwKICAgICIjNTMzMjg1IiwKICAgICIjOTk3MDBBIiwKICAgICIjRkY0MTQxIiwKICAgICIjMUY5QTg1IiwKICAgICIjMjU4OTFDIiwKICAgICIjMDA1N0EyIiwKICAgICIjMDAyMDUwIiwKICAgICIjQzk0RjBGIiwKICAgICIjNDUwRjU0IiwKICAgICIjQjYwMDY0IiwKICAgICIjMzQxMjRGIiwKICAgICIjNkE1QTI5IiwKICAgICIjMUFBQjQwIiwKICAgICIjQkExNDFBIiwKICAgICIjMEMzRDM3IiwKICAgICIjMEI1MTFGIgogIF0sCiAgImZvcmVncm91bmQiOiAiIzI1MjQyMyIsCiAgImZvcmVncm91bmROZXV0cmFsU2Vjb25kYXJ5IjogIiM2MDVFNUMiLAogICJmb3JlZ3JvdW5kTmV1dHJhbFRlcnRpYXJ5IjogIiNCM0IwQUQiLAogICJiYWNrZ3JvdW5kIjogIiNGRkZGRkYiLAogICJiYWNrZ3JvdW5kTGlnaHQiOiAiI0YzRjJGMSIsCiAgImJhY2tncm91bmROZXV0cmFsIjogIiNDOEM2QzQiLAogICJ0YWJsZUFjY2VudCI6ICIjMTE4REZGIiwKICAiZ29vZCI6ICIjMUFBQjQwIiwKICAibmV1dHJhbCI6ICIjRDlCMzAwIiwKICAiYmFkIjogIiNENjQ1NTQiLAogICJtYXhpbXVtIjogIiMxMThERkYiLAogICJjZW50ZXIiOiAiI0Q5QjMwMCIsCiAgIm1pbmltdW0iOiAiI0RFRUZGRiIsCiAgIm51bGwiOiAiI0ZGN0Y0OCIsCiAgImh5cGVybGluayI6ICIjMDA3OGQ0IiwKICAidmlzaXRlZEh5cGVybGluayI6ICIjMDA3OGQ0IiwKICAidGV4dENsYXNzZXMiOiB7CiAgICAiY2FsbG91dCI6IHsKICAgICAgImZvbnRTaXplIjogNDUsCiAgICAgICJmb250RmFjZSI6ICJESU4iLAogICAgICAiY29sb3IiOiAiIzI1MjQyMyIKICAgIH0sCiAgICAidGl0bGUiOiB7CiAgICAgICJmb250U2l6ZSI6IDEyLAogICAgICAiZm9udEZhY2UiOiAiRElOIiwKICAgICAgImNvbG9yIjogIiMyNTI0MjMiCiAgICB9LAogICAgImhlYWRlciI6IHsKICAgICAgImZvbnRTaXplIjogMTIsCiAgICAgICJmb250RmFjZSI6ICJTZWdvZSBVSSBTZW1pYm9sZCIsCiAgICAgICJjb2xvciI6ICIjMjUyNDIzIgogICAgfSwKICAgICJsYWJlbCI6IHsKICAgICAgImZvbnRTaXplIjogMTAsCiAgICAgICJmb250RmFjZSI6ICJTZWdvZSBVSSIsCiAgICAgICJjb2xvciI6ICIjMjUyNDIzIgogICAgfQogIH0sCiAgInZpc3VhbFN0eWxlcyI6IHsKICAgICIqIjogewogICAgICAiKiI6IHsKICAgICAgICAiKiI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgIndvcmRXcmFwIjogdHJ1ZQogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgImxpbmUiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJ0cmFuc3BhcmVuY3kiOiAwCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAib3V0bGluZSI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInRyYW5zcGFyZW5jeSI6IDAKICAgICAgICAgIH0KICAgICAgICBdLAogICAgICAgICJwbG90QXJlYSI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInRyYW5zcGFyZW5jeSI6IDAKICAgICAgICAgIH0KICAgICAgICBdLAogICAgICAgICJjYXRlZ29yeUF4aXMiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJzaG93QXhpc1RpdGxlIjogdHJ1ZSwKICAgICAgICAgICAgImdyaWRsaW5lU3R5bGUiOiAiZG90dGVkIiwKICAgICAgICAgICAgImNvbmNhdGVuYXRlTGFiZWxzIjogZmFsc2UKICAgICAgICAgIH0KICAgICAgICBdLAogICAgICAgICJ2YWx1ZUF4aXMiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJzaG93QXhpc1RpdGxlIjogdHJ1ZSwKICAgICAgICAgICAgImdyaWRsaW5lU3R5bGUiOiAiZG90dGVkIgogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgInkyQXhpcyI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInNob3ciOiB0cnVlCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAidGl0bGUiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJ0aXRsZVdyYXAiOiB0cnVlCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAibGluZVN0eWxlcyI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInN0cm9rZVdpZHRoIjogMwogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgIndvcmRXcmFwIjogWwogICAgICAgICAgewogICAgICAgICAgICAic2hvdyI6IHRydWUKICAgICAgICAgIH0KICAgICAgICBdLAogICAgICAgICJiYWNrZ3JvdW5kIjogWwogICAgICAgICAgewogICAgICAgICAgICAic2hvdyI6IHRydWUsCiAgICAgICAgICAgICJ0cmFuc3BhcmVuY3kiOiAwCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAiYm9yZGVyIjogWwogICAgICAgICAgewogICAgICAgICAgICAid2lkdGgiOiAxCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAib3V0c3BhY2VQYW5lIjogWwogICAgICAgICAgewogICAgICAgICAgICAiYmFja2dyb3VuZENvbG9yIjogewogICAgICAgICAgICAgICJzb2xpZCI6IHsKICAgICAgICAgICAgICAgICJjb2xvciI6ICIjZmZmZmZmIgogICAgICAgICAgICAgIH0KICAgICAgICAgICAgfSwKICAgICAgICAgICAgInRyYW5zcGFyZW5jeSI6IDAsCiAgICAgICAgICAgICJib3JkZXIiOiB0cnVlLAogICAgICAgICAgICAiYm9yZGVyQ29sb3IiOiB7CiAgICAgICAgICAgICAgInNvbGlkIjogewogICAgICAgICAgICAgICAgImNvbG9yIjogIiNCM0IwQUQiCiAgICAgICAgICAgICAgfQogICAgICAgICAgICB9CiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAiZmlsdGVyQ2FyZCI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgIiRpZCI6ICJBcHBsaWVkIiwKICAgICAgICAgICAgInRyYW5zcGFyZW5jeSI6IDAsCiAgICAgICAgICAgICJmb3JlZ3JvdW5kQ29sb3IiOiB7CiAgICAgICAgICAgICAgInNvbGlkIjogewogICAgICAgICAgICAgICAgImNvbG9yIjogIiMyNTI0MjMiCiAgICAgICAgICAgICAgfQogICAgICAgICAgICB9LAogICAgICAgICAgICAiYm9yZGVyIjogdHJ1ZQogICAgICAgICAgfSwKICAgICAgICAgIHsKICAgICAgICAgICAgIiRpZCI6ICJBdmFpbGFibGUiLAogICAgICAgICAgICAidHJhbnNwYXJlbmN5IjogMCwKICAgICAgICAgICAgImZvcmVncm91bmRDb2xvciI6IHsKICAgICAgICAgICAgICAic29saWQiOiB7CiAgICAgICAgICAgICAgICAiY29sb3IiOiAiIzI1MjQyMyIKICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0sCiAgICAgICAgICAgICJib3JkZXIiOiB0cnVlCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgInNjYXR0ZXJDaGFydCI6IHsKICAgICAgIioiOiB7CiAgICAgICAgImJ1YmJsZXMiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJidWJibGVTaXplIjogLTEwLAogICAgICAgICAgICAibWFya2VyUmFuZ2VUeXBlIjogImF1dG8iCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAiZ2VuZXJhbCI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInJlc3BvbnNpdmUiOiB0cnVlCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAiZmlsbFBvaW50IjogWwogICAgICAgICAgewogICAgICAgICAgICAic2hvdyI6IHRydWUKICAgICAgICAgIH0KICAgICAgICBdLAogICAgICAgICJsZWdlbmQiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJzaG93R3JhZGllbnRMZWdlbmQiOiB0cnVlCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgImxpbmVDaGFydCI6IHsKICAgICAgIioiOiB7CiAgICAgICAgImdlbmVyYWwiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJyZXNwb25zaXZlIjogdHJ1ZQogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgInNtYWxsTXVsdGlwbGVzTGF5b3V0IjogWwogICAgICAgICAgewogICAgICAgICAgICAiYmFja2dyb3VuZFRyYW5zcGFyZW5jeSI6IDAsCiAgICAgICAgICAgICJncmlkTGluZVR5cGUiOiAiaW5uZXIiCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAiZm9yZWNhc3QiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJtYXRjaFNlcmllc0ludGVycG9sYXRpb24iOiB0cnVlCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgIm1hcCI6IHsKICAgICAgIioiOiB7CiAgICAgICAgImJ1YmJsZXMiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJidWJibGVTaXplIjogLTEwLAogICAgICAgICAgICAibWFya2VyUmFuZ2VUeXBlIjogImF1dG8iCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgImF6dXJlTWFwIjogewogICAgICAiKiI6IHsKICAgICAgICAiYnViYmxlTGF5ZXIiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJidWJibGVSYWRpdXMiOiA4LAogICAgICAgICAgICAibWluQnViYmxlUmFkaXVzIjogOCwKICAgICAgICAgICAgIm1heFJhZGl1cyI6IDQwCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAiYmFyQ2hhcnQiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJiYXJIZWlnaHQiOiAzLAogICAgICAgICAgICAidGhpY2tuZXNzIjogMwogICAgICAgICAgfQogICAgICAgIF0KICAgICAgfQogICAgfSwKICAgICJwaWVDaGFydCI6IHsKICAgICAgIioiOiB7CiAgICAgICAgImxlZ2VuZCI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInNob3ciOiB0cnVlLAogICAgICAgICAgICAicG9zaXRpb24iOiAiUmlnaHRDZW50ZXIiCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAibGFiZWxzIjogWwogICAgICAgICAgewogICAgICAgICAgICAibGFiZWxTdHlsZSI6ICJEYXRhIHZhbHVlLCBwZXJjZW50IG9mIHRvdGFsIgogICAgICAgICAgfQogICAgICAgIF0KICAgICAgfQogICAgfSwKICAgICJkb251dENoYXJ0IjogewogICAgICAiKiI6IHsKICAgICAgICAibGVnZW5kIjogWwogICAgICAgICAgewogICAgICAgICAgICAic2hvdyI6IHRydWUsCiAgICAgICAgICAgICJwb3NpdGlvbiI6ICJSaWdodENlbnRlciIKICAgICAgICAgIH0KICAgICAgICBdLAogICAgICAgICJsYWJlbHMiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJsYWJlbFN0eWxlIjogIkRhdGEgdmFsdWUsIHBlcmNlbnQgb2YgdG90YWwiCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgInBpdm90VGFibGUiOiB7CiAgICAgICIqIjogewogICAgICAgICJyb3dIZWFkZXJzIjogWwogICAgICAgICAgewogICAgICAgICAgICAic2hvd0V4cGFuZENvbGxhcHNlQnV0dG9ucyI6IHRydWUsCiAgICAgICAgICAgICJsZWdhY3lTdHlsZURpc2FibGVkIjogdHJ1ZQogICAgICAgICAgfQogICAgICAgIF0KICAgICAgfQogICAgfSwKICAgICJtdWx0aVJvd0NhcmQiOiB7CiAgICAgICIqIjogewogICAgICAgICJjYXJkIjogWwogICAgICAgICAgewogICAgICAgICAgICAib3V0bGluZVdlaWdodCI6IDIsCiAgICAgICAgICAgICJiYXJTaG93IjogdHJ1ZSwKICAgICAgICAgICAgImJhcldlaWdodCI6IDIKICAgICAgICAgIH0KICAgICAgICBdCiAgICAgIH0KICAgIH0sCiAgICAia3BpIjogewogICAgICAiKiI6IHsKICAgICAgICAidHJlbmRsaW5lIjogWwogICAgICAgICAgewogICAgICAgICAgICAidHJhbnNwYXJlbmN5IjogMjAKICAgICAgICAgIH0KICAgICAgICBdCiAgICAgIH0KICAgIH0sCiAgICAiY2FyZFZpc3VhbCI6IHsKICAgICAgIioiOiB7CiAgICAgICAgImxheW91dCI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgIm1heFRpbGVzIjogMwogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgIm92ZXJmbG93IjogWwogICAgICAgICAgewogICAgICAgICAgICAidHlwZSI6IDAKICAgICAgICAgIH0KICAgICAgICBdLAogICAgICAgICJpbWFnZSI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgImZpeGVkU2l6ZSI6IGZhbHNlCiAgICAgICAgICB9LAogICAgICAgICAgewogICAgICAgICAgICAiaW1hZ2VBcmVhU2l6ZSI6IDUwCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgImFkdmFuY2VkU2xpY2VyVmlzdWFsIjogewogICAgICAiKiI6IHsKICAgICAgICAibGF5b3V0IjogWwogICAgICAgICAgewogICAgICAgICAgICAibWF4VGlsZXMiOiAzCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgInNsaWNlciI6IHsKICAgICAgIioiOiB7CiAgICAgICAgImdlbmVyYWwiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJyZXNwb25zaXZlIjogdHJ1ZQogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgImRhdGUiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJoaWRlRGF0ZVBpY2tlckJ1dHRvbiI6IGZhbHNlCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAiaXRlbXMiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJwYWRkaW5nIjogNCwKICAgICAgICAgICAgImFjY2Vzc2liaWxpdHlDb250cmFzdFByb3BlcnRpZXMiOiB0cnVlCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgIndhdGVyZmFsbENoYXJ0IjogewogICAgICAiKiI6IHsKICAgICAgICAiZ2VuZXJhbCI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInJlc3BvbnNpdmUiOiB0cnVlCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgImNvbHVtbkNoYXJ0IjogewogICAgICAiKiI6IHsKICAgICAgICAiZ2VuZXJhbCI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInJlc3BvbnNpdmUiOiB0cnVlCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAibGVnZW5kIjogWwogICAgICAgICAgewogICAgICAgICAgICAic2hvd0dyYWRpZW50TGVnZW5kIjogdHJ1ZQogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgInNtYWxsTXVsdGlwbGVzTGF5b3V0IjogWwogICAgICAgICAgewogICAgICAgICAgICAiYmFja2dyb3VuZFRyYW5zcGFyZW5jeSI6IDAsCiAgICAgICAgICAgICJncmlkTGluZVR5cGUiOiAiaW5uZXIiCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgImNsdXN0ZXJlZENvbHVtbkNoYXJ0IjogewogICAgICAiKiI6IHsKICAgICAgICAiZ2VuZXJhbCI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInJlc3BvbnNpdmUiOiB0cnVlCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAibGVnZW5kIjogWwogICAgICAgICAgewogICAgICAgICAgICAic2hvd0dyYWRpZW50TGVnZW5kIjogdHJ1ZQogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgInNtYWxsTXVsdGlwbGVzTGF5b3V0IjogWwogICAgICAgICAgewogICAgICAgICAgICAiYmFja2dyb3VuZFRyYW5zcGFyZW5jeSI6IDAsCiAgICAgICAgICAgICJncmlkTGluZVR5cGUiOiAiaW5uZXIiCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgImh1bmRyZWRQZXJjZW50U3RhY2tlZENvbHVtbkNoYXJ0IjogewogICAgICAiKiI6IHsKICAgICAgICAiZ2VuZXJhbCI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInJlc3BvbnNpdmUiOiB0cnVlCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAibGVnZW5kIjogWwogICAgICAgICAgewogICAgICAgICAgICAic2hvd0dyYWRpZW50TGVnZW5kIjogdHJ1ZQogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgInNtYWxsTXVsdGlwbGVzTGF5b3V0IjogWwogICAgICAgICAgewogICAgICAgICAgICAiYmFja2dyb3VuZFRyYW5zcGFyZW5jeSI6IDAsCiAgICAgICAgICAgICJncmlkTGluZVR5cGUiOiAiaW5uZXIiCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgImJhckNoYXJ0IjogewogICAgICAiKiI6IHsKICAgICAgICAiZ2VuZXJhbCI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInJlc3BvbnNpdmUiOiB0cnVlCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAibGVnZW5kIjogWwogICAgICAgICAgewogICAgICAgICAgICAic2hvd0dyYWRpZW50TGVnZW5kIjogdHJ1ZQogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgInNtYWxsTXVsdGlwbGVzTGF5b3V0IjogWwogICAgICAgICAgewogICAgICAgICAgICAiYmFja2dyb3VuZFRyYW5zcGFyZW5jeSI6IDAsCiAgICAgICAgICAgICJncmlkTGluZVR5cGUiOiAiaW5uZXIiCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgImNsdXN0ZXJlZEJhckNoYXJ0IjogewogICAgICAiKiI6IHsKICAgICAgICAiZ2VuZXJhbCI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInJlc3BvbnNpdmUiOiB0cnVlCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAibGVnZW5kIjogWwogICAgICAgICAgewogICAgICAgICAgICAic2hvd0dyYWRpZW50TGVnZW5kIjogdHJ1ZQogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgInNtYWxsTXVsdGlwbGVzTGF5b3V0IjogWwogICAgICAgICAgewogICAgICAgICAgICAiYmFja2dyb3VuZFRyYW5zcGFyZW5jeSI6IDAsCiAgICAgICAgICAgICJncmlkTGluZVR5cGUiOiAiaW5uZXIiCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgImh1bmRyZWRQZXJjZW50U3RhY2tlZEJhckNoYXJ0IjogewogICAgICAiKiI6IHsKICAgICAgICAiZ2VuZXJhbCI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInJlc3BvbnNpdmUiOiB0cnVlCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAibGVnZW5kIjogWwogICAgICAgICAgewogICAgICAgICAgICAic2hvd0dyYWRpZW50TGVnZW5kIjogdHJ1ZQogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgInNtYWxsTXVsdGlwbGVzTGF5b3V0IjogWwogICAgICAgICAgewogICAgICAgICAgICAiYmFja2dyb3VuZFRyYW5zcGFyZW5jeSI6IDAsCiAgICAgICAgICAgICJncmlkTGluZVR5cGUiOiAiaW5uZXIiCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgImFyZWFDaGFydCI6IHsKICAgICAgIioiOiB7CiAgICAgICAgImdlbmVyYWwiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJyZXNwb25zaXZlIjogdHJ1ZQogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgInNtYWxsTXVsdGlwbGVzTGF5b3V0IjogWwogICAgICAgICAgewogICAgICAgICAgICAiYmFja2dyb3VuZFRyYW5zcGFyZW5jeSI6IDAsCiAgICAgICAgICAgICJncmlkTGluZVR5cGUiOiAiaW5uZXIiCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgInN0YWNrZWRBcmVhQ2hhcnQiOiB7CiAgICAgICIqIjogewogICAgICAgICJnZW5lcmFsIjogWwogICAgICAgICAgewogICAgICAgICAgICAicmVzcG9uc2l2ZSI6IHRydWUKICAgICAgICAgIH0KICAgICAgICBdLAogICAgICAgICJzbWFsbE11bHRpcGxlc0xheW91dCI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgImJhY2tncm91bmRUcmFuc3BhcmVuY3kiOiAwLAogICAgICAgICAgICAiZ3JpZExpbmVUeXBlIjogImlubmVyIgogICAgICAgICAgfQogICAgICAgIF0KICAgICAgfQogICAgfSwKICAgICJsaW5lQ2x1c3RlcmVkQ29sdW1uQ29tYm9DaGFydCI6IHsKICAgICAgIioiOiB7CiAgICAgICAgImdlbmVyYWwiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJyZXNwb25zaXZlIjogdHJ1ZQogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgInNtYWxsTXVsdGlwbGVzTGF5b3V0IjogWwogICAgICAgICAgewogICAgICAgICAgICAiYmFja2dyb3VuZFRyYW5zcGFyZW5jeSI6IDAsCiAgICAgICAgICAgICJncmlkTGluZVR5cGUiOiAiaW5uZXIiCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgImxpbmVTdGFja2VkQ29sdW1uQ29tYm9DaGFydCI6IHsKICAgICAgIioiOiB7CiAgICAgICAgImdlbmVyYWwiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJyZXNwb25zaXZlIjogdHJ1ZQogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgInNtYWxsTXVsdGlwbGVzTGF5b3V0IjogWwogICAgICAgICAgewogICAgICAgICAgICAiYmFja2dyb3VuZFRyYW5zcGFyZW5jeSI6IDAsCiAgICAgICAgICAgICJncmlkTGluZVR5cGUiOiAiaW5uZXIiCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgInJpYmJvbkNoYXJ0IjogewogICAgICAiKiI6IHsKICAgICAgICAiZ2VuZXJhbCI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInJlc3BvbnNpdmUiOiB0cnVlCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAic21hbGxNdWx0aXBsZXNMYXlvdXQiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJiYWNrZ3JvdW5kVHJhbnNwYXJlbmN5IjogMCwKICAgICAgICAgICAgImdyaWRMaW5lVHlwZSI6ICJpbm5lciIKICAgICAgICAgIH0KICAgICAgICBdLAogICAgICAgICJ2YWx1ZUF4aXMiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJzaG93IjogdHJ1ZQogICAgICAgICAgfQogICAgICAgIF0KICAgICAgfQogICAgfSwKICAgICJodW5kcmVkUGVyY2VudFN0YWNrZWRBcmVhQ2hhcnQiOiB7CiAgICAgICIqIjogewogICAgICAgICJnZW5lcmFsIjogWwogICAgICAgICAgewogICAgICAgICAgICAicmVzcG9uc2l2ZSI6IHRydWUKICAgICAgICAgIH0KICAgICAgICBdLAogICAgICAgICJzbWFsbE11bHRpcGxlc0xheW91dCI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgImJhY2tncm91bmRUcmFuc3BhcmVuY3kiOiAwLAogICAgICAgICAgICAiZ3JpZExpbmVUeXBlIjogImlubmVyIgogICAgICAgICAgfQogICAgICAgIF0KICAgICAgfQogICAgfSwKICAgICJncm91cCI6IHsKICAgICAgIioiOiB7CiAgICAgICAgImJhY2tncm91bmQiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJzaG93IjogZmFsc2UKICAgICAgICAgIH0KICAgICAgICBdCiAgICAgIH0KICAgIH0sCiAgICAiYmFzaWNTaGFwZSI6IHsKICAgICAgIioiOiB7CiAgICAgICAgImJhY2tncm91bmQiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJzaG93IjogZmFsc2UKICAgICAgICAgIH0KICAgICAgICBdLAogICAgICAgICJnZW5lcmFsIjogWwogICAgICAgICAgewogICAgICAgICAgICAia2VlcExheWVyT3JkZXIiOiB0cnVlCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAidmlzdWFsSGVhZGVyIjogWwogICAgICAgICAgewogICAgICAgICAgICAic2hvdyI6IGZhbHNlCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgInNoYXBlIjogewogICAgICAiKiI6IHsKICAgICAgICAiYmFja2dyb3VuZCI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInNob3ciOiBmYWxzZQogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgImdlbmVyYWwiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJrZWVwTGF5ZXJPcmRlciI6IHRydWUKICAgICAgICAgIH0KICAgICAgICBdLAogICAgICAgICJ2aXN1YWxIZWFkZXIiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJzaG93IjogZmFsc2UKICAgICAgICAgIH0KICAgICAgICBdCiAgICAgIH0KICAgIH0sCiAgICAiaW1hZ2UiOiB7CiAgICAgICIqIjogewogICAgICAgICJiYWNrZ3JvdW5kIjogWwogICAgICAgICAgewogICAgICAgICAgICAic2hvdyI6IGZhbHNlCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAiZ2VuZXJhbCI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgImtlZXBMYXllck9yZGVyIjogdHJ1ZQogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgInZpc3VhbEhlYWRlciI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInNob3ciOiBmYWxzZQogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgImxvY2tBc3BlY3QiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJzaG93IjogdHJ1ZQogICAgICAgICAgfQogICAgICAgIF0KICAgICAgfQogICAgfSwKICAgICJhY3Rpb25CdXR0b24iOiB7CiAgICAgICIqIjogewogICAgICAgICJiYWNrZ3JvdW5kIjogWwogICAgICAgICAgewogICAgICAgICAgICAic2hvdyI6IGZhbHNlCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAidmlzdWFsSGVhZGVyIjogWwogICAgICAgICAgewogICAgICAgICAgICAic2hvdyI6IGZhbHNlCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgInBhZ2VOYXZpZ2F0b3IiOiB7CiAgICAgICIqIjogewogICAgICAgICJiYWNrZ3JvdW5kIjogWwogICAgICAgICAgewogICAgICAgICAgICAic2hvdyI6IGZhbHNlCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAidmlzdWFsSGVhZGVyIjogWwogICAgICAgICAgewogICAgICAgICAgICAic2hvdyI6IGZhbHNlCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgImJvb2ttYXJrTmF2aWdhdG9yIjogewogICAgICAiKiI6IHsKICAgICAgICAiYmFja2dyb3VuZCI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInNob3ciOiBmYWxzZQogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgInZpc3VhbEhlYWRlciI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInNob3ciOiBmYWxzZQogICAgICAgICAgfQogICAgICAgIF0KICAgICAgfQogICAgfSwKICAgICJ0ZXh0Ym94IjogewogICAgICAiKiI6IHsKICAgICAgICAiZ2VuZXJhbCI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgImtlZXBMYXllck9yZGVyIjogdHJ1ZQogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgInZpc3VhbEhlYWRlciI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInNob3ciOiBmYWxzZQogICAgICAgICAgfQogICAgICAgIF0KICAgICAgfQogICAgfSwKICAgICJwYWdlIjogewogICAgICAiKiI6IHsKICAgICAgICAib3V0c3BhY2UiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJjb2xvciI6IHsKICAgICAgICAgICAgICAic29saWQiOiB7CiAgICAgICAgICAgICAgICAiY29sb3IiOiAiI0ZGRkZGRiIKICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0KICAgICAgICAgIH0KICAgICAgICBdLAogICAgICAgICJiYWNrZ3JvdW5kIjogWwogICAgICAgICAgewogICAgICAgICAgICAidHJhbnNwYXJlbmN5IjogMTAwCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9CiAgfQp9", + "payloadType": "InlineBase64"}, {"path": "definition/version.json", "payload": + "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9pdGVtL3JlcG9ydC9kZWZpbml0aW9uL3ZlcnNpb25NZXRhZGF0YS8xLjAuMC9zY2hlbWEuanNvbiIsCiAgInZlcnNpb24iOiAiMi4wLjAiCn0=", + "payloadType": "InlineBase64"}, {"path": "definition/report.json", "payload": + "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9pdGVtL3JlcG9ydC9kZWZpbml0aW9uL3JlcG9ydC8xLjIuMC9zY2hlbWEuanNvbiIsCiAgInRoZW1lQ29sbGVjdGlvbiI6IHsKICAgICJiYXNlVGhlbWUiOiB7CiAgICAgICJuYW1lIjogIkNZMjRTVTEwIiwKICAgICAgInJlcG9ydFZlcnNpb25BdEltcG9ydCI6ICI1LjYxIiwKICAgICAgInR5cGUiOiAiU2hhcmVkUmVzb3VyY2VzIgogICAgfQogIH0sCiAgImxheW91dE9wdGltaXphdGlvbiI6ICJOb25lIiwKICAib2JqZWN0cyI6IHsKICAgICJzZWN0aW9uIjogWwogICAgICB7CiAgICAgICAgInByb3BlcnRpZXMiOiB7CiAgICAgICAgICAidmVydGljYWxBbGlnbm1lbnQiOiB7CiAgICAgICAgICAgICJleHByIjogewogICAgICAgICAgICAgICJMaXRlcmFsIjogewogICAgICAgICAgICAgICAgIlZhbHVlIjogIidUb3AnIgogICAgICAgICAgICAgIH0KICAgICAgICAgICAgfQogICAgICAgICAgfQogICAgICAgIH0KICAgICAgfQogICAgXQogIH0sCiAgInJlc291cmNlUGFja2FnZXMiOiBbCiAgICB7CiAgICAgICJuYW1lIjogIlNoYXJlZFJlc291cmNlcyIsCiAgICAgICJ0eXBlIjogIlNoYXJlZFJlc291cmNlcyIsCiAgICAgICJpdGVtcyI6IFsKICAgICAgICB7CiAgICAgICAgICAibmFtZSI6ICJDWTI0U1UxMCIsCiAgICAgICAgICAicGF0aCI6ICJCYXNlVGhlbWVzL0NZMjRTVTEwLmpzb24iLAogICAgICAgICAgInR5cGUiOiAiQmFzZVRoZW1lIgogICAgICAgIH0KICAgICAgXQogICAgfQogIF0sCiAgInNldHRpbmdzIjogewogICAgInVzZVN0eWxhYmxlVmlzdWFsQ29udGFpbmVySGVhZGVyIjogdHJ1ZSwKICAgICJkZWZhdWx0RHJpbGxGaWx0ZXJPdGhlclZpc3VhbHMiOiB0cnVlLAogICAgImFsbG93Q2hhbmdlRmlsdGVyVHlwZXMiOiB0cnVlLAogICAgInVzZUVuaGFuY2VkVG9vbHRpcHMiOiB0cnVlLAogICAgInVzZURlZmF1bHRBZ2dyZWdhdGVEaXNwbGF5TmFtZSI6IHRydWUKICB9Cn0=", + "payloadType": "InlineBase64"}, {"path": "definition/pages/pages.json", "payload": + "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9pdGVtL3JlcG9ydC9kZWZpbml0aW9uL3BhZ2VzTWV0YWRhdGEvMS4wLjAvc2NoZW1hLmpzb24iLAogICJwYWdlT3JkZXIiOiBbCiAgICAiYjhjNWZiOGQ2MzVmODk4MzI2YzYiCiAgXSwKICAiYWN0aXZlUGFnZU5hbWUiOiAiYjhjNWZiOGQ2MzVmODk4MzI2YzYiCn0=", + "payloadType": "InlineBase64"}, {"path": "definition/pages/b8c5fb8d635f898326c6/page.json", + "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9pdGVtL3JlcG9ydC9kZWZpbml0aW9uL3BhZ2UvMS4zLjAvc2NoZW1hLmpzb24iLAogICJuYW1lIjogImI4YzVmYjhkNjM1Zjg5ODMyNmM2IiwKICAiZGlzcGxheU5hbWUiOiAiUGFnZSAxIiwKICAiZGlzcGxheU9wdGlvbiI6ICJGaXRUb1BhZ2UiLAogICJoZWlnaHQiOiA3MjAsCiAgIndpZHRoIjogMTI4MAp9", + "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIlJlcG9ydCIsCiAgICAiZGlzcGxheU5hbWUiOiAiZmFiY2xpMDAwMDAxIiwKICAgICJkZXNjcmlwdGlvbiI6ICJDcmVhdGVkIGJ5IGZhYiIKICB9LAogICJjb25maWciOiB7CiAgICAidmVyc2lvbiI6ICIyLjAiLAogICAgImxvZ2ljYWxJZCI6ICIwMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiCiAgfQp9", + "payloadType": "InlineBase64"}]}}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Type: + - application/json + Date: + - Thu, 29 Jan 2026 06:02:50 GMT + Pragma: + - no-cache + RequestId: + - 5ec654e3-a939-4539-8aaf-95efd7593caf + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + Transfer-Encoding: + - chunked + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:02:52 GMT + Pragma: + - no-cache + RequestId: + - e4790680-a843-4733-8441-e928712b6ccb + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "adbc12ba-2d82-495a-a52c-0b5173b2b51b", "type": "Report", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '397' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:02:52 GMT + Pragma: + - no-cache + RequestId: + - 2579b787-5757-4c37-b428-f3524dfd0257 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "adbc12ba-2d82-495a-a52c-0b5173b2b51b", "type": "Report", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '397' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:02:53 GMT + Pragma: + - no-cache + RequestId: + - 790f8ac1-fba0-487d-80b3-7a13e5bf28ac + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: '{"type": "Report", "description": "Imported from fab", "folderId": null, + "displayName": "fabcli000001_new_5", "definition": {"parts": [{"path": "definition.pbir", + "payload": "ewogICAgIiRzY2hlbWEiOiAiaHR0cHM6Ly9kZXZlbG9wZXIubWljcm9zb2Z0LmNvbS9qc29uLXNjaGVtYXMvZmFicmljL2l0ZW0vcmVwb3J0L2RlZmluaXRpb25Qcm9wZXJ0aWVzLzIuMC4wL3NjaGVtYS5qc29uIiwKICAgICJ2ZXJzaW9uIjogIjQuMCIsCiAgICAiZGF0YXNldFJlZmVyZW5jZSI6IHsKICAgICAgICAiYnlDb25uZWN0aW9uIjogewogICAgICAgICAgICAiY29ubmVjdGlvblN0cmluZyI6ICJEYXRhIFNvdXJjZT1wb3dlcmJpOi8vYXBpLnBvd2VyYmkuY29tL3YxLjAvbXlvcmcvZmFicmljY2xpX1dvcmtzcGFjZVBlclRlc3RjbGFzc18wMDAwMDE7aW5pdGlhbCBjYXRhbG9nPWZhYmNsaTAwMDAwMV9hdXRvO2ludGVncmF0ZWQgc2VjdXJpdHk9Q2xhaW1zVG9rZW47c2VtYW50aWNtb2RlbGlkPWQyMTRlZWZhLTljM2MtNDdkNi04Y2Y2LTkyYjdmY2E2YTU3MSIKICAgICAgICB9CiAgICB9Cn0=", + "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICAgIiRzY2hlbWEiOiAiaHR0cHM6Ly9kZXZlbG9wZXIubWljcm9zb2Z0LmNvbS9qc29uLXNjaGVtYXMvZmFicmljL2dpdEludGVncmF0aW9uL3BsYXRmb3JtUHJvcGVydGllcy8yLjAuMC9zY2hlbWEuanNvbiIsCiAgICAibWV0YWRhdGEiOiB7CiAgICAgICAgInR5cGUiOiAiUmVwb3J0IiwKICAgICAgICAiZGlzcGxheU5hbWUiOiAiZmFiY2xpMDAwMDAxIiwKICAgICAgICAiZGVzY3JpcHRpb24iOiAiQ3JlYXRlZCBieSBmYWIiCiAgICB9LAogICAgImNvbmZpZyI6IHsKICAgICAgICAidmVyc2lvbiI6ICIyLjAiLAogICAgICAgICJsb2dpY2FsSWQiOiAiMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIgogICAgfQp9", + "payloadType": "InlineBase64"}, {"path": "definition/version.json", "payload": + "ewogICAgIiRzY2hlbWEiOiAiaHR0cHM6Ly9kZXZlbG9wZXIubWljcm9zb2Z0LmNvbS9qc29uLXNjaGVtYXMvZmFicmljL2l0ZW0vcmVwb3J0L2RlZmluaXRpb24vdmVyc2lvbk1ldGFkYXRhLzEuMC4wL3NjaGVtYS5qc29uIiwKICAgICJ2ZXJzaW9uIjogIjIuMC4wIgp9", + "payloadType": "InlineBase64"}, {"path": "definition/report.json", "payload": + "ewogICAgIiRzY2hlbWEiOiAiaHR0cHM6Ly9kZXZlbG9wZXIubWljcm9zb2Z0LmNvbS9qc29uLXNjaGVtYXMvZmFicmljL2l0ZW0vcmVwb3J0L2RlZmluaXRpb24vcmVwb3J0LzEuMi4wL3NjaGVtYS5qc29uIiwKICAgICJ0aGVtZUNvbGxlY3Rpb24iOiB7CiAgICAgICAgImJhc2VUaGVtZSI6IHsKICAgICAgICAgICAgIm5hbWUiOiAiQ1kyNFNVMTAiLAogICAgICAgICAgICAicmVwb3J0VmVyc2lvbkF0SW1wb3J0IjogIjUuNjEiLAogICAgICAgICAgICAidHlwZSI6ICJTaGFyZWRSZXNvdXJjZXMiCiAgICAgICAgfQogICAgfSwKICAgICJsYXlvdXRPcHRpbWl6YXRpb24iOiAiTm9uZSIsCiAgICAib2JqZWN0cyI6IHsKICAgICAgICAic2VjdGlvbiI6IFsKICAgICAgICAgICAgewogICAgICAgICAgICAgICAgInByb3BlcnRpZXMiOiB7CiAgICAgICAgICAgICAgICAgICAgInZlcnRpY2FsQWxpZ25tZW50IjogewogICAgICAgICAgICAgICAgICAgICAgICAiZXhwciI6IHsKICAgICAgICAgICAgICAgICAgICAgICAgICAgICJMaXRlcmFsIjogewogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICJWYWx1ZSI6ICInVG9wJyIKICAgICAgICAgICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgfQogICAgICAgIF0KICAgIH0sCiAgICAicmVzb3VyY2VQYWNrYWdlcyI6IFsKICAgICAgICB7CiAgICAgICAgICAgICJuYW1lIjogIlNoYXJlZFJlc291cmNlcyIsCiAgICAgICAgICAgICJ0eXBlIjogIlNoYXJlZFJlc291cmNlcyIsCiAgICAgICAgICAgICJpdGVtcyI6IFsKICAgICAgICAgICAgICAgIHsKICAgICAgICAgICAgICAgICAgICAibmFtZSI6ICJDWTI0U1UxMCIsCiAgICAgICAgICAgICAgICAgICAgInBhdGgiOiAiQmFzZVRoZW1lcy9DWTI0U1UxMC5qc29uIiwKICAgICAgICAgICAgICAgICAgICAidHlwZSI6ICJCYXNlVGhlbWUiCiAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgIF0KICAgICAgICB9CiAgICBdLAogICAgInNldHRpbmdzIjogewogICAgICAgICJ1c2VTdHlsYWJsZVZpc3VhbENvbnRhaW5lckhlYWRlciI6IHRydWUsCiAgICAgICAgImRlZmF1bHREcmlsbEZpbHRlck90aGVyVmlzdWFscyI6IHRydWUsCiAgICAgICAgImFsbG93Q2hhbmdlRmlsdGVyVHlwZXMiOiB0cnVlLAogICAgICAgICJ1c2VFbmhhbmNlZFRvb2x0aXBzIjogdHJ1ZSwKICAgICAgICAidXNlRGVmYXVsdEFnZ3JlZ2F0ZURpc3BsYXlOYW1lIjogdHJ1ZQogICAgfQp9", + "payloadType": "InlineBase64"}, {"path": "definition/pages/pages.json", "payload": + "ewogICAgIiRzY2hlbWEiOiAiaHR0cHM6Ly9kZXZlbG9wZXIubWljcm9zb2Z0LmNvbS9qc29uLXNjaGVtYXMvZmFicmljL2l0ZW0vcmVwb3J0L2RlZmluaXRpb24vcGFnZXNNZXRhZGF0YS8xLjAuMC9zY2hlbWEuanNvbiIsCiAgICAicGFnZU9yZGVyIjogWwogICAgICAgICJiOGM1ZmI4ZDYzNWY4OTgzMjZjNiIKICAgIF0sCiAgICAiYWN0aXZlUGFnZU5hbWUiOiAiYjhjNWZiOGQ2MzVmODk4MzI2YzYiCn0=", + "payloadType": "InlineBase64"}, {"path": "definition/pages/b8c5fb8d635f898326c6/page.json", + "payload": "ewogICAgIiRzY2hlbWEiOiAiaHR0cHM6Ly9kZXZlbG9wZXIubWljcm9zb2Z0LmNvbS9qc29uLXNjaGVtYXMvZmFicmljL2l0ZW0vcmVwb3J0L2RlZmluaXRpb24vcGFnZS8xLjMuMC9zY2hlbWEuanNvbiIsCiAgICAibmFtZSI6ICJiOGM1ZmI4ZDYzNWY4OTgzMjZjNiIsCiAgICAiZGlzcGxheU5hbWUiOiAiUGFnZSAxIiwKICAgICJkaXNwbGF5T3B0aW9uIjogIkZpdFRvUGFnZSIsCiAgICAiaGVpZ2h0IjogNzIwLAogICAgIndpZHRoIjogMTI4MAp9", + "payloadType": "InlineBase64"}, {"path": "StaticResources/SharedResources/BaseThemes/CY24SU10.json", + "payload": "ewogICAgIm5hbWUiOiAiQ1kyNFNVMTAiLAogICAgImRhdGFDb2xvcnMiOiBbCiAgICAgICAgIiMxMThERkYiLAogICAgICAgICIjMTIyMzlFIiwKICAgICAgICAiI0U2NkMzNyIsCiAgICAgICAgIiM2QjAwN0IiLAogICAgICAgICIjRTA0NEE3IiwKICAgICAgICAiIzc0NEVDMiIsCiAgICAgICAgIiNEOUIzMDAiLAogICAgICAgICIjRDY0NTUwIiwKICAgICAgICAiIzE5NzI3OCIsCiAgICAgICAgIiMxQUFCNDAiLAogICAgICAgICIjMTVDNkY0IiwKICAgICAgICAiIzQwOTJGRiIsCiAgICAgICAgIiNGRkEwNTgiLAogICAgICAgICIjQkU1REM5IiwKICAgICAgICAiI0Y0NzJEMCIsCiAgICAgICAgIiNCNUExRkYiLAogICAgICAgICIjQzRBMjAwIiwKICAgICAgICAiI0ZGODA4MCIsCiAgICAgICAgIiMwMERCQkMiLAogICAgICAgICIjNUJENjY3IiwKICAgICAgICAiIzAwOTFENSIsCiAgICAgICAgIiM0NjY4QzUiLAogICAgICAgICIjRkY2MzAwIiwKICAgICAgICAiIzk5MDA4QSIsCiAgICAgICAgIiNFQzAwOEMiLAogICAgICAgICIjNTMzMjg1IiwKICAgICAgICAiIzk5NzAwQSIsCiAgICAgICAgIiNGRjQxNDEiLAogICAgICAgICIjMUY5QTg1IiwKICAgICAgICAiIzI1ODkxQyIsCiAgICAgICAgIiMwMDU3QTIiLAogICAgICAgICIjMDAyMDUwIiwKICAgICAgICAiI0M5NEYwRiIsCiAgICAgICAgIiM0NTBGNTQiLAogICAgICAgICIjQjYwMDY0IiwKICAgICAgICAiIzM0MTI0RiIsCiAgICAgICAgIiM2QTVBMjkiLAogICAgICAgICIjMUFBQjQwIiwKICAgICAgICAiI0JBMTQxQSIsCiAgICAgICAgIiMwQzNEMzciLAogICAgICAgICIjMEI1MTFGIgogICAgXSwKICAgICJmb3JlZ3JvdW5kIjogIiMyNTI0MjMiLAogICAgImZvcmVncm91bmROZXV0cmFsU2Vjb25kYXJ5IjogIiM2MDVFNUMiLAogICAgImZvcmVncm91bmROZXV0cmFsVGVydGlhcnkiOiAiI0IzQjBBRCIsCiAgICAiYmFja2dyb3VuZCI6ICIjRkZGRkZGIiwKICAgICJiYWNrZ3JvdW5kTGlnaHQiOiAiI0YzRjJGMSIsCiAgICAiYmFja2dyb3VuZE5ldXRyYWwiOiAiI0M4QzZDNCIsCiAgICAidGFibGVBY2NlbnQiOiAiIzExOERGRiIsCiAgICAiZ29vZCI6ICIjMUFBQjQwIiwKICAgICJuZXV0cmFsIjogIiNEOUIzMDAiLAogICAgImJhZCI6ICIjRDY0NTU0IiwKICAgICJtYXhpbXVtIjogIiMxMThERkYiLAogICAgImNlbnRlciI6ICIjRDlCMzAwIiwKICAgICJtaW5pbXVtIjogIiNERUVGRkYiLAogICAgIm51bGwiOiAiI0ZGN0Y0OCIsCiAgICAiaHlwZXJsaW5rIjogIiMwMDc4ZDQiLAogICAgInZpc2l0ZWRIeXBlcmxpbmsiOiAiIzAwNzhkNCIsCiAgICAidGV4dENsYXNzZXMiOiB7CiAgICAgICAgImNhbGxvdXQiOiB7CiAgICAgICAgICAgICJmb250U2l6ZSI6IDQ1LAogICAgICAgICAgICAiZm9udEZhY2UiOiAiRElOIiwKICAgICAgICAgICAgImNvbG9yIjogIiMyNTI0MjMiCiAgICAgICAgfSwKICAgICAgICAidGl0bGUiOiB7CiAgICAgICAgICAgICJmb250U2l6ZSI6IDEyLAogICAgICAgICAgICAiZm9udEZhY2UiOiAiRElOIiwKICAgICAgICAgICAgImNvbG9yIjogIiMyNTI0MjMiCiAgICAgICAgfSwKICAgICAgICAiaGVhZGVyIjogewogICAgICAgICAgICAiZm9udFNpemUiOiAxMiwKICAgICAgICAgICAgImZvbnRGYWNlIjogIlNlZ29lIFVJIFNlbWlib2xkIiwKICAgICAgICAgICAgImNvbG9yIjogIiMyNTI0MjMiCiAgICAgICAgfSwKICAgICAgICAibGFiZWwiOiB7CiAgICAgICAgICAgICJmb250U2l6ZSI6IDEwLAogICAgICAgICAgICAiZm9udEZhY2UiOiAiU2Vnb2UgVUkiLAogICAgICAgICAgICAiY29sb3IiOiAiIzI1MjQyMyIKICAgICAgICB9CiAgICB9LAogICAgInZpc3VhbFN0eWxlcyI6IHsKICAgICAgICAiKiI6IHsKICAgICAgICAgICAgIioiOiB7CiAgICAgICAgICAgICAgICAiKiI6IFsKICAgICAgICAgICAgICAgICAgICB7CiAgICAgICAgICAgICAgICAgICAgICAgICJ3b3JkV3JhcCI6IHRydWUKICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICBdLAogICAgICAgICAgICAgICAgImxpbmUiOiBbCiAgICAgICAgICAgICAgICAgICAgewogICAgICAgICAgICAgICAgICAgICAgICAidHJhbnNwYXJlbmN5IjogMAogICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIF0sCiAgICAgICAgICAgICAgICAib3V0bGluZSI6IFsKICAgICAgICAgICAgICAgICAgICB7CiAgICAgICAgICAgICAgICAgICAgICAgICJ0cmFuc3BhcmVuY3kiOiAwCiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgXSwKICAgICAgICAgICAgICAgICJwbG90QXJlYSI6IFsKICAgICAgICAgICAgICAgICAgICB7CiAgICAgICAgICAgICAgICAgICAgICAgICJ0cmFuc3BhcmVuY3kiOiAwCiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgXSwKICAgICAgICAgICAgICAgICJjYXRlZ29yeUF4aXMiOiBbCiAgICAgICAgICAgICAgICAgICAgewogICAgICAgICAgICAgICAgICAgICAgICAic2hvd0F4aXNUaXRsZSI6IHRydWUsCiAgICAgICAgICAgICAgICAgICAgICAgICJncmlkbGluZVN0eWxlIjogImRvdHRlZCIsCiAgICAgICAgICAgICAgICAgICAgICAgICJjb25jYXRlbmF0ZUxhYmVscyI6IGZhbHNlCiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgXSwKICAgICAgICAgICAgICAgICJ2YWx1ZUF4aXMiOiBbCiAgICAgICAgICAgICAgICAgICAgewogICAgICAgICAgICAgICAgICAgICAgICAic2hvd0F4aXNUaXRsZSI6IHRydWUsCiAgICAgICAgICAgICAgICAgICAgICAgICJncmlkbGluZVN0eWxlIjogImRvdHRlZCIKICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICBdLAogICAgICAgICAgICAgICAgInkyQXhpcyI6IFsKICAgICAgICAgICAgICAgICAgICB7CiAgICAgICAgICAgICAgICAgICAgICAgICJzaG93IjogdHJ1ZQogICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIF0sCiAgICAgICAgICAgICAgICAidGl0bGUiOiBbCiAgICAgICAgICAgICAgICAgICAgewogICAgICAgICAgICAgICAgICAgICAgICAidGl0bGVXcmFwIjogdHJ1ZQogICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIF0sCiAgICAgICAgICAgICAgICAibGluZVN0eWxlcyI6IFsKICAgICAgICAgICAgICAgICAgICB7CiAgICAgICAgICAgICAgICAgICAgICAgICJzdHJva2VXaWR0aCI6IDMKICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICBdLAogICAgICAgICAgICAgICAgIndvcmRXcmFwIjogWwogICAgICAgICAgICAgICAgICAgIHsKICAgICAgICAgICAgICAgICAgICAgICAgInNob3ciOiB0cnVlCiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgXSwKICAgICAgICAgICAgICAgICJiYWNrZ3JvdW5kIjogWwogICAgICAgICAgICAgICAgICAgIHsKICAgICAgICAgICAgICAgICAgICAgICAgInNob3ciOiB0cnVlLAogICAgICAgICAgICAgICAgICAgICAgICAidHJhbnNwYXJlbmN5IjogMAogICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIF0sCiAgICAgICAgICAgICAgICAiYm9yZGVyIjogWwogICAgICAgICAgICAgICAgICAgIHsKICAgICAgICAgICAgICAgICAgICAgICAgIndpZHRoIjogMQogICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIF0sCiAgICAgICAgICAgICAgICAib3V0c3BhY2VQYW5lIjogWwogICAgICAgICAgICAgICAgICAgIHsKICAgICAgICAgICAgICAgICAgICAgICAgImJhY2tncm91bmRDb2xvciI6IHsKICAgICAgICAgICAgICAgICAgICAgICAgICAgICJzb2xpZCI6IHsKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAiY29sb3IiOiAiI2ZmZmZmZiIKICAgICAgICAgICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgICAgICAgICAgfSwKICAgICAgICAgICAgICAgICAgICAgICAgInRyYW5zcGFyZW5jeSI6IDAsCiAgICAgICAgICAgICAgICAgICAgICAgICJib3JkZXIiOiB0cnVlLAogICAgICAgICAgICAgICAgICAgICAgICAiYm9yZGVyQ29sb3IiOiB7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAic29saWQiOiB7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgImNvbG9yIjogIiNCM0IwQUQiCiAgICAgICAgICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICBdLAogICAgICAgICAgICAgICAgImZpbHRlckNhcmQiOiBbCiAgICAgICAgICAgICAgICAgICAgewogICAgICAgICAgICAgICAgICAgICAgICAiJGlkIjogIkFwcGxpZWQiLAogICAgICAgICAgICAgICAgICAgICAgICAidHJhbnNwYXJlbmN5IjogMCwKICAgICAgICAgICAgICAgICAgICAgICAgImZvcmVncm91bmRDb2xvciI6IHsKICAgICAgICAgICAgICAgICAgICAgICAgICAgICJzb2xpZCI6IHsKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAiY29sb3IiOiAiIzI1MjQyMyIKICAgICAgICAgICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgICAgICAgICAgfSwKICAgICAgICAgICAgICAgICAgICAgICAgImJvcmRlciI6IHRydWUKICAgICAgICAgICAgICAgICAgICB9LAogICAgICAgICAgICAgICAgICAgIHsKICAgICAgICAgICAgICAgICAgICAgICAgIiRpZCI6ICJBdmFpbGFibGUiLAogICAgICAgICAgICAgICAgICAgICAgICAidHJhbnNwYXJlbmN5IjogMCwKICAgICAgICAgICAgICAgICAgICAgICAgImZvcmVncm91bmRDb2xvciI6IHsKICAgICAgICAgICAgICAgICAgICAgICAgICAgICJzb2xpZCI6IHsKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAiY29sb3IiOiAiIzI1MjQyMyIKICAgICAgICAgICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgICAgICAgICAgfSwKICAgICAgICAgICAgICAgICAgICAgICAgImJvcmRlciI6IHRydWUKICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICBdCiAgICAgICAgICAgIH0KICAgICAgICB9LAogICAgICAgICJzY2F0dGVyQ2hhcnQiOiB7CiAgICAgICAgICAgICIqIjogewogICAgICAgICAgICAgICAgImJ1YmJsZXMiOiBbCiAgICAgICAgICAgICAgICAgICAgewogICAgICAgICAgICAgICAgICAgICAgICAiYnViYmxlU2l6ZSI6IC0xMCwKICAgICAgICAgICAgICAgICAgICAgICAgIm1hcmtlclJhbmdlVHlwZSI6ICJhdXRvIgogICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIF0sCiAgICAgICAgICAgICAgICAiZ2VuZXJhbCI6IFsKICAgICAgICAgICAgICAgICAgICB7CiAgICAgICAgICAgICAgICAgICAgICAgICJyZXNwb25zaXZlIjogdHJ1ZQogICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIF0sCiAgICAgICAgICAgICAgICAiZmlsbFBvaW50IjogWwogICAgICAgICAgICAgICAgICAgIHsKICAgICAgICAgICAgICAgICAgICAgICAgInNob3ciOiB0cnVlCiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgXSwKICAgICAgICAgICAgICAgICJsZWdlbmQiOiBbCiAgICAgICAgICAgICAgICAgICAgewogICAgICAgICAgICAgICAgICAgICAgICAic2hvd0dyYWRpZW50TGVnZW5kIjogdHJ1ZQogICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIF0KICAgICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgImxpbmVDaGFydCI6IHsKICAgICAgICAgICAgIioiOiB7CiAgICAgICAgICAgICAgICAiZ2VuZXJhbCI6IFsKICAgICAgICAgICAgICAgICAgICB7CiAgICAgICAgICAgICAgICAgICAgICAgICJyZXNwb25zaXZlIjogdHJ1ZQogICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIF0sCiAgICAgICAgICAgICAgICAic21hbGxNdWx0aXBsZXNMYXlvdXQiOiBbCiAgICAgICAgICAgICAgICAgICAgewogICAgICAgICAgICAgICAgICAgICAgICAiYmFja2dyb3VuZFRyYW5zcGFyZW5jeSI6IDAsCiAgICAgICAgICAgICAgICAgICAgICAgICJncmlkTGluZVR5cGUiOiAiaW5uZXIiCiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgXSwKICAgICAgICAgICAgICAgICJmb3JlY2FzdCI6IFsKICAgICAgICAgICAgICAgICAgICB7CiAgICAgICAgICAgICAgICAgICAgICAgICJtYXRjaFNlcmllc0ludGVycG9sYXRpb24iOiB0cnVlCiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgXQogICAgICAgICAgICB9CiAgICAgICAgfSwKICAgICAgICAibWFwIjogewogICAgICAgICAgICAiKiI6IHsKICAgICAgICAgICAgICAgICJidWJibGVzIjogWwogICAgICAgICAgICAgICAgICAgIHsKICAgICAgICAgICAgICAgICAgICAgICAgImJ1YmJsZVNpemUiOiAtMTAsCiAgICAgICAgICAgICAgICAgICAgICAgICJtYXJrZXJSYW5nZVR5cGUiOiAiYXV0byIKICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICBdCiAgICAgICAgICAgIH0KICAgICAgICB9LAogICAgICAgICJhenVyZU1hcCI6IHsKICAgICAgICAgICAgIioiOiB7CiAgICAgICAgICAgICAgICAiYnViYmxlTGF5ZXIiOiBbCiAgICAgICAgICAgICAgICAgICAgewogICAgICAgICAgICAgICAgICAgICAgICAiYnViYmxlUmFkaXVzIjogOCwKICAgICAgICAgICAgICAgICAgICAgICAgIm1pbkJ1YmJsZVJhZGl1cyI6IDgsCiAgICAgICAgICAgICAgICAgICAgICAgICJtYXhSYWRpdXMiOiA0MAogICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIF0sCiAgICAgICAgICAgICAgICAiYmFyQ2hhcnQiOiBbCiAgICAgICAgICAgICAgICAgICAgewogICAgICAgICAgICAgICAgICAgICAgICAiYmFySGVpZ2h0IjogMywKICAgICAgICAgICAgICAgICAgICAgICAgInRoaWNrbmVzcyI6IDMKICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICBdCiAgICAgICAgICAgIH0KICAgICAgICB9LAogICAgICAgICJwaWVDaGFydCI6IHsKICAgICAgICAgICAgIioiOiB7CiAgICAgICAgICAgICAgICAibGVnZW5kIjogWwogICAgICAgICAgICAgICAgICAgIHsKICAgICAgICAgICAgICAgICAgICAgICAgInNob3ciOiB0cnVlLAogICAgICAgICAgICAgICAgICAgICAgICAicG9zaXRpb24iOiAiUmlnaHRDZW50ZXIiCiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgXSwKICAgICAgICAgICAgICAgICJsYWJlbHMiOiBbCiAgICAgICAgICAgICAgICAgICAgewogICAgICAgICAgICAgICAgICAgICAgICAibGFiZWxTdHlsZSI6ICJEYXRhIHZhbHVlLCBwZXJjZW50IG9mIHRvdGFsIgogICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIF0KICAgICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgImRvbnV0Q2hhcnQiOiB7CiAgICAgICAgICAgICIqIjogewogICAgICAgICAgICAgICAgImxlZ2VuZCI6IFsKICAgICAgICAgICAgICAgICAgICB7CiAgICAgICAgICAgICAgICAgICAgICAgICJzaG93IjogdHJ1ZSwKICAgICAgICAgICAgICAgICAgICAgICAgInBvc2l0aW9uIjogIlJpZ2h0Q2VudGVyIgogICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIF0sCiAgICAgICAgICAgICAgICAibGFiZWxzIjogWwogICAgICAgICAgICAgICAgICAgIHsKICAgICAgICAgICAgICAgICAgICAgICAgImxhYmVsU3R5bGUiOiAiRGF0YSB2YWx1ZSwgcGVyY2VudCBvZiB0b3RhbCIKICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICBdCiAgICAgICAgICAgIH0KICAgICAgICB9LAogICAgICAgICJwaXZvdFRhYmxlIjogewogICAgICAgICAgICAiKiI6IHsKICAgICAgICAgICAgICAgICJyb3dIZWFkZXJzIjogWwogICAgICAgICAgICAgICAgICAgIHsKICAgICAgICAgICAgICAgICAgICAgICAgInNob3dFeHBhbmRDb2xsYXBzZUJ1dHRvbnMiOiB0cnVlLAogICAgICAgICAgICAgICAgICAgICAgICAibGVnYWN5U3R5bGVEaXNhYmxlZCI6IHRydWUKICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICBdCiAgICAgICAgICAgIH0KICAgICAgICB9LAogICAgICAgICJtdWx0aVJvd0NhcmQiOiB7CiAgICAgICAgICAgICIqIjogewogICAgICAgICAgICAgICAgImNhcmQiOiBbCiAgICAgICAgICAgICAgICAgICAgewogICAgICAgICAgICAgICAgICAgICAgICAib3V0bGluZVdlaWdodCI6IDIsCiAgICAgICAgICAgICAgICAgICAgICAgICJiYXJTaG93IjogdHJ1ZSwKICAgICAgICAgICAgICAgICAgICAgICAgImJhcldlaWdodCI6IDIKICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICBdCiAgICAgICAgICAgIH0KICAgICAgICB9LAogICAgICAgICJrcGkiOiB7CiAgICAgICAgICAgICIqIjogewogICAgICAgICAgICAgICAgInRyZW5kbGluZSI6IFsKICAgICAgICAgICAgICAgICAgICB7CiAgICAgICAgICAgICAgICAgICAgICAgICJ0cmFuc3BhcmVuY3kiOiAyMAogICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIF0KICAgICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgImNhcmRWaXN1YWwiOiB7CiAgICAgICAgICAgICIqIjogewogICAgICAgICAgICAgICAgImxheW91dCI6IFsKICAgICAgICAgICAgICAgICAgICB7CiAgICAgICAgICAgICAgICAgICAgICAgICJtYXhUaWxlcyI6IDMKICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICBdLAogICAgICAgICAgICAgICAgIm92ZXJmbG93IjogWwogICAgICAgICAgICAgICAgICAgIHsKICAgICAgICAgICAgICAgICAgICAgICAgInR5cGUiOiAwCiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgXSwKICAgICAgICAgICAgICAgICJpbWFnZSI6IFsKICAgICAgICAgICAgICAgICAgICB7CiAgICAgICAgICAgICAgICAgICAgICAgICJmaXhlZFNpemUiOiBmYWxzZQogICAgICAgICAgICAgICAgICAgIH0sCiAgICAgICAgICAgICAgICAgICAgewogICAgICAgICAgICAgICAgICAgICAgICAiaW1hZ2VBcmVhU2l6ZSI6IDUwCiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgXQogICAgICAgICAgICB9CiAgICAgICAgfSwKICAgICAgICAiYWR2YW5jZWRTbGljZXJWaXN1YWwiOiB7CiAgICAgICAgICAgICIqIjogewogICAgICAgICAgICAgICAgImxheW91dCI6IFsKICAgICAgICAgICAgICAgICAgICB7CiAgICAgICAgICAgICAgICAgICAgICAgICJtYXhUaWxlcyI6IDMKICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICBdCiAgICAgICAgICAgIH0KICAgICAgICB9LAogICAgICAgICJzbGljZXIiOiB7CiAgICAgICAgICAgICIqIjogewogICAgICAgICAgICAgICAgImdlbmVyYWwiOiBbCiAgICAgICAgICAgICAgICAgICAgewogICAgICAgICAgICAgICAgICAgICAgICAicmVzcG9uc2l2ZSI6IHRydWUKICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICBdLAogICAgICAgICAgICAgICAgImRhdGUiOiBbCiAgICAgICAgICAgICAgICAgICAgewogICAgICAgICAgICAgICAgICAgICAgICAiaGlkZURhdGVQaWNrZXJCdXR0b24iOiBmYWxzZQogICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIF0sCiAgICAgICAgICAgICAgICAiaXRlbXMiOiBbCiAgICAgICAgICAgICAgICAgICAgewogICAgICAgICAgICAgICAgICAgICAgICAicGFkZGluZyI6IDQsCiAgICAgICAgICAgICAgICAgICAgICAgICJhY2Nlc3NpYmlsaXR5Q29udHJhc3RQcm9wZXJ0aWVzIjogdHJ1ZQogICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIF0KICAgICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgIndhdGVyZmFsbENoYXJ0IjogewogICAgICAgICAgICAiKiI6IHsKICAgICAgICAgICAgICAgICJnZW5lcmFsIjogWwogICAgICAgICAgICAgICAgICAgIHsKICAgICAgICAgICAgICAgICAgICAgICAgInJlc3BvbnNpdmUiOiB0cnVlCiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgXQogICAgICAgICAgICB9CiAgICAgICAgfSwKICAgICAgICAiY29sdW1uQ2hhcnQiOiB7CiAgICAgICAgICAgICIqIjogewogICAgICAgICAgICAgICAgImdlbmVyYWwiOiBbCiAgICAgICAgICAgICAgICAgICAgewogICAgICAgICAgICAgICAgICAgICAgICAicmVzcG9uc2l2ZSI6IHRydWUKICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICBdLAogICAgICAgICAgICAgICAgImxlZ2VuZCI6IFsKICAgICAgICAgICAgICAgICAgICB7CiAgICAgICAgICAgICAgICAgICAgICAgICJzaG93R3JhZGllbnRMZWdlbmQiOiB0cnVlCiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgXSwKICAgICAgICAgICAgICAgICJzbWFsbE11bHRpcGxlc0xheW91dCI6IFsKICAgICAgICAgICAgICAgICAgICB7CiAgICAgICAgICAgICAgICAgICAgICAgICJiYWNrZ3JvdW5kVHJhbnNwYXJlbmN5IjogMCwKICAgICAgICAgICAgICAgICAgICAgICAgImdyaWRMaW5lVHlwZSI6ICJpbm5lciIKICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICBdCiAgICAgICAgICAgIH0KICAgICAgICB9LAogICAgICAgICJjbHVzdGVyZWRDb2x1bW5DaGFydCI6IHsKICAgICAgICAgICAgIioiOiB7CiAgICAgICAgICAgICAgICAiZ2VuZXJhbCI6IFsKICAgICAgICAgICAgICAgICAgICB7CiAgICAgICAgICAgICAgICAgICAgICAgICJyZXNwb25zaXZlIjogdHJ1ZQogICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIF0sCiAgICAgICAgICAgICAgICAibGVnZW5kIjogWwogICAgICAgICAgICAgICAgICAgIHsKICAgICAgICAgICAgICAgICAgICAgICAgInNob3dHcmFkaWVudExlZ2VuZCI6IHRydWUKICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICBdLAogICAgICAgICAgICAgICAgInNtYWxsTXVsdGlwbGVzTGF5b3V0IjogWwogICAgICAgICAgICAgICAgICAgIHsKICAgICAgICAgICAgICAgICAgICAgICAgImJhY2tncm91bmRUcmFuc3BhcmVuY3kiOiAwLAogICAgICAgICAgICAgICAgICAgICAgICAiZ3JpZExpbmVUeXBlIjogImlubmVyIgogICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIF0KICAgICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgImh1bmRyZWRQZXJjZW50U3RhY2tlZENvbHVtbkNoYXJ0IjogewogICAgICAgICAgICAiKiI6IHsKICAgICAgICAgICAgICAgICJnZW5lcmFsIjogWwogICAgICAgICAgICAgICAgICAgIHsKICAgICAgICAgICAgICAgICAgICAgICAgInJlc3BvbnNpdmUiOiB0cnVlCiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgXSwKICAgICAgICAgICAgICAgICJsZWdlbmQiOiBbCiAgICAgICAgICAgICAgICAgICAgewogICAgICAgICAgICAgICAgICAgICAgICAic2hvd0dyYWRpZW50TGVnZW5kIjogdHJ1ZQogICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIF0sCiAgICAgICAgICAgICAgICAic21hbGxNdWx0aXBsZXNMYXlvdXQiOiBbCiAgICAgICAgICAgICAgICAgICAgewogICAgICAgICAgICAgICAgICAgICAgICAiYmFja2dyb3VuZFRyYW5zcGFyZW5jeSI6IDAsCiAgICAgICAgICAgICAgICAgICAgICAgICJncmlkTGluZVR5cGUiOiAiaW5uZXIiCiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgXQogICAgICAgICAgICB9CiAgICAgICAgfSwKICAgICAgICAiYmFyQ2hhcnQiOiB7CiAgICAgICAgICAgICIqIjogewogICAgICAgICAgICAgICAgImdlbmVyYWwiOiBbCiAgICAgICAgICAgICAgICAgICAgewogICAgICAgICAgICAgICAgICAgICAgICAicmVzcG9uc2l2ZSI6IHRydWUKICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICBdLAogICAgICAgICAgICAgICAgImxlZ2VuZCI6IFsKICAgICAgICAgICAgICAgICAgICB7CiAgICAgICAgICAgICAgICAgICAgICAgICJzaG93R3JhZGllbnRMZWdlbmQiOiB0cnVlCiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgXSwKICAgICAgICAgICAgICAgICJzbWFsbE11bHRpcGxlc0xheW91dCI6IFsKICAgICAgICAgICAgICAgICAgICB7CiAgICAgICAgICAgICAgICAgICAgICAgICJiYWNrZ3JvdW5kVHJhbnNwYXJlbmN5IjogMCwKICAgICAgICAgICAgICAgICAgICAgICAgImdyaWRMaW5lVHlwZSI6ICJpbm5lciIKICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICBdCiAgICAgICAgICAgIH0KICAgICAgICB9LAogICAgICAgICJjbHVzdGVyZWRCYXJDaGFydCI6IHsKICAgICAgICAgICAgIioiOiB7CiAgICAgICAgICAgICAgICAiZ2VuZXJhbCI6IFsKICAgICAgICAgICAgICAgICAgICB7CiAgICAgICAgICAgICAgICAgICAgICAgICJyZXNwb25zaXZlIjogdHJ1ZQogICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIF0sCiAgICAgICAgICAgICAgICAibGVnZW5kIjogWwogICAgICAgICAgICAgICAgICAgIHsKICAgICAgICAgICAgICAgICAgICAgICAgInNob3dHcmFkaWVudExlZ2VuZCI6IHRydWUKICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICBdLAogICAgICAgICAgICAgICAgInNtYWxsTXVsdGlwbGVzTGF5b3V0IjogWwogICAgICAgICAgICAgICAgICAgIHsKICAgICAgICAgICAgICAgICAgICAgICAgImJhY2tncm91bmRUcmFuc3BhcmVuY3kiOiAwLAogICAgICAgICAgICAgICAgICAgICAgICAiZ3JpZExpbmVUeXBlIjogImlubmVyIgogICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIF0KICAgICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgImh1bmRyZWRQZXJjZW50U3RhY2tlZEJhckNoYXJ0IjogewogICAgICAgICAgICAiKiI6IHsKICAgICAgICAgICAgICAgICJnZW5lcmFsIjogWwogICAgICAgICAgICAgICAgICAgIHsKICAgICAgICAgICAgICAgICAgICAgICAgInJlc3BvbnNpdmUiOiB0cnVlCiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgXSwKICAgICAgICAgICAgICAgICJsZWdlbmQiOiBbCiAgICAgICAgICAgICAgICAgICAgewogICAgICAgICAgICAgICAgICAgICAgICAic2hvd0dyYWRpZW50TGVnZW5kIjogdHJ1ZQogICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIF0sCiAgICAgICAgICAgICAgICAic21hbGxNdWx0aXBsZXNMYXlvdXQiOiBbCiAgICAgICAgICAgICAgICAgICAgewogICAgICAgICAgICAgICAgICAgICAgICAiYmFja2dyb3VuZFRyYW5zcGFyZW5jeSI6IDAsCiAgICAgICAgICAgICAgICAgICAgICAgICJncmlkTGluZVR5cGUiOiAiaW5uZXIiCiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgXQogICAgICAgICAgICB9CiAgICAgICAgfSwKICAgICAgICAiYXJlYUNoYXJ0IjogewogICAgICAgICAgICAiKiI6IHsKICAgICAgICAgICAgICAgICJnZW5lcmFsIjogWwogICAgICAgICAgICAgICAgICAgIHsKICAgICAgICAgICAgICAgICAgICAgICAgInJlc3BvbnNpdmUiOiB0cnVlCiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgXSwKICAgICAgICAgICAgICAgICJzbWFsbE11bHRpcGxlc0xheW91dCI6IFsKICAgICAgICAgICAgICAgICAgICB7CiAgICAgICAgICAgICAgICAgICAgICAgICJiYWNrZ3JvdW5kVHJhbnNwYXJlbmN5IjogMCwKICAgICAgICAgICAgICAgICAgICAgICAgImdyaWRMaW5lVHlwZSI6ICJpbm5lciIKICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICBdCiAgICAgICAgICAgIH0KICAgICAgICB9LAogICAgICAgICJzdGFja2VkQXJlYUNoYXJ0IjogewogICAgICAgICAgICAiKiI6IHsKICAgICAgICAgICAgICAgICJnZW5lcmFsIjogWwogICAgICAgICAgICAgICAgICAgIHsKICAgICAgICAgICAgICAgICAgICAgICAgInJlc3BvbnNpdmUiOiB0cnVlCiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgXSwKICAgICAgICAgICAgICAgICJzbWFsbE11bHRpcGxlc0xheW91dCI6IFsKICAgICAgICAgICAgICAgICAgICB7CiAgICAgICAgICAgICAgICAgICAgICAgICJiYWNrZ3JvdW5kVHJhbnNwYXJlbmN5IjogMCwKICAgICAgICAgICAgICAgICAgICAgICAgImdyaWRMaW5lVHlwZSI6ICJpbm5lciIKICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICBdCiAgICAgICAgICAgIH0KICAgICAgICB9LAogICAgICAgICJsaW5lQ2x1c3RlcmVkQ29sdW1uQ29tYm9DaGFydCI6IHsKICAgICAgICAgICAgIioiOiB7CiAgICAgICAgICAgICAgICAiZ2VuZXJhbCI6IFsKICAgICAgICAgICAgICAgICAgICB7CiAgICAgICAgICAgICAgICAgICAgICAgICJyZXNwb25zaXZlIjogdHJ1ZQogICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIF0sCiAgICAgICAgICAgICAgICAic21hbGxNdWx0aXBsZXNMYXlvdXQiOiBbCiAgICAgICAgICAgICAgICAgICAgewogICAgICAgICAgICAgICAgICAgICAgICAiYmFja2dyb3VuZFRyYW5zcGFyZW5jeSI6IDAsCiAgICAgICAgICAgICAgICAgICAgICAgICJncmlkTGluZVR5cGUiOiAiaW5uZXIiCiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgXQogICAgICAgICAgICB9CiAgICAgICAgfSwKICAgICAgICAibGluZVN0YWNrZWRDb2x1bW5Db21ib0NoYXJ0IjogewogICAgICAgICAgICAiKiI6IHsKICAgICAgICAgICAgICAgICJnZW5lcmFsIjogWwogICAgICAgICAgICAgICAgICAgIHsKICAgICAgICAgICAgICAgICAgICAgICAgInJlc3BvbnNpdmUiOiB0cnVlCiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgXSwKICAgICAgICAgICAgICAgICJzbWFsbE11bHRpcGxlc0xheW91dCI6IFsKICAgICAgICAgICAgICAgICAgICB7CiAgICAgICAgICAgICAgICAgICAgICAgICJiYWNrZ3JvdW5kVHJhbnNwYXJlbmN5IjogMCwKICAgICAgICAgICAgICAgICAgICAgICAgImdyaWRMaW5lVHlwZSI6ICJpbm5lciIKICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICBdCiAgICAgICAgICAgIH0KICAgICAgICB9LAogICAgICAgICJyaWJib25DaGFydCI6IHsKICAgICAgICAgICAgIioiOiB7CiAgICAgICAgICAgICAgICAiZ2VuZXJhbCI6IFsKICAgICAgICAgICAgICAgICAgICB7CiAgICAgICAgICAgICAgICAgICAgICAgICJyZXNwb25zaXZlIjogdHJ1ZQogICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIF0sCiAgICAgICAgICAgICAgICAic21hbGxNdWx0aXBsZXNMYXlvdXQiOiBbCiAgICAgICAgICAgICAgICAgICAgewogICAgICAgICAgICAgICAgICAgICAgICAiYmFja2dyb3VuZFRyYW5zcGFyZW5jeSI6IDAsCiAgICAgICAgICAgICAgICAgICAgICAgICJncmlkTGluZVR5cGUiOiAiaW5uZXIiCiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgXSwKICAgICAgICAgICAgICAgICJ2YWx1ZUF4aXMiOiBbCiAgICAgICAgICAgICAgICAgICAgewogICAgICAgICAgICAgICAgICAgICAgICAic2hvdyI6IHRydWUKICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICBdCiAgICAgICAgICAgIH0KICAgICAgICB9LAogICAgICAgICJodW5kcmVkUGVyY2VudFN0YWNrZWRBcmVhQ2hhcnQiOiB7CiAgICAgICAgICAgICIqIjogewogICAgICAgICAgICAgICAgImdlbmVyYWwiOiBbCiAgICAgICAgICAgICAgICAgICAgewogICAgICAgICAgICAgICAgICAgICAgICAicmVzcG9uc2l2ZSI6IHRydWUKICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICBdLAogICAgICAgICAgICAgICAgInNtYWxsTXVsdGlwbGVzTGF5b3V0IjogWwogICAgICAgICAgICAgICAgICAgIHsKICAgICAgICAgICAgICAgICAgICAgICAgImJhY2tncm91bmRUcmFuc3BhcmVuY3kiOiAwLAogICAgICAgICAgICAgICAgICAgICAgICAiZ3JpZExpbmVUeXBlIjogImlubmVyIgogICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIF0KICAgICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgImdyb3VwIjogewogICAgICAgICAgICAiKiI6IHsKICAgICAgICAgICAgICAgICJiYWNrZ3JvdW5kIjogWwogICAgICAgICAgICAgICAgICAgIHsKICAgICAgICAgICAgICAgICAgICAgICAgInNob3ciOiBmYWxzZQogICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIF0KICAgICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgImJhc2ljU2hhcGUiOiB7CiAgICAgICAgICAgICIqIjogewogICAgICAgICAgICAgICAgImJhY2tncm91bmQiOiBbCiAgICAgICAgICAgICAgICAgICAgewogICAgICAgICAgICAgICAgICAgICAgICAic2hvdyI6IGZhbHNlCiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgXSwKICAgICAgICAgICAgICAgICJnZW5lcmFsIjogWwogICAgICAgICAgICAgICAgICAgIHsKICAgICAgICAgICAgICAgICAgICAgICAgImtlZXBMYXllck9yZGVyIjogdHJ1ZQogICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIF0sCiAgICAgICAgICAgICAgICAidmlzdWFsSGVhZGVyIjogWwogICAgICAgICAgICAgICAgICAgIHsKICAgICAgICAgICAgICAgICAgICAgICAgInNob3ciOiBmYWxzZQogICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIF0KICAgICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgInNoYXBlIjogewogICAgICAgICAgICAiKiI6IHsKICAgICAgICAgICAgICAgICJiYWNrZ3JvdW5kIjogWwogICAgICAgICAgICAgICAgICAgIHsKICAgICAgICAgICAgICAgICAgICAgICAgInNob3ciOiBmYWxzZQogICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIF0sCiAgICAgICAgICAgICAgICAiZ2VuZXJhbCI6IFsKICAgICAgICAgICAgICAgICAgICB7CiAgICAgICAgICAgICAgICAgICAgICAgICJrZWVwTGF5ZXJPcmRlciI6IHRydWUKICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICBdLAogICAgICAgICAgICAgICAgInZpc3VhbEhlYWRlciI6IFsKICAgICAgICAgICAgICAgICAgICB7CiAgICAgICAgICAgICAgICAgICAgICAgICJzaG93IjogZmFsc2UKICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICBdCiAgICAgICAgICAgIH0KICAgICAgICB9LAogICAgICAgICJpbWFnZSI6IHsKICAgICAgICAgICAgIioiOiB7CiAgICAgICAgICAgICAgICAiYmFja2dyb3VuZCI6IFsKICAgICAgICAgICAgICAgICAgICB7CiAgICAgICAgICAgICAgICAgICAgICAgICJzaG93IjogZmFsc2UKICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICBdLAogICAgICAgICAgICAgICAgImdlbmVyYWwiOiBbCiAgICAgICAgICAgICAgICAgICAgewogICAgICAgICAgICAgICAgICAgICAgICAia2VlcExheWVyT3JkZXIiOiB0cnVlCiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgXSwKICAgICAgICAgICAgICAgICJ2aXN1YWxIZWFkZXIiOiBbCiAgICAgICAgICAgICAgICAgICAgewogICAgICAgICAgICAgICAgICAgICAgICAic2hvdyI6IGZhbHNlCiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgXSwKICAgICAgICAgICAgICAgICJsb2NrQXNwZWN0IjogWwogICAgICAgICAgICAgICAgICAgIHsKICAgICAgICAgICAgICAgICAgICAgICAgInNob3ciOiB0cnVlCiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgXQogICAgICAgICAgICB9CiAgICAgICAgfSwKICAgICAgICAiYWN0aW9uQnV0dG9uIjogewogICAgICAgICAgICAiKiI6IHsKICAgICAgICAgICAgICAgICJiYWNrZ3JvdW5kIjogWwogICAgICAgICAgICAgICAgICAgIHsKICAgICAgICAgICAgICAgICAgICAgICAgInNob3ciOiBmYWxzZQogICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIF0sCiAgICAgICAgICAgICAgICAidmlzdWFsSGVhZGVyIjogWwogICAgICAgICAgICAgICAgICAgIHsKICAgICAgICAgICAgICAgICAgICAgICAgInNob3ciOiBmYWxzZQogICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIF0KICAgICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgInBhZ2VOYXZpZ2F0b3IiOiB7CiAgICAgICAgICAgICIqIjogewogICAgICAgICAgICAgICAgImJhY2tncm91bmQiOiBbCiAgICAgICAgICAgICAgICAgICAgewogICAgICAgICAgICAgICAgICAgICAgICAic2hvdyI6IGZhbHNlCiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgXSwKICAgICAgICAgICAgICAgICJ2aXN1YWxIZWFkZXIiOiBbCiAgICAgICAgICAgICAgICAgICAgewogICAgICAgICAgICAgICAgICAgICAgICAic2hvdyI6IGZhbHNlCiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgXQogICAgICAgICAgICB9CiAgICAgICAgfSwKICAgICAgICAiYm9va21hcmtOYXZpZ2F0b3IiOiB7CiAgICAgICAgICAgICIqIjogewogICAgICAgICAgICAgICAgImJhY2tncm91bmQiOiBbCiAgICAgICAgICAgICAgICAgICAgewogICAgICAgICAgICAgICAgICAgICAgICAic2hvdyI6IGZhbHNlCiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgXSwKICAgICAgICAgICAgICAgICJ2aXN1YWxIZWFkZXIiOiBbCiAgICAgICAgICAgICAgICAgICAgewogICAgICAgICAgICAgICAgICAgICAgICAic2hvdyI6IGZhbHNlCiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgXQogICAgICAgICAgICB9CiAgICAgICAgfSwKICAgICAgICAidGV4dGJveCI6IHsKICAgICAgICAgICAgIioiOiB7CiAgICAgICAgICAgICAgICAiZ2VuZXJhbCI6IFsKICAgICAgICAgICAgICAgICAgICB7CiAgICAgICAgICAgICAgICAgICAgICAgICJrZWVwTGF5ZXJPcmRlciI6IHRydWUKICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICBdLAogICAgICAgICAgICAgICAgInZpc3VhbEhlYWRlciI6IFsKICAgICAgICAgICAgICAgICAgICB7CiAgICAgICAgICAgICAgICAgICAgICAgICJzaG93IjogZmFsc2UKICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICBdCiAgICAgICAgICAgIH0KICAgICAgICB9LAogICAgICAgICJwYWdlIjogewogICAgICAgICAgICAiKiI6IHsKICAgICAgICAgICAgICAgICJvdXRzcGFjZSI6IFsKICAgICAgICAgICAgICAgICAgICB7CiAgICAgICAgICAgICAgICAgICAgICAgICJjb2xvciI6IHsKICAgICAgICAgICAgICAgICAgICAgICAgICAgICJzb2xpZCI6IHsKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAiY29sb3IiOiAiI0ZGRkZGRiIKICAgICAgICAgICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIF0sCiAgICAgICAgICAgICAgICAiYmFja2dyb3VuZCI6IFsKICAgICAgICAgICAgICAgICAgICB7CiAgICAgICAgICAgICAgICAgICAgICAgICJ0cmFuc3BhcmVuY3kiOiAxMDAKICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICBdCiAgICAgICAgICAgIH0KICAgICAgICB9CiAgICB9Cn0=", + "payloadType": "InlineBase64"}]}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '30595' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: 'null' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,Retry-After,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '24' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:02:56 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/4257ba6e-6fb5-411b-82f6-517b5f9bc320 + Pragma: + - no-cache + RequestId: + - 76374c7b-21b7-41d1-be65-0be055f56618 + Retry-After: + - '20' + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-operation-id: + - 4257ba6e-6fb5-411b-82f6-517b5f9bc320 + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/4257ba6e-6fb5-411b-82f6-517b5f9bc320 + response: + body: + string: '{"status": "Succeeded", "createdTimeUtc": "2026-01-29T06:02:56.4838417", + "lastUpdatedTimeUtc": "2026-01-29T06:02:56.7963441", "percentComplete": 100, + "error": null}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '130' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:03:19 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/4257ba6e-6fb5-411b-82f6-517b5f9bc320/result + Pragma: + - no-cache + RequestId: + - b1e79966-8797-4294-b928-f159909131f4 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + x-ms-operation-id: + - 4257ba6e-6fb5-411b-82f6-517b5f9bc320 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/4257ba6e-6fb5-411b-82f6-517b5f9bc320/result + response: + body: + string: '{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", "displayName": + "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Type: + - application/json + Date: + - Thu, 29 Jan 2026 06:03:19 GMT + Pragma: + - no-cache + RequestId: + - 74159ae8-a15b-427d-8fa0-efb8187648c6 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + Transfer-Encoding: + - chunked + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:03:20 GMT + Pragma: + - no-cache + RequestId: + - 6adfba13-71e2-48b0-9ec5-6372989752b1 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "adbc12ba-2d82-495a-a52c-0b5173b2b51b", "type": "Report", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", + "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", "type": "SemanticModel", "displayName": + "fabcli000001_auto", "description": "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", "type": "Notebook", "displayName": + "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", + "displayName": "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", + "type": "DataPipeline", "displayName": "fabcli000001_new_4", "description": + "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '425' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:03:21 GMT + Pragma: + - no-cache + RequestId: + - 5fa159f3-01d0-4e9d-b0ef-8274aafe7028 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: DELETE + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/adbc12ba-2d82-495a-a52c-0b5173b2b51b + response: + body: + string: '' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '0' + Content-Type: + - application/octet-stream + Date: + - Thu, 29 Jan 2026 06:03:22 GMT + Pragma: + - no-cache + RequestId: + - a81280dc-4e66-49ba-a76a-317f0a5a7334 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +version: 1 diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[SQLDatabase].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[SQLDatabase].yaml new file mode 100644 index 00000000..bc2c4422 --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[SQLDatabase].yaml @@ -0,0 +1,1378 @@ +interactions: +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:08:14 GMT + Pragma: + - no-cache + RequestId: + - fa7f31e5-696b-4277-bbeb-3a08252d994c + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "b9642da1-242d-43a9-ac2d-1920286544f8", "type": "KQLDashboard", "displayName": + "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '808' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:08:15 GMT + Pragma: + - no-cache + RequestId: + - 92268546-8881-4a02-b65d-b6584a197636 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "b9642da1-242d-43a9-ac2d-1920286544f8", "type": "KQLDashboard", "displayName": + "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '808' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:08:16 GMT + Pragma: + - no-cache + RequestId: + - 29b38223-b829-49c5-8941-57b1f709ef96 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: '{"description": "Created by fab", "displayName": "fabcli000001", "type": + "SQLDatabase", "folderId": null}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '109' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/sqlDatabases + response: + body: + string: 'null' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,Retry-After,ETag,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '24' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:08:17 GMT + ETag: + - '""' + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/8e58ea46-c6ad-454d-875d-14d4ade8a22b + Pragma: + - no-cache + RequestId: + - 52e71637-0905-43f0-84c7-2be662835f54 + Retry-After: + - '20' + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-operation-id: + - 8e58ea46-c6ad-454d-875d-14d4ade8a22b + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/8e58ea46-c6ad-454d-875d-14d4ade8a22b + response: + body: + string: '{"status": "Succeeded", "createdTimeUtc": "2026-01-29T06:08:17.0661644", + "lastUpdatedTimeUtc": "2026-01-29T06:08:33.9145263", "percentComplete": 100, + "error": null}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '132' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:08:40 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/8e58ea46-c6ad-454d-875d-14d4ade8a22b/result + Pragma: + - no-cache + RequestId: + - 31dc1534-78f0-415e-ad91-a25e7436a388 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + x-ms-operation-id: + - 8e58ea46-c6ad-454d-875d-14d4ade8a22b + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/8e58ea46-c6ad-454d-875d-14d4ade8a22b/result + response: + body: + string: '{"id": "2c5ab325-0115-4d25-9ef5-ef7cf2410c28", "type": "SQLDatabase", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Type: + - application/json + Date: + - Thu, 29 Jan 2026 06:08:41 GMT + Pragma: + - no-cache + RequestId: + - 99d84e35-9975-475e-8c6d-5e005f15c1b7 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + Transfer-Encoding: + - chunked + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:08:41 GMT + Pragma: + - no-cache + RequestId: + - cf815bf1-3c05-430a-b3f0-4a97ad20476e + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "92b7b4c0-3bd3-4c90-92bf-c2ea1b5a8afc", + "type": "SQLEndpoint", "displayName": "fabcli000001", "description": "", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "b9642da1-242d-43a9-ac2d-1920286544f8", "type": "KQLDashboard", "displayName": + "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "2c5ab325-0115-4d25-9ef5-ef7cf2410c28", + "type": "SQLDatabase", "displayName": "fabcli000001", "description": "Created + by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '875' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:08:41 GMT + Pragma: + - no-cache + RequestId: + - 15a05dff-1108-4f79-908b-f2d082e03a81 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/2c5ab325-0115-4d25-9ef5-ef7cf2410c28 + response: + body: + string: '{"id": "2c5ab325-0115-4d25-9ef5-ef7cf2410c28", "type": "SQLDatabase", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '171' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:08:42 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - aadbd392-a592-413e-b6ad-4f7e6a0bb575 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/2c5ab325-0115-4d25-9ef5-ef7cf2410c28/getDefinition + response: + body: + string: 'null' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,Retry-After,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '24' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:08:43 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/112997c0-c6ad-4ba2-92a1-00ff6ad51b1a + Pragma: + - no-cache + RequestId: + - 84f33cd2-aada-425f-851e-e48352c88049 + Retry-After: + - '20' + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-operation-id: + - 112997c0-c6ad-4ba2-92a1-00ff6ad51b1a + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/112997c0-c6ad-4ba2-92a1-00ff6ad51b1a + response: + body: + string: '{"status": "Running", "createdTimeUtc": "2026-01-29T06:08:44.4942616", + "lastUpdatedTimeUtc": "2026-01-29T06:08:44.4942616", "percentComplete": null, + "error": null}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,Retry-After,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '120' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:09:06 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/112997c0-c6ad-4ba2-92a1-00ff6ad51b1a + Pragma: + - no-cache + RequestId: + - 215fb0b7-6adc-435b-9d82-e908f445fdad + Retry-After: + - '20' + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + x-ms-operation-id: + - 112997c0-c6ad-4ba2-92a1-00ff6ad51b1a + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/112997c0-c6ad-4ba2-92a1-00ff6ad51b1a + response: + body: + string: '{"status": "Succeeded", "createdTimeUtc": "2026-01-29T06:08:44.4942616", + "lastUpdatedTimeUtc": "2026-01-29T06:09:13.3619637", "percentComplete": 100, + "error": null}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '133' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:09:28 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/112997c0-c6ad-4ba2-92a1-00ff6ad51b1a/result + Pragma: + - no-cache + RequestId: + - 209f797f-5ddc-43d9-aed4-c8c02b9305c5 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + x-ms-operation-id: + - 112997c0-c6ad-4ba2-92a1-00ff6ad51b1a + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/112997c0-c6ad-4ba2-92a1-00ff6ad51b1a/result + response: + body: + string: '{"definition": {"format": "dacpac", "parts": [{"path": "fabcli000001.dacpac", + "payload": "UEsDBBQAAAAIACMxPVzG6qC/qQIAALwHAAAJAAAAbW9kZWwueG1spVVdb9pAEHxOpf4Hy++1+VCbqjKJIgNNJEhIbKWqqgot9gInne+cu3ME+fXdw2ATCCm0D0jmvDOz7M4cweUi484zKs2k6LhNr+E6KBKZMjHruIWZfvrqXl58/BB0wUCUzDGDoUyRO33GsS9VBuaxBrdcp6ypztreZ9fp6vwWMuy4Q5YoqeXUeJbOi6Xk2isRXvTE7ac76cNEscQWTEBj+Xak5DNLUblOKDkHQ9yDhKWk2Wi3tw5Di0ChmWHPpNcHrtF16CcK3XHnxuTffF+vGLWXVc0kMvP1E5UqGoSfQuJHqBhw9rIi9VuNZstvtFyaw1lwjUCN2MezICy0kZlt1QnB4EyqZce9IvnbgnO9qqeqIRpIbU05hPq98wi8oJNYFdSlX3L6Nek7IveFNJjepCgMmzIazNtae2X/IRnKLKd5TBhnZmlNcEBzv24j2jxvnKj5gFNU5EfiiJc5UZBDSkccELe2tE+VJm3aoPJoqTkkG/U92EDOWAL8H5C9BRUJ4CNQpt7orxL8+yAsKvJcodZDpjVFrYs5CtpSwlD3lJKqplp7+KSx0ZTCLH0EMvGEo94a3tbxmjPwa0cHq2yXxD2OGdmmhm4SeZfbUFTupmjmqMyy2v46itUPiO4H4wEdieb4OwpUwMfhqDkOb8ZXUT2fHZobvYlJF6dQcHMn3vTuO0B9GuQHKEGbOAWlmJlfTaQ6oblQigSMbe8nQ55q+3Q8OpZKjGCG9MJgYqe8hX1llDfAfZKKcWF6wm4/PU7TqtFlzqavk9w+CFivawBiVhC2QvwNsOnueOB9gWoZGakwhNwUCl/fNUfgIgMcV1/jOYVxLnk9lfaX84MMQ1h0ZV6VVpfaXmGMWS7J8NeMQqqWD2jsRSzF7gp2Mr6OXpnOTSQDf+cv+OIPUEsDBBQAAAAIACMxPVzyU/AapQAAAMgAAAAPAAAARGFjTWV0YWRhdGEueG1sNY69DsIgGEV3E9+BsNuPdjBqKF2cXTTulNKWyE8FNNZXc/CRfAWxau52c3PueT2etLoZja7SB+VsifOMYCStcI2yXYkvsV2scMXmM7rl4jAOEqW5DSXuYxw2AEH00vCQGSW8C66NmXAGwlkH6RMUGi5gL73iWt15TBdQkLwAUuDERIjuuJGs5bXQannqxno9EOcoTPU0OH7NWBL7hMK/SErwc2JvUEsDBBQAAAAIACMxPVykV9JPLQIAAF0EAAAKAAAAT3JpZ2luLnhtbKVUy27bMBC8F+g/CLo24ksv0pAUOJYDFEWaAHF7pyk6ISyJDkkVTX+th35Sf6GULTtN65565O7OznCWy5/ffxSXX7s2+CKNVbovQwxQGMhe6Eb1D2U4uE1Ew8vq7Zui5uLWqAfVBx7Q2zJ8dG43g9CKR9lxCzoljLZ644DQHbRPrZXGt4UNF/BeGsVb9Y07TwIJwgQiEvquQVDccbHlD/LO6J00Tkm7D/vE54OmKgZeFEAFPAam/EL3jqveLr/utHGyqbnj1YZ73gKezU24e2ck76ZmR7YXvuCQ/8g7WYYjLqzIyP+3gn9h5K7Vz53s3ajCqPXgtLFhtb/FmXvAM4IKeN6W4taf9i4e0e8bT6Tcc5VhkWSZQBFFiERJQuJo3WAabTYoT9YMI5nFBTyVn8zgxlUEkSxCOCJshbIZYjMUA4QZoxi/Q2iGvOhD4YRa9s0ZTA7SnJAUp0fMWDYh/D2aQbjRoerm9FJGe8FK69aC+/0zAitut/7w1F4EkyElzve+AXQRLIbWDUaWvRyc4b7mbli3SnyQzyu9lX1JGU3SRjQUUSQEw97G33hfSzlOYWxPQJqCl+o/BjRFDwqr/332J5ap32Hcr+daLB6l2NqhOy3DMRB8MqoMYacb2QK/iGFVX7H5cn6VLJI5zTHNY5TRa1ajBUsThJckThnL6wXLWI3j+TVBS7ok1ySlJGfpfF77ZZl6T1Jecxc3I9VB68tGpgU8E/e/BDx9E9UvUEsDBBQAAAAIACMxPVztodPgjwAAAK8AAAATAAAAW0NvbnRlbnRfVHlwZXNdLnhtbCWNSw6CMBCGr9LMHgZdGGPaulBv4AWaOjwiTBs6GDybC4/kFSyw/J/f7/PV53no1YvG1AU2sCsrUMQ+PDpuDExSF0c4W31/R0oqVzkZaEXiCTH5lgaXyhCJc1KHcXCS5dhgdP7pGsJ9VR3QBxZiKWT5AKuvVLupF3Wbs71h8xzUZestKANCs+Bqo9W44u0fUEsBAhQAFAAAAAgAIzE9XMbqoL+pAgAAvAcAAAkAAAAAAAAAAAAAAAAAAAAAAG1vZGVsLnhtbFBLAQIUABQAAAAIACMxPVzyU/AapQAAAMgAAAAPAAAAAAAAAAAAAAAAANACAABEYWNNZXRhZGF0YS54bWxQSwECFAAUAAAACAAjMT1cpFfSTy0CAABdBAAACgAAAAAAAAAAAAAAAACiAwAAT3JpZ2luLnhtbFBLAQIUABQAAAAIACMxPVztodPgjwAAAK8AAAATAAAAAAAAAAAAAAAAAPcFAABbQ29udGVudF9UeXBlc10ueG1sUEsFBgAAAAAEAAQA7QAAALcGAAAAAA==", + "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIlNRTERhdGFiYXNlIiwKICAgICJkaXNwbGF5TmFtZSI6ICJmYWJjbGkwMDAwMDEiLAogICAgImRlc2NyaXB0aW9uIjogIkNyZWF0ZWQgYnkgZmFiIgogIH0sCiAgImNvbmZpZyI6IHsKICAgICJ2ZXJzaW9uIjogIjIuMCIsCiAgICAibG9naWNhbElkIjogIjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIKICB9Cn0=", + "payloadType": "InlineBase64"}]}}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Type: + - application/json + Date: + - Thu, 29 Jan 2026 06:09:29 GMT + Pragma: + - no-cache + RequestId: + - 25e076c6-1256-440c-80cf-b738f660180a + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + Transfer-Encoding: + - chunked + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:09:30 GMT + Pragma: + - no-cache + RequestId: + - c5b12761-37cd-48a0-ae96-0cca78e8683d + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "92b7b4c0-3bd3-4c90-92bf-c2ea1b5a8afc", + "type": "SQLEndpoint", "displayName": "fabcli000001", "description": "", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "b9642da1-242d-43a9-ac2d-1920286544f8", "type": "KQLDashboard", "displayName": + "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "2c5ab325-0115-4d25-9ef5-ef7cf2410c28", + "type": "SQLDatabase", "displayName": "fabcli000001", "description": "Created + by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '875' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:09:31 GMT + Pragma: + - no-cache + RequestId: + - f24cc156-172e-41ce-9e89-aab242661981 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "92b7b4c0-3bd3-4c90-92bf-c2ea1b5a8afc", + "type": "SQLEndpoint", "displayName": "fabcli000001", "description": "", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "b9642da1-242d-43a9-ac2d-1920286544f8", "type": "KQLDashboard", "displayName": + "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "2c5ab325-0115-4d25-9ef5-ef7cf2410c28", + "type": "SQLDatabase", "displayName": "fabcli000001", "description": "Created + by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '875' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:09:31 GMT + Pragma: + - no-cache + RequestId: + - a59a107d-ee4b-4592-aa74-fa0622f25b0e + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: '{"type": "SQLDatabase", "description": "Imported from fab", "folderId": + null, "displayName": "fabcli000001_new_13", "definition": {"parts": [{"path": + ".platform", "payload": "ewogICAgIiRzY2hlbWEiOiAiaHR0cHM6Ly9kZXZlbG9wZXIubWljcm9zb2Z0LmNvbS9qc29uLXNjaGVtYXMvZmFicmljL2dpdEludGVncmF0aW9uL3BsYXRmb3JtUHJvcGVydGllcy8yLjAuMC9zY2hlbWEuanNvbiIsCiAgICAibWV0YWRhdGEiOiB7CiAgICAgICAgInR5cGUiOiAiU1FMRGF0YWJhc2UiLAogICAgICAgICJkaXNwbGF5TmFtZSI6ICJmYWJjbGkwMDAwMDEiLAogICAgICAgICJkZXNjcmlwdGlvbiI6ICJDcmVhdGVkIGJ5IGZhYiIKICAgIH0sCiAgICAiY29uZmlnIjogewogICAgICAgICJ2ZXJzaW9uIjogIjIuMCIsCiAgICAgICAgImxvZ2ljYWxJZCI6ICIwMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiCiAgICB9Cn0=", + "payloadType": "InlineBase64"}, {"path": "fabcli000001.dacpac", "payload": "UEsDBBQAAAAIACMxPVzG6qC/qQIAALwHAAAJAAAAbW9kZWwueG1spVVdb9pAEHxOpf4Hy++1+VCbqjKJIgNNJEhIbKWqqgot9gInne+cu3ME+fXdw2ATCCm0D0jmvDOz7M4cweUi484zKs2k6LhNr+E6KBKZMjHruIWZfvrqXl58/BB0wUCUzDGDoUyRO33GsS9VBuaxBrdcp6ypztreZ9fp6vwWMuy4Q5YoqeXUeJbOi6Xk2isRXvTE7ac76cNEscQWTEBj+Xak5DNLUblOKDkHQ9yDhKWk2Wi3tw5Di0ChmWHPpNcHrtF16CcK3XHnxuTffF+vGLWXVc0kMvP1E5UqGoSfQuJHqBhw9rIi9VuNZstvtFyaw1lwjUCN2MezICy0kZlt1QnB4EyqZce9IvnbgnO9qqeqIRpIbU05hPq98wi8oJNYFdSlX3L6Nek7IveFNJjepCgMmzIazNtae2X/IRnKLKd5TBhnZmlNcEBzv24j2jxvnKj5gFNU5EfiiJc5UZBDSkccELe2tE+VJm3aoPJoqTkkG/U92EDOWAL8H5C9BRUJ4CNQpt7orxL8+yAsKvJcodZDpjVFrYs5CtpSwlD3lJKqplp7+KSx0ZTCLH0EMvGEo94a3tbxmjPwa0cHq2yXxD2OGdmmhm4SeZfbUFTupmjmqMyy2v46itUPiO4H4wEdieb4OwpUwMfhqDkOb8ZXUT2fHZobvYlJF6dQcHMn3vTuO0B9GuQHKEGbOAWlmJlfTaQ6oblQigSMbe8nQ55q+3Q8OpZKjGCG9MJgYqe8hX1llDfAfZKKcWF6wm4/PU7TqtFlzqavk9w+CFivawBiVhC2QvwNsOnueOB9gWoZGakwhNwUCl/fNUfgIgMcV1/jOYVxLnk9lfaX84MMQ1h0ZV6VVpfaXmGMWS7J8NeMQqqWD2jsRSzF7gp2Mr6OXpnOTSQDf+cv+OIPUEsDBBQAAAAIACMxPVzyU/AapQAAAMgAAAAPAAAARGFjTWV0YWRhdGEueG1sNY69DsIgGEV3E9+BsNuPdjBqKF2cXTTulNKWyE8FNNZXc/CRfAWxau52c3PueT2etLoZja7SB+VsifOMYCStcI2yXYkvsV2scMXmM7rl4jAOEqW5DSXuYxw2AEH00vCQGSW8C66NmXAGwlkH6RMUGi5gL73iWt15TBdQkLwAUuDERIjuuJGs5bXQannqxno9EOcoTPU0OH7NWBL7hMK/SErwc2JvUEsDBBQAAAAIACMxPVykV9JPLQIAAF0EAAAKAAAAT3JpZ2luLnhtbKVUy27bMBC8F+g/CLo24ksv0pAUOJYDFEWaAHF7pyk6ISyJDkkVTX+th35Sf6GULTtN65565O7OznCWy5/ffxSXX7s2+CKNVbovQwxQGMhe6Eb1D2U4uE1Ew8vq7Zui5uLWqAfVBx7Q2zJ8dG43g9CKR9lxCzoljLZ644DQHbRPrZXGt4UNF/BeGsVb9Y07TwIJwgQiEvquQVDccbHlD/LO6J00Tkm7D/vE54OmKgZeFEAFPAam/EL3jqveLr/utHGyqbnj1YZ73gKezU24e2ck76ZmR7YXvuCQ/8g7WYYjLqzIyP+3gn9h5K7Vz53s3ajCqPXgtLFhtb/FmXvAM4IKeN6W4taf9i4e0e8bT6Tcc5VhkWSZQBFFiERJQuJo3WAabTYoT9YMI5nFBTyVn8zgxlUEkSxCOCJshbIZYjMUA4QZoxi/Q2iGvOhD4YRa9s0ZTA7SnJAUp0fMWDYh/D2aQbjRoerm9FJGe8FK69aC+/0zAitut/7w1F4EkyElzve+AXQRLIbWDUaWvRyc4b7mbli3SnyQzyu9lX1JGU3SRjQUUSQEw97G33hfSzlOYWxPQJqCl+o/BjRFDwqr/332J5ap32Hcr+daLB6l2NqhOy3DMRB8MqoMYacb2QK/iGFVX7H5cn6VLJI5zTHNY5TRa1ajBUsThJckThnL6wXLWI3j+TVBS7ok1ySlJGfpfF77ZZl6T1Jecxc3I9VB68tGpgU8E/e/BDx9E9UvUEsDBBQAAAAIACMxPVztodPgjwAAAK8AAAATAAAAW0NvbnRlbnRfVHlwZXNdLnhtbCWNSw6CMBCGr9LMHgZdGGPaulBv4AWaOjwiTBs6GDybC4/kFSyw/J/f7/PV53no1YvG1AU2sCsrUMQ+PDpuDExSF0c4W31/R0oqVzkZaEXiCTH5lgaXyhCJc1KHcXCS5dhgdP7pGsJ9VR3QBxZiKWT5AKuvVLupF3Wbs71h8xzUZestKANCs+Bqo9W44u0fUEsBAhQAFAAAAAgAIzE9XMbqoL+pAgAAvAcAAAkAAAAAAAAAAAAAAAAAAAAAAG1vZGVsLnhtbFBLAQIUABQAAAAIACMxPVzyU/AapQAAAMgAAAAPAAAAAAAAAAAAAAAAANACAABEYWNNZXRhZGF0YS54bWxQSwECFAAUAAAACAAjMT1cpFfSTy0CAABdBAAACgAAAAAAAAAAAAAAAACiAwAAT3JpZ2luLnhtbFBLAQIUABQAAAAIACMxPVztodPgjwAAAK8AAAATAAAAAAAAAAAAAAAAAPcFAABbQ29udGVudF9UeXBlc10ueG1sUEsFBgAAAAAEAAQA7QAAALcGAAAAAA==", + "payloadType": "InlineBase64"}]}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '3434' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: 'null' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,Retry-After,ETag,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '24' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:09:33 GMT + ETag: + - '""' + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/3d58c992-bda3-4a63-af62-301016ea3b00 + Pragma: + - no-cache + RequestId: + - 0d248632-5bae-4628-b526-c76aca57080c + Retry-After: + - '20' + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-operation-id: + - 3d58c992-bda3-4a63-af62-301016ea3b00 + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/3d58c992-bda3-4a63-af62-301016ea3b00 + response: + body: + string: '{"status": "Running", "createdTimeUtc": "2026-01-29T06:09:33.2114713", + "lastUpdatedTimeUtc": "2026-01-29T06:09:33.2114713", "percentComplete": null, + "error": null}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,Retry-After,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '121' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:09:55 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/3d58c992-bda3-4a63-af62-301016ea3b00 + Pragma: + - no-cache + RequestId: + - 6b975fd9-d493-4435-8756-55fe6507e1b9 + Retry-After: + - '20' + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + x-ms-operation-id: + - 3d58c992-bda3-4a63-af62-301016ea3b00 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/3d58c992-bda3-4a63-af62-301016ea3b00 + response: + body: + string: '{"status": "Succeeded", "createdTimeUtc": "2026-01-29T06:09:33.2114713", + "lastUpdatedTimeUtc": "2026-01-29T06:10:02.9685317", "percentComplete": 100, + "error": null}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '133' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:10:17 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/3d58c992-bda3-4a63-af62-301016ea3b00/result + Pragma: + - no-cache + RequestId: + - f6444641-beca-427d-9267-ef99f9a65bcf + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + x-ms-operation-id: + - 3d58c992-bda3-4a63-af62-301016ea3b00 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/3d58c992-bda3-4a63-af62-301016ea3b00/result + response: + body: + string: '{"id": "f7c30119-d21f-43c3-9104-ebc1ef33cfd1", "type": "SQLDatabase", + "displayName": "fabcli000001_new_13", "description": "Imported from fab", + "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Type: + - application/json + Date: + - Thu, 29 Jan 2026 06:10:18 GMT + Pragma: + - no-cache + RequestId: + - 525ae106-656b-4edc-a41a-a0839cc7b0fb + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + Transfer-Encoding: + - chunked + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:10:18 GMT + Pragma: + - no-cache + RequestId: + - 62a47a35-c83e-45cb-94c5-6bbdea63559c + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "92b7b4c0-3bd3-4c90-92bf-c2ea1b5a8afc", + "type": "SQLEndpoint", "displayName": "fabcli000001", "description": "", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5bc804ae-de7a-4706-9db3-b5af43092215", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "b9642da1-242d-43a9-ac2d-1920286544f8", "type": "KQLDashboard", "displayName": + "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "2c5ab325-0115-4d25-9ef5-ef7cf2410c28", + "type": "SQLDatabase", "displayName": "fabcli000001", "description": "Created + by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f7c30119-d21f-43c3-9104-ebc1ef33cfd1", + "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": + "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '936' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:10:19 GMT + Pragma: + - no-cache + RequestId: + - 24eafe26-fe31-4449-969d-4231325a656c + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: DELETE + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/2c5ab325-0115-4d25-9ef5-ef7cf2410c28 + response: + body: + string: '' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '0' + Content-Type: + - application/octet-stream + Date: + - Thu, 29 Jan 2026 06:10:20 GMT + Pragma: + - no-cache + RequestId: + - 7bdf6492-595f-49da-9413-a47349d7df57 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +version: 1 diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[SemanticModel].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[SemanticModel].yaml new file mode 100644 index 00000000..8348f455 --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[SemanticModel].yaml @@ -0,0 +1,1144 @@ +interactions: +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:03:23 GMT + Pragma: + - no-cache + RequestId: + - 7c77369b-49d8-4c4a-b8a3-b153f7f57b2e + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '386' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:03:24 GMT + Pragma: + - no-cache + RequestId: + - dc107d82-18cf-4670-bf56-4294d1fa4aff + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '386' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:03:24 GMT + Pragma: + - no-cache + RequestId: + - 2ebd19e7-23fd-4737-abd7-7dc3be86c85c + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: '{"description": "Created by fab", "displayName": "fabcli000001", "type": + "SemanticModel", "folderId": null, "definition": {"parts": [{"path": ".platform", + "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIlNlbWFudGljTW9kZWwiLAogICAgImRpc3BsYXlOYW1lIjogIkJsYW5rIgogIH0sCiAgImNvbmZpZyI6IHsKICAgICJ2ZXJzaW9uIjogIjIuMCIsCiAgICAibG9naWNhbElkIjogIjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIKICB9Cn0=", + "payloadType": "InlineBase64"}, {"path": "definition.pbism", "payload": "ewogICJ2ZXJzaW9uIjogIjQuMCIsCiAgInNldHRpbmdzIjoge30KfQ==", + "payloadType": "InlineBase64"}, {"path": "definition/database.tmdl", "payload": + "ZGF0YWJhc2UKCWNvbXBhdGliaWxpdHlMZXZlbDogMTU2MQoK", "payloadType": "InlineBase64"}, + {"path": "definition/model.tmdl", "payload": "bW9kZWwgTW9kZWwKCWN1bHR1cmU6IGVuLVVTCglkZWZhdWx0UG93ZXJCSURhdGFTb3VyY2VWZXJzaW9uOiBwb3dlckJJX1YzCglzb3VyY2VRdWVyeUN1bHR1cmU6IGVuLVVTCglkYXRhQWNjZXNzT3B0aW9ucwoJCWxlZ2FjeVJlZGlyZWN0cwoJCXJldHVybkVycm9yVmFsdWVzQXNOdWxsCgphbm5vdGF0aW9uIFBCSV9RdWVyeU9yZGVyID0gWyJUYWJsZSJdCgphbm5vdGF0aW9uIF9fUEJJX1RpbWVJbnRlbGxpZ2VuY2VFbmFibGVkID0gMQoKYW5ub3RhdGlvbiBQQklEZXNrdG9wVmVyc2lvbiA9IDIuMTQwLjc1MTAuMSAoTWFpbikrYjM2NmM1ODEzNGRkNDJkZjk0MmU5YmJhNjUzNzlmM2YyMzk3M2VlMAoKcmVmIHRhYmxlIFRhYmxl", + "payloadType": "InlineBase64"}, {"path": "definition/tables/Table.tmdl", "payload": + "dGFibGUgVGFibGUKCWxpbmVhZ2VUYWc6IDFmY2QyZDhjLTkzZDYtNGU2Zi1hYjg2LThjMDU5YzhhODk4ZAoKCWNvbHVtbiBDb2x1bW4xCgkJZGF0YVR5cGU6IHN0cmluZwoJCWxpbmVhZ2VUYWc6IGIxNGI3M2UwLTI0NDctNDNlYi04ZWU1LTA2ZDQ3NTMxYzQxZAoJCXN1bW1hcml6ZUJ5OiBub25lCgkJc291cmNlQ29sdW1uOiBDb2x1bW4xCgoJCWFubm90YXRpb24gU3VtbWFyaXphdGlvblNldEJ5ID0gQXV0b21hdGljCgoJY29sdW1uIENvbHVtbjIKCQlkYXRhVHlwZTogc3RyaW5nCgkJbGluZWFnZVRhZzogZGE5YWMzNDUtMTFmMS00NGY5LThlNGItMDJjZmNhZGI4OTU3CgkJc3VtbWFyaXplQnk6IG5vbmUKCQlzb3VyY2VDb2x1bW46IENvbHVtbjIKCgkJYW5ub3RhdGlvbiBTdW1tYXJpemF0aW9uU2V0QnkgPSBBdXRvbWF0aWMKCglwYXJ0aXRpb24gVGFibGUgPSBtCgkJbW9kZTogaW1wb3J0CgkJc291cmNlID0KCQkJCWxldAoJCQkJICBTb3VyY2UgPSBUYWJsZS5Gcm9tUm93cyhKc29uLkRvY3VtZW50KEJpbmFyeS5EZWNvbXByZXNzKEJpbmFyeS5Gcm9tVGV4dCgiaTQ1V0tqRlUwZ0VSc2JFQSIsIEJpbmFyeUVuY29kaW5nLkJhc2U2NCksIENvbXByZXNzaW9uLkRlZmxhdGUpKSwgbGV0IF90ID0gKCh0eXBlIG51bGxhYmxlIHRleHQpIG1ldGEgW1NlcmlhbGl6ZWQuVGV4dCA9IHRydWVdKSBpbiB0eXBlIHRhYmxlIFtDb2x1bW4xID0gX3QsIENvbHVtbjIgPSBfdF0pLAoJCQkJICAjIkNoYW5nZWQgY29sdW1uIHR5cGUiID0gVGFibGUuVHJhbnNmb3JtQ29sdW1uVHlwZXMoU291cmNlLCB7fSkKCQkJCWluCgkJCQkgICMiQ2hhbmdlZCBjb2x1bW4gdHlwZSIKCglhbm5vdGF0aW9uIFBCSV9SZXN1bHRUeXBlID0gVGFibGUKCg==", + "payloadType": "InlineBase64"}]}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '2668' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/semanticModels + response: + body: + string: 'null' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,Retry-After,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '24' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:03:26 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/6a93ecae-c2fc-4800-8d9a-ce1ff4fafaa4 + Pragma: + - no-cache + RequestId: + - 64242a03-8b3c-4478-9b2f-a4fd73351505 + Retry-After: + - '20' + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-operation-id: + - 6a93ecae-c2fc-4800-8d9a-ce1ff4fafaa4 + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/6a93ecae-c2fc-4800-8d9a-ce1ff4fafaa4 + response: + body: + string: '{"status": "Succeeded", "createdTimeUtc": "2026-01-29T06:03:26.3813706", + "lastUpdatedTimeUtc": "2026-01-29T06:03:37.1346234", "percentComplete": 100, + "error": null}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '132' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:03:48 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/6a93ecae-c2fc-4800-8d9a-ce1ff4fafaa4/result + Pragma: + - no-cache + RequestId: + - 12bfe9bf-3b68-430f-ab4b-c75da4fe51de + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + x-ms-operation-id: + - 6a93ecae-c2fc-4800-8d9a-ce1ff4fafaa4 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/6a93ecae-c2fc-4800-8d9a-ce1ff4fafaa4/result + response: + body: + string: '{"id": "41878e13-61f9-4b21-8390-39e1c0e2110f", "type": "SemanticModel", + "displayName": "fabcli000001", "description": "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Type: + - application/json + Date: + - Thu, 29 Jan 2026 06:03:49 GMT + Pragma: + - no-cache + RequestId: + - 36899f77-e4d6-47a9-9796-69ed64963ca6 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + Transfer-Encoding: + - chunked + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:03:50 GMT + Pragma: + - no-cache + RequestId: + - 9394f9b0-7dcb-4fa9-b15d-ce841a179ce9 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "41878e13-61f9-4b21-8390-39e1c0e2110f", + "type": "SemanticModel", "displayName": "fabcli000001", "description": "", + "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '421' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:03:50 GMT + Pragma: + - no-cache + RequestId: + - 83e0405f-1e85-4d39-b852-9ee57afe0024 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/41878e13-61f9-4b21-8390-39e1c0e2110f + response: + body: + string: '{"id": "41878e13-61f9-4b21-8390-39e1c0e2110f", "type": "SemanticModel", + "displayName": "fabcli000001", "description": "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '161' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:03:51 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - 6f199070-4d30-4707-8954-2be7660b6b06 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/41878e13-61f9-4b21-8390-39e1c0e2110f/getDefinition + response: + body: + string: 'null' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,Retry-After,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '24' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:03:52 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/50c650dd-1e5f-48ae-8c1c-5078b33263e0 + Pragma: + - no-cache + RequestId: + - b2ba6172-9af5-4c38-962b-98dc0e02d2c0 + Retry-After: + - '20' + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-operation-id: + - 50c650dd-1e5f-48ae-8c1c-5078b33263e0 + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/50c650dd-1e5f-48ae-8c1c-5078b33263e0 + response: + body: + string: '{"status": "Succeeded", "createdTimeUtc": "2026-01-29T06:03:52.6527722", + "lastUpdatedTimeUtc": "2026-01-29T06:03:53.0597317", "percentComplete": 100, + "error": null}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '130' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:04:14 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/50c650dd-1e5f-48ae-8c1c-5078b33263e0/result + Pragma: + - no-cache + RequestId: + - d2cadd6e-38e8-45fe-b67a-60410d7239f6 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + x-ms-operation-id: + - 50c650dd-1e5f-48ae-8c1c-5078b33263e0 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/50c650dd-1e5f-48ae-8c1c-5078b33263e0/result + response: + body: + string: '{"definition": {"format": "TMDL", "parts": [{"path": "definition.pbism", + "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9pdGVtL3NlbWFudGljTW9kZWwvZGVmaW5pdGlvblByb3BlcnRpZXMvMS4wLjAvc2NoZW1hLmpzb24iLAogICJ2ZXJzaW9uIjogIjQuMiIsCiAgInNldHRpbmdzIjoge30KfQ==", + "payloadType": "InlineBase64"}, {"path": "definition/tables/Table.tmdl", "payload": + "dGFibGUgVGFibGUKCWxpbmVhZ2VUYWc6IDFmY2QyZDhjLTkzZDYtNGU2Zi1hYjg2LThjMDU5YzhhODk4ZAoKCWNvbHVtbiBDb2x1bW4xCgkJZGF0YVR5cGU6IHN0cmluZwoJCWxpbmVhZ2VUYWc6IGIxNGI3M2UwLTI0NDctNDNlYi04ZWU1LTA2ZDQ3NTMxYzQxZAoJCXN1bW1hcml6ZUJ5OiBub25lCgkJc291cmNlQ29sdW1uOiBDb2x1bW4xCgoJCWFubm90YXRpb24gU3VtbWFyaXphdGlvblNldEJ5ID0gQXV0b21hdGljCgoJY29sdW1uIENvbHVtbjIKCQlkYXRhVHlwZTogc3RyaW5nCgkJbGluZWFnZVRhZzogZGE5YWMzNDUtMTFmMS00NGY5LThlNGItMDJjZmNhZGI4OTU3CgkJc3VtbWFyaXplQnk6IG5vbmUKCQlzb3VyY2VDb2x1bW46IENvbHVtbjIKCgkJYW5ub3RhdGlvbiBTdW1tYXJpemF0aW9uU2V0QnkgPSBBdXRvbWF0aWMKCglwYXJ0aXRpb24gVGFibGUgPSBtCgkJbW9kZTogaW1wb3J0CgkJc291cmNlID0KCQkJCWxldAoJCQkJICBTb3VyY2UgPSBUYWJsZS5Gcm9tUm93cyhKc29uLkRvY3VtZW50KEJpbmFyeS5EZWNvbXByZXNzKEJpbmFyeS5Gcm9tVGV4dCgiaTQ1V0tqRlUwZ0VSc2JFQSIsIEJpbmFyeUVuY29kaW5nLkJhc2U2NCksIENvbXByZXNzaW9uLkRlZmxhdGUpKSwgbGV0IF90ID0gKCh0eXBlIG51bGxhYmxlIHRleHQpIG1ldGEgW1NlcmlhbGl6ZWQuVGV4dCA9IHRydWVdKSBpbiB0eXBlIHRhYmxlIFtDb2x1bW4xID0gX3QsIENvbHVtbjIgPSBfdF0pLAoJCQkJICAjIkNoYW5nZWQgY29sdW1uIHR5cGUiID0gVGFibGUuVHJhbnNmb3JtQ29sdW1uVHlwZXMoU291cmNlLCB7fSkKCQkJCWluCgkJCQkgICMiQ2hhbmdlZCBjb2x1bW4gdHlwZSIKCglhbm5vdGF0aW9uIFBCSV9SZXN1bHRUeXBlID0gVGFibGUKCg==", + "payloadType": "InlineBase64"}, {"path": "definition/model.tmdl", "payload": + "bW9kZWwgTW9kZWwKCWN1bHR1cmU6IGVuLVVTCglkZWZhdWx0UG93ZXJCSURhdGFTb3VyY2VWZXJzaW9uOiBwb3dlckJJX1YzCglzb3VyY2VRdWVyeUN1bHR1cmU6IGVuLVVTCglkYXRhQWNjZXNzT3B0aW9ucwoJCWxlZ2FjeVJlZGlyZWN0cwoJCXJldHVybkVycm9yVmFsdWVzQXNOdWxsCgphbm5vdGF0aW9uIFBCSV9RdWVyeU9yZGVyID0gWyJUYWJsZSJdCgphbm5vdGF0aW9uIF9fUEJJX1RpbWVJbnRlbGxpZ2VuY2VFbmFibGVkID0gMQoKYW5ub3RhdGlvbiBQQklEZXNrdG9wVmVyc2lvbiA9IDIuMTQwLjc1MTAuMSAoTWFpbikrYjM2NmM1ODEzNGRkNDJkZjk0MmU5YmJhNjUzNzlmM2YyMzk3M2VlMAoKcmVmIHRhYmxlIFRhYmxlCgo=", + "payloadType": "InlineBase64"}, {"path": "definition/database.tmdl", "payload": + "ZGF0YWJhc2UKCWNvbXBhdGliaWxpdHlMZXZlbDogMTU2MQoK", "payloadType": "InlineBase64"}, + {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIlNlbWFudGljTW9kZWwiLAogICAgImRpc3BsYXlOYW1lIjogImZhYmNsaTAwMDAwMSIKICB9LAogICJjb25maWciOiB7CiAgICAidmVyc2lvbiI6ICIyLjAiLAogICAgImxvZ2ljYWxJZCI6ICIwMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiCiAgfQp9", + "payloadType": "InlineBase64"}]}}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Type: + - application/json + Date: + - Thu, 29 Jan 2026 06:04:15 GMT + Pragma: + - no-cache + RequestId: + - 8a6be1fb-00db-44f1-8d4e-9f434b813cf2 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + Transfer-Encoding: + - chunked + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:04:15 GMT + Pragma: + - no-cache + RequestId: + - 8d141ed3-390d-4ddf-8c09-28b3f3846921 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "41878e13-61f9-4b21-8390-39e1c0e2110f", + "type": "SemanticModel", "displayName": "fabcli000001", "description": "", + "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '421' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:04:16 GMT + Pragma: + - no-cache + RequestId: + - 258237a4-1c24-4e83-b79a-bb4e3639ebbc + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "41878e13-61f9-4b21-8390-39e1c0e2110f", + "type": "SemanticModel", "displayName": "fabcli000001", "description": "", + "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '421' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:04:17 GMT + Pragma: + - no-cache + RequestId: + - 6333a865-820f-4a05-83a4-447dee79ea98 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: '{"type": "SemanticModel", "description": "Imported from fab", "folderId": + null, "displayName": "fabcli000001_new_6", "definition": {"parts": [{"path": + "definition.pbism", "payload": "ewogICAgIiRzY2hlbWEiOiAiaHR0cHM6Ly9kZXZlbG9wZXIubWljcm9zb2Z0LmNvbS9qc29uLXNjaGVtYXMvZmFicmljL2l0ZW0vc2VtYW50aWNNb2RlbC9kZWZpbml0aW9uUHJvcGVydGllcy8xLjAuMC9zY2hlbWEuanNvbiIsCiAgICAidmVyc2lvbiI6ICI0LjIiLAogICAgInNldHRpbmdzIjoge30KfQ==", + "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICAgIiRzY2hlbWEiOiAiaHR0cHM6Ly9kZXZlbG9wZXIubWljcm9zb2Z0LmNvbS9qc29uLXNjaGVtYXMvZmFicmljL2dpdEludGVncmF0aW9uL3BsYXRmb3JtUHJvcGVydGllcy8yLjAuMC9zY2hlbWEuanNvbiIsCiAgICAibWV0YWRhdGEiOiB7CiAgICAgICAgInR5cGUiOiAiU2VtYW50aWNNb2RlbCIsCiAgICAgICAgImRpc3BsYXlOYW1lIjogImZhYmNsaTAwMDAwMSIKICAgIH0sCiAgICAiY29uZmlnIjogewogICAgICAgICJ2ZXJzaW9uIjogIjIuMCIsCiAgICAgICAgImxvZ2ljYWxJZCI6ICIwMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiCiAgICB9Cn0=", + "payloadType": "InlineBase64"}, {"path": "definition/model.tmdl", "payload": + "bW9kZWwgTW9kZWwKCWN1bHR1cmU6IGVuLVVTCglkZWZhdWx0UG93ZXJCSURhdGFTb3VyY2VWZXJzaW9uOiBwb3dlckJJX1YzCglzb3VyY2VRdWVyeUN1bHR1cmU6IGVuLVVTCglkYXRhQWNjZXNzT3B0aW9ucwoJCWxlZ2FjeVJlZGlyZWN0cwoJCXJldHVybkVycm9yVmFsdWVzQXNOdWxsCgphbm5vdGF0aW9uIFBCSV9RdWVyeU9yZGVyID0gWyJUYWJsZSJdCgphbm5vdGF0aW9uIF9fUEJJX1RpbWVJbnRlbGxpZ2VuY2VFbmFibGVkID0gMQoKYW5ub3RhdGlvbiBQQklEZXNrdG9wVmVyc2lvbiA9IDIuMTQwLjc1MTAuMSAoTWFpbikrYjM2NmM1ODEzNGRkNDJkZjk0MmU5YmJhNjUzNzlmM2YyMzk3M2VlMAoKcmVmIHRhYmxlIFRhYmxlCgo=", + "payloadType": "InlineBase64"}, {"path": "definition/database.tmdl", "payload": + "ZGF0YWJhc2UKCWNvbXBhdGliaWxpdHlMZXZlbDogMTU2MQoK", "payloadType": "InlineBase64"}, + {"path": "definition/tables/Table.tmdl", "payload": "dGFibGUgVGFibGUKCWxpbmVhZ2VUYWc6IDFmY2QyZDhjLTkzZDYtNGU2Zi1hYjg2LThjMDU5YzhhODk4ZAoKCWNvbHVtbiBDb2x1bW4xCgkJZGF0YVR5cGU6IHN0cmluZwoJCWxpbmVhZ2VUYWc6IGIxNGI3M2UwLTI0NDctNDNlYi04ZWU1LTA2ZDQ3NTMxYzQxZAoJCXN1bW1hcml6ZUJ5OiBub25lCgkJc291cmNlQ29sdW1uOiBDb2x1bW4xCgoJCWFubm90YXRpb24gU3VtbWFyaXphdGlvblNldEJ5ID0gQXV0b21hdGljCgoJY29sdW1uIENvbHVtbjIKCQlkYXRhVHlwZTogc3RyaW5nCgkJbGluZWFnZVRhZzogZGE5YWMzNDUtMTFmMS00NGY5LThlNGItMDJjZmNhZGI4OTU3CgkJc3VtbWFyaXplQnk6IG5vbmUKCQlzb3VyY2VDb2x1bW46IENvbHVtbjIKCgkJYW5ub3RhdGlvbiBTdW1tYXJpemF0aW9uU2V0QnkgPSBBdXRvbWF0aWMKCglwYXJ0aXRpb24gVGFibGUgPSBtCgkJbW9kZTogaW1wb3J0CgkJc291cmNlID0KCQkJCWxldAoJCQkJICBTb3VyY2UgPSBUYWJsZS5Gcm9tUm93cyhKc29uLkRvY3VtZW50KEJpbmFyeS5EZWNvbXByZXNzKEJpbmFyeS5Gcm9tVGV4dCgiaTQ1V0tqRlUwZ0VSc2JFQSIsIEJpbmFyeUVuY29kaW5nLkJhc2U2NCksIENvbXByZXNzaW9uLkRlZmxhdGUpKSwgbGV0IF90ID0gKCh0eXBlIG51bGxhYmxlIHRleHQpIG1ldGEgW1NlcmlhbGl6ZWQuVGV4dCA9IHRydWVdKSBpbiB0eXBlIHRhYmxlIFtDb2x1bW4xID0gX3QsIENvbHVtbjIgPSBfdF0pLAoJCQkJICAjIkNoYW5nZWQgY29sdW1uIHR5cGUiID0gVGFibGUuVHJhbnNmb3JtQ29sdW1uVHlwZXMoU291cmNlLCB7fSkKCQkJCWluCgkJCQkgICMiQ2hhbmdlZCBjb2x1bW4gdHlwZSIKCglhbm5vdGF0aW9uIFBCSV9SZXN1bHRUeXBlID0gVGFibGUKCg==", + "payloadType": "InlineBase64"}]}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '2905' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: 'null' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,Retry-After,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '24' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:04:18 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/efc820c2-03a3-46c1-bd76-0c557ce61e2d + Pragma: + - no-cache + RequestId: + - 90b4c547-e886-4e3e-8913-d32d76a06b13 + Retry-After: + - '20' + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-operation-id: + - efc820c2-03a3-46c1-bd76-0c557ce61e2d + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/efc820c2-03a3-46c1-bd76-0c557ce61e2d + response: + body: + string: '{"status": "Succeeded", "createdTimeUtc": "2026-01-29T06:04:18.92783", + "lastUpdatedTimeUtc": "2026-01-29T06:04:29.6499806", "percentComplete": 100, + "error": null}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '130' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:04:40 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/efc820c2-03a3-46c1-bd76-0c557ce61e2d/result + Pragma: + - no-cache + RequestId: + - c0ada83e-7545-476c-9513-98d080ed627f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + x-ms-operation-id: + - efc820c2-03a3-46c1-bd76-0c557ce61e2d + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/efc820c2-03a3-46c1-bd76-0c557ce61e2d/result + response: + body: + string: '{"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", "type": "SemanticModel", + "displayName": "fabcli000001_new_6", "description": "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Type: + - application/json + Date: + - Thu, 29 Jan 2026 06:04:40 GMT + Pragma: + - no-cache + RequestId: + - 054d7cb4-dfa2-4f4c-9cc7-1f428bd1d096 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + Transfer-Encoding: + - chunked + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:04:42 GMT + Pragma: + - no-cache + RequestId: + - 26399d38-ad87-4652-89cc-fa010e0d8ac6 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "41878e13-61f9-4b21-8390-39e1c0e2110f", + "type": "SemanticModel", "displayName": "fabcli000001", "description": "", + "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": + "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '451' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:04:43 GMT + Pragma: + - no-cache + RequestId: + - 907156d1-946b-481b-b365-44b856eb3a30 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: DELETE + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/41878e13-61f9-4b21-8390-39e1c0e2110f + response: + body: + string: '' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '0' + Content-Type: + - application/octet-stream + Date: + - Thu, 29 Jan 2026 06:04:44 GMT + Pragma: + - no-cache + RequestId: + - 378e85ca-fd43-4493-9b90-66bd2a2904f7 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +version: 1 diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[SparkJobDefinition].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[SparkJobDefinition].yaml new file mode 100644 index 00000000..0826471f --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[SparkJobDefinition].yaml @@ -0,0 +1,786 @@ +interactions: +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:01:02 GMT + Pragma: + - no-cache + RequestId: + - 42bcdfb8-8bbd-4ed9-8f06-5899bb1d2b14 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", "type": "Notebook", + "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '184' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:01:02 GMT + Pragma: + - no-cache + RequestId: + - f20ed6bd-e00f-47d6-a271-e80ef037e3a2 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", "type": "Notebook", + "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '184' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:01:03 GMT + Pragma: + - no-cache + RequestId: + - 2b5b5a02-8b50-44e5-8c3a-31af4601f4d8 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: '{"description": "Created by fab", "displayName": "fabcli000001", "type": + "SparkJobDefinition", "folderId": null}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '116' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/sparkJobDefinitions + response: + body: + string: '{"id": "bb1c0139-4728-490e-9533-90cda19dd2c6", "type": "SparkJobDefinition", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '175' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:01:05 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - f467ac77-303d-4bfc-95c2-77c5e1bf7ec9 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:01:06 GMT + Pragma: + - no-cache + RequestId: + - edf0da35-94ce-42cf-a92e-8b55f591c561 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", "type": "Notebook", + "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "bb1c0139-4728-490e-9533-90cda19dd2c6", + "type": "SparkJobDefinition", "displayName": "fabcli000001", "description": + "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '254' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:01:07 GMT + Pragma: + - no-cache + RequestId: + - 1cec6205-f9e1-47bc-9c4a-9ce3c1831a78 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/bb1c0139-4728-490e-9533-90cda19dd2c6 + response: + body: + string: '{"id": "bb1c0139-4728-490e-9533-90cda19dd2c6", "type": "SparkJobDefinition", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '175' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:01:07 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - 635a59d5-84f9-42eb-aa87-f96e583090d3 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/bb1c0139-4728-490e-9533-90cda19dd2c6/getDefinition?format=SparkJobDefinitionV1 + response: + body: + string: '{"definition": {"parts": [{"path": "SparkJobDefinitionV1.json", "payload": + "ew0KICAiZXhlY3V0YWJsZUZpbGUiOiBudWxsLA0KICAiZGVmYXVsdExha2Vob3VzZUFydGlmYWN0SWQiOiBudWxsLA0KICAibWFpbkNsYXNzIjogbnVsbCwNCiAgImFkZGl0aW9uYWxMYWtlaG91c2VJZHMiOiBbXSwNCiAgInJldHJ5UG9saWN5IjogbnVsbCwNCiAgImNvbW1hbmRMaW5lQXJndW1lbnRzIjogbnVsbCwNCiAgImFkZGl0aW9uYWxMaWJyYXJ5VXJpcyI6IG51bGwsDQogICJsYW5ndWFnZSI6IG51bGwsDQogICJlbnZpcm9ubWVudEFydGlmYWN0SWQiOiBudWxsDQp9", + "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIlNwYXJrSm9iRGVmaW5pdGlvbiIsCiAgICAiZGlzcGxheU5hbWUiOiAiZmFiY2xpMDAwMDAxIiwKICAgICJkZXNjcmlwdGlvbiI6ICJDcmVhdGVkIGJ5IGZhYiIKICB9LAogICJjb25maWciOiB7CiAgICAidmVyc2lvbiI6ICIyLjAiLAogICAgImxvZ2ljYWxJZCI6ICIwMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiCiAgfQp9", + "payloadType": "InlineBase64"}]}}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '616' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:01:09 GMT + Pragma: + - no-cache + RequestId: + - 536bf957-1878-46d6-a038-6319f66c9cd4 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:01:10 GMT + Pragma: + - no-cache + RequestId: + - 6530bcc2-c7e9-43b5-8d56-c0c09c9eb861 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", "type": "Notebook", + "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "bb1c0139-4728-490e-9533-90cda19dd2c6", + "type": "SparkJobDefinition", "displayName": "fabcli000001", "description": + "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '254' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:01:11 GMT + Pragma: + - no-cache + RequestId: + - 3fbaf4b7-f0df-4af2-91ba-b61634d90ab3 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", "type": "Notebook", + "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "bb1c0139-4728-490e-9533-90cda19dd2c6", + "type": "SparkJobDefinition", "displayName": "fabcli000001", "description": + "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '254' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:01:12 GMT + Pragma: + - no-cache + RequestId: + - 0e248188-ac8e-486c-af45-6828f18f6fea + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: '{"type": "SparkJobDefinition", "description": "Imported from fab", "folderId": + null, "displayName": "fabcli000001_new_3", "definition": {"format": "SparkJobDefinitionV1", + "parts": [{"path": ".platform", "payload": "ewogICAgIiRzY2hlbWEiOiAiaHR0cHM6Ly9kZXZlbG9wZXIubWljcm9zb2Z0LmNvbS9qc29uLXNjaGVtYXMvZmFicmljL2dpdEludGVncmF0aW9uL3BsYXRmb3JtUHJvcGVydGllcy8yLjAuMC9zY2hlbWEuanNvbiIsCiAgICAibWV0YWRhdGEiOiB7CiAgICAgICAgInR5cGUiOiAiU3BhcmtKb2JEZWZpbml0aW9uIiwKICAgICAgICAiZGlzcGxheU5hbWUiOiAiZmFiY2xpMDAwMDAxIiwKICAgICAgICAiZGVzY3JpcHRpb24iOiAiQ3JlYXRlZCBieSBmYWIiCiAgICB9LAogICAgImNvbmZpZyI6IHsKICAgICAgICAidmVyc2lvbiI6ICIyLjAiLAogICAgICAgICJsb2dpY2FsSWQiOiAiMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIgogICAgfQp9", + "payloadType": "InlineBase64"}, {"path": "SparkJobDefinitionV1.json", "payload": + "ewogICAgImV4ZWN1dGFibGVGaWxlIjogbnVsbCwKICAgICJkZWZhdWx0TGFrZWhvdXNlQXJ0aWZhY3RJZCI6IG51bGwsCiAgICAibWFpbkNsYXNzIjogbnVsbCwKICAgICJhZGRpdGlvbmFsTGFrZWhvdXNlSWRzIjogW10sCiAgICAicmV0cnlQb2xpY3kiOiBudWxsLAogICAgImNvbW1hbmRMaW5lQXJndW1lbnRzIjogbnVsbCwKICAgICJhZGRpdGlvbmFsTGlicmFyeVVyaXMiOiBudWxsLAogICAgImxhbmd1YWdlIjogbnVsbCwKICAgICJlbnZpcm9ubWVudEFydGlmYWN0SWQiOiBudWxsCn0=", + "payloadType": "InlineBase64"}]}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '1220' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"id": "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", + "displayName": "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '182' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:01:13 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - 7543bf81-9018-4d1f-98ee-e354525a5ae6 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:01:15 GMT + Pragma: + - no-cache + RequestId: + - 9949d822-aa35-4d26-ad81-0ae5163d1356 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", "type": "Notebook", + "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "bb1c0139-4728-490e-9533-90cda19dd2c6", + "type": "SparkJobDefinition", "displayName": "fabcli000001", "description": + "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, + {"id": "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", + "displayName": "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '287' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:01:15 GMT + Pragma: + - no-cache + RequestId: + - 3b6b2abf-e9ba-4dd8-a4e4-dc2775ed2ca3 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: DELETE + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/bb1c0139-4728-490e-9533-90cda19dd2c6 + response: + body: + string: '' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '0' + Content-Type: + - application/octet-stream + Date: + - Thu, 29 Jan 2026 06:01:16 GMT + Pragma: + - no-cache + RequestId: + - 15e3ff8f-f49d-431b-98df-b72247414382 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +version: 1 diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[DataPipeline].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[DataPipeline].yaml new file mode 100644 index 00000000..94ac631b --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[DataPipeline].yaml @@ -0,0 +1,715 @@ +interactions: +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:53:32 GMT + Pragma: + - no-cache + RequestId: + - 776b4220-15b0-4f38-abf0-a95f69c2d727 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": []}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '32' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:53:32 GMT + Pragma: + - no-cache + RequestId: + - af909b66-97bb-4675-af80-1bb7bf88cc19 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": []}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '32' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:53:33 GMT + Pragma: + - no-cache + RequestId: + - 8a8ffcd6-feb0-48f2-aba9-8ea6a1119e9d + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: '{"description": "Created by fab", "displayName": "fabcli000001", "type": + "DataPipeline", "folderId": null}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '110' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/dataPipelines + response: + body: + string: '{"id": "75f49587-bc76-44b7-9f22-8965c1b1d471", "type": "DataPipeline", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '170' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:53:39 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - d89761bd-8ebc-49e7-a936-99932af64d51 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:53:40 GMT + Pragma: + - no-cache + RequestId: + - 3b806ebf-9780-4e90-8d2b-4b689b85e8f5 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "75f49587-bc76-44b7-9f22-8965c1b1d471", "type": "DataPipeline", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '181' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:53:41 GMT + Pragma: + - no-cache + RequestId: + - 2be1c534-a023-4c86-b11d-396e7517456b + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/75f49587-bc76-44b7-9f22-8965c1b1d471 + response: + body: + string: '{"id": "75f49587-bc76-44b7-9f22-8965c1b1d471", "type": "DataPipeline", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '170' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:53:42 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - f184c03a-f02b-44ed-95fe-732015d48475 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/75f49587-bc76-44b7-9f22-8965c1b1d471/getDefinition + response: + body: + string: '{"definition": {"parts": [{"path": "pipeline-content.json", "payload": + "ewogICJwcm9wZXJ0aWVzIjogewogICAgImFjdGl2aXRpZXMiOiBbXQogIH0KfQ==", "payloadType": + "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIkRhdGFQaXBlbGluZSIsCiAgICAiZGlzcGxheU5hbWUiOiAiZmFiY2xpMDAwMDAxIiwKICAgICJkZXNjcmlwdGlvbiI6ICJDcmVhdGVkIGJ5IGZhYiIKICB9LAogICJjb25maWciOiB7CiAgICAidmVyc2lvbiI6ICIyLjAiLAogICAgImxvZ2ljYWxJZCI6ICIwMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiCiAgfQp9", + "payloadType": "InlineBase64"}]}}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '457' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:53:43 GMT + Pragma: + - no-cache + RequestId: + - 1d6a8040-e07d-43e7-9d5c-3d73bcba3459 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:53:44 GMT + Pragma: + - no-cache + RequestId: + - ad0c5ac1-513f-465e-b771-d4ba60dabf91 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "75f49587-bc76-44b7-9f22-8965c1b1d471", "type": "DataPipeline", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '181' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:53:44 GMT + Pragma: + - no-cache + RequestId: + - 1caf26ce-ca2e-4cf8-bf98-c19fab91b5fb + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: '{"definition": {"parts": [{"path": "pipeline-content.json", "payload": + "ewogICAgInByb3BlcnRpZXMiOiB7CiAgICAgICAgImFjdGl2aXRpZXMiOiBbXQogICAgfQp9", + "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICAgIiRzY2hlbWEiOiAiaHR0cHM6Ly9kZXZlbG9wZXIubWljcm9zb2Z0LmNvbS9qc29uLXNjaGVtYXMvZmFicmljL2dpdEludGVncmF0aW9uL3BsYXRmb3JtUHJvcGVydGllcy8yLjAuMC9zY2hlbWEuanNvbiIsCiAgICAibWV0YWRhdGEiOiB7CiAgICAgICAgInR5cGUiOiAiRGF0YVBpcGVsaW5lIiwKICAgICAgICAiZGlzcGxheU5hbWUiOiAiZmFiY2xpMDAwMDAxIiwKICAgICAgICAiZGVzY3JpcHRpb24iOiAiQ3JlYXRlZCBieSBmYWIiCiAgICB9LAogICAgImNvbmZpZyI6IHsKICAgICAgICAidmVyc2lvbiI6ICIyLjAiLAogICAgICAgICJsb2dpY2FsSWQiOiAiMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIgogICAgfQp9", + "payloadType": "InlineBase64"}]}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '749' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/75f49587-bc76-44b7-9f22-8965c1b1d471/updateDefinition + response: + body: + string: '' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '0' + Content-Type: + - application/octet-stream + Date: + - Thu, 29 Jan 2026 05:53:48 GMT + Pragma: + - no-cache + RequestId: + - 4b7192b5-2b34-48ed-83ad-d4213e1ca2d2 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:53:48 GMT + Pragma: + - no-cache + RequestId: + - 390acbf5-135a-4c2e-80f3-30d69c20f426 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "75f49587-bc76-44b7-9f22-8965c1b1d471", "type": "DataPipeline", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '181' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:53:49 GMT + Pragma: + - no-cache + RequestId: + - dda266a2-84c7-4a65-9360-c1f9451d4e09 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: DELETE + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/75f49587-bc76-44b7-9f22-8965c1b1d471 + response: + body: + string: '' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '0' + Content-Type: + - application/octet-stream + Date: + - Thu, 29 Jan 2026 05:53:49 GMT + Pragma: + - no-cache + RequestId: + - cd0e77c2-0056-46bf-ae2f-41a6b8d04107 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +version: 1 diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[Environment].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[Environment].yaml new file mode 100644 index 00000000..a7596bfc --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[Environment].yaml @@ -0,0 +1,1017 @@ +interactions: +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "08bb70fc-3efd-42c8-aeea-d793ce690531", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2303' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:27:17 GMT + Pragma: + - no-cache + RequestId: + - 0919f1d2-a756-410e-a476-140ffe43c328 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/08bb70fc-3efd-42c8-aeea-d793ce690531/items + response: + body: + string: '{"value": []}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '32' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:27:18 GMT + Pragma: + - no-cache + RequestId: + - 2223b026-19be-4e96-ad82-94ab931c6e13 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/08bb70fc-3efd-42c8-aeea-d793ce690531/items + response: + body: + string: '{"value": []}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '32' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:27:19 GMT + Pragma: + - no-cache + RequestId: + - 7fedafce-d1ae-42a9-a27e-33de12d5c938 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: '{"description": "Created by fab", "displayName": "fabcli000001", "type": + "Environment", "folderId": null}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '109' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/08bb70fc-3efd-42c8-aeea-d793ce690531/environments + response: + body: + string: '{"id": "d76114f2-0d4a-4c58-ac4c-e2ceaee3b23a", "type": "Environment", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "08bb70fc-3efd-42c8-aeea-d793ce690531"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '168' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:27:21 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - 0135376a-91e5-47a3-9384-9bb6c0245890 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "08bb70fc-3efd-42c8-aeea-d793ce690531", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2303' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:27:22 GMT + Pragma: + - no-cache + RequestId: + - 8cd9b825-9597-4ffe-88ca-66b6102d8738 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/08bb70fc-3efd-42c8-aeea-d793ce690531/items + response: + body: + string: '{"value": [{"id": "d76114f2-0d4a-4c58-ac4c-e2ceaee3b23a", "type": "Environment", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "08bb70fc-3efd-42c8-aeea-d793ce690531"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '179' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:27:22 GMT + Pragma: + - no-cache + RequestId: + - 2148cbc8-afe3-4030-9c68-78591f0e3111 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/08bb70fc-3efd-42c8-aeea-d793ce690531/items/d76114f2-0d4a-4c58-ac4c-e2ceaee3b23a + response: + body: + string: '{"id": "d76114f2-0d4a-4c58-ac4c-e2ceaee3b23a", "type": "Environment", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "08bb70fc-3efd-42c8-aeea-d793ce690531"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '168' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:27:23 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - 90c54ce7-922e-49cd-b2cb-9f216b483da9 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/08bb70fc-3efd-42c8-aeea-d793ce690531/items/d76114f2-0d4a-4c58-ac4c-e2ceaee3b23a/getDefinition + response: + body: + string: 'null' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,Retry-After,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '24' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:27:24 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/f36ba183-6265-427d-b66f-133b060b410e + Pragma: + - no-cache + RequestId: + - 7c0321f4-8ece-41d1-b15d-a8a606337457 + Retry-After: + - '20' + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-operation-id: + - f36ba183-6265-427d-b66f-133b060b410e + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/f36ba183-6265-427d-b66f-133b060b410e + response: + body: + string: '{"status": "Succeeded", "createdTimeUtc": "2026-01-29T06:27:25.0203845", + "lastUpdatedTimeUtc": "2026-01-29T06:27:25.2547324", "percentComplete": 100, + "error": null}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '130' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:27:46 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/f36ba183-6265-427d-b66f-133b060b410e/result + Pragma: + - no-cache + RequestId: + - 6f9ba868-a434-45d5-a448-956d84e96ef9 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + x-ms-operation-id: + - f36ba183-6265-427d-b66f-133b060b410e + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/f36ba183-6265-427d-b66f-133b060b410e/result + response: + body: + string: '{"definition": {"parts": [{"path": "Setting/Sparkcompute.yml", "payload": + "ZW5hYmxlX25hdGl2ZV9leGVjdXRpb25fZW5naW5lOiBmYWxzZQ0KZHJpdmVyX2NvcmVzOiA4DQpkcml2ZXJfbWVtb3J5OiA1NmcNCmV4ZWN1dG9yX2NvcmVzOiA4DQpleGVjdXRvcl9tZW1vcnk6IDU2Zw0KZHluYW1pY19leGVjdXRvcl9hbGxvY2F0aW9uOg0KICBlbmFibGVkOiB0cnVlDQogIG1pbl9leGVjdXRvcnM6IDENCiAgbWF4X2V4ZWN1dG9yczogOQ0KcnVudGltZV92ZXJzaW9uOiAxLjMNCg==", + "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIkVudmlyb25tZW50IiwKICAgICJkaXNwbGF5TmFtZSI6ICJmYWJjbGkwMDAwMDEiLAogICAgImRlc2NyaXB0aW9uIjogIkNyZWF0ZWQgYnkgZmFiIgogIH0sCiAgImNvbmZpZyI6IHsKICAgICJ2ZXJzaW9uIjogIjIuMCIsCiAgICAibG9naWNhbElkIjogIjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIKICB9Cn0=", + "payloadType": "InlineBase64"}]}}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Type: + - application/json + Date: + - Thu, 29 Jan 2026 06:27:47 GMT + Pragma: + - no-cache + RequestId: + - bd28337f-ed43-4ab7-8764-efa9c6d6544d + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + Transfer-Encoding: + - chunked + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "08bb70fc-3efd-42c8-aeea-d793ce690531", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2303' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:27:48 GMT + Pragma: + - no-cache + RequestId: + - bba416b7-7966-4010-9dc5-6b21f4fce5a0 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/08bb70fc-3efd-42c8-aeea-d793ce690531/items + response: + body: + string: '{"value": [{"id": "d76114f2-0d4a-4c58-ac4c-e2ceaee3b23a", "type": "Environment", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "08bb70fc-3efd-42c8-aeea-d793ce690531"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '179' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:27:49 GMT + Pragma: + - no-cache + RequestId: + - bf2a61e4-dee4-4400-b2d8-d66cfc23dd57 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/08bb70fc-3efd-42c8-aeea-d793ce690531/environments/d76114f2-0d4a-4c58-ac4c-e2ceaee3b23a + response: + body: + string: '{"id": "d76114f2-0d4a-4c58-ac4c-e2ceaee3b23a", "type": "Environment", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "08bb70fc-3efd-42c8-aeea-d793ce690531", "properties": {"publishDetails": {"state": + "Success", "targetVersion": "0cc8163c-6bf1-4632-a731-019612d09425", "startTime": + "2026-01-29T06:27:22.4356778Z", "endTime": "2026-01-29T06:27:22.4356778Z", + "componentPublishInfo": {"sparkSettings": {"state": "Success"}, "sparkLibraries": + {"state": "Success"}}}}}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '312' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:27:50 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - 168e40eb-4da4-4cc9-ad25-69f9d9c11e1e + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: '{"enableNativeExecutionEngine": false, "driverCores": 8, "driverMemory": + "56g", "executorCores": 8, "executorMemory": "56g", "dynamicExecutorAllocation": + {"enabled": true, "minExecutors": 1, "maxExecutors": 9}, "runtimeVersion": 1.3}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '233' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: PATCH + uri: https://api.fabric.microsoft.com/v1/workspaces/08bb70fc-3efd-42c8-aeea-d793ce690531/environments/d76114f2-0d4a-4c58-ac4c-e2ceaee3b23a/staging/sparkcompute + response: + body: + string: '{"instancePool": {"name": "Starter Pool", "type": "Workspace", "id": + "00000000-0000-0000-0000-000000000000"}, "driverCores": 8, "driverMemory": + "56g", "executorCores": 8, "executorMemory": "56g", "dynamicExecutorAllocation": + {"enabled": true, "minExecutors": 1, "maxExecutors": 9}, "sparkProperties": + {}, "runtimeVersion": "1.3"}' + headers: + Access-Control-Expose-Headers: + - RequestId + Content-Length: + - '396' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:27:51 GMT + RequestId: + - 7401f505-afa4-491e-81e9-423ce8ec2077 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/08bb70fc-3efd-42c8-aeea-d793ce690531/environments/d76114f2-0d4a-4c58-ac4c-e2ceaee3b23a/libraries + response: + body: + string: '{"requestId": "f571aafc-a6be-441c-be94-cc3680a2a8c3", "errorCode": + "EnvironmentLibrariesNotFound", "message": "This environment does not have + any published libraries. Please publish libraries."}' + headers: + Access-Control-Expose-Headers: + - RequestId + Content-Length: + - '189' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:27:52 GMT + RequestId: + - f571aafc-a6be-441c-be94-cc3680a2a8c3 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-public-api-error-code: + - EnvironmentLibrariesNotFound + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/08bb70fc-3efd-42c8-aeea-d793ce690531/environments/d76114f2-0d4a-4c58-ac4c-e2ceaee3b23a/staging/publish + response: + body: + string: '{"publishDetails": {"state": "Success", "targetVersion": "96587fae-4476-474d-aec8-d29bfcd96b5e", + "startTime": "2026-01-29T06:27:54.0312356Z", "endTime": "2026-01-29T06:27:54.5156321Z", + "componentPublishInfo": {"sparkSettings": {"state": "Success"}, "sparkLibraries": + {"state": "Success"}}}}' + headers: + Access-Control-Expose-Headers: + - RequestId + Content-Length: + - '383' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:27:54 GMT + RequestId: + - 250a9204-19a0-4c26-b2b9-d2d0a0db2468 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/08bb70fc-3efd-42c8-aeea-d793ce690531/environments/d76114f2-0d4a-4c58-ac4c-e2ceaee3b23a + response: + body: + string: '{"id": "d76114f2-0d4a-4c58-ac4c-e2ceaee3b23a", "type": "Environment", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "08bb70fc-3efd-42c8-aeea-d793ce690531", "properties": {"publishDetails": {"state": + "Success", "targetVersion": "96587fae-4476-474d-aec8-d29bfcd96b5e", "startTime": + "2026-01-29T06:27:54.0312356Z", "endTime": "2026-01-29T06:27:54.5156321Z", + "componentPublishInfo": {"sparkSettings": {"state": "Success"}, "sparkLibraries": + {"state": "Success"}}}}}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '317' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:27:54 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - 2f4f8d82-910d-4855-83b9-5bc889452f76 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "08bb70fc-3efd-42c8-aeea-d793ce690531", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2303' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:27:55 GMT + Pragma: + - no-cache + RequestId: + - caa65262-074b-404f-9ddf-1c2963cfa8f4 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/08bb70fc-3efd-42c8-aeea-d793ce690531/items + response: + body: + string: '{"value": [{"id": "d76114f2-0d4a-4c58-ac4c-e2ceaee3b23a", "type": "Environment", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "08bb70fc-3efd-42c8-aeea-d793ce690531"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '179' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 06:27:56 GMT + Pragma: + - no-cache + RequestId: + - 02464430-6e35-4a13-a68c-a24a7476662b + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: DELETE + uri: https://api.fabric.microsoft.com/v1/workspaces/08bb70fc-3efd-42c8-aeea-d793ce690531/items/d76114f2-0d4a-4c58-ac4c-e2ceaee3b23a + response: + body: + string: '' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '0' + Content-Type: + - application/octet-stream + Date: + - Thu, 29 Jan 2026 06:27:57 GMT + Pragma: + - no-cache + RequestId: + - cde028d4-9c22-4239-83c0-fb48f536d9c6 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +version: 1 diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[Eventstream].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[Eventstream].yaml new file mode 100644 index 00000000..b0a3ba47 --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[Eventstream].yaml @@ -0,0 +1,817 @@ +interactions: +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:54:32 GMT + Pragma: + - no-cache + RequestId: + - 370d6f65-99f1-4a82-a721-eeb81a8a274f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": []}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '32' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:54:33 GMT + Pragma: + - no-cache + RequestId: + - 0851efbd-329e-4b36-be43-ad9f19999911 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": []}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '32' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:54:34 GMT + Pragma: + - no-cache + RequestId: + - 5545b744-2b9b-4ab0-b1bc-5b6e0e155f8b + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: '{"description": "Created by fab", "displayName": "fabcli000001", "type": + "Eventstream", "folderId": null}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '109' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/eventstreams + response: + body: + string: 'null' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,Retry-After,ETag,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '24' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:54:36 GMT + ETag: + - '""' + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/c9c3159b-7bc7-4bdb-93db-1eee886b2760 + Pragma: + - no-cache + RequestId: + - 8749f167-fbe4-4a22-aeff-b2bfc3cdfad9 + Retry-After: + - '20' + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-operation-id: + - c9c3159b-7bc7-4bdb-93db-1eee886b2760 + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/c9c3159b-7bc7-4bdb-93db-1eee886b2760 + response: + body: + string: '{"status": "Succeeded", "createdTimeUtc": "2026-01-29T05:54:35.8324419", + "lastUpdatedTimeUtc": "2026-01-29T05:54:38.8955738", "percentComplete": 100, + "error": null}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '131' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:54:57 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/c9c3159b-7bc7-4bdb-93db-1eee886b2760/result + Pragma: + - no-cache + RequestId: + - 1c22de47-2a6e-4419-a0c1-cd974cd66a91 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + x-ms-operation-id: + - c9c3159b-7bc7-4bdb-93db-1eee886b2760 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/c9c3159b-7bc7-4bdb-93db-1eee886b2760/result + response: + body: + string: '{"id": "de8945e8-ce86-424f-b802-f8f00741a6ba", "type": "Eventstream", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Type: + - application/json + Date: + - Thu, 29 Jan 2026 05:54:58 GMT + Pragma: + - no-cache + RequestId: + - 749412b4-43c6-4975-b2a1-503aaaef5b62 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + Transfer-Encoding: + - chunked + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:55:00 GMT + Pragma: + - no-cache + RequestId: + - 8e43c606-02ac-4e29-9da8-707f6273091c + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "de8945e8-ce86-424f-b802-f8f00741a6ba", "type": "Eventstream", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '180' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:55:00 GMT + Pragma: + - no-cache + RequestId: + - b97fe606-1965-4521-8563-9ac639030422 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/de8945e8-ce86-424f-b802-f8f00741a6ba + response: + body: + string: '{"id": "de8945e8-ce86-424f-b802-f8f00741a6ba", "type": "Eventstream", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '169' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:55:01 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - c2b7bac4-4c25-4d33-bb79-5f9a231f5deb + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/de8945e8-ce86-424f-b802-f8f00741a6ba/getDefinition + response: + body: + string: '{"definition": {"parts": [{"path": "eventstream.json", "payload": "ew0KICAic291cmNlcyI6IFtdLA0KICAiZGVzdGluYXRpb25zIjogW10sDQogICJzdHJlYW1zIjogW10sDQogICJvcGVyYXRvcnMiOiBbXSwNCiAgImNvbXBhdGliaWxpdHlMZXZlbCI6ICIxLjEiDQp9", + "payloadType": "InlineBase64"}, {"path": "eventstreamProperties.json", "payload": + "ew0KICAicmV0ZW50aW9uVGltZUluRGF5cyI6IDEsDQogICJldmVudFRocm91Z2hwdXRMZXZlbCI6ICJMb3ciDQp9", + "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIkV2ZW50c3RyZWFtIiwKICAgICJkaXNwbGF5TmFtZSI6ICJmYWJjbGkwMDAwMDEiLAogICAgImRlc2NyaXB0aW9uIjogIkNyZWF0ZWQgYnkgZmFiIgogIH0sCiAgImNvbmZpZyI6IHsKICAgICJ2ZXJzaW9uIjogIjIuMCIsCiAgICAibG9naWNhbElkIjogIjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIKICB9Cn0=", + "payloadType": "InlineBase64"}]}}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '567' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:55:02 GMT + Pragma: + - no-cache + RequestId: + - e62ac352-3299-484f-a94c-25631a535dee + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:55:03 GMT + Pragma: + - no-cache + RequestId: + - 972d1bca-3f52-47e8-ad62-8e734f227672 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "de8945e8-ce86-424f-b802-f8f00741a6ba", "type": "Eventstream", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '180' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:55:04 GMT + Pragma: + - no-cache + RequestId: + - 0a5a3ccb-f8ef-400e-9a5f-b7e55a4468f7 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: '{"definition": {"parts": [{"path": "eventstreamProperties.json", "payload": + "ewogICAgInJldGVudGlvblRpbWVJbkRheXMiOiAxLAogICAgImV2ZW50VGhyb3VnaHB1dExldmVsIjogIkxvdyIKfQ==", + "payloadType": "InlineBase64"}, {"path": "eventstream.json", "payload": "ewogICAgInNvdXJjZXMiOiBbXSwKICAgICJkZXN0aW5hdGlvbnMiOiBbXSwKICAgICJzdHJlYW1zIjogW10sCiAgICAib3BlcmF0b3JzIjogW10sCiAgICAiY29tcGF0aWJpbGl0eUxldmVsIjogIjEuMSIKfQ==", + "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICAgIiRzY2hlbWEiOiAiaHR0cHM6Ly9kZXZlbG9wZXIubWljcm9zb2Z0LmNvbS9qc29uLXNjaGVtYXMvZmFicmljL2dpdEludGVncmF0aW9uL3BsYXRmb3JtUHJvcGVydGllcy8yLjAuMC9zY2hlbWEuanNvbiIsCiAgICAibWV0YWRhdGEiOiB7CiAgICAgICAgInR5cGUiOiAiRXZlbnRzdHJlYW0iLAogICAgICAgICJkaXNwbGF5TmFtZSI6ICJmYWJjbGkwMDAwMDEiLAogICAgICAgICJkZXNjcmlwdGlvbiI6ICJDcmVhdGVkIGJ5IGZhYiIKICAgIH0sCiAgICAiY29uZmlnIjogewogICAgICAgICJ2ZXJzaW9uIjogIjIuMCIsCiAgICAgICAgImxvZ2ljYWxJZCI6ICIwMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiCiAgICB9Cn0=", + "payloadType": "InlineBase64"}]}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '1006' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/de8945e8-ce86-424f-b802-f8f00741a6ba/updateDefinition + response: + body: + string: '' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '0' + Content-Type: + - application/octet-stream + Date: + - Thu, 29 Jan 2026 05:55:15 GMT + Pragma: + - no-cache + RequestId: + - 33460d89-8b08-426c-9a37-e34c34e92701 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:55:16 GMT + Pragma: + - no-cache + RequestId: + - 93d06e3a-714d-450d-91cf-314fa0825f3f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "de8945e8-ce86-424f-b802-f8f00741a6ba", "type": "Eventstream", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '180' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:55:17 GMT + Pragma: + - no-cache + RequestId: + - e4ac091c-6848-46dc-b08e-a5d87fd65f65 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: DELETE + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/de8945e8-ce86-424f-b802-f8f00741a6ba + response: + body: + string: '' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '0' + Content-Type: + - application/octet-stream + Date: + - Thu, 29 Jan 2026 05:55:18 GMT + Pragma: + - no-cache + RequestId: + - 0fb1bbb8-5135-445c-bc8f-60ab63e483c8 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +version: 1 diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[KQLDashboard].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[KQLDashboard].yaml new file mode 100644 index 00000000..d5de4503 --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[KQLDashboard].yaml @@ -0,0 +1,713 @@ +interactions: +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:55:18 GMT + Pragma: + - no-cache + RequestId: + - 37165ba1-e567-43f0-b10f-8e697a44ab3e + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": []}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '32' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:55:19 GMT + Pragma: + - no-cache + RequestId: + - 3594b3ad-2b86-4d0d-8d13-f5ec25726350 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": []}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '32' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:55:20 GMT + Pragma: + - no-cache + RequestId: + - 10fc3738-dfcc-45b0-83b5-dca3f6239917 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: '{"description": "Created by fab", "displayName": "fabcli000001", "type": + "KQLDashboard", "folderId": null}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '110' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/kqlDashboards + response: + body: + string: '{"id": "bf4dba2e-611e-4937-b3c0-6909294c1ffe", "type": "KQLDashboard", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '171' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:55:23 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - ca7c0f00-e7f1-49d9-be2b-4e33ac48776a + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:55:24 GMT + Pragma: + - no-cache + RequestId: + - c53630fa-0fec-46ac-a2ea-615377d55fe8 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "bf4dba2e-611e-4937-b3c0-6909294c1ffe", "type": "KQLDashboard", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '183' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:55:25 GMT + Pragma: + - no-cache + RequestId: + - 955def5f-40ff-442f-80a8-86d8d09cecab + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/bf4dba2e-611e-4937-b3c0-6909294c1ffe + response: + body: + string: '{"id": "bf4dba2e-611e-4937-b3c0-6909294c1ffe", "type": "KQLDashboard", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '171' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:55:26 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - 7b0bbb01-1b5e-4ff8-8c38-680075d86c74 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/bf4dba2e-611e-4937-b3c0-6909294c1ffe/getDefinition + response: + body: + string: '{"definition": {"parts": [{"path": "RealTimeDashboard.json", "payload": + "e30=", "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIktRTERhc2hib2FyZCIsCiAgICAiZGlzcGxheU5hbWUiOiAiZmFiY2xpMDAwMDAxIiwKICAgICJkZXNjcmlwdGlvbiI6ICJDcmVhdGVkIGJ5IGZhYiIKICB9LAogICJjb25maWciOiB7CiAgICAidmVyc2lvbiI6ICIyLjAiLAogICAgImxvZ2ljYWxJZCI6ICIwMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiCiAgfQp9", + "payloadType": "InlineBase64"}]}}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '434' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:55:27 GMT + Pragma: + - no-cache + RequestId: + - 49ce6d04-34f5-4093-a22b-d425d856f01a + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:55:28 GMT + Pragma: + - no-cache + RequestId: + - 33c8fc7e-d301-426f-92bc-8738476583f6 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "bf4dba2e-611e-4937-b3c0-6909294c1ffe", "type": "KQLDashboard", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '183' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:55:28 GMT + Pragma: + - no-cache + RequestId: + - b937f54b-d1fb-4ef6-a3c4-90b90f43b7c2 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: '{"definition": {"parts": [{"path": "RealTimeDashboard.json", "payload": + "e30=", "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICAgIiRzY2hlbWEiOiAiaHR0cHM6Ly9kZXZlbG9wZXIubWljcm9zb2Z0LmNvbS9qc29uLXNjaGVtYXMvZmFicmljL2dpdEludGVncmF0aW9uL3BsYXRmb3JtUHJvcGVydGllcy8yLjAuMC9zY2hlbWEuanNvbiIsCiAgICAibWV0YWRhdGEiOiB7CiAgICAgICAgInR5cGUiOiAiS1FMRGFzaGJvYXJkIiwKICAgICAgICAiZGlzcGxheU5hbWUiOiAiZmFiY2xpMDAwMDAxIiwKICAgICAgICAiZGVzY3JpcHRpb24iOiAiQ3JlYXRlZCBieSBmYWIiCiAgICB9LAogICAgImNvbmZpZyI6IHsKICAgICAgICAidmVyc2lvbiI6ICIyLjAiLAogICAgICAgICJsb2dpY2FsSWQiOiAiMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIgogICAgfQp9", + "payloadType": "InlineBase64"}]}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '682' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/bf4dba2e-611e-4937-b3c0-6909294c1ffe/updateDefinition + response: + body: + string: '' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '0' + Content-Type: + - application/octet-stream + Date: + - Thu, 29 Jan 2026 05:55:30 GMT + Pragma: + - no-cache + RequestId: + - 157db004-e8e9-4154-bea0-a381937bb5a8 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:55:30 GMT + Pragma: + - no-cache + RequestId: + - 45feec98-cdda-4673-bf42-3cc3eb5e1d9c + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "bf4dba2e-611e-4937-b3c0-6909294c1ffe", "type": "KQLDashboard", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '183' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:55:32 GMT + Pragma: + - no-cache + RequestId: + - 6f7d7c44-bb3a-4af1-8151-7ed611ffc42f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: DELETE + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/bf4dba2e-611e-4937-b3c0-6909294c1ffe + response: + body: + string: '' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '0' + Content-Type: + - application/octet-stream + Date: + - Thu, 29 Jan 2026 05:55:33 GMT + Pragma: + - no-cache + RequestId: + - cc565388-7930-445c-bb4b-bc95ee3ab13d + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +version: 1 diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[KQLQueryset].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[KQLQueryset].yaml new file mode 100644 index 00000000..8133249c --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[KQLQueryset].yaml @@ -0,0 +1,713 @@ +interactions: +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:55:33 GMT + Pragma: + - no-cache + RequestId: + - cd91978c-ba6b-4ed7-88a7-0eb445cb5f7c + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": []}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '32' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:55:34 GMT + Pragma: + - no-cache + RequestId: + - 3b82aed1-d42e-4f69-b5c0-6f75534af7d6 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": []}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '32' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:55:35 GMT + Pragma: + - no-cache + RequestId: + - 88c4f195-b812-4dac-91a9-c839b4e73a80 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: '{"description": "Created by fab", "displayName": "fabcli000001", "type": + "KQLQueryset", "folderId": null}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '109' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/kqlQuerysets + response: + body: + string: '{"id": "10f83eeb-32ed-4047-acdb-db855c34fc24", "type": "KQLQueryset", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '170' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:55:37 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - 67d8eca9-859c-4e8b-9281-a1d0a36507ca + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:55:38 GMT + Pragma: + - no-cache + RequestId: + - d773f1d7-9fd4-4735-b36b-ec4081e50b21 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "10f83eeb-32ed-4047-acdb-db855c34fc24", "type": "KQLQueryset", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '182' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:55:38 GMT + Pragma: + - no-cache + RequestId: + - 1d41b0be-f464-4bb0-806d-fa9ab3dc8d57 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/10f83eeb-32ed-4047-acdb-db855c34fc24 + response: + body: + string: '{"id": "10f83eeb-32ed-4047-acdb-db855c34fc24", "type": "KQLQueryset", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '170' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:55:40 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - 7bad7d9b-3aff-4155-aa29-393fd9ae20f0 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/10f83eeb-32ed-4047-acdb-db855c34fc24/getDefinition + response: + body: + string: '{"definition": {"parts": [{"path": "RealTimeQueryset.json", "payload": + "e30=", "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIktRTFF1ZXJ5c2V0IiwKICAgICJkaXNwbGF5TmFtZSI6ICJmYWJjbGkwMDAwMDEiLAogICAgImRlc2NyaXB0aW9uIjogIkNyZWF0ZWQgYnkgZmFiIgogIH0sCiAgImNvbmZpZyI6IHsKICAgICJ2ZXJzaW9uIjogIjIuMCIsCiAgICAibG9naWNhbElkIjogIjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIKICB9Cn0=", + "payloadType": "InlineBase64"}]}}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '428' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:55:40 GMT + Pragma: + - no-cache + RequestId: + - 3243f000-0c43-4632-bc25-c5d4e8d86b4a + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:55:41 GMT + Pragma: + - no-cache + RequestId: + - a5eda746-be4d-45f7-9ba6-ccbcfa318828 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "10f83eeb-32ed-4047-acdb-db855c34fc24", "type": "KQLQueryset", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '182' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:55:41 GMT + Pragma: + - no-cache + RequestId: + - f3803ff3-c97e-4666-b8fb-078ca4ae17b3 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: '{"definition": {"parts": [{"path": ".platform", "payload": "ewogICAgIiRzY2hlbWEiOiAiaHR0cHM6Ly9kZXZlbG9wZXIubWljcm9zb2Z0LmNvbS9qc29uLXNjaGVtYXMvZmFicmljL2dpdEludGVncmF0aW9uL3BsYXRmb3JtUHJvcGVydGllcy8yLjAuMC9zY2hlbWEuanNvbiIsCiAgICAibWV0YWRhdGEiOiB7CiAgICAgICAgInR5cGUiOiAiS1FMUXVlcnlzZXQiLAogICAgICAgICJkaXNwbGF5TmFtZSI6ICJmYWJjbGkwMDAwMDEiLAogICAgICAgICJkZXNjcmlwdGlvbiI6ICJDcmVhdGVkIGJ5IGZhYiIKICAgIH0sCiAgICAiY29uZmlnIjogewogICAgICAgICJ2ZXJzaW9uIjogIjIuMCIsCiAgICAgICAgImxvZ2ljYWxJZCI6ICIwMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiCiAgICB9Cn0=", + "payloadType": "InlineBase64"}, {"path": "RealTimeQueryset.json", "payload": + "e30=", "payloadType": "InlineBase64"}]}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '677' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/10f83eeb-32ed-4047-acdb-db855c34fc24/updateDefinition + response: + body: + string: '' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '0' + Content-Type: + - application/octet-stream + Date: + - Thu, 29 Jan 2026 05:55:43 GMT + Pragma: + - no-cache + RequestId: + - 130eba3b-9281-4b72-84a4-fd55e6c0c6bd + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:55:44 GMT + Pragma: + - no-cache + RequestId: + - 3965f876-1b22-48b3-8021-135885c1ed34 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "10f83eeb-32ed-4047-acdb-db855c34fc24", "type": "KQLQueryset", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '182' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:55:44 GMT + Pragma: + - no-cache + RequestId: + - 541db128-4720-4521-b7ad-8845598c7e37 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: DELETE + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/10f83eeb-32ed-4047-acdb-db855c34fc24 + response: + body: + string: '' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '0' + Content-Type: + - application/octet-stream + Date: + - Thu, 29 Jan 2026 05:55:45 GMT + Pragma: + - no-cache + RequestId: + - c87da332-0a76-4152-9fd3-f27cc87b7080 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +version: 1 diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[MirroredDatabase].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[MirroredDatabase].yaml new file mode 100644 index 00000000..045f671b --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[MirroredDatabase].yaml @@ -0,0 +1,715 @@ +interactions: +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:57:38 GMT + Pragma: + - no-cache + RequestId: + - 414889c2-194b-4511-b7dd-7425be900c81 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": []}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '32' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:57:39 GMT + Pragma: + - no-cache + RequestId: + - 0f634162-ede2-4c41-a55b-be9c38ace4bc + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": []}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '32' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:57:40 GMT + Pragma: + - no-cache + RequestId: + - 8cf7d233-9439-453d-b1bb-d92581639f78 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: '{"description": "Created by fab", "displayName": "fabcli000001", "type": + "MirroredDatabase", "folderId": null, "definition": {"parts": [{"path": "mirroring.json", + "payload": "ewogICAgInByb3BlcnRpZXMiOiB7CiAgICAgICAgInNvdXJjZSI6IHsKICAgICAgICAgICAgInR5cGUiOiAiR2VuZXJpY01pcnJvciIsCiAgICAgICAgICAgICJ0eXBlUHJvcGVydGllcyI6IHt9CiAgICAgICAgfSwKICAgICAgICAidGFyZ2V0IjogewogICAgICAgICAgICAidHlwZSI6ICJNb3VudGVkUmVsYXRpb25hbERhdGFiYXNlIiwKICAgICAgICAgICAgInR5cGVQcm9wZXJ0aWVzIjogewogICAgICAgICAgICAgICAgImZvcm1hdCI6ICJEZWx0YSIKICAgICAgICAgICAgfQogICAgICAgIH0KICAgIH0KfQ==", + "payloadType": "InlineBase64"}]}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '603' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/mirroredDatabases + response: + body: + string: '{"id": "9cf775cc-9001-4bca-b86c-f77b93a89cab", "type": "MirroredDatabase", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '170' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:57:43 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - 03e98786-a479-48e4-aba1-503b0dbe60a3 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:57:44 GMT + Pragma: + - no-cache + RequestId: + - 5c0e2fd9-da09-4151-9055-2e8a1338f72f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "9cf775cc-9001-4bca-b86c-f77b93a89cab", "type": "MirroredDatabase", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '182' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:57:44 GMT + Pragma: + - no-cache + RequestId: + - 6797f060-6098-4105-982f-31856f4a64c1 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/9cf775cc-9001-4bca-b86c-f77b93a89cab + response: + body: + string: '{"id": "9cf775cc-9001-4bca-b86c-f77b93a89cab", "type": "MirroredDatabase", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '170' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:57:44 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - 4373845c-3b46-491b-80c2-695ac51f94c5 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/9cf775cc-9001-4bca-b86c-f77b93a89cab/getDefinition + response: + body: + string: '{"definition": {"parts": [{"path": "mirroring.json", "payload": "ew0KICAicHJvcGVydGllcyI6IHsNCiAgICAic291cmNlIjogew0KICAgICAgInR5cGUiOiAiR2VuZXJpY01pcnJvciIsDQogICAgICAidHlwZVByb3BlcnRpZXMiOiB7fQ0KICAgIH0sDQogICAgInRhcmdldCI6IHsNCiAgICAgICJ0eXBlIjogIk1vdW50ZWRSZWxhdGlvbmFsRGF0YWJhc2UiLA0KICAgICAgInR5cGVQcm9wZXJ0aWVzIjogew0KICAgICAgICAiZm9ybWF0IjogIkRlbHRhIg0KICAgICAgfQ0KICAgIH0NCiAgfQ0KfQ==", + "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIk1pcnJvcmVkRGF0YWJhc2UiLAogICAgImRpc3BsYXlOYW1lIjogImZhYmNsaTAwMDAwMSIsCiAgICAiZGVzY3JpcHRpb24iOiAiQ3JlYXRlZCBieSBmYWIiCiAgfSwKICAiY29uZmlnIjogewogICAgInZlcnNpb24iOiAiMi4wIiwKICAgICJsb2dpY2FsSWQiOiAiMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIgogIH0KfQ==", + "payloadType": "InlineBase64"}]}}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '561' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:57:45 GMT + Pragma: + - no-cache + RequestId: + - 41171c7d-9949-4ce7-ad1d-f9cbe7b90e45 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:57:46 GMT + Pragma: + - no-cache + RequestId: + - f2681bdc-148a-49a7-9d10-8145469159ee + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "9cf775cc-9001-4bca-b86c-f77b93a89cab", "type": "MirroredDatabase", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '182' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:57:47 GMT + Pragma: + - no-cache + RequestId: + - 8d99cf2d-bac0-4c05-8472-f8c9c9a65024 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: '{"definition": {"parts": [{"path": ".platform", "payload": "ewogICAgIiRzY2hlbWEiOiAiaHR0cHM6Ly9kZXZlbG9wZXIubWljcm9zb2Z0LmNvbS9qc29uLXNjaGVtYXMvZmFicmljL2dpdEludGVncmF0aW9uL3BsYXRmb3JtUHJvcGVydGllcy8yLjAuMC9zY2hlbWEuanNvbiIsCiAgICAibWV0YWRhdGEiOiB7CiAgICAgICAgInR5cGUiOiAiTWlycm9yZWREYXRhYmFzZSIsCiAgICAgICAgImRpc3BsYXlOYW1lIjogImZhYmNsaTAwMDAwMSIsCiAgICAgICAgImRlc2NyaXB0aW9uIjogIkNyZWF0ZWQgYnkgZmFiIgogICAgfSwKICAgICJjb25maWciOiB7CiAgICAgICAgInZlcnNpb24iOiAiMi4wIiwKICAgICAgICAibG9naWNhbElkIjogIjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIKICAgIH0KfQ==", + "payloadType": "InlineBase64"}, {"path": "mirroring.json", "payload": "ewogICAgInByb3BlcnRpZXMiOiB7CiAgICAgICAgInNvdXJjZSI6IHsKICAgICAgICAgICAgInR5cGUiOiAiR2VuZXJpY01pcnJvciIsCiAgICAgICAgICAgICJ0eXBlUHJvcGVydGllcyI6IHt9CiAgICAgICAgfSwKICAgICAgICAidGFyZ2V0IjogewogICAgICAgICAgICAidHlwZSI6ICJNb3VudGVkUmVsYXRpb25hbERhdGFiYXNlIiwKICAgICAgICAgICAgInR5cGVQcm9wZXJ0aWVzIjogewogICAgICAgICAgICAgICAgImZvcm1hdCI6ICJEZWx0YSIKICAgICAgICAgICAgfQogICAgICAgIH0KICAgIH0KfQ==", + "payloadType": "InlineBase64"}]}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '1062' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/9cf775cc-9001-4bca-b86c-f77b93a89cab/updateDefinition + response: + body: + string: '' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '0' + Content-Type: + - application/octet-stream + Date: + - Thu, 29 Jan 2026 05:57:48 GMT + Pragma: + - no-cache + RequestId: + - 46c2af43-8723-4195-a172-0ba18ff82b37 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:57:49 GMT + Pragma: + - no-cache + RequestId: + - 1c0d2095-1131-4324-ac65-73988816c464 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "9cf775cc-9001-4bca-b86c-f77b93a89cab", "type": "MirroredDatabase", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '182' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:57:50 GMT + Pragma: + - no-cache + RequestId: + - f3e2559a-0478-46d0-86cb-7bb5f0aaebfa + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: DELETE + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/9cf775cc-9001-4bca-b86c-f77b93a89cab + response: + body: + string: '' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '0' + Content-Type: + - application/octet-stream + Date: + - Thu, 29 Jan 2026 05:57:50 GMT + Pragma: + - no-cache + RequestId: + - ce00dc9d-b429-495b-8b88-88d3ebd07093 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +version: 1 diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[Notebook].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[Notebook].yaml new file mode 100644 index 00000000..e578078e --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[Notebook].yaml @@ -0,0 +1,1019 @@ +interactions: +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:57:51 GMT + Pragma: + - no-cache + RequestId: + - 164dc013-e899-4082-a518-14ac9326fe5c + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": []}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '32' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:57:52 GMT + Pragma: + - no-cache + RequestId: + - f5570bf8-e9f5-4d92-83ad-58ab2ec60d40 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": []}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '32' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:57:52 GMT + Pragma: + - no-cache + RequestId: + - c52a1064-230c-4444-b8d0-29cdb9f0e876 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: '{"description": "Created by fab", "displayName": "fabcli000001", "type": + "Notebook", "folderId": null, "definition": {"parts": [{"path": "notebook-content.py", + "payload": "IyBGYWJyaWMgbm90ZWJvb2sgc291cmNlCgojIE1FVEFEQVRBICoqKioqKioqKioqKioqKioqKioqCgojIE1FVEEgewojIE1FVEEgICAia2VybmVsX2luZm8iOiB7CiMgTUVUQSAgICAgIm5hbWUiOiAic3luYXBzZV9weXNwYXJrIgojIE1FVEEgICB9LAojIE1FVEEgICAiZGVwZW5kZW5jaWVzIjoge30KIyBNRVRBIH0KCiMgQ0VMTCAqKioqKioqKioqKioqKioqKioqKgoKIyBXZWxjb21lIHRvIHlvdXIgbmV3IG5vdGVib29rCiMgVHlwZSBoZXJlIGluIHRoZSBjZWxsIGVkaXRvciB0byBhZGQgY29kZSEKCgojIE1FVEFEQVRBICoqKioqKioqKioqKioqKioqKioqCgojIE1FVEEgewojIE1FVEEgICAibGFuZ3VhZ2UiOiAicHl0aG9uIiwKIyBNRVRBICAgImxhbmd1YWdlX2dyb3VwIjogInN5bmFwc2VfcHlzcGFyayIKIyBNRVRBIH0K", + "payloadType": "InlineBase64"}]}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '764' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/notebooks + response: + body: + string: 'null' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,Retry-After,ETag,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '24' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:57:54 GMT + ETag: + - '""' + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/fa86788b-cdbf-41f5-916f-f955e543b206 + Pragma: + - no-cache + RequestId: + - 46ef9c01-9265-4953-b67a-ee01191b7d9f + Retry-After: + - '20' + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-operation-id: + - fa86788b-cdbf-41f5-916f-f955e543b206 + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/fa86788b-cdbf-41f5-916f-f955e543b206 + response: + body: + string: '{"status": "Succeeded", "createdTimeUtc": "2026-01-29T05:57:54.2687715", + "lastUpdatedTimeUtc": "2026-01-29T05:57:55.5500236", "percentComplete": 100, + "error": null}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '131' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:58:15 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/fa86788b-cdbf-41f5-916f-f955e543b206/result + Pragma: + - no-cache + RequestId: + - 3e570850-29a2-4983-a938-134a474bdedc + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + x-ms-operation-id: + - fa86788b-cdbf-41f5-916f-f955e543b206 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/fa86788b-cdbf-41f5-916f-f955e543b206/result + response: + body: + string: '{"id": "140db848-57b2-4965-a7be-b838dc2c5ed9", "type": "Notebook", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Type: + - application/json + Date: + - Thu, 29 Jan 2026 05:58:16 GMT + Pragma: + - no-cache + RequestId: + - 41f05a76-a211-4c5d-8172-777aeebb6f93 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + Transfer-Encoding: + - chunked + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:58:17 GMT + Pragma: + - no-cache + RequestId: + - 8c22877e-d5b5-48c0-8082-58adc78b8964 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "140db848-57b2-4965-a7be-b838dc2c5ed9", "type": "Notebook", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '177' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:58:18 GMT + Pragma: + - no-cache + RequestId: + - a45b4b0f-8af4-4082-a1f7-a620b8b93e72 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/140db848-57b2-4965-a7be-b838dc2c5ed9 + response: + body: + string: '{"id": "140db848-57b2-4965-a7be-b838dc2c5ed9", "type": "Notebook", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '166' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:58:19 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - bd326f91-0945-4ad2-b630-751ea6d4e4ac + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/140db848-57b2-4965-a7be-b838dc2c5ed9/getDefinition?format=ipynb + response: + body: + string: 'null' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,Retry-After,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '24' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:58:19 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/ab366bfc-a159-444c-998a-1918c6ed0ea3 + Pragma: + - no-cache + RequestId: + - 3026ef73-b25c-4137-9516-5436a21e6cc6 + Retry-After: + - '20' + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-operation-id: + - ab366bfc-a159-444c-998a-1918c6ed0ea3 + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/ab366bfc-a159-444c-998a-1918c6ed0ea3 + response: + body: + string: '{"status": "Succeeded", "createdTimeUtc": "2026-01-29T05:58:19.9809165", + "lastUpdatedTimeUtc": "2026-01-29T05:58:20.3561777", "percentComplete": 100, + "error": null}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '132' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:58:41 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/ab366bfc-a159-444c-998a-1918c6ed0ea3/result + Pragma: + - no-cache + RequestId: + - f3d3d489-02fe-4f58-bb5c-6015a8a36f7f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + x-ms-operation-id: + - ab366bfc-a159-444c-998a-1918c6ed0ea3 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/ab366bfc-a159-444c-998a-1918c6ed0ea3/result + response: + body: + string: '{"definition": {"parts": [{"path": "notebook-content.ipynb", "payload": + "eyJuYmZvcm1hdCI6NCwibmJmb3JtYXRfbWlub3IiOjUsIm1ldGFkYXRhIjp7Imxhbmd1YWdlX2luZm8iOnsibmFtZSI6InB5dGhvbiJ9LCJrZXJuZWxfaW5mbyI6eyJuYW1lIjoic3luYXBzZV9weXNwYXJrIiwianVweXRlcl9rZXJuZWxfbmFtZSI6bnVsbH0sImEzNjVDb21wdXRlT3B0aW9ucyI6bnVsbCwic2Vzc2lvbktlZXBBbGl2ZVRpbWVvdXQiOjAsImRlcGVuZGVuY2llcyI6eyJsYWtlaG91c2UiOm51bGx9fSwiY2VsbHMiOlt7ImNlbGxfdHlwZSI6ImNvZGUiLCJtZXRhZGF0YSI6eyJtaWNyb3NvZnQiOnsibGFuZ3VhZ2UiOiJweXRob24iLCJsYW5ndWFnZV9ncm91cCI6InN5bmFwc2VfcHlzcGFyayJ9fSwic291cmNlIjpbIiMgV2VsY29tZSB0byB5b3VyIG5ldyBub3RlYm9va1xuIiwiIyBUeXBlIGhlcmUgaW4gdGhlIGNlbGwgZWRpdG9yIHRvIGFkZCBjb2RlIVxuIl0sIm91dHB1dHMiOltdfV19", + "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIk5vdGVib29rIiwKICAgICJkaXNwbGF5TmFtZSI6ICJmYWJjbGkwMDAwMDEiLAogICAgImRlc2NyaXB0aW9uIjogIkNyZWF0ZWQgYnkgZmFiIgogIH0sCiAgImNvbmZpZyI6IHsKICAgICJ2ZXJzaW9uIjogIjIuMCIsCiAgICAibG9naWNhbElkIjogIjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIKICB9Cn0=", + "payloadType": "InlineBase64"}]}}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Type: + - application/json + Date: + - Thu, 29 Jan 2026 05:58:42 GMT + Pragma: + - no-cache + RequestId: + - d3f196f6-d343-476a-a245-cc9902e3297a + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + Transfer-Encoding: + - chunked + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:58:43 GMT + Pragma: + - no-cache + RequestId: + - 73056b40-bff2-41ae-89c5-c2336edf3b4c + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "140db848-57b2-4965-a7be-b838dc2c5ed9", "type": "Notebook", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '177' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:58:43 GMT + Pragma: + - no-cache + RequestId: + - 671bfdae-fa1b-471c-9160-135736aa284c + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: '{"definition": {"format": "ipynb", "parts": [{"path": "notebook-content.ipynb", + "payload": "ewogICAgIm5iZm9ybWF0IjogNCwKICAgICJuYmZvcm1hdF9taW5vciI6IDUsCiAgICAibWV0YWRhdGEiOiB7CiAgICAgICAgImxhbmd1YWdlX2luZm8iOiB7CiAgICAgICAgICAgICJuYW1lIjogInB5dGhvbiIKICAgICAgICB9LAogICAgICAgICJrZXJuZWxfaW5mbyI6IHsKICAgICAgICAgICAgIm5hbWUiOiAic3luYXBzZV9weXNwYXJrIiwKICAgICAgICAgICAgImp1cHl0ZXJfa2VybmVsX25hbWUiOiBudWxsCiAgICAgICAgfSwKICAgICAgICAiYTM2NUNvbXB1dGVPcHRpb25zIjogbnVsbCwKICAgICAgICAic2Vzc2lvbktlZXBBbGl2ZVRpbWVvdXQiOiAwLAogICAgICAgICJkZXBlbmRlbmNpZXMiOiB7CiAgICAgICAgICAgICJsYWtlaG91c2UiOiBudWxsCiAgICAgICAgfQogICAgfSwKICAgICJjZWxscyI6IFsKICAgICAgICB7CiAgICAgICAgICAgICJjZWxsX3R5cGUiOiAiY29kZSIsCiAgICAgICAgICAgICJtZXRhZGF0YSI6IHsKICAgICAgICAgICAgICAgICJtaWNyb3NvZnQiOiB7CiAgICAgICAgICAgICAgICAgICAgImxhbmd1YWdlIjogInB5dGhvbiIsCiAgICAgICAgICAgICAgICAgICAgImxhbmd1YWdlX2dyb3VwIjogInN5bmFwc2VfcHlzcGFyayIKICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgfSwKICAgICAgICAgICAgInNvdXJjZSI6IFsKICAgICAgICAgICAgICAgICIjIFdlbGNvbWUgdG8geW91ciBuZXcgbm90ZWJvb2tcbiIsCiAgICAgICAgICAgICAgICAiIyBUeXBlIGhlcmUgaW4gdGhlIGNlbGwgZWRpdG9yIHRvIGFkZCBjb2RlIVxuIgogICAgICAgICAgICBdLAogICAgICAgICAgICAib3V0cHV0cyI6IFtdCiAgICAgICAgfQogICAgXQp9", + "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICAgIiRzY2hlbWEiOiAiaHR0cHM6Ly9kZXZlbG9wZXIubWljcm9zb2Z0LmNvbS9qc29uLXNjaGVtYXMvZmFicmljL2dpdEludGVncmF0aW9uL3BsYXRmb3JtUHJvcGVydGllcy8yLjAuMC9zY2hlbWEuanNvbiIsCiAgICAibWV0YWRhdGEiOiB7CiAgICAgICAgInR5cGUiOiAiTm90ZWJvb2siLAogICAgICAgICJkaXNwbGF5TmFtZSI6ICJmYWJjbGkwMDAwMDEiLAogICAgICAgICJkZXNjcmlwdGlvbiI6ICJDcmVhdGVkIGJ5IGZhYiIKICAgIH0sCiAgICAiY29uZmlnIjogewogICAgICAgICJ2ZXJzaW9uIjogIjIuMCIsCiAgICAgICAgImxvZ2ljYWxJZCI6ICIwMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiCiAgICB9Cn0=", + "payloadType": "InlineBase64"}]}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '1805' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/140db848-57b2-4965-a7be-b838dc2c5ed9/updateDefinition + response: + body: + string: 'null' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,Retry-After,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '24' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:58:44 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/2169a3f8-8493-4d74-af23-e8cf4e0b4fe6 + Pragma: + - no-cache + RequestId: + - c9290f65-fb32-42df-b43a-240f28b2fec2 + Retry-After: + - '20' + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-operation-id: + - 2169a3f8-8493-4d74-af23-e8cf4e0b4fe6 + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/2169a3f8-8493-4d74-af23-e8cf4e0b4fe6 + response: + body: + string: '{"status": "Succeeded", "createdTimeUtc": "2026-01-29T05:58:45.7220447", + "lastUpdatedTimeUtc": "2026-01-29T05:58:46.0032916", "percentComplete": 100, + "error": null}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '131' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:59:06 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/2169a3f8-8493-4d74-af23-e8cf4e0b4fe6/result + Pragma: + - no-cache + RequestId: + - c149b0cd-4090-4122-8abb-3307f4546994 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + x-ms-operation-id: + - 2169a3f8-8493-4d74-af23-e8cf4e0b4fe6 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/2169a3f8-8493-4d74-af23-e8cf4e0b4fe6/result + response: + body: + string: '{"id": "140db848-57b2-4965-a7be-b838dc2c5ed9", "type": "Notebook", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Type: + - application/json + Date: + - Thu, 29 Jan 2026 05:59:08 GMT + Pragma: + - no-cache + RequestId: + - cc95456c-d3c7-42ba-9ae0-b27508018c99 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + Transfer-Encoding: + - chunked + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:59:09 GMT + Pragma: + - no-cache + RequestId: + - e6e80cd3-8141-40f7-89fc-6c7bfc894f58 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "140db848-57b2-4965-a7be-b838dc2c5ed9", "type": "Notebook", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '177' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:59:09 GMT + Pragma: + - no-cache + RequestId: + - 136361d6-55b9-415c-b274-fd0e5e242f06 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: DELETE + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/140db848-57b2-4965-a7be-b838dc2c5ed9 + response: + body: + string: '' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '0' + Content-Type: + - application/octet-stream + Date: + - Thu, 29 Jan 2026 05:59:10 GMT + Pragma: + - no-cache + RequestId: + - 22d97a4a-3d37-4a25-a327-d38cde624c7b + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +version: 1 diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[Reflex].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[Reflex].yaml new file mode 100644 index 00000000..dbd716c0 --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[Reflex].yaml @@ -0,0 +1,711 @@ +interactions: +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:59:11 GMT + Pragma: + - no-cache + RequestId: + - fe2c5f34-896f-47e9-a58d-b8c087af500a + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": []}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '32' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:59:12 GMT + Pragma: + - no-cache + RequestId: + - d6c91e7c-9206-47f4-9973-469252f912c4 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": []}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '32' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:59:12 GMT + Pragma: + - no-cache + RequestId: + - c89b65ed-303e-4f5e-87f4-5d5e0302428e + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: '{"description": "Created by fab", "displayName": "fabcli000001", "type": + "Reflex", "folderId": null}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '104' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/reflexes + response: + body: + string: '{"id": "31eef82e-d4e6-4c10-ade6-b33180b42005", "type": "Reflex", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '166' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:59:15 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - 8e7d7d77-3f76-44b7-97ed-a3712fc44cc1 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:59:17 GMT + Pragma: + - no-cache + RequestId: + - d3a51c74-e995-438e-9ec2-a7c4aac184d1 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "31eef82e-d4e6-4c10-ade6-b33180b42005", "type": "Reflex", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '177' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:59:17 GMT + Pragma: + - no-cache + RequestId: + - 87098100-fc3b-4408-9de4-53bd254a3d09 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/31eef82e-d4e6-4c10-ade6-b33180b42005 + response: + body: + string: '{"id": "31eef82e-d4e6-4c10-ade6-b33180b42005", "type": "Reflex", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '166' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:59:18 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - a4387552-f449-4db7-93c9-28c7ecd33272 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/31eef82e-d4e6-4c10-ade6-b33180b42005/getDefinition + response: + body: + string: '{"definition": {"parts": [{"path": "ReflexEntities.json", "payload": + "W10=", "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIlJlZmxleCIsCiAgICAiZGlzcGxheU5hbWUiOiAiZmFiY2xpMDAwMDAxIiwKICAgICJkZXNjcmlwdGlvbiI6ICJDcmVhdGVkIGJ5IGZhYiIKICB9LAogICJjb25maWciOiB7CiAgICAidmVyc2lvbiI6ICIyLjAiLAogICAgImxvZ2ljYWxJZCI6ICIwMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiCiAgfQp9", + "payloadType": "InlineBase64"}]}}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '425' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:59:20 GMT + Pragma: + - no-cache + RequestId: + - 6576d120-4518-418c-bb66-6ae0b7c9d0a4 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:59:21 GMT + Pragma: + - no-cache + RequestId: + - fb40a505-9786-45fe-9466-31ecc2615bf2 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "31eef82e-d4e6-4c10-ade6-b33180b42005", "type": "Reflex", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '177' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:59:21 GMT + Pragma: + - no-cache + RequestId: + - c2c853b5-4cbe-49f6-a124-cceb16f46920 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: '{"definition": {"parts": [{"path": "ReflexEntities.json", "payload": "W10=", + "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICAgIiRzY2hlbWEiOiAiaHR0cHM6Ly9kZXZlbG9wZXIubWljcm9zb2Z0LmNvbS9qc29uLXNjaGVtYXMvZmFicmljL2dpdEludGVncmF0aW9uL3BsYXRmb3JtUHJvcGVydGllcy8yLjAuMC9zY2hlbWEuanNvbiIsCiAgICAibWV0YWRhdGEiOiB7CiAgICAgICAgInR5cGUiOiAiUmVmbGV4IiwKICAgICAgICAiZGlzcGxheU5hbWUiOiAiZmFiY2xpMDAwMDAxIiwKICAgICAgICAiZGVzY3JpcHRpb24iOiAiQ3JlYXRlZCBieSBmYWIiCiAgICB9LAogICAgImNvbmZpZyI6IHsKICAgICAgICAidmVyc2lvbiI6ICIyLjAiLAogICAgICAgICJsb2dpY2FsSWQiOiAiMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIgogICAgfQp9", + "payloadType": "InlineBase64"}]}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '671' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/31eef82e-d4e6-4c10-ade6-b33180b42005/updateDefinition + response: + body: + string: '' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '0' + Content-Type: + - application/octet-stream + Date: + - Thu, 29 Jan 2026 05:59:26 GMT + Pragma: + - no-cache + RequestId: + - 4260e9c0-5084-412f-a299-58a5918bdb6e + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:59:26 GMT + Pragma: + - no-cache + RequestId: + - 8295f8ad-d483-4fd1-9455-9c98b400758c + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "31eef82e-d4e6-4c10-ade6-b33180b42005", "type": "Reflex", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '177' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:59:26 GMT + Pragma: + - no-cache + RequestId: + - c6e88dd5-780e-4023-934d-bb10e26be118 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: DELETE + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/31eef82e-d4e6-4c10-ade6-b33180b42005 + response: + body: + string: '' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '0' + Content-Type: + - application/octet-stream + Date: + - Thu, 29 Jan 2026 05:59:27 GMT + Pragma: + - no-cache + RequestId: + - a2ece622-b1e5-4612-83f0-dff81fbdddf3 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +version: 1 diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[SparkJobDefinition].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[SparkJobDefinition].yaml new file mode 100644 index 00000000..5082218b --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[SparkJobDefinition].yaml @@ -0,0 +1,716 @@ +interactions: +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:59:29 GMT + Pragma: + - no-cache + RequestId: + - 0dc4978d-0dcc-4457-8798-c80674fa1acf + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": []}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '32' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:59:29 GMT + Pragma: + - no-cache + RequestId: + - 259bf303-3b34-469a-91ce-b3dd25f821bb + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": []}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '32' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:59:30 GMT + Pragma: + - no-cache + RequestId: + - 2fb64078-daf4-46af-a8ff-d3256c72ec7b + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: '{"description": "Created by fab", "displayName": "fabcli000001", "type": + "SparkJobDefinition", "folderId": null}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '116' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/sparkJobDefinitions + response: + body: + string: '{"id": "dbe762ad-b49c-4830-b2d5-a423af937572", "type": "SparkJobDefinition", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '174' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:59:32 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - 15628b96-85f0-472b-8a0e-455bb24e7feb + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:59:33 GMT + Pragma: + - no-cache + RequestId: + - 94d766a5-878c-462a-81a0-218f013a7ef3 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "dbe762ad-b49c-4830-b2d5-a423af937572", "type": "SparkJobDefinition", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '185' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:59:33 GMT + Pragma: + - no-cache + RequestId: + - 52ee9a8b-bbbf-4aa4-94f2-0094e0c5ba33 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/dbe762ad-b49c-4830-b2d5-a423af937572 + response: + body: + string: '{"id": "dbe762ad-b49c-4830-b2d5-a423af937572", "type": "SparkJobDefinition", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '174' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:59:34 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - 8442f799-c401-4f08-b48d-b274bf496563 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/dbe762ad-b49c-4830-b2d5-a423af937572/getDefinition?format=SparkJobDefinitionV1 + response: + body: + string: '{"definition": {"parts": [{"path": "SparkJobDefinitionV1.json", "payload": + "ew0KICAiZXhlY3V0YWJsZUZpbGUiOiBudWxsLA0KICAiZGVmYXVsdExha2Vob3VzZUFydGlmYWN0SWQiOiBudWxsLA0KICAibWFpbkNsYXNzIjogbnVsbCwNCiAgImFkZGl0aW9uYWxMYWtlaG91c2VJZHMiOiBbXSwNCiAgInJldHJ5UG9saWN5IjogbnVsbCwNCiAgImNvbW1hbmRMaW5lQXJndW1lbnRzIjogbnVsbCwNCiAgImFkZGl0aW9uYWxMaWJyYXJ5VXJpcyI6IG51bGwsDQogICJsYW5ndWFnZSI6IG51bGwsDQogICJlbnZpcm9ubWVudEFydGlmYWN0SWQiOiBudWxsDQp9", + "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIlNwYXJrSm9iRGVmaW5pdGlvbiIsCiAgICAiZGlzcGxheU5hbWUiOiAiZmFiY2xpMDAwMDAxIiwKICAgICJkZXNjcmlwdGlvbiI6ICJDcmVhdGVkIGJ5IGZhYiIKICB9LAogICJjb25maWciOiB7CiAgICAidmVyc2lvbiI6ICIyLjAiLAogICAgImxvZ2ljYWxJZCI6ICIwMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiCiAgfQp9", + "payloadType": "InlineBase64"}]}}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '616' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:59:36 GMT + Pragma: + - no-cache + RequestId: + - 3da3c02f-cb86-48dc-98e8-40a46b7c32be + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:59:37 GMT + Pragma: + - no-cache + RequestId: + - 78f60aa5-cce2-4501-8b82-1e5dc6ac7d15 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "dbe762ad-b49c-4830-b2d5-a423af937572", "type": "SparkJobDefinition", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '185' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:59:38 GMT + Pragma: + - no-cache + RequestId: + - da3558c7-9f5f-4b32-9db6-fff9e26419c6 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: '{"definition": {"format": "SparkJobDefinitionV1", "parts": [{"path": ".platform", + "payload": "ewogICAgIiRzY2hlbWEiOiAiaHR0cHM6Ly9kZXZlbG9wZXIubWljcm9zb2Z0LmNvbS9qc29uLXNjaGVtYXMvZmFicmljL2dpdEludGVncmF0aW9uL3BsYXRmb3JtUHJvcGVydGllcy8yLjAuMC9zY2hlbWEuanNvbiIsCiAgICAibWV0YWRhdGEiOiB7CiAgICAgICAgInR5cGUiOiAiU3BhcmtKb2JEZWZpbml0aW9uIiwKICAgICAgICAiZGlzcGxheU5hbWUiOiAiZmFiY2xpMDAwMDAxIiwKICAgICAgICAiZGVzY3JpcHRpb24iOiAiQ3JlYXRlZCBieSBmYWIiCiAgICB9LAogICAgImNvbmZpZyI6IHsKICAgICAgICAidmVyc2lvbiI6ICIyLjAiLAogICAgICAgICJsb2dpY2FsSWQiOiAiMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIgogICAgfQp9", + "payloadType": "InlineBase64"}, {"path": "SparkJobDefinitionV1.json", "payload": + "ewogICAgImV4ZWN1dGFibGVGaWxlIjogbnVsbCwKICAgICJkZWZhdWx0TGFrZWhvdXNlQXJ0aWZhY3RJZCI6IG51bGwsCiAgICAibWFpbkNsYXNzIjogbnVsbCwKICAgICJhZGRpdGlvbmFsTGFrZWhvdXNlSWRzIjogW10sCiAgICAicmV0cnlQb2xpY3kiOiBudWxsLAogICAgImNvbW1hbmRMaW5lQXJndW1lbnRzIjogbnVsbCwKICAgICJhZGRpdGlvbmFsTGlicmFyeVVyaXMiOiBudWxsLAogICAgImxhbmd1YWdlIjogbnVsbCwKICAgICJlbnZpcm9ubWVudEFydGlmYWN0SWQiOiBudWxsCn0=", + "payloadType": "InlineBase64"}]}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '1095' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/dbe762ad-b49c-4830-b2d5-a423af937572/updateDefinition + response: + body: + string: '' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '0' + Content-Type: + - application/octet-stream + Date: + - Thu, 29 Jan 2026 05:59:39 GMT + Pragma: + - no-cache + RequestId: + - 67cf4c35-5ad9-4962-ab3f-cb7abe1a542f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2306' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:59:40 GMT + Pragma: + - no-cache + RequestId: + - f5a6694b-ca07-462c-8755-36f726702dbf + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + response: + body: + string: '{"value": [{"id": "dbe762ad-b49c-4830-b2d5-a423af937572", "type": "SparkJobDefinition", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '185' + Content-Type: + - application/json; charset=utf-8 + Date: + - Thu, 29 Jan 2026 05:59:40 GMT + Pragma: + - no-cache + RequestId: + - 2d91ffca-1c59-41f5-a312-dfa7fa96527f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: DELETE + uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/dbe762ad-b49c-4830-b2d5-a423af937572 + response: + body: + string: '' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '0' + Content-Type: + - application/octet-stream + Date: + - Thu, 29 Jan 2026 05:59:41 GMT + Pragma: + - no-cache + RequestId: + - 4d05d5ef-1bc5-40d5-8919-449c8c0c3244 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +version: 1 From 46384c9263b06c84a1a48ac991f889a3f60c232c Mon Sep 17 00:00:00 2001 From: Alex Moraru Date: Mon, 2 Feb 2026 13:00:57 +0000 Subject: [PATCH 2/6] Adds parametrized tests --- tests/test_commands/test_import.py | 745 +++-------------------------- 1 file changed, 62 insertions(+), 683 deletions(-) diff --git a/tests/test_commands/test_import.py b/tests/test_commands/test_import.py index 674a6ea4..95422a0f 100644 --- a/tests/test_commands/test_import.py +++ b/tests/test_commands/test_import.py @@ -20,526 +20,46 @@ class TestImport: - # Update existing tests - def test_import_update_existing_notebook_item_success( - self, - item_factory, - mock_print_done, - tmp_path, - mock_print_warning, - spy_update_item_definition, - mock_print_grey, - upsert_item_to_cache, - cli_executor: CLIExecutor, - ): - _import_update_existing_item_success( - item_factory, - mock_print_done, - tmp_path, - mock_print_warning, - spy_update_item_definition, - mock_print_grey, - upsert_item_to_cache, - ItemType.NOTEBOOK, - cli_executor, - ) - - def test_import_update_existing_sjd_item_success( - self, - item_factory, - mock_print_done, - tmp_path, - mock_print_warning, - spy_update_item_definition, - mock_print_grey, - upsert_item_to_cache, - cli_executor: CLIExecutor, - ): - _import_update_existing_item_success( - item_factory, - mock_print_done, - tmp_path, - mock_print_warning, - spy_update_item_definition, - mock_print_grey, - upsert_item_to_cache, - ItemType.SPARK_JOB_DEFINITION, - cli_executor, - ) - - def test_import_update_existing_data_pipeline_item_success( - self, - item_factory, - mock_print_done, - tmp_path, - mock_print_warning, - spy_update_item_definition, - mock_print_grey, - upsert_item_to_cache, - cli_executor: CLIExecutor, - ): - _import_update_existing_item_success( - item_factory, - mock_print_done, - tmp_path, - mock_print_warning, - spy_update_item_definition, - mock_print_grey, - upsert_item_to_cache, - ItemType.DATA_PIPELINE, - cli_executor, - ) - - def test_import_update_existing_report_item_success( - self, - item_factory, - mock_print_done, - tmp_path, - mock_print_warning, - spy_update_item_definition, - mock_print_grey, - upsert_item_to_cache, - cli_executor: CLIExecutor, - ): - _import_update_existing_item_success( - item_factory, - mock_print_done, - tmp_path, - mock_print_warning, - spy_update_item_definition, - mock_print_grey, - upsert_item_to_cache, - ItemType.REPORT, - cli_executor, - ) - - def test_import_update_existing_semantic_model_item_success( - self, - item_factory, - mock_print_done, - tmp_path, - mock_print_warning, - spy_update_item_definition, - mock_print_grey, - upsert_item_to_cache, - cli_executor: CLIExecutor, - ): - _import_update_existing_item_success( - item_factory, - mock_print_done, - tmp_path, - mock_print_warning, - spy_update_item_definition, - mock_print_grey, - upsert_item_to_cache, - ItemType.SEMANTIC_MODEL, - cli_executor, - ) - - def test_import_update_existing_kql_db_item_success( - self, - item_factory, - mock_print_done, - tmp_path, - mock_print_warning, - spy_update_item_definition, - mock_print_grey, - upsert_item_to_cache, - cli_executor: CLIExecutor, - ): - _import_update_existing_item_success( - item_factory, - mock_print_done, - tmp_path, - mock_print_warning, - spy_update_item_definition, - mock_print_grey, - upsert_item_to_cache, - ItemType.KQL_DATABASE, - cli_executor, - ) - - def test_import_update_existing_kql_qs_item_success( - self, - item_factory, - mock_print_done, - tmp_path, - mock_print_warning, - spy_update_item_definition, - mock_print_grey, - upsert_item_to_cache, - cli_executor: CLIExecutor, - ): - _import_update_existing_item_success( - item_factory, - mock_print_done, - tmp_path, - mock_print_warning, - spy_update_item_definition, - mock_print_grey, - upsert_item_to_cache, - ItemType.KQL_QUERYSET, - cli_executor, - ) - - def test_import_update_existing_eventhouse_item_success( - self, - item_factory, - mock_print_done, - tmp_path, - mock_print_warning, - spy_update_item_definition, - mock_print_grey, - upsert_item_to_cache, - cli_executor: CLIExecutor, - ): - _import_update_existing_item_success( - item_factory, - mock_print_done, - tmp_path, - mock_print_warning, - spy_update_item_definition, - mock_print_grey, - upsert_item_to_cache, - ItemType.EVENTHOUSE, - cli_executor, - ) - - def test_import_update_existing_mirrored_db_item_success( - self, - item_factory, - mock_print_done, - tmp_path, - mock_print_warning, - spy_update_item_definition, - mock_print_grey, - upsert_item_to_cache, - cli_executor: CLIExecutor, - ): - _import_update_existing_item_success( - item_factory, - mock_print_done, - tmp_path, - mock_print_warning, - spy_update_item_definition, - mock_print_grey, - upsert_item_to_cache, - ItemType.MIRRORED_DATABASE, - cli_executor, - ) - - def test_import_update_existing_reflex_item_success( - self, - item_factory, - mock_print_done, - tmp_path, - mock_print_warning, - spy_update_item_definition, - mock_print_grey, - upsert_item_to_cache, - cli_executor: CLIExecutor, - ): - _import_update_existing_item_success( - item_factory, - mock_print_done, - tmp_path, - mock_print_warning, - spy_update_item_definition, - mock_print_grey, - upsert_item_to_cache, - ItemType.REFLEX, - cli_executor, - ) - - def test_import_update_existing_kql_dashboard_item_success( - self, - item_factory, - mock_print_done, - tmp_path, - mock_print_warning, - spy_update_item_definition, - mock_print_grey, - upsert_item_to_cache, - cli_executor: CLIExecutor, - ): - _import_update_existing_item_success( - item_factory, - mock_print_done, - tmp_path, - mock_print_warning, - spy_update_item_definition, - mock_print_grey, - upsert_item_to_cache, - ItemType.KQL_DASHBOARD, - cli_executor, - ) - - # Create new tests - def test_import_home_directory_path_success( - self, - item_factory, - mock_print_done, - tmp_path, - spy_create_item, - mock_print_grey, - upsert_item_to_cache, - cli_executor, - monkeypatch, - ): - # Setup mock home directory - home_dir = tmp_path / "home" - home_dir.mkdir() - home_dir_env = "USERPROFILE" if platform.system() == "Windows" else "HOME" - monkeypatch.setenv(home_dir_env, str(home_dir)) - - # Create test directory under mock home - input_dir = home_dir / "test_import" - input_dir.mkdir() - - _import_create_new_item_success( - item_factory, - mock_print_done, - f"~/test_import", - spy_create_item, - mock_print_grey, - upsert_item_to_cache, - ItemType.NOTEBOOK, - cli_executor, - ) - - def test_import_create_new_sqldb_item_success( - self, - item_factory, - mock_print_done, - tmp_path, - spy_create_item, - mock_print_grey, - upsert_item_to_cache, - cli_executor, - ): - _import_create_new_item_success( - item_factory, - mock_print_done, - tmp_path, - spy_create_item, - mock_print_grey, - upsert_item_to_cache, - ItemType.SQL_DATABASE, - cli_executor, - ) - - def test_import_create_new_notebook_item_success( - self, - item_factory, - mock_print_done, - tmp_path, - spy_create_item, - mock_print_grey, - upsert_item_to_cache, - cli_executor, - ): - _import_create_new_item_success( - item_factory, - mock_print_done, - tmp_path, - spy_create_item, - mock_print_grey, - upsert_item_to_cache, - ItemType.NOTEBOOK, - cli_executor, - ) - - def test_import_create_new_sjd_item_success( - self, - item_factory, - mock_print_done, - tmp_path, - spy_create_item, - mock_print_grey, - upsert_item_to_cache, - cli_executor, - ): - _import_create_new_item_success( - item_factory, - mock_print_done, - tmp_path, - spy_create_item, - mock_print_grey, - upsert_item_to_cache, - ItemType.SPARK_JOB_DEFINITION, - cli_executor, - ) - - def test_import_create_new_data_pipeline_item_success( - self, - item_factory, - mock_print_done, - tmp_path, - spy_create_item, - mock_print_grey, - upsert_item_to_cache, - cli_executor, - ): - _import_create_new_item_success( - item_factory, - mock_print_done, - tmp_path, - spy_create_item, - mock_print_grey, - upsert_item_to_cache, - ItemType.DATA_PIPELINE, - cli_executor, - ) - - def test_import_create_new_report_item_success( - self, - item_factory, - mock_print_done, - tmp_path, - spy_create_item, - mock_print_grey, - upsert_item_to_cache, - cli_executor, - ): - _import_create_new_item_success( - item_factory, - mock_print_done, - tmp_path, - spy_create_item, - mock_print_grey, - upsert_item_to_cache, - ItemType.REPORT, - cli_executor, - ) - - def test_import_create_new_semantic_model_item_success( - self, - item_factory, - mock_print_done, - tmp_path, - spy_create_item, - mock_print_grey, - upsert_item_to_cache, - cli_executor, - ): - _import_create_new_item_success( - item_factory, - mock_print_done, - tmp_path, - spy_create_item, - mock_print_grey, - upsert_item_to_cache, - ItemType.SEMANTIC_MODEL, - cli_executor, - ) - - def test_import_create_new_kql_db_item_success( - self, - item_factory, - mock_print_done, - tmp_path, - spy_create_item, - mock_print_grey, - upsert_item_to_cache, - cli_executor, - ): - _import_create_new_item_success( - item_factory, - mock_print_done, - tmp_path, - spy_create_item, - mock_print_grey, - upsert_item_to_cache, - ItemType.KQL_DATABASE, - cli_executor, - ) - - def test_import_create_new_kql_qs_item_success( - self, - item_factory, - mock_print_done, - tmp_path, - spy_create_item, - mock_print_grey, - upsert_item_to_cache, - cli_executor, - ): - _import_create_new_item_success( - item_factory, - mock_print_done, - tmp_path, - spy_create_item, - mock_print_grey, - upsert_item_to_cache, - ItemType.KQL_QUERYSET, - cli_executor, - ) - - def test_import_create_new_eventhouse_item_success( - self, - item_factory, - mock_print_done, - tmp_path, - spy_create_item, - mock_print_grey, - upsert_item_to_cache, - cli_executor, - ): - _import_create_new_item_success( - item_factory, - mock_print_done, - tmp_path, - spy_create_item, - mock_print_grey, - upsert_item_to_cache, - ItemType.EVENTHOUSE, - cli_executor, - ) - - def test_import_create_new_mirrored_db_item_success( - self, - item_factory, - mock_print_done, - tmp_path, - spy_create_item, - mock_print_grey, - upsert_item_to_cache, - cli_executor, - ): - _import_create_new_item_success( - item_factory, - mock_print_done, - tmp_path, - spy_create_item, - mock_print_grey, - upsert_item_to_cache, - ItemType.MIRRORED_DATABASE, - cli_executor, - ) - - def test_import_create_new_reflex_item_success( - self, + # region Parametrized Tests + @pytest.mark.parametrize("item_type", [ + ItemType.DATA_PIPELINE, ItemType.ENVIRONMENT, ItemType.EVENTSTREAM, + ItemType.KQL_DASHBOARD, ItemType.KQL_QUERYSET, + ItemType.MIRRORED_DATABASE, ItemType.NOTEBOOK, + ItemType.REFLEX, ItemType.SPARK_JOB_DEFINITION, + ]) + def test_import_update_existing_item_success( + self, + item_type, item_factory, mock_print_done, tmp_path, - spy_create_item, + mock_print_warning, + spy_update_item_definition, mock_print_grey, upsert_item_to_cache, - cli_executor, + cli_executor: CLIExecutor, ): - _import_create_new_item_success( + _import_update_existing_item_success( item_factory, mock_print_done, tmp_path, - spy_create_item, + mock_print_warning, + spy_update_item_definition, mock_print_grey, upsert_item_to_cache, - ItemType.REFLEX, + item_type, cli_executor, ) - def test_import_create_new_kql_dashboard_item_success( + @pytest.mark.parametrize("item_type", [ + ItemType.NOTEBOOK, ItemType.SPARK_JOB_DEFINITION, ItemType.DATA_PIPELINE, + ItemType.REPORT, ItemType.SEMANTIC_MODEL, ItemType.KQL_DATABASE, + ItemType.KQL_QUERYSET, ItemType.EVENTHOUSE, ItemType.MIRRORED_DATABASE, + ItemType.REFLEX, ItemType.KQL_DASHBOARD, ItemType.SQL_DATABASE, + ]) + def test_import_create_new_item_success( self, + item_type, item_factory, mock_print_done, tmp_path, @@ -555,105 +75,18 @@ def test_import_create_new_kql_dashboard_item_success( spy_create_item, mock_print_grey, upsert_item_to_cache, - ItemType.KQL_DASHBOARD, - cli_executor, - ) - - # Non Supported items tests - def test_import_create_new_dashboard_item_fail( - self, - workspace, - mock_print_done, - tmp_path, - spy_create_item, - mock_print_grey, - upsert_item_to_cache, - cli_executor, - assert_fabric_cli_error, - ): - _import_create_new_item_fail( - workspace, - mock_print_done, - tmp_path, - spy_create_item, - mock_print_grey, - upsert_item_to_cache, - ItemType.DASHBOARD, - cli_executor, - assert_fabric_cli_error, - ) - - def test_import_create_new_datamart_item_fail( - self, - workspace, - mock_print_done, - tmp_path, - spy_create_item, - mock_print_grey, - upsert_item_to_cache, - cli_executor, - assert_fabric_cli_error, - ): - _import_create_new_item_fail( - workspace, - mock_print_done, - tmp_path, - spy_create_item, - mock_print_grey, - upsert_item_to_cache, - ItemType.DATAMART, - cli_executor, - assert_fabric_cli_error, - ) - - def test_import_create_new_lakehouse_item_fail( - self, - workspace, - mock_print_done, - tmp_path, - spy_create_item, - mock_print_grey, - upsert_item_to_cache, - cli_executor, - assert_fabric_cli_error, - ): - _import_create_new_item_fail( - workspace, - mock_print_done, - tmp_path, - spy_create_item, - mock_print_grey, - upsert_item_to_cache, - ItemType.LAKEHOUSE, - cli_executor, - assert_fabric_cli_error, - ) - - def test_import_create_new_mirrored_warehouse_item_fail( - self, - workspace, - mock_print_done, - tmp_path, - spy_create_item, - mock_print_grey, - upsert_item_to_cache, - cli_executor, - assert_fabric_cli_error, - ): - _import_create_new_item_fail( - workspace, - mock_print_done, - tmp_path, - spy_create_item, - mock_print_grey, - upsert_item_to_cache, - ItemType.MIRRORED_WAREHOUSE, + item_type, cli_executor, - assert_fabric_cli_error, ) - def test_import_create_new_ml_experiment_item_fail( + @pytest.mark.parametrize("item_type", [ + ItemType.DASHBOARD, ItemType.DATAMART, ItemType.LAKEHOUSE, + ItemType.MIRRORED_WAREHOUSE, ItemType.ML_EXPERIMENT, ItemType.ML_MODEL, + ItemType.PAGINATED_REPORT, ItemType.SQL_ENDPOINT, ItemType.WAREHOUSE, + ]) + def test_import_create_new_item_fail( self, + item_type, workspace, mock_print_done, tmp_path, @@ -670,101 +103,44 @@ def test_import_create_new_ml_experiment_item_fail( spy_create_item, mock_print_grey, upsert_item_to_cache, - ItemType.ML_EXPERIMENT, + item_type, cli_executor, assert_fabric_cli_error, ) - def test_import_create_new_ml_model_item_fail( - self, - workspace, - mock_print_done, - tmp_path, - spy_create_item, - mock_print_grey, - upsert_item_to_cache, - cli_executor, - assert_fabric_cli_error, - ): - _import_create_new_item_fail( - workspace, - mock_print_done, - tmp_path, - spy_create_item, - mock_print_grey, - upsert_item_to_cache, - ItemType.ML_MODEL, - cli_executor, - assert_fabric_cli_error, - ) + # endregion - def test_import_create_new_paginated_report_item_fail( + # Create new tests + def test_import_home_directory_path_success( self, - workspace, + item_factory, mock_print_done, tmp_path, spy_create_item, mock_print_grey, upsert_item_to_cache, cli_executor, - assert_fabric_cli_error, + monkeypatch, ): - _import_create_new_item_fail( - workspace, - mock_print_done, - tmp_path, - spy_create_item, - mock_print_grey, - upsert_item_to_cache, - ItemType.PAGINATED_REPORT, - cli_executor, - assert_fabric_cli_error, - ) + # Setup mock home directory + home_dir = tmp_path / "home" + home_dir.mkdir() + home_dir_env = "USERPROFILE" if platform.system() == "Windows" else "HOME" + monkeypatch.setenv(home_dir_env, str(home_dir)) - def test_import_create_new_sql_endpoint_item_fail( - self, - workspace, - mock_print_done, - tmp_path, - spy_create_item, - mock_print_grey, - upsert_item_to_cache, - cli_executor, - assert_fabric_cli_error, - ): - _import_create_new_item_fail( - workspace, - mock_print_done, - tmp_path, - spy_create_item, - mock_print_grey, - upsert_item_to_cache, - ItemType.SQL_ENDPOINT, - cli_executor, - assert_fabric_cli_error, - ) + # Create test directory under mock home + input_dir = home_dir / "test_import" + input_dir.mkdir() - def test_import_create_new_warehouse_item_fail( - self, - workspace, - mock_print_done, - tmp_path, - spy_create_item, - mock_print_grey, - upsert_item_to_cache, - cli_executor, - assert_fabric_cli_error, - ): - _import_create_new_item_fail( - workspace, + _import_create_new_item_success( + item_factory, mock_print_done, - tmp_path, + f"~/test_import", spy_create_item, mock_print_grey, upsert_item_to_cache, - ItemType.WAREHOUSE, + ItemType.NOTEBOOK, cli_executor, - assert_fabric_cli_error, ) # Test with lakehouse path @@ -904,13 +280,15 @@ def _import_update_existing_item_success( f"import {item.full_path} --input {str(tmp_path)}/{item.name} --force" ) - # Assert - mock_print_warning.assert_called_once() - mock_print_grey.assert_called_once() - assert "Importing (update) " in mock_print_grey.call_args[0][0] - spy_update_item_definition.assert_called_once() - mock_print_done.assert_called_once() - upsert_item_to_cache.assert_called_once() + if item_type == ItemType.ENVIRONMENT: + mock_print_done.assert_called_once() + else: + mock_print_warning.assert_called_once() + mock_print_grey.assert_called_once() + assert "Importing (update) " in mock_print_grey.call_args[0][0] + spy_update_item_definition.assert_called_once() + mock_print_done.assert_called_once() + upsert_item_to_cache.assert_called_once() def _import_create_new_item_fail( @@ -929,7 +307,8 @@ def _import_create_new_item_fail( new_item_path = cli_path_join(workspace.full_path, item_name) # Execute command - cli_executor.exec_command(f"import {new_item_path} --input {str(tmp_path)} --force") + cli_executor.exec_command( + f"import {new_item_path} --input {str(tmp_path)} --force") # Assert assert_fabric_cli_error(fab_constant.ERROR_UNSUPPORTED_COMMAND) From 2241c774a7713cfd8c021011deaa486c87570cf0 Mon Sep 17 00:00:00 2001 From: Alex Moraru Date: Tue, 3 Feb 2026 09:35:02 +0000 Subject: [PATCH 3/6] Adds new item types params --- .../test_import/class_setup.yaml | 60 +- ...te_new_item_success[CosmosDBDatabase].yaml | 1094 +++++++++++++++++ ...te_new_item_success[UserDataFunction].yaml | 971 +++++++++++++++ ...isting_item_success[CosmosDBDatabase].yaml | 1019 +++++++++++++++ ...isting_item_success[UserDataFunction].yaml | 915 ++++++++++++++ tests/test_commands/test_import.py | 2 + 6 files changed, 4034 insertions(+), 27 deletions(-) create mode 100644 tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[CosmosDBDatabase].yaml create mode 100644 tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[UserDataFunction].yaml create mode 100644 tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[CosmosDBDatabase].yaml create mode 100644 tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[UserDataFunction].yaml diff --git a/tests/test_commands/recordings/test_commands/test_import/class_setup.yaml b/tests/test_commands/recordings/test_commands/test_import/class_setup.yaml index f24c8406..b2bf097a 100644 --- a/tests/test_commands/recordings/test_commands/test_import/class_setup.yaml +++ b/tests/test_commands/recordings/test_commands/test_import/class_setup.yaml @@ -26,15 +26,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2271' + - '2425' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:27:01 GMT + - Tue, 03 Feb 2026 09:19:03 GMT Pragma: - no-cache RequestId: - - ef2f8ef9-b319-4e05-a789-796a06681ce3 + - 37c6ecf3-9169-4ba1-a158-d51a60b11d5d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -75,15 +75,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2271' + - '2425' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:27:01 GMT + - Tue, 03 Feb 2026 09:19:03 GMT Pragma: - no-cache RequestId: - - e23da189-1140-4ab7-b132-8dd3d64a21ea + - 264f0da2-ac64-4881-9be9-301c9bdbae67 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -115,7 +115,7 @@ interactions: response: body: string: '{"value": [{"id": "00000000-0000-0000-0000-000000000004", "displayName": - "mocked_fabriccli_capacity_name", "sku": "F32", "region": "Central US", "state": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": "Active"}]}' headers: Access-Control-Expose-Headers: @@ -125,15 +125,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '426' + - '427' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:27:08 GMT + - Tue, 03 Feb 2026 09:19:07 GMT Pragma: - no-cache RequestId: - - cff67e2e-79eb-4e46-aa8e-09d229679d73 + - 20ae90e5-fdc2-4ffc-97c8-5085b56cdf73 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -167,7 +167,7 @@ interactions: uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"id": "08bb70fc-3efd-42c8-aeea-d793ce690531", "displayName": "fabriccli_WorkspacePerTestclass_000001", + string: '{"id": "e4270291-b332-4146-ab5f-c33d36c70c67", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' headers: Access-Control-Expose-Headers: @@ -177,17 +177,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '187' + - '188' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:27:17 GMT + - Tue, 03 Feb 2026 09:19:18 GMT Location: - - https://api.fabric.microsoft.com/v1/workspaces/08bb70fc-3efd-42c8-aeea-d793ce690531 + - https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67 Pragma: - no-cache RequestId: - - 5b4af428-d950-4953-828e-29d282e29841 + - 2f7307a6-bf17-4da1-a451-10a2391bef73 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -219,7 +219,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "08bb70fc-3efd-42c8-aeea-d793ce690531", + "My workspace", "description": "", "type": "Personal"}, {"id": "e4270291-b332-4146-ab5f-c33d36c70c67", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -230,15 +230,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2303' + - '2460' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:27:58 GMT + - Tue, 03 Feb 2026 09:24:27 GMT Pragma: - no-cache RequestId: - - 02c19783-9749-416e-a037-a68904df2931 + - e3a46c2f-f6e4-4810-80ff-a0ed2866bfed Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -266,10 +266,16 @@ interactions: User-Agent: - ms-fabric-cli/1.3.1 (import; Linux; x86_64; 6.6.87.2-microsoft-standard-WSL2) method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/08bb70fc-3efd-42c8-aeea-d793ce690531/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items response: body: - string: '{"value": []}' + string: '{"value": [{"id": "809dffab-7480-4f5e-86b4-33ef3e2fd550", "type": "SQLEndpoint", + "displayName": "fabcli000001_new_3", "description": "", "workspaceId": "e4270291-b332-4146-ab5f-c33d36c70c67"}, + {"id": "b0c4d3ed-e7e9-45a2-92df-de2cb77e0964", "type": "UserDataFunction", + "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": + "e4270291-b332-4146-ab5f-c33d36c70c67"}, {"id": "bfdd2dd1-5a66-48f6-9bb9-0f52c48efff6", + "type": "CosmosDBDatabase", "displayName": "fabcli000001_new_3", "description": + "Imported from fab", "workspaceId": "e4270291-b332-4146-ab5f-c33d36c70c67"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -278,15 +284,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '32' + - '296' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:27:58 GMT + - Tue, 03 Feb 2026 09:24:28 GMT Pragma: - no-cache RequestId: - - abd2c60a-4694-4a3d-a0b6-e72ee173ca68 + - 648946f4-e839-4cb6-9435-d4e5b067a708 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -316,7 +322,7 @@ interactions: User-Agent: - ms-fabric-cli/1.3.1 (import; Linux; x86_64; 6.6.87.2-microsoft-standard-WSL2) method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/08bb70fc-3efd-42c8-aeea-d793ce690531 + uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67 response: body: string: '' @@ -332,11 +338,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Thu, 29 Jan 2026 06:28:00 GMT + - Tue, 03 Feb 2026 09:24:28 GMT Pragma: - no-cache RequestId: - - 4d466c46-d9e4-414b-a859-ad77a8fa59d0 + - d003bd73-4622-4555-a46c-8922d3e91fed Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[CosmosDBDatabase].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[CosmosDBDatabase].yaml new file mode 100644 index 00000000..6fcf7d44 --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[CosmosDBDatabase].yaml @@ -0,0 +1,1094 @@ +interactions: +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e4270291-b332-4146-ab5f-c33d36c70c67", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2460' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:22:53 GMT + Pragma: + - no-cache + RequestId: + - 928ac47c-fab2-4f66-aed5-5bb55ac12bf8 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items + response: + body: + string: '{"value": [{"id": "b0c4d3ed-e7e9-45a2-92df-de2cb77e0964", "type": "UserDataFunction", + "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": + "e4270291-b332-4146-ab5f-c33d36c70c67"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '193' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:22:54 GMT + Pragma: + - no-cache + RequestId: + - 3969e236-a10d-4519-b4d4-b2e50d713fb1 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items + response: + body: + string: '{"value": [{"id": "b0c4d3ed-e7e9-45a2-92df-de2cb77e0964", "type": "UserDataFunction", + "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": + "e4270291-b332-4146-ab5f-c33d36c70c67"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '193' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:22:54 GMT + Pragma: + - no-cache + RequestId: + - 74784703-16bc-4e13-b135-2837c58cd43a + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: '{"description": "Created by fab", "displayName": "fabcli000001", "type": + "CosmosDBDatabase", "folderId": null}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '114' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/cosmosDbDatabases + response: + body: + string: 'null' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,Retry-After,ETag,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '24' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:22:56 GMT + ETag: + - '""' + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b966696b-69b9-496b-af9d-ea9a37732ba4 + Pragma: + - no-cache + RequestId: + - a216b0d0-44ff-41ad-90d8-abba86dff2b8 + Retry-After: + - '20' + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-operation-id: + - b966696b-69b9-496b-af9d-ea9a37732ba4 + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b966696b-69b9-496b-af9d-ea9a37732ba4 + response: + body: + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-03T09:22:56.4664361", + "lastUpdatedTimeUtc": "2026-02-03T09:23:03.8437077", "percentComplete": 100, + "error": null}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '133' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:23:19 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b966696b-69b9-496b-af9d-ea9a37732ba4/result + Pragma: + - no-cache + RequestId: + - d4a07646-7f32-4f2d-9ce4-c1c2d67e8791 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + x-ms-operation-id: + - b966696b-69b9-496b-af9d-ea9a37732ba4 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b966696b-69b9-496b-af9d-ea9a37732ba4/result + response: + body: + string: '{"id": "c7d81f30-2407-4f13-98e2-4d02379dc165", "type": "CosmosDBDatabase", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "e4270291-b332-4146-ab5f-c33d36c70c67"}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Type: + - application/json + Date: + - Tue, 03 Feb 2026 09:23:20 GMT + Pragma: + - no-cache + RequestId: + - f14545ab-0b21-437e-ba1e-6b806778ad00 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + Transfer-Encoding: + - chunked + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e4270291-b332-4146-ab5f-c33d36c70c67", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2460' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:23:21 GMT + Pragma: + - no-cache + RequestId: + - e1fd6316-b5ca-4e7e-805e-632d515dd69b + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items + response: + body: + string: '{"value": [{"id": "e2e4a255-a726-46f1-ab72-d93a6ea11660", "type": "SQLEndpoint", + "displayName": "fabcli000001", "description": "", "workspaceId": "e4270291-b332-4146-ab5f-c33d36c70c67"}, + {"id": "b0c4d3ed-e7e9-45a2-92df-de2cb77e0964", "type": "UserDataFunction", + "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": + "e4270291-b332-4146-ab5f-c33d36c70c67"}, {"id": "c7d81f30-2407-4f13-98e2-4d02379dc165", + "type": "CosmosDBDatabase", "displayName": "fabcli000001", "description": + "Created by fab", "workspaceId": "e4270291-b332-4146-ab5f-c33d36c70c67"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '299' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:23:21 GMT + Pragma: + - no-cache + RequestId: + - 8ea710da-39eb-4b51-a238-28daa95f4313 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items/c7d81f30-2407-4f13-98e2-4d02379dc165 + response: + body: + string: '{"id": "c7d81f30-2407-4f13-98e2-4d02379dc165", "type": "CosmosDBDatabase", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "e4270291-b332-4146-ab5f-c33d36c70c67"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '172' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:23:22 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - 35f88430-b502-486c-bf9f-ed7e92ed7f94 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items/c7d81f30-2407-4f13-98e2-4d02379dc165/getDefinition + response: + body: + string: 'null' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,Retry-After,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '24' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:23:23 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/104ffbed-f905-43dd-8c4f-257b53fabefd + Pragma: + - no-cache + RequestId: + - df59300e-94d3-467b-8342-4a1faee8c471 + Retry-After: + - '20' + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-operation-id: + - 104ffbed-f905-43dd-8c4f-257b53fabefd + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/104ffbed-f905-43dd-8c4f-257b53fabefd + response: + body: + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-03T09:23:23.9590047", + "lastUpdatedTimeUtc": "2026-02-03T09:23:24.4121318", "percentComplete": 100, + "error": null}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '131' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:23:45 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/104ffbed-f905-43dd-8c4f-257b53fabefd/result + Pragma: + - no-cache + RequestId: + - c0b2d89b-dada-44ea-ac25-e1395897fd0e + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + x-ms-operation-id: + - 104ffbed-f905-43dd-8c4f-257b53fabefd + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/104ffbed-f905-43dd-8c4f-257b53fabefd/result + response: + body: + string: '{"definition": {"parts": [{"path": "definition.json", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9pdGVtL0Nvc21vc0RCL2RlZmluaXRpb24vQ29zbW9zREIvMi4wLjAvc2NoZW1hLmpzb24iLAogICJjb250YWluZXJzIjogW10KfQ==", + "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIkNvc21vc0RCRGF0YWJhc2UiLAogICAgImRpc3BsYXlOYW1lIjogImZhYmNsaTAwMDAwMSIsCiAgICAiZGVzY3JpcHRpb24iOiAiQ3JlYXRlZCBieSBmYWIiCiAgfSwKICAiY29uZmlnIjogewogICAgInZlcnNpb24iOiAiMi4wIiwKICAgICJsb2dpY2FsSWQiOiAiMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIgogIH0KfQ==", + "payloadType": "InlineBase64"}]}}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Type: + - application/json + Date: + - Tue, 03 Feb 2026 09:23:47 GMT + Pragma: + - no-cache + RequestId: + - b7a3b0eb-6280-435d-a4ae-49e57001e385 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + Transfer-Encoding: + - chunked + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e4270291-b332-4146-ab5f-c33d36c70c67", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2460' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:23:47 GMT + Pragma: + - no-cache + RequestId: + - 20226b18-0f53-4588-8c0e-ebcd1b2ab5bc + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items + response: + body: + string: '{"value": [{"id": "e2e4a255-a726-46f1-ab72-d93a6ea11660", "type": "SQLEndpoint", + "displayName": "fabcli000001", "description": "", "workspaceId": "e4270291-b332-4146-ab5f-c33d36c70c67"}, + {"id": "b0c4d3ed-e7e9-45a2-92df-de2cb77e0964", "type": "UserDataFunction", + "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": + "e4270291-b332-4146-ab5f-c33d36c70c67"}, {"id": "c7d81f30-2407-4f13-98e2-4d02379dc165", + "type": "CosmosDBDatabase", "displayName": "fabcli000001", "description": + "Created by fab", "workspaceId": "e4270291-b332-4146-ab5f-c33d36c70c67"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '299' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:23:47 GMT + Pragma: + - no-cache + RequestId: + - 024871a2-a217-406f-9e03-18a96c812187 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items + response: + body: + string: '{"value": [{"id": "e2e4a255-a726-46f1-ab72-d93a6ea11660", "type": "SQLEndpoint", + "displayName": "fabcli000001", "description": "", "workspaceId": "e4270291-b332-4146-ab5f-c33d36c70c67"}, + {"id": "b0c4d3ed-e7e9-45a2-92df-de2cb77e0964", "type": "UserDataFunction", + "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": + "e4270291-b332-4146-ab5f-c33d36c70c67"}, {"id": "c7d81f30-2407-4f13-98e2-4d02379dc165", + "type": "CosmosDBDatabase", "displayName": "fabcli000001", "description": + "Created by fab", "workspaceId": "e4270291-b332-4146-ab5f-c33d36c70c67"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '299' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:23:49 GMT + Pragma: + - no-cache + RequestId: + - ff699001-48d8-4152-b514-ae0f7084fd9c + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: '{"type": "CosmosDBDatabase", "description": "Imported from fab", "folderId": + null, "displayName": "fabcli000001_new_3", "definition": {"parts": [{"path": + ".platform", "payload": "ewogICAgIiRzY2hlbWEiOiAiaHR0cHM6Ly9kZXZlbG9wZXIubWljcm9zb2Z0LmNvbS9qc29uLXNjaGVtYXMvZmFicmljL2dpdEludGVncmF0aW9uL3BsYXRmb3JtUHJvcGVydGllcy8yLjAuMC9zY2hlbWEuanNvbiIsCiAgICAibWV0YWRhdGEiOiB7CiAgICAgICAgInR5cGUiOiAiQ29zbW9zREJEYXRhYmFzZSIsCiAgICAgICAgImRpc3BsYXlOYW1lIjogImZhYmNsaTAwMDAwMSIsCiAgICAgICAgImRlc2NyaXB0aW9uIjogIkNyZWF0ZWQgYnkgZmFiIgogICAgfSwKICAgICJjb25maWciOiB7CiAgICAgICAgInZlcnNpb24iOiAiMi4wIiwKICAgICAgICAibG9naWNhbElkIjogIjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIKICAgIH0KfQ==", + "payloadType": "InlineBase64"}, {"path": "definition.json", "payload": "ewogICAgIiRzY2hlbWEiOiAiaHR0cHM6Ly9kZXZlbG9wZXIubWljcm9zb2Z0LmNvbS9qc29uLXNjaGVtYXMvZmFicmljL2l0ZW0vQ29zbW9zREIvZGVmaW5pdGlvbi9Db3Ntb3NEQi8yLjAuMC9zY2hlbWEuanNvbiIsCiAgICAiY29udGFpbmVycyI6IFtdCn0=", + "payloadType": "InlineBase64"}]}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '994' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items + response: + body: + string: 'null' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,Retry-After,ETag,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '24' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:23:51 GMT + ETag: + - '""' + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/4edfb93a-e22c-4f02-a93d-76e1b805051b + Pragma: + - no-cache + RequestId: + - 1c9bb5ed-6dc6-403b-8f47-46a0bc95d333 + Retry-After: + - '20' + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-operation-id: + - 4edfb93a-e22c-4f02-a93d-76e1b805051b + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/4edfb93a-e22c-4f02-a93d-76e1b805051b + response: + body: + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-03T09:23:50.7475161", + "lastUpdatedTimeUtc": "2026-02-03T09:24:11.3006564", "percentComplete": 100, + "error": null}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '132' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:24:13 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/4edfb93a-e22c-4f02-a93d-76e1b805051b/result + Pragma: + - no-cache + RequestId: + - 0a2130e1-5121-4e8a-b833-2ec4bc2b29c5 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + x-ms-operation-id: + - 4edfb93a-e22c-4f02-a93d-76e1b805051b + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/4edfb93a-e22c-4f02-a93d-76e1b805051b/result + response: + body: + string: '{"id": "bfdd2dd1-5a66-48f6-9bb9-0f52c48efff6", "type": "CosmosDBDatabase", + "displayName": "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": + "e4270291-b332-4146-ab5f-c33d36c70c67"}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Type: + - application/json + Date: + - Tue, 03 Feb 2026 09:24:14 GMT + Pragma: + - no-cache + RequestId: + - 46709f41-adc5-4c0a-a2ac-190d6e4787b1 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + Transfer-Encoding: + - chunked + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e4270291-b332-4146-ab5f-c33d36c70c67", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2460' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:24:15 GMT + Pragma: + - no-cache + RequestId: + - f7dab964-bb89-4eb2-ba71-2930449653a0 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items + response: + body: + string: '{"value": [{"id": "e2e4a255-a726-46f1-ab72-d93a6ea11660", "type": "SQLEndpoint", + "displayName": "fabcli000001", "description": "", "workspaceId": "e4270291-b332-4146-ab5f-c33d36c70c67"}, + {"id": "809dffab-7480-4f5e-86b4-33ef3e2fd550", "type": "SQLEndpoint", "displayName": + "fabcli000001_new_3", "description": "", "workspaceId": "e4270291-b332-4146-ab5f-c33d36c70c67"}, + {"id": "b0c4d3ed-e7e9-45a2-92df-de2cb77e0964", "type": "UserDataFunction", + "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": + "e4270291-b332-4146-ab5f-c33d36c70c67"}, {"id": "c7d81f30-2407-4f13-98e2-4d02379dc165", + "type": "CosmosDBDatabase", "displayName": "fabcli000001", "description": + "Created by fab", "workspaceId": "e4270291-b332-4146-ab5f-c33d36c70c67"}, + {"id": "bfdd2dd1-5a66-48f6-9bb9-0f52c48efff6", "type": "CosmosDBDatabase", + "displayName": "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": + "e4270291-b332-4146-ab5f-c33d36c70c67"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '362' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:24:16 GMT + Pragma: + - no-cache + RequestId: + - 64cb5133-c95c-4aa7-b498-472364e44fff + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: DELETE + uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items/c7d81f30-2407-4f13-98e2-4d02379dc165 + response: + body: + string: '' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '0' + Content-Type: + - application/octet-stream + Date: + - Tue, 03 Feb 2026 09:24:17 GMT + Pragma: + - no-cache + RequestId: + - 74e76621-a933-4ac7-a1d3-42b59f503bca + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +version: 1 diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[UserDataFunction].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[UserDataFunction].yaml new file mode 100644 index 00000000..63bdffe3 --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[UserDataFunction].yaml @@ -0,0 +1,971 @@ +interactions: +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e4270291-b332-4146-ab5f-c33d36c70c67", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2460' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:21:51 GMT + Pragma: + - no-cache + RequestId: + - a9a4a339-52aa-4b4f-aa1c-44b714fcd8a5 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items + response: + body: + string: '{"value": []}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '32' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:21:52 GMT + Pragma: + - no-cache + RequestId: + - 3e232f92-71b1-4652-937b-d4a01f15da4f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items + response: + body: + string: '{"value": []}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '32' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:21:53 GMT + Pragma: + - no-cache + RequestId: + - a95f4061-57c7-4e4f-bc4d-52a90ff88075 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: '{"description": "Created by fab", "displayName": "fabcli000001", "type": + "UserDataFunction", "folderId": null}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '114' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/userdatafunctions + response: + body: + string: '{"id": "56285b47-8c68-4f47-bdcc-bdb4ddca176f", "type": "UserDataFunction", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "e4270291-b332-4146-ab5f-c33d36c70c67"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '174' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:21:56 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - ba3ebf31-d3c9-4666-b549-40da4252eeb3 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e4270291-b332-4146-ab5f-c33d36c70c67", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2460' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:21:57 GMT + Pragma: + - no-cache + RequestId: + - 1cca70e5-dc6b-455f-afd0-a32a9f3aa33d + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items + response: + body: + string: '{"value": [{"id": "56285b47-8c68-4f47-bdcc-bdb4ddca176f", "type": "UserDataFunction", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "e4270291-b332-4146-ab5f-c33d36c70c67"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '185' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:21:58 GMT + Pragma: + - no-cache + RequestId: + - 19227527-4cf9-4a93-81fe-65f89c1827d7 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items/56285b47-8c68-4f47-bdcc-bdb4ddca176f + response: + body: + string: '{"id": "56285b47-8c68-4f47-bdcc-bdb4ddca176f", "type": "UserDataFunction", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "e4270291-b332-4146-ab5f-c33d36c70c67"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '174' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:21:59 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - d4e692e5-6358-40f8-83f6-85cf4b82f9fb + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items/56285b47-8c68-4f47-bdcc-bdb4ddca176f/getDefinition + response: + body: + string: 'null' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,Retry-After,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '24' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:21:59 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/c2feeabb-a305-4abf-be28-030cd7c84d52 + Pragma: + - no-cache + RequestId: + - 7625afdc-337f-479c-a669-a3dcdc94f935 + Retry-After: + - '20' + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-operation-id: + - c2feeabb-a305-4abf-be28-030cd7c84d52 + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/c2feeabb-a305-4abf-be28-030cd7c84d52 + response: + body: + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-03T09:22:00.2501412", + "lastUpdatedTimeUtc": "2026-02-03T09:22:00.5320608", "percentComplete": 100, + "error": null}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '129' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:22:22 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/c2feeabb-a305-4abf-be28-030cd7c84d52/result + Pragma: + - no-cache + RequestId: + - 42d405a7-4a2b-451b-a29b-4fa353fe90df + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + x-ms-operation-id: + - c2feeabb-a305-4abf-be28-030cd7c84d52 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/c2feeabb-a305-4abf-be28-030cd7c84d52/result + response: + body: + string: '{"definition": {"parts": [{"path": "definition.json", "payload": "ew0KICAiJHNjaGVtYSI6ICJodHRwczovL2RldmVsb3Blci5taWNyb3NvZnQuY29tL2pzb24tc2NoZW1hcy9mYWJyaWMvaXRlbS91c2VyRGF0YUZ1bmN0aW9uL2RlZmluaXRpb24vMS4xLjAvc2NoZW1hLmpzb24iLA0KICAicnVudGltZSI6ICJQWVRIT04iLA0KICAiY29ubmVjdGVkRGF0YVNvdXJjZXMiOiBbXSwNCiAgImZ1bmN0aW9ucyI6IFtdLA0KICAibGlicmFyaWVzIjogew0KICAgICJwdWJsaWMiOiBbXSwNCiAgICAicHJpdmF0ZSI6IFtdDQogIH0NCn0=", + "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIlVzZXJEYXRhRnVuY3Rpb24iLAogICAgImRpc3BsYXlOYW1lIjogImZhYmNsaTAwMDAwMSIsCiAgICAiZGVzY3JpcHRpb24iOiAiQ3JlYXRlZCBieSBmYWIiCiAgfSwKICAiY29uZmlnIjogewogICAgInZlcnNpb24iOiAiMi4wIiwKICAgICJsb2dpY2FsSWQiOiAiMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIgogIH0KfQ==", + "payloadType": "InlineBase64"}]}}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Type: + - application/json + Date: + - Tue, 03 Feb 2026 09:22:22 GMT + Pragma: + - no-cache + RequestId: + - 92f063f0-4ba2-48fc-ab48-1d63ee036357 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + Transfer-Encoding: + - chunked + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e4270291-b332-4146-ab5f-c33d36c70c67", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2460' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:22:24 GMT + Pragma: + - no-cache + RequestId: + - d83218e7-331b-414e-a36e-c954598483e0 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items + response: + body: + string: '{"value": [{"id": "56285b47-8c68-4f47-bdcc-bdb4ddca176f", "type": "UserDataFunction", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "e4270291-b332-4146-ab5f-c33d36c70c67"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '185' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:22:25 GMT + Pragma: + - no-cache + RequestId: + - 7398940f-a316-4b0e-9e5b-4f253c814a0b + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items + response: + body: + string: '{"value": [{"id": "56285b47-8c68-4f47-bdcc-bdb4ddca176f", "type": "UserDataFunction", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "e4270291-b332-4146-ab5f-c33d36c70c67"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '185' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:22:25 GMT + Pragma: + - no-cache + RequestId: + - c6c571d1-5e33-42cf-bd82-75f33701aba9 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: '{"type": "UserDataFunction", "description": "Imported from fab", "folderId": + null, "displayName": "fabcli000001_new_2", "definition": {"parts": [{"path": + ".platform", "payload": "ewogICAgIiRzY2hlbWEiOiAiaHR0cHM6Ly9kZXZlbG9wZXIubWljcm9zb2Z0LmNvbS9qc29uLXNjaGVtYXMvZmFicmljL2dpdEludGVncmF0aW9uL3BsYXRmb3JtUHJvcGVydGllcy8yLjAuMC9zY2hlbWEuanNvbiIsCiAgICAibWV0YWRhdGEiOiB7CiAgICAgICAgInR5cGUiOiAiVXNlckRhdGFGdW5jdGlvbiIsCiAgICAgICAgImRpc3BsYXlOYW1lIjogImZhYmNsaTAwMDAwMSIsCiAgICAgICAgImRlc2NyaXB0aW9uIjogIkNyZWF0ZWQgYnkgZmFiIgogICAgfSwKICAgICJjb25maWciOiB7CiAgICAgICAgInZlcnNpb24iOiAiMi4wIiwKICAgICAgICAibG9naWNhbElkIjogIjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIKICAgIH0KfQ==", + "payloadType": "InlineBase64"}, {"path": "definition.json", "payload": "ewogICAgIiRzY2hlbWEiOiAiaHR0cHM6Ly9kZXZlbG9wZXIubWljcm9zb2Z0LmNvbS9qc29uLXNjaGVtYXMvZmFicmljL2l0ZW0vdXNlckRhdGFGdW5jdGlvbi9kZWZpbml0aW9uLzEuMS4wL3NjaGVtYS5qc29uIiwKICAgICJydW50aW1lIjogIlBZVEhPTiIsCiAgICAiY29ubmVjdGVkRGF0YVNvdXJjZXMiOiBbXSwKICAgICJmdW5jdGlvbnMiOiBbXSwKICAgICJsaWJyYXJpZXMiOiB7CiAgICAgICAgInB1YmxpYyI6IFtdLAogICAgICAgICJwcml2YXRlIjogW10KICAgIH0KfQ==", + "payloadType": "InlineBase64"}]}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '1162' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items + response: + body: + string: 'null' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,Retry-After,ETag,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '24' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:22:27 GMT + ETag: + - '""' + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/08cbb796-1986-4cc0-ac3b-9950a2b93352 + Pragma: + - no-cache + RequestId: + - cca23897-44ac-4cb9-9d86-fa9cc12afc54 + Retry-After: + - '20' + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-operation-id: + - 08cbb796-1986-4cc0-ac3b-9950a2b93352 + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/08cbb796-1986-4cc0-ac3b-9950a2b93352 + response: + body: + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-03T09:22:27.1793775", + "lastUpdatedTimeUtc": "2026-02-03T09:22:30.2106399", "percentComplete": 100, + "error": null}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '131' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:22:49 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/08cbb796-1986-4cc0-ac3b-9950a2b93352/result + Pragma: + - no-cache + RequestId: + - bb39cff5-45be-401e-bb87-b8481560fc24 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + x-ms-operation-id: + - 08cbb796-1986-4cc0-ac3b-9950a2b93352 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/08cbb796-1986-4cc0-ac3b-9950a2b93352/result + response: + body: + string: '{"id": "b0c4d3ed-e7e9-45a2-92df-de2cb77e0964", "type": "UserDataFunction", + "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": + "e4270291-b332-4146-ab5f-c33d36c70c67"}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Type: + - application/json + Date: + - Tue, 03 Feb 2026 09:22:50 GMT + Pragma: + - no-cache + RequestId: + - a51efc91-1652-4e94-911d-c97fb99494aa + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + Transfer-Encoding: + - chunked + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e4270291-b332-4146-ab5f-c33d36c70c67", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2460' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:22:51 GMT + Pragma: + - no-cache + RequestId: + - 9ac6cd68-f947-4317-bd3b-7c29588f4a1a + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items + response: + body: + string: '{"value": [{"id": "56285b47-8c68-4f47-bdcc-bdb4ddca176f", "type": "UserDataFunction", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "e4270291-b332-4146-ab5f-c33d36c70c67"}, {"id": "b0c4d3ed-e7e9-45a2-92df-de2cb77e0964", + "type": "UserDataFunction", "displayName": "fabcli000001_new_2", "description": + "Imported from fab", "workspaceId": "e4270291-b332-4146-ab5f-c33d36c70c67"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '237' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:22:52 GMT + Pragma: + - no-cache + RequestId: + - 42832106-c65f-4308-90a8-fb8b8d10b51d + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: DELETE + uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items/56285b47-8c68-4f47-bdcc-bdb4ddca176f + response: + body: + string: '' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '0' + Content-Type: + - application/octet-stream + Date: + - Tue, 03 Feb 2026 09:22:52 GMT + Pragma: + - no-cache + RequestId: + - 49c1819f-001a-47d8-85bf-f3ff033a587c + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +version: 1 diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[CosmosDBDatabase].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[CosmosDBDatabase].yaml new file mode 100644 index 00000000..26921a9a --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[CosmosDBDatabase].yaml @@ -0,0 +1,1019 @@ +interactions: +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e4270291-b332-4146-ab5f-c33d36c70c67", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2460' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:20:28 GMT + Pragma: + - no-cache + RequestId: + - 327de7b6-86c4-46bd-a551-5f4f3b148592 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items + response: + body: + string: '{"value": []}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '32' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:20:29 GMT + Pragma: + - no-cache + RequestId: + - 47ecf458-0794-44ac-9295-83c272e54152 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items + response: + body: + string: '{"value": []}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '32' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:20:30 GMT + Pragma: + - no-cache + RequestId: + - 454666d7-3cb4-432d-9906-696d7162642e + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: '{"description": "Created by fab", "displayName": "fabcli000001", "type": + "CosmosDBDatabase", "folderId": null}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '114' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/cosmosDbDatabases + response: + body: + string: 'null' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,Retry-After,ETag,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '24' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:20:32 GMT + ETag: + - '""' + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b7585917-9898-4bd2-98ff-8655302f2fda + Pragma: + - no-cache + RequestId: + - d71b85bd-7a9e-48fc-bf71-159caac88045 + Retry-After: + - '20' + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-operation-id: + - b7585917-9898-4bd2-98ff-8655302f2fda + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b7585917-9898-4bd2-98ff-8655302f2fda + response: + body: + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-03T09:20:31.3828264", + "lastUpdatedTimeUtc": "2026-02-03T09:20:40.2278841", "percentComplete": 100, + "error": null}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '131' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:20:54 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b7585917-9898-4bd2-98ff-8655302f2fda/result + Pragma: + - no-cache + RequestId: + - 3329b87e-6dd9-48bf-849f-7e0038e06899 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + x-ms-operation-id: + - b7585917-9898-4bd2-98ff-8655302f2fda + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b7585917-9898-4bd2-98ff-8655302f2fda/result + response: + body: + string: '{"id": "86dd82d4-6fb5-439f-bd7f-af9db85e50bb", "type": "CosmosDBDatabase", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "e4270291-b332-4146-ab5f-c33d36c70c67"}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Type: + - application/json + Date: + - Tue, 03 Feb 2026 09:20:55 GMT + Pragma: + - no-cache + RequestId: + - e4ebfe2a-b3c6-492a-bc50-8d7175d14446 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + Transfer-Encoding: + - chunked + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e4270291-b332-4146-ab5f-c33d36c70c67", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2460' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:20:56 GMT + Pragma: + - no-cache + RequestId: + - 2e39d3ba-246e-4a3e-a211-49bf7766ef26 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items + response: + body: + string: '{"value": [{"id": "86dd82d4-6fb5-439f-bd7f-af9db85e50bb", "type": "CosmosDBDatabase", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "e4270291-b332-4146-ab5f-c33d36c70c67"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '184' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:20:56 GMT + Pragma: + - no-cache + RequestId: + - f69e35f2-be64-4f85-82b5-db1a50df7f2e + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items/86dd82d4-6fb5-439f-bd7f-af9db85e50bb + response: + body: + string: '{"id": "86dd82d4-6fb5-439f-bd7f-af9db85e50bb", "type": "CosmosDBDatabase", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "e4270291-b332-4146-ab5f-c33d36c70c67"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '173' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:20:57 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - c7ce255d-077d-4465-b322-8a7bf226f587 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items/86dd82d4-6fb5-439f-bd7f-af9db85e50bb/getDefinition + response: + body: + string: 'null' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,Retry-After,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '24' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:20:57 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/ad785105-b734-43ee-827e-4b2e63567f41 + Pragma: + - no-cache + RequestId: + - 2ea3e740-1d40-4e4b-bc78-7dabec2106f2 + Retry-After: + - '20' + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-operation-id: + - ad785105-b734-43ee-827e-4b2e63567f41 + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/ad785105-b734-43ee-827e-4b2e63567f41 + response: + body: + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-03T09:20:58.7803686", + "lastUpdatedTimeUtc": "2026-02-03T09:20:59.4991542", "percentComplete": 100, + "error": null}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '131' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:21:20 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/ad785105-b734-43ee-827e-4b2e63567f41/result + Pragma: + - no-cache + RequestId: + - 2579979b-9864-499a-9f73-d6dd0eb4d20a + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + x-ms-operation-id: + - ad785105-b734-43ee-827e-4b2e63567f41 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/ad785105-b734-43ee-827e-4b2e63567f41/result + response: + body: + string: '{"definition": {"parts": [{"path": "definition.json", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9pdGVtL0Nvc21vc0RCL2RlZmluaXRpb24vQ29zbW9zREIvMi4wLjAvc2NoZW1hLmpzb24iLAogICJjb250YWluZXJzIjogW10KfQ==", + "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIkNvc21vc0RCRGF0YWJhc2UiLAogICAgImRpc3BsYXlOYW1lIjogImZhYmNsaTAwMDAwMSIsCiAgICAiZGVzY3JpcHRpb24iOiAiQ3JlYXRlZCBieSBmYWIiCiAgfSwKICAiY29uZmlnIjogewogICAgInZlcnNpb24iOiAiMi4wIiwKICAgICJsb2dpY2FsSWQiOiAiMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIgogIH0KfQ==", + "payloadType": "InlineBase64"}]}}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Type: + - application/json + Date: + - Tue, 03 Feb 2026 09:21:21 GMT + Pragma: + - no-cache + RequestId: + - 31699698-661c-4a0d-bb0c-289fbf07fcb0 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + Transfer-Encoding: + - chunked + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e4270291-b332-4146-ab5f-c33d36c70c67", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2460' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:21:22 GMT + Pragma: + - no-cache + RequestId: + - bd486f9d-720d-451e-9168-c1f93727876b + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items + response: + body: + string: '{"value": [{"id": "e3a7db84-4028-4060-b9bb-17ae49f06212", "type": "SQLEndpoint", + "displayName": "fabcli000001", "description": "", "workspaceId": "e4270291-b332-4146-ab5f-c33d36c70c67"}, + {"id": "86dd82d4-6fb5-439f-bd7f-af9db85e50bb", "type": "CosmosDBDatabase", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "e4270291-b332-4146-ab5f-c33d36c70c67"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '236' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:21:23 GMT + Pragma: + - no-cache + RequestId: + - dc5d991c-7180-4915-8580-e75763707eee + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: '{"definition": {"parts": [{"path": ".platform", "payload": "ewogICAgIiRzY2hlbWEiOiAiaHR0cHM6Ly9kZXZlbG9wZXIubWljcm9zb2Z0LmNvbS9qc29uLXNjaGVtYXMvZmFicmljL2dpdEludGVncmF0aW9uL3BsYXRmb3JtUHJvcGVydGllcy8yLjAuMC9zY2hlbWEuanNvbiIsCiAgICAibWV0YWRhdGEiOiB7CiAgICAgICAgInR5cGUiOiAiQ29zbW9zREJEYXRhYmFzZSIsCiAgICAgICAgImRpc3BsYXlOYW1lIjogImZhYmNsaTAwMDAwMSIsCiAgICAgICAgImRlc2NyaXB0aW9uIjogIkNyZWF0ZWQgYnkgZmFiIgogICAgfSwKICAgICJjb25maWciOiB7CiAgICAgICAgInZlcnNpb24iOiAiMi4wIiwKICAgICAgICAibG9naWNhbElkIjogIjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIKICAgIH0KfQ==", + "payloadType": "InlineBase64"}, {"path": "definition.json", "payload": "ewogICAgIiRzY2hlbWEiOiAiaHR0cHM6Ly9kZXZlbG9wZXIubWljcm9zb2Z0LmNvbS9qc29uLXNjaGVtYXMvZmFicmljL2l0ZW0vQ29zbW9zREIvZGVmaW5pdGlvbi9Db3Ntb3NEQi8yLjAuMC9zY2hlbWEuanNvbiIsCiAgICAiY29udGFpbmVycyI6IFtdCn0=", + "payloadType": "InlineBase64"}]}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '871' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items/86dd82d4-6fb5-439f-bd7f-af9db85e50bb/updateDefinition + response: + body: + string: 'null' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,Retry-After,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '24' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:21:24 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/8a7347ca-b60a-41e1-8976-50c3eb7f31a6 + Pragma: + - no-cache + RequestId: + - 8f7249a4-fa74-4509-ae66-6d97e8ac3bd3 + Retry-After: + - '20' + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-operation-id: + - 8a7347ca-b60a-41e1-8976-50c3eb7f31a6 + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/8a7347ca-b60a-41e1-8976-50c3eb7f31a6 + response: + body: + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-03T09:21:25.3183362", + "lastUpdatedTimeUtc": "2026-02-03T09:21:25.4745823", "percentComplete": 100, + "error": null}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '130' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:21:47 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/8a7347ca-b60a-41e1-8976-50c3eb7f31a6/result + Pragma: + - no-cache + RequestId: + - da1dd5ce-fef0-41a6-a00d-400d55e7c133 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + x-ms-operation-id: + - 8a7347ca-b60a-41e1-8976-50c3eb7f31a6 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/8a7347ca-b60a-41e1-8976-50c3eb7f31a6/result + response: + body: + string: '{"id": "86dd82d4-6fb5-439f-bd7f-af9db85e50bb", "type": "CosmosDBDatabase", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "e4270291-b332-4146-ab5f-c33d36c70c67"}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Type: + - application/json + Date: + - Tue, 03 Feb 2026 09:21:48 GMT + Pragma: + - no-cache + RequestId: + - f548f486-01d4-4766-ac63-19a6255acdfd + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + Transfer-Encoding: + - chunked + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e4270291-b332-4146-ab5f-c33d36c70c67", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2460' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:21:49 GMT + Pragma: + - no-cache + RequestId: + - e1f0b3ed-72b2-411b-867f-7250e4a5df7e + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items + response: + body: + string: '{"value": [{"id": "e3a7db84-4028-4060-b9bb-17ae49f06212", "type": "SQLEndpoint", + "displayName": "fabcli000001", "description": "", "workspaceId": "e4270291-b332-4146-ab5f-c33d36c70c67"}, + {"id": "86dd82d4-6fb5-439f-bd7f-af9db85e50bb", "type": "CosmosDBDatabase", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "e4270291-b332-4146-ab5f-c33d36c70c67"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '236' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:21:50 GMT + Pragma: + - no-cache + RequestId: + - d1e8f273-0357-4c5a-bd28-aee934c5e64b + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: DELETE + uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items/86dd82d4-6fb5-439f-bd7f-af9db85e50bb + response: + body: + string: '' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '0' + Content-Type: + - application/octet-stream + Date: + - Tue, 03 Feb 2026 09:21:51 GMT + Pragma: + - no-cache + RequestId: + - f0087868-65b0-4f85-ad73-96dde473a135 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +version: 1 diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[UserDataFunction].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[UserDataFunction].yaml new file mode 100644 index 00000000..015b6b58 --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[UserDataFunction].yaml @@ -0,0 +1,915 @@ +interactions: +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e4270291-b332-4146-ab5f-c33d36c70c67", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2460' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:19:20 GMT + Pragma: + - no-cache + RequestId: + - c2221dbe-c2ca-47d6-a502-7775df4504a7 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items + response: + body: + string: '{"value": []}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '32' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:19:20 GMT + Pragma: + - no-cache + RequestId: + - 963ed936-fb2b-47c4-8f7a-2f6f10ebd6cb + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items + response: + body: + string: '{"value": []}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '32' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:19:21 GMT + Pragma: + - no-cache + RequestId: + - 8eaccb92-52f0-498e-bd75-e8676243d00b + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: '{"description": "Created by fab", "displayName": "fabcli000001", "type": + "UserDataFunction", "folderId": null}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '114' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/userdatafunctions + response: + body: + string: '{"id": "62731d9f-7203-4beb-9a4b-940557bc2186", "type": "UserDataFunction", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "e4270291-b332-4146-ab5f-c33d36c70c67"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '174' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:19:31 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - 8ee822c5-ba28-45e4-9314-08585aa060a6 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e4270291-b332-4146-ab5f-c33d36c70c67", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2460' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:19:32 GMT + Pragma: + - no-cache + RequestId: + - d79c1e36-9ccf-4c92-b561-6dff51cc6693 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items + response: + body: + string: '{"value": [{"id": "62731d9f-7203-4beb-9a4b-940557bc2186", "type": "UserDataFunction", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "e4270291-b332-4146-ab5f-c33d36c70c67"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '185' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:19:33 GMT + Pragma: + - no-cache + RequestId: + - db8753b2-2d67-4c25-8cbb-a6532eabb378 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items/62731d9f-7203-4beb-9a4b-940557bc2186 + response: + body: + string: '{"id": "62731d9f-7203-4beb-9a4b-940557bc2186", "type": "UserDataFunction", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "e4270291-b332-4146-ab5f-c33d36c70c67"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '174' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:19:33 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - 2266ff9a-7820-4ed1-bf28-9ae228bb3fdd + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items/62731d9f-7203-4beb-9a4b-940557bc2186/getDefinition + response: + body: + string: 'null' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,Retry-After,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '24' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:19:34 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/f1802219-27a5-4f1f-89a6-c58490129e6c + Pragma: + - no-cache + RequestId: + - 871ae119-858c-4146-acb8-765dc60cbb6d + Retry-After: + - '20' + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-operation-id: + - f1802219-27a5-4f1f-89a6-c58490129e6c + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/f1802219-27a5-4f1f-89a6-c58490129e6c + response: + body: + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-03T09:19:34.9845249", + "lastUpdatedTimeUtc": "2026-02-03T09:19:35.2189008", "percentComplete": 100, + "error": null}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '131' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:19:57 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/f1802219-27a5-4f1f-89a6-c58490129e6c/result + Pragma: + - no-cache + RequestId: + - ce5d4648-61b5-4367-b2b8-c9e894d7371e + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + x-ms-operation-id: + - f1802219-27a5-4f1f-89a6-c58490129e6c + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/f1802219-27a5-4f1f-89a6-c58490129e6c/result + response: + body: + string: '{"definition": {"parts": [{"path": "definition.json", "payload": "ew0KICAiJHNjaGVtYSI6ICJodHRwczovL2RldmVsb3Blci5taWNyb3NvZnQuY29tL2pzb24tc2NoZW1hcy9mYWJyaWMvaXRlbS91c2VyRGF0YUZ1bmN0aW9uL2RlZmluaXRpb24vMS4xLjAvc2NoZW1hLmpzb24iLA0KICAicnVudGltZSI6ICJQWVRIT04iLA0KICAiY29ubmVjdGVkRGF0YVNvdXJjZXMiOiBbXSwNCiAgImZ1bmN0aW9ucyI6IFtdLA0KICAibGlicmFyaWVzIjogew0KICAgICJwdWJsaWMiOiBbXSwNCiAgICAicHJpdmF0ZSI6IFtdDQogIH0NCn0=", + "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIlVzZXJEYXRhRnVuY3Rpb24iLAogICAgImRpc3BsYXlOYW1lIjogImZhYmNsaTAwMDAwMSIsCiAgICAiZGVzY3JpcHRpb24iOiAiQ3JlYXRlZCBieSBmYWIiCiAgfSwKICAiY29uZmlnIjogewogICAgInZlcnNpb24iOiAiMi4wIiwKICAgICJsb2dpY2FsSWQiOiAiMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIgogIH0KfQ==", + "payloadType": "InlineBase64"}]}}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Type: + - application/json + Date: + - Tue, 03 Feb 2026 09:19:57 GMT + Pragma: + - no-cache + RequestId: + - e3c6a2ab-17a4-4855-bf6b-17054f454857 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + Transfer-Encoding: + - chunked + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e4270291-b332-4146-ab5f-c33d36c70c67", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2460' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:19:59 GMT + Pragma: + - no-cache + RequestId: + - fd8ca1b5-04c2-4100-bd48-f7ef35d465df + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items + response: + body: + string: '{"value": [{"id": "62731d9f-7203-4beb-9a4b-940557bc2186", "type": "UserDataFunction", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "e4270291-b332-4146-ab5f-c33d36c70c67"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '185' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:20:01 GMT + Pragma: + - no-cache + RequestId: + - 704110d2-a5ae-4e8e-874c-9599e35d3ba4 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: '{"definition": {"parts": [{"path": ".platform", "payload": "ewogICAgIiRzY2hlbWEiOiAiaHR0cHM6Ly9kZXZlbG9wZXIubWljcm9zb2Z0LmNvbS9qc29uLXNjaGVtYXMvZmFicmljL2dpdEludGVncmF0aW9uL3BsYXRmb3JtUHJvcGVydGllcy8yLjAuMC9zY2hlbWEuanNvbiIsCiAgICAibWV0YWRhdGEiOiB7CiAgICAgICAgInR5cGUiOiAiVXNlckRhdGFGdW5jdGlvbiIsCiAgICAgICAgImRpc3BsYXlOYW1lIjogImZhYmNsaTAwMDAwMSIsCiAgICAgICAgImRlc2NyaXB0aW9uIjogIkNyZWF0ZWQgYnkgZmFiIgogICAgfSwKICAgICJjb25maWciOiB7CiAgICAgICAgInZlcnNpb24iOiAiMi4wIiwKICAgICAgICAibG9naWNhbElkIjogIjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIKICAgIH0KfQ==", + "payloadType": "InlineBase64"}, {"path": "definition.json", "payload": "ewogICAgIiRzY2hlbWEiOiAiaHR0cHM6Ly9kZXZlbG9wZXIubWljcm9zb2Z0LmNvbS9qc29uLXNjaGVtYXMvZmFicmljL2l0ZW0vdXNlckRhdGFGdW5jdGlvbi9kZWZpbml0aW9uLzEuMS4wL3NjaGVtYS5qc29uIiwKICAgICJydW50aW1lIjogIlBZVEhPTiIsCiAgICAiY29ubmVjdGVkRGF0YVNvdXJjZXMiOiBbXSwKICAgICJmdW5jdGlvbnMiOiBbXSwKICAgICJsaWJyYXJpZXMiOiB7CiAgICAgICAgInB1YmxpYyI6IFtdLAogICAgICAgICJwcml2YXRlIjogW10KICAgIH0KfQ==", + "payloadType": "InlineBase64"}]}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '1039' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items/62731d9f-7203-4beb-9a4b-940557bc2186/updateDefinition + response: + body: + string: 'null' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,Retry-After,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '24' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:20:01 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/141991b0-075f-47e6-afb5-41e57da5748b + Pragma: + - no-cache + RequestId: + - de286993-7f22-47e6-be2c-a8de026e7938 + Retry-After: + - '20' + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-operation-id: + - 141991b0-075f-47e6-afb5-41e57da5748b + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/141991b0-075f-47e6-afb5-41e57da5748b + response: + body: + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-03T09:20:02.0665496", + "lastUpdatedTimeUtc": "2026-02-03T09:20:02.3636824", "percentComplete": 100, + "error": null}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location,x-ms-operation-id + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '129' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:20:23 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/141991b0-075f-47e6-afb5-41e57da5748b/result + Pragma: + - no-cache + RequestId: + - 87624d3f-569f-4950-848f-ec504a0a3d70 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + x-ms-operation-id: + - 141991b0-075f-47e6-afb5-41e57da5748b + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/141991b0-075f-47e6-afb5-41e57da5748b/result + response: + body: + string: '{"id": "62731d9f-7203-4beb-9a4b-940557bc2186", "type": "UserDataFunction", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "e4270291-b332-4146-ab5f-c33d36c70c67"}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Type: + - application/json + Date: + - Tue, 03 Feb 2026 09:20:24 GMT + Pragma: + - no-cache + RequestId: + - e40e9f3f-dcb4-4245-872b-b095055faa7e + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + Transfer-Encoding: + - chunked + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e4270291-b332-4146-ab5f-c33d36c70c67", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '2460' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:20:26 GMT + Pragma: + - no-cache + RequestId: + - 969a425d-e49e-4832-a3e5-a07d41312fbb + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items + response: + body: + string: '{"value": [{"id": "62731d9f-7203-4beb-9a4b-940557bc2186", "type": "UserDataFunction", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "e4270291-b332-4146-ab5f-c33d36c70c67"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '185' + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 03 Feb 2026 09:20:26 GMT + Pragma: + - no-cache + RequestId: + - 140ecfff-aacf-4dd2-a250-08c4bc1b9436 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: DELETE + uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items/62731d9f-7203-4beb-9a4b-940557bc2186 + response: + body: + string: '' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '0' + Content-Type: + - application/octet-stream + Date: + - Tue, 03 Feb 2026 09:20:27 GMT + Pragma: + - no-cache + RequestId: + - 9bd9cc32-e42b-42ab-8bbe-a866dc9eac84 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +version: 1 diff --git a/tests/test_commands/test_import.py b/tests/test_commands/test_import.py index 39cb3d14..ced8b19b 100644 --- a/tests/test_commands/test_import.py +++ b/tests/test_commands/test_import.py @@ -27,6 +27,7 @@ class TestImport: ItemType.KQL_DASHBOARD, ItemType.KQL_QUERYSET, ItemType.MIRRORED_DATABASE, ItemType.NOTEBOOK, ItemType.REFLEX, ItemType.SPARK_JOB_DEFINITION, + ItemType.COSMOS_DB_DATABASE, ItemType.USER_DATA_FUNCTION ]) def test_import_update_existing_item_success( self, @@ -57,6 +58,7 @@ def test_import_update_existing_item_success( ItemType.REPORT, ItemType.SEMANTIC_MODEL, ItemType.KQL_DATABASE, ItemType.KQL_QUERYSET, ItemType.EVENTHOUSE, ItemType.MIRRORED_DATABASE, ItemType.REFLEX, ItemType.KQL_DASHBOARD, ItemType.SQL_DATABASE, + ItemType.COSMOS_DB_DATABASE, ItemType.USER_DATA_FUNCTION ]) def test_import_create_new_item_success( self, From f05be9ac4f0275f94194081003417b3b0e935e9c Mon Sep 17 00:00:00 2001 From: Alex Moraru Date: Wed, 4 Feb 2026 13:58:38 +0000 Subject: [PATCH 4/6] Re-records failing tests --- .../test_import/class_setup.yaml | 58 ++-- ...te_new_item_success[CosmosDBDatabase].yaml | 267 +++++++-------- ...te_new_item_success[UserDataFunction].yaml | 184 +++++----- ...st_import_home_directory_path_success.yaml | 320 ++++++++---------- 4 files changed, 390 insertions(+), 439 deletions(-) diff --git a/tests/test_commands/recordings/test_commands/test_import/class_setup.yaml b/tests/test_commands/recordings/test_commands/test_import/class_setup.yaml index b2bf097a..2270363d 100644 --- a/tests/test_commands/recordings/test_commands/test_import/class_setup.yaml +++ b/tests/test_commands/recordings/test_commands/test_import/class_setup.yaml @@ -26,15 +26,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2425' + - '2771' Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:19:03 GMT + - Wed, 04 Feb 2026 13:56:30 GMT Pragma: - no-cache RequestId: - - 37c6ecf3-9169-4ba1-a158-d51a60b11d5d + - 3d77a39b-b82d-49dc-9260-13dcfe3c7352 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -75,15 +75,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2425' + - '2771' Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:19:03 GMT + - Wed, 04 Feb 2026 13:56:31 GMT Pragma: - no-cache RequestId: - - 264f0da2-ac64-4881-9be9-301c9bdbae67 + - 4f92ebdd-db5c-4f3b-9e29-2f61a1f50f20 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -125,15 +125,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '427' + - '425' Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:19:07 GMT + - Wed, 04 Feb 2026 13:56:37 GMT Pragma: - no-cache RequestId: - - 20ae90e5-fdc2-4ffc-97c8-5085b56cdf73 + - 8549f153-fafc-43c2-b55a-74bdb1338b6b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -167,7 +167,7 @@ interactions: uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"id": "e4270291-b332-4146-ab5f-c33d36c70c67", "displayName": "fabriccli_WorkspacePerTestclass_000001", + string: '{"id": "a8d49980-a47b-4cdf-8a97-d6c0e63a5323", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' headers: Access-Control-Expose-Headers: @@ -177,17 +177,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '188' + - '187' Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:19:18 GMT + - Wed, 04 Feb 2026 13:56:47 GMT Location: - - https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67 + - https://api.fabric.microsoft.com/v1/workspaces/a8d49980-a47b-4cdf-8a97-d6c0e63a5323 Pragma: - no-cache RequestId: - - 2f7307a6-bf17-4da1-a451-10a2391bef73 + - 3de86bec-19f2-4b12-affc-d6765dd6c14a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -219,7 +219,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e4270291-b332-4146-ab5f-c33d36c70c67", + "My workspace", "description": "", "type": "Personal"}, {"id": "a8d49980-a47b-4cdf-8a97-d6c0e63a5323", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -230,15 +230,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2460' + - '2804' Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:24:27 GMT + - Wed, 04 Feb 2026 13:57:47 GMT Pragma: - no-cache RequestId: - - e3a46c2f-f6e4-4810-80ff-a0ed2866bfed + - cbee2179-95dd-405e-932a-d27456eb4736 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -266,16 +266,12 @@ interactions: User-Agent: - ms-fabric-cli/1.3.1 (import; Linux; x86_64; 6.6.87.2-microsoft-standard-WSL2) method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items + uri: https://api.fabric.microsoft.com/v1/workspaces/a8d49980-a47b-4cdf-8a97-d6c0e63a5323/items response: body: - string: '{"value": [{"id": "809dffab-7480-4f5e-86b4-33ef3e2fd550", "type": "SQLEndpoint", - "displayName": "fabcli000001_new_3", "description": "", "workspaceId": "e4270291-b332-4146-ab5f-c33d36c70c67"}, - {"id": "b0c4d3ed-e7e9-45a2-92df-de2cb77e0964", "type": "UserDataFunction", + string: '{"value": [{"id": "f3431900-41a2-4e9a-bb00-9b89bdc95367", "type": "UserDataFunction", "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": - "e4270291-b332-4146-ab5f-c33d36c70c67"}, {"id": "bfdd2dd1-5a66-48f6-9bb9-0f52c48efff6", - "type": "CosmosDBDatabase", "displayName": "fabcli000001_new_3", "description": - "Imported from fab", "workspaceId": "e4270291-b332-4146-ab5f-c33d36c70c67"}]}' + "a8d49980-a47b-4cdf-8a97-d6c0e63a5323"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -284,15 +280,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '296' + - '191' Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:24:28 GMT + - Wed, 04 Feb 2026 13:57:48 GMT Pragma: - no-cache RequestId: - - 648946f4-e839-4cb6-9435-d4e5b067a708 + - a7fd4a5e-ba38-4ec9-bf13-95a913143958 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -322,7 +318,7 @@ interactions: User-Agent: - ms-fabric-cli/1.3.1 (import; Linux; x86_64; 6.6.87.2-microsoft-standard-WSL2) method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67 + uri: https://api.fabric.microsoft.com/v1/workspaces/a8d49980-a47b-4cdf-8a97-d6c0e63a5323 response: body: string: '' @@ -338,11 +334,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Tue, 03 Feb 2026 09:24:28 GMT + - Wed, 04 Feb 2026 13:57:48 GMT Pragma: - no-cache RequestId: - - d003bd73-4622-4555-a46c-8922d3e91fed + - 5caf9856-c4eb-4360-9f3f-a0530245a0e5 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[CosmosDBDatabase].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[CosmosDBDatabase].yaml index 6fcf7d44..073077f5 100644 --- a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[CosmosDBDatabase].yaml +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[CosmosDBDatabase].yaml @@ -17,7 +17,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e4270291-b332-4146-ab5f-c33d36c70c67", + "My workspace", "description": "", "type": "Personal"}, {"id": "a07d9781-dbbd-42cd-ae8a-396ea1c40eb3", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -28,15 +28,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2460' + - '2803' Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:22:53 GMT + - Wed, 04 Feb 2026 13:45:21 GMT Pragma: - no-cache RequestId: - - 928ac47c-fab2-4f66-aed5-5bb55ac12bf8 + - f718ee5a-4938-4cfd-bb61-d6e7ea2fbcea Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -64,12 +64,10 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items + uri: https://api.fabric.microsoft.com/v1/workspaces/a07d9781-dbbd-42cd-ae8a-396ea1c40eb3/items response: body: - string: '{"value": [{"id": "b0c4d3ed-e7e9-45a2-92df-de2cb77e0964", "type": "UserDataFunction", - "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": - "e4270291-b332-4146-ab5f-c33d36c70c67"}]}' + string: '{"value": []}' headers: Access-Control-Expose-Headers: - RequestId @@ -78,15 +76,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '193' + - '32' Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:22:54 GMT + - Wed, 04 Feb 2026 13:45:21 GMT Pragma: - no-cache RequestId: - - 3969e236-a10d-4519-b4d4-b2e50d713fb1 + - 68c2532d-615f-45d2-9b71-175d49cb3b1a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -114,12 +112,10 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items + uri: https://api.fabric.microsoft.com/v1/workspaces/a07d9781-dbbd-42cd-ae8a-396ea1c40eb3/items response: body: - string: '{"value": [{"id": "b0c4d3ed-e7e9-45a2-92df-de2cb77e0964", "type": "UserDataFunction", - "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": - "e4270291-b332-4146-ab5f-c33d36c70c67"}]}' + string: '{"value": []}' headers: Access-Control-Expose-Headers: - RequestId @@ -128,15 +124,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '193' + - '32' Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:22:54 GMT + - Wed, 04 Feb 2026 13:45:22 GMT Pragma: - no-cache RequestId: - - 74784703-16bc-4e13-b135-2837c58cd43a + - 454842a9-010c-44a3-b5e4-b69a247deb71 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -167,7 +163,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/cosmosDbDatabases + uri: https://api.fabric.microsoft.com/v1/workspaces/a07d9781-dbbd-42cd-ae8a-396ea1c40eb3/cosmosDbDatabases response: body: string: 'null' @@ -183,15 +179,15 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:22:56 GMT + - Wed, 04 Feb 2026 13:45:25 GMT ETag: - '""' Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b966696b-69b9-496b-af9d-ea9a37732ba4 + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/9e8d107a-8759-4a55-9558-bc1037bf6594 Pragma: - no-cache RequestId: - - a216b0d0-44ff-41ad-90d8-abba86dff2b8 + - bce0a23e-ea9a-411d-9be4-4f3d49b97245 Retry-After: - '20' Strict-Transport-Security: @@ -205,7 +201,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - b966696b-69b9-496b-af9d-ea9a37732ba4 + - 9e8d107a-8759-4a55-9558-bc1037bf6594 status: code: 202 message: Accepted @@ -223,11 +219,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b966696b-69b9-496b-af9d-ea9a37732ba4 + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/9e8d107a-8759-4a55-9558-bc1037bf6594 response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-03T09:22:56.4664361", - "lastUpdatedTimeUtc": "2026-02-03T09:23:03.8437077", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-04T13:45:24.8574795", + "lastUpdatedTimeUtc": "2026-02-04T13:45:33.9374367", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -237,17 +233,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '133' + - '132' Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:23:19 GMT + - Wed, 04 Feb 2026 13:45:47 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b966696b-69b9-496b-af9d-ea9a37732ba4/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/9e8d107a-8759-4a55-9558-bc1037bf6594/result Pragma: - no-cache RequestId: - - d4a07646-7f32-4f2d-9ce4-c1c2d67e8791 + - 1353a3ff-c692-4758-a1eb-7212180cff8c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -255,7 +251,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - b966696b-69b9-496b-af9d-ea9a37732ba4 + - 9e8d107a-8759-4a55-9558-bc1037bf6594 status: code: 200 message: OK @@ -273,12 +269,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b966696b-69b9-496b-af9d-ea9a37732ba4/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/9e8d107a-8759-4a55-9558-bc1037bf6594/result response: body: - string: '{"id": "c7d81f30-2407-4f13-98e2-4d02379dc165", "type": "CosmosDBDatabase", + string: '{"id": "28b3de87-01e5-4f9f-909b-ae1ef0e13c25", "type": "CosmosDBDatabase", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e4270291-b332-4146-ab5f-c33d36c70c67"}' + "a07d9781-dbbd-42cd-ae8a-396ea1c40eb3"}' headers: Access-Control-Expose-Headers: - RequestId @@ -289,11 +285,11 @@ interactions: Content-Type: - application/json Date: - - Tue, 03 Feb 2026 09:23:20 GMT + - Wed, 04 Feb 2026 13:45:47 GMT Pragma: - no-cache RequestId: - - f14545ab-0b21-437e-ba1e-6b806778ad00 + - 7072db40-03c7-4fe2-84ef-fbfd39b85fe4 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -323,7 +319,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e4270291-b332-4146-ab5f-c33d36c70c67", + "My workspace", "description": "", "type": "Personal"}, {"id": "a07d9781-dbbd-42cd-ae8a-396ea1c40eb3", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -334,15 +330,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2460' + - '2803' Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:23:21 GMT + - Wed, 04 Feb 2026 13:45:48 GMT Pragma: - no-cache RequestId: - - e1fd6316-b5ca-4e7e-805e-632d515dd69b + - 7f62bf3e-2133-4ecc-a716-31c2aa09b3c2 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -370,16 +366,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items + uri: https://api.fabric.microsoft.com/v1/workspaces/a07d9781-dbbd-42cd-ae8a-396ea1c40eb3/items response: body: - string: '{"value": [{"id": "e2e4a255-a726-46f1-ab72-d93a6ea11660", "type": "SQLEndpoint", - "displayName": "fabcli000001", "description": "", "workspaceId": "e4270291-b332-4146-ab5f-c33d36c70c67"}, - {"id": "b0c4d3ed-e7e9-45a2-92df-de2cb77e0964", "type": "UserDataFunction", - "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": - "e4270291-b332-4146-ab5f-c33d36c70c67"}, {"id": "c7d81f30-2407-4f13-98e2-4d02379dc165", - "type": "CosmosDBDatabase", "displayName": "fabcli000001", "description": - "Created by fab", "workspaceId": "e4270291-b332-4146-ab5f-c33d36c70c67"}]}' + string: '{"value": [{"id": "28b3de87-01e5-4f9f-909b-ae1ef0e13c25", "type": "CosmosDBDatabase", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "a07d9781-dbbd-42cd-ae8a-396ea1c40eb3"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -388,15 +380,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '299' + - '182' Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:23:21 GMT + - Wed, 04 Feb 2026 13:45:49 GMT Pragma: - no-cache RequestId: - - 8ea710da-39eb-4b51-a238-28daa95f4313 + - 2d3ffeef-825c-4006-8a72-6d1b819edd94 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -424,12 +416,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items/c7d81f30-2407-4f13-98e2-4d02379dc165 + uri: https://api.fabric.microsoft.com/v1/workspaces/a07d9781-dbbd-42cd-ae8a-396ea1c40eb3/items/28b3de87-01e5-4f9f-909b-ae1ef0e13c25 response: body: - string: '{"id": "c7d81f30-2407-4f13-98e2-4d02379dc165", "type": "CosmosDBDatabase", + string: '{"id": "28b3de87-01e5-4f9f-909b-ae1ef0e13c25", "type": "CosmosDBDatabase", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e4270291-b332-4146-ab5f-c33d36c70c67"}' + "a07d9781-dbbd-42cd-ae8a-396ea1c40eb3"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -438,17 +430,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '172' + - '170' Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:23:22 GMT + - Wed, 04 Feb 2026 13:45:49 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 35f88430-b502-486c-bf9f-ed7e92ed7f94 + - 5decd996-7650-405f-a845-0d9ab419314b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -478,7 +470,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items/c7d81f30-2407-4f13-98e2-4d02379dc165/getDefinition + uri: https://api.fabric.microsoft.com/v1/workspaces/a07d9781-dbbd-42cd-ae8a-396ea1c40eb3/items/28b3de87-01e5-4f9f-909b-ae1ef0e13c25/getDefinition response: body: string: 'null' @@ -494,13 +486,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:23:23 GMT + - Wed, 04 Feb 2026 13:45:50 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/104ffbed-f905-43dd-8c4f-257b53fabefd + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b722a3c5-1511-419d-bbc0-4a6800b091d3 Pragma: - no-cache RequestId: - - df59300e-94d3-467b-8342-4a1faee8c471 + - bfd031f2-279d-448e-8fa9-014651540509 Retry-After: - '20' Strict-Transport-Security: @@ -514,7 +506,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - 104ffbed-f905-43dd-8c4f-257b53fabefd + - b722a3c5-1511-419d-bbc0-4a6800b091d3 status: code: 202 message: Accepted @@ -532,11 +524,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/104ffbed-f905-43dd-8c4f-257b53fabefd + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b722a3c5-1511-419d-bbc0-4a6800b091d3 response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-03T09:23:23.9590047", - "lastUpdatedTimeUtc": "2026-02-03T09:23:24.4121318", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-04T13:45:51.2373992", + "lastUpdatedTimeUtc": "2026-02-04T13:45:51.9877678", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -546,17 +538,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '131' + - '130' Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:23:45 GMT + - Wed, 04 Feb 2026 13:46:11 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/104ffbed-f905-43dd-8c4f-257b53fabefd/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b722a3c5-1511-419d-bbc0-4a6800b091d3/result Pragma: - no-cache RequestId: - - c0b2d89b-dada-44ea-ac25-e1395897fd0e + - 8a9ac1d1-b06a-4b7d-ac6d-1d76ac428b0d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -564,7 +556,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - 104ffbed-f905-43dd-8c4f-257b53fabefd + - b722a3c5-1511-419d-bbc0-4a6800b091d3 status: code: 200 message: OK @@ -582,7 +574,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/104ffbed-f905-43dd-8c4f-257b53fabefd/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b722a3c5-1511-419d-bbc0-4a6800b091d3/result response: body: string: '{"definition": {"parts": [{"path": "definition.json", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9pdGVtL0Nvc21vc0RCL2RlZmluaXRpb24vQ29zbW9zREIvMi4wLjAvc2NoZW1hLmpzb24iLAogICJjb250YWluZXJzIjogW10KfQ==", @@ -598,11 +590,11 @@ interactions: Content-Type: - application/json Date: - - Tue, 03 Feb 2026 09:23:47 GMT + - Wed, 04 Feb 2026 13:46:13 GMT Pragma: - no-cache RequestId: - - b7a3b0eb-6280-435d-a4ae-49e57001e385 + - e1d6f5f6-876d-4bbb-91a3-80cc67245fd7 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -632,7 +624,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e4270291-b332-4146-ab5f-c33d36c70c67", + "My workspace", "description": "", "type": "Personal"}, {"id": "a07d9781-dbbd-42cd-ae8a-396ea1c40eb3", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -643,15 +635,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2460' + - '2803' Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:23:47 GMT + - Wed, 04 Feb 2026 13:46:13 GMT Pragma: - no-cache RequestId: - - 20226b18-0f53-4588-8c0e-ebcd1b2ab5bc + - b34a2271-8805-4ff6-a72a-47f39a734661 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -679,16 +671,14 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items + uri: https://api.fabric.microsoft.com/v1/workspaces/a07d9781-dbbd-42cd-ae8a-396ea1c40eb3/items response: body: - string: '{"value": [{"id": "e2e4a255-a726-46f1-ab72-d93a6ea11660", "type": "SQLEndpoint", - "displayName": "fabcli000001", "description": "", "workspaceId": "e4270291-b332-4146-ab5f-c33d36c70c67"}, - {"id": "b0c4d3ed-e7e9-45a2-92df-de2cb77e0964", "type": "UserDataFunction", - "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": - "e4270291-b332-4146-ab5f-c33d36c70c67"}, {"id": "c7d81f30-2407-4f13-98e2-4d02379dc165", - "type": "CosmosDBDatabase", "displayName": "fabcli000001", "description": - "Created by fab", "workspaceId": "e4270291-b332-4146-ab5f-c33d36c70c67"}]}' + string: '{"value": [{"id": "ac6531f3-b4dd-4cc5-9618-c112123f59f6", "type": "SQLEndpoint", + "displayName": "fabcli000001", "description": "", "workspaceId": "a07d9781-dbbd-42cd-ae8a-396ea1c40eb3"}, + {"id": "28b3de87-01e5-4f9f-909b-ae1ef0e13c25", "type": "CosmosDBDatabase", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "a07d9781-dbbd-42cd-ae8a-396ea1c40eb3"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -697,15 +687,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '299' + - '233' Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:23:47 GMT + - Wed, 04 Feb 2026 13:46:14 GMT Pragma: - no-cache RequestId: - - 024871a2-a217-406f-9e03-18a96c812187 + - 7b178f32-528c-48bd-8932-f0c2a26ef026 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -733,16 +723,14 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items + uri: https://api.fabric.microsoft.com/v1/workspaces/a07d9781-dbbd-42cd-ae8a-396ea1c40eb3/items response: body: - string: '{"value": [{"id": "e2e4a255-a726-46f1-ab72-d93a6ea11660", "type": "SQLEndpoint", - "displayName": "fabcli000001", "description": "", "workspaceId": "e4270291-b332-4146-ab5f-c33d36c70c67"}, - {"id": "b0c4d3ed-e7e9-45a2-92df-de2cb77e0964", "type": "UserDataFunction", - "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": - "e4270291-b332-4146-ab5f-c33d36c70c67"}, {"id": "c7d81f30-2407-4f13-98e2-4d02379dc165", - "type": "CosmosDBDatabase", "displayName": "fabcli000001", "description": - "Created by fab", "workspaceId": "e4270291-b332-4146-ab5f-c33d36c70c67"}]}' + string: '{"value": [{"id": "ac6531f3-b4dd-4cc5-9618-c112123f59f6", "type": "SQLEndpoint", + "displayName": "fabcli000001", "description": "", "workspaceId": "a07d9781-dbbd-42cd-ae8a-396ea1c40eb3"}, + {"id": "28b3de87-01e5-4f9f-909b-ae1ef0e13c25", "type": "CosmosDBDatabase", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "a07d9781-dbbd-42cd-ae8a-396ea1c40eb3"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -751,15 +739,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '299' + - '233' Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:23:49 GMT + - Wed, 04 Feb 2026 13:46:14 GMT Pragma: - no-cache RequestId: - - ff699001-48d8-4152-b514-ae0f7084fd9c + - 92e494d9-7797-4b35-b4bb-77b148b244b0 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -775,7 +763,7 @@ interactions: message: OK - request: body: '{"type": "CosmosDBDatabase", "description": "Imported from fab", "folderId": - null, "displayName": "fabcli000001_new_3", "definition": {"parts": [{"path": + null, "displayName": "fabcli000001_new_2", "definition": {"parts": [{"path": ".platform", "payload": "ewogICAgIiRzY2hlbWEiOiAiaHR0cHM6Ly9kZXZlbG9wZXIubWljcm9zb2Z0LmNvbS9qc29uLXNjaGVtYXMvZmFicmljL2dpdEludGVncmF0aW9uL3BsYXRmb3JtUHJvcGVydGllcy8yLjAuMC9zY2hlbWEuanNvbiIsCiAgICAibWV0YWRhdGEiOiB7CiAgICAgICAgInR5cGUiOiAiQ29zbW9zREJEYXRhYmFzZSIsCiAgICAgICAgImRpc3BsYXlOYW1lIjogImZhYmNsaTAwMDAwMSIsCiAgICAgICAgImRlc2NyaXB0aW9uIjogIkNyZWF0ZWQgYnkgZmFiIgogICAgfSwKICAgICJjb25maWciOiB7CiAgICAgICAgInZlcnNpb24iOiAiMi4wIiwKICAgICAgICAibG9naWNhbElkIjogIjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIKICAgIH0KfQ==", "payloadType": "InlineBase64"}, {"path": "definition.json", "payload": "ewogICAgIiRzY2hlbWEiOiAiaHR0cHM6Ly9kZXZlbG9wZXIubWljcm9zb2Z0LmNvbS9qc29uLXNjaGVtYXMvZmFicmljL2l0ZW0vQ29zbW9zREIvZGVmaW5pdGlvbi9Db3Ntb3NEQi8yLjAuMC9zY2hlbWEuanNvbiIsCiAgICAiY29udGFpbmVycyI6IFtdCn0=", "payloadType": "InlineBase64"}]}}' @@ -793,7 +781,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items + uri: https://api.fabric.microsoft.com/v1/workspaces/a07d9781-dbbd-42cd-ae8a-396ea1c40eb3/items response: body: string: 'null' @@ -809,15 +797,15 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:23:51 GMT + - Wed, 04 Feb 2026 13:46:16 GMT ETag: - '""' Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/4edfb93a-e22c-4f02-a93d-76e1b805051b + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/ab94010f-6a09-444c-b19f-99d4012472ed Pragma: - no-cache RequestId: - - 1c9bb5ed-6dc6-403b-8f47-46a0bc95d333 + - b954a02c-7f5e-4c8d-92e4-ecbb5a09bab1 Retry-After: - '20' Strict-Transport-Security: @@ -831,7 +819,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - 4edfb93a-e22c-4f02-a93d-76e1b805051b + - ab94010f-6a09-444c-b19f-99d4012472ed status: code: 202 message: Accepted @@ -849,11 +837,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/4edfb93a-e22c-4f02-a93d-76e1b805051b + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/ab94010f-6a09-444c-b19f-99d4012472ed response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-03T09:23:50.7475161", - "lastUpdatedTimeUtc": "2026-02-03T09:24:11.3006564", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-04T13:46:16.2193955", + "lastUpdatedTimeUtc": "2026-02-04T13:46:25.9088645", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -867,13 +855,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:24:13 GMT + - Wed, 04 Feb 2026 13:46:37 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/4edfb93a-e22c-4f02-a93d-76e1b805051b/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/ab94010f-6a09-444c-b19f-99d4012472ed/result Pragma: - no-cache RequestId: - - 0a2130e1-5121-4e8a-b833-2ec4bc2b29c5 + - 6b3a6b2c-48d4-4536-9b58-afc660a71a0b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -881,7 +869,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - 4edfb93a-e22c-4f02-a93d-76e1b805051b + - ab94010f-6a09-444c-b19f-99d4012472ed status: code: 200 message: OK @@ -899,12 +887,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/4edfb93a-e22c-4f02-a93d-76e1b805051b/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/ab94010f-6a09-444c-b19f-99d4012472ed/result response: body: - string: '{"id": "bfdd2dd1-5a66-48f6-9bb9-0f52c48efff6", "type": "CosmosDBDatabase", - "displayName": "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": - "e4270291-b332-4146-ab5f-c33d36c70c67"}' + string: '{"id": "a433059f-2bf4-49ce-a168-a6fcda17001f", "type": "CosmosDBDatabase", + "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": + "a07d9781-dbbd-42cd-ae8a-396ea1c40eb3"}' headers: Access-Control-Expose-Headers: - RequestId @@ -915,11 +903,11 @@ interactions: Content-Type: - application/json Date: - - Tue, 03 Feb 2026 09:24:14 GMT + - Wed, 04 Feb 2026 13:46:38 GMT Pragma: - no-cache RequestId: - - 46709f41-adc5-4c0a-a2ac-190d6e4787b1 + - 8cc04a8c-2754-482b-8ab9-12fb598cfc4e Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -949,7 +937,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e4270291-b332-4146-ab5f-c33d36c70c67", + "My workspace", "description": "", "type": "Personal"}, {"id": "a07d9781-dbbd-42cd-ae8a-396ea1c40eb3", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -960,15 +948,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2460' + - '2803' Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:24:15 GMT + - Wed, 04 Feb 2026 13:46:39 GMT Pragma: - no-cache RequestId: - - f7dab964-bb89-4eb2-ba71-2930449653a0 + - c24d8967-9d05-426e-8b09-b0dd8b840974 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -996,21 +984,18 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items + uri: https://api.fabric.microsoft.com/v1/workspaces/a07d9781-dbbd-42cd-ae8a-396ea1c40eb3/items response: body: - string: '{"value": [{"id": "e2e4a255-a726-46f1-ab72-d93a6ea11660", "type": "SQLEndpoint", - "displayName": "fabcli000001", "description": "", "workspaceId": "e4270291-b332-4146-ab5f-c33d36c70c67"}, - {"id": "809dffab-7480-4f5e-86b4-33ef3e2fd550", "type": "SQLEndpoint", "displayName": - "fabcli000001_new_3", "description": "", "workspaceId": "e4270291-b332-4146-ab5f-c33d36c70c67"}, - {"id": "b0c4d3ed-e7e9-45a2-92df-de2cb77e0964", "type": "UserDataFunction", - "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": - "e4270291-b332-4146-ab5f-c33d36c70c67"}, {"id": "c7d81f30-2407-4f13-98e2-4d02379dc165", - "type": "CosmosDBDatabase", "displayName": "fabcli000001", "description": - "Created by fab", "workspaceId": "e4270291-b332-4146-ab5f-c33d36c70c67"}, - {"id": "bfdd2dd1-5a66-48f6-9bb9-0f52c48efff6", "type": "CosmosDBDatabase", - "displayName": "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": - "e4270291-b332-4146-ab5f-c33d36c70c67"}]}' + string: '{"value": [{"id": "ac6531f3-b4dd-4cc5-9618-c112123f59f6", "type": "SQLEndpoint", + "displayName": "fabcli000001", "description": "", "workspaceId": "a07d9781-dbbd-42cd-ae8a-396ea1c40eb3"}, + {"id": "7452e937-a659-416d-b054-1fb1de1cdc50", "type": "SQLEndpoint", "displayName": + "fabcli000001_new_2", "description": "", "workspaceId": "a07d9781-dbbd-42cd-ae8a-396ea1c40eb3"}, + {"id": "28b3de87-01e5-4f9f-909b-ae1ef0e13c25", "type": "CosmosDBDatabase", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "a07d9781-dbbd-42cd-ae8a-396ea1c40eb3"}, {"id": "a433059f-2bf4-49ce-a168-a6fcda17001f", + "type": "CosmosDBDatabase", "displayName": "fabcli000001_new_2", "description": + "Imported from fab", "workspaceId": "a07d9781-dbbd-42cd-ae8a-396ea1c40eb3"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1019,15 +1004,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '362' + - '308' Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:24:16 GMT + - Wed, 04 Feb 2026 13:46:39 GMT Pragma: - no-cache RequestId: - - 64cb5133-c95c-4aa7-b498-472364e44fff + - 2ec2edb9-73e0-4996-8e2c-56a9d3d48952 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1057,7 +1042,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items/c7d81f30-2407-4f13-98e2-4d02379dc165 + uri: https://api.fabric.microsoft.com/v1/workspaces/a07d9781-dbbd-42cd-ae8a-396ea1c40eb3/items/28b3de87-01e5-4f9f-909b-ae1ef0e13c25 response: body: string: '' @@ -1073,11 +1058,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Tue, 03 Feb 2026 09:24:17 GMT + - Wed, 04 Feb 2026 13:46:41 GMT Pragma: - no-cache RequestId: - - 74e76621-a933-4ac7-a1d3-42b59f503bca + - b5d76f9e-777d-45cf-8300-b3770c9c3fe3 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[UserDataFunction].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[UserDataFunction].yaml index 63bdffe3..9f96c700 100644 --- a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[UserDataFunction].yaml +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[UserDataFunction].yaml @@ -17,7 +17,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e4270291-b332-4146-ab5f-c33d36c70c67", + "My workspace", "description": "", "type": "Personal"}, {"id": "a8d49980-a47b-4cdf-8a97-d6c0e63a5323", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -28,15 +28,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2460' + - '2804' Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:21:51 GMT + - Wed, 04 Feb 2026 13:56:48 GMT Pragma: - no-cache RequestId: - - a9a4a339-52aa-4b4f-aa1c-44b714fcd8a5 + - 608fdbe7-c3ee-4559-be04-f6860fc6d6b2 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -64,7 +64,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items + uri: https://api.fabric.microsoft.com/v1/workspaces/a8d49980-a47b-4cdf-8a97-d6c0e63a5323/items response: body: string: '{"value": []}' @@ -80,11 +80,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:21:52 GMT + - Wed, 04 Feb 2026 13:56:48 GMT Pragma: - no-cache RequestId: - - 3e232f92-71b1-4652-937b-d4a01f15da4f + - d6da4ef3-07d7-40d8-a13a-47ed326aaa48 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -112,7 +112,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items + uri: https://api.fabric.microsoft.com/v1/workspaces/a8d49980-a47b-4cdf-8a97-d6c0e63a5323/items response: body: string: '{"value": []}' @@ -128,11 +128,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:21:53 GMT + - Wed, 04 Feb 2026 13:56:50 GMT Pragma: - no-cache RequestId: - - a95f4061-57c7-4e4f-bc4d-52a90ff88075 + - 6141e42a-c860-4538-a9fd-a920b410488f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -163,12 +163,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/userdatafunctions + uri: https://api.fabric.microsoft.com/v1/workspaces/a8d49980-a47b-4cdf-8a97-d6c0e63a5323/userdatafunctions response: body: - string: '{"id": "56285b47-8c68-4f47-bdcc-bdb4ddca176f", "type": "UserDataFunction", + string: '{"id": "13efb2e4-d1fa-49b8-902f-5f6b5bbaf7fd", "type": "UserDataFunction", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e4270291-b332-4146-ab5f-c33d36c70c67"}' + "a8d49980-a47b-4cdf-8a97-d6c0e63a5323"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -177,17 +177,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '174' + - '173' Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:21:56 GMT + - Wed, 04 Feb 2026 13:56:53 GMT ETag: - '""' Pragma: - no-cache RequestId: - - ba3ebf31-d3c9-4666-b549-40da4252eeb3 + - f58a9dc1-fa7e-46af-b87c-cb9fb38d3432 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -219,7 +219,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e4270291-b332-4146-ab5f-c33d36c70c67", + "My workspace", "description": "", "type": "Personal"}, {"id": "a8d49980-a47b-4cdf-8a97-d6c0e63a5323", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -230,15 +230,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2460' + - '2804' Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:21:57 GMT + - Wed, 04 Feb 2026 13:56:54 GMT Pragma: - no-cache RequestId: - - 1cca70e5-dc6b-455f-afd0-a32a9f3aa33d + - 1e802e8e-7bd1-45b3-9191-b1bbd140bf4c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -266,12 +266,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items + uri: https://api.fabric.microsoft.com/v1/workspaces/a8d49980-a47b-4cdf-8a97-d6c0e63a5323/items response: body: - string: '{"value": [{"id": "56285b47-8c68-4f47-bdcc-bdb4ddca176f", "type": "UserDataFunction", + string: '{"value": [{"id": "13efb2e4-d1fa-49b8-902f-5f6b5bbaf7fd", "type": "UserDataFunction", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e4270291-b332-4146-ab5f-c33d36c70c67"}]}' + "a8d49980-a47b-4cdf-8a97-d6c0e63a5323"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -284,11 +284,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:21:58 GMT + - Wed, 04 Feb 2026 13:56:55 GMT Pragma: - no-cache RequestId: - - 19227527-4cf9-4a93-81fe-65f89c1827d7 + - db369f51-7b07-48b3-a719-c4d038036715 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -316,12 +316,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items/56285b47-8c68-4f47-bdcc-bdb4ddca176f + uri: https://api.fabric.microsoft.com/v1/workspaces/a8d49980-a47b-4cdf-8a97-d6c0e63a5323/items/13efb2e4-d1fa-49b8-902f-5f6b5bbaf7fd response: body: - string: '{"id": "56285b47-8c68-4f47-bdcc-bdb4ddca176f", "type": "UserDataFunction", + string: '{"id": "13efb2e4-d1fa-49b8-902f-5f6b5bbaf7fd", "type": "UserDataFunction", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e4270291-b332-4146-ab5f-c33d36c70c67"}' + "a8d49980-a47b-4cdf-8a97-d6c0e63a5323"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -330,17 +330,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '174' + - '173' Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:21:59 GMT + - Wed, 04 Feb 2026 13:56:56 GMT ETag: - '""' Pragma: - no-cache RequestId: - - d4e692e5-6358-40f8-83f6-85cf4b82f9fb + - 7df6b7c0-767e-4499-b1ef-64d47746b19e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -370,7 +370,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items/56285b47-8c68-4f47-bdcc-bdb4ddca176f/getDefinition + uri: https://api.fabric.microsoft.com/v1/workspaces/a8d49980-a47b-4cdf-8a97-d6c0e63a5323/items/13efb2e4-d1fa-49b8-902f-5f6b5bbaf7fd/getDefinition response: body: string: 'null' @@ -386,13 +386,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:21:59 GMT + - Wed, 04 Feb 2026 13:56:57 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/c2feeabb-a305-4abf-be28-030cd7c84d52 + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/30042788-bd06-4335-8150-2c9354e8e65d Pragma: - no-cache RequestId: - - 7625afdc-337f-479c-a669-a3dcdc94f935 + - 2b35f50e-b9d4-4f55-91e4-56086ebb7619 Retry-After: - '20' Strict-Transport-Security: @@ -406,7 +406,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - c2feeabb-a305-4abf-be28-030cd7c84d52 + - 30042788-bd06-4335-8150-2c9354e8e65d status: code: 202 message: Accepted @@ -424,11 +424,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/c2feeabb-a305-4abf-be28-030cd7c84d52 + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/30042788-bd06-4335-8150-2c9354e8e65d response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-03T09:22:00.2501412", - "lastUpdatedTimeUtc": "2026-02-03T09:22:00.5320608", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-04T13:56:57.7255641", + "lastUpdatedTimeUtc": "2026-02-04T13:56:58.1786907", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -438,17 +438,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '129' + - '131' Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:22:22 GMT + - Wed, 04 Feb 2026 13:57:18 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/c2feeabb-a305-4abf-be28-030cd7c84d52/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/30042788-bd06-4335-8150-2c9354e8e65d/result Pragma: - no-cache RequestId: - - 42d405a7-4a2b-451b-a29b-4fa353fe90df + - 56ff82db-5cd6-435a-8337-ac93608f142f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -456,7 +456,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - c2feeabb-a305-4abf-be28-030cd7c84d52 + - 30042788-bd06-4335-8150-2c9354e8e65d status: code: 200 message: OK @@ -474,7 +474,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/c2feeabb-a305-4abf-be28-030cd7c84d52/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/30042788-bd06-4335-8150-2c9354e8e65d/result response: body: string: '{"definition": {"parts": [{"path": "definition.json", "payload": "ew0KICAiJHNjaGVtYSI6ICJodHRwczovL2RldmVsb3Blci5taWNyb3NvZnQuY29tL2pzb24tc2NoZW1hcy9mYWJyaWMvaXRlbS91c2VyRGF0YUZ1bmN0aW9uL2RlZmluaXRpb24vMS4xLjAvc2NoZW1hLmpzb24iLA0KICAicnVudGltZSI6ICJQWVRIT04iLA0KICAiY29ubmVjdGVkRGF0YVNvdXJjZXMiOiBbXSwNCiAgImZ1bmN0aW9ucyI6IFtdLA0KICAibGlicmFyaWVzIjogew0KICAgICJwdWJsaWMiOiBbXSwNCiAgICAicHJpdmF0ZSI6IFtdDQogIH0NCn0=", @@ -490,11 +490,11 @@ interactions: Content-Type: - application/json Date: - - Tue, 03 Feb 2026 09:22:22 GMT + - Wed, 04 Feb 2026 13:57:19 GMT Pragma: - no-cache RequestId: - - 92f063f0-4ba2-48fc-ab48-1d63ee036357 + - ef6d3f6d-6b31-4860-ab52-64d8fe230c91 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -524,7 +524,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e4270291-b332-4146-ab5f-c33d36c70c67", + "My workspace", "description": "", "type": "Personal"}, {"id": "a8d49980-a47b-4cdf-8a97-d6c0e63a5323", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -535,15 +535,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2460' + - '2804' Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:22:24 GMT + - Wed, 04 Feb 2026 13:57:20 GMT Pragma: - no-cache RequestId: - - d83218e7-331b-414e-a36e-c954598483e0 + - ccdec035-bffb-45e8-8a00-49d3ba815562 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -571,12 +571,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items + uri: https://api.fabric.microsoft.com/v1/workspaces/a8d49980-a47b-4cdf-8a97-d6c0e63a5323/items response: body: - string: '{"value": [{"id": "56285b47-8c68-4f47-bdcc-bdb4ddca176f", "type": "UserDataFunction", + string: '{"value": [{"id": "13efb2e4-d1fa-49b8-902f-5f6b5bbaf7fd", "type": "UserDataFunction", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e4270291-b332-4146-ab5f-c33d36c70c67"}]}' + "a8d49980-a47b-4cdf-8a97-d6c0e63a5323"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -589,11 +589,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:22:25 GMT + - Wed, 04 Feb 2026 13:57:20 GMT Pragma: - no-cache RequestId: - - 7398940f-a316-4b0e-9e5b-4f253c814a0b + - 2fb8f504-7979-495a-9c89-850a05a2dd48 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -621,12 +621,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items + uri: https://api.fabric.microsoft.com/v1/workspaces/a8d49980-a47b-4cdf-8a97-d6c0e63a5323/items response: body: - string: '{"value": [{"id": "56285b47-8c68-4f47-bdcc-bdb4ddca176f", "type": "UserDataFunction", + string: '{"value": [{"id": "13efb2e4-d1fa-49b8-902f-5f6b5bbaf7fd", "type": "UserDataFunction", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e4270291-b332-4146-ab5f-c33d36c70c67"}]}' + "a8d49980-a47b-4cdf-8a97-d6c0e63a5323"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -639,11 +639,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:22:25 GMT + - Wed, 04 Feb 2026 13:57:21 GMT Pragma: - no-cache RequestId: - - c6c571d1-5e33-42cf-bd82-75f33701aba9 + - c593e5eb-11bb-4b20-bab2-e1755a2f835d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -677,7 +677,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items + uri: https://api.fabric.microsoft.com/v1/workspaces/a8d49980-a47b-4cdf-8a97-d6c0e63a5323/items response: body: string: 'null' @@ -693,15 +693,15 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:22:27 GMT + - Wed, 04 Feb 2026 13:57:22 GMT ETag: - '""' Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/08cbb796-1986-4cc0-ac3b-9950a2b93352 + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/d5c58650-b5e7-4eec-838b-eebbd5c8be56 Pragma: - no-cache RequestId: - - cca23897-44ac-4cb9-9d86-fa9cc12afc54 + - c0870cd0-ca60-48ac-8033-9e9c0553ac0f Retry-After: - '20' Strict-Transport-Security: @@ -715,7 +715,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - 08cbb796-1986-4cc0-ac3b-9950a2b93352 + - d5c58650-b5e7-4eec-838b-eebbd5c8be56 status: code: 202 message: Accepted @@ -733,11 +733,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/08cbb796-1986-4cc0-ac3b-9950a2b93352 + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/d5c58650-b5e7-4eec-838b-eebbd5c8be56 response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-03T09:22:27.1793775", - "lastUpdatedTimeUtc": "2026-02-03T09:22:30.2106399", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-04T13:57:22.6503207", + "lastUpdatedTimeUtc": "2026-02-04T13:57:25.7296187", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -751,13 +751,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:22:49 GMT + - Wed, 04 Feb 2026 13:57:44 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/08cbb796-1986-4cc0-ac3b-9950a2b93352/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/d5c58650-b5e7-4eec-838b-eebbd5c8be56/result Pragma: - no-cache RequestId: - - bb39cff5-45be-401e-bb87-b8481560fc24 + - 1295f2ca-764c-452e-81e4-a274d5d45440 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -765,7 +765,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - 08cbb796-1986-4cc0-ac3b-9950a2b93352 + - d5c58650-b5e7-4eec-838b-eebbd5c8be56 status: code: 200 message: OK @@ -783,12 +783,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/08cbb796-1986-4cc0-ac3b-9950a2b93352/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/d5c58650-b5e7-4eec-838b-eebbd5c8be56/result response: body: - string: '{"id": "b0c4d3ed-e7e9-45a2-92df-de2cb77e0964", "type": "UserDataFunction", + string: '{"id": "f3431900-41a2-4e9a-bb00-9b89bdc95367", "type": "UserDataFunction", "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": - "e4270291-b332-4146-ab5f-c33d36c70c67"}' + "a8d49980-a47b-4cdf-8a97-d6c0e63a5323"}' headers: Access-Control-Expose-Headers: - RequestId @@ -799,11 +799,11 @@ interactions: Content-Type: - application/json Date: - - Tue, 03 Feb 2026 09:22:50 GMT + - Wed, 04 Feb 2026 13:57:44 GMT Pragma: - no-cache RequestId: - - a51efc91-1652-4e94-911d-c97fb99494aa + - 7ccab405-277f-40da-b484-33ed6f727a8a Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -833,7 +833,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e4270291-b332-4146-ab5f-c33d36c70c67", + "My workspace", "description": "", "type": "Personal"}, {"id": "a8d49980-a47b-4cdf-8a97-d6c0e63a5323", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -844,15 +844,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2460' + - '2804' Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:22:51 GMT + - Wed, 04 Feb 2026 13:57:45 GMT Pragma: - no-cache RequestId: - - 9ac6cd68-f947-4317-bd3b-7c29588f4a1a + - 73347a69-9397-436f-976e-168669d77c6b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -880,14 +880,14 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items + uri: https://api.fabric.microsoft.com/v1/workspaces/a8d49980-a47b-4cdf-8a97-d6c0e63a5323/items response: body: - string: '{"value": [{"id": "56285b47-8c68-4f47-bdcc-bdb4ddca176f", "type": "UserDataFunction", + string: '{"value": [{"id": "13efb2e4-d1fa-49b8-902f-5f6b5bbaf7fd", "type": "UserDataFunction", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e4270291-b332-4146-ab5f-c33d36c70c67"}, {"id": "b0c4d3ed-e7e9-45a2-92df-de2cb77e0964", + "a8d49980-a47b-4cdf-8a97-d6c0e63a5323"}, {"id": "f3431900-41a2-4e9a-bb00-9b89bdc95367", "type": "UserDataFunction", "displayName": "fabcli000001_new_2", "description": - "Imported from fab", "workspaceId": "e4270291-b332-4146-ab5f-c33d36c70c67"}]}' + "Imported from fab", "workspaceId": "a8d49980-a47b-4cdf-8a97-d6c0e63a5323"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -896,15 +896,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '237' + - '236' Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:22:52 GMT + - Wed, 04 Feb 2026 13:57:46 GMT Pragma: - no-cache RequestId: - - 42832106-c65f-4308-90a8-fb8b8d10b51d + - 715de02c-2a53-4624-b937-1d53226608bb Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -934,7 +934,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items/56285b47-8c68-4f47-bdcc-bdb4ddca176f + uri: https://api.fabric.microsoft.com/v1/workspaces/a8d49980-a47b-4cdf-8a97-d6c0e63a5323/items/13efb2e4-d1fa-49b8-902f-5f6b5bbaf7fd response: body: string: '' @@ -950,11 +950,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Tue, 03 Feb 2026 09:22:52 GMT + - Wed, 04 Feb 2026 13:57:47 GMT Pragma: - no-cache RequestId: - - 49c1819f-001a-47d8-85bf-f3ff033a587c + - 02cbd200-2b27-499e-9341-2a8b4c6d2596 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_home_directory_path_success.yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_home_directory_path_success.yaml index 8210ab4f..0534eb89 100644 --- a/tests/test_commands/recordings/test_commands/test_import/test_import_home_directory_path_success.yaml +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_home_directory_path_success.yaml @@ -11,13 +11,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.2.0 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "704a31b2-abd1-4aac-863d-ba2cdf6527d9", + "My workspace", "description": "", "type": "Personal"}, {"id": "3068b703-30ad-4498-a60a-96e79f2fdd95", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -28,15 +28,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '1185' + - '2801' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 15 Dec 2025 07:40:23 GMT + - Wed, 04 Feb 2026 13:54:26 GMT Pragma: - no-cache RequestId: - - 829674ea-747f-44b6-a63e-10a79b531d65 + - f801deab-483e-4fc0-a711-1aa019beb8a3 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -62,17 +62,12 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.2.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/704a31b2-abd1-4aac-863d-ba2cdf6527d9/items + uri: https://api.fabric.microsoft.com/v1/workspaces/3068b703-30ad-4498-a60a-96e79f2fdd95/items response: body: - string: '{"value": [{"id": "63297299-d084-4676-92ca-91cc20fcbc14", "type": "SemanticModel", - "displayName": "fabcli000001_auto", "description": "", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "9065f1b3-34d8-4104-bf19-847b3c724abe", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "9fe7ca9d-f5be-4fd3-9035-42e383715b55", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}]}' + string: '{"value": []}' headers: Access-Control-Expose-Headers: - RequestId @@ -81,15 +76,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '284' + - '32' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 15 Dec 2025 07:40:23 GMT + - Wed, 04 Feb 2026 13:54:27 GMT Pragma: - no-cache RequestId: - - b3478cbc-b86c-4437-9bf5-e80e44604ac7 + - 687c02b7-9ce5-4ec8-b348-a964a1fca8c4 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -115,17 +110,12 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.2.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/704a31b2-abd1-4aac-863d-ba2cdf6527d9/items + uri: https://api.fabric.microsoft.com/v1/workspaces/3068b703-30ad-4498-a60a-96e79f2fdd95/items response: body: - string: '{"value": [{"id": "63297299-d084-4676-92ca-91cc20fcbc14", "type": "SemanticModel", - "displayName": "fabcli000001_auto", "description": "", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "9065f1b3-34d8-4104-bf19-847b3c724abe", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "9fe7ca9d-f5be-4fd3-9035-42e383715b55", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}]}' + string: '{"value": []}' headers: Access-Control-Expose-Headers: - RequestId @@ -134,15 +124,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '284' + - '32' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 15 Dec 2025 07:40:23 GMT + - Wed, 04 Feb 2026 13:54:28 GMT Pragma: - no-cache RequestId: - - d13071b2-0d0e-4f32-be84-f730b8326a3a + - 38a11f55-286d-42f5-8cf0-c3bda99c3838 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -173,9 +163,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.2.0 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/704a31b2-abd1-4aac-863d-ba2cdf6527d9/notebooks + uri: https://api.fabric.microsoft.com/v1/workspaces/3068b703-30ad-4498-a60a-96e79f2fdd95/notebooks response: body: string: 'null' @@ -191,15 +181,15 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 15 Dec 2025 07:40:25 GMT + - Wed, 04 Feb 2026 13:54:30 GMT ETag: - '""' Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/f2a4bfe9-be66-4385-81a5-c31571b1eaaf + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/9ceb74ed-98a0-4df4-9bb5-0bf8c574d5af Pragma: - no-cache RequestId: - - 9a12bb13-8135-44f0-8fee-33818f93bc08 + - 10983b82-72e5-433c-b85f-00a0f99227ba Retry-After: - '20' Strict-Transport-Security: @@ -213,7 +203,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - f2a4bfe9-be66-4385-81a5-c31571b1eaaf + - 9ceb74ed-98a0-4df4-9bb5-0bf8c574d5af status: code: 202 message: Accepted @@ -229,13 +219,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.2.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/f2a4bfe9-be66-4385-81a5-c31571b1eaaf + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/9ceb74ed-98a0-4df4-9bb5-0bf8c574d5af response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2025-12-15T07:40:24.7346701", - "lastUpdatedTimeUtc": "2025-12-15T07:40:25.9073075", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-04T13:54:29.8291489", + "lastUpdatedTimeUtc": "2026-02-04T13:54:31.0954743", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -245,17 +235,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '131' + - '133' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 15 Dec 2025 07:40:45 GMT + - Wed, 04 Feb 2026 13:54:51 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/f2a4bfe9-be66-4385-81a5-c31571b1eaaf/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/9ceb74ed-98a0-4df4-9bb5-0bf8c574d5af/result Pragma: - no-cache RequestId: - - 0321abfb-dbd6-4193-a8cc-ab360b41a732 + - 7ce69f6f-f45f-42ef-864d-2c5944be67bc Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -263,7 +253,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - f2a4bfe9-be66-4385-81a5-c31571b1eaaf + - 9ceb74ed-98a0-4df4-9bb5-0bf8c574d5af status: code: 200 message: OK @@ -279,14 +269,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.2.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/f2a4bfe9-be66-4385-81a5-c31571b1eaaf/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/9ceb74ed-98a0-4df4-9bb5-0bf8c574d5af/result response: body: - string: '{"id": "38ae6ef7-2e40-4b6a-b9fa-c34181792763", "type": "Notebook", + string: '{"id": "02a9fe7d-236c-489b-a76c-144ac5a0b409", "type": "Notebook", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}' + "3068b703-30ad-4498-a60a-96e79f2fdd95"}' headers: Access-Control-Expose-Headers: - RequestId @@ -297,11 +287,11 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Dec 2025 07:40:45 GMT + - Wed, 04 Feb 2026 13:54:52 GMT Pragma: - no-cache RequestId: - - f1de7634-f34b-4d44-a731-38f1fec00ab7 + - 54b4e67d-4ba6-4a9f-9a9f-73e605324e48 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -325,13 +315,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.2.0 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "704a31b2-abd1-4aac-863d-ba2cdf6527d9", + "My workspace", "description": "", "type": "Personal"}, {"id": "3068b703-30ad-4498-a60a-96e79f2fdd95", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -342,15 +332,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '1185' + - '2801' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 15 Dec 2025 07:40:46 GMT + - Wed, 04 Feb 2026 13:54:53 GMT Pragma: - no-cache RequestId: - - f49efcd2-33a1-4dba-b280-b83aa30d9cdd + - 19c185d6-d757-4384-a9a5-8f49da9caa3c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -376,19 +366,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.2.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/704a31b2-abd1-4aac-863d-ba2cdf6527d9/items + uri: https://api.fabric.microsoft.com/v1/workspaces/3068b703-30ad-4498-a60a-96e79f2fdd95/items response: body: - string: '{"value": [{"id": "63297299-d084-4676-92ca-91cc20fcbc14", "type": "SemanticModel", - "displayName": "fabcli000001_auto", "description": "", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "9065f1b3-34d8-4104-bf19-847b3c724abe", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "9fe7ca9d-f5be-4fd3-9035-42e383715b55", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "38ae6ef7-2e40-4b6a-b9fa-c34181792763", "type": "Notebook", "displayName": - "fabcli000001", "description": "Created by fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}]}' + string: '{"value": [{"id": "02a9fe7d-236c-489b-a76c-144ac5a0b409", "type": "Notebook", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "3068b703-30ad-4498-a60a-96e79f2fdd95"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -397,15 +382,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '327' + - '177' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 15 Dec 2025 07:40:47 GMT + - Wed, 04 Feb 2026 13:54:54 GMT Pragma: - no-cache RequestId: - - 70a9632c-c850-4021-9db0-38adc1741e75 + - 78093a70-a3c0-4090-9dc7-a511ed6f70e9 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -431,14 +416,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.2.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/704a31b2-abd1-4aac-863d-ba2cdf6527d9/items/38ae6ef7-2e40-4b6a-b9fa-c34181792763 + uri: https://api.fabric.microsoft.com/v1/workspaces/3068b703-30ad-4498-a60a-96e79f2fdd95/items/02a9fe7d-236c-489b-a76c-144ac5a0b409 response: body: - string: '{"id": "38ae6ef7-2e40-4b6a-b9fa-c34181792763", "type": "Notebook", + string: '{"id": "02a9fe7d-236c-489b-a76c-144ac5a0b409", "type": "Notebook", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}' + "3068b703-30ad-4498-a60a-96e79f2fdd95"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -451,13 +436,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 15 Dec 2025 07:40:47 GMT + - Wed, 04 Feb 2026 13:54:55 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 80375d28-29b8-47d6-a734-d8a615f1ac8d + - 2be500bc-4bd0-4a58-b0a6-ac2187fb7883 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -485,9 +470,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.2.0 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/704a31b2-abd1-4aac-863d-ba2cdf6527d9/items/38ae6ef7-2e40-4b6a-b9fa-c34181792763/getDefinition?format=ipynb + uri: https://api.fabric.microsoft.com/v1/workspaces/3068b703-30ad-4498-a60a-96e79f2fdd95/items/02a9fe7d-236c-489b-a76c-144ac5a0b409/getDefinition?format=ipynb response: body: string: 'null' @@ -503,13 +488,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 15 Dec 2025 07:40:48 GMT + - Wed, 04 Feb 2026 13:54:55 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/8a4e864e-0ee2-455d-bca9-a5ee7e570f4d + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/815aaa1e-2d17-47c1-9a2d-f9e2a26efb95 Pragma: - no-cache RequestId: - - fd9b1082-2d5f-4450-b9dc-2261aa88277e + - 8d2ae7fd-9dc6-44e3-ad8e-eefcf815bd86 Retry-After: - '20' Strict-Transport-Security: @@ -523,7 +508,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - 8a4e864e-0ee2-455d-bca9-a5ee7e570f4d + - 815aaa1e-2d17-47c1-9a2d-f9e2a26efb95 status: code: 202 message: Accepted @@ -539,13 +524,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.2.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/8a4e864e-0ee2-455d-bca9-a5ee7e570f4d + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/815aaa1e-2d17-47c1-9a2d-f9e2a26efb95 response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2025-12-15T07:40:47.9883696", - "lastUpdatedTimeUtc": "2025-12-15T07:40:48.3164975", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-04T13:54:55.8987248", + "lastUpdatedTimeUtc": "2026-02-04T13:54:56.9614884", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -559,13 +544,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 15 Dec 2025 07:41:08 GMT + - Wed, 04 Feb 2026 13:55:16 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/8a4e864e-0ee2-455d-bca9-a5ee7e570f4d/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/815aaa1e-2d17-47c1-9a2d-f9e2a26efb95/result Pragma: - no-cache RequestId: - - 59cb2c24-da8c-4796-be88-2429daa29142 + - f440c962-fc68-4736-bdd1-58053c4bc5d5 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -573,7 +558,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - 8a4e864e-0ee2-455d-bca9-a5ee7e570f4d + - 815aaa1e-2d17-47c1-9a2d-f9e2a26efb95 status: code: 200 message: OK @@ -589,9 +574,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.2.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/8a4e864e-0ee2-455d-bca9-a5ee7e570f4d/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/815aaa1e-2d17-47c1-9a2d-f9e2a26efb95/result response: body: string: '{"definition": {"parts": [{"path": "notebook-content.ipynb", "payload": @@ -608,11 +593,11 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Dec 2025 07:41:08 GMT + - Wed, 04 Feb 2026 13:55:17 GMT Pragma: - no-cache RequestId: - - f0c68dd8-64e5-40b9-b81f-cb45a4b84d7b + - 0f0465a3-3c63-43ea-bda6-6e31652fc200 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -636,13 +621,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.2.0 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "704a31b2-abd1-4aac-863d-ba2cdf6527d9", + "My workspace", "description": "", "type": "Personal"}, {"id": "3068b703-30ad-4498-a60a-96e79f2fdd95", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -653,15 +638,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '1185' + - '2801' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 15 Dec 2025 07:41:10 GMT + - Wed, 04 Feb 2026 13:55:18 GMT Pragma: - no-cache RequestId: - - 542ac2b8-d520-4f7f-acfe-f5c5d938b380 + - 6eb240e9-6024-43a0-8fa7-3dec1c1d429e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -687,19 +672,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.2.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/704a31b2-abd1-4aac-863d-ba2cdf6527d9/items + uri: https://api.fabric.microsoft.com/v1/workspaces/3068b703-30ad-4498-a60a-96e79f2fdd95/items response: body: - string: '{"value": [{"id": "63297299-d084-4676-92ca-91cc20fcbc14", "type": "SemanticModel", - "displayName": "fabcli000001_auto", "description": "", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "9065f1b3-34d8-4104-bf19-847b3c724abe", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "9fe7ca9d-f5be-4fd3-9035-42e383715b55", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "38ae6ef7-2e40-4b6a-b9fa-c34181792763", "type": "Notebook", "displayName": - "fabcli000001", "description": "Created by fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}]}' + string: '{"value": [{"id": "02a9fe7d-236c-489b-a76c-144ac5a0b409", "type": "Notebook", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "3068b703-30ad-4498-a60a-96e79f2fdd95"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -708,15 +688,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '327' + - '177' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 15 Dec 2025 07:41:10 GMT + - Wed, 04 Feb 2026 13:55:19 GMT Pragma: - no-cache RequestId: - - cdf8ab54-032e-45b1-880d-e06521b09610 + - c6edc2d5-710c-4d4d-9138-70521d56431d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -742,19 +722,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.2.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/704a31b2-abd1-4aac-863d-ba2cdf6527d9/items + uri: https://api.fabric.microsoft.com/v1/workspaces/3068b703-30ad-4498-a60a-96e79f2fdd95/items response: body: - string: '{"value": [{"id": "63297299-d084-4676-92ca-91cc20fcbc14", "type": "SemanticModel", - "displayName": "fabcli000001_auto", "description": "", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "9065f1b3-34d8-4104-bf19-847b3c724abe", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "9fe7ca9d-f5be-4fd3-9035-42e383715b55", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "38ae6ef7-2e40-4b6a-b9fa-c34181792763", "type": "Notebook", "displayName": - "fabcli000001", "description": "Created by fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}]}' + string: '{"value": [{"id": "02a9fe7d-236c-489b-a76c-144ac5a0b409", "type": "Notebook", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "3068b703-30ad-4498-a60a-96e79f2fdd95"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -763,15 +738,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '327' + - '177' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 15 Dec 2025 07:41:10 GMT + - Wed, 04 Feb 2026 13:55:20 GMT Pragma: - no-cache RequestId: - - 1cfa8e92-71e1-47a7-aa5a-0603cf5bfd1d + - 68ab9ad0-fd25-468c-bf9d-e143dfcedba6 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -797,13 +772,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.2.0 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "704a31b2-abd1-4aac-863d-ba2cdf6527d9", + "My workspace", "description": "", "type": "Personal"}, {"id": "3068b703-30ad-4498-a60a-96e79f2fdd95", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -814,15 +789,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '1185' + - '2801' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 15 Dec 2025 07:41:11 GMT + - Wed, 04 Feb 2026 13:55:21 GMT Pragma: - no-cache RequestId: - - 2290ddab-b483-40aa-8a99-eec7dfc61bd4 + - 7aa823b4-c72b-4579-b1bf-f96687dec036 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -848,13 +823,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.2.0 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "704a31b2-abd1-4aac-863d-ba2cdf6527d9", + "My workspace", "description": "", "type": "Personal"}, {"id": "3068b703-30ad-4498-a60a-96e79f2fdd95", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -865,15 +840,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '1185' + - '2801' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 15 Dec 2025 07:41:11 GMT + - Wed, 04 Feb 2026 13:55:21 GMT Pragma: - no-cache RequestId: - - 269d9ad0-23e0-4441-b765-5da01ceefb66 + - 04bc3cd4-d836-4242-930e-489ba82b1473 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -905,9 +880,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.2.0 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/704a31b2-abd1-4aac-863d-ba2cdf6527d9/items + uri: https://api.fabric.microsoft.com/v1/workspaces/3068b703-30ad-4498-a60a-96e79f2fdd95/items response: body: string: 'null' @@ -923,15 +898,15 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 15 Dec 2025 07:41:13 GMT + - Wed, 04 Feb 2026 13:55:22 GMT ETag: - '""' Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/7c4ac6fc-dc0c-42bd-9497-7263f08e71de + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/58f294f3-61b3-4bb1-b30d-d8dff9936c44 Pragma: - no-cache RequestId: - - 69d04a01-4c5c-447a-9f22-1d2b1e4846a1 + - c345bc39-4801-4f51-8e5d-492e8c074069 Retry-After: - '20' Strict-Transport-Security: @@ -945,7 +920,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - 7c4ac6fc-dc0c-42bd-9497-7263f08e71de + - 58f294f3-61b3-4bb1-b30d-d8dff9936c44 status: code: 202 message: Accepted @@ -961,13 +936,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.2.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/7c4ac6fc-dc0c-42bd-9497-7263f08e71de + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/58f294f3-61b3-4bb1-b30d-d8dff9936c44 response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2025-12-15T07:41:12.936122", - "lastUpdatedTimeUtc": "2025-12-15T07:41:14.045805", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-04T13:55:23.3581982", + "lastUpdatedTimeUtc": "2026-02-04T13:55:24.280079", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -981,13 +956,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 15 Dec 2025 07:41:33 GMT + - Wed, 04 Feb 2026 13:55:44 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/7c4ac6fc-dc0c-42bd-9497-7263f08e71de/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/58f294f3-61b3-4bb1-b30d-d8dff9936c44/result Pragma: - no-cache RequestId: - - 294c1598-d9c4-4038-9c9b-bc16dedcbd85 + - 5c24db3a-ce6e-4dcc-978a-27d4009e0bc3 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -995,7 +970,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - 7c4ac6fc-dc0c-42bd-9497-7263f08e71de + - 58f294f3-61b3-4bb1-b30d-d8dff9936c44 status: code: 200 message: OK @@ -1011,14 +986,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.2.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/7c4ac6fc-dc0c-42bd-9497-7263f08e71de/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/58f294f3-61b3-4bb1-b30d-d8dff9936c44/result response: body: - string: '{"id": "33a0ac87-ec7b-4e59-a4ab-64ad7464bb6d", "type": "Notebook", + string: '{"id": "b634a816-334a-4406-ae87-0a6f0e5ae55b", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": - "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}' + "3068b703-30ad-4498-a60a-96e79f2fdd95"}' headers: Access-Control-Expose-Headers: - RequestId @@ -1029,11 +1004,11 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Dec 2025 07:41:34 GMT + - Wed, 04 Feb 2026 13:55:45 GMT Pragma: - no-cache RequestId: - - 6d4c3dfc-af52-4140-97f5-f06d7faddc38 + - 5776daaf-4869-4772-a878-533e4e1bd224 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -1057,13 +1032,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.2.0 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "704a31b2-abd1-4aac-863d-ba2cdf6527d9", + "My workspace", "description": "", "type": "Personal"}, {"id": "3068b703-30ad-4498-a60a-96e79f2fdd95", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -1074,15 +1049,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '1185' + - '2801' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 15 Dec 2025 07:41:35 GMT + - Wed, 04 Feb 2026 13:55:46 GMT Pragma: - no-cache RequestId: - - 78343b00-4f71-4c7d-8dae-4d3d15efb98e + - 0ac49801-8419-4314-9f20-bd7ba14fe81e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1108,21 +1083,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.2.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/704a31b2-abd1-4aac-863d-ba2cdf6527d9/items + uri: https://api.fabric.microsoft.com/v1/workspaces/3068b703-30ad-4498-a60a-96e79f2fdd95/items response: body: - string: '{"value": [{"id": "63297299-d084-4676-92ca-91cc20fcbc14", "type": "SemanticModel", - "displayName": "fabcli000001_auto", "description": "", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "9065f1b3-34d8-4104-bf19-847b3c724abe", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "9fe7ca9d-f5be-4fd3-9035-42e383715b55", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "38ae6ef7-2e40-4b6a-b9fa-c34181792763", "type": "Notebook", "displayName": - "fabcli000001", "description": "Created by fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "33a0ac87-ec7b-4e59-a4ab-64ad7464bb6d", "type": "Notebook", "displayName": - "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}]}' + string: '{"value": [{"id": "02a9fe7d-236c-489b-a76c-144ac5a0b409", "type": "Notebook", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "3068b703-30ad-4498-a60a-96e79f2fdd95"}, {"id": "b634a816-334a-4406-ae87-0a6f0e5ae55b", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "3068b703-30ad-4498-a60a-96e79f2fdd95"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1131,15 +1101,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '372' + - '229' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 15 Dec 2025 07:41:35 GMT + - Wed, 04 Feb 2026 13:55:47 GMT Pragma: - no-cache RequestId: - - ccc6cbbc-0502-4611-9bc1-0e8c3a4ac173 + - c76295fa-4be8-4577-b741-10ec0bc03244 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1167,9 +1137,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.2.0 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/704a31b2-abd1-4aac-863d-ba2cdf6527d9/items/38ae6ef7-2e40-4b6a-b9fa-c34181792763 + uri: https://api.fabric.microsoft.com/v1/workspaces/3068b703-30ad-4498-a60a-96e79f2fdd95/items/02a9fe7d-236c-489b-a76c-144ac5a0b409 response: body: string: '' @@ -1185,11 +1155,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 15 Dec 2025 07:41:35 GMT + - Wed, 04 Feb 2026 13:55:47 GMT Pragma: - no-cache RequestId: - - 1fbb9ed4-cac0-4b3d-bda2-abcfb1436546 + - 4f183800-359f-48f6-a3e3-ade7d5bac34e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: From 345954f3e8f3b305232af5781487d3de75f141c4 Mon Sep 17 00:00:00 2001 From: Alex Moraru Date: Thu, 5 Feb 2026 08:23:51 +0000 Subject: [PATCH 5/6] Re-records failing tests --- .../test_import/class_setup.yaml | 46 ++-- ...te_new_item_success[CosmosDBDatabase].yaml | 232 +++++++++--------- ...te_new_item_success[UserDataFunction].yaml | 190 +++++++------- ...st_import_home_directory_path_success.yaml | 230 ++++++++--------- 4 files changed, 349 insertions(+), 349 deletions(-) diff --git a/tests/test_commands/recordings/test_commands/test_import/class_setup.yaml b/tests/test_commands/recordings/test_commands/test_import/class_setup.yaml index 2270363d..b0634e00 100644 --- a/tests/test_commands/recordings/test_commands/test_import/class_setup.yaml +++ b/tests/test_commands/recordings/test_commands/test_import/class_setup.yaml @@ -30,11 +30,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:56:30 GMT + - Thu, 05 Feb 2026 08:20:42 GMT Pragma: - no-cache RequestId: - - 3d77a39b-b82d-49dc-9260-13dcfe3c7352 + - e9cbf175-2690-44b5-b5fb-27d73970a227 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -79,11 +79,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:56:31 GMT + - Thu, 05 Feb 2026 08:20:43 GMT Pragma: - no-cache RequestId: - - 4f92ebdd-db5c-4f3b-9e29-2f61a1f50f20 + - 88c2f572-ac41-41ac-a7ed-24d539cda70d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -129,11 +129,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:56:37 GMT + - Thu, 05 Feb 2026 08:20:48 GMT Pragma: - no-cache RequestId: - - 8549f153-fafc-43c2-b55a-74bdb1338b6b + - 9d5c0d48-2314-44de-9b78-7a2e522687b8 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -167,7 +167,7 @@ interactions: uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"id": "a8d49980-a47b-4cdf-8a97-d6c0e63a5323", "displayName": "fabriccli_WorkspacePerTestclass_000001", + string: '{"id": "8fb8e686-86b9-4cb3-b326-0f78f59bf217", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' headers: Access-Control-Expose-Headers: @@ -181,13 +181,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:56:47 GMT + - Thu, 05 Feb 2026 08:20:56 GMT Location: - - https://api.fabric.microsoft.com/v1/workspaces/a8d49980-a47b-4cdf-8a97-d6c0e63a5323 + - https://api.fabric.microsoft.com/v1/workspaces/8fb8e686-86b9-4cb3-b326-0f78f59bf217 Pragma: - no-cache RequestId: - - 3de86bec-19f2-4b12-affc-d6765dd6c14a + - d81d4a64-0006-42e2-8598-cbf412df24a5 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -219,7 +219,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "a8d49980-a47b-4cdf-8a97-d6c0e63a5323", + "My workspace", "description": "", "type": "Personal"}, {"id": "8fb8e686-86b9-4cb3-b326-0f78f59bf217", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -230,15 +230,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2804' + - '2803' Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:57:47 GMT + - Thu, 05 Feb 2026 08:22:21 GMT Pragma: - no-cache RequestId: - - cbee2179-95dd-405e-932a-d27456eb4736 + - ea8878c4-1a9f-4f4c-aaf1-15ce13003e71 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -266,12 +266,12 @@ interactions: User-Agent: - ms-fabric-cli/1.3.1 (import; Linux; x86_64; 6.6.87.2-microsoft-standard-WSL2) method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/a8d49980-a47b-4cdf-8a97-d6c0e63a5323/items + uri: https://api.fabric.microsoft.com/v1/workspaces/8fb8e686-86b9-4cb3-b326-0f78f59bf217/items response: body: - string: '{"value": [{"id": "f3431900-41a2-4e9a-bb00-9b89bdc95367", "type": "UserDataFunction", + string: '{"value": [{"id": "0ae29fc8-6e35-4712-807e-1ea03f5187a3", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": - "a8d49980-a47b-4cdf-8a97-d6c0e63a5323"}]}' + "8fb8e686-86b9-4cb3-b326-0f78f59bf217"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -280,15 +280,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '191' + - '184' Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:57:48 GMT + - Thu, 05 Feb 2026 08:22:22 GMT Pragma: - no-cache RequestId: - - a7fd4a5e-ba38-4ec9-bf13-95a913143958 + - d199541b-3589-4bb7-a3a3-ed4a8491bbd2 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -318,7 +318,7 @@ interactions: User-Agent: - ms-fabric-cli/1.3.1 (import; Linux; x86_64; 6.6.87.2-microsoft-standard-WSL2) method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/a8d49980-a47b-4cdf-8a97-d6c0e63a5323 + uri: https://api.fabric.microsoft.com/v1/workspaces/8fb8e686-86b9-4cb3-b326-0f78f59bf217 response: body: string: '' @@ -334,11 +334,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Wed, 04 Feb 2026 13:57:48 GMT + - Thu, 05 Feb 2026 08:22:23 GMT Pragma: - no-cache RequestId: - - 5caf9856-c4eb-4360-9f3f-a0530245a0e5 + - 0f5f14b6-b568-4a6b-8d46-ec2d7b4bfd55 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[CosmosDBDatabase].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[CosmosDBDatabase].yaml index 073077f5..981a887c 100644 --- a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[CosmosDBDatabase].yaml +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[CosmosDBDatabase].yaml @@ -17,7 +17,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "a07d9781-dbbd-42cd-ae8a-396ea1c40eb3", + "My workspace", "description": "", "type": "Personal"}, {"id": "7a95a90f-c8e4-4495-abfc-3287b632b7dd", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -28,15 +28,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2803' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:45:21 GMT + - Thu, 05 Feb 2026 08:16:58 GMT Pragma: - no-cache RequestId: - - f718ee5a-4938-4cfd-bb61-d6e7ea2fbcea + - 2fadbf22-4f2b-4696-8e5c-16c484a7845b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -64,7 +64,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/a07d9781-dbbd-42cd-ae8a-396ea1c40eb3/items + uri: https://api.fabric.microsoft.com/v1/workspaces/7a95a90f-c8e4-4495-abfc-3287b632b7dd/items response: body: string: '{"value": []}' @@ -80,11 +80,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:45:21 GMT + - Thu, 05 Feb 2026 08:16:59 GMT Pragma: - no-cache RequestId: - - 68c2532d-615f-45d2-9b71-175d49cb3b1a + - f32ec9a9-2a89-4be0-aa42-5297bae13319 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -112,7 +112,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/a07d9781-dbbd-42cd-ae8a-396ea1c40eb3/items + uri: https://api.fabric.microsoft.com/v1/workspaces/7a95a90f-c8e4-4495-abfc-3287b632b7dd/items response: body: string: '{"value": []}' @@ -128,11 +128,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:45:22 GMT + - Thu, 05 Feb 2026 08:17:00 GMT Pragma: - no-cache RequestId: - - 454842a9-010c-44a3-b5e4-b69a247deb71 + - eb9bac25-1a11-451c-8444-50cdf855e713 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -163,7 +163,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/a07d9781-dbbd-42cd-ae8a-396ea1c40eb3/cosmosDbDatabases + uri: https://api.fabric.microsoft.com/v1/workspaces/7a95a90f-c8e4-4495-abfc-3287b632b7dd/cosmosDbDatabases response: body: string: 'null' @@ -179,15 +179,15 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:45:25 GMT + - Thu, 05 Feb 2026 08:17:02 GMT ETag: - '""' Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/9e8d107a-8759-4a55-9558-bc1037bf6594 + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/e8f65e7c-4e72-4568-be0f-d0f6623313f6 Pragma: - no-cache RequestId: - - bce0a23e-ea9a-411d-9be4-4f3d49b97245 + - 0653992e-06cf-4bb0-be9b-8545dbbb49d5 Retry-After: - '20' Strict-Transport-Security: @@ -201,7 +201,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - 9e8d107a-8759-4a55-9558-bc1037bf6594 + - e8f65e7c-4e72-4568-be0f-d0f6623313f6 status: code: 202 message: Accepted @@ -219,11 +219,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/9e8d107a-8759-4a55-9558-bc1037bf6594 + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/e8f65e7c-4e72-4568-be0f-d0f6623313f6 response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-04T13:45:24.8574795", - "lastUpdatedTimeUtc": "2026-02-04T13:45:33.9374367", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-05T08:17:01.4934728", + "lastUpdatedTimeUtc": "2026-02-05T08:17:09.916808", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -233,17 +233,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '132' + - '130' Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:45:47 GMT + - Thu, 05 Feb 2026 08:17:23 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/9e8d107a-8759-4a55-9558-bc1037bf6594/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/e8f65e7c-4e72-4568-be0f-d0f6623313f6/result Pragma: - no-cache RequestId: - - 1353a3ff-c692-4758-a1eb-7212180cff8c + - c684e1a5-a45a-4ab0-8f39-94ce57995f1b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -251,7 +251,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - 9e8d107a-8759-4a55-9558-bc1037bf6594 + - e8f65e7c-4e72-4568-be0f-d0f6623313f6 status: code: 200 message: OK @@ -269,12 +269,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/9e8d107a-8759-4a55-9558-bc1037bf6594/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/e8f65e7c-4e72-4568-be0f-d0f6623313f6/result response: body: - string: '{"id": "28b3de87-01e5-4f9f-909b-ae1ef0e13c25", "type": "CosmosDBDatabase", + string: '{"id": "2a03a3aa-e17d-4215-a715-840d9104ec6c", "type": "CosmosDBDatabase", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "a07d9781-dbbd-42cd-ae8a-396ea1c40eb3"}' + "7a95a90f-c8e4-4495-abfc-3287b632b7dd"}' headers: Access-Control-Expose-Headers: - RequestId @@ -285,11 +285,11 @@ interactions: Content-Type: - application/json Date: - - Wed, 04 Feb 2026 13:45:47 GMT + - Thu, 05 Feb 2026 08:17:24 GMT Pragma: - no-cache RequestId: - - 7072db40-03c7-4fe2-84ef-fbfd39b85fe4 + - 5d75d59a-79ac-4e1a-a4a0-a190eb876810 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -319,7 +319,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "a07d9781-dbbd-42cd-ae8a-396ea1c40eb3", + "My workspace", "description": "", "type": "Personal"}, {"id": "7a95a90f-c8e4-4495-abfc-3287b632b7dd", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -330,15 +330,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2803' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:45:48 GMT + - Thu, 05 Feb 2026 08:17:24 GMT Pragma: - no-cache RequestId: - - 7f62bf3e-2133-4ecc-a716-31c2aa09b3c2 + - 7aed2fd9-e01a-49ed-abfe-a49c790819ab Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -366,12 +366,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/a07d9781-dbbd-42cd-ae8a-396ea1c40eb3/items + uri: https://api.fabric.microsoft.com/v1/workspaces/7a95a90f-c8e4-4495-abfc-3287b632b7dd/items response: body: - string: '{"value": [{"id": "28b3de87-01e5-4f9f-909b-ae1ef0e13c25", "type": "CosmosDBDatabase", + string: '{"value": [{"id": "2a03a3aa-e17d-4215-a715-840d9104ec6c", "type": "CosmosDBDatabase", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "a07d9781-dbbd-42cd-ae8a-396ea1c40eb3"}]}' + "7a95a90f-c8e4-4495-abfc-3287b632b7dd"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -380,15 +380,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '182' + - '184' Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:45:49 GMT + - Thu, 05 Feb 2026 08:17:26 GMT Pragma: - no-cache RequestId: - - 2d3ffeef-825c-4006-8a72-6d1b819edd94 + - 9100ac11-0270-445d-ba81-b388352343e6 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -416,12 +416,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/a07d9781-dbbd-42cd-ae8a-396ea1c40eb3/items/28b3de87-01e5-4f9f-909b-ae1ef0e13c25 + uri: https://api.fabric.microsoft.com/v1/workspaces/7a95a90f-c8e4-4495-abfc-3287b632b7dd/items/2a03a3aa-e17d-4215-a715-840d9104ec6c response: body: - string: '{"id": "28b3de87-01e5-4f9f-909b-ae1ef0e13c25", "type": "CosmosDBDatabase", + string: '{"id": "2a03a3aa-e17d-4215-a715-840d9104ec6c", "type": "CosmosDBDatabase", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "a07d9781-dbbd-42cd-ae8a-396ea1c40eb3"}' + "7a95a90f-c8e4-4495-abfc-3287b632b7dd"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -430,17 +430,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '170' + - '171' Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:45:49 GMT + - Thu, 05 Feb 2026 08:17:27 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 5decd996-7650-405f-a845-0d9ab419314b + - 4fc71cba-b9be-447b-b8d5-33b44400fc15 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -470,7 +470,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/a07d9781-dbbd-42cd-ae8a-396ea1c40eb3/items/28b3de87-01e5-4f9f-909b-ae1ef0e13c25/getDefinition + uri: https://api.fabric.microsoft.com/v1/workspaces/7a95a90f-c8e4-4495-abfc-3287b632b7dd/items/2a03a3aa-e17d-4215-a715-840d9104ec6c/getDefinition response: body: string: 'null' @@ -486,13 +486,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:45:50 GMT + - Thu, 05 Feb 2026 08:17:27 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b722a3c5-1511-419d-bbc0-4a6800b091d3 + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/81ef5b3b-11fc-47ff-8d16-f94ce7e80f45 Pragma: - no-cache RequestId: - - bfd031f2-279d-448e-8fa9-014651540509 + - 29213730-4cfb-41aa-b1b3-f4715d32a24c Retry-After: - '20' Strict-Transport-Security: @@ -506,7 +506,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - b722a3c5-1511-419d-bbc0-4a6800b091d3 + - 81ef5b3b-11fc-47ff-8d16-f94ce7e80f45 status: code: 202 message: Accepted @@ -524,11 +524,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b722a3c5-1511-419d-bbc0-4a6800b091d3 + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/81ef5b3b-11fc-47ff-8d16-f94ce7e80f45 response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-04T13:45:51.2373992", - "lastUpdatedTimeUtc": "2026-02-04T13:45:51.9877678", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-05T08:17:28.6091259", + "lastUpdatedTimeUtc": "2026-02-05T08:17:29.3747345", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -538,17 +538,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '130' + - '131' Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:46:11 GMT + - Thu, 05 Feb 2026 08:17:49 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b722a3c5-1511-419d-bbc0-4a6800b091d3/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/81ef5b3b-11fc-47ff-8d16-f94ce7e80f45/result Pragma: - no-cache RequestId: - - 8a9ac1d1-b06a-4b7d-ac6d-1d76ac428b0d + - aecfc80f-cb9b-41b2-b6c0-2b303ec8b294 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -556,7 +556,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - b722a3c5-1511-419d-bbc0-4a6800b091d3 + - 81ef5b3b-11fc-47ff-8d16-f94ce7e80f45 status: code: 200 message: OK @@ -574,7 +574,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b722a3c5-1511-419d-bbc0-4a6800b091d3/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/81ef5b3b-11fc-47ff-8d16-f94ce7e80f45/result response: body: string: '{"definition": {"parts": [{"path": "definition.json", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9pdGVtL0Nvc21vc0RCL2RlZmluaXRpb24vQ29zbW9zREIvMi4wLjAvc2NoZW1hLmpzb24iLAogICJjb250YWluZXJzIjogW10KfQ==", @@ -590,11 +590,11 @@ interactions: Content-Type: - application/json Date: - - Wed, 04 Feb 2026 13:46:13 GMT + - Thu, 05 Feb 2026 08:17:50 GMT Pragma: - no-cache RequestId: - - e1d6f5f6-876d-4bbb-91a3-80cc67245fd7 + - 604e9236-b989-413d-b062-b1dc9c603cba Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -624,7 +624,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "a07d9781-dbbd-42cd-ae8a-396ea1c40eb3", + "My workspace", "description": "", "type": "Personal"}, {"id": "7a95a90f-c8e4-4495-abfc-3287b632b7dd", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -635,15 +635,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2803' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:46:13 GMT + - Thu, 05 Feb 2026 08:17:51 GMT Pragma: - no-cache RequestId: - - b34a2271-8805-4ff6-a72a-47f39a734661 + - e8b326cd-2be4-44f0-a0cb-8aa575393d4e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -671,14 +671,14 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/a07d9781-dbbd-42cd-ae8a-396ea1c40eb3/items + uri: https://api.fabric.microsoft.com/v1/workspaces/7a95a90f-c8e4-4495-abfc-3287b632b7dd/items response: body: - string: '{"value": [{"id": "ac6531f3-b4dd-4cc5-9618-c112123f59f6", "type": "SQLEndpoint", - "displayName": "fabcli000001", "description": "", "workspaceId": "a07d9781-dbbd-42cd-ae8a-396ea1c40eb3"}, - {"id": "28b3de87-01e5-4f9f-909b-ae1ef0e13c25", "type": "CosmosDBDatabase", + string: '{"value": [{"id": "edf5fcdd-d835-4c72-866b-39070db8a682", "type": "SQLEndpoint", + "displayName": "fabcli000001", "description": "", "workspaceId": "7a95a90f-c8e4-4495-abfc-3287b632b7dd"}, + {"id": "2a03a3aa-e17d-4215-a715-840d9104ec6c", "type": "CosmosDBDatabase", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "a07d9781-dbbd-42cd-ae8a-396ea1c40eb3"}]}' + "7a95a90f-c8e4-4495-abfc-3287b632b7dd"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -687,15 +687,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '233' + - '235' Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:46:14 GMT + - Thu, 05 Feb 2026 08:17:52 GMT Pragma: - no-cache RequestId: - - 7b178f32-528c-48bd-8932-f0c2a26ef026 + - 16b39a5d-6180-4dd6-89f7-13bf81a3e305 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -723,14 +723,14 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/a07d9781-dbbd-42cd-ae8a-396ea1c40eb3/items + uri: https://api.fabric.microsoft.com/v1/workspaces/7a95a90f-c8e4-4495-abfc-3287b632b7dd/items response: body: - string: '{"value": [{"id": "ac6531f3-b4dd-4cc5-9618-c112123f59f6", "type": "SQLEndpoint", - "displayName": "fabcli000001", "description": "", "workspaceId": "a07d9781-dbbd-42cd-ae8a-396ea1c40eb3"}, - {"id": "28b3de87-01e5-4f9f-909b-ae1ef0e13c25", "type": "CosmosDBDatabase", + string: '{"value": [{"id": "edf5fcdd-d835-4c72-866b-39070db8a682", "type": "SQLEndpoint", + "displayName": "fabcli000001", "description": "", "workspaceId": "7a95a90f-c8e4-4495-abfc-3287b632b7dd"}, + {"id": "2a03a3aa-e17d-4215-a715-840d9104ec6c", "type": "CosmosDBDatabase", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "a07d9781-dbbd-42cd-ae8a-396ea1c40eb3"}]}' + "7a95a90f-c8e4-4495-abfc-3287b632b7dd"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -739,15 +739,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '233' + - '235' Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:46:14 GMT + - Thu, 05 Feb 2026 08:17:53 GMT Pragma: - no-cache RequestId: - - 92e494d9-7797-4b35-b4bb-77b148b244b0 + - 8730c18f-7cfd-459e-a94b-1c690571a998 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -781,7 +781,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/a07d9781-dbbd-42cd-ae8a-396ea1c40eb3/items + uri: https://api.fabric.microsoft.com/v1/workspaces/7a95a90f-c8e4-4495-abfc-3287b632b7dd/items response: body: string: 'null' @@ -797,15 +797,15 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:46:16 GMT + - Thu, 05 Feb 2026 08:17:55 GMT ETag: - '""' Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/ab94010f-6a09-444c-b19f-99d4012472ed + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/aa170e5b-20f9-4c44-9500-c823641aaec8 Pragma: - no-cache RequestId: - - b954a02c-7f5e-4c8d-92e4-ecbb5a09bab1 + - 0b51d384-6975-46cb-98d8-49db7872e7c1 Retry-After: - '20' Strict-Transport-Security: @@ -819,7 +819,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - ab94010f-6a09-444c-b19f-99d4012472ed + - aa170e5b-20f9-4c44-9500-c823641aaec8 status: code: 202 message: Accepted @@ -837,11 +837,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/ab94010f-6a09-444c-b19f-99d4012472ed + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/aa170e5b-20f9-4c44-9500-c823641aaec8 response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-04T13:46:16.2193955", - "lastUpdatedTimeUtc": "2026-02-04T13:46:25.9088645", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-05T08:17:54.9886559", + "lastUpdatedTimeUtc": "2026-02-05T08:18:04.6315293", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -851,17 +851,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '132' + - '133' Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:46:37 GMT + - Thu, 05 Feb 2026 08:18:16 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/ab94010f-6a09-444c-b19f-99d4012472ed/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/aa170e5b-20f9-4c44-9500-c823641aaec8/result Pragma: - no-cache RequestId: - - 6b3a6b2c-48d4-4536-9b58-afc660a71a0b + - 3ad43f4b-fd9c-47c7-839c-0e2ff70889c7 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -869,7 +869,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - ab94010f-6a09-444c-b19f-99d4012472ed + - aa170e5b-20f9-4c44-9500-c823641aaec8 status: code: 200 message: OK @@ -887,12 +887,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/ab94010f-6a09-444c-b19f-99d4012472ed/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/aa170e5b-20f9-4c44-9500-c823641aaec8/result response: body: - string: '{"id": "a433059f-2bf4-49ce-a168-a6fcda17001f", "type": "CosmosDBDatabase", + string: '{"id": "3c9dc3fe-1238-4536-97d9-a6ebf1cd2761", "type": "CosmosDBDatabase", "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": - "a07d9781-dbbd-42cd-ae8a-396ea1c40eb3"}' + "7a95a90f-c8e4-4495-abfc-3287b632b7dd"}' headers: Access-Control-Expose-Headers: - RequestId @@ -903,11 +903,11 @@ interactions: Content-Type: - application/json Date: - - Wed, 04 Feb 2026 13:46:38 GMT + - Thu, 05 Feb 2026 08:18:18 GMT Pragma: - no-cache RequestId: - - 8cc04a8c-2754-482b-8ab9-12fb598cfc4e + - 753a792c-c31c-4c3d-8647-c3ff5902fc7f Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -937,7 +937,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "a07d9781-dbbd-42cd-ae8a-396ea1c40eb3", + "My workspace", "description": "", "type": "Personal"}, {"id": "7a95a90f-c8e4-4495-abfc-3287b632b7dd", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -948,15 +948,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2803' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:46:39 GMT + - Thu, 05 Feb 2026 08:18:18 GMT Pragma: - no-cache RequestId: - - c24d8967-9d05-426e-8b09-b0dd8b840974 + - e496d340-64ad-4c26-a396-bbd4547deb47 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -984,18 +984,18 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/a07d9781-dbbd-42cd-ae8a-396ea1c40eb3/items + uri: https://api.fabric.microsoft.com/v1/workspaces/7a95a90f-c8e4-4495-abfc-3287b632b7dd/items response: body: - string: '{"value": [{"id": "ac6531f3-b4dd-4cc5-9618-c112123f59f6", "type": "SQLEndpoint", - "displayName": "fabcli000001", "description": "", "workspaceId": "a07d9781-dbbd-42cd-ae8a-396ea1c40eb3"}, - {"id": "7452e937-a659-416d-b054-1fb1de1cdc50", "type": "SQLEndpoint", "displayName": - "fabcli000001_new_2", "description": "", "workspaceId": "a07d9781-dbbd-42cd-ae8a-396ea1c40eb3"}, - {"id": "28b3de87-01e5-4f9f-909b-ae1ef0e13c25", "type": "CosmosDBDatabase", + string: '{"value": [{"id": "edf5fcdd-d835-4c72-866b-39070db8a682", "type": "SQLEndpoint", + "displayName": "fabcli000001", "description": "", "workspaceId": "7a95a90f-c8e4-4495-abfc-3287b632b7dd"}, + {"id": "806a5b5e-0644-4314-aa3a-5d2efc84d866", "type": "SQLEndpoint", "displayName": + "fabcli000001_new_2", "description": "", "workspaceId": "7a95a90f-c8e4-4495-abfc-3287b632b7dd"}, + {"id": "2a03a3aa-e17d-4215-a715-840d9104ec6c", "type": "CosmosDBDatabase", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "a07d9781-dbbd-42cd-ae8a-396ea1c40eb3"}, {"id": "a433059f-2bf4-49ce-a168-a6fcda17001f", + "7a95a90f-c8e4-4495-abfc-3287b632b7dd"}, {"id": "3c9dc3fe-1238-4536-97d9-a6ebf1cd2761", "type": "CosmosDBDatabase", "displayName": "fabcli000001_new_2", "description": - "Imported from fab", "workspaceId": "a07d9781-dbbd-42cd-ae8a-396ea1c40eb3"}]}' + "Imported from fab", "workspaceId": "7a95a90f-c8e4-4495-abfc-3287b632b7dd"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1004,15 +1004,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '308' + - '306' Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:46:39 GMT + - Thu, 05 Feb 2026 08:18:19 GMT Pragma: - no-cache RequestId: - - 2ec2edb9-73e0-4996-8e2c-56a9d3d48952 + - ce063abd-be0e-47d4-a4b2-41aaaaf2670a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1042,7 +1042,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/a07d9781-dbbd-42cd-ae8a-396ea1c40eb3/items/28b3de87-01e5-4f9f-909b-ae1ef0e13c25 + uri: https://api.fabric.microsoft.com/v1/workspaces/7a95a90f-c8e4-4495-abfc-3287b632b7dd/items/2a03a3aa-e17d-4215-a715-840d9104ec6c response: body: string: '' @@ -1058,11 +1058,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Wed, 04 Feb 2026 13:46:41 GMT + - Thu, 05 Feb 2026 08:18:19 GMT Pragma: - no-cache RequestId: - - b5d76f9e-777d-45cf-8300-b3770c9c3fe3 + - 0e72527f-f5a0-40ae-9c61-fe5fb143ed96 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[UserDataFunction].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[UserDataFunction].yaml index 9f96c700..87801560 100644 --- a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[UserDataFunction].yaml +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[UserDataFunction].yaml @@ -17,7 +17,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "a8d49980-a47b-4cdf-8a97-d6c0e63a5323", + "My workspace", "description": "", "type": "Personal"}, {"id": "c704c00d-1053-4fe9-a297-67a3a408cb9d", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -28,15 +28,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2804' + - '2801' Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:56:48 GMT + - Thu, 05 Feb 2026 08:19:11 GMT Pragma: - no-cache RequestId: - - 608fdbe7-c3ee-4559-be04-f6860fc6d6b2 + - f979126e-d245-4d3f-85a0-033f3f17b4ac Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -64,7 +64,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/a8d49980-a47b-4cdf-8a97-d6c0e63a5323/items + uri: https://api.fabric.microsoft.com/v1/workspaces/c704c00d-1053-4fe9-a297-67a3a408cb9d/items response: body: string: '{"value": []}' @@ -80,11 +80,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:56:48 GMT + - Thu, 05 Feb 2026 08:19:12 GMT Pragma: - no-cache RequestId: - - d6da4ef3-07d7-40d8-a13a-47ed326aaa48 + - 5535eecd-6710-4bb5-b814-97ed9ec5d904 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -112,7 +112,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/a8d49980-a47b-4cdf-8a97-d6c0e63a5323/items + uri: https://api.fabric.microsoft.com/v1/workspaces/c704c00d-1053-4fe9-a297-67a3a408cb9d/items response: body: string: '{"value": []}' @@ -128,11 +128,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:56:50 GMT + - Thu, 05 Feb 2026 08:19:13 GMT Pragma: - no-cache RequestId: - - 6141e42a-c860-4538-a9fd-a920b410488f + - 5cebe8e4-2f86-4533-882f-9f5d46370aef Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -163,12 +163,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/a8d49980-a47b-4cdf-8a97-d6c0e63a5323/userdatafunctions + uri: https://api.fabric.microsoft.com/v1/workspaces/c704c00d-1053-4fe9-a297-67a3a408cb9d/userdatafunctions response: body: - string: '{"id": "13efb2e4-d1fa-49b8-902f-5f6b5bbaf7fd", "type": "UserDataFunction", + string: '{"id": "aac7778c-8548-4199-9fdc-e2da721e623a", "type": "UserDataFunction", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "a8d49980-a47b-4cdf-8a97-d6c0e63a5323"}' + "c704c00d-1053-4fe9-a297-67a3a408cb9d"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -177,17 +177,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '173' + - '172' Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:56:53 GMT + - Thu, 05 Feb 2026 08:19:19 GMT ETag: - '""' Pragma: - no-cache RequestId: - - f58a9dc1-fa7e-46af-b87c-cb9fb38d3432 + - 9bbdd641-3fc7-4d21-a948-86720671df44 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -219,7 +219,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "a8d49980-a47b-4cdf-8a97-d6c0e63a5323", + "My workspace", "description": "", "type": "Personal"}, {"id": "c704c00d-1053-4fe9-a297-67a3a408cb9d", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -230,15 +230,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2804' + - '2801' Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:56:54 GMT + - Thu, 05 Feb 2026 08:19:20 GMT Pragma: - no-cache RequestId: - - 1e802e8e-7bd1-45b3-9191-b1bbd140bf4c + - ed1b216f-4b07-47f8-9a49-8d87e8ad9f40 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -266,12 +266,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/a8d49980-a47b-4cdf-8a97-d6c0e63a5323/items + uri: https://api.fabric.microsoft.com/v1/workspaces/c704c00d-1053-4fe9-a297-67a3a408cb9d/items response: body: - string: '{"value": [{"id": "13efb2e4-d1fa-49b8-902f-5f6b5bbaf7fd", "type": "UserDataFunction", + string: '{"value": [{"id": "aac7778c-8548-4199-9fdc-e2da721e623a", "type": "UserDataFunction", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "a8d49980-a47b-4cdf-8a97-d6c0e63a5323"}]}' + "c704c00d-1053-4fe9-a297-67a3a408cb9d"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -280,15 +280,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '185' + - '184' Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:56:55 GMT + - Thu, 05 Feb 2026 08:19:21 GMT Pragma: - no-cache RequestId: - - db369f51-7b07-48b3-a719-c4d038036715 + - dc663839-d9c1-44cf-9138-729b97b23ea3 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -316,12 +316,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/a8d49980-a47b-4cdf-8a97-d6c0e63a5323/items/13efb2e4-d1fa-49b8-902f-5f6b5bbaf7fd + uri: https://api.fabric.microsoft.com/v1/workspaces/c704c00d-1053-4fe9-a297-67a3a408cb9d/items/aac7778c-8548-4199-9fdc-e2da721e623a response: body: - string: '{"id": "13efb2e4-d1fa-49b8-902f-5f6b5bbaf7fd", "type": "UserDataFunction", + string: '{"id": "aac7778c-8548-4199-9fdc-e2da721e623a", "type": "UserDataFunction", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "a8d49980-a47b-4cdf-8a97-d6c0e63a5323"}' + "c704c00d-1053-4fe9-a297-67a3a408cb9d"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -330,17 +330,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '173' + - '172' Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:56:56 GMT + - Thu, 05 Feb 2026 08:19:21 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 7df6b7c0-767e-4499-b1ef-64d47746b19e + - a7210599-55d7-4e57-9bc0-a184c4809eae Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -370,7 +370,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/a8d49980-a47b-4cdf-8a97-d6c0e63a5323/items/13efb2e4-d1fa-49b8-902f-5f6b5bbaf7fd/getDefinition + uri: https://api.fabric.microsoft.com/v1/workspaces/c704c00d-1053-4fe9-a297-67a3a408cb9d/items/aac7778c-8548-4199-9fdc-e2da721e623a/getDefinition response: body: string: 'null' @@ -386,13 +386,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:56:57 GMT + - Thu, 05 Feb 2026 08:19:23 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/30042788-bd06-4335-8150-2c9354e8e65d + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/d22d2f16-e81f-4a32-b414-07ca4d502178 Pragma: - no-cache RequestId: - - 2b35f50e-b9d4-4f55-91e4-56086ebb7619 + - 1f7e89fe-a9cb-4b50-a3ad-c31f79381a18 Retry-After: - '20' Strict-Transport-Security: @@ -406,7 +406,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - 30042788-bd06-4335-8150-2c9354e8e65d + - d22d2f16-e81f-4a32-b414-07ca4d502178 status: code: 202 message: Accepted @@ -424,11 +424,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/30042788-bd06-4335-8150-2c9354e8e65d + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/d22d2f16-e81f-4a32-b414-07ca4d502178 response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-04T13:56:57.7255641", - "lastUpdatedTimeUtc": "2026-02-04T13:56:58.1786907", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-05T08:19:23.6116181", + "lastUpdatedTimeUtc": "2026-02-05T08:19:23.9084941", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -438,17 +438,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '131' + - '130' Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:57:18 GMT + - Thu, 05 Feb 2026 08:19:45 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/30042788-bd06-4335-8150-2c9354e8e65d/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/d22d2f16-e81f-4a32-b414-07ca4d502178/result Pragma: - no-cache RequestId: - - 56ff82db-5cd6-435a-8337-ac93608f142f + - 3941ef47-90e8-49bb-9ff7-877bfc0db032 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -456,7 +456,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - 30042788-bd06-4335-8150-2c9354e8e65d + - d22d2f16-e81f-4a32-b414-07ca4d502178 status: code: 200 message: OK @@ -474,7 +474,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/30042788-bd06-4335-8150-2c9354e8e65d/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/d22d2f16-e81f-4a32-b414-07ca4d502178/result response: body: string: '{"definition": {"parts": [{"path": "definition.json", "payload": "ew0KICAiJHNjaGVtYSI6ICJodHRwczovL2RldmVsb3Blci5taWNyb3NvZnQuY29tL2pzb24tc2NoZW1hcy9mYWJyaWMvaXRlbS91c2VyRGF0YUZ1bmN0aW9uL2RlZmluaXRpb24vMS4xLjAvc2NoZW1hLmpzb24iLA0KICAicnVudGltZSI6ICJQWVRIT04iLA0KICAiY29ubmVjdGVkRGF0YVNvdXJjZXMiOiBbXSwNCiAgImZ1bmN0aW9ucyI6IFtdLA0KICAibGlicmFyaWVzIjogew0KICAgICJwdWJsaWMiOiBbXSwNCiAgICAicHJpdmF0ZSI6IFtdDQogIH0NCn0=", @@ -490,11 +490,11 @@ interactions: Content-Type: - application/json Date: - - Wed, 04 Feb 2026 13:57:19 GMT + - Thu, 05 Feb 2026 08:19:45 GMT Pragma: - no-cache RequestId: - - ef6d3f6d-6b31-4860-ab52-64d8fe230c91 + - f2653929-9643-47d0-8223-f54884be5ad7 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -524,7 +524,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "a8d49980-a47b-4cdf-8a97-d6c0e63a5323", + "My workspace", "description": "", "type": "Personal"}, {"id": "c704c00d-1053-4fe9-a297-67a3a408cb9d", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -535,15 +535,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2804' + - '2801' Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:57:20 GMT + - Thu, 05 Feb 2026 08:19:47 GMT Pragma: - no-cache RequestId: - - ccdec035-bffb-45e8-8a00-49d3ba815562 + - 127d75e3-2eee-4569-865e-96aad6be9925 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -571,12 +571,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/a8d49980-a47b-4cdf-8a97-d6c0e63a5323/items + uri: https://api.fabric.microsoft.com/v1/workspaces/c704c00d-1053-4fe9-a297-67a3a408cb9d/items response: body: - string: '{"value": [{"id": "13efb2e4-d1fa-49b8-902f-5f6b5bbaf7fd", "type": "UserDataFunction", + string: '{"value": [{"id": "aac7778c-8548-4199-9fdc-e2da721e623a", "type": "UserDataFunction", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "a8d49980-a47b-4cdf-8a97-d6c0e63a5323"}]}' + "c704c00d-1053-4fe9-a297-67a3a408cb9d"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -585,15 +585,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '185' + - '184' Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:57:20 GMT + - Thu, 05 Feb 2026 08:19:47 GMT Pragma: - no-cache RequestId: - - 2fb8f504-7979-495a-9c89-850a05a2dd48 + - 6c3ece83-3d4a-4057-991b-2d62d0de81ab Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -621,12 +621,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/a8d49980-a47b-4cdf-8a97-d6c0e63a5323/items + uri: https://api.fabric.microsoft.com/v1/workspaces/c704c00d-1053-4fe9-a297-67a3a408cb9d/items response: body: - string: '{"value": [{"id": "13efb2e4-d1fa-49b8-902f-5f6b5bbaf7fd", "type": "UserDataFunction", + string: '{"value": [{"id": "aac7778c-8548-4199-9fdc-e2da721e623a", "type": "UserDataFunction", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "a8d49980-a47b-4cdf-8a97-d6c0e63a5323"}]}' + "c704c00d-1053-4fe9-a297-67a3a408cb9d"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -635,15 +635,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '185' + - '184' Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:57:21 GMT + - Thu, 05 Feb 2026 08:19:48 GMT Pragma: - no-cache RequestId: - - c593e5eb-11bb-4b20-bab2-e1755a2f835d + - 69bb9ceb-fee3-4f10-92ea-ec165d4daf1d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -677,7 +677,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/a8d49980-a47b-4cdf-8a97-d6c0e63a5323/items + uri: https://api.fabric.microsoft.com/v1/workspaces/c704c00d-1053-4fe9-a297-67a3a408cb9d/items response: body: string: 'null' @@ -693,15 +693,15 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:57:22 GMT + - Thu, 05 Feb 2026 08:19:49 GMT ETag: - '""' Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/d5c58650-b5e7-4eec-838b-eebbd5c8be56 + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/48ea903c-b7e3-42d7-b99b-bf3e00d93a55 Pragma: - no-cache RequestId: - - c0870cd0-ca60-48ac-8033-9e9c0553ac0f + - 8670b239-2e55-4cc4-b337-e66e9ebff563 Retry-After: - '20' Strict-Transport-Security: @@ -715,7 +715,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - d5c58650-b5e7-4eec-838b-eebbd5c8be56 + - 48ea903c-b7e3-42d7-b99b-bf3e00d93a55 status: code: 202 message: Accepted @@ -733,11 +733,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/d5c58650-b5e7-4eec-838b-eebbd5c8be56 + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/48ea903c-b7e3-42d7-b99b-bf3e00d93a55 response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-04T13:57:22.6503207", - "lastUpdatedTimeUtc": "2026-02-04T13:57:25.7296187", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-05T08:19:49.6318706", + "lastUpdatedTimeUtc": "2026-02-05T08:19:52.4600076", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -751,13 +751,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:57:44 GMT + - Thu, 05 Feb 2026 08:20:11 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/d5c58650-b5e7-4eec-838b-eebbd5c8be56/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/48ea903c-b7e3-42d7-b99b-bf3e00d93a55/result Pragma: - no-cache RequestId: - - 1295f2ca-764c-452e-81e4-a274d5d45440 + - 9251485a-edd0-4838-ae84-de425d8a221c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -765,7 +765,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - d5c58650-b5e7-4eec-838b-eebbd5c8be56 + - 48ea903c-b7e3-42d7-b99b-bf3e00d93a55 status: code: 200 message: OK @@ -783,12 +783,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/d5c58650-b5e7-4eec-838b-eebbd5c8be56/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/48ea903c-b7e3-42d7-b99b-bf3e00d93a55/result response: body: - string: '{"id": "f3431900-41a2-4e9a-bb00-9b89bdc95367", "type": "UserDataFunction", + string: '{"id": "4f7478c4-9038-4715-a178-5b6d54194db8", "type": "UserDataFunction", "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": - "a8d49980-a47b-4cdf-8a97-d6c0e63a5323"}' + "c704c00d-1053-4fe9-a297-67a3a408cb9d"}' headers: Access-Control-Expose-Headers: - RequestId @@ -799,11 +799,11 @@ interactions: Content-Type: - application/json Date: - - Wed, 04 Feb 2026 13:57:44 GMT + - Thu, 05 Feb 2026 08:20:12 GMT Pragma: - no-cache RequestId: - - 7ccab405-277f-40da-b484-33ed6f727a8a + - 0dc85190-3682-4c54-a330-def3ff7f3ffd Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -833,7 +833,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "a8d49980-a47b-4cdf-8a97-d6c0e63a5323", + "My workspace", "description": "", "type": "Personal"}, {"id": "c704c00d-1053-4fe9-a297-67a3a408cb9d", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -844,15 +844,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2804' + - '2801' Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:57:45 GMT + - Thu, 05 Feb 2026 08:20:12 GMT Pragma: - no-cache RequestId: - - 73347a69-9397-436f-976e-168669d77c6b + - 6cfbbd6d-72d6-4277-bb16-b9ad26169239 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -880,14 +880,14 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/a8d49980-a47b-4cdf-8a97-d6c0e63a5323/items + uri: https://api.fabric.microsoft.com/v1/workspaces/c704c00d-1053-4fe9-a297-67a3a408cb9d/items response: body: - string: '{"value": [{"id": "13efb2e4-d1fa-49b8-902f-5f6b5bbaf7fd", "type": "UserDataFunction", + string: '{"value": [{"id": "aac7778c-8548-4199-9fdc-e2da721e623a", "type": "UserDataFunction", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "a8d49980-a47b-4cdf-8a97-d6c0e63a5323"}, {"id": "f3431900-41a2-4e9a-bb00-9b89bdc95367", + "c704c00d-1053-4fe9-a297-67a3a408cb9d"}, {"id": "4f7478c4-9038-4715-a178-5b6d54194db8", "type": "UserDataFunction", "displayName": "fabcli000001_new_2", "description": - "Imported from fab", "workspaceId": "a8d49980-a47b-4cdf-8a97-d6c0e63a5323"}]}' + "Imported from fab", "workspaceId": "c704c00d-1053-4fe9-a297-67a3a408cb9d"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -896,15 +896,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '236' + - '234' Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:57:46 GMT + - Thu, 05 Feb 2026 08:20:13 GMT Pragma: - no-cache RequestId: - - 715de02c-2a53-4624-b937-1d53226608bb + - 8a6453a9-43c0-4e69-bbd3-5400797dddda Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -934,7 +934,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/a8d49980-a47b-4cdf-8a97-d6c0e63a5323/items/13efb2e4-d1fa-49b8-902f-5f6b5bbaf7fd + uri: https://api.fabric.microsoft.com/v1/workspaces/c704c00d-1053-4fe9-a297-67a3a408cb9d/items/aac7778c-8548-4199-9fdc-e2da721e623a response: body: string: '' @@ -950,11 +950,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Wed, 04 Feb 2026 13:57:47 GMT + - Thu, 05 Feb 2026 08:20:14 GMT Pragma: - no-cache RequestId: - - 02cbd200-2b27-499e-9341-2a8b4c6d2596 + - c2251c68-9f71-4a80-8ccd-489d05811fe7 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_home_directory_path_success.yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_home_directory_path_success.yaml index 0534eb89..dfa08fdc 100644 --- a/tests/test_commands/recordings/test_commands/test_import/test_import_home_directory_path_success.yaml +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_home_directory_path_success.yaml @@ -17,7 +17,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "3068b703-30ad-4498-a60a-96e79f2fdd95", + "My workspace", "description": "", "type": "Personal"}, {"id": "8fb8e686-86b9-4cb3-b326-0f78f59bf217", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -28,15 +28,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2801' + - '2803' Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:54:26 GMT + - Thu, 05 Feb 2026 08:20:57 GMT Pragma: - no-cache RequestId: - - f801deab-483e-4fc0-a711-1aa019beb8a3 + - 05386c20-3556-4c8e-bc51-c7370c9612fb Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -64,7 +64,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/3068b703-30ad-4498-a60a-96e79f2fdd95/items + uri: https://api.fabric.microsoft.com/v1/workspaces/8fb8e686-86b9-4cb3-b326-0f78f59bf217/items response: body: string: '{"value": []}' @@ -80,11 +80,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:54:27 GMT + - Thu, 05 Feb 2026 08:20:58 GMT Pragma: - no-cache RequestId: - - 687c02b7-9ce5-4ec8-b348-a964a1fca8c4 + - da961531-0e65-4032-8756-8bf1c331ff03 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -112,7 +112,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/3068b703-30ad-4498-a60a-96e79f2fdd95/items + uri: https://api.fabric.microsoft.com/v1/workspaces/8fb8e686-86b9-4cb3-b326-0f78f59bf217/items response: body: string: '{"value": []}' @@ -128,11 +128,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:54:28 GMT + - Thu, 05 Feb 2026 08:20:59 GMT Pragma: - no-cache RequestId: - - 38a11f55-286d-42f5-8cf0-c3bda99c3838 + - dd42a5c8-dda4-47ee-adaf-2b80ea2c515f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -165,7 +165,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/3068b703-30ad-4498-a60a-96e79f2fdd95/notebooks + uri: https://api.fabric.microsoft.com/v1/workspaces/8fb8e686-86b9-4cb3-b326-0f78f59bf217/notebooks response: body: string: 'null' @@ -181,15 +181,15 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:54:30 GMT + - Thu, 05 Feb 2026 08:21:01 GMT ETag: - '""' Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/9ceb74ed-98a0-4df4-9bb5-0bf8c574d5af + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/2979700e-93fb-4170-9d97-fd7ecc7fa1dd Pragma: - no-cache RequestId: - - 10983b82-72e5-433c-b85f-00a0f99227ba + - cb96731e-f935-479b-8919-27920870bfcb Retry-After: - '20' Strict-Transport-Security: @@ -203,7 +203,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - 9ceb74ed-98a0-4df4-9bb5-0bf8c574d5af + - 2979700e-93fb-4170-9d97-fd7ecc7fa1dd status: code: 202 message: Accepted @@ -221,11 +221,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/9ceb74ed-98a0-4df4-9bb5-0bf8c574d5af + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/2979700e-93fb-4170-9d97-fd7ecc7fa1dd response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-04T13:54:29.8291489", - "lastUpdatedTimeUtc": "2026-02-04T13:54:31.0954743", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-05T08:21:01.1499633", + "lastUpdatedTimeUtc": "2026-02-05T08:21:03.6041018", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -235,17 +235,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '133' + - '131' Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:54:51 GMT + - Thu, 05 Feb 2026 08:21:23 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/9ceb74ed-98a0-4df4-9bb5-0bf8c574d5af/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/2979700e-93fb-4170-9d97-fd7ecc7fa1dd/result Pragma: - no-cache RequestId: - - 7ce69f6f-f45f-42ef-864d-2c5944be67bc + - a7db3d42-8ca2-4c67-8f25-e5f68460f7ab Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -253,7 +253,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - 9ceb74ed-98a0-4df4-9bb5-0bf8c574d5af + - 2979700e-93fb-4170-9d97-fd7ecc7fa1dd status: code: 200 message: OK @@ -271,12 +271,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/9ceb74ed-98a0-4df4-9bb5-0bf8c574d5af/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/2979700e-93fb-4170-9d97-fd7ecc7fa1dd/result response: body: - string: '{"id": "02a9fe7d-236c-489b-a76c-144ac5a0b409", "type": "Notebook", + string: '{"id": "ce8d733d-3482-49d2-8170-384eccfac53b", "type": "Notebook", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "3068b703-30ad-4498-a60a-96e79f2fdd95"}' + "8fb8e686-86b9-4cb3-b326-0f78f59bf217"}' headers: Access-Control-Expose-Headers: - RequestId @@ -287,11 +287,11 @@ interactions: Content-Type: - application/json Date: - - Wed, 04 Feb 2026 13:54:52 GMT + - Thu, 05 Feb 2026 08:21:24 GMT Pragma: - no-cache RequestId: - - 54b4e67d-4ba6-4a9f-9a9f-73e605324e48 + - 8c6d3366-3e3f-4e79-b638-0ee8a9cd4f43 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -321,7 +321,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "3068b703-30ad-4498-a60a-96e79f2fdd95", + "My workspace", "description": "", "type": "Personal"}, {"id": "8fb8e686-86b9-4cb3-b326-0f78f59bf217", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -332,15 +332,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2801' + - '2803' Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:54:53 GMT + - Thu, 05 Feb 2026 08:21:25 GMT Pragma: - no-cache RequestId: - - 19c185d6-d757-4384-a9a5-8f49da9caa3c + - 80e45ff9-f286-483e-afa9-341174bf7812 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -368,12 +368,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/3068b703-30ad-4498-a60a-96e79f2fdd95/items + uri: https://api.fabric.microsoft.com/v1/workspaces/8fb8e686-86b9-4cb3-b326-0f78f59bf217/items response: body: - string: '{"value": [{"id": "02a9fe7d-236c-489b-a76c-144ac5a0b409", "type": "Notebook", + string: '{"value": [{"id": "ce8d733d-3482-49d2-8170-384eccfac53b", "type": "Notebook", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "3068b703-30ad-4498-a60a-96e79f2fdd95"}]}' + "8fb8e686-86b9-4cb3-b326-0f78f59bf217"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -382,15 +382,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '177' + - '178' Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:54:54 GMT + - Thu, 05 Feb 2026 08:21:26 GMT Pragma: - no-cache RequestId: - - 78093a70-a3c0-4090-9dc7-a511ed6f70e9 + - b664c0d0-b2a1-4a5d-8014-1b7cb077beb8 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -418,12 +418,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/3068b703-30ad-4498-a60a-96e79f2fdd95/items/02a9fe7d-236c-489b-a76c-144ac5a0b409 + uri: https://api.fabric.microsoft.com/v1/workspaces/8fb8e686-86b9-4cb3-b326-0f78f59bf217/items/ce8d733d-3482-49d2-8170-384eccfac53b response: body: - string: '{"id": "02a9fe7d-236c-489b-a76c-144ac5a0b409", "type": "Notebook", + string: '{"id": "ce8d733d-3482-49d2-8170-384eccfac53b", "type": "Notebook", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "3068b703-30ad-4498-a60a-96e79f2fdd95"}' + "8fb8e686-86b9-4cb3-b326-0f78f59bf217"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -432,17 +432,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '166' + - '165' Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:54:55 GMT + - Thu, 05 Feb 2026 08:21:27 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 2be500bc-4bd0-4a58-b0a6-ac2187fb7883 + - 00fed6c5-9e91-4feb-9d9b-d979e669d5a2 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -472,7 +472,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/3068b703-30ad-4498-a60a-96e79f2fdd95/items/02a9fe7d-236c-489b-a76c-144ac5a0b409/getDefinition?format=ipynb + uri: https://api.fabric.microsoft.com/v1/workspaces/8fb8e686-86b9-4cb3-b326-0f78f59bf217/items/ce8d733d-3482-49d2-8170-384eccfac53b/getDefinition?format=ipynb response: body: string: 'null' @@ -488,13 +488,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:54:55 GMT + - Thu, 05 Feb 2026 08:21:28 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/815aaa1e-2d17-47c1-9a2d-f9e2a26efb95 + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/9e85ec25-7805-42c8-ad06-616ccf69d960 Pragma: - no-cache RequestId: - - 8d2ae7fd-9dc6-44e3-ad8e-eefcf815bd86 + - 17eeb663-a8a6-4355-8e3f-824563a07b7c Retry-After: - '20' Strict-Transport-Security: @@ -508,7 +508,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - 815aaa1e-2d17-47c1-9a2d-f9e2a26efb95 + - 9e85ec25-7805-42c8-ad06-616ccf69d960 status: code: 202 message: Accepted @@ -526,11 +526,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/815aaa1e-2d17-47c1-9a2d-f9e2a26efb95 + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/9e85ec25-7805-42c8-ad06-616ccf69d960 response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-04T13:54:55.8987248", - "lastUpdatedTimeUtc": "2026-02-04T13:54:56.9614884", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-05T08:21:28.7977264", + "lastUpdatedTimeUtc": "2026-02-05T08:21:29.5164565", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -544,13 +544,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:55:16 GMT + - Thu, 05 Feb 2026 08:21:49 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/815aaa1e-2d17-47c1-9a2d-f9e2a26efb95/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/9e85ec25-7805-42c8-ad06-616ccf69d960/result Pragma: - no-cache RequestId: - - f440c962-fc68-4736-bdd1-58053c4bc5d5 + - 63cd4b33-3457-40e3-bfb6-8087677d3035 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -558,7 +558,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - 815aaa1e-2d17-47c1-9a2d-f9e2a26efb95 + - 9e85ec25-7805-42c8-ad06-616ccf69d960 status: code: 200 message: OK @@ -576,7 +576,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/815aaa1e-2d17-47c1-9a2d-f9e2a26efb95/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/9e85ec25-7805-42c8-ad06-616ccf69d960/result response: body: string: '{"definition": {"parts": [{"path": "notebook-content.ipynb", "payload": @@ -593,11 +593,11 @@ interactions: Content-Type: - application/json Date: - - Wed, 04 Feb 2026 13:55:17 GMT + - Thu, 05 Feb 2026 08:21:51 GMT Pragma: - no-cache RequestId: - - 0f0465a3-3c63-43ea-bda6-6e31652fc200 + - 604e6fbf-ea52-4d03-9879-ab2175ae8de4 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -627,7 +627,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "3068b703-30ad-4498-a60a-96e79f2fdd95", + "My workspace", "description": "", "type": "Personal"}, {"id": "8fb8e686-86b9-4cb3-b326-0f78f59bf217", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -638,15 +638,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2801' + - '2803' Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:55:18 GMT + - Thu, 05 Feb 2026 08:21:51 GMT Pragma: - no-cache RequestId: - - 6eb240e9-6024-43a0-8fa7-3dec1c1d429e + - b626f89b-7eca-4231-9d96-ea6e88361919 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -674,12 +674,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/3068b703-30ad-4498-a60a-96e79f2fdd95/items + uri: https://api.fabric.microsoft.com/v1/workspaces/8fb8e686-86b9-4cb3-b326-0f78f59bf217/items response: body: - string: '{"value": [{"id": "02a9fe7d-236c-489b-a76c-144ac5a0b409", "type": "Notebook", + string: '{"value": [{"id": "ce8d733d-3482-49d2-8170-384eccfac53b", "type": "Notebook", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "3068b703-30ad-4498-a60a-96e79f2fdd95"}]}' + "8fb8e686-86b9-4cb3-b326-0f78f59bf217"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -688,15 +688,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '177' + - '178' Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:55:19 GMT + - Thu, 05 Feb 2026 08:21:53 GMT Pragma: - no-cache RequestId: - - c6edc2d5-710c-4d4d-9138-70521d56431d + - ed65be99-9849-466f-a11f-90910c62944b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -724,12 +724,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/3068b703-30ad-4498-a60a-96e79f2fdd95/items + uri: https://api.fabric.microsoft.com/v1/workspaces/8fb8e686-86b9-4cb3-b326-0f78f59bf217/items response: body: - string: '{"value": [{"id": "02a9fe7d-236c-489b-a76c-144ac5a0b409", "type": "Notebook", + string: '{"value": [{"id": "ce8d733d-3482-49d2-8170-384eccfac53b", "type": "Notebook", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "3068b703-30ad-4498-a60a-96e79f2fdd95"}]}' + "8fb8e686-86b9-4cb3-b326-0f78f59bf217"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -738,15 +738,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '177' + - '178' Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:55:20 GMT + - Thu, 05 Feb 2026 08:21:53 GMT Pragma: - no-cache RequestId: - - 68ab9ad0-fd25-468c-bf9d-e143dfcedba6 + - 1d589b5f-fdb4-4e29-b73d-0bc44b2bf3a0 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -778,7 +778,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "3068b703-30ad-4498-a60a-96e79f2fdd95", + "My workspace", "description": "", "type": "Personal"}, {"id": "8fb8e686-86b9-4cb3-b326-0f78f59bf217", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -789,15 +789,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2801' + - '2803' Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:55:21 GMT + - Thu, 05 Feb 2026 08:21:54 GMT Pragma: - no-cache RequestId: - - 7aa823b4-c72b-4579-b1bf-f96687dec036 + - ee04d8d6-48e4-48aa-9313-b7e681f9123b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -829,7 +829,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "3068b703-30ad-4498-a60a-96e79f2fdd95", + "My workspace", "description": "", "type": "Personal"}, {"id": "8fb8e686-86b9-4cb3-b326-0f78f59bf217", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -840,15 +840,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2801' + - '2803' Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:55:21 GMT + - Thu, 05 Feb 2026 08:21:55 GMT Pragma: - no-cache RequestId: - - 04bc3cd4-d836-4242-930e-489ba82b1473 + - 23118c0a-5f04-4d96-9394-b2e15f66b9aa Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -882,7 +882,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/3068b703-30ad-4498-a60a-96e79f2fdd95/items + uri: https://api.fabric.microsoft.com/v1/workspaces/8fb8e686-86b9-4cb3-b326-0f78f59bf217/items response: body: string: 'null' @@ -898,15 +898,15 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:55:22 GMT + - Thu, 05 Feb 2026 08:21:57 GMT ETag: - '""' Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/58f294f3-61b3-4bb1-b30d-d8dff9936c44 + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/080ff9ec-9003-4b00-a7f1-e86db7ba125f Pragma: - no-cache RequestId: - - c345bc39-4801-4f51-8e5d-492e8c074069 + - 9d7876cc-0a5d-48f1-970e-4ff6553230be Retry-After: - '20' Strict-Transport-Security: @@ -920,7 +920,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - 58f294f3-61b3-4bb1-b30d-d8dff9936c44 + - 080ff9ec-9003-4b00-a7f1-e86db7ba125f status: code: 202 message: Accepted @@ -938,11 +938,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/58f294f3-61b3-4bb1-b30d-d8dff9936c44 + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/080ff9ec-9003-4b00-a7f1-e86db7ba125f response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-04T13:55:23.3581982", - "lastUpdatedTimeUtc": "2026-02-04T13:55:24.280079", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-05T08:21:56.3494208", + "lastUpdatedTimeUtc": "2026-02-05T08:21:58.0688593", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -952,17 +952,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '130' + - '131' Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:55:44 GMT + - Thu, 05 Feb 2026 08:22:17 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/58f294f3-61b3-4bb1-b30d-d8dff9936c44/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/080ff9ec-9003-4b00-a7f1-e86db7ba125f/result Pragma: - no-cache RequestId: - - 5c24db3a-ce6e-4dcc-978a-27d4009e0bc3 + - eea15cf7-db11-404d-8efe-0cc03968b871 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -970,7 +970,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - 58f294f3-61b3-4bb1-b30d-d8dff9936c44 + - 080ff9ec-9003-4b00-a7f1-e86db7ba125f status: code: 200 message: OK @@ -988,12 +988,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/58f294f3-61b3-4bb1-b30d-d8dff9936c44/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/080ff9ec-9003-4b00-a7f1-e86db7ba125f/result response: body: - string: '{"id": "b634a816-334a-4406-ae87-0a6f0e5ae55b", "type": "Notebook", + string: '{"id": "0ae29fc8-6e35-4712-807e-1ea03f5187a3", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": - "3068b703-30ad-4498-a60a-96e79f2fdd95"}' + "8fb8e686-86b9-4cb3-b326-0f78f59bf217"}' headers: Access-Control-Expose-Headers: - RequestId @@ -1004,11 +1004,11 @@ interactions: Content-Type: - application/json Date: - - Wed, 04 Feb 2026 13:55:45 GMT + - Thu, 05 Feb 2026 08:22:19 GMT Pragma: - no-cache RequestId: - - 5776daaf-4869-4772-a878-533e4e1bd224 + - 96679ce4-caaf-4c97-8caa-9be639db27de Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -1038,7 +1038,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "3068b703-30ad-4498-a60a-96e79f2fdd95", + "My workspace", "description": "", "type": "Personal"}, {"id": "8fb8e686-86b9-4cb3-b326-0f78f59bf217", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -1049,15 +1049,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2801' + - '2803' Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:55:46 GMT + - Thu, 05 Feb 2026 08:22:19 GMT Pragma: - no-cache RequestId: - - 0ac49801-8419-4314-9f20-bd7ba14fe81e + - 8bd11599-07e9-4672-90a8-0da0be085428 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1085,14 +1085,14 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/3068b703-30ad-4498-a60a-96e79f2fdd95/items + uri: https://api.fabric.microsoft.com/v1/workspaces/8fb8e686-86b9-4cb3-b326-0f78f59bf217/items response: body: - string: '{"value": [{"id": "02a9fe7d-236c-489b-a76c-144ac5a0b409", "type": "Notebook", + string: '{"value": [{"id": "ce8d733d-3482-49d2-8170-384eccfac53b", "type": "Notebook", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "3068b703-30ad-4498-a60a-96e79f2fdd95"}, {"id": "b634a816-334a-4406-ae87-0a6f0e5ae55b", + "8fb8e686-86b9-4cb3-b326-0f78f59bf217"}, {"id": "0ae29fc8-6e35-4712-807e-1ea03f5187a3", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "3068b703-30ad-4498-a60a-96e79f2fdd95"}]}' + from fab", "workspaceId": "8fb8e686-86b9-4cb3-b326-0f78f59bf217"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1101,15 +1101,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '229' + - '228' Content-Type: - application/json; charset=utf-8 Date: - - Wed, 04 Feb 2026 13:55:47 GMT + - Thu, 05 Feb 2026 08:22:20 GMT Pragma: - no-cache RequestId: - - c76295fa-4be8-4577-b741-10ec0bc03244 + - fb8ea6f9-e695-4687-8136-7d6dd36bde6a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1139,7 +1139,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/3068b703-30ad-4498-a60a-96e79f2fdd95/items/02a9fe7d-236c-489b-a76c-144ac5a0b409 + uri: https://api.fabric.microsoft.com/v1/workspaces/8fb8e686-86b9-4cb3-b326-0f78f59bf217/items/ce8d733d-3482-49d2-8170-384eccfac53b response: body: string: '' @@ -1155,11 +1155,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Wed, 04 Feb 2026 13:55:47 GMT + - Thu, 05 Feb 2026 08:22:20 GMT Pragma: - no-cache RequestId: - - 4f183800-359f-48f6-a3e3-ade7d5bac34e + - 2be9246b-c587-4116-bab2-0f3769e456c7 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: From 7adb3edf5ecd3a61b114eb8a7af3a4c8e58b3874 Mon Sep 17 00:00:00 2001 From: Alex Moraru Date: Thu, 5 Feb 2026 09:52:52 +0000 Subject: [PATCH 6/6] Re-records all import tests --- .../test_import/class_setup.yaml | 94 ++- ...mport_create_new_item_fail[Dashboard].yaml | 146 ++-- ...import_create_new_item_fail[Datamart].yaml | 146 ++-- ...mport_create_new_item_fail[Lakehouse].yaml | 146 ++-- ...rt_create_new_item_fail[MLExperiment].yaml | 146 ++-- ..._import_create_new_item_fail[MLModel].yaml | 146 ++-- ...eate_new_item_fail[MirroredWarehouse].yaml | 146 ++-- ...create_new_item_fail[PaginatedReport].yaml | 146 ++-- ...ort_create_new_item_fail[SQLEndpoint].yaml | 146 ++-- ...mport_create_new_item_fail[Warehouse].yaml | 146 ++-- ...te_new_item_success[CosmosDBDatabase].yaml | 464 ++++++++---- ...create_new_item_success[DataPipeline].yaml | 180 ++--- ...t_create_new_item_success[Eventhouse].yaml | 414 +++++------ ...create_new_item_success[KQLDashboard].yaml | 418 +++++------ ..._create_new_item_success[KQLDatabase].yaml | 372 +++++----- ..._create_new_item_success[KQLQueryset].yaml | 328 ++++----- ...te_new_item_success[MirroredDatabase].yaml | 382 +++++----- ...ort_create_new_item_success[Notebook].yaml | 210 +++--- ...mport_create_new_item_success[Reflex].yaml | 394 +++++----- ...mport_create_new_item_success[Report].yaml | 322 ++++----- ..._create_new_item_success[SQLDatabase].yaml | 558 +++++++------- ...reate_new_item_success[SemanticModel].yaml | 308 ++++---- ..._new_item_success[SparkJobDefinition].yaml | 158 ++-- ...te_new_item_success[UserDataFunction].yaml | 457 +++++++++--- ...st_import_home_directory_path_success.yaml | 511 +++++++++---- .../test_import_item_wrong_format_fail.yaml | 214 +++--- .../test_import_lakehouse_path_fail.yaml | 682 +++++++++--------- ...isting_item_success[CosmosDBDatabase].yaml | 210 +++--- ...e_existing_item_success[DataPipeline].yaml | 124 ++-- ...te_existing_item_success[Environment].yaml | 196 ++--- ...te_existing_item_success[Eventstream].yaml | 140 ++-- ...e_existing_item_success[KQLDashboard].yaml | 124 ++-- ...te_existing_item_success[KQLQueryset].yaml | 124 ++-- ...isting_item_success[MirroredDatabase].yaml | 126 ++-- ...pdate_existing_item_success[Notebook].yaml | 196 ++--- ..._update_existing_item_success[Reflex].yaml | 118 +-- ...ting_item_success[SparkJobDefinition].yaml | 118 +-- ...isting_item_success[UserDataFunction].yaml | 176 ++--- tests/test_commands/test_import.py | 7 + 39 files changed, 5179 insertions(+), 4260 deletions(-) diff --git a/tests/test_commands/recordings/test_commands/test_import/class_setup.yaml b/tests/test_commands/recordings/test_commands/test_import/class_setup.yaml index b0634e00..7a9a8ecd 100644 --- a/tests/test_commands/recordings/test_commands/test_import/class_setup.yaml +++ b/tests/test_commands/recordings/test_commands/test_import/class_setup.yaml @@ -30,11 +30,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:20:42 GMT + - Thu, 05 Feb 2026 09:10:35 GMT Pragma: - no-cache RequestId: - - e9cbf175-2690-44b5-b5fb-27d73970a227 + - b0214f19-1ed1-4e9a-ab46-03c14a3b62c8 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -79,11 +79,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:20:43 GMT + - Thu, 05 Feb 2026 09:10:36 GMT Pragma: - no-cache RequestId: - - 88c2f572-ac41-41ac-a7ed-24d539cda70d + - 7e3f3f3f-a838-4067-8769-ba1ba23b7ac9 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -129,11 +129,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:20:48 GMT + - Thu, 05 Feb 2026 09:10:42 GMT Pragma: - no-cache RequestId: - - 9d5c0d48-2314-44de-9b78-7a2e522687b8 + - 4ed2a1fa-6d58-4370-a7d5-b5e256122909 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -167,7 +167,7 @@ interactions: uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"id": "8fb8e686-86b9-4cb3-b326-0f78f59bf217", "displayName": "fabriccli_WorkspacePerTestclass_000001", + string: '{"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' headers: Access-Control-Expose-Headers: @@ -177,17 +177,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '187' + - '188' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:20:56 GMT + - Thu, 05 Feb 2026 09:10:51 GMT Location: - - https://api.fabric.microsoft.com/v1/workspaces/8fb8e686-86b9-4cb3-b326-0f78f59bf217 + - https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7 Pragma: - no-cache RequestId: - - d81d4a64-0006-42e2-8598-cbf412df24a5 + - 2d35de8d-cc9f-45a8-a6bd-45391043c3e0 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -219,7 +219,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "8fb8e686-86b9-4cb3-b326-0f78f59bf217", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -230,15 +230,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2803' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:22:21 GMT + - Thu, 05 Feb 2026 09:34:15 GMT Pragma: - no-cache RequestId: - - ea8878c4-1a9f-4f4c-aaf1-15ce13003e71 + - d36013d5-5b97-46cc-9543-0616d0ff338d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -266,12 +266,56 @@ interactions: User-Agent: - ms-fabric-cli/1.3.1 (import; Linux; x86_64; 6.6.87.2-microsoft-standard-WSL2) method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/8fb8e686-86b9-4cb3-b326-0f78f59bf217/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "0ae29fc8-6e35-4712-807e-1ea03f5187a3", "type": "Notebook", - "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": - "8fb8e686-86b9-4cb3-b326-0f78f59bf217"}]}' + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "47d9d38e-13b6-44a5-accb-df3c846ebb5d", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "a666a627-a61e-455f-a657-02549bc985e8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_14", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "4ccb32cf-68a2-4fdd-b663-4b46a803d5e6", "type": "KQLDashboard", "displayName": + "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "bca94329-a156-4d11-8f9d-d851443390ce", + "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "1c8ca30a-8fca-46a9-b789-cf1f4be6bafd", "type": "CosmosDBDatabase", + "displayName": "fabcli000001_new_14", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3cc08478-f1bc-4f48-aee2-7d01a42bd5a1", + "type": "UserDataFunction", "displayName": "fabcli000001_new_15", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "ae5f1400-3e9b-45fb-806e-4eec26736afd", "type": "Notebook", "displayName": + "fabcli000001_new_16", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -280,15 +324,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '184' + - '1051' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:22:22 GMT + - Thu, 05 Feb 2026 09:34:15 GMT Pragma: - no-cache RequestId: - - d199541b-3589-4bb7-a3a3-ed4a8491bbd2 + - 173faced-bbba-488b-8245-b0815ab1c058 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -318,7 +362,7 @@ interactions: User-Agent: - ms-fabric-cli/1.3.1 (import; Linux; x86_64; 6.6.87.2-microsoft-standard-WSL2) method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/8fb8e686-86b9-4cb3-b326-0f78f59bf217 + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7 response: body: string: '' @@ -334,11 +378,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Thu, 05 Feb 2026 08:22:23 GMT + - Thu, 05 Feb 2026 09:34:16 GMT Pragma: - no-cache RequestId: - - 0f5f14b6-b568-4a6b-8d46-ec2d7b4bfd55 + - a9715f0e-89e2-4127-ae1b-43b9f0269601 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[Dashboard].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[Dashboard].yaml index 40955eb6..6951a9f9 100644 --- a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[Dashboard].yaml +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[Dashboard].yaml @@ -17,7 +17,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -28,15 +28,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:10:21 GMT + - Thu, 05 Feb 2026 09:32:18 GMT Pragma: - no-cache RequestId: - - dfbbc57e-229e-4cc7-8bf8-fba26333c091 + - 62816ca3-93f3-4886-8bdf-330a32d5b53b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -64,46 +64,53 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5bc804ae-de7a-4706-9db3-b5af43092215", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "47d9d38e-13b6-44a5-accb-df3c846ebb5d", "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "a666a627-a61e-455f-a657-02549bc985e8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_14", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": - "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": - "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": - "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", "displayName": "fabcli000001_new_10", "description": "Imported from fab", - "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "b9642da1-242d-43a9-ac2d-1920286544f8", "type": "KQLDashboard", "displayName": + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "4ccb32cf-68a2-4fdd-b663-4b46a803d5e6", "type": "KQLDashboard", "displayName": "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f7c30119-d21f-43c3-9104-ebc1ef33cfd1", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "bca94329-a156-4d11-8f9d-d851443390ce", "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": - "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "1c8ca30a-8fca-46a9-b789-cf1f4be6bafd", "type": "CosmosDBDatabase", + "displayName": "fabcli000001_new_14", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3cc08478-f1bc-4f48-aee2-7d01a42bd5a1", + "type": "UserDataFunction", "displayName": "fabcli000001_new_15", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -112,15 +119,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '882' + - '1011' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:10:22 GMT + - Thu, 05 Feb 2026 09:32:18 GMT Pragma: - no-cache RequestId: - - 7135ef6d-40c0-4697-9666-a94f70665955 + - 96a44194-f5fa-4fdd-9b7f-8a7be0d48a4d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -148,46 +155,53 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5bc804ae-de7a-4706-9db3-b5af43092215", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "47d9d38e-13b6-44a5-accb-df3c846ebb5d", "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "a666a627-a61e-455f-a657-02549bc985e8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_14", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": - "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": - "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": - "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", "displayName": "fabcli000001_new_10", "description": "Imported from fab", - "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "b9642da1-242d-43a9-ac2d-1920286544f8", "type": "KQLDashboard", "displayName": + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "4ccb32cf-68a2-4fdd-b663-4b46a803d5e6", "type": "KQLDashboard", "displayName": "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f7c30119-d21f-43c3-9104-ebc1ef33cfd1", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "bca94329-a156-4d11-8f9d-d851443390ce", "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": - "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "1c8ca30a-8fca-46a9-b789-cf1f4be6bafd", "type": "CosmosDBDatabase", + "displayName": "fabcli000001_new_14", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3cc08478-f1bc-4f48-aee2-7d01a42bd5a1", + "type": "UserDataFunction", "displayName": "fabcli000001_new_15", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -196,15 +210,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '882' + - '1011' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:10:23 GMT + - Thu, 05 Feb 2026 09:32:19 GMT Pragma: - no-cache RequestId: - - 4ace4961-a42e-425a-afe1-a753924c9c50 + - b7c4e39d-faa4-48e4-8f86-55fc5fbce00e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[Datamart].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[Datamart].yaml index 62d9a04d..9e82991c 100644 --- a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[Datamart].yaml +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[Datamart].yaml @@ -17,7 +17,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -28,15 +28,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:10:23 GMT + - Thu, 05 Feb 2026 09:32:20 GMT Pragma: - no-cache RequestId: - - 5491bb81-a16f-4951-9ac6-eecfd342be4a + - e3a3e4f4-bf09-45f6-a9b5-dd56908adc08 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -64,46 +64,53 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5bc804ae-de7a-4706-9db3-b5af43092215", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "47d9d38e-13b6-44a5-accb-df3c846ebb5d", "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "a666a627-a61e-455f-a657-02549bc985e8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_14", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": - "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": - "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": - "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", "displayName": "fabcli000001_new_10", "description": "Imported from fab", - "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "b9642da1-242d-43a9-ac2d-1920286544f8", "type": "KQLDashboard", "displayName": + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "4ccb32cf-68a2-4fdd-b663-4b46a803d5e6", "type": "KQLDashboard", "displayName": "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f7c30119-d21f-43c3-9104-ebc1ef33cfd1", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "bca94329-a156-4d11-8f9d-d851443390ce", "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": - "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "1c8ca30a-8fca-46a9-b789-cf1f4be6bafd", "type": "CosmosDBDatabase", + "displayName": "fabcli000001_new_14", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3cc08478-f1bc-4f48-aee2-7d01a42bd5a1", + "type": "UserDataFunction", "displayName": "fabcli000001_new_15", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -112,15 +119,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '882' + - '1011' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:10:25 GMT + - Thu, 05 Feb 2026 09:32:21 GMT Pragma: - no-cache RequestId: - - 658b249a-d6ab-4c9a-a9f9-8ac82aa4a7a2 + - 7fe7a82b-615f-458d-b2d4-4ddc0f992e93 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -148,46 +155,53 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5bc804ae-de7a-4706-9db3-b5af43092215", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "47d9d38e-13b6-44a5-accb-df3c846ebb5d", "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "a666a627-a61e-455f-a657-02549bc985e8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_14", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": - "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": - "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": - "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", "displayName": "fabcli000001_new_10", "description": "Imported from fab", - "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "b9642da1-242d-43a9-ac2d-1920286544f8", "type": "KQLDashboard", "displayName": + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "4ccb32cf-68a2-4fdd-b663-4b46a803d5e6", "type": "KQLDashboard", "displayName": "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f7c30119-d21f-43c3-9104-ebc1ef33cfd1", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "bca94329-a156-4d11-8f9d-d851443390ce", "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": - "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "1c8ca30a-8fca-46a9-b789-cf1f4be6bafd", "type": "CosmosDBDatabase", + "displayName": "fabcli000001_new_14", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3cc08478-f1bc-4f48-aee2-7d01a42bd5a1", + "type": "UserDataFunction", "displayName": "fabcli000001_new_15", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -196,15 +210,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '882' + - '1011' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:10:25 GMT + - Thu, 05 Feb 2026 09:32:22 GMT Pragma: - no-cache RequestId: - - 8152ea44-a7bf-4590-9266-f739e2ee26aa + - 64031190-d6be-4b1f-8100-d60dd22200c7 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[Lakehouse].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[Lakehouse].yaml index ddaf54a2..7b507ed0 100644 --- a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[Lakehouse].yaml +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[Lakehouse].yaml @@ -17,7 +17,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -28,15 +28,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:10:26 GMT + - Thu, 05 Feb 2026 09:32:23 GMT Pragma: - no-cache RequestId: - - 5096f09f-4068-4131-96d3-5cf07dfebed4 + - bd4dccd4-5af2-4bc5-9b36-184d97e51418 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -64,46 +64,53 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5bc804ae-de7a-4706-9db3-b5af43092215", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "47d9d38e-13b6-44a5-accb-df3c846ebb5d", "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "a666a627-a61e-455f-a657-02549bc985e8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_14", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": - "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": - "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": - "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", "displayName": "fabcli000001_new_10", "description": "Imported from fab", - "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "b9642da1-242d-43a9-ac2d-1920286544f8", "type": "KQLDashboard", "displayName": + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "4ccb32cf-68a2-4fdd-b663-4b46a803d5e6", "type": "KQLDashboard", "displayName": "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f7c30119-d21f-43c3-9104-ebc1ef33cfd1", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "bca94329-a156-4d11-8f9d-d851443390ce", "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": - "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "1c8ca30a-8fca-46a9-b789-cf1f4be6bafd", "type": "CosmosDBDatabase", + "displayName": "fabcli000001_new_14", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3cc08478-f1bc-4f48-aee2-7d01a42bd5a1", + "type": "UserDataFunction", "displayName": "fabcli000001_new_15", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -112,15 +119,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '882' + - '1011' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:10:27 GMT + - Thu, 05 Feb 2026 09:32:23 GMT Pragma: - no-cache RequestId: - - b333f851-182a-476d-b1c8-b4f9fedd7fe6 + - a47e296e-15c4-4167-9414-c691190a1d67 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -148,46 +155,53 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5bc804ae-de7a-4706-9db3-b5af43092215", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "47d9d38e-13b6-44a5-accb-df3c846ebb5d", "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "a666a627-a61e-455f-a657-02549bc985e8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_14", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": - "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": - "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": - "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", "displayName": "fabcli000001_new_10", "description": "Imported from fab", - "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "b9642da1-242d-43a9-ac2d-1920286544f8", "type": "KQLDashboard", "displayName": + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "4ccb32cf-68a2-4fdd-b663-4b46a803d5e6", "type": "KQLDashboard", "displayName": "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f7c30119-d21f-43c3-9104-ebc1ef33cfd1", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "bca94329-a156-4d11-8f9d-d851443390ce", "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": - "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "1c8ca30a-8fca-46a9-b789-cf1f4be6bafd", "type": "CosmosDBDatabase", + "displayName": "fabcli000001_new_14", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3cc08478-f1bc-4f48-aee2-7d01a42bd5a1", + "type": "UserDataFunction", "displayName": "fabcli000001_new_15", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -196,15 +210,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '882' + - '1011' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:10:27 GMT + - Thu, 05 Feb 2026 09:32:23 GMT Pragma: - no-cache RequestId: - - cee8f7fe-a9bd-450c-a9dc-7c8df7824e6a + - 421d9e39-81c1-46e7-b822-059a881e3a6d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[MLExperiment].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[MLExperiment].yaml index 0b72f0ae..5dde71c9 100644 --- a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[MLExperiment].yaml +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[MLExperiment].yaml @@ -17,7 +17,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -28,15 +28,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:10:32 GMT + - Thu, 05 Feb 2026 09:32:26 GMT Pragma: - no-cache RequestId: - - 97cff075-880f-4656-9b12-a60ede9f2999 + - a94b0e64-cf56-447e-be37-538026559205 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -64,46 +64,53 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5bc804ae-de7a-4706-9db3-b5af43092215", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "47d9d38e-13b6-44a5-accb-df3c846ebb5d", "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "a666a627-a61e-455f-a657-02549bc985e8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_14", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": - "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": - "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": - "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", "displayName": "fabcli000001_new_10", "description": "Imported from fab", - "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "b9642da1-242d-43a9-ac2d-1920286544f8", "type": "KQLDashboard", "displayName": + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "4ccb32cf-68a2-4fdd-b663-4b46a803d5e6", "type": "KQLDashboard", "displayName": "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f7c30119-d21f-43c3-9104-ebc1ef33cfd1", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "bca94329-a156-4d11-8f9d-d851443390ce", "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": - "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "1c8ca30a-8fca-46a9-b789-cf1f4be6bafd", "type": "CosmosDBDatabase", + "displayName": "fabcli000001_new_14", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3cc08478-f1bc-4f48-aee2-7d01a42bd5a1", + "type": "UserDataFunction", "displayName": "fabcli000001_new_15", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -112,15 +119,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '882' + - '1011' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:10:32 GMT + - Thu, 05 Feb 2026 09:32:27 GMT Pragma: - no-cache RequestId: - - 0fd2ba13-1912-478e-80e4-e78aa053e830 + - fea0bf3f-fcc2-4516-9249-82cf9eb59d57 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -148,46 +155,53 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5bc804ae-de7a-4706-9db3-b5af43092215", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "47d9d38e-13b6-44a5-accb-df3c846ebb5d", "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "a666a627-a61e-455f-a657-02549bc985e8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_14", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": - "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": - "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": - "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", "displayName": "fabcli000001_new_10", "description": "Imported from fab", - "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "b9642da1-242d-43a9-ac2d-1920286544f8", "type": "KQLDashboard", "displayName": + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "4ccb32cf-68a2-4fdd-b663-4b46a803d5e6", "type": "KQLDashboard", "displayName": "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f7c30119-d21f-43c3-9104-ebc1ef33cfd1", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "bca94329-a156-4d11-8f9d-d851443390ce", "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": - "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "1c8ca30a-8fca-46a9-b789-cf1f4be6bafd", "type": "CosmosDBDatabase", + "displayName": "fabcli000001_new_14", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3cc08478-f1bc-4f48-aee2-7d01a42bd5a1", + "type": "UserDataFunction", "displayName": "fabcli000001_new_15", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -196,15 +210,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '882' + - '1011' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:10:33 GMT + - Thu, 05 Feb 2026 09:32:29 GMT Pragma: - no-cache RequestId: - - ba883fdb-b8e0-455c-8794-3fddef953d30 + - 96dab5b9-25b3-4c64-be43-ea7d628e900b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[MLModel].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[MLModel].yaml index c6fa0414..2207b6d7 100644 --- a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[MLModel].yaml +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[MLModel].yaml @@ -17,7 +17,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -28,15 +28,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:10:34 GMT + - Thu, 05 Feb 2026 09:32:29 GMT Pragma: - no-cache RequestId: - - 1137c964-f91e-4bb9-8da8-1635b8a33be4 + - 42530c72-4f89-45e5-bae8-26f7910644a5 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -64,46 +64,53 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5bc804ae-de7a-4706-9db3-b5af43092215", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "47d9d38e-13b6-44a5-accb-df3c846ebb5d", "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "a666a627-a61e-455f-a657-02549bc985e8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_14", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": - "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": - "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": - "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", "displayName": "fabcli000001_new_10", "description": "Imported from fab", - "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "b9642da1-242d-43a9-ac2d-1920286544f8", "type": "KQLDashboard", "displayName": + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "4ccb32cf-68a2-4fdd-b663-4b46a803d5e6", "type": "KQLDashboard", "displayName": "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f7c30119-d21f-43c3-9104-ebc1ef33cfd1", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "bca94329-a156-4d11-8f9d-d851443390ce", "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": - "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "1c8ca30a-8fca-46a9-b789-cf1f4be6bafd", "type": "CosmosDBDatabase", + "displayName": "fabcli000001_new_14", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3cc08478-f1bc-4f48-aee2-7d01a42bd5a1", + "type": "UserDataFunction", "displayName": "fabcli000001_new_15", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -112,15 +119,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '882' + - '1011' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:10:34 GMT + - Thu, 05 Feb 2026 09:32:30 GMT Pragma: - no-cache RequestId: - - 0a1073fd-48f0-4e92-9d35-f97e252bd2cb + - 5b159969-187f-4d30-948f-de267e037cb2 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -148,46 +155,53 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5bc804ae-de7a-4706-9db3-b5af43092215", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "47d9d38e-13b6-44a5-accb-df3c846ebb5d", "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "a666a627-a61e-455f-a657-02549bc985e8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_14", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": - "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": - "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": - "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", "displayName": "fabcli000001_new_10", "description": "Imported from fab", - "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "b9642da1-242d-43a9-ac2d-1920286544f8", "type": "KQLDashboard", "displayName": + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "4ccb32cf-68a2-4fdd-b663-4b46a803d5e6", "type": "KQLDashboard", "displayName": "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f7c30119-d21f-43c3-9104-ebc1ef33cfd1", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "bca94329-a156-4d11-8f9d-d851443390ce", "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": - "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "1c8ca30a-8fca-46a9-b789-cf1f4be6bafd", "type": "CosmosDBDatabase", + "displayName": "fabcli000001_new_14", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3cc08478-f1bc-4f48-aee2-7d01a42bd5a1", + "type": "UserDataFunction", "displayName": "fabcli000001_new_15", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -196,15 +210,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '882' + - '1011' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:10:35 GMT + - Thu, 05 Feb 2026 09:32:30 GMT Pragma: - no-cache RequestId: - - c551b5d0-65e1-49e9-b5b2-3e3d71bc5f13 + - d098bf23-f6da-45dc-beb9-b4375c9755c3 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[MirroredWarehouse].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[MirroredWarehouse].yaml index dc0f9ba8..4badab76 100644 --- a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[MirroredWarehouse].yaml +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[MirroredWarehouse].yaml @@ -17,7 +17,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -28,15 +28,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:10:29 GMT + - Thu, 05 Feb 2026 09:32:24 GMT Pragma: - no-cache RequestId: - - 2acc3d77-7813-4055-abb2-beba1408166d + - 1e4272a9-aecf-4ecc-ab77-dab7f66e5372 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -64,46 +64,53 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5bc804ae-de7a-4706-9db3-b5af43092215", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "47d9d38e-13b6-44a5-accb-df3c846ebb5d", "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "a666a627-a61e-455f-a657-02549bc985e8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_14", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": - "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": - "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": - "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", "displayName": "fabcli000001_new_10", "description": "Imported from fab", - "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "b9642da1-242d-43a9-ac2d-1920286544f8", "type": "KQLDashboard", "displayName": + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "4ccb32cf-68a2-4fdd-b663-4b46a803d5e6", "type": "KQLDashboard", "displayName": "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f7c30119-d21f-43c3-9104-ebc1ef33cfd1", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "bca94329-a156-4d11-8f9d-d851443390ce", "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": - "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "1c8ca30a-8fca-46a9-b789-cf1f4be6bafd", "type": "CosmosDBDatabase", + "displayName": "fabcli000001_new_14", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3cc08478-f1bc-4f48-aee2-7d01a42bd5a1", + "type": "UserDataFunction", "displayName": "fabcli000001_new_15", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -112,15 +119,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '882' + - '1011' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:10:30 GMT + - Thu, 05 Feb 2026 09:32:25 GMT Pragma: - no-cache RequestId: - - cb61a01f-f40c-4599-b1b7-71ede177be34 + - 4b3a6746-4e69-4069-8699-2adbd90ab9b3 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -148,46 +155,53 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5bc804ae-de7a-4706-9db3-b5af43092215", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "47d9d38e-13b6-44a5-accb-df3c846ebb5d", "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "a666a627-a61e-455f-a657-02549bc985e8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_14", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": - "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": - "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": - "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", "displayName": "fabcli000001_new_10", "description": "Imported from fab", - "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "b9642da1-242d-43a9-ac2d-1920286544f8", "type": "KQLDashboard", "displayName": + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "4ccb32cf-68a2-4fdd-b663-4b46a803d5e6", "type": "KQLDashboard", "displayName": "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f7c30119-d21f-43c3-9104-ebc1ef33cfd1", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "bca94329-a156-4d11-8f9d-d851443390ce", "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": - "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "1c8ca30a-8fca-46a9-b789-cf1f4be6bafd", "type": "CosmosDBDatabase", + "displayName": "fabcli000001_new_14", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3cc08478-f1bc-4f48-aee2-7d01a42bd5a1", + "type": "UserDataFunction", "displayName": "fabcli000001_new_15", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -196,15 +210,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '882' + - '1011' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:10:31 GMT + - Thu, 05 Feb 2026 09:32:26 GMT Pragma: - no-cache RequestId: - - 6bb62b4e-cd6e-4de6-8ee3-535ed0b9c1b0 + - 9b2e106c-d83a-46aa-bb55-4d63d9176409 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[PaginatedReport].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[PaginatedReport].yaml index 89e0ffd9..62f499e3 100644 --- a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[PaginatedReport].yaml +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[PaginatedReport].yaml @@ -17,7 +17,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -28,15 +28,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:10:36 GMT + - Thu, 05 Feb 2026 09:32:31 GMT Pragma: - no-cache RequestId: - - 86b8b40b-c344-4a13-bba8-523971847365 + - 78677c3b-94aa-4ca9-95e0-00cafe9bfb07 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -64,46 +64,53 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5bc804ae-de7a-4706-9db3-b5af43092215", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "47d9d38e-13b6-44a5-accb-df3c846ebb5d", "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "a666a627-a61e-455f-a657-02549bc985e8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_14", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": - "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": - "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": - "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", "displayName": "fabcli000001_new_10", "description": "Imported from fab", - "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "b9642da1-242d-43a9-ac2d-1920286544f8", "type": "KQLDashboard", "displayName": + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "4ccb32cf-68a2-4fdd-b663-4b46a803d5e6", "type": "KQLDashboard", "displayName": "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f7c30119-d21f-43c3-9104-ebc1ef33cfd1", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "bca94329-a156-4d11-8f9d-d851443390ce", "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": - "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "1c8ca30a-8fca-46a9-b789-cf1f4be6bafd", "type": "CosmosDBDatabase", + "displayName": "fabcli000001_new_14", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3cc08478-f1bc-4f48-aee2-7d01a42bd5a1", + "type": "UserDataFunction", "displayName": "fabcli000001_new_15", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -112,15 +119,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '882' + - '1011' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:10:37 GMT + - Thu, 05 Feb 2026 09:32:32 GMT Pragma: - no-cache RequestId: - - ff8c98dd-cfa7-4197-b50b-1228757c6a05 + - 8c83fa6c-5b9b-4897-bcdc-221460f5c188 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -148,46 +155,53 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5bc804ae-de7a-4706-9db3-b5af43092215", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "47d9d38e-13b6-44a5-accb-df3c846ebb5d", "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "a666a627-a61e-455f-a657-02549bc985e8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_14", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": - "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": - "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": - "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", "displayName": "fabcli000001_new_10", "description": "Imported from fab", - "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "b9642da1-242d-43a9-ac2d-1920286544f8", "type": "KQLDashboard", "displayName": + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "4ccb32cf-68a2-4fdd-b663-4b46a803d5e6", "type": "KQLDashboard", "displayName": "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f7c30119-d21f-43c3-9104-ebc1ef33cfd1", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "bca94329-a156-4d11-8f9d-d851443390ce", "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": - "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "1c8ca30a-8fca-46a9-b789-cf1f4be6bafd", "type": "CosmosDBDatabase", + "displayName": "fabcli000001_new_14", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3cc08478-f1bc-4f48-aee2-7d01a42bd5a1", + "type": "UserDataFunction", "displayName": "fabcli000001_new_15", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -196,15 +210,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '882' + - '1011' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:10:38 GMT + - Thu, 05 Feb 2026 09:32:33 GMT Pragma: - no-cache RequestId: - - 5aca85c7-0bac-44d8-b3f0-a65e0aff78f3 + - f00e5ca0-30d1-4a22-94b8-b64f3258e99b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[SQLEndpoint].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[SQLEndpoint].yaml index 96489b29..3aa27b0c 100644 --- a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[SQLEndpoint].yaml +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[SQLEndpoint].yaml @@ -17,7 +17,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -28,15 +28,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:10:39 GMT + - Thu, 05 Feb 2026 09:32:34 GMT Pragma: - no-cache RequestId: - - 957c50ff-60d2-4017-b876-6c537ac1f894 + - d8fa6170-7870-47c5-a0a5-5af12dd71e1d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -64,46 +64,53 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5bc804ae-de7a-4706-9db3-b5af43092215", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "47d9d38e-13b6-44a5-accb-df3c846ebb5d", "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "a666a627-a61e-455f-a657-02549bc985e8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_14", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": - "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": - "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": - "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", "displayName": "fabcli000001_new_10", "description": "Imported from fab", - "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "b9642da1-242d-43a9-ac2d-1920286544f8", "type": "KQLDashboard", "displayName": + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "4ccb32cf-68a2-4fdd-b663-4b46a803d5e6", "type": "KQLDashboard", "displayName": "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f7c30119-d21f-43c3-9104-ebc1ef33cfd1", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "bca94329-a156-4d11-8f9d-d851443390ce", "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": - "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "1c8ca30a-8fca-46a9-b789-cf1f4be6bafd", "type": "CosmosDBDatabase", + "displayName": "fabcli000001_new_14", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3cc08478-f1bc-4f48-aee2-7d01a42bd5a1", + "type": "UserDataFunction", "displayName": "fabcli000001_new_15", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -112,15 +119,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '882' + - '1011' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:10:39 GMT + - Thu, 05 Feb 2026 09:32:35 GMT Pragma: - no-cache RequestId: - - 6b8e6255-becd-4d3d-8384-9af3a930be48 + - 9b1e6b07-c9e8-4a48-8f1e-67a5047c8387 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -148,46 +155,53 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5bc804ae-de7a-4706-9db3-b5af43092215", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "47d9d38e-13b6-44a5-accb-df3c846ebb5d", "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "a666a627-a61e-455f-a657-02549bc985e8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_14", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": - "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": - "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": - "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", "displayName": "fabcli000001_new_10", "description": "Imported from fab", - "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "b9642da1-242d-43a9-ac2d-1920286544f8", "type": "KQLDashboard", "displayName": + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "4ccb32cf-68a2-4fdd-b663-4b46a803d5e6", "type": "KQLDashboard", "displayName": "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f7c30119-d21f-43c3-9104-ebc1ef33cfd1", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "bca94329-a156-4d11-8f9d-d851443390ce", "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": - "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "1c8ca30a-8fca-46a9-b789-cf1f4be6bafd", "type": "CosmosDBDatabase", + "displayName": "fabcli000001_new_14", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3cc08478-f1bc-4f48-aee2-7d01a42bd5a1", + "type": "UserDataFunction", "displayName": "fabcli000001_new_15", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -196,15 +210,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '882' + - '1011' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:10:41 GMT + - Thu, 05 Feb 2026 09:32:35 GMT Pragma: - no-cache RequestId: - - aa226384-eabd-4cd5-a03d-d63fa5bfa5c1 + - b88e1f78-74d1-488e-b3b8-30c0a68c08ab Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[Warehouse].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[Warehouse].yaml index d1685b69..87fd28a6 100644 --- a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[Warehouse].yaml +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_fail[Warehouse].yaml @@ -17,7 +17,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -28,15 +28,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:10:41 GMT + - Thu, 05 Feb 2026 09:32:37 GMT Pragma: - no-cache RequestId: - - 1a62ce3b-0a64-468d-a38d-f03afabea621 + - df755f41-4b30-4844-ae26-44f0b6fab924 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -64,46 +64,53 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5bc804ae-de7a-4706-9db3-b5af43092215", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "47d9d38e-13b6-44a5-accb-df3c846ebb5d", "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "a666a627-a61e-455f-a657-02549bc985e8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_14", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": - "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": - "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": - "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", "displayName": "fabcli000001_new_10", "description": "Imported from fab", - "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "b9642da1-242d-43a9-ac2d-1920286544f8", "type": "KQLDashboard", "displayName": + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "4ccb32cf-68a2-4fdd-b663-4b46a803d5e6", "type": "KQLDashboard", "displayName": "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f7c30119-d21f-43c3-9104-ebc1ef33cfd1", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "bca94329-a156-4d11-8f9d-d851443390ce", "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": - "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "1c8ca30a-8fca-46a9-b789-cf1f4be6bafd", "type": "CosmosDBDatabase", + "displayName": "fabcli000001_new_14", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3cc08478-f1bc-4f48-aee2-7d01a42bd5a1", + "type": "UserDataFunction", "displayName": "fabcli000001_new_15", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -112,15 +119,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '882' + - '1011' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:10:42 GMT + - Thu, 05 Feb 2026 09:32:38 GMT Pragma: - no-cache RequestId: - - c6ae6682-ee07-4bf7-a0f2-e02c6a4f4e0d + - 08568b5a-84b6-4fb7-96d7-cd89ed5c19f2 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -148,46 +155,53 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5bc804ae-de7a-4706-9db3-b5af43092215", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "47d9d38e-13b6-44a5-accb-df3c846ebb5d", "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "a666a627-a61e-455f-a657-02549bc985e8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_14", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": - "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": - "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": - "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", "displayName": "fabcli000001_new_10", "description": "Imported from fab", - "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "b9642da1-242d-43a9-ac2d-1920286544f8", "type": "KQLDashboard", "displayName": + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "4ccb32cf-68a2-4fdd-b663-4b46a803d5e6", "type": "KQLDashboard", "displayName": "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f7c30119-d21f-43c3-9104-ebc1ef33cfd1", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "bca94329-a156-4d11-8f9d-d851443390ce", "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": - "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "1c8ca30a-8fca-46a9-b789-cf1f4be6bafd", "type": "CosmosDBDatabase", + "displayName": "fabcli000001_new_14", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3cc08478-f1bc-4f48-aee2-7d01a42bd5a1", + "type": "UserDataFunction", "displayName": "fabcli000001_new_15", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -196,15 +210,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '882' + - '1011' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:10:42 GMT + - Thu, 05 Feb 2026 09:32:38 GMT Pragma: - no-cache RequestId: - - fc79264f-a4d0-467a-a1ec-e60f562c543f + - 2ced46e6-2e1d-403a-bef8-7835c4299be8 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[CosmosDBDatabase].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[CosmosDBDatabase].yaml index 981a887c..96429d57 100644 --- a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[CosmosDBDatabase].yaml +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[CosmosDBDatabase].yaml @@ -17,7 +17,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "7a95a90f-c8e4-4495-abfc-3287b632b7dd", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -28,15 +28,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2805' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:16:58 GMT + - Thu, 05 Feb 2026 09:29:55 GMT Pragma: - no-cache RequestId: - - 2fadbf22-4f2b-4696-8e5c-16c484a7845b + - babd561c-3bc0-4898-ba9d-8438eea9d26b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -64,10 +64,46 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/7a95a90f-c8e4-4495-abfc-3287b632b7dd/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": []}' + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "47d9d38e-13b6-44a5-accb-df3c846ebb5d", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "4ccb32cf-68a2-4fdd-b663-4b46a803d5e6", "type": "KQLDashboard", "displayName": + "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "bca94329-a156-4d11-8f9d-d851443390ce", + "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -76,15 +112,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '32' + - '880' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:16:59 GMT + - Thu, 05 Feb 2026 09:29:56 GMT Pragma: - no-cache RequestId: - - f32ec9a9-2a89-4be0-aa42-5297bae13319 + - 422c5c7a-4b61-41cb-9605-58f1c21a4d09 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -112,10 +148,46 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/7a95a90f-c8e4-4495-abfc-3287b632b7dd/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": []}' + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "47d9d38e-13b6-44a5-accb-df3c846ebb5d", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "4ccb32cf-68a2-4fdd-b663-4b46a803d5e6", "type": "KQLDashboard", "displayName": + "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "bca94329-a156-4d11-8f9d-d851443390ce", + "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -124,15 +196,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '32' + - '880' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:17:00 GMT + - Thu, 05 Feb 2026 09:29:57 GMT Pragma: - no-cache RequestId: - - eb9bac25-1a11-451c-8444-50cdf855e713 + - 8f31ecab-d3c0-45d3-9332-dcaf131d270a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -163,7 +235,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/7a95a90f-c8e4-4495-abfc-3287b632b7dd/cosmosDbDatabases + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/cosmosDbDatabases response: body: string: 'null' @@ -179,15 +251,15 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:17:02 GMT + - Thu, 05 Feb 2026 09:29:58 GMT ETag: - '""' Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/e8f65e7c-4e72-4568-be0f-d0f6623313f6 + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/513b02a4-59c9-4287-a0c3-29e8f9c6893e Pragma: - no-cache RequestId: - - 0653992e-06cf-4bb0-be9b-8545dbbb49d5 + - 2b03377a-ba20-4979-b0e1-fc6306012786 Retry-After: - '20' Strict-Transport-Security: @@ -201,7 +273,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - e8f65e7c-4e72-4568-be0f-d0f6623313f6 + - 513b02a4-59c9-4287-a0c3-29e8f9c6893e status: code: 202 message: Accepted @@ -219,11 +291,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/e8f65e7c-4e72-4568-be0f-d0f6623313f6 + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/513b02a4-59c9-4287-a0c3-29e8f9c6893e response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-05T08:17:01.4934728", - "lastUpdatedTimeUtc": "2026-02-05T08:17:09.916808", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-05T09:29:58.7520807", + "lastUpdatedTimeUtc": "2026-02-05T09:30:05.0970823", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -233,17 +305,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '130' + - '133' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:17:23 GMT + - Thu, 05 Feb 2026 09:30:20 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/e8f65e7c-4e72-4568-be0f-d0f6623313f6/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/513b02a4-59c9-4287-a0c3-29e8f9c6893e/result Pragma: - no-cache RequestId: - - c684e1a5-a45a-4ab0-8f39-94ce57995f1b + - e7a678b6-669d-4cc0-b7d3-3a48d337bfa2 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -251,7 +323,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - e8f65e7c-4e72-4568-be0f-d0f6623313f6 + - 513b02a4-59c9-4287-a0c3-29e8f9c6893e status: code: 200 message: OK @@ -269,12 +341,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/e8f65e7c-4e72-4568-be0f-d0f6623313f6/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/513b02a4-59c9-4287-a0c3-29e8f9c6893e/result response: body: - string: '{"id": "2a03a3aa-e17d-4215-a715-840d9104ec6c", "type": "CosmosDBDatabase", + string: '{"id": "5b936461-30cf-4090-9868-1603d475b07c", "type": "CosmosDBDatabase", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "7a95a90f-c8e4-4495-abfc-3287b632b7dd"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId @@ -285,11 +357,11 @@ interactions: Content-Type: - application/json Date: - - Thu, 05 Feb 2026 08:17:24 GMT + - Thu, 05 Feb 2026 09:30:21 GMT Pragma: - no-cache RequestId: - - 5d75d59a-79ac-4e1a-a4a0-a190eb876810 + - 4485fee9-4b18-4eaa-844f-4f282e9f27cd Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -319,7 +391,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "7a95a90f-c8e4-4495-abfc-3287b632b7dd", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -330,15 +402,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2805' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:17:24 GMT + - Thu, 05 Feb 2026 09:30:22 GMT Pragma: - no-cache RequestId: - - 7aed2fd9-e01a-49ed-abfe-a49c790819ab + - 52e3c8ed-5934-4a21-9e99-5cc17c12882c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -366,12 +438,51 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/7a95a90f-c8e4-4495-abfc-3287b632b7dd/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "2a03a3aa-e17d-4215-a715-840d9104ec6c", "type": "CosmosDBDatabase", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "47d9d38e-13b6-44a5-accb-df3c846ebb5d", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3137877b-7de6-459d-8c94-34ab8c196c72", + "type": "SQLEndpoint", "displayName": "fabcli000001", "description": "", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "4ccb32cf-68a2-4fdd-b663-4b46a803d5e6", "type": "KQLDashboard", "displayName": + "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "bca94329-a156-4d11-8f9d-d851443390ce", + "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "5b936461-30cf-4090-9868-1603d475b07c", "type": "CosmosDBDatabase", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "7a95a90f-c8e4-4495-abfc-3287b632b7dd"}]}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -380,15 +491,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '184' + - '960' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:17:26 GMT + - Thu, 05 Feb 2026 09:30:23 GMT Pragma: - no-cache RequestId: - - 9100ac11-0270-445d-ba81-b388352343e6 + - 4a373cfa-941d-464b-b425-1f8efda6e053 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -416,12 +527,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/7a95a90f-c8e4-4495-abfc-3287b632b7dd/items/2a03a3aa-e17d-4215-a715-840d9104ec6c + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/5b936461-30cf-4090-9868-1603d475b07c response: body: - string: '{"id": "2a03a3aa-e17d-4215-a715-840d9104ec6c", "type": "CosmosDBDatabase", + string: '{"id": "5b936461-30cf-4090-9868-1603d475b07c", "type": "CosmosDBDatabase", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "7a95a90f-c8e4-4495-abfc-3287b632b7dd"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -434,13 +545,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:17:27 GMT + - Thu, 05 Feb 2026 09:30:23 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 4fc71cba-b9be-447b-b8d5-33b44400fc15 + - ab5ca024-d390-4f55-ac55-be607fd2b87e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -470,7 +581,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/7a95a90f-c8e4-4495-abfc-3287b632b7dd/items/2a03a3aa-e17d-4215-a715-840d9104ec6c/getDefinition + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/5b936461-30cf-4090-9868-1603d475b07c/getDefinition response: body: string: 'null' @@ -486,13 +597,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:17:27 GMT + - Thu, 05 Feb 2026 09:30:24 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/81ef5b3b-11fc-47ff-8d16-f94ce7e80f45 + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/6362a256-2d79-4e84-9a82-4f805c8aea0b Pragma: - no-cache RequestId: - - 29213730-4cfb-41aa-b1b3-f4715d32a24c + - a2532630-2e4d-48ad-b87a-8cfc85641e06 Retry-After: - '20' Strict-Transport-Security: @@ -506,7 +617,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - 81ef5b3b-11fc-47ff-8d16-f94ce7e80f45 + - 6362a256-2d79-4e84-9a82-4f805c8aea0b status: code: 202 message: Accepted @@ -524,11 +635,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/81ef5b3b-11fc-47ff-8d16-f94ce7e80f45 + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/6362a256-2d79-4e84-9a82-4f805c8aea0b response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-05T08:17:28.6091259", - "lastUpdatedTimeUtc": "2026-02-05T08:17:29.3747345", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-05T09:30:24.7255523", + "lastUpdatedTimeUtc": "2026-02-05T09:30:25.4135664", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -542,13 +653,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:17:49 GMT + - Thu, 05 Feb 2026 09:30:46 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/81ef5b3b-11fc-47ff-8d16-f94ce7e80f45/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/6362a256-2d79-4e84-9a82-4f805c8aea0b/result Pragma: - no-cache RequestId: - - aecfc80f-cb9b-41b2-b6c0-2b303ec8b294 + - 9e1dedf1-fda1-4665-8bc6-cbaa15567303 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -556,7 +667,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - 81ef5b3b-11fc-47ff-8d16-f94ce7e80f45 + - 6362a256-2d79-4e84-9a82-4f805c8aea0b status: code: 200 message: OK @@ -574,7 +685,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/81ef5b3b-11fc-47ff-8d16-f94ce7e80f45/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/6362a256-2d79-4e84-9a82-4f805c8aea0b/result response: body: string: '{"definition": {"parts": [{"path": "definition.json", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9pdGVtL0Nvc21vc0RCL2RlZmluaXRpb24vQ29zbW9zREIvMi4wLjAvc2NoZW1hLmpzb24iLAogICJjb250YWluZXJzIjogW10KfQ==", @@ -590,11 +701,11 @@ interactions: Content-Type: - application/json Date: - - Thu, 05 Feb 2026 08:17:50 GMT + - Thu, 05 Feb 2026 09:30:46 GMT Pragma: - no-cache RequestId: - - 604e9236-b989-413d-b062-b1dc9c603cba + - 45b83c6e-3744-42ac-aa1e-47a347705c3a Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -624,7 +735,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "7a95a90f-c8e4-4495-abfc-3287b632b7dd", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -635,15 +746,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2805' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:17:51 GMT + - Thu, 05 Feb 2026 09:30:47 GMT Pragma: - no-cache RequestId: - - e8b326cd-2be4-44f0-a0cb-8aa575393d4e + - 007d1b98-b959-40b9-ac0e-191b617f73e7 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -671,14 +782,51 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/7a95a90f-c8e4-4495-abfc-3287b632b7dd/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "edf5fcdd-d835-4c72-866b-39070db8a682", "type": "SQLEndpoint", - "displayName": "fabcli000001", "description": "", "workspaceId": "7a95a90f-c8e4-4495-abfc-3287b632b7dd"}, - {"id": "2a03a3aa-e17d-4215-a715-840d9104ec6c", "type": "CosmosDBDatabase", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "47d9d38e-13b6-44a5-accb-df3c846ebb5d", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3137877b-7de6-459d-8c94-34ab8c196c72", + "type": "SQLEndpoint", "displayName": "fabcli000001", "description": "", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "4ccb32cf-68a2-4fdd-b663-4b46a803d5e6", "type": "KQLDashboard", "displayName": + "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "bca94329-a156-4d11-8f9d-d851443390ce", + "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "5b936461-30cf-4090-9868-1603d475b07c", "type": "CosmosDBDatabase", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "7a95a90f-c8e4-4495-abfc-3287b632b7dd"}]}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -687,15 +835,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '235' + - '960' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:17:52 GMT + - Thu, 05 Feb 2026 09:30:48 GMT Pragma: - no-cache RequestId: - - 16b39a5d-6180-4dd6-89f7-13bf81a3e305 + - 4adfcc55-a6d0-4436-aeef-33b7b64a67d2 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -723,14 +871,51 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/7a95a90f-c8e4-4495-abfc-3287b632b7dd/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "edf5fcdd-d835-4c72-866b-39070db8a682", "type": "SQLEndpoint", - "displayName": "fabcli000001", "description": "", "workspaceId": "7a95a90f-c8e4-4495-abfc-3287b632b7dd"}, - {"id": "2a03a3aa-e17d-4215-a715-840d9104ec6c", "type": "CosmosDBDatabase", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "47d9d38e-13b6-44a5-accb-df3c846ebb5d", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3137877b-7de6-459d-8c94-34ab8c196c72", + "type": "SQLEndpoint", "displayName": "fabcli000001", "description": "", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "4ccb32cf-68a2-4fdd-b663-4b46a803d5e6", "type": "KQLDashboard", "displayName": + "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "bca94329-a156-4d11-8f9d-d851443390ce", + "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "5b936461-30cf-4090-9868-1603d475b07c", "type": "CosmosDBDatabase", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "7a95a90f-c8e4-4495-abfc-3287b632b7dd"}]}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -739,15 +924,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '235' + - '960' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:17:53 GMT + - Thu, 05 Feb 2026 09:30:49 GMT Pragma: - no-cache RequestId: - - 8730c18f-7cfd-459e-a94b-1c690571a998 + - 7cd5c962-e667-4ef3-8951-322f2df0f024 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -763,7 +948,7 @@ interactions: message: OK - request: body: '{"type": "CosmosDBDatabase", "description": "Imported from fab", "folderId": - null, "displayName": "fabcli000001_new_2", "definition": {"parts": [{"path": + null, "displayName": "fabcli000001_new_14", "definition": {"parts": [{"path": ".platform", "payload": "ewogICAgIiRzY2hlbWEiOiAiaHR0cHM6Ly9kZXZlbG9wZXIubWljcm9zb2Z0LmNvbS9qc29uLXNjaGVtYXMvZmFicmljL2dpdEludGVncmF0aW9uL3BsYXRmb3JtUHJvcGVydGllcy8yLjAuMC9zY2hlbWEuanNvbiIsCiAgICAibWV0YWRhdGEiOiB7CiAgICAgICAgInR5cGUiOiAiQ29zbW9zREJEYXRhYmFzZSIsCiAgICAgICAgImRpc3BsYXlOYW1lIjogImZhYmNsaTAwMDAwMSIsCiAgICAgICAgImRlc2NyaXB0aW9uIjogIkNyZWF0ZWQgYnkgZmFiIgogICAgfSwKICAgICJjb25maWciOiB7CiAgICAgICAgInZlcnNpb24iOiAiMi4wIiwKICAgICAgICAibG9naWNhbElkIjogIjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIKICAgIH0KfQ==", "payloadType": "InlineBase64"}, {"path": "definition.json", "payload": "ewogICAgIiRzY2hlbWEiOiAiaHR0cHM6Ly9kZXZlbG9wZXIubWljcm9zb2Z0LmNvbS9qc29uLXNjaGVtYXMvZmFicmljL2l0ZW0vQ29zbW9zREIvZGVmaW5pdGlvbi9Db3Ntb3NEQi8yLjAuMC9zY2hlbWEuanNvbiIsCiAgICAiY29udGFpbmVycyI6IFtdCn0=", "payloadType": "InlineBase64"}]}}' @@ -775,13 +960,13 @@ interactions: Connection: - keep-alive Content-Length: - - '994' + - '995' Content-Type: - application/json User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/7a95a90f-c8e4-4495-abfc-3287b632b7dd/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: string: 'null' @@ -797,15 +982,15 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:17:55 GMT + - Thu, 05 Feb 2026 09:30:50 GMT ETag: - '""' Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/aa170e5b-20f9-4c44-9500-c823641aaec8 + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/0ebbcfc1-cfaf-469a-a984-d6c4f73b5f3b Pragma: - no-cache RequestId: - - 0b51d384-6975-46cb-98d8-49db7872e7c1 + - 47206f28-d4b9-42d7-a1c0-a5d121f0f3e6 Retry-After: - '20' Strict-Transport-Security: @@ -819,7 +1004,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - aa170e5b-20f9-4c44-9500-c823641aaec8 + - 0ebbcfc1-cfaf-469a-a984-d6c4f73b5f3b status: code: 202 message: Accepted @@ -837,11 +1022,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/aa170e5b-20f9-4c44-9500-c823641aaec8 + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/0ebbcfc1-cfaf-469a-a984-d6c4f73b5f3b response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-05T08:17:54.9886559", - "lastUpdatedTimeUtc": "2026-02-05T08:18:04.6315293", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-05T09:30:50.6524107", + "lastUpdatedTimeUtc": "2026-02-05T09:31:00.4095186", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -855,13 +1040,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:18:16 GMT + - Thu, 05 Feb 2026 09:31:12 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/aa170e5b-20f9-4c44-9500-c823641aaec8/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/0ebbcfc1-cfaf-469a-a984-d6c4f73b5f3b/result Pragma: - no-cache RequestId: - - 3ad43f4b-fd9c-47c7-839c-0e2ff70889c7 + - 8a40015e-adf2-4661-ba69-ed8c0c274e87 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -869,7 +1054,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - aa170e5b-20f9-4c44-9500-c823641aaec8 + - 0ebbcfc1-cfaf-469a-a984-d6c4f73b5f3b status: code: 200 message: OK @@ -887,12 +1072,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/aa170e5b-20f9-4c44-9500-c823641aaec8/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/0ebbcfc1-cfaf-469a-a984-d6c4f73b5f3b/result response: body: - string: '{"id": "3c9dc3fe-1238-4536-97d9-a6ebf1cd2761", "type": "CosmosDBDatabase", - "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": - "7a95a90f-c8e4-4495-abfc-3287b632b7dd"}' + string: '{"id": "1c8ca30a-8fca-46a9-b789-cf1f4be6bafd", "type": "CosmosDBDatabase", + "displayName": "fabcli000001_new_14", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId @@ -903,11 +1088,11 @@ interactions: Content-Type: - application/json Date: - - Thu, 05 Feb 2026 08:18:18 GMT + - Thu, 05 Feb 2026 09:31:13 GMT Pragma: - no-cache RequestId: - - 753a792c-c31c-4c3d-8647-c3ff5902fc7f + - dd5ab885-375d-44d2-9026-26a12ee8408e Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -937,7 +1122,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "7a95a90f-c8e4-4495-abfc-3287b632b7dd", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -948,15 +1133,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2805' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:18:18 GMT + - Thu, 05 Feb 2026 09:31:14 GMT Pragma: - no-cache RequestId: - - e496d340-64ad-4c26-a396-bbd4547deb47 + - 52624001-9fde-41d1-8953-334995786b07 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -984,18 +1169,55 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/7a95a90f-c8e4-4495-abfc-3287b632b7dd/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "edf5fcdd-d835-4c72-866b-39070db8a682", "type": "SQLEndpoint", - "displayName": "fabcli000001", "description": "", "workspaceId": "7a95a90f-c8e4-4495-abfc-3287b632b7dd"}, - {"id": "806a5b5e-0644-4314-aa3a-5d2efc84d866", "type": "SQLEndpoint", "displayName": - "fabcli000001_new_2", "description": "", "workspaceId": "7a95a90f-c8e4-4495-abfc-3287b632b7dd"}, - {"id": "2a03a3aa-e17d-4215-a715-840d9104ec6c", "type": "CosmosDBDatabase", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "47d9d38e-13b6-44a5-accb-df3c846ebb5d", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3137877b-7de6-459d-8c94-34ab8c196c72", + "type": "SQLEndpoint", "displayName": "fabcli000001", "description": "", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "a666a627-a61e-455f-a657-02549bc985e8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_14", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "4ccb32cf-68a2-4fdd-b663-4b46a803d5e6", "type": "KQLDashboard", "displayName": + "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "bca94329-a156-4d11-8f9d-d851443390ce", + "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "5b936461-30cf-4090-9868-1603d475b07c", "type": "CosmosDBDatabase", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "7a95a90f-c8e4-4495-abfc-3287b632b7dd"}, {"id": "3c9dc3fe-1238-4536-97d9-a6ebf1cd2761", - "type": "CosmosDBDatabase", "displayName": "fabcli000001_new_2", "description": - "Imported from fab", "workspaceId": "7a95a90f-c8e4-4495-abfc-3287b632b7dd"}]}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "1c8ca30a-8fca-46a9-b789-cf1f4be6bafd", + "type": "CosmosDBDatabase", "displayName": "fabcli000001_new_14", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1004,15 +1226,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '306' + - '1025' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:18:19 GMT + - Thu, 05 Feb 2026 09:31:15 GMT Pragma: - no-cache RequestId: - - ce063abd-be0e-47d4-a4b2-41aaaaf2670a + - 581efccb-9867-436f-9986-2a081903d8ed Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1042,7 +1264,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/7a95a90f-c8e4-4495-abfc-3287b632b7dd/items/2a03a3aa-e17d-4215-a715-840d9104ec6c + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/5b936461-30cf-4090-9868-1603d475b07c response: body: string: '' @@ -1058,11 +1280,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Thu, 05 Feb 2026 08:18:19 GMT + - Thu, 05 Feb 2026 09:31:16 GMT Pragma: - no-cache RequestId: - - 0e72527f-f5a0-40ae-9c61-fe5fb143ed96 + - c20d7e52-ceac-4a66-a8fc-928f38834e07 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[DataPipeline].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[DataPipeline].yaml index 041f8267..aabe7f0d 100644 --- a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[DataPipeline].yaml +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[DataPipeline].yaml @@ -17,7 +17,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -28,15 +28,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:01:17 GMT + - Thu, 05 Feb 2026 09:19:54 GMT Pragma: - no-cache RequestId: - - 929276e0-86ec-4d98-a973-9b866943fb37 + - 1a11a86d-3019-467c-b6ad-12fd5c42f44f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -64,14 +64,14 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", "type": "Notebook", + string: '{"value": [{"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "4021c09a-ec4e-497c-9e7f-c32d00eba90c", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": "fabcli000001_new_3", "description": - "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -80,15 +80,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '248' + - '247' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:01:18 GMT + - Thu, 05 Feb 2026 09:19:54 GMT Pragma: - no-cache RequestId: - - 5adc3200-4181-4de0-b43b-5ffb676199a6 + - ec9f6a07-8653-4d1f-9bc4-f66c6e242513 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -116,14 +116,14 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", "type": "Notebook", + string: '{"value": [{"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "4021c09a-ec4e-497c-9e7f-c32d00eba90c", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": "fabcli000001_new_3", "description": - "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -132,15 +132,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '248' + - '247' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:01:18 GMT + - Thu, 05 Feb 2026 09:19:54 GMT Pragma: - no-cache RequestId: - - f87ae8f6-b0b4-4de0-ba2b-0d6609a324ca + - f31b08d7-a278-42fa-b570-ac740bb50445 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -171,12 +171,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/dataPipelines + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/dataPipelines response: body: - string: '{"id": "58e6ae56-8631-4009-87ed-6bc21bf07e73", "type": "DataPipeline", + string: '{"id": "14f204bd-8cd1-4e57-9c50-6e115b1a8587", "type": "DataPipeline", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -189,13 +189,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:01:23 GMT + - Thu, 05 Feb 2026 09:19:58 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 5ba8d743-aea8-47e8-b061-bfd13fa98efa + - 761c7e30-03e5-40ca-b69f-3c8bf7d2431c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -227,7 +227,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -238,15 +238,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:01:23 GMT + - Thu, 05 Feb 2026 09:20:00 GMT Pragma: - no-cache RequestId: - - b583c2f7-7cf3-4ea9-98d1-49386a8ca2f9 + - 233926b8-b62a-40ff-b8d6-aac7138dafe5 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -274,16 +274,16 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", "type": "Notebook", + string: '{"value": [{"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "4021c09a-ec4e-497c-9e7f-c32d00eba90c", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": "fabcli000001_new_3", "description": - "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "58e6ae56-8631-4009-87ed-6bc21bf07e73", "type": "DataPipeline", "displayName": - "fabcli000001", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "14f204bd-8cd1-4e57-9c50-6e115b1a8587", "type": "DataPipeline", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -292,15 +292,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '304' + - '303' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:01:23 GMT + - Thu, 05 Feb 2026 09:20:00 GMT Pragma: - no-cache RequestId: - - 56eb4219-4beb-4d6a-9183-a598ab965e71 + - d0fbe6d7-1b18-4c2a-b810-83d0921dd3bf Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -328,12 +328,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/58e6ae56-8631-4009-87ed-6bc21bf07e73 + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/14f204bd-8cd1-4e57-9c50-6e115b1a8587 response: body: - string: '{"id": "58e6ae56-8631-4009-87ed-6bc21bf07e73", "type": "DataPipeline", + string: '{"id": "14f204bd-8cd1-4e57-9c50-6e115b1a8587", "type": "DataPipeline", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -346,13 +346,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:01:24 GMT + - Thu, 05 Feb 2026 09:20:01 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 7329d8b1-29b3-4951-a3df-d94902821a14 + - f4d6af3e-452a-4f17-a4fe-eda29c39bf7a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -382,7 +382,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/58e6ae56-8631-4009-87ed-6bc21bf07e73/getDefinition + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/14f204bd-8cd1-4e57-9c50-6e115b1a8587/getDefinition response: body: string: '{"definition": {"parts": [{"path": "pipeline-content.json", "payload": @@ -397,15 +397,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '457' + - '458' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:01:25 GMT + - Thu, 05 Feb 2026 09:20:02 GMT Pragma: - no-cache RequestId: - - 10effaee-a34c-4add-80bb-5c16000c5d72 + - b81dde51-ab5b-49dd-8b98-d1b1ef0d7d14 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -437,7 +437,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -448,15 +448,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:01:26 GMT + - Thu, 05 Feb 2026 09:20:03 GMT Pragma: - no-cache RequestId: - - 0a5f26f9-8900-464e-af55-e5e2aed8d087 + - 6b3e079d-9ad1-4894-a2a5-bff1e414736a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -484,16 +484,16 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", "type": "Notebook", + string: '{"value": [{"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "4021c09a-ec4e-497c-9e7f-c32d00eba90c", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": "fabcli000001_new_3", "description": - "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "58e6ae56-8631-4009-87ed-6bc21bf07e73", "type": "DataPipeline", "displayName": - "fabcli000001", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "14f204bd-8cd1-4e57-9c50-6e115b1a8587", "type": "DataPipeline", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -502,15 +502,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '304' + - '303' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:01:25 GMT + - Thu, 05 Feb 2026 09:20:03 GMT Pragma: - no-cache RequestId: - - 725ddf81-8a5e-4ef6-a9e0-98167fc49dc3 + - 1c4f02c6-d669-407c-a9ab-d6ff83d53b85 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -538,16 +538,16 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", "type": "Notebook", + string: '{"value": [{"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "4021c09a-ec4e-497c-9e7f-c32d00eba90c", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": "fabcli000001_new_3", "description": - "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "58e6ae56-8631-4009-87ed-6bc21bf07e73", "type": "DataPipeline", "displayName": - "fabcli000001", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "14f204bd-8cd1-4e57-9c50-6e115b1a8587", "type": "DataPipeline", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -556,15 +556,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '304' + - '303' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:01:26 GMT + - Thu, 05 Feb 2026 09:20:05 GMT Pragma: - no-cache RequestId: - - 49839eb0-5093-49d6-af61-7317124ade54 + - b629c7e1-7115-4a6d-bd92-a245e68bebfd Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -598,12 +598,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", + string: '{"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -612,17 +612,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '175' + - '176' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:01:29 GMT + - Thu, 05 Feb 2026 09:20:09 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 0914d7c4-bee8-41ea-b4b6-5a436bf89145 + - 8bf2f817-9c72-4d45-90b8-83a3396b88c9 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -654,7 +654,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -665,15 +665,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:01:30 GMT + - Thu, 05 Feb 2026 09:20:10 GMT Pragma: - no-cache RequestId: - - 7aedc589-f440-442e-bc2d-43abfc2c84e1 + - 176be710-246a-4264-b4ab-5754423b86fe Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -701,18 +701,18 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", "type": "Notebook", + string: '{"value": [{"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "4021c09a-ec4e-497c-9e7f-c32d00eba90c", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": "fabcli000001_new_3", "description": - "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "58e6ae56-8631-4009-87ed-6bc21bf07e73", "type": "DataPipeline", "displayName": - "fabcli000001", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "14f204bd-8cd1-4e57-9c50-6e115b1a8587", "type": "DataPipeline", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -725,11 +725,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:01:31 GMT + - Thu, 05 Feb 2026 09:20:11 GMT Pragma: - no-cache RequestId: - - 3f6c3cf6-efa0-4650-b85c-b3dfaafc5f86 + - 766ef787-382b-4f85-98fe-7382f4c3bb15 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -759,7 +759,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/58e6ae56-8631-4009-87ed-6bc21bf07e73 + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/14f204bd-8cd1-4e57-9c50-6e115b1a8587 response: body: string: '' @@ -775,11 +775,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Thu, 29 Jan 2026 06:01:32 GMT + - Thu, 05 Feb 2026 09:20:11 GMT Pragma: - no-cache RequestId: - - 12fef797-2efc-4ccc-942f-4223fb8668de + - 8e5f1867-f6d7-4f8a-a3d9-9d40290face4 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[Eventhouse].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[Eventhouse].yaml index ed85e28c..0ef3424c 100644 --- a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[Eventhouse].yaml +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[Eventhouse].yaml @@ -17,7 +17,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -28,15 +28,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:06:27 GMT + - Thu, 05 Feb 2026 09:25:03 GMT Pragma: - no-cache RequestId: - - b1b6c859-11e1-425e-bdff-1bfb5acf6b5a + - 445b1c27-29ff-4bb0-aa22-82b1a95baa78 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -64,30 +64,30 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": - "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": - "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -100,11 +100,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:06:27 GMT + - Thu, 05 Feb 2026 09:25:04 GMT Pragma: - no-cache RequestId: - - 7c4bddfb-0a1a-461c-b08a-ae084afdcabe + - fdc4407c-cada-44af-851c-88bd1090ede4 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -132,30 +132,30 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": - "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": - "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -168,11 +168,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:06:28 GMT + - Thu, 05 Feb 2026 09:25:04 GMT Pragma: - no-cache RequestId: - - da894f64-ded8-4e38-8102-a14f3a3507a0 + - b35bd8f3-234d-4464-b23f-4d8b4b1888bd Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -203,12 +203,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/eventhouses + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/eventhouses response: body: - string: '{"id": "d37f3d24-b262-45f3-88a0-e58e7ac5c826", "type": "Eventhouse", + string: '{"id": "f753b850-e1cb-4ce1-9d5d-7aeb9e490cb3", "type": "Eventhouse", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -217,17 +217,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '170' + - '168' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:06:32 GMT + - Thu, 05 Feb 2026 09:25:08 GMT ETag: - '""' Pragma: - no-cache RequestId: - - c68c8f36-fc4d-4f31-96f8-ef3b665e2d49 + - 8f3f69ae-5d18-4c51-b9ba-8bf22d5b05aa Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -259,7 +259,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -270,15 +270,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:06:32 GMT + - Thu, 05 Feb 2026 09:25:08 GMT Pragma: - no-cache RequestId: - - e1f19fc2-20cd-49d7-81f2-5296bb30ca1e + - b484b00b-ee44-4a5e-8ea8-fddd2ea15771 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -306,34 +306,34 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": - "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": - "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "d37f3d24-b262-45f3-88a0-e58e7ac5c826", "type": "Eventhouse", "displayName": - "fabcli000001", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "0baddc32-0041-4101-a25c-fe3b507016ab", "type": "KQLDatabase", "displayName": - "fabcli000001", "description": "fabcli000001", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "f753b850-e1cb-4ce1-9d5d-7aeb9e490cb3", "type": "Eventhouse", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "f483cf16-1830-4a33-8927-fd1659175ab7", "type": "KQLDatabase", "displayName": + "fabcli000001", "description": "fabcli000001", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -342,15 +342,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '663' + - '660' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:06:33 GMT + - Thu, 05 Feb 2026 09:25:09 GMT Pragma: - no-cache RequestId: - - 4887a632-a957-468a-a25d-a61ac2b62af9 + - 9aa9001c-20b0-4239-811f-e3bcf9d1e338 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -378,12 +378,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/d37f3d24-b262-45f3-88a0-e58e7ac5c826 + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/f753b850-e1cb-4ce1-9d5d-7aeb9e490cb3 response: body: - string: '{"id": "d37f3d24-b262-45f3-88a0-e58e7ac5c826", "type": "Eventhouse", + string: '{"id": "f753b850-e1cb-4ce1-9d5d-7aeb9e490cb3", "type": "Eventhouse", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -392,17 +392,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '170' + - '168' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:06:33 GMT + - Thu, 05 Feb 2026 09:25:10 GMT ETag: - '""' Pragma: - no-cache RequestId: - - ccbef13f-096a-4ee9-9dbb-3e944c6448e0 + - 55284e42-493c-46e5-9a97-351345c2dfbf Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -432,7 +432,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/d37f3d24-b262-45f3-88a0-e58e7ac5c826/getDefinition + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/f753b850-e1cb-4ce1-9d5d-7aeb9e490cb3/getDefinition response: body: string: 'null' @@ -448,13 +448,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:06:34 GMT + - Thu, 05 Feb 2026 09:25:11 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/e24dc430-2405-4c8b-bf46-6b395ec485ef + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/ac92a874-582c-42c4-87e5-9bc225991ee3 Pragma: - no-cache RequestId: - - 95082cf2-1767-4eb7-b2b7-781848811623 + - dbe450e0-3e73-45b1-81d5-2ebc823a944d Retry-After: - '20' Strict-Transport-Security: @@ -468,7 +468,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - e24dc430-2405-4c8b-bf46-6b395ec485ef + - ac92a874-582c-42c4-87e5-9bc225991ee3 status: code: 202 message: Accepted @@ -486,11 +486,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/e24dc430-2405-4c8b-bf46-6b395ec485ef + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/ac92a874-582c-42c4-87e5-9bc225991ee3 response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2026-01-29T06:06:35.1662354", - "lastUpdatedTimeUtc": "2026-01-29T06:06:45.3868638", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-05T09:25:11.7710362", + "lastUpdatedTimeUtc": "2026-02-05T09:25:20.5668871", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -500,17 +500,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '132' + - '131' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:06:56 GMT + - Thu, 05 Feb 2026 09:25:32 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/e24dc430-2405-4c8b-bf46-6b395ec485ef/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/ac92a874-582c-42c4-87e5-9bc225991ee3/result Pragma: - no-cache RequestId: - - 93b4c6c2-a5c5-4ff4-8656-acc11b666de6 + - cf73f86a-5880-4e64-9bdb-c5bfa3581eae Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -518,7 +518,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - e24dc430-2405-4c8b-bf46-6b395ec485ef + - ac92a874-582c-42c4-87e5-9bc225991ee3 status: code: 200 message: OK @@ -536,7 +536,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/e24dc430-2405-4c8b-bf46-6b395ec485ef/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/ac92a874-582c-42c4-87e5-9bc225991ee3/result response: body: string: '{"definition": {"parts": [{"path": "EventhouseProperties.json", "payload": @@ -552,11 +552,11 @@ interactions: Content-Type: - application/json Date: - - Thu, 29 Jan 2026 06:06:58 GMT + - Thu, 05 Feb 2026 09:25:33 GMT Pragma: - no-cache RequestId: - - 85df1c89-c53e-4415-a5da-824bcdebf2a2 + - e8980927-3d96-4ede-b403-002a94a4b381 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -586,7 +586,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -597,15 +597,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:06:59 GMT + - Thu, 05 Feb 2026 09:25:34 GMT Pragma: - no-cache RequestId: - - 5efc76de-7f4f-42c7-aceb-702cfa7798b9 + - 6d8546a4-1fa3-4c7a-8682-fe199749601d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -633,34 +633,34 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": - "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": - "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "d37f3d24-b262-45f3-88a0-e58e7ac5c826", "type": "Eventhouse", "displayName": - "fabcli000001", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "0baddc32-0041-4101-a25c-fe3b507016ab", "type": "KQLDatabase", "displayName": - "fabcli000001", "description": "fabcli000001", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "f753b850-e1cb-4ce1-9d5d-7aeb9e490cb3", "type": "Eventhouse", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "f483cf16-1830-4a33-8927-fd1659175ab7", "type": "KQLDatabase", "displayName": + "fabcli000001", "description": "fabcli000001", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -669,15 +669,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '663' + - '660' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:06:59 GMT + - Thu, 05 Feb 2026 09:25:35 GMT Pragma: - no-cache RequestId: - - c5f511cc-f7c6-4260-a565-befedd41ca8c + - 3b3bdd61-2116-4326-9a80-04dfbe4a752e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -705,34 +705,34 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": - "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": - "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "d37f3d24-b262-45f3-88a0-e58e7ac5c826", "type": "Eventhouse", "displayName": - "fabcli000001", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "0baddc32-0041-4101-a25c-fe3b507016ab", "type": "KQLDatabase", "displayName": - "fabcli000001", "description": "fabcli000001", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "f753b850-e1cb-4ce1-9d5d-7aeb9e490cb3", "type": "Eventhouse", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "f483cf16-1830-4a33-8927-fd1659175ab7", "type": "KQLDatabase", "displayName": + "fabcli000001", "description": "fabcli000001", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -741,15 +741,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '663' + - '660' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:07:00 GMT + - Thu, 05 Feb 2026 09:25:35 GMT Pragma: - no-cache RequestId: - - d22351e0-1aa2-450f-a2f7-c30287869848 + - b59151ca-44b4-4851-9357-e399b3a38c08 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -783,7 +783,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: string: 'null' @@ -799,15 +799,15 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:07:01 GMT + - Thu, 05 Feb 2026 09:25:37 GMT ETag: - '""' Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/d938bbf7-dd2a-4ece-8e20-39a3365db7cc + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/4fd94f1f-8161-4eaf-9ea0-8182dd360f2e Pragma: - no-cache RequestId: - - e76632c7-9702-4923-b693-1fdbe2173cda + - 2f28b9ee-b27b-405a-a672-48421deb9e87 Retry-After: - '20' Strict-Transport-Security: @@ -821,7 +821,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - d938bbf7-dd2a-4ece-8e20-39a3365db7cc + - 4fd94f1f-8161-4eaf-9ea0-8182dd360f2e status: code: 202 message: Accepted @@ -839,11 +839,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/d938bbf7-dd2a-4ece-8e20-39a3365db7cc + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/4fd94f1f-8161-4eaf-9ea0-8182dd360f2e response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2026-01-29T06:07:01.9578641", - "lastUpdatedTimeUtc": "2026-01-29T06:07:21.3367552", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-05T09:25:36.8068004", + "lastUpdatedTimeUtc": "2026-02-05T09:25:56.1400717", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -853,17 +853,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '132' + - '131' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:07:24 GMT + - Thu, 05 Feb 2026 09:25:58 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/d938bbf7-dd2a-4ece-8e20-39a3365db7cc/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/4fd94f1f-8161-4eaf-9ea0-8182dd360f2e/result Pragma: - no-cache RequestId: - - a41f83f4-f35c-4f1a-8ce2-0027da00107f + - ad6b162a-c49f-409c-a7a8-0f9ffcf71185 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -871,7 +871,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - d938bbf7-dd2a-4ece-8e20-39a3365db7cc + - 4fd94f1f-8161-4eaf-9ea0-8182dd360f2e status: code: 200 message: OK @@ -889,12 +889,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/d938bbf7-dd2a-4ece-8e20-39a3365db7cc/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/4fd94f1f-8161-4eaf-9ea0-8182dd360f2e/result response: body: - string: '{"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", + string: '{"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId @@ -905,11 +905,11 @@ interactions: Content-Type: - application/json Date: - - Thu, 29 Jan 2026 06:07:24 GMT + - Thu, 05 Feb 2026 09:25:59 GMT Pragma: - no-cache RequestId: - - d72ef6cf-570c-4cf7-b090-a7f5d0673689 + - 48c408b5-0c35-48b9-8304-632aebe3c31a Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -939,7 +939,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -950,15 +950,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:07:26 GMT + - Thu, 05 Feb 2026 09:26:00 GMT Pragma: - no-cache RequestId: - - c6fa5b64-cc1d-4b63-8435-012ed0362635 + - aedcc8c6-6a4d-4ffb-a2ee-d940395722e8 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -986,36 +986,36 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": - "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": - "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "d37f3d24-b262-45f3-88a0-e58e7ac5c826", "type": "Eventhouse", "displayName": - "fabcli000001", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "0baddc32-0041-4101-a25c-fe3b507016ab", "type": "KQLDatabase", "displayName": - "fabcli000001", "description": "fabcli000001", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": - "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "f753b850-e1cb-4ce1-9d5d-7aeb9e490cb3", "type": "Eventhouse", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "f483cf16-1830-4a33-8927-fd1659175ab7", "type": "KQLDatabase", "displayName": + "fabcli000001", "description": "fabcli000001", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1024,15 +1024,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '692' + - '694' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:07:27 GMT + - Thu, 05 Feb 2026 09:26:01 GMT Pragma: - no-cache RequestId: - - 1ec0f3dc-471d-4366-886a-63aa770b4708 + - f268eabf-f1c8-425e-ac32-54fb6666dcee Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1062,7 +1062,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/d37f3d24-b262-45f3-88a0-e58e7ac5c826 + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/f753b850-e1cb-4ce1-9d5d-7aeb9e490cb3 response: body: string: '' @@ -1078,11 +1078,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Thu, 29 Jan 2026 06:07:28 GMT + - Thu, 05 Feb 2026 09:26:02 GMT Pragma: - no-cache RequestId: - - 560b9dc7-1e15-4677-a58e-54e3ec0ec0a4 + - 72bd6a6d-9dba-4590-8459-1d70a20938d7 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[KQLDashboard].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[KQLDashboard].yaml index 6b3545d7..5bc7f273 100644 --- a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[KQLDashboard].yaml +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[KQLDashboard].yaml @@ -17,7 +17,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -28,15 +28,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:08:02 GMT + - Thu, 05 Feb 2026 09:27:39 GMT Pragma: - no-cache RequestId: - - e1a99024-4466-4bf6-88cc-d47727560b55 + - 781d0134-4ed4-44f4-b34b-e2fb2c6600e7 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -64,39 +64,39 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": - "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": - "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": - "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", "displayName": "fabcli000001_new_10", "description": "Imported from fab", - "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -109,11 +109,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:08:02 GMT + - Thu, 05 Feb 2026 09:27:39 GMT Pragma: - no-cache RequestId: - - 50f6deea-99a2-441c-9a81-028ffa4fafda + - dfadd11f-2951-4ee5-b16a-a6500ad710a5 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -141,39 +141,39 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": - "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": - "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": - "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", "displayName": "fabcli000001_new_10", "description": "Imported from fab", - "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -186,11 +186,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:08:03 GMT + - Thu, 05 Feb 2026 09:27:40 GMT Pragma: - no-cache RequestId: - - 49b8aab7-8c5b-4541-a4f9-a08504b91bdc + - 40996497-ce3c-498f-a086-266af4753f4d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -221,12 +221,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/kqlDashboards + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/kqlDashboards response: body: - string: '{"id": "275e0d60-a810-4031-aeca-1cbd963804ea", "type": "KQLDashboard", + string: '{"id": "14ed9b93-fd3a-40ff-a245-36633047b888", "type": "KQLDashboard", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -235,17 +235,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '172' + - '171' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:08:05 GMT + - Thu, 05 Feb 2026 09:27:41 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 3cd95be2-1a70-4843-b989-80106d0f9b1c + - 7bf97204-4d20-4508-a120-3a2d489e83ad Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -277,7 +277,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -288,15 +288,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:08:05 GMT + - Thu, 05 Feb 2026 09:27:42 GMT Pragma: - no-cache RequestId: - - cc0eb945-61cb-4dbb-adae-f711bdd681e0 + - c88fa33e-5b1d-4b3c-91dc-24f89aa26e41 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -324,41 +324,41 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": - "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": - "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": - "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", "displayName": "fabcli000001_new_10", "description": "Imported from fab", - "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "275e0d60-a810-4031-aeca-1cbd963804ea", "type": "KQLDashboard", "displayName": - "fabcli000001", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "14ed9b93-fd3a-40ff-a245-36633047b888", "type": "KQLDashboard", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -367,15 +367,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '806' + - '802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:08:06 GMT + - Thu, 05 Feb 2026 09:27:43 GMT Pragma: - no-cache RequestId: - - 2592678f-ffd3-4c19-92b1-d89527cb47fa + - 6470b351-dd16-40a7-a2f1-a01bb5a76045 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -403,12 +403,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/275e0d60-a810-4031-aeca-1cbd963804ea + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/14ed9b93-fd3a-40ff-a245-36633047b888 response: body: - string: '{"id": "275e0d60-a810-4031-aeca-1cbd963804ea", "type": "KQLDashboard", + string: '{"id": "14ed9b93-fd3a-40ff-a245-36633047b888", "type": "KQLDashboard", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -417,17 +417,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '172' + - '171' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:08:07 GMT + - Thu, 05 Feb 2026 09:27:43 GMT ETag: - '""' Pragma: - no-cache RequestId: - - f25cdcd3-b7fd-469f-bae5-6709baff4424 + - cd04f9c1-8ce2-4200-a372-f8c98393b735 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -457,7 +457,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/275e0d60-a810-4031-aeca-1cbd963804ea/getDefinition + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/14ed9b93-fd3a-40ff-a245-36633047b888/getDefinition response: body: string: '{"definition": {"parts": [{"path": "RealTimeDashboard.json", "payload": @@ -475,11 +475,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:08:08 GMT + - Thu, 05 Feb 2026 09:27:44 GMT Pragma: - no-cache RequestId: - - e0e96631-668c-4e39-aae0-853436b68fa2 + - 23f6a2b6-b06c-4ed8-ae6b-22056a9d8648 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -511,7 +511,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -522,15 +522,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:08:09 GMT + - Thu, 05 Feb 2026 09:27:45 GMT Pragma: - no-cache RequestId: - - 157e3e32-5c51-40b2-9f78-9cead630360f + - 7c393839-f44b-4ddf-8178-bcf1368d00d5 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -558,41 +558,41 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": - "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": - "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": - "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", "displayName": "fabcli000001_new_10", "description": "Imported from fab", - "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "275e0d60-a810-4031-aeca-1cbd963804ea", "type": "KQLDashboard", "displayName": - "fabcli000001", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "14ed9b93-fd3a-40ff-a245-36633047b888", "type": "KQLDashboard", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -601,15 +601,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '806' + - '802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:08:10 GMT + - Thu, 05 Feb 2026 09:27:45 GMT Pragma: - no-cache RequestId: - - 428b073b-d00c-44bf-b92d-ed5dbc52578d + - 9b167477-ab59-486e-9260-d053b9857477 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -637,41 +637,41 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": - "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": - "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": - "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", "displayName": "fabcli000001_new_10", "description": "Imported from fab", - "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "275e0d60-a810-4031-aeca-1cbd963804ea", "type": "KQLDashboard", "displayName": - "fabcli000001", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "14ed9b93-fd3a-40ff-a245-36633047b888", "type": "KQLDashboard", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -680,15 +680,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '806' + - '802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:08:10 GMT + - Thu, 05 Feb 2026 09:27:46 GMT Pragma: - no-cache RequestId: - - 9d45bfc5-0017-4f4c-9787-c41f52560262 + - 692fdc24-01d6-4036-a9f9-87394312ac46 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -722,12 +722,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"id": "b9642da1-242d-43a9-ac2d-1920286544f8", "type": "KQLDashboard", + string: '{"id": "4ccb32cf-68a2-4fdd-b663-4b46a803d5e6", "type": "KQLDashboard", "displayName": "fabcli000001_new_12", "description": "Imported from fab", - "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -740,13 +740,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:08:12 GMT + - Thu, 05 Feb 2026 09:27:47 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 342ee4c0-7ff9-4b7f-82da-b7a776dae665 + - cb06de28-6752-4830-b2bc-cc22542b98a8 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -778,7 +778,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -789,15 +789,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:08:13 GMT + - Thu, 05 Feb 2026 09:27:48 GMT Pragma: - no-cache RequestId: - - eff3815a-afdf-4132-a6b8-4c31b446750e + - 5de45929-3dc6-46ba-ada1-df1ae1fc0c5e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -825,44 +825,44 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": - "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": - "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": - "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", "displayName": "fabcli000001_new_10", "description": "Imported from fab", - "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "275e0d60-a810-4031-aeca-1cbd963804ea", "type": "KQLDashboard", "displayName": - "fabcli000001", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "b9642da1-242d-43a9-ac2d-1920286544f8", "type": "KQLDashboard", "displayName": + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "14ed9b93-fd3a-40ff-a245-36633047b888", "type": "KQLDashboard", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "4ccb32cf-68a2-4fdd-b663-4b46a803d5e6", "type": "KQLDashboard", "displayName": "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -871,15 +871,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '841' + - '833' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:08:13 GMT + - Thu, 05 Feb 2026 09:27:49 GMT Pragma: - no-cache RequestId: - - e79c242b-14b9-4a36-9e7e-6d6a576f96e0 + - 1377ea6e-fb65-47a1-b09d-b9ea8bee3f03 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -909,7 +909,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/275e0d60-a810-4031-aeca-1cbd963804ea + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/14ed9b93-fd3a-40ff-a245-36633047b888 response: body: string: '' @@ -925,11 +925,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Thu, 29 Jan 2026 06:08:14 GMT + - Thu, 05 Feb 2026 09:27:50 GMT Pragma: - no-cache RequestId: - - 48bc86f3-6537-44a3-9dc3-503e4f329af6 + - a8abc0b9-18e6-46c0-b0d0-6668d69d2052 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[KQLDatabase].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[KQLDatabase].yaml index 95546bbb..a532e40e 100644 --- a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[KQLDatabase].yaml +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[KQLDatabase].yaml @@ -17,7 +17,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -28,15 +28,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:04:46 GMT + - Thu, 05 Feb 2026 09:23:23 GMT Pragma: - no-cache RequestId: - - 62b5f381-7f57-4021-ab84-c55f1a4d5852 + - 1d0a1698-e243-4c70-881f-c832158f75b1 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -64,22 +64,22 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -88,15 +88,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '423' + - '424' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:04:46 GMT + - Thu, 05 Feb 2026 09:23:24 GMT Pragma: - no-cache RequestId: - - b153ac23-2a30-42fc-ba55-ca4aa289f013 + - 00a2492e-ecd0-40da-9cd0-c691b37c7dba Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -124,22 +124,22 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -148,15 +148,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '423' + - '424' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:04:47 GMT + - Thu, 05 Feb 2026 09:23:25 GMT Pragma: - no-cache RequestId: - - 32eeedf2-d027-422c-b32e-dd57babd0e98 + - 339c9beb-288e-45d6-b14d-8ec145309692 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -187,12 +187,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/eventhouses + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/eventhouses response: body: - string: '{"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", + string: '{"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": "fabcli000001_auto", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -201,17 +201,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '174' + - '171' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:04:51 GMT + - Thu, 05 Feb 2026 09:23:29 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 3e8dd56d-1585-4fae-b73e-69c97420bf81 + - c2060311-103c-4450-b052-cef88f66ce53 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -228,7 +228,7 @@ interactions: - request: body: '{"description": "Created by fab", "displayName": "fabcli000001", "type": "KQLDatabase", "folderId": null, "creationPayload": {"databaseType": "ReadWrite", - "parentEventhouseItemId": "f07a30f5-3039-4984-a928-dd75fa7ddb7c"}}' + "parentEventhouseItemId": "bca21df1-18cc-40ad-ab3f-05c42b3f555a"}}' headers: Accept: - '*/*' @@ -243,7 +243,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/kqlDatabases + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/kqlDatabases response: body: string: 'null' @@ -259,15 +259,15 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:04:52 GMT + - Thu, 05 Feb 2026 09:23:31 GMT ETag: - '""' Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/d23d2fe7-ee9e-464f-8376-a6b7962c8eb5 + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b4b04498-0b66-4e4b-b51e-f1e0d40aab0a Pragma: - no-cache RequestId: - - 637f14cf-adae-46ad-9f15-bd419079df57 + - f2b21251-1dd3-4250-b3e7-1c28e094fd52 Retry-After: - '20' Strict-Transport-Security: @@ -281,7 +281,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - d23d2fe7-ee9e-464f-8376-a6b7962c8eb5 + - b4b04498-0b66-4e4b-b51e-f1e0d40aab0a status: code: 202 message: Accepted @@ -299,11 +299,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/d23d2fe7-ee9e-464f-8376-a6b7962c8eb5 + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b4b04498-0b66-4e4b-b51e-f1e0d40aab0a response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2026-01-29T06:04:52.279943", - "lastUpdatedTimeUtc": "2026-01-29T06:04:58.8126334", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-05T09:23:30.8379788", + "lastUpdatedTimeUtc": "2026-02-05T09:23:35.5102291", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -317,13 +317,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:05:14 GMT + - Thu, 05 Feb 2026 09:23:51 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/d23d2fe7-ee9e-464f-8376-a6b7962c8eb5/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b4b04498-0b66-4e4b-b51e-f1e0d40aab0a/result Pragma: - no-cache RequestId: - - cd184e28-7070-43ff-a417-3655b26a2503 + - 21cdd259-99b5-408f-801a-45e3639d944d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -331,7 +331,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - d23d2fe7-ee9e-464f-8376-a6b7962c8eb5 + - b4b04498-0b66-4e4b-b51e-f1e0d40aab0a status: code: 200 message: OK @@ -349,12 +349,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/d23d2fe7-ee9e-464f-8376-a6b7962c8eb5/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b4b04498-0b66-4e4b-b51e-f1e0d40aab0a/result response: body: - string: '{"id": "26662dc0-b5f2-4565-9b52-008dba6c0141", "type": "KQLDatabase", + string: '{"id": "3f8c6c39-bcbe-4911-b7d3-2958dd80b4cc", "type": "KQLDatabase", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId @@ -365,11 +365,11 @@ interactions: Content-Type: - application/json Date: - - Thu, 29 Jan 2026 06:05:15 GMT + - Thu, 05 Feb 2026 09:23:52 GMT Pragma: - no-cache RequestId: - - 740c328a-add0-4ff9-8ca5-98594f89c7d6 + - 68526ec9-1903-4503-898c-fb42a224eba0 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -399,7 +399,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -410,15 +410,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:05:15 GMT + - Thu, 05 Feb 2026 09:23:53 GMT Pragma: - no-cache RequestId: - - 73ceddf5-3b96-431b-80bf-a73ebe3134a5 + - 7b2334fe-a0c5-43ee-82c8-e1a2f86ef939 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -446,28 +446,28 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "26662dc0-b5f2-4565-9b52-008dba6c0141", "type": "KQLDatabase", "displayName": - "fabcli000001", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "3f8c6c39-bcbe-4911-b7d3-2958dd80b4cc", "type": "KQLDatabase", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -476,15 +476,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '543' + - '544' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:05:17 GMT + - Thu, 05 Feb 2026 09:23:54 GMT Pragma: - no-cache RequestId: - - ed1d64aa-07bd-43d4-92d8-9f8aa010db6d + - b08b0780-331d-4181-9c25-624391a7da7f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -512,12 +512,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/26662dc0-b5f2-4565-9b52-008dba6c0141 + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/3f8c6c39-bcbe-4911-b7d3-2958dd80b4cc response: body: - string: '{"id": "26662dc0-b5f2-4565-9b52-008dba6c0141", "type": "KQLDatabase", + string: '{"id": "3f8c6c39-bcbe-4911-b7d3-2958dd80b4cc", "type": "KQLDatabase", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -530,13 +530,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:05:17 GMT + - Thu, 05 Feb 2026 09:23:55 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 6ab61194-b085-4713-adec-7896b2954e27 + - 7c2df272-5cb1-4d37-a466-a7c2c0d05b3e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -566,7 +566,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/26662dc0-b5f2-4565-9b52-008dba6c0141/getDefinition + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/3f8c6c39-bcbe-4911-b7d3-2958dd80b4cc/getDefinition response: body: string: 'null' @@ -582,13 +582,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:05:18 GMT + - Thu, 05 Feb 2026 09:23:56 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/45813075-611a-47d6-8e5c-b3454377fa8d + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/0146c3fc-68d3-4e84-aa30-f46c284ac34f Pragma: - no-cache RequestId: - - 6d22592d-7680-4fdc-9298-bacd3c013a45 + - 85d0c532-6054-48aa-935b-a1d4f5afd41a Retry-After: - '20' Strict-Transport-Security: @@ -602,7 +602,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - 45813075-611a-47d6-8e5c-b3454377fa8d + - 0146c3fc-68d3-4e84-aa30-f46c284ac34f status: code: 202 message: Accepted @@ -620,11 +620,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/45813075-611a-47d6-8e5c-b3454377fa8d + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/0146c3fc-68d3-4e84-aa30-f46c284ac34f response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2026-01-29T06:05:18.8322671", - "lastUpdatedTimeUtc": "2026-01-29T06:05:37.7104779", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-05T09:23:56.734002", + "lastUpdatedTimeUtc": "2026-02-05T09:24:15.7536079", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -634,17 +634,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '132' + - '131' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:05:39 GMT + - Thu, 05 Feb 2026 09:24:18 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/45813075-611a-47d6-8e5c-b3454377fa8d/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/0146c3fc-68d3-4e84-aa30-f46c284ac34f/result Pragma: - no-cache RequestId: - - ff529161-6d4f-42ef-aa82-3f825320443e + - ff112f61-e652-445c-9b99-ef0aa2659e66 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -652,7 +652,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - 45813075-611a-47d6-8e5c-b3454377fa8d + - 0146c3fc-68d3-4e84-aa30-f46c284ac34f status: code: 200 message: OK @@ -670,11 +670,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/45813075-611a-47d6-8e5c-b3454377fa8d/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/0146c3fc-68d3-4e84-aa30-f46c284ac34f/result response: body: string: '{"definition": {"parts": [{"path": "DatabaseProperties.json", "payload": - "ew0KICAiZGF0YWJhc2VUeXBlIjogIlJlYWRXcml0ZSIsDQogICJwYXJlbnRFdmVudGhvdXNlSXRlbUlkIjogImYwN2EzMGY1LTMwMzktNDk4NC1hOTI4LWRkNzVmYTdkZGI3YyIsDQogICJvbmVMYWtlQ2FjaGluZ1BlcmlvZCI6ICJQMzY1MDAwRCIsDQogICJvbmVMYWtlU3RhbmRhcmRTdG9yYWdlUGVyaW9kIjogIlAzNjUwMDBEIg0KfQ==", + "ew0KICAiZGF0YWJhc2VUeXBlIjogIlJlYWRXcml0ZSIsDQogICJwYXJlbnRFdmVudGhvdXNlSXRlbUlkIjogImJjYTIxZGYxLTE4Y2MtNDBhZC1hYjNmLTA1YzQyYjNmNTU1YSIsDQogICJvbmVMYWtlQ2FjaGluZ1BlcmlvZCI6ICJQMzY1MDAwRCIsDQogICJvbmVMYWtlU3RhbmRhcmRTdG9yYWdlUGVyaW9kIjogIlAzNjUwMDBEIg0KfQ==", "payloadType": "InlineBase64"}, {"path": "DatabaseSchema.kql", "payload": "Ly8gS1FMIHNjcmlwdA0KLy8gVXNlIG1hbmFnZW1lbnQgY29tbWFuZHMgaW4gdGhpcyBzY3JpcHQgdG8gY29uZmlndXJlIHlvdXIgZGF0YWJhc2UgaXRlbXMsIHN1Y2ggYXMgdGFibGVzLCBmdW5jdGlvbnMsIG1hdGVyaWFsaXplZCB2aWV3cywgYW5kIG1vcmUuDQoNCg0K", "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIktRTERhdGFiYXNlIiwKICAgICJkaXNwbGF5TmFtZSI6ICJmYWJjbGkwMDAwMDEiLAogICAgImRlc2NyaXB0aW9uIjogIkNyZWF0ZWQgYnkgZmFiIgogIH0sCiAgImNvbmZpZyI6IHsKICAgICJ2ZXJzaW9uIjogIjIuMCIsCiAgICAibG9naWNhbElkIjogIjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIKICB9Cn0=", @@ -689,11 +689,11 @@ interactions: Content-Type: - application/json Date: - - Thu, 29 Jan 2026 06:05:41 GMT + - Thu, 05 Feb 2026 09:24:18 GMT Pragma: - no-cache RequestId: - - aabcf7a1-7974-4a2a-ba99-3c6a81a9bba5 + - cfb3cf1d-a979-4544-b032-9cc86d789c4a Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -723,7 +723,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -734,15 +734,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:05:41 GMT + - Thu, 05 Feb 2026 09:24:19 GMT Pragma: - no-cache RequestId: - - 334e2324-804a-4936-a4f6-3ea615b6302a + - d38ac992-0bd3-41f9-877f-3562817541b8 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -770,28 +770,28 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "26662dc0-b5f2-4565-9b52-008dba6c0141", "type": "KQLDatabase", "displayName": - "fabcli000001", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "3f8c6c39-bcbe-4911-b7d3-2958dd80b4cc", "type": "KQLDatabase", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -800,15 +800,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '543' + - '544' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:05:43 GMT + - Thu, 05 Feb 2026 09:24:20 GMT Pragma: - no-cache RequestId: - - 89deb0a7-0c30-4219-99e5-4bee21ec2254 + - 6d913363-5359-47a8-851f-555c82230f5a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -836,28 +836,28 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "26662dc0-b5f2-4565-9b52-008dba6c0141", "type": "KQLDatabase", "displayName": - "fabcli000001", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "3f8c6c39-bcbe-4911-b7d3-2958dd80b4cc", "type": "KQLDatabase", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -866,15 +866,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '543' + - '544' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:05:43 GMT + - Thu, 05 Feb 2026 09:24:20 GMT Pragma: - no-cache RequestId: - - 05784d6c-d6d5-45e7-9a1d-d7cc5ba25af4 + - 294f192a-f0a6-4f62-88dd-b8d0045c364d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -894,7 +894,7 @@ interactions: ".platform", "payload": "ewogICAgIiRzY2hlbWEiOiAiaHR0cHM6Ly9kZXZlbG9wZXIubWljcm9zb2Z0LmNvbS9qc29uLXNjaGVtYXMvZmFicmljL2dpdEludGVncmF0aW9uL3BsYXRmb3JtUHJvcGVydGllcy8yLjAuMC9zY2hlbWEuanNvbiIsCiAgICAibWV0YWRhdGEiOiB7CiAgICAgICAgInR5cGUiOiAiS1FMRGF0YWJhc2UiLAogICAgICAgICJkaXNwbGF5TmFtZSI6ICJmYWJjbGkwMDAwMDEiLAogICAgICAgICJkZXNjcmlwdGlvbiI6ICJDcmVhdGVkIGJ5IGZhYiIKICAgIH0sCiAgICAiY29uZmlnIjogewogICAgICAgICJ2ZXJzaW9uIjogIjIuMCIsCiAgICAgICAgImxvZ2ljYWxJZCI6ICIwMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiCiAgICB9Cn0=", "payloadType": "InlineBase64"}, {"path": "DatabaseSchema.kql", "payload": "Ly8gS1FMIHNjcmlwdA0KLy8gVXNlIG1hbmFnZW1lbnQgY29tbWFuZHMgaW4gdGhpcyBzY3JpcHQgdG8gY29uZmlndXJlIHlvdXIgZGF0YWJhc2UgaXRlbXMsIHN1Y2ggYXMgdGFibGVzLCBmdW5jdGlvbnMsIG1hdGVyaWFsaXplZCB2aWV3cywgYW5kIG1vcmUuDQoNCg0K", "payloadType": "InlineBase64"}, {"path": "DatabaseProperties.json", "payload": - "ewogICAgImRhdGFiYXNlVHlwZSI6ICJSZWFkV3JpdGUiLAogICAgInBhcmVudEV2ZW50aG91c2VJdGVtSWQiOiAiZjA3YTMwZjUtMzAzOS00OTg0LWE5MjgtZGQ3NWZhN2RkYjdjIiwKICAgICJvbmVMYWtlQ2FjaGluZ1BlcmlvZCI6ICJQMzY1MDAwRCIsCiAgICAib25lTGFrZVN0YW5kYXJkU3RvcmFnZVBlcmlvZCI6ICJQMzY1MDAwRCIKfQ==", + "ewogICAgImRhdGFiYXNlVHlwZSI6ICJSZWFkV3JpdGUiLAogICAgInBhcmVudEV2ZW50aG91c2VJdGVtSWQiOiAiYmNhMjFkZjEtMThjYy00MGFkLWFiM2YtMDVjNDJiM2Y1NTVhIiwKICAgICJvbmVMYWtlQ2FjaGluZ1BlcmlvZCI6ICJQMzY1MDAwRCIsCiAgICAib25lTGFrZVN0YW5kYXJkU3RvcmFnZVBlcmlvZCI6ICJQMzY1MDAwRCIKfQ==", "payloadType": "InlineBase64"}]}}' headers: Accept: @@ -910,7 +910,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: string: 'null' @@ -926,15 +926,15 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:05:45 GMT + - Thu, 05 Feb 2026 09:24:22 GMT ETag: - '""' Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/e790957d-2524-40c8-9004-bd13377fd8e7 + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/667423ef-3707-4552-a819-7120d85633c4 Pragma: - no-cache RequestId: - - 7d7db12b-d8d8-419d-b6f6-2d474c5782f2 + - 1d1f472e-ef02-442c-8433-008c80e11f0a Retry-After: - '20' Strict-Transport-Security: @@ -948,7 +948,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - e790957d-2524-40c8-9004-bd13377fd8e7 + - 667423ef-3707-4552-a819-7120d85633c4 status: code: 202 message: Accepted @@ -966,11 +966,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/e790957d-2524-40c8-9004-bd13377fd8e7 + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/667423ef-3707-4552-a819-7120d85633c4 response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2026-01-29T06:05:45.274804", - "lastUpdatedTimeUtc": "2026-01-29T06:06:04.9211327", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-05T09:24:22.5528978", + "lastUpdatedTimeUtc": "2026-02-05T09:24:41.9797466", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -984,13 +984,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:06:07 GMT + - Thu, 05 Feb 2026 09:24:44 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/e790957d-2524-40c8-9004-bd13377fd8e7/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/667423ef-3707-4552-a819-7120d85633c4/result Pragma: - no-cache RequestId: - - b5d7a7b7-52d2-4c4a-b6c5-94bee0ac4664 + - 1a61e54f-0bf5-41c5-b129-91bb66342b0d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -998,7 +998,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - e790957d-2524-40c8-9004-bd13377fd8e7 + - 667423ef-3707-4552-a819-7120d85633c4 status: code: 200 message: OK @@ -1016,12 +1016,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/e790957d-2524-40c8-9004-bd13377fd8e7/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/667423ef-3707-4552-a819-7120d85633c4/result response: body: - string: '{"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", + string: '{"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId @@ -1032,11 +1032,11 @@ interactions: Content-Type: - application/json Date: - - Thu, 29 Jan 2026 06:06:08 GMT + - Thu, 05 Feb 2026 09:24:44 GMT Pragma: - no-cache RequestId: - - 1ade376b-8b5d-44b8-9a21-e6d336535f73 + - 8492e1ab-a748-4b4d-a591-bb4a0efa8788 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -1066,7 +1066,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -1077,15 +1077,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:06:09 GMT + - Thu, 05 Feb 2026 09:24:46 GMT Pragma: - no-cache RequestId: - - c9611021-5c83-485e-a902-ea2a9db4d6db + - 7d08fdb6-37b6-43e1-b086-2e6e59305a65 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1113,30 +1113,30 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "26662dc0-b5f2-4565-9b52-008dba6c0141", "type": "KQLDatabase", "displayName": - "fabcli000001", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": - "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "3f8c6c39-bcbe-4911-b7d3-2958dd80b4cc", "type": "KQLDatabase", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1149,11 +1149,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:06:10 GMT + - Thu, 05 Feb 2026 09:24:47 GMT Pragma: - no-cache RequestId: - - 7cd97f33-2188-440e-9630-546218b675fe + - 9ddf52c3-5e58-446d-bcd1-a9ab77ff59d7 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1183,7 +1183,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/26662dc0-b5f2-4565-9b52-008dba6c0141 + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/3f8c6c39-bcbe-4911-b7d3-2958dd80b4cc response: body: string: '' @@ -1199,11 +1199,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Thu, 29 Jan 2026 06:06:10 GMT + - Thu, 05 Feb 2026 09:24:47 GMT Pragma: - no-cache RequestId: - - 6f993e0d-25ba-461c-805f-ed98b0f8f1da + - b9aedf9a-2731-462c-9bba-b674a69fc45d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[KQLQueryset].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[KQLQueryset].yaml index c1e2734e..3090eca5 100644 --- a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[KQLQueryset].yaml +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[KQLQueryset].yaml @@ -17,7 +17,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -28,15 +28,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:06:11 GMT + - Thu, 05 Feb 2026 09:24:48 GMT Pragma: - no-cache RequestId: - - c582a676-eb61-4fa9-a4a1-a0fb402c32d6 + - 50999ae0-37d8-47a8-824a-22cbdfbfe067 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -64,28 +64,28 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": - "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -94,15 +94,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '546' + - '548' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:06:12 GMT + - Thu, 05 Feb 2026 09:24:49 GMT Pragma: - no-cache RequestId: - - 28ab2e10-b3b9-479b-b11d-cc6b6541a4f0 + - 98eb9baf-d859-4be4-8824-ccb0f594cbfa Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -130,28 +130,28 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": - "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -160,15 +160,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '546' + - '548' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:06:13 GMT + - Thu, 05 Feb 2026 09:24:50 GMT Pragma: - no-cache RequestId: - - 724399fe-3efd-49ae-a652-54e247e7b7d2 + - 60c4ad49-aa6d-47c0-a39b-e17bfa8c0537 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -199,12 +199,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/kqlQuerysets + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/kqlQuerysets response: body: - string: '{"id": "6256f1a9-5536-45fa-b6c7-1e2dbcc28c86", "type": "KQLQueryset", + string: '{"id": "e9cf04e5-49f3-4254-9b22-0077b8cb4711", "type": "KQLQueryset", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -213,17 +213,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '171' + - '169' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:06:15 GMT + - Thu, 05 Feb 2026 09:24:52 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 61463c5a-8da5-49c6-b351-040cfc9781ff + - 1681609b-e9f2-4103-b064-d4dc4f37013f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -255,7 +255,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -266,15 +266,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:06:15 GMT + - Thu, 05 Feb 2026 09:24:53 GMT Pragma: - no-cache RequestId: - - 960b7fa6-7e98-448a-9da0-30a9bcd6f185 + - ef1f49f9-3221-48ca-9792-88565129595a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -302,30 +302,30 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": - "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "6256f1a9-5536-45fa-b6c7-1e2dbcc28c86", "type": "KQLQueryset", "displayName": - "fabcli000001", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "e9cf04e5-49f3-4254-9b22-0077b8cb4711", "type": "KQLQueryset", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -334,15 +334,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '591' + - '594' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:06:16 GMT + - Thu, 05 Feb 2026 09:24:53 GMT Pragma: - no-cache RequestId: - - a18aea28-14b6-4cb2-97a8-f43aae51fb0e + - 5c8fc61a-91d6-40e4-b069-978942602cd6 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -370,12 +370,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/6256f1a9-5536-45fa-b6c7-1e2dbcc28c86 + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/e9cf04e5-49f3-4254-9b22-0077b8cb4711 response: body: - string: '{"id": "6256f1a9-5536-45fa-b6c7-1e2dbcc28c86", "type": "KQLQueryset", + string: '{"id": "e9cf04e5-49f3-4254-9b22-0077b8cb4711", "type": "KQLQueryset", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -384,17 +384,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '171' + - '169' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:06:17 GMT + - Thu, 05 Feb 2026 09:24:54 GMT ETag: - '""' Pragma: - no-cache RequestId: - - f03d25ed-bf21-4af1-8183-6a41912ee7e7 + - 2a91996b-b448-4c4c-8a9a-0811109bf556 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -424,7 +424,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/6256f1a9-5536-45fa-b6c7-1e2dbcc28c86/getDefinition + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/e9cf04e5-49f3-4254-9b22-0077b8cb4711/getDefinition response: body: string: '{"definition": {"parts": [{"path": "RealTimeQueryset.json", "payload": @@ -438,15 +438,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '428' + - '427' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:06:18 GMT + - Thu, 05 Feb 2026 09:24:55 GMT Pragma: - no-cache RequestId: - - 285cd962-36f0-4709-b30d-d43930c9197a + - 2517b13a-1bb9-419f-a853-e93afc61b79a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -478,7 +478,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -489,15 +489,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:06:19 GMT + - Thu, 05 Feb 2026 09:24:56 GMT Pragma: - no-cache RequestId: - - 32e90da5-ee69-480d-ae3e-6737753ca925 + - d406f088-0a3e-4330-8613-2e111a19f4ab Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -525,30 +525,30 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": - "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "6256f1a9-5536-45fa-b6c7-1e2dbcc28c86", "type": "KQLQueryset", "displayName": - "fabcli000001", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "e9cf04e5-49f3-4254-9b22-0077b8cb4711", "type": "KQLQueryset", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -557,15 +557,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '591' + - '594' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:06:20 GMT + - Thu, 05 Feb 2026 09:24:57 GMT Pragma: - no-cache RequestId: - - c8e40d01-c7a5-428f-8377-51ebf2242c3c + - bc1c8968-7623-448c-b17d-b72189c849e1 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -593,30 +593,30 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": - "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "6256f1a9-5536-45fa-b6c7-1e2dbcc28c86", "type": "KQLQueryset", "displayName": - "fabcli000001", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "e9cf04e5-49f3-4254-9b22-0077b8cb4711", "type": "KQLQueryset", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -625,15 +625,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '591' + - '594' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:06:21 GMT + - Thu, 05 Feb 2026 09:24:58 GMT Pragma: - no-cache RequestId: - - 6bfcb6ff-e938-49ed-a79c-a8ecd114cb68 + - 6a52797c-6e98-436d-8733-8749091f11e0 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -667,12 +667,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", + string: '{"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -685,13 +685,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:06:22 GMT + - Thu, 05 Feb 2026 09:25:01 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 783f7d25-51ae-44f2-b914-4b25527daaa5 + - 003c6cef-e51a-4d78-ab17-927881d2e3fd Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -723,7 +723,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -734,15 +734,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:06:24 GMT + - Thu, 05 Feb 2026 09:25:01 GMT Pragma: - no-cache RequestId: - - 13be394f-d9d7-4146-bc36-6798c2b39b7d + - 1ed7f43c-31af-4910-a395-7a63472f9de1 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -770,32 +770,32 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": - "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "6256f1a9-5536-45fa-b6c7-1e2dbcc28c86", "type": "KQLQueryset", "displayName": - "fabcli000001", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": - "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "e9cf04e5-49f3-4254-9b22-0077b8cb4711", "type": "KQLQueryset", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -804,15 +804,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '622' + - '624' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:06:24 GMT + - Thu, 05 Feb 2026 09:25:02 GMT Pragma: - no-cache RequestId: - - d556063c-83dd-46b6-a746-7f21d62a2618 + - 5740ae2f-8863-4b30-bf30-3340702bbe3a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -842,7 +842,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/6256f1a9-5536-45fa-b6c7-1e2dbcc28c86 + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/e9cf04e5-49f3-4254-9b22-0077b8cb4711 response: body: string: '' @@ -858,11 +858,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Thu, 29 Jan 2026 06:06:25 GMT + - Thu, 05 Feb 2026 09:25:03 GMT Pragma: - no-cache RequestId: - - 972d7caf-54c6-4e74-b1d8-459d9fc8ec5a + - bb411a38-06f2-4286-a94d-5a53ee4b8627 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[MirroredDatabase].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[MirroredDatabase].yaml index 2b5c67e1..ec4c55ab 100644 --- a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[MirroredDatabase].yaml +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[MirroredDatabase].yaml @@ -17,7 +17,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -28,15 +28,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:07:29 GMT + - Thu, 05 Feb 2026 09:26:03 GMT Pragma: - no-cache RequestId: - - eff6c2d9-f95d-4a01-8067-bd2abf0be4aa + - ff57d64a-af2b-4141-b989-ba97be8c6658 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -64,32 +64,32 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": - "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": - "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": - "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -98,15 +98,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '630' + - '631' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:07:30 GMT + - Thu, 05 Feb 2026 09:26:03 GMT Pragma: - no-cache RequestId: - - abbb0a9a-1b60-467f-990b-e9ed90c73383 + - 813de279-c51f-427e-b273-0454cfba058d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -134,32 +134,32 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": - "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": - "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": - "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -168,15 +168,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '630' + - '631' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:07:31 GMT + - Thu, 05 Feb 2026 09:26:04 GMT Pragma: - no-cache RequestId: - - 37272381-705f-4d5f-86e7-e0e72aae7e82 + - 164564c9-2776-4d46-812a-288ce61813d1 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -209,12 +209,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/mirroredDatabases + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/mirroredDatabases response: body: - string: '{"id": "5479321f-57c1-42ce-8310-7236a7a323b4", "type": "MirroredDatabase", + string: '{"id": "37a0ec9c-b318-44f0-9f8c-d1375bea034b", "type": "MirroredDatabase", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -223,17 +223,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '170' + - '169' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:07:33 GMT + - Thu, 05 Feb 2026 09:26:07 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 64cd097b-a9ff-47cb-bc5b-67c97a980108 + - 7b835282-e1f7-4d94-b588-67446ebd6272 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -265,7 +265,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -276,15 +276,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:07:33 GMT + - Thu, 05 Feb 2026 09:27:10 GMT Pragma: - no-cache RequestId: - - 4542e2b8-cf68-42e9-be7d-94983d56e9fc + - a79de589-9b31-4ae9-a3de-6f365b7aa37f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -312,35 +312,37 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f3cf5df1-559f-4431-a07b-032b41773b25", + "type": "SQLEndpoint", "displayName": "fabcli000001", "description": "", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": - "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": - "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": - "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5479321f-57c1-42ce-8310-7236a7a323b4", "type": "MirroredDatabase", + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "37a0ec9c-b318-44f0-9f8c-d1375bea034b", "type": "MirroredDatabase", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -349,15 +351,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '673' + - '717' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:07:35 GMT + - Thu, 05 Feb 2026 09:27:11 GMT Pragma: - no-cache RequestId: - - 6a1defdd-8665-4c74-bdec-ec90b47ff69a + - 4e39bbfd-9494-4f26-8972-7bd1755cd72f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -385,12 +387,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/5479321f-57c1-42ce-8310-7236a7a323b4 + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/37a0ec9c-b318-44f0-9f8c-d1375bea034b response: body: - string: '{"id": "5479321f-57c1-42ce-8310-7236a7a323b4", "type": "MirroredDatabase", + string: '{"id": "37a0ec9c-b318-44f0-9f8c-d1375bea034b", "type": "MirroredDatabase", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -399,17 +401,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '170' + - '169' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:07:36 GMT + - Thu, 05 Feb 2026 09:27:12 GMT ETag: - '""' Pragma: - no-cache RequestId: - - cb24c364-dd89-4212-966f-5ec017f4a947 + - 81a47eca-b10f-49f4-a48d-b8ec7ab7cfc7 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -439,7 +441,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/5479321f-57c1-42ce-8310-7236a7a323b4/getDefinition + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/37a0ec9c-b318-44f0-9f8c-d1375bea034b/getDefinition response: body: string: '{"definition": {"parts": [{"path": "mirroring.json", "payload": "ew0KICAicHJvcGVydGllcyI6IHsNCiAgICAic291cmNlIjogew0KICAgICAgInR5cGUiOiAiR2VuZXJpY01pcnJvciIsDQogICAgICAidHlwZVByb3BlcnRpZXMiOiB7fQ0KICAgIH0sDQogICAgInRhcmdldCI6IHsNCiAgICAgICJ0eXBlIjogIk1vdW50ZWRSZWxhdGlvbmFsRGF0YWJhc2UiLA0KICAgICAgInR5cGVQcm9wZXJ0aWVzIjogew0KICAgICAgICAiZm9ybWF0IjogIkRlbHRhIg0KICAgICAgfQ0KICAgIH0NCiAgfQ0KfQ==", @@ -453,15 +455,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '562' + - '560' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:07:37 GMT + - Thu, 05 Feb 2026 09:27:13 GMT Pragma: - no-cache RequestId: - - ab7117ab-197d-4bd7-b11d-289b3301d030 + - 4653825b-b65f-40ac-806a-a26698489f9d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -493,7 +495,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -504,15 +506,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:07:37 GMT + - Thu, 05 Feb 2026 09:27:14 GMT Pragma: - no-cache RequestId: - - af3d77e3-a440-420a-a172-c54b6e181101 + - 8065b715-ed68-4785-b421-62b3a938156d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -540,35 +542,37 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f3cf5df1-559f-4431-a07b-032b41773b25", + "type": "SQLEndpoint", "displayName": "fabcli000001", "description": "", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": - "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": - "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": - "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5479321f-57c1-42ce-8310-7236a7a323b4", "type": "MirroredDatabase", + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "37a0ec9c-b318-44f0-9f8c-d1375bea034b", "type": "MirroredDatabase", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -577,15 +581,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '673' + - '717' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:07:38 GMT + - Thu, 05 Feb 2026 09:27:15 GMT Pragma: - no-cache RequestId: - - c1d366c7-9d6c-48b1-8f71-75e2aabb07b0 + - d882ef9b-a0e1-4c83-980b-9348e7750b1f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -613,35 +617,37 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f3cf5df1-559f-4431-a07b-032b41773b25", + "type": "SQLEndpoint", "displayName": "fabcli000001", "description": "", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": - "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": - "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": - "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5479321f-57c1-42ce-8310-7236a7a323b4", "type": "MirroredDatabase", + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "37a0ec9c-b318-44f0-9f8c-d1375bea034b", "type": "MirroredDatabase", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -650,15 +656,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '673' + - '717' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:07:39 GMT + - Thu, 05 Feb 2026 09:27:16 GMT Pragma: - no-cache RequestId: - - eb92ec70-fbdf-473d-9864-09ef5b159702 + - 706bbb08-7f29-4099-9fa5-38f03431bea3 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -692,12 +698,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + string: '{"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", "displayName": "fabcli000001_new_10", "description": "Imported from fab", - "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -706,17 +712,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '180' + - '179' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:07:40 GMT + - Thu, 05 Feb 2026 09:27:18 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 800c0ef1-fed0-400d-a02b-ea439c0465e8 + - 73055116-54d3-459e-85c8-a1377aee81f0 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -748,7 +754,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -759,15 +765,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:07:42 GMT + - Thu, 05 Feb 2026 09:27:18 GMT Pragma: - no-cache RequestId: - - 909a7d2f-871a-4f02-91f1-63ae95cf42f3 + - bcde805a-39a2-49be-b706-82cb1ba8b900 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -795,39 +801,39 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "47b7a1ae-72c8-4248-aa50-1090011b2187", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f3cf5df1-559f-4431-a07b-032b41773b25", "type": "SQLEndpoint", "displayName": "fabcli000001", "description": "", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": - "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": - "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": - "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5479321f-57c1-42ce-8310-7236a7a323b4", "type": "MirroredDatabase", + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "37a0ec9c-b318-44f0-9f8c-d1375bea034b", "type": "MirroredDatabase", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", "displayName": "fabcli000001_new_10", "description": - "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -840,11 +846,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:07:42 GMT + - Thu, 05 Feb 2026 09:27:20 GMT Pragma: - no-cache RequestId: - - a052e762-4f22-457d-b4c0-5261070f7418 + - 867a6731-bde1-4efd-ba52-95961ec59524 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -874,7 +880,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/5479321f-57c1-42ce-8310-7236a7a323b4 + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/37a0ec9c-b318-44f0-9f8c-d1375bea034b response: body: string: '' @@ -890,11 +896,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Thu, 29 Jan 2026 06:07:43 GMT + - Thu, 05 Feb 2026 09:27:21 GMT Pragma: - no-cache RequestId: - - 73b8ce84-b0c7-4ca4-ac50-c682f7317b11 + - f8606757-f721-4eaf-ad96-36cb2cf2588a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[Notebook].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[Notebook].yaml index d860e64e..acf123ce 100644 --- a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[Notebook].yaml +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[Notebook].yaml @@ -17,7 +17,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -28,15 +28,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:59:41 GMT + - Thu, 05 Feb 2026 09:18:16 GMT Pragma: - no-cache RequestId: - - 344f9d6c-909d-403f-b6d1-c0a04108cd32 + - 5f30975a-8a44-46c7-a903-15191737d773 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -64,7 +64,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: string: '{"value": []}' @@ -80,11 +80,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:59:41 GMT + - Thu, 05 Feb 2026 09:18:17 GMT Pragma: - no-cache RequestId: - - c66a1e29-a5f0-4c6b-be6e-7d7ed94f55fd + - 6254ac69-9732-444d-ab9b-7d1696abc98f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -112,7 +112,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: string: '{"value": []}' @@ -128,11 +128,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:59:42 GMT + - Thu, 05 Feb 2026 09:18:18 GMT Pragma: - no-cache RequestId: - - 34f785db-b600-4963-9bb8-35e3d57298a1 + - 5276b575-d9e9-4014-b316-20f32da53c5c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -165,7 +165,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/notebooks + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/notebooks response: body: string: 'null' @@ -181,15 +181,15 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:59:43 GMT + - Thu, 05 Feb 2026 09:18:19 GMT ETag: - '""' Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b643767b-d3ec-4058-ab27-a3b03d797998 + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/33347b8c-c58c-46e8-93fe-02aebb13d6ab Pragma: - no-cache RequestId: - - aee4af2f-0bbd-438b-b92c-097c1872a24b + - a884386b-1762-4c94-9d54-b2ca9f64efed Retry-After: - '20' Strict-Transport-Security: @@ -203,7 +203,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - b643767b-d3ec-4058-ab27-a3b03d797998 + - 33347b8c-c58c-46e8-93fe-02aebb13d6ab status: code: 202 message: Accepted @@ -221,11 +221,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b643767b-d3ec-4058-ab27-a3b03d797998 + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/33347b8c-c58c-46e8-93fe-02aebb13d6ab response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2026-01-29T05:59:43.6417613", - "lastUpdatedTimeUtc": "2026-01-29T05:59:44.9857797", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-05T09:18:19.3953374", + "lastUpdatedTimeUtc": "2026-02-05T09:18:20.7390942", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -239,13 +239,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:00:06 GMT + - Thu, 05 Feb 2026 09:18:41 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b643767b-d3ec-4058-ab27-a3b03d797998/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/33347b8c-c58c-46e8-93fe-02aebb13d6ab/result Pragma: - no-cache RequestId: - - 8a1508c6-79e1-48cf-bffa-a0a935a5a26b + - 730c098d-158a-49fb-b8e0-e1b9ef4efec3 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -253,7 +253,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - b643767b-d3ec-4058-ab27-a3b03d797998 + - 33347b8c-c58c-46e8-93fe-02aebb13d6ab status: code: 200 message: OK @@ -271,12 +271,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b643767b-d3ec-4058-ab27-a3b03d797998/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/33347b8c-c58c-46e8-93fe-02aebb13d6ab/result response: body: - string: '{"id": "076899ee-c3ef-480d-8b6a-651a3874062f", "type": "Notebook", + string: '{"id": "14669c85-687e-46c8-90e6-c36ce1de9ba1", "type": "Notebook", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId @@ -287,11 +287,11 @@ interactions: Content-Type: - application/json Date: - - Thu, 29 Jan 2026 06:00:06 GMT + - Thu, 05 Feb 2026 09:18:42 GMT Pragma: - no-cache RequestId: - - 3f2b947f-2145-46f7-8e11-20c1e07774a4 + - 82a79a02-5483-416d-b971-02b90ae1d3b5 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -321,7 +321,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -332,15 +332,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:00:07 GMT + - Thu, 05 Feb 2026 09:18:42 GMT Pragma: - no-cache RequestId: - - 72c0f137-bd96-43cb-8410-1709b2274e29 + - 156732b5-d0e3-4e8f-9f2a-7a695b3bde1b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -368,12 +368,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "076899ee-c3ef-480d-8b6a-651a3874062f", "type": "Notebook", + string: '{"value": [{"id": "14669c85-687e-46c8-90e6-c36ce1de9ba1", "type": "Notebook", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -382,15 +382,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '178' + - '177' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:00:07 GMT + - Thu, 05 Feb 2026 09:18:44 GMT Pragma: - no-cache RequestId: - - a434eb54-e1b4-466b-b6a1-98dafea07a04 + - c5f2363c-622a-4c9d-b4d4-7ac149b4d6f9 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -418,12 +418,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/076899ee-c3ef-480d-8b6a-651a3874062f + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/14669c85-687e-46c8-90e6-c36ce1de9ba1 response: body: - string: '{"id": "076899ee-c3ef-480d-8b6a-651a3874062f", "type": "Notebook", + string: '{"id": "14669c85-687e-46c8-90e6-c36ce1de9ba1", "type": "Notebook", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -436,13 +436,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:00:08 GMT + - Thu, 05 Feb 2026 09:18:44 GMT ETag: - '""' Pragma: - no-cache RequestId: - - aa591615-50d1-45de-ab1a-ef7a3274587d + - c44af45b-601d-4113-bf5b-9d49e485a617 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -472,7 +472,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/076899ee-c3ef-480d-8b6a-651a3874062f/getDefinition?format=ipynb + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/14669c85-687e-46c8-90e6-c36ce1de9ba1/getDefinition?format=ipynb response: body: string: 'null' @@ -488,13 +488,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:00:08 GMT + - Thu, 05 Feb 2026 09:18:46 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/1c244f50-08d4-4432-a718-3af5caf61132 + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/ebb793c9-7ddd-4ac9-a73b-15d77c5314dc Pragma: - no-cache RequestId: - - 4a8cf7a7-b3ad-48ac-8148-1710797d115b + - f715421f-a32b-4f10-80c4-4de2ef1c5912 Retry-After: - '20' Strict-Transport-Security: @@ -508,7 +508,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - 1c244f50-08d4-4432-a718-3af5caf61132 + - ebb793c9-7ddd-4ac9-a73b-15d77c5314dc status: code: 202 message: Accepted @@ -526,11 +526,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/1c244f50-08d4-4432-a718-3af5caf61132 + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/ebb793c9-7ddd-4ac9-a73b-15d77c5314dc response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2026-01-29T06:00:09.3321209", - "lastUpdatedTimeUtc": "2026-01-29T06:00:09.6133727", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-05T09:18:46.1061688", + "lastUpdatedTimeUtc": "2026-02-05T09:18:46.4655634", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -540,17 +540,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '128' + - '129' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:00:31 GMT + - Thu, 05 Feb 2026 09:19:07 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/1c244f50-08d4-4432-a718-3af5caf61132/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/ebb793c9-7ddd-4ac9-a73b-15d77c5314dc/result Pragma: - no-cache RequestId: - - aed0bbec-d106-4b80-a006-6783b3d94451 + - 36afdc22-8a53-4e2d-8db0-04d94ac9cb22 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -558,7 +558,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - 1c244f50-08d4-4432-a718-3af5caf61132 + - ebb793c9-7ddd-4ac9-a73b-15d77c5314dc status: code: 200 message: OK @@ -576,7 +576,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/1c244f50-08d4-4432-a718-3af5caf61132/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/ebb793c9-7ddd-4ac9-a73b-15d77c5314dc/result response: body: string: '{"definition": {"parts": [{"path": "notebook-content.ipynb", "payload": @@ -593,11 +593,11 @@ interactions: Content-Type: - application/json Date: - - Thu, 29 Jan 2026 06:00:31 GMT + - Thu, 05 Feb 2026 09:19:08 GMT Pragma: - no-cache RequestId: - - 1fb10586-3e62-4eea-9e15-908b4402e900 + - a87ec3fa-835b-4701-aada-376db274cb28 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -627,7 +627,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -638,15 +638,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:00:32 GMT + - Thu, 05 Feb 2026 09:19:09 GMT Pragma: - no-cache RequestId: - - 43691291-5f08-434a-a440-c84abfe7a972 + - 5bb50a5a-175c-4c54-8e3b-b9924eeeb016 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -674,12 +674,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "076899ee-c3ef-480d-8b6a-651a3874062f", "type": "Notebook", + string: '{"value": [{"id": "14669c85-687e-46c8-90e6-c36ce1de9ba1", "type": "Notebook", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -688,15 +688,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '178' + - '177' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:00:33 GMT + - Thu, 05 Feb 2026 09:19:10 GMT Pragma: - no-cache RequestId: - - 9e9a0f86-266d-4860-b443-543e99f6335d + - 338eaa2e-bd64-4be2-aaf3-3590e32366df Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -724,12 +724,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "076899ee-c3ef-480d-8b6a-651a3874062f", "type": "Notebook", + string: '{"value": [{"id": "14669c85-687e-46c8-90e6-c36ce1de9ba1", "type": "Notebook", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -738,15 +738,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '178' + - '177' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:00:34 GMT + - Thu, 05 Feb 2026 09:19:11 GMT Pragma: - no-cache RequestId: - - 0ec1633b-9f74-47f7-9baf-d7bca9e6d4d0 + - 1f6fbcef-ba69-419a-91ed-717624d42d53 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -780,7 +780,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: string: 'null' @@ -796,15 +796,15 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:00:36 GMT + - Thu, 05 Feb 2026 09:19:12 GMT ETag: - '""' Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/f7731e3f-0bf5-4457-b73f-e4cc7013f97b + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/e61c0a9c-b37d-400c-9e91-465e5b1f7f5d Pragma: - no-cache RequestId: - - c878f5d8-c55a-4a81-a253-0cef7a926c97 + - cf957ae8-4d16-4277-910a-b068b583da75 Retry-After: - '20' Strict-Transport-Security: @@ -818,7 +818,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - f7731e3f-0bf5-4457-b73f-e4cc7013f97b + - e61c0a9c-b37d-400c-9e91-465e5b1f7f5d status: code: 202 message: Accepted @@ -836,11 +836,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/f7731e3f-0bf5-4457-b73f-e4cc7013f97b + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/e61c0a9c-b37d-400c-9e91-465e5b1f7f5d response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2026-01-29T06:00:35.9946986", - "lastUpdatedTimeUtc": "2026-01-29T06:00:37.3072044", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-05T09:19:12.5566373", + "lastUpdatedTimeUtc": "2026-02-05T09:19:13.7763894", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -854,13 +854,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:00:57 GMT + - Thu, 05 Feb 2026 09:19:34 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/f7731e3f-0bf5-4457-b73f-e4cc7013f97b/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/e61c0a9c-b37d-400c-9e91-465e5b1f7f5d/result Pragma: - no-cache RequestId: - - 47db32b8-f601-4515-bce1-9030a7dacb98 + - f797e345-6701-4bfc-9e24-b2cd13929e4e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -868,7 +868,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - f7731e3f-0bf5-4457-b73f-e4cc7013f97b + - e61c0a9c-b37d-400c-9e91-465e5b1f7f5d status: code: 200 message: OK @@ -886,12 +886,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/f7731e3f-0bf5-4457-b73f-e4cc7013f97b/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/e61c0a9c-b37d-400c-9e91-465e5b1f7f5d/result response: body: - string: '{"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", "type": "Notebook", + string: '{"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId @@ -902,11 +902,11 @@ interactions: Content-Type: - application/json Date: - - Thu, 29 Jan 2026 06:00:58 GMT + - Thu, 05 Feb 2026 09:19:35 GMT Pragma: - no-cache RequestId: - - e17e7165-4ed3-4fb5-9487-3f9442eaa253 + - cafae79c-2342-4bac-a2fe-a7a7270b15b6 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -936,7 +936,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -947,15 +947,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:00:59 GMT + - Thu, 05 Feb 2026 09:19:36 GMT Pragma: - no-cache RequestId: - - 6232604c-d692-446d-8462-eab8504e89de + - d301179d-3949-4ee7-8d4f-47142ff6ce1e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -983,14 +983,14 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "076899ee-c3ef-480d-8b6a-651a3874062f", "type": "Notebook", + string: '{"value": [{"id": "14669c85-687e-46c8-90e6-c36ce1de9ba1", "type": "Notebook", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -999,15 +999,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '228' + - '229' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:01:00 GMT + - Thu, 05 Feb 2026 09:19:37 GMT Pragma: - no-cache RequestId: - - 74350719-89e7-4a51-91bc-7908dd21dbb7 + - 49228cb2-d7c0-42c3-92d4-c778a603ddfa Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1037,7 +1037,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/076899ee-c3ef-480d-8b6a-651a3874062f + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/14669c85-687e-46c8-90e6-c36ce1de9ba1 response: body: string: '' @@ -1053,11 +1053,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Thu, 29 Jan 2026 06:01:00 GMT + - Thu, 05 Feb 2026 09:19:37 GMT Pragma: - no-cache RequestId: - - 9818933f-7fe3-45f1-bea8-57b6a8fad787 + - 9feb9600-faef-4a20-97f2-464279b8383b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[Reflex].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[Reflex].yaml index 675cc7f6..d6002e5c 100644 --- a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[Reflex].yaml +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[Reflex].yaml @@ -17,7 +17,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -28,15 +28,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:07:44 GMT + - Thu, 05 Feb 2026 09:27:21 GMT Pragma: - no-cache RequestId: - - 3189ab14-cd8d-4cf5-bd7a-098660eb17de + - 8f8f42a5-5979-431f-8984-57bceaf5bfaa Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -64,35 +64,35 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": - "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": - "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": - "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", "displayName": "fabcli000001_new_10", "description": "Imported from fab", - "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -105,11 +105,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:07:45 GMT + - Thu, 05 Feb 2026 09:27:23 GMT Pragma: - no-cache RequestId: - - 3d840f48-a3f4-44be-b7ed-74922a99a4b7 + - 73b2b840-3a0f-4326-840c-92dd23991bf9 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -137,37 +137,37 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": - "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": - "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": - "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", "displayName": "fabcli000001_new_10", "description": "Imported from fab", - "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -176,15 +176,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '720' + - '714' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:07:46 GMT + - Thu, 05 Feb 2026 09:27:23 GMT Pragma: - no-cache RequestId: - - 1954b2b6-6991-4769-814c-4c4a288c8d14 + - 55873668-cf76-45f2-b453-3f20ecd844c5 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -215,11 +215,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/reflexes + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/reflexes response: body: - string: '{"id": "5593f949-9e75-4321-a628-d2798d151e27", "type": "Reflex", "displayName": - "fabcli000001", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + string: '{"id": "ea3d8021-f0dc-4ba9-82b6-c9b3ad31bd1c", "type": "Reflex", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -228,17 +228,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '167' + - '164' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:07:48 GMT + - Thu, 05 Feb 2026 09:27:26 GMT ETag: - '""' Pragma: - no-cache RequestId: - - e2169ebe-e2ba-487d-81e4-60c08d7c9533 + - 96a7d444-b0d3-4c3c-a028-915ca30ef29f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -270,7 +270,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -281,15 +281,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:07:49 GMT + - Thu, 05 Feb 2026 09:27:27 GMT Pragma: - no-cache RequestId: - - 710865b1-dfc1-4186-a7d3-b5c0ef13564e + - f9626ee2-c841-4779-a05f-3e5cfdccee67 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -317,39 +317,39 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": - "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": - "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": - "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", "displayName": "fabcli000001_new_10", "description": "Imported from fab", - "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5593f949-9e75-4321-a628-d2798d151e27", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "ea3d8021-f0dc-4ba9-82b6-c9b3ad31bd1c", "type": "Reflex", "displayName": "fabcli000001", "description": "Created by - fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -362,11 +362,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:07:49 GMT + - Thu, 05 Feb 2026 09:27:28 GMT Pragma: - no-cache RequestId: - - 2f8b1436-5719-4ee4-9864-f45dd5fcf760 + - 72c4873b-3fc1-4e63-9bd8-9350fd7e01f0 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -394,11 +394,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/5593f949-9e75-4321-a628-d2798d151e27 + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/ea3d8021-f0dc-4ba9-82b6-c9b3ad31bd1c response: body: - string: '{"id": "5593f949-9e75-4321-a628-d2798d151e27", "type": "Reflex", "displayName": - "fabcli000001", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + string: '{"id": "ea3d8021-f0dc-4ba9-82b6-c9b3ad31bd1c", "type": "Reflex", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -407,17 +407,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '167' + - '164' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:07:51 GMT + - Thu, 05 Feb 2026 09:27:28 GMT ETag: - '""' Pragma: - no-cache RequestId: - - e90b8e43-200c-43a6-b516-56a8fa4f8a65 + - 653b65c7-1675-43e0-83db-6a28013cb15c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -447,7 +447,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/5593f949-9e75-4321-a628-d2798d151e27/getDefinition + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/ea3d8021-f0dc-4ba9-82b6-c9b3ad31bd1c/getDefinition response: body: string: '{"definition": {"parts": [{"path": "ReflexEntities.json", "payload": @@ -461,15 +461,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '426' + - '425' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:07:53 GMT + - Thu, 05 Feb 2026 09:27:29 GMT Pragma: - no-cache RequestId: - - ad7947dc-e536-4d3f-a3d8-f8c7de9b8e3d + - 61c604aa-1bb8-40b6-a272-783d72e7436d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -501,7 +501,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -512,15 +512,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:07:54 GMT + - Thu, 05 Feb 2026 09:27:31 GMT Pragma: - no-cache RequestId: - - 266dbede-4cf1-40e1-b5fd-87531bc1f36c + - 4f8e6a7a-010a-4251-af88-8eac7f030ad7 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -548,39 +548,39 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": - "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": - "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": - "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", "displayName": "fabcli000001_new_10", "description": "Imported from fab", - "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5593f949-9e75-4321-a628-d2798d151e27", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "ea3d8021-f0dc-4ba9-82b6-c9b3ad31bd1c", "type": "Reflex", "displayName": "fabcli000001", "description": "Created by - fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -593,11 +593,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:07:55 GMT + - Thu, 05 Feb 2026 09:27:32 GMT Pragma: - no-cache RequestId: - - 80f390c8-265c-4051-89a4-c6c387bb9845 + - 101bc1fa-71c8-4173-a353-aaccf82e5eac Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -625,39 +625,39 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": - "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": - "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": - "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", "displayName": "fabcli000001_new_10", "description": "Imported from fab", - "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5593f949-9e75-4321-a628-d2798d151e27", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "ea3d8021-f0dc-4ba9-82b6-c9b3ad31bd1c", "type": "Reflex", "displayName": "fabcli000001", "description": "Created by - fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -670,11 +670,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:07:55 GMT + - Thu, 05 Feb 2026 09:27:32 GMT Pragma: - no-cache RequestId: - - 646c7bfb-f4cc-495b-b929-d9056891f2d8 + - 20ffa16f-2f39-4dd9-b0ad-8a6a275de7fd Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -708,12 +708,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", "type": "Reflex", "displayName": + string: '{"id": "f650593d-df2b-490d-a56b-fa2b3807f210", "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -722,17 +722,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '174' + - '175' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:08:00 GMT + - Thu, 05 Feb 2026 09:27:36 GMT ETag: - '""' Pragma: - no-cache RequestId: - - da52e9c8-9b89-4a5f-bb7d-a54d81c492a5 + - 4b4d395f-0357-4e4f-9d6c-cb576dee5c5a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -764,7 +764,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -775,15 +775,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:08:00 GMT + - Thu, 05 Feb 2026 09:27:36 GMT Pragma: - no-cache RequestId: - - f4bcfbb0-dbd6-465f-88f3-b5019d962a4d + - 1a3144be-a744-4085-8a33-99a1ada82143 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -811,41 +811,41 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": - "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": - "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": - "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", "displayName": "fabcli000001_new_10", "description": "Imported from fab", - "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5593f949-9e75-4321-a628-d2798d151e27", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "ea3d8021-f0dc-4ba9-82b6-c9b3ad31bd1c", "type": "Reflex", "displayName": "fabcli000001", "description": "Created by - fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -854,15 +854,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '790' + - '792' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:08:01 GMT + - Thu, 05 Feb 2026 09:27:37 GMT Pragma: - no-cache RequestId: - - 6af0fafd-6b88-4190-8be6-d807380e1159 + - 1a3d04f1-bf23-42bc-a91e-e58afe5e4ad2 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -892,7 +892,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/5593f949-9e75-4321-a628-d2798d151e27 + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/ea3d8021-f0dc-4ba9-82b6-c9b3ad31bd1c response: body: string: '' @@ -908,11 +908,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Thu, 29 Jan 2026 06:08:01 GMT + - Thu, 05 Feb 2026 09:27:38 GMT Pragma: - no-cache RequestId: - - 0fae6c10-4854-4c9f-b952-fab377fd9d6e + - 94ba692a-13fb-4147-9389-16b70819118a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[Report].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[Report].yaml index 0789fc1b..2a5cc0ae 100644 --- a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[Report].yaml +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[Report].yaml @@ -17,7 +17,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -28,15 +28,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:01:33 GMT + - Thu, 05 Feb 2026 09:20:12 GMT Pragma: - no-cache RequestId: - - f3ce9bd0-6107-4f2d-8d5f-da0e0a9bb6e1 + - a36bdf86-ca0e-4520-9e8e-364b5247109f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -64,16 +64,16 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", "type": "Notebook", + string: '{"value": [{"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "4021c09a-ec4e-497c-9e7f-c32d00eba90c", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": "fabcli000001_new_3", "description": - "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -86,11 +86,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:01:33 GMT + - Thu, 05 Feb 2026 09:20:12 GMT Pragma: - no-cache RequestId: - - 4f3e76ac-8c0f-4d94-8f7a-01f572d0f00d + - 055decf3-0416-49eb-9527-07679eaef724 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -118,16 +118,16 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", "type": "Notebook", + string: '{"value": [{"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "4021c09a-ec4e-497c-9e7f-c32d00eba90c", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": "fabcli000001_new_3", "description": - "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -140,11 +140,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:01:33 GMT + - Thu, 05 Feb 2026 09:20:14 GMT Pragma: - no-cache RequestId: - - af0b241c-829f-4b0b-9f3a-2b327cf9e90b + - 39499393-75f6-4df2-8ea8-6276483ab589 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -183,7 +183,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/semanticModels + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/semanticModels response: body: string: 'null' @@ -199,13 +199,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:01:35 GMT + - Thu, 05 Feb 2026 09:20:14 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/89848954-f58a-4b7a-8441-6b691d30538f + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/e600c0a3-e591-42cb-8616-5e664d684e24 Pragma: - no-cache RequestId: - - 3498db53-0fe1-44f1-b009-31663ea95112 + - a693ea55-3d19-4c05-a11c-7ee0e2f74340 Retry-After: - '20' Strict-Transport-Security: @@ -219,7 +219,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - 89848954-f58a-4b7a-8441-6b691d30538f + - e600c0a3-e591-42cb-8616-5e664d684e24 status: code: 202 message: Accepted @@ -237,11 +237,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/89848954-f58a-4b7a-8441-6b691d30538f + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/e600c0a3-e591-42cb-8616-5e664d684e24 response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2026-01-29T06:01:35.561074", - "lastUpdatedTimeUtc": "2026-01-29T06:01:46.2345538", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-05T09:20:15.0696935", + "lastUpdatedTimeUtc": "2026-02-05T09:20:26.3334508", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -255,13 +255,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:01:57 GMT + - Thu, 05 Feb 2026 09:20:36 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/89848954-f58a-4b7a-8441-6b691d30538f/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/e600c0a3-e591-42cb-8616-5e664d684e24/result Pragma: - no-cache RequestId: - - cfd1e6ce-4e7b-4a2a-ab79-3a1daa5d76bd + - 6a302425-7582-4f56-9533-faa364b3d1f0 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -269,7 +269,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - 89848954-f58a-4b7a-8441-6b691d30538f + - e600c0a3-e591-42cb-8616-5e664d684e24 status: code: 200 message: OK @@ -287,11 +287,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/89848954-f58a-4b7a-8441-6b691d30538f/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/e600c0a3-e591-42cb-8616-5e664d684e24/result response: body: - string: '{"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", "type": "SemanticModel", - "displayName": "fabcli000001_auto", "description": "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + string: '{"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", + "displayName": "fabcli000001_auto", "description": "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId @@ -302,11 +302,11 @@ interactions: Content-Type: - application/json Date: - - Thu, 29 Jan 2026 06:01:58 GMT + - Thu, 05 Feb 2026 09:20:37 GMT Pragma: - no-cache RequestId: - - eec83b08-6998-4df7-a4ea-1c2d2f783b0e + - 1203706e-c6af-41a4-a7f9-33d5607704e2 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -322,7 +322,7 @@ interactions: body: '{"description": "Created by fab", "displayName": "fabcli000001", "type": "Report", "folderId": null, "definition": {"parts": [{"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIlJlcG9ydCIsCiAgICAiZGlzcGxheU5hbWUiOiAiQmxhbmsiCiAgfSwKICAiY29uZmlnIjogewogICAgInZlcnNpb24iOiAiMi4wIiwKICAgICJsb2dpY2FsSWQiOiAiMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIgogIH0KfQ==", - "payloadType": "InlineBase64"}, {"path": "definition.pbir", "payload": "eyJ2ZXJzaW9uIjogIjQuMCIsICJkYXRhc2V0UmVmZXJlbmNlIjogeyJieVBhdGgiOiBudWxsLCAiYnlDb25uZWN0aW9uIjogeyJjb25uZWN0aW9uU3RyaW5nIjogIkRhdGEgU291cmNlPXBvd2VyYmk6Ly9hcGkucG93ZXJiaS5jb20vdjEuMC9teW9yZy9ta2RpcjtJbml0aWFsIENhdGFsb2c9cjM7SW50ZWdyYXRlZCBTZWN1cml0eT1DbGFpbXNUb2tlbiIsICJwYmlTZXJ2aWNlTW9kZWxJZCI6IG51bGwsICJwYmlNb2RlbFZpcnR1YWxTZXJ2ZXJOYW1lIjogInNvYmVfd293dmlydHVhbHNlcnZlciIsICJwYmlNb2RlbERhdGFiYXNlTmFtZSI6ICJkMjE0ZWVmYS05YzNjLTQ3ZDYtOGNmNi05MmI3ZmNhNmE1NzEiLCAibmFtZSI6ICJFbnRpdHlEYXRhU291cmNlIiwgImNvbm5lY3Rpb25UeXBlIjogInBiaVNlcnZpY2VYbWxhU3R5bGVMaXZlIn19fQ==", + "payloadType": "InlineBase64"}, {"path": "definition.pbir", "payload": "eyJ2ZXJzaW9uIjogIjQuMCIsICJkYXRhc2V0UmVmZXJlbmNlIjogeyJieVBhdGgiOiBudWxsLCAiYnlDb25uZWN0aW9uIjogeyJjb25uZWN0aW9uU3RyaW5nIjogIkRhdGEgU291cmNlPXBvd2VyYmk6Ly9hcGkucG93ZXJiaS5jb20vdjEuMC9teW9yZy9ta2RpcjtJbml0aWFsIENhdGFsb2c9cjM7SW50ZWdyYXRlZCBTZWN1cml0eT1DbGFpbXNUb2tlbiIsICJwYmlTZXJ2aWNlTW9kZWxJZCI6IG51bGwsICJwYmlNb2RlbFZpcnR1YWxTZXJ2ZXJOYW1lIjogInNvYmVfd293dmlydHVhbHNlcnZlciIsICJwYmlNb2RlbERhdGFiYXNlTmFtZSI6ICI5ZjgxMTc3OS05Y2IyLTQ5OTMtYWZlZi1kNzVlOWUyZGI5OWUiLCAibmFtZSI6ICJFbnRpdHlEYXRhU291cmNlIiwgImNvbm5lY3Rpb25UeXBlIjogInBiaVNlcnZpY2VYbWxhU3R5bGVMaXZlIn19fQ==", "payloadType": "InlineBase64"}, {"path": "definition/report.json", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9pdGVtL3JlcG9ydC9kZWZpbml0aW9uL3JlcG9ydC8xLjIuMC9zY2hlbWEuanNvbiIsCiAgInRoZW1lQ29sbGVjdGlvbiI6IHsKICAgICJiYXNlVGhlbWUiOiB7CiAgICAgICJuYW1lIjogIkNZMjRTVTEwIiwKICAgICAgInJlcG9ydFZlcnNpb25BdEltcG9ydCI6ICI1LjYxIiwKICAgICAgInR5cGUiOiAiU2hhcmVkUmVzb3VyY2VzIgogICAgfQogIH0sCiAgImxheW91dE9wdGltaXphdGlvbiI6ICJOb25lIiwKICAib2JqZWN0cyI6IHsKICAgICJzZWN0aW9uIjogWwogICAgICB7CiAgICAgICAgInByb3BlcnRpZXMiOiB7CiAgICAgICAgICAidmVydGljYWxBbGlnbm1lbnQiOiB7CiAgICAgICAgICAgICJleHByIjogewogICAgICAgICAgICAgICJMaXRlcmFsIjogewogICAgICAgICAgICAgICAgIlZhbHVlIjogIidUb3AnIgogICAgICAgICAgICAgIH0KICAgICAgICAgICAgfQogICAgICAgICAgfQogICAgICAgIH0KICAgICAgfQogICAgXQogIH0sCiAgInJlc291cmNlUGFja2FnZXMiOiBbCiAgICB7CiAgICAgICJuYW1lIjogIlNoYXJlZFJlc291cmNlcyIsCiAgICAgICJ0eXBlIjogIlNoYXJlZFJlc291cmNlcyIsCiAgICAgICJpdGVtcyI6IFsKICAgICAgICB7CiAgICAgICAgICAibmFtZSI6ICJDWTI0U1UxMCIsCiAgICAgICAgICAicGF0aCI6ICJCYXNlVGhlbWVzL0NZMjRTVTEwLmpzb24iLAogICAgICAgICAgInR5cGUiOiAiQmFzZVRoZW1lIgogICAgICAgIH0KICAgICAgXQogICAgfQogIF0sCiAgInNldHRpbmdzIjogewogICAgInVzZVN0eWxhYmxlVmlzdWFsQ29udGFpbmVySGVhZGVyIjogdHJ1ZSwKICAgICJkZWZhdWx0RHJpbGxGaWx0ZXJPdGhlclZpc3VhbHMiOiB0cnVlLAogICAgImFsbG93Q2hhbmdlRmlsdGVyVHlwZXMiOiB0cnVlLAogICAgInVzZUVuaGFuY2VkVG9vbHRpcHMiOiB0cnVlLAogICAgInVzZURlZmF1bHRBZ2dyZWdhdGVEaXNwbGF5TmFtZSI6IHRydWUKICB9Cn0=", "payloadType": "InlineBase64"}, {"path": "definition/version.json", "payload": @@ -348,7 +348,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/reports + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/reports response: body: string: 'null' @@ -364,13 +364,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:02:00 GMT + - Thu, 05 Feb 2026 09:20:38 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/6a7a0ff6-838a-4712-bcb6-ebd25cf245cf + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/8c0ab642-5609-4ac0-b8e2-ff82c9e1743b Pragma: - no-cache RequestId: - - 3a8de19d-6300-48ec-aec9-0110aa772508 + - 2e0fbdfa-a0d6-40a7-b160-4abdbbfb8c85 Retry-After: - '20' Strict-Transport-Security: @@ -384,7 +384,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - 6a7a0ff6-838a-4712-bcb6-ebd25cf245cf + - 8c0ab642-5609-4ac0-b8e2-ff82c9e1743b status: code: 202 message: Accepted @@ -402,11 +402,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/6a7a0ff6-838a-4712-bcb6-ebd25cf245cf + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/8c0ab642-5609-4ac0-b8e2-ff82c9e1743b response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2026-01-29T06:02:00.5505049", - "lastUpdatedTimeUtc": "2026-01-29T06:02:01.2692581", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-05T09:20:39.757412", + "lastUpdatedTimeUtc": "2026-02-05T09:20:40.0542893", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -416,17 +416,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '130' + - '131' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:02:22 GMT + - Thu, 05 Feb 2026 09:21:01 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/6a7a0ff6-838a-4712-bcb6-ebd25cf245cf/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/8c0ab642-5609-4ac0-b8e2-ff82c9e1743b/result Pragma: - no-cache RequestId: - - 37edc169-0103-490d-921a-c8c0f3958d5d + - af746ccc-e4c5-47eb-8833-26e69d8a9685 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -434,7 +434,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - 6a7a0ff6-838a-4712-bcb6-ebd25cf245cf + - 8c0ab642-5609-4ac0-b8e2-ff82c9e1743b status: code: 200 message: OK @@ -452,11 +452,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/6a7a0ff6-838a-4712-bcb6-ebd25cf245cf/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/8c0ab642-5609-4ac0-b8e2-ff82c9e1743b/result response: body: - string: '{"id": "adbc12ba-2d82-495a-a52c-0b5173b2b51b", "type": "Report", "displayName": - "fabcli000001", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + string: '{"id": "a462551f-8850-4e5a-8cd5-41dc8910f5ab", "type": "Report", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId @@ -467,11 +467,11 @@ interactions: Content-Type: - application/json Date: - - Thu, 29 Jan 2026 06:02:23 GMT + - Thu, 05 Feb 2026 09:21:02 GMT Pragma: - no-cache RequestId: - - 8a93b94d-9837-450e-8e0a-23f0960f9caa + - 8c7f8a52-8515-4a30-8f6e-7af33d838077 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -501,7 +501,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -512,15 +512,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:02:24 GMT + - Thu, 05 Feb 2026 09:21:02 GMT Pragma: - no-cache RequestId: - - 1ffe4ccc-554f-49e1-9a77-3219e306ba74 + - 9286e607-8336-4c56-a9e7-8062ebc1c75e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -548,20 +548,20 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "adbc12ba-2d82-495a-a52c-0b5173b2b51b", "type": "Report", + string: '{"value": [{"id": "a462551f-8850-4e5a-8cd5-41dc8910f5ab", "type": "Report", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -570,15 +570,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '397' + - '396' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:02:25 GMT + - Thu, 05 Feb 2026 09:21:04 GMT Pragma: - no-cache RequestId: - - 82dde291-c436-40ca-aed0-4eaa95aebd64 + - 6507876f-87ed-4067-8038-c51de3f9217b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -606,11 +606,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/adbc12ba-2d82-495a-a52c-0b5173b2b51b + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/a462551f-8850-4e5a-8cd5-41dc8910f5ab response: body: - string: '{"id": "adbc12ba-2d82-495a-a52c-0b5173b2b51b", "type": "Report", "displayName": - "fabcli000001", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + string: '{"id": "a462551f-8850-4e5a-8cd5-41dc8910f5ab", "type": "Report", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -623,13 +623,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:02:26 GMT + - Thu, 05 Feb 2026 09:21:04 GMT ETag: - '""' Pragma: - no-cache RequestId: - - a349416a-9128-4c5e-9593-108e98353e85 + - 765871d1-6060-493d-8d19-29e4ab3e6d59 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -659,7 +659,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/adbc12ba-2d82-495a-a52c-0b5173b2b51b/getDefinition + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/a462551f-8850-4e5a-8cd5-41dc8910f5ab/getDefinition response: body: string: 'null' @@ -675,13 +675,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:02:26 GMT + - Thu, 05 Feb 2026 09:21:06 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/796fa837-9083-41e3-a77c-4f040b403559 + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/a562ca2e-10d0-43f8-bb9c-2485bd13469d Pragma: - no-cache RequestId: - - c1d00946-dd20-4433-b800-80fcc5770d07 + - 09a96e26-72c8-492b-a90d-0b79a9a3ec2a Retry-After: - '20' Strict-Transport-Security: @@ -695,7 +695,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - 796fa837-9083-41e3-a77c-4f040b403559 + - a562ca2e-10d0-43f8-bb9c-2485bd13469d status: code: 202 message: Accepted @@ -713,11 +713,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/796fa837-9083-41e3-a77c-4f040b403559 + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/a562ca2e-10d0-43f8-bb9c-2485bd13469d response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2026-01-29T06:02:27.6315419", - "lastUpdatedTimeUtc": "2026-01-29T06:02:27.8815431", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-05T09:21:06.263391", + "lastUpdatedTimeUtc": "2026-02-05T09:21:06.5449967", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -727,17 +727,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '130' + - '129' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:02:49 GMT + - Thu, 05 Feb 2026 09:21:27 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/796fa837-9083-41e3-a77c-4f040b403559/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/a562ca2e-10d0-43f8-bb9c-2485bd13469d/result Pragma: - no-cache RequestId: - - 60e6b28c-5cd1-4000-a6f1-df82420da6d5 + - fed7d31c-e609-4e45-ae66-58891195c789 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -745,7 +745,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - 796fa837-9083-41e3-a77c-4f040b403559 + - a562ca2e-10d0-43f8-bb9c-2485bd13469d status: code: 200 message: OK @@ -763,11 +763,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/796fa837-9083-41e3-a77c-4f040b403559/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/a562ca2e-10d0-43f8-bb9c-2485bd13469d/result response: body: string: '{"definition": {"format": "PBIR", "parts": [{"path": "definition.pbir", - "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9pdGVtL3JlcG9ydC9kZWZpbml0aW9uUHJvcGVydGllcy8yLjAuMC9zY2hlbWEuanNvbiIsCiAgInZlcnNpb24iOiAiNC4wIiwKICAiZGF0YXNldFJlZmVyZW5jZSI6IHsKICAgICJieUNvbm5lY3Rpb24iOiB7CiAgICAgICJjb25uZWN0aW9uU3RyaW5nIjogIkRhdGEgU291cmNlPXBvd2VyYmk6Ly9hcGkucG93ZXJiaS5jb20vdjEuMC9teW9yZy9mYWJyaWNjbGlfV29ya3NwYWNlUGVyVGVzdGNsYXNzXzAwMDAwMTtpbml0aWFsIGNhdGFsb2c9ZmFiY2xpMDAwMDAxX2F1dG87aW50ZWdyYXRlZCBzZWN1cml0eT1DbGFpbXNUb2tlbjtzZW1hbnRpY21vZGVsaWQ9ZDIxNGVlZmEtOWMzYy00N2Q2LThjZjYtOTJiN2ZjYTZhNTcxIgogICAgfQogIH0KfQ==", + "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9pdGVtL3JlcG9ydC9kZWZpbml0aW9uUHJvcGVydGllcy8yLjAuMC9zY2hlbWEuanNvbiIsCiAgInZlcnNpb24iOiAiNC4wIiwKICAiZGF0YXNldFJlZmVyZW5jZSI6IHsKICAgICJieUNvbm5lY3Rpb24iOiB7CiAgICAgICJjb25uZWN0aW9uU3RyaW5nIjogIkRhdGEgU291cmNlPXBvd2VyYmk6Ly9hcGkucG93ZXJiaS5jb20vdjEuMC9teW9yZy9mYWJyaWNjbGlfV29ya3NwYWNlUGVyVGVzdGNsYXNzXzAwMDAwMTtpbml0aWFsIGNhdGFsb2c9ZmFiY2xpMDAwMDAxX2F1dG87aW50ZWdyYXRlZCBzZWN1cml0eT1DbGFpbXNUb2tlbjtzZW1hbnRpY21vZGVsaWQ9OWY4MTE3NzktOWNiMi00OTkzLWFmZWYtZDc1ZTllMmRiOTllIgogICAgfQogIH0KfQ==", "payloadType": "InlineBase64"}, {"path": "StaticResources/SharedResources/BaseThemes/CY24SU10.json", "payload": "ewogICJuYW1lIjogIkNZMjRTVTEwIiwKICAiZGF0YUNvbG9ycyI6IFsKICAgICIjMTE4REZGIiwKICAgICIjMTIyMzlFIiwKICAgICIjRTY2QzM3IiwKICAgICIjNkIwMDdCIiwKICAgICIjRTA0NEE3IiwKICAgICIjNzQ0RUMyIiwKICAgICIjRDlCMzAwIiwKICAgICIjRDY0NTUwIiwKICAgICIjMTk3Mjc4IiwKICAgICIjMUFBQjQwIiwKICAgICIjMTVDNkY0IiwKICAgICIjNDA5MkZGIiwKICAgICIjRkZBMDU4IiwKICAgICIjQkU1REM5IiwKICAgICIjRjQ3MkQwIiwKICAgICIjQjVBMUZGIiwKICAgICIjQzRBMjAwIiwKICAgICIjRkY4MDgwIiwKICAgICIjMDBEQkJDIiwKICAgICIjNUJENjY3IiwKICAgICIjMDA5MUQ1IiwKICAgICIjNDY2OEM1IiwKICAgICIjRkY2MzAwIiwKICAgICIjOTkwMDhBIiwKICAgICIjRUMwMDhDIiwKICAgICIjNTMzMjg1IiwKICAgICIjOTk3MDBBIiwKICAgICIjRkY0MTQxIiwKICAgICIjMUY5QTg1IiwKICAgICIjMjU4OTFDIiwKICAgICIjMDA1N0EyIiwKICAgICIjMDAyMDUwIiwKICAgICIjQzk0RjBGIiwKICAgICIjNDUwRjU0IiwKICAgICIjQjYwMDY0IiwKICAgICIjMzQxMjRGIiwKICAgICIjNkE1QTI5IiwKICAgICIjMUFBQjQwIiwKICAgICIjQkExNDFBIiwKICAgICIjMEMzRDM3IiwKICAgICIjMEI1MTFGIgogIF0sCiAgImZvcmVncm91bmQiOiAiIzI1MjQyMyIsCiAgImZvcmVncm91bmROZXV0cmFsU2Vjb25kYXJ5IjogIiM2MDVFNUMiLAogICJmb3JlZ3JvdW5kTmV1dHJhbFRlcnRpYXJ5IjogIiNCM0IwQUQiLAogICJiYWNrZ3JvdW5kIjogIiNGRkZGRkYiLAogICJiYWNrZ3JvdW5kTGlnaHQiOiAiI0YzRjJGMSIsCiAgImJhY2tncm91bmROZXV0cmFsIjogIiNDOEM2QzQiLAogICJ0YWJsZUFjY2VudCI6ICIjMTE4REZGIiwKICAiZ29vZCI6ICIjMUFBQjQwIiwKICAibmV1dHJhbCI6ICIjRDlCMzAwIiwKICAiYmFkIjogIiNENjQ1NTQiLAogICJtYXhpbXVtIjogIiMxMThERkYiLAogICJjZW50ZXIiOiAiI0Q5QjMwMCIsCiAgIm1pbmltdW0iOiAiI0RFRUZGRiIsCiAgIm51bGwiOiAiI0ZGN0Y0OCIsCiAgImh5cGVybGluayI6ICIjMDA3OGQ0IiwKICAidmlzaXRlZEh5cGVybGluayI6ICIjMDA3OGQ0IiwKICAidGV4dENsYXNzZXMiOiB7CiAgICAiY2FsbG91dCI6IHsKICAgICAgImZvbnRTaXplIjogNDUsCiAgICAgICJmb250RmFjZSI6ICJESU4iLAogICAgICAiY29sb3IiOiAiIzI1MjQyMyIKICAgIH0sCiAgICAidGl0bGUiOiB7CiAgICAgICJmb250U2l6ZSI6IDEyLAogICAgICAiZm9udEZhY2UiOiAiRElOIiwKICAgICAgImNvbG9yIjogIiMyNTI0MjMiCiAgICB9LAogICAgImhlYWRlciI6IHsKICAgICAgImZvbnRTaXplIjogMTIsCiAgICAgICJmb250RmFjZSI6ICJTZWdvZSBVSSBTZW1pYm9sZCIsCiAgICAgICJjb2xvciI6ICIjMjUyNDIzIgogICAgfSwKICAgICJsYWJlbCI6IHsKICAgICAgImZvbnRTaXplIjogMTAsCiAgICAgICJmb250RmFjZSI6ICJTZWdvZSBVSSIsCiAgICAgICJjb2xvciI6ICIjMjUyNDIzIgogICAgfQogIH0sCiAgInZpc3VhbFN0eWxlcyI6IHsKICAgICIqIjogewogICAgICAiKiI6IHsKICAgICAgICAiKiI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgIndvcmRXcmFwIjogdHJ1ZQogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgImxpbmUiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJ0cmFuc3BhcmVuY3kiOiAwCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAib3V0bGluZSI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInRyYW5zcGFyZW5jeSI6IDAKICAgICAgICAgIH0KICAgICAgICBdLAogICAgICAgICJwbG90QXJlYSI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInRyYW5zcGFyZW5jeSI6IDAKICAgICAgICAgIH0KICAgICAgICBdLAogICAgICAgICJjYXRlZ29yeUF4aXMiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJzaG93QXhpc1RpdGxlIjogdHJ1ZSwKICAgICAgICAgICAgImdyaWRsaW5lU3R5bGUiOiAiZG90dGVkIiwKICAgICAgICAgICAgImNvbmNhdGVuYXRlTGFiZWxzIjogZmFsc2UKICAgICAgICAgIH0KICAgICAgICBdLAogICAgICAgICJ2YWx1ZUF4aXMiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJzaG93QXhpc1RpdGxlIjogdHJ1ZSwKICAgICAgICAgICAgImdyaWRsaW5lU3R5bGUiOiAiZG90dGVkIgogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgInkyQXhpcyI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInNob3ciOiB0cnVlCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAidGl0bGUiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJ0aXRsZVdyYXAiOiB0cnVlCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAibGluZVN0eWxlcyI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInN0cm9rZVdpZHRoIjogMwogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgIndvcmRXcmFwIjogWwogICAgICAgICAgewogICAgICAgICAgICAic2hvdyI6IHRydWUKICAgICAgICAgIH0KICAgICAgICBdLAogICAgICAgICJiYWNrZ3JvdW5kIjogWwogICAgICAgICAgewogICAgICAgICAgICAic2hvdyI6IHRydWUsCiAgICAgICAgICAgICJ0cmFuc3BhcmVuY3kiOiAwCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAiYm9yZGVyIjogWwogICAgICAgICAgewogICAgICAgICAgICAid2lkdGgiOiAxCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAib3V0c3BhY2VQYW5lIjogWwogICAgICAgICAgewogICAgICAgICAgICAiYmFja2dyb3VuZENvbG9yIjogewogICAgICAgICAgICAgICJzb2xpZCI6IHsKICAgICAgICAgICAgICAgICJjb2xvciI6ICIjZmZmZmZmIgogICAgICAgICAgICAgIH0KICAgICAgICAgICAgfSwKICAgICAgICAgICAgInRyYW5zcGFyZW5jeSI6IDAsCiAgICAgICAgICAgICJib3JkZXIiOiB0cnVlLAogICAgICAgICAgICAiYm9yZGVyQ29sb3IiOiB7CiAgICAgICAgICAgICAgInNvbGlkIjogewogICAgICAgICAgICAgICAgImNvbG9yIjogIiNCM0IwQUQiCiAgICAgICAgICAgICAgfQogICAgICAgICAgICB9CiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAiZmlsdGVyQ2FyZCI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgIiRpZCI6ICJBcHBsaWVkIiwKICAgICAgICAgICAgInRyYW5zcGFyZW5jeSI6IDAsCiAgICAgICAgICAgICJmb3JlZ3JvdW5kQ29sb3IiOiB7CiAgICAgICAgICAgICAgInNvbGlkIjogewogICAgICAgICAgICAgICAgImNvbG9yIjogIiMyNTI0MjMiCiAgICAgICAgICAgICAgfQogICAgICAgICAgICB9LAogICAgICAgICAgICAiYm9yZGVyIjogdHJ1ZQogICAgICAgICAgfSwKICAgICAgICAgIHsKICAgICAgICAgICAgIiRpZCI6ICJBdmFpbGFibGUiLAogICAgICAgICAgICAidHJhbnNwYXJlbmN5IjogMCwKICAgICAgICAgICAgImZvcmVncm91bmRDb2xvciI6IHsKICAgICAgICAgICAgICAic29saWQiOiB7CiAgICAgICAgICAgICAgICAiY29sb3IiOiAiIzI1MjQyMyIKICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0sCiAgICAgICAgICAgICJib3JkZXIiOiB0cnVlCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgInNjYXR0ZXJDaGFydCI6IHsKICAgICAgIioiOiB7CiAgICAgICAgImJ1YmJsZXMiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJidWJibGVTaXplIjogLTEwLAogICAgICAgICAgICAibWFya2VyUmFuZ2VUeXBlIjogImF1dG8iCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAiZ2VuZXJhbCI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInJlc3BvbnNpdmUiOiB0cnVlCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAiZmlsbFBvaW50IjogWwogICAgICAgICAgewogICAgICAgICAgICAic2hvdyI6IHRydWUKICAgICAgICAgIH0KICAgICAgICBdLAogICAgICAgICJsZWdlbmQiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJzaG93R3JhZGllbnRMZWdlbmQiOiB0cnVlCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgImxpbmVDaGFydCI6IHsKICAgICAgIioiOiB7CiAgICAgICAgImdlbmVyYWwiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJyZXNwb25zaXZlIjogdHJ1ZQogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgInNtYWxsTXVsdGlwbGVzTGF5b3V0IjogWwogICAgICAgICAgewogICAgICAgICAgICAiYmFja2dyb3VuZFRyYW5zcGFyZW5jeSI6IDAsCiAgICAgICAgICAgICJncmlkTGluZVR5cGUiOiAiaW5uZXIiCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAiZm9yZWNhc3QiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJtYXRjaFNlcmllc0ludGVycG9sYXRpb24iOiB0cnVlCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgIm1hcCI6IHsKICAgICAgIioiOiB7CiAgICAgICAgImJ1YmJsZXMiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJidWJibGVTaXplIjogLTEwLAogICAgICAgICAgICAibWFya2VyUmFuZ2VUeXBlIjogImF1dG8iCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgImF6dXJlTWFwIjogewogICAgICAiKiI6IHsKICAgICAgICAiYnViYmxlTGF5ZXIiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJidWJibGVSYWRpdXMiOiA4LAogICAgICAgICAgICAibWluQnViYmxlUmFkaXVzIjogOCwKICAgICAgICAgICAgIm1heFJhZGl1cyI6IDQwCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAiYmFyQ2hhcnQiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJiYXJIZWlnaHQiOiAzLAogICAgICAgICAgICAidGhpY2tuZXNzIjogMwogICAgICAgICAgfQogICAgICAgIF0KICAgICAgfQogICAgfSwKICAgICJwaWVDaGFydCI6IHsKICAgICAgIioiOiB7CiAgICAgICAgImxlZ2VuZCI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInNob3ciOiB0cnVlLAogICAgICAgICAgICAicG9zaXRpb24iOiAiUmlnaHRDZW50ZXIiCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAibGFiZWxzIjogWwogICAgICAgICAgewogICAgICAgICAgICAibGFiZWxTdHlsZSI6ICJEYXRhIHZhbHVlLCBwZXJjZW50IG9mIHRvdGFsIgogICAgICAgICAgfQogICAgICAgIF0KICAgICAgfQogICAgfSwKICAgICJkb251dENoYXJ0IjogewogICAgICAiKiI6IHsKICAgICAgICAibGVnZW5kIjogWwogICAgICAgICAgewogICAgICAgICAgICAic2hvdyI6IHRydWUsCiAgICAgICAgICAgICJwb3NpdGlvbiI6ICJSaWdodENlbnRlciIKICAgICAgICAgIH0KICAgICAgICBdLAogICAgICAgICJsYWJlbHMiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJsYWJlbFN0eWxlIjogIkRhdGEgdmFsdWUsIHBlcmNlbnQgb2YgdG90YWwiCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgInBpdm90VGFibGUiOiB7CiAgICAgICIqIjogewogICAgICAgICJyb3dIZWFkZXJzIjogWwogICAgICAgICAgewogICAgICAgICAgICAic2hvd0V4cGFuZENvbGxhcHNlQnV0dG9ucyI6IHRydWUsCiAgICAgICAgICAgICJsZWdhY3lTdHlsZURpc2FibGVkIjogdHJ1ZQogICAgICAgICAgfQogICAgICAgIF0KICAgICAgfQogICAgfSwKICAgICJtdWx0aVJvd0NhcmQiOiB7CiAgICAgICIqIjogewogICAgICAgICJjYXJkIjogWwogICAgICAgICAgewogICAgICAgICAgICAib3V0bGluZVdlaWdodCI6IDIsCiAgICAgICAgICAgICJiYXJTaG93IjogdHJ1ZSwKICAgICAgICAgICAgImJhcldlaWdodCI6IDIKICAgICAgICAgIH0KICAgICAgICBdCiAgICAgIH0KICAgIH0sCiAgICAia3BpIjogewogICAgICAiKiI6IHsKICAgICAgICAidHJlbmRsaW5lIjogWwogICAgICAgICAgewogICAgICAgICAgICAidHJhbnNwYXJlbmN5IjogMjAKICAgICAgICAgIH0KICAgICAgICBdCiAgICAgIH0KICAgIH0sCiAgICAiY2FyZFZpc3VhbCI6IHsKICAgICAgIioiOiB7CiAgICAgICAgImxheW91dCI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgIm1heFRpbGVzIjogMwogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgIm92ZXJmbG93IjogWwogICAgICAgICAgewogICAgICAgICAgICAidHlwZSI6IDAKICAgICAgICAgIH0KICAgICAgICBdLAogICAgICAgICJpbWFnZSI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgImZpeGVkU2l6ZSI6IGZhbHNlCiAgICAgICAgICB9LAogICAgICAgICAgewogICAgICAgICAgICAiaW1hZ2VBcmVhU2l6ZSI6IDUwCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgImFkdmFuY2VkU2xpY2VyVmlzdWFsIjogewogICAgICAiKiI6IHsKICAgICAgICAibGF5b3V0IjogWwogICAgICAgICAgewogICAgICAgICAgICAibWF4VGlsZXMiOiAzCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgInNsaWNlciI6IHsKICAgICAgIioiOiB7CiAgICAgICAgImdlbmVyYWwiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJyZXNwb25zaXZlIjogdHJ1ZQogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgImRhdGUiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJoaWRlRGF0ZVBpY2tlckJ1dHRvbiI6IGZhbHNlCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAiaXRlbXMiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJwYWRkaW5nIjogNCwKICAgICAgICAgICAgImFjY2Vzc2liaWxpdHlDb250cmFzdFByb3BlcnRpZXMiOiB0cnVlCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgIndhdGVyZmFsbENoYXJ0IjogewogICAgICAiKiI6IHsKICAgICAgICAiZ2VuZXJhbCI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInJlc3BvbnNpdmUiOiB0cnVlCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgImNvbHVtbkNoYXJ0IjogewogICAgICAiKiI6IHsKICAgICAgICAiZ2VuZXJhbCI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInJlc3BvbnNpdmUiOiB0cnVlCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAibGVnZW5kIjogWwogICAgICAgICAgewogICAgICAgICAgICAic2hvd0dyYWRpZW50TGVnZW5kIjogdHJ1ZQogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgInNtYWxsTXVsdGlwbGVzTGF5b3V0IjogWwogICAgICAgICAgewogICAgICAgICAgICAiYmFja2dyb3VuZFRyYW5zcGFyZW5jeSI6IDAsCiAgICAgICAgICAgICJncmlkTGluZVR5cGUiOiAiaW5uZXIiCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgImNsdXN0ZXJlZENvbHVtbkNoYXJ0IjogewogICAgICAiKiI6IHsKICAgICAgICAiZ2VuZXJhbCI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInJlc3BvbnNpdmUiOiB0cnVlCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAibGVnZW5kIjogWwogICAgICAgICAgewogICAgICAgICAgICAic2hvd0dyYWRpZW50TGVnZW5kIjogdHJ1ZQogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgInNtYWxsTXVsdGlwbGVzTGF5b3V0IjogWwogICAgICAgICAgewogICAgICAgICAgICAiYmFja2dyb3VuZFRyYW5zcGFyZW5jeSI6IDAsCiAgICAgICAgICAgICJncmlkTGluZVR5cGUiOiAiaW5uZXIiCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgImh1bmRyZWRQZXJjZW50U3RhY2tlZENvbHVtbkNoYXJ0IjogewogICAgICAiKiI6IHsKICAgICAgICAiZ2VuZXJhbCI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInJlc3BvbnNpdmUiOiB0cnVlCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAibGVnZW5kIjogWwogICAgICAgICAgewogICAgICAgICAgICAic2hvd0dyYWRpZW50TGVnZW5kIjogdHJ1ZQogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgInNtYWxsTXVsdGlwbGVzTGF5b3V0IjogWwogICAgICAgICAgewogICAgICAgICAgICAiYmFja2dyb3VuZFRyYW5zcGFyZW5jeSI6IDAsCiAgICAgICAgICAgICJncmlkTGluZVR5cGUiOiAiaW5uZXIiCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgImJhckNoYXJ0IjogewogICAgICAiKiI6IHsKICAgICAgICAiZ2VuZXJhbCI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInJlc3BvbnNpdmUiOiB0cnVlCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAibGVnZW5kIjogWwogICAgICAgICAgewogICAgICAgICAgICAic2hvd0dyYWRpZW50TGVnZW5kIjogdHJ1ZQogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgInNtYWxsTXVsdGlwbGVzTGF5b3V0IjogWwogICAgICAgICAgewogICAgICAgICAgICAiYmFja2dyb3VuZFRyYW5zcGFyZW5jeSI6IDAsCiAgICAgICAgICAgICJncmlkTGluZVR5cGUiOiAiaW5uZXIiCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgImNsdXN0ZXJlZEJhckNoYXJ0IjogewogICAgICAiKiI6IHsKICAgICAgICAiZ2VuZXJhbCI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInJlc3BvbnNpdmUiOiB0cnVlCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAibGVnZW5kIjogWwogICAgICAgICAgewogICAgICAgICAgICAic2hvd0dyYWRpZW50TGVnZW5kIjogdHJ1ZQogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgInNtYWxsTXVsdGlwbGVzTGF5b3V0IjogWwogICAgICAgICAgewogICAgICAgICAgICAiYmFja2dyb3VuZFRyYW5zcGFyZW5jeSI6IDAsCiAgICAgICAgICAgICJncmlkTGluZVR5cGUiOiAiaW5uZXIiCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgImh1bmRyZWRQZXJjZW50U3RhY2tlZEJhckNoYXJ0IjogewogICAgICAiKiI6IHsKICAgICAgICAiZ2VuZXJhbCI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInJlc3BvbnNpdmUiOiB0cnVlCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAibGVnZW5kIjogWwogICAgICAgICAgewogICAgICAgICAgICAic2hvd0dyYWRpZW50TGVnZW5kIjogdHJ1ZQogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgInNtYWxsTXVsdGlwbGVzTGF5b3V0IjogWwogICAgICAgICAgewogICAgICAgICAgICAiYmFja2dyb3VuZFRyYW5zcGFyZW5jeSI6IDAsCiAgICAgICAgICAgICJncmlkTGluZVR5cGUiOiAiaW5uZXIiCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgImFyZWFDaGFydCI6IHsKICAgICAgIioiOiB7CiAgICAgICAgImdlbmVyYWwiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJyZXNwb25zaXZlIjogdHJ1ZQogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgInNtYWxsTXVsdGlwbGVzTGF5b3V0IjogWwogICAgICAgICAgewogICAgICAgICAgICAiYmFja2dyb3VuZFRyYW5zcGFyZW5jeSI6IDAsCiAgICAgICAgICAgICJncmlkTGluZVR5cGUiOiAiaW5uZXIiCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgInN0YWNrZWRBcmVhQ2hhcnQiOiB7CiAgICAgICIqIjogewogICAgICAgICJnZW5lcmFsIjogWwogICAgICAgICAgewogICAgICAgICAgICAicmVzcG9uc2l2ZSI6IHRydWUKICAgICAgICAgIH0KICAgICAgICBdLAogICAgICAgICJzbWFsbE11bHRpcGxlc0xheW91dCI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgImJhY2tncm91bmRUcmFuc3BhcmVuY3kiOiAwLAogICAgICAgICAgICAiZ3JpZExpbmVUeXBlIjogImlubmVyIgogICAgICAgICAgfQogICAgICAgIF0KICAgICAgfQogICAgfSwKICAgICJsaW5lQ2x1c3RlcmVkQ29sdW1uQ29tYm9DaGFydCI6IHsKICAgICAgIioiOiB7CiAgICAgICAgImdlbmVyYWwiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJyZXNwb25zaXZlIjogdHJ1ZQogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgInNtYWxsTXVsdGlwbGVzTGF5b3V0IjogWwogICAgICAgICAgewogICAgICAgICAgICAiYmFja2dyb3VuZFRyYW5zcGFyZW5jeSI6IDAsCiAgICAgICAgICAgICJncmlkTGluZVR5cGUiOiAiaW5uZXIiCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgImxpbmVTdGFja2VkQ29sdW1uQ29tYm9DaGFydCI6IHsKICAgICAgIioiOiB7CiAgICAgICAgImdlbmVyYWwiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJyZXNwb25zaXZlIjogdHJ1ZQogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgInNtYWxsTXVsdGlwbGVzTGF5b3V0IjogWwogICAgICAgICAgewogICAgICAgICAgICAiYmFja2dyb3VuZFRyYW5zcGFyZW5jeSI6IDAsCiAgICAgICAgICAgICJncmlkTGluZVR5cGUiOiAiaW5uZXIiCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgInJpYmJvbkNoYXJ0IjogewogICAgICAiKiI6IHsKICAgICAgICAiZ2VuZXJhbCI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInJlc3BvbnNpdmUiOiB0cnVlCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAic21hbGxNdWx0aXBsZXNMYXlvdXQiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJiYWNrZ3JvdW5kVHJhbnNwYXJlbmN5IjogMCwKICAgICAgICAgICAgImdyaWRMaW5lVHlwZSI6ICJpbm5lciIKICAgICAgICAgIH0KICAgICAgICBdLAogICAgICAgICJ2YWx1ZUF4aXMiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJzaG93IjogdHJ1ZQogICAgICAgICAgfQogICAgICAgIF0KICAgICAgfQogICAgfSwKICAgICJodW5kcmVkUGVyY2VudFN0YWNrZWRBcmVhQ2hhcnQiOiB7CiAgICAgICIqIjogewogICAgICAgICJnZW5lcmFsIjogWwogICAgICAgICAgewogICAgICAgICAgICAicmVzcG9uc2l2ZSI6IHRydWUKICAgICAgICAgIH0KICAgICAgICBdLAogICAgICAgICJzbWFsbE11bHRpcGxlc0xheW91dCI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgImJhY2tncm91bmRUcmFuc3BhcmVuY3kiOiAwLAogICAgICAgICAgICAiZ3JpZExpbmVUeXBlIjogImlubmVyIgogICAgICAgICAgfQogICAgICAgIF0KICAgICAgfQogICAgfSwKICAgICJncm91cCI6IHsKICAgICAgIioiOiB7CiAgICAgICAgImJhY2tncm91bmQiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJzaG93IjogZmFsc2UKICAgICAgICAgIH0KICAgICAgICBdCiAgICAgIH0KICAgIH0sCiAgICAiYmFzaWNTaGFwZSI6IHsKICAgICAgIioiOiB7CiAgICAgICAgImJhY2tncm91bmQiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJzaG93IjogZmFsc2UKICAgICAgICAgIH0KICAgICAgICBdLAogICAgICAgICJnZW5lcmFsIjogWwogICAgICAgICAgewogICAgICAgICAgICAia2VlcExheWVyT3JkZXIiOiB0cnVlCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAidmlzdWFsSGVhZGVyIjogWwogICAgICAgICAgewogICAgICAgICAgICAic2hvdyI6IGZhbHNlCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgInNoYXBlIjogewogICAgICAiKiI6IHsKICAgICAgICAiYmFja2dyb3VuZCI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInNob3ciOiBmYWxzZQogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgImdlbmVyYWwiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJrZWVwTGF5ZXJPcmRlciI6IHRydWUKICAgICAgICAgIH0KICAgICAgICBdLAogICAgICAgICJ2aXN1YWxIZWFkZXIiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJzaG93IjogZmFsc2UKICAgICAgICAgIH0KICAgICAgICBdCiAgICAgIH0KICAgIH0sCiAgICAiaW1hZ2UiOiB7CiAgICAgICIqIjogewogICAgICAgICJiYWNrZ3JvdW5kIjogWwogICAgICAgICAgewogICAgICAgICAgICAic2hvdyI6IGZhbHNlCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAiZ2VuZXJhbCI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgImtlZXBMYXllck9yZGVyIjogdHJ1ZQogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgInZpc3VhbEhlYWRlciI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInNob3ciOiBmYWxzZQogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgImxvY2tBc3BlY3QiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJzaG93IjogdHJ1ZQogICAgICAgICAgfQogICAgICAgIF0KICAgICAgfQogICAgfSwKICAgICJhY3Rpb25CdXR0b24iOiB7CiAgICAgICIqIjogewogICAgICAgICJiYWNrZ3JvdW5kIjogWwogICAgICAgICAgewogICAgICAgICAgICAic2hvdyI6IGZhbHNlCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAidmlzdWFsSGVhZGVyIjogWwogICAgICAgICAgewogICAgICAgICAgICAic2hvdyI6IGZhbHNlCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgInBhZ2VOYXZpZ2F0b3IiOiB7CiAgICAgICIqIjogewogICAgICAgICJiYWNrZ3JvdW5kIjogWwogICAgICAgICAgewogICAgICAgICAgICAic2hvdyI6IGZhbHNlCiAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAidmlzdWFsSGVhZGVyIjogWwogICAgICAgICAgewogICAgICAgICAgICAic2hvdyI6IGZhbHNlCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9LAogICAgImJvb2ttYXJrTmF2aWdhdG9yIjogewogICAgICAiKiI6IHsKICAgICAgICAiYmFja2dyb3VuZCI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInNob3ciOiBmYWxzZQogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgInZpc3VhbEhlYWRlciI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInNob3ciOiBmYWxzZQogICAgICAgICAgfQogICAgICAgIF0KICAgICAgfQogICAgfSwKICAgICJ0ZXh0Ym94IjogewogICAgICAiKiI6IHsKICAgICAgICAiZ2VuZXJhbCI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgImtlZXBMYXllck9yZGVyIjogdHJ1ZQogICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgInZpc3VhbEhlYWRlciI6IFsKICAgICAgICAgIHsKICAgICAgICAgICAgInNob3ciOiBmYWxzZQogICAgICAgICAgfQogICAgICAgIF0KICAgICAgfQogICAgfSwKICAgICJwYWdlIjogewogICAgICAiKiI6IHsKICAgICAgICAib3V0c3BhY2UiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJjb2xvciI6IHsKICAgICAgICAgICAgICAic29saWQiOiB7CiAgICAgICAgICAgICAgICAiY29sb3IiOiAiI0ZGRkZGRiIKICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0KICAgICAgICAgIH0KICAgICAgICBdLAogICAgICAgICJiYWNrZ3JvdW5kIjogWwogICAgICAgICAgewogICAgICAgICAgICAidHJhbnNwYXJlbmN5IjogMTAwCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9CiAgICB9CiAgfQp9", "payloadType": "InlineBase64"}, {"path": "definition/version.json", "payload": @@ -790,11 +790,11 @@ interactions: Content-Type: - application/json Date: - - Thu, 29 Jan 2026 06:02:50 GMT + - Thu, 05 Feb 2026 09:21:28 GMT Pragma: - no-cache RequestId: - - 5ec654e3-a939-4539-8aaf-95efd7593caf + - 8291db8a-e177-4098-ad59-b950bf580a5f Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -824,7 +824,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -835,15 +835,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:02:52 GMT + - Thu, 05 Feb 2026 09:21:29 GMT Pragma: - no-cache RequestId: - - e4790680-a843-4733-8441-e928712b6ccb + - a2df55c5-e41f-4be0-99d0-65cb4e2c75d7 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -871,20 +871,20 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "adbc12ba-2d82-495a-a52c-0b5173b2b51b", "type": "Report", + string: '{"value": [{"id": "a462551f-8850-4e5a-8cd5-41dc8910f5ab", "type": "Report", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -893,15 +893,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '397' + - '396' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:02:52 GMT + - Thu, 05 Feb 2026 09:21:30 GMT Pragma: - no-cache RequestId: - - 2579b787-5757-4c37-b428-f3524dfd0257 + - 4f9054be-e64c-43a8-a134-eecdacd1d175 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -929,20 +929,20 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "adbc12ba-2d82-495a-a52c-0b5173b2b51b", "type": "Report", + string: '{"value": [{"id": "a462551f-8850-4e5a-8cd5-41dc8910f5ab", "type": "Report", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -951,15 +951,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '397' + - '396' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:02:53 GMT + - Thu, 05 Feb 2026 09:21:31 GMT Pragma: - no-cache RequestId: - - 790f8ac1-fba0-487d-80b3-7a13e5bf28ac + - e66e884f-cef6-40a2-a9c5-2d04d9ebb8d8 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -976,7 +976,7 @@ interactions: - request: body: '{"type": "Report", "description": "Imported from fab", "folderId": null, "displayName": "fabcli000001_new_5", "definition": {"parts": [{"path": "definition.pbir", - "payload": "ewogICAgIiRzY2hlbWEiOiAiaHR0cHM6Ly9kZXZlbG9wZXIubWljcm9zb2Z0LmNvbS9qc29uLXNjaGVtYXMvZmFicmljL2l0ZW0vcmVwb3J0L2RlZmluaXRpb25Qcm9wZXJ0aWVzLzIuMC4wL3NjaGVtYS5qc29uIiwKICAgICJ2ZXJzaW9uIjogIjQuMCIsCiAgICAiZGF0YXNldFJlZmVyZW5jZSI6IHsKICAgICAgICAiYnlDb25uZWN0aW9uIjogewogICAgICAgICAgICAiY29ubmVjdGlvblN0cmluZyI6ICJEYXRhIFNvdXJjZT1wb3dlcmJpOi8vYXBpLnBvd2VyYmkuY29tL3YxLjAvbXlvcmcvZmFicmljY2xpX1dvcmtzcGFjZVBlclRlc3RjbGFzc18wMDAwMDE7aW5pdGlhbCBjYXRhbG9nPWZhYmNsaTAwMDAwMV9hdXRvO2ludGVncmF0ZWQgc2VjdXJpdHk9Q2xhaW1zVG9rZW47c2VtYW50aWNtb2RlbGlkPWQyMTRlZWZhLTljM2MtNDdkNi04Y2Y2LTkyYjdmY2E2YTU3MSIKICAgICAgICB9CiAgICB9Cn0=", + "payload": "ewogICAgIiRzY2hlbWEiOiAiaHR0cHM6Ly9kZXZlbG9wZXIubWljcm9zb2Z0LmNvbS9qc29uLXNjaGVtYXMvZmFicmljL2l0ZW0vcmVwb3J0L2RlZmluaXRpb25Qcm9wZXJ0aWVzLzIuMC4wL3NjaGVtYS5qc29uIiwKICAgICJ2ZXJzaW9uIjogIjQuMCIsCiAgICAiZGF0YXNldFJlZmVyZW5jZSI6IHsKICAgICAgICAiYnlDb25uZWN0aW9uIjogewogICAgICAgICAgICAiY29ubmVjdGlvblN0cmluZyI6ICJEYXRhIFNvdXJjZT1wb3dlcmJpOi8vYXBpLnBvd2VyYmkuY29tL3YxLjAvbXlvcmcvZmFicmljY2xpX1dvcmtzcGFjZVBlclRlc3RjbGFzc18wMDAwMDE7aW5pdGlhbCBjYXRhbG9nPWZhYmNsaTAwMDAwMV9hdXRvO2ludGVncmF0ZWQgc2VjdXJpdHk9Q2xhaW1zVG9rZW47c2VtYW50aWNtb2RlbGlkPTlmODExNzc5LTljYjItNDk5My1hZmVmLWQ3NWU5ZTJkYjk5ZSIKICAgICAgICB9CiAgICB9Cn0=", "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICAgIiRzY2hlbWEiOiAiaHR0cHM6Ly9kZXZlbG9wZXIubWljcm9zb2Z0LmNvbS9qc29uLXNjaGVtYXMvZmFicmljL2dpdEludGVncmF0aW9uL3BsYXRmb3JtUHJvcGVydGllcy8yLjAuMC9zY2hlbWEuanNvbiIsCiAgICAibWV0YWRhdGEiOiB7CiAgICAgICAgInR5cGUiOiAiUmVwb3J0IiwKICAgICAgICAiZGlzcGxheU5hbWUiOiAiZmFiY2xpMDAwMDAxIiwKICAgICAgICAiZGVzY3JpcHRpb24iOiAiQ3JlYXRlZCBieSBmYWIiCiAgICB9LAogICAgImNvbmZpZyI6IHsKICAgICAgICAidmVyc2lvbiI6ICIyLjAiLAogICAgICAgICJsb2dpY2FsSWQiOiAiMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIgogICAgfQp9", "payloadType": "InlineBase64"}, {"path": "definition/version.json", "payload": "ewogICAgIiRzY2hlbWEiOiAiaHR0cHM6Ly9kZXZlbG9wZXIubWljcm9zb2Z0LmNvbS9qc29uLXNjaGVtYXMvZmFicmljL2l0ZW0vcmVwb3J0L2RlZmluaXRpb24vdmVyc2lvbk1ldGFkYXRhLzEuMC4wL3NjaGVtYS5qc29uIiwKICAgICJ2ZXJzaW9uIjogIjIuMC4wIgp9", @@ -1003,7 +1003,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: string: 'null' @@ -1019,13 +1019,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:02:56 GMT + - Thu, 05 Feb 2026 09:21:34 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/4257ba6e-6fb5-411b-82f6-517b5f9bc320 + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/d568f7b5-d05c-4d38-a886-e784d99c8ace Pragma: - no-cache RequestId: - - 76374c7b-21b7-41d1-be65-0be055f56618 + - f250df5c-a87c-4470-8fea-c05f04dfeba3 Retry-After: - '20' Strict-Transport-Security: @@ -1039,7 +1039,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - 4257ba6e-6fb5-411b-82f6-517b5f9bc320 + - d568f7b5-d05c-4d38-a886-e784d99c8ace status: code: 202 message: Accepted @@ -1057,11 +1057,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/4257ba6e-6fb5-411b-82f6-517b5f9bc320 + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/d568f7b5-d05c-4d38-a886-e784d99c8ace response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2026-01-29T06:02:56.4838417", - "lastUpdatedTimeUtc": "2026-01-29T06:02:56.7963441", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-05T09:21:34.7691274", + "lastUpdatedTimeUtc": "2026-02-05T09:21:35.9103654", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -1071,17 +1071,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '130' + - '131' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:03:19 GMT + - Thu, 05 Feb 2026 09:21:57 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/4257ba6e-6fb5-411b-82f6-517b5f9bc320/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/d568f7b5-d05c-4d38-a886-e784d99c8ace/result Pragma: - no-cache RequestId: - - b1e79966-8797-4294-b928-f159909131f4 + - 112db8c1-6f37-4c2e-b220-e1f92f89a760 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1089,7 +1089,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - 4257ba6e-6fb5-411b-82f6-517b5f9bc320 + - d568f7b5-d05c-4d38-a886-e784d99c8ace status: code: 200 message: OK @@ -1107,11 +1107,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/4257ba6e-6fb5-411b-82f6-517b5f9bc320/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/d568f7b5-d05c-4d38-a886-e784d99c8ace/result response: body: - string: '{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", "displayName": - "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + string: '{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": + "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId @@ -1122,11 +1122,11 @@ interactions: Content-Type: - application/json Date: - - Thu, 29 Jan 2026 06:03:19 GMT + - Thu, 05 Feb 2026 09:21:58 GMT Pragma: - no-cache RequestId: - - 74159ae8-a15b-427d-8fa0-efb8187648c6 + - 2d212601-e2bf-4e36-bf87-afc22f6a2898 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -1156,7 +1156,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -1167,15 +1167,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:03:20 GMT + - Thu, 05 Feb 2026 09:21:58 GMT Pragma: - no-cache RequestId: - - 6adfba13-71e2-48b0-9ec5-6372989752b1 + - 8d09c329-d5a4-4998-bc3a-a690acb8f852 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1203,23 +1203,23 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "adbc12ba-2d82-495a-a52c-0b5173b2b51b", "type": "Report", + string: '{"value": [{"id": "a462551f-8850-4e5a-8cd5-41dc8910f5ab", "type": "Report", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", "type": "SemanticModel", "displayName": - "fabcli000001_auto", "description": "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", "type": "Notebook", "displayName": - "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": + "fabcli000001_auto", "description": "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": + "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": "fabcli000001_new_4", "description": - "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1232,11 +1232,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:03:21 GMT + - Thu, 05 Feb 2026 09:21:59 GMT Pragma: - no-cache RequestId: - - 5fa159f3-01d0-4e9d-b0ef-8274aafe7028 + - 2c041342-195e-47ad-ac4b-a1a9bde817d7 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1266,7 +1266,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/adbc12ba-2d82-495a-a52c-0b5173b2b51b + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/a462551f-8850-4e5a-8cd5-41dc8910f5ab response: body: string: '' @@ -1282,11 +1282,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Thu, 29 Jan 2026 06:03:22 GMT + - Thu, 05 Feb 2026 09:22:01 GMT Pragma: - no-cache RequestId: - - a81280dc-4e66-49ba-a76a-317f0a5a7334 + - fa0f90c6-661e-4b05-9941-fbd60e059b6a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[SQLDatabase].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[SQLDatabase].yaml index bc2c4422..7999ade5 100644 --- a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[SQLDatabase].yaml +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[SQLDatabase].yaml @@ -17,7 +17,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -28,15 +28,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:08:14 GMT + - Thu, 05 Feb 2026 09:27:51 GMT Pragma: - no-cache RequestId: - - fa7f31e5-696b-4277-bbeb-3a08252d994c + - 15e355f9-1f36-454a-9711-793eccaef8fd Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -64,42 +64,42 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": - "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": - "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": - "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", "displayName": "fabcli000001_new_10", "description": "Imported from fab", - "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "b9642da1-242d-43a9-ac2d-1920286544f8", "type": "KQLDashboard", "displayName": + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "4ccb32cf-68a2-4fdd-b663-4b46a803d5e6", "type": "KQLDashboard", "displayName": "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -108,15 +108,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '808' + - '807' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:08:15 GMT + - Thu, 05 Feb 2026 09:27:50 GMT Pragma: - no-cache RequestId: - - 92268546-8881-4a02-b65d-b6584a197636 + - 18b04e99-1507-4ce1-a137-9aa6fac3056d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -144,42 +144,42 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": - "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": - "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": - "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", "displayName": "fabcli000001_new_10", "description": "Imported from fab", - "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "b9642da1-242d-43a9-ac2d-1920286544f8", "type": "KQLDashboard", "displayName": + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "4ccb32cf-68a2-4fdd-b663-4b46a803d5e6", "type": "KQLDashboard", "displayName": "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -188,15 +188,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '808' + - '807' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:08:16 GMT + - Thu, 05 Feb 2026 09:27:51 GMT Pragma: - no-cache RequestId: - - 29b38223-b829-49c5-8941-57b1f709ef96 + - a770f10f-2389-48a1-80a1-8bae5b018242 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -227,7 +227,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/sqlDatabases + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/sqlDatabases response: body: string: 'null' @@ -243,15 +243,15 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:08:17 GMT + - Thu, 05 Feb 2026 09:27:53 GMT ETag: - '""' Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/8e58ea46-c6ad-454d-875d-14d4ade8a22b + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/cea8f2ad-3850-41ae-b352-9ae7870da7b8 Pragma: - no-cache RequestId: - - 52e71637-0905-43f0-84c7-2be662835f54 + - 5355fe93-7920-429a-b0ec-a81ead8f2c0b Retry-After: - '20' Strict-Transport-Security: @@ -265,7 +265,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - 8e58ea46-c6ad-454d-875d-14d4ade8a22b + - cea8f2ad-3850-41ae-b352-9ae7870da7b8 status: code: 202 message: Accepted @@ -283,11 +283,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/8e58ea46-c6ad-454d-875d-14d4ade8a22b + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/cea8f2ad-3850-41ae-b352-9ae7870da7b8 response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2026-01-29T06:08:17.0661644", - "lastUpdatedTimeUtc": "2026-01-29T06:08:33.9145263", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-05T09:27:52.8250641", + "lastUpdatedTimeUtc": "2026-02-05T09:28:10.3334284", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -301,13 +301,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:08:40 GMT + - Thu, 05 Feb 2026 09:28:15 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/8e58ea46-c6ad-454d-875d-14d4ade8a22b/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/cea8f2ad-3850-41ae-b352-9ae7870da7b8/result Pragma: - no-cache RequestId: - - 31dc1534-78f0-415e-ad91-a25e7436a388 + - ab41bff5-8e04-440f-9c60-ab50c7e7a784 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -315,7 +315,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - 8e58ea46-c6ad-454d-875d-14d4ade8a22b + - cea8f2ad-3850-41ae-b352-9ae7870da7b8 status: code: 200 message: OK @@ -333,12 +333,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/8e58ea46-c6ad-454d-875d-14d4ade8a22b/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/cea8f2ad-3850-41ae-b352-9ae7870da7b8/result response: body: - string: '{"id": "2c5ab325-0115-4d25-9ef5-ef7cf2410c28", "type": "SQLDatabase", + string: '{"id": "76c706b7-6494-4e66-bad5-581fe190919b", "type": "SQLDatabase", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId @@ -349,11 +349,11 @@ interactions: Content-Type: - application/json Date: - - Thu, 29 Jan 2026 06:08:41 GMT + - Thu, 05 Feb 2026 09:28:15 GMT Pragma: - no-cache RequestId: - - 99d84e35-9975-475e-8c6d-5e005f15c1b7 + - 1d10dca7-7d1c-4af9-99ff-63a7cbd308ad Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -383,7 +383,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -394,15 +394,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:08:41 GMT + - Thu, 05 Feb 2026 09:28:16 GMT Pragma: - no-cache RequestId: - - cf815bf1-3c05-430a-b3f0-4a97ad20476e + - aa8014d4-c735-4893-9882-1a71d5af1fb4 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -430,46 +430,46 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "92b7b4c0-3bd3-4c90-92bf-c2ea1b5a8afc", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "e9da8d3b-7c32-4543-8917-245e3e48a5f0", "type": "SQLEndpoint", "displayName": "fabcli000001", "description": "", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": - "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": - "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": - "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", "displayName": "fabcli000001_new_10", "description": "Imported from fab", - "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "b9642da1-242d-43a9-ac2d-1920286544f8", "type": "KQLDashboard", "displayName": + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "4ccb32cf-68a2-4fdd-b663-4b46a803d5e6", "type": "KQLDashboard", "displayName": "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "2c5ab325-0115-4d25-9ef5-ef7cf2410c28", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "76c706b7-6494-4e66-bad5-581fe190919b", "type": "SQLDatabase", "displayName": "fabcli000001", "description": "Created - by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -478,15 +478,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '875' + - '878' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:08:41 GMT + - Thu, 05 Feb 2026 09:28:17 GMT Pragma: - no-cache RequestId: - - 15a05dff-1108-4f79-908b-f2d082e03a81 + - 9e6c51c7-cdd0-4016-9ccf-1ce02cdab4e1 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -514,12 +514,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/2c5ab325-0115-4d25-9ef5-ef7cf2410c28 + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/76c706b7-6494-4e66-bad5-581fe190919b response: body: - string: '{"id": "2c5ab325-0115-4d25-9ef5-ef7cf2410c28", "type": "SQLDatabase", + string: '{"id": "76c706b7-6494-4e66-bad5-581fe190919b", "type": "SQLDatabase", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -528,17 +528,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '171' + - '170' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:08:42 GMT + - Thu, 05 Feb 2026 09:28:18 GMT ETag: - '""' Pragma: - no-cache RequestId: - - aadbd392-a592-413e-b6ad-4f7e6a0bb575 + - f56ac1d2-a4be-461c-98ba-a8c5f154ff6e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -568,7 +568,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/2c5ab325-0115-4d25-9ef5-ef7cf2410c28/getDefinition + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/76c706b7-6494-4e66-bad5-581fe190919b/getDefinition response: body: string: 'null' @@ -584,13 +584,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:08:43 GMT + - Thu, 05 Feb 2026 09:28:19 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/112997c0-c6ad-4ba2-92a1-00ff6ad51b1a + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/c667ccd7-9361-405a-a326-f3007f71636c Pragma: - no-cache RequestId: - - 84f33cd2-aada-425f-851e-e48352c88049 + - d7676cf0-4e33-4574-b88d-1f2e772798bb Retry-After: - '20' Strict-Transport-Security: @@ -604,7 +604,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - 112997c0-c6ad-4ba2-92a1-00ff6ad51b1a + - c667ccd7-9361-405a-a326-f3007f71636c status: code: 202 message: Accepted @@ -622,11 +622,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/112997c0-c6ad-4ba2-92a1-00ff6ad51b1a + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/c667ccd7-9361-405a-a326-f3007f71636c response: body: - string: '{"status": "Running", "createdTimeUtc": "2026-01-29T06:08:44.4942616", - "lastUpdatedTimeUtc": "2026-01-29T06:08:44.4942616", "percentComplete": null, + string: '{"status": "Running", "createdTimeUtc": "2026-02-05T09:28:19.1642221", + "lastUpdatedTimeUtc": "2026-02-05T09:28:19.1642221", "percentComplete": null, "error": null}' headers: Access-Control-Expose-Headers: @@ -636,17 +636,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '120' + - '121' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:09:06 GMT + - Thu, 05 Feb 2026 09:28:40 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/112997c0-c6ad-4ba2-92a1-00ff6ad51b1a + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/c667ccd7-9361-405a-a326-f3007f71636c Pragma: - no-cache RequestId: - - 215fb0b7-6adc-435b-9d82-e908f445fdad + - 43012ab9-5353-4a84-becb-9e0c5edb5b57 Retry-After: - '20' Strict-Transport-Security: @@ -656,7 +656,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - 112997c0-c6ad-4ba2-92a1-00ff6ad51b1a + - c667ccd7-9361-405a-a326-f3007f71636c status: code: 200 message: OK @@ -674,11 +674,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/112997c0-c6ad-4ba2-92a1-00ff6ad51b1a + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/c667ccd7-9361-405a-a326-f3007f71636c response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2026-01-29T06:08:44.4942616", - "lastUpdatedTimeUtc": "2026-01-29T06:09:13.3619637", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-05T09:28:19.1642221", + "lastUpdatedTimeUtc": "2026-02-05T09:28:48.1087655", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -688,17 +688,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '133' + - '131' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:09:28 GMT + - Thu, 05 Feb 2026 09:29:01 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/112997c0-c6ad-4ba2-92a1-00ff6ad51b1a/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/c667ccd7-9361-405a-a326-f3007f71636c/result Pragma: - no-cache RequestId: - - 209f797f-5ddc-43d9-aed4-c8c02b9305c5 + - 51eb9ef4-f88d-4923-ade2-f07d60bd53b3 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -706,7 +706,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - 112997c0-c6ad-4ba2-92a1-00ff6ad51b1a + - c667ccd7-9361-405a-a326-f3007f71636c status: code: 200 message: OK @@ -724,11 +724,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/112997c0-c6ad-4ba2-92a1-00ff6ad51b1a/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/c667ccd7-9361-405a-a326-f3007f71636c/result response: body: string: '{"definition": {"format": "dacpac", "parts": [{"path": "fabcli000001.dacpac", - "payload": "UEsDBBQAAAAIACMxPVzG6qC/qQIAALwHAAAJAAAAbW9kZWwueG1spVVdb9pAEHxOpf4Hy++1+VCbqjKJIgNNJEhIbKWqqgot9gInne+cu3ME+fXdw2ATCCm0D0jmvDOz7M4cweUi484zKs2k6LhNr+E6KBKZMjHruIWZfvrqXl58/BB0wUCUzDGDoUyRO33GsS9VBuaxBrdcp6ypztreZ9fp6vwWMuy4Q5YoqeXUeJbOi6Xk2isRXvTE7ac76cNEscQWTEBj+Xak5DNLUblOKDkHQ9yDhKWk2Wi3tw5Di0ChmWHPpNcHrtF16CcK3XHnxuTffF+vGLWXVc0kMvP1E5UqGoSfQuJHqBhw9rIi9VuNZstvtFyaw1lwjUCN2MezICy0kZlt1QnB4EyqZce9IvnbgnO9qqeqIRpIbU05hPq98wi8oJNYFdSlX3L6Nek7IveFNJjepCgMmzIazNtae2X/IRnKLKd5TBhnZmlNcEBzv24j2jxvnKj5gFNU5EfiiJc5UZBDSkccELe2tE+VJm3aoPJoqTkkG/U92EDOWAL8H5C9BRUJ4CNQpt7orxL8+yAsKvJcodZDpjVFrYs5CtpSwlD3lJKqplp7+KSx0ZTCLH0EMvGEo94a3tbxmjPwa0cHq2yXxD2OGdmmhm4SeZfbUFTupmjmqMyy2v46itUPiO4H4wEdieb4OwpUwMfhqDkOb8ZXUT2fHZobvYlJF6dQcHMn3vTuO0B9GuQHKEGbOAWlmJlfTaQ6oblQigSMbe8nQ55q+3Q8OpZKjGCG9MJgYqe8hX1llDfAfZKKcWF6wm4/PU7TqtFlzqavk9w+CFivawBiVhC2QvwNsOnueOB9gWoZGakwhNwUCl/fNUfgIgMcV1/jOYVxLnk9lfaX84MMQ1h0ZV6VVpfaXmGMWS7J8NeMQqqWD2jsRSzF7gp2Mr6OXpnOTSQDf+cv+OIPUEsDBBQAAAAIACMxPVzyU/AapQAAAMgAAAAPAAAARGFjTWV0YWRhdGEueG1sNY69DsIgGEV3E9+BsNuPdjBqKF2cXTTulNKWyE8FNNZXc/CRfAWxau52c3PueT2etLoZja7SB+VsifOMYCStcI2yXYkvsV2scMXmM7rl4jAOEqW5DSXuYxw2AEH00vCQGSW8C66NmXAGwlkH6RMUGi5gL73iWt15TBdQkLwAUuDERIjuuJGs5bXQannqxno9EOcoTPU0OH7NWBL7hMK/SErwc2JvUEsDBBQAAAAIACMxPVykV9JPLQIAAF0EAAAKAAAAT3JpZ2luLnhtbKVUy27bMBC8F+g/CLo24ksv0pAUOJYDFEWaAHF7pyk6ISyJDkkVTX+th35Sf6GULTtN65565O7OznCWy5/ffxSXX7s2+CKNVbovQwxQGMhe6Eb1D2U4uE1Ew8vq7Zui5uLWqAfVBx7Q2zJ8dG43g9CKR9lxCzoljLZ644DQHbRPrZXGt4UNF/BeGsVb9Y07TwIJwgQiEvquQVDccbHlD/LO6J00Tkm7D/vE54OmKgZeFEAFPAam/EL3jqveLr/utHGyqbnj1YZ73gKezU24e2ck76ZmR7YXvuCQ/8g7WYYjLqzIyP+3gn9h5K7Vz53s3ajCqPXgtLFhtb/FmXvAM4IKeN6W4taf9i4e0e8bT6Tcc5VhkWSZQBFFiERJQuJo3WAabTYoT9YMI5nFBTyVn8zgxlUEkSxCOCJshbIZYjMUA4QZoxi/Q2iGvOhD4YRa9s0ZTA7SnJAUp0fMWDYh/D2aQbjRoerm9FJGe8FK69aC+/0zAitut/7w1F4EkyElzve+AXQRLIbWDUaWvRyc4b7mbli3SnyQzyu9lX1JGU3SRjQUUSQEw97G33hfSzlOYWxPQJqCl+o/BjRFDwqr/332J5ap32Hcr+daLB6l2NqhOy3DMRB8MqoMYacb2QK/iGFVX7H5cn6VLJI5zTHNY5TRa1ajBUsThJckThnL6wXLWI3j+TVBS7ok1ySlJGfpfF77ZZl6T1Jecxc3I9VB68tGpgU8E/e/BDx9E9UvUEsDBBQAAAAIACMxPVztodPgjwAAAK8AAAATAAAAW0NvbnRlbnRfVHlwZXNdLnhtbCWNSw6CMBCGr9LMHgZdGGPaulBv4AWaOjwiTBs6GDybC4/kFSyw/J/f7/PV53no1YvG1AU2sCsrUMQ+PDpuDExSF0c4W31/R0oqVzkZaEXiCTH5lgaXyhCJc1KHcXCS5dhgdP7pGsJ9VR3QBxZiKWT5AKuvVLupF3Wbs71h8xzUZestKANCs+Bqo9W44u0fUEsBAhQAFAAAAAgAIzE9XMbqoL+pAgAAvAcAAAkAAAAAAAAAAAAAAAAAAAAAAG1vZGVsLnhtbFBLAQIUABQAAAAIACMxPVzyU/AapQAAAMgAAAAPAAAAAAAAAAAAAAAAANACAABEYWNNZXRhZGF0YS54bWxQSwECFAAUAAAACAAjMT1cpFfSTy0CAABdBAAACgAAAAAAAAAAAAAAAACiAwAAT3JpZ2luLnhtbFBLAQIUABQAAAAIACMxPVztodPgjwAAAK8AAAATAAAAAAAAAAAAAAAAAPcFAABbQ29udGVudF9UeXBlc10ueG1sUEsFBgAAAAAEAAQA7QAAALcGAAAAAA==", + "payload": "UEsDBBQAAAAIAJRLRVzG6qC/qQIAALwHAAAJAAAAbW9kZWwueG1spVVdb9pAEHxOpf4Hy++1+VCbqjKJIgNNJEhIbKWqqgot9gInne+cu3ME+fXdw2ATCCm0D0jmvDOz7M4cweUi484zKs2k6LhNr+E6KBKZMjHruIWZfvrqXl58/BB0wUCUzDGDoUyRO33GsS9VBuaxBrdcp6ypztreZ9fp6vwWMuy4Q5YoqeXUeJbOi6Xk2isRXvTE7ac76cNEscQWTEBj+Xak5DNLUblOKDkHQ9yDhKWk2Wi3tw5Di0ChmWHPpNcHrtF16CcK3XHnxuTffF+vGLWXVc0kMvP1E5UqGoSfQuJHqBhw9rIi9VuNZstvtFyaw1lwjUCN2MezICy0kZlt1QnB4EyqZce9IvnbgnO9qqeqIRpIbU05hPq98wi8oJNYFdSlX3L6Nek7IveFNJjepCgMmzIazNtae2X/IRnKLKd5TBhnZmlNcEBzv24j2jxvnKj5gFNU5EfiiJc5UZBDSkccELe2tE+VJm3aoPJoqTkkG/U92EDOWAL8H5C9BRUJ4CNQpt7orxL8+yAsKvJcodZDpjVFrYs5CtpSwlD3lJKqplp7+KSx0ZTCLH0EMvGEo94a3tbxmjPwa0cHq2yXxD2OGdmmhm4SeZfbUFTupmjmqMyy2v46itUPiO4H4wEdieb4OwpUwMfhqDkOb8ZXUT2fHZobvYlJF6dQcHMn3vTuO0B9GuQHKEGbOAWlmJlfTaQ6oblQigSMbe8nQ55q+3Q8OpZKjGCG9MJgYqe8hX1llDfAfZKKcWF6wm4/PU7TqtFlzqavk9w+CFivawBiVhC2QvwNsOnueOB9gWoZGakwhNwUCl/fNUfgIgMcV1/jOYVxLnk9lfaX84MMQ1h0ZV6VVpfaXmGMWS7J8NeMQqqWD2jsRSzF7gp2Mr6OXpnOTSQDf+cv+OIPUEsDBBQAAAAIAJRLRVwtSIWLpwAAAMgAAAAPAAAARGFjTWV0YWRhdGEueG1sNY5NDoIwGET3Jt6h6V4+IBrUlLJx7UbjvtYCDf3Bthj1ai48klewomZ2k8mb93o8SXXVCl2E89KaEmdJipEw3J6kaUo8hHq2xBWdTsiG8f2tFyjOjS9xG0K/BvC8FZr5REvurLd1SLjV4M/KCxehcGIcdsJJpuSdhXgBeZrlkOY4MhEiW6YFrdmRKzms5l23KJquIDDW4+DwNaNR7BMC/yIqwc+JvgFQSwMEFAAAAAgAlEtFXLxtdL8uAgAAXQQAAAoAAABPcmlnaW4ueG1spVTLbtswELwX6D8IujbmS5JFGpICx7KBokhjwG7vDEXHhCXRIaki6a/10E/qL5SyZadp3FOPXO7sDGd3+evHz+z6qamDb9JYpds8xACFgWyFrlT7kIed24xoeF28f5eVXNwZ9aDawANam4db5/YTCK3YyoZb0ChhtNUbB4RuoH2srTS+LKy4gCtpFK/Vd+48CSQIE4hI6KsGQbbkYscf5NLovTROSXsI+4uvR01FBLwogDJ4Cgz3M906rlo7f9pr42RVcseLDfe8Gbx4N+BWzkjeDMVObC98wfH+M29kHva4sCA9/1sF/8LIfa2fG9m6XoVR953TxobF4RUX3gEvCMrgZVuyO386uHhCf6w8kXLPBRb3GKWMjCpMN6M4jaIR2yRk5GNjmeJxjHmSwXP62QxuXEEQGY+Qz03WiE0InUQpwFFCY4w/IDRBXvQxcUDN2+otJsYgxilmhJwwfdqA8O+oOuF6h4rb86T09oK11rUFq8MYgTW3O394rK+CwZAcpwffALoKZl3tOiPzVnbOcJ+z7O5rJT7J57XeyTanjMZJJSqKKBKCYW/jH7yvpZy60JcnIEnAS/ZfDRqiR4XF/479mWWod2z3675ms60UO9s152U4BYIvRuUhbHQla+AXMSzKGzadT2/iWTylKaZphMZ0wUo0Y0mM8JxECWNpOWNjVuJouiBoTudkQRJKUpZMp6VflqH2IOU1d3bbUx21vmykn6QLcf9LwPM3UfwGUEsDBBQAAAAIAJRLRVztodPgjwAAAK8AAAATAAAAW0NvbnRlbnRfVHlwZXNdLnhtbCWNSw6CMBCGr9LMHgZdGGPaulBv4AWaOjwiTBs6GDybC4/kFSyw/J/f7/PV53no1YvG1AU2sCsrUMQ+PDpuDExSF0c4W31/R0oqVzkZaEXiCTH5lgaXyhCJc1KHcXCS5dhgdP7pGsJ9VR3QBxZiKWT5AKuvVLupF3Wbs71h8xzUZestKANCs+Bqo9W44u0fUEsBAhQAFAAAAAgAlEtFXMbqoL+pAgAAvAcAAAkAAAAAAAAAAAAAAAAAAAAAAG1vZGVsLnhtbFBLAQIUABQAAAAIAJRLRVwtSIWLpwAAAMgAAAAPAAAAAAAAAAAAAAAAANACAABEYWNNZXRhZGF0YS54bWxQSwECFAAUAAAACACUS0VcvG10vy4CAABdBAAACgAAAAAAAAAAAAAAAACkAwAAT3JpZ2luLnhtbFBLAQIUABQAAAAIAJRLRVztodPgjwAAAK8AAAATAAAAAAAAAAAAAAAAAPoFAABbQ29udGVudF9UeXBlc10ueG1sUEsFBgAAAAAEAAQA7QAAALoGAAAAAA==", "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIlNRTERhdGFiYXNlIiwKICAgICJkaXNwbGF5TmFtZSI6ICJmYWJjbGkwMDAwMDEiLAogICAgImRlc2NyaXB0aW9uIjogIkNyZWF0ZWQgYnkgZmFiIgogIH0sCiAgImNvbmZpZyI6IHsKICAgICJ2ZXJzaW9uIjogIjIuMCIsCiAgICAibG9naWNhbElkIjogIjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIKICB9Cn0=", "payloadType": "InlineBase64"}]}}' headers: @@ -741,11 +741,11 @@ interactions: Content-Type: - application/json Date: - - Thu, 29 Jan 2026 06:09:29 GMT + - Thu, 05 Feb 2026 09:29:02 GMT Pragma: - no-cache RequestId: - - 25e076c6-1256-440c-80cf-b738f660180a + - 23628b92-275e-46c6-b5e9-ee6d7b60d5f8 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -775,7 +775,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -786,15 +786,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:09:30 GMT + - Thu, 05 Feb 2026 09:29:04 GMT Pragma: - no-cache RequestId: - - c5b12761-37cd-48a0-ae96-0cca78e8683d + - 66550e4a-9a14-4012-ba04-fd7b6dd272c1 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -822,46 +822,46 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "92b7b4c0-3bd3-4c90-92bf-c2ea1b5a8afc", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "e9da8d3b-7c32-4543-8917-245e3e48a5f0", "type": "SQLEndpoint", "displayName": "fabcli000001", "description": "", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": - "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": - "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": - "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", "displayName": "fabcli000001_new_10", "description": "Imported from fab", - "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "b9642da1-242d-43a9-ac2d-1920286544f8", "type": "KQLDashboard", "displayName": + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "4ccb32cf-68a2-4fdd-b663-4b46a803d5e6", "type": "KQLDashboard", "displayName": "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "2c5ab325-0115-4d25-9ef5-ef7cf2410c28", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "76c706b7-6494-4e66-bad5-581fe190919b", "type": "SQLDatabase", "displayName": "fabcli000001", "description": "Created - by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -870,15 +870,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '875' + - '878' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:09:31 GMT + - Thu, 05 Feb 2026 09:29:05 GMT Pragma: - no-cache RequestId: - - f24cc156-172e-41ce-9e89-aab242661981 + - d824c673-4f9b-4c1e-9ff9-6c175716bc05 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -906,46 +906,46 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "92b7b4c0-3bd3-4c90-92bf-c2ea1b5a8afc", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "e9da8d3b-7c32-4543-8917-245e3e48a5f0", "type": "SQLEndpoint", "displayName": "fabcli000001", "description": "", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": - "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": - "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": - "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", "displayName": "fabcli000001_new_10", "description": "Imported from fab", - "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "b9642da1-242d-43a9-ac2d-1920286544f8", "type": "KQLDashboard", "displayName": + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "4ccb32cf-68a2-4fdd-b663-4b46a803d5e6", "type": "KQLDashboard", "displayName": "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "2c5ab325-0115-4d25-9ef5-ef7cf2410c28", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "76c706b7-6494-4e66-bad5-581fe190919b", "type": "SQLDatabase", "displayName": "fabcli000001", "description": "Created - by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -954,15 +954,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '875' + - '878' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:09:31 GMT + - Thu, 05 Feb 2026 09:29:05 GMT Pragma: - no-cache RequestId: - - a59a107d-ee4b-4592-aa74-fa0622f25b0e + - cdbdff2e-b3e1-43b7-a60a-d3b0e5d41708 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -980,7 +980,7 @@ interactions: body: '{"type": "SQLDatabase", "description": "Imported from fab", "folderId": null, "displayName": "fabcli000001_new_13", "definition": {"parts": [{"path": ".platform", "payload": "ewogICAgIiRzY2hlbWEiOiAiaHR0cHM6Ly9kZXZlbG9wZXIubWljcm9zb2Z0LmNvbS9qc29uLXNjaGVtYXMvZmFicmljL2dpdEludGVncmF0aW9uL3BsYXRmb3JtUHJvcGVydGllcy8yLjAuMC9zY2hlbWEuanNvbiIsCiAgICAibWV0YWRhdGEiOiB7CiAgICAgICAgInR5cGUiOiAiU1FMRGF0YWJhc2UiLAogICAgICAgICJkaXNwbGF5TmFtZSI6ICJmYWJjbGkwMDAwMDEiLAogICAgICAgICJkZXNjcmlwdGlvbiI6ICJDcmVhdGVkIGJ5IGZhYiIKICAgIH0sCiAgICAiY29uZmlnIjogewogICAgICAgICJ2ZXJzaW9uIjogIjIuMCIsCiAgICAgICAgImxvZ2ljYWxJZCI6ICIwMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiCiAgICB9Cn0=", - "payloadType": "InlineBase64"}, {"path": "fabcli000001.dacpac", "payload": "UEsDBBQAAAAIACMxPVzG6qC/qQIAALwHAAAJAAAAbW9kZWwueG1spVVdb9pAEHxOpf4Hy++1+VCbqjKJIgNNJEhIbKWqqgot9gInne+cu3ME+fXdw2ATCCm0D0jmvDOz7M4cweUi484zKs2k6LhNr+E6KBKZMjHruIWZfvrqXl58/BB0wUCUzDGDoUyRO33GsS9VBuaxBrdcp6ypztreZ9fp6vwWMuy4Q5YoqeXUeJbOi6Xk2isRXvTE7ac76cNEscQWTEBj+Xak5DNLUblOKDkHQ9yDhKWk2Wi3tw5Di0ChmWHPpNcHrtF16CcK3XHnxuTffF+vGLWXVc0kMvP1E5UqGoSfQuJHqBhw9rIi9VuNZstvtFyaw1lwjUCN2MezICy0kZlt1QnB4EyqZce9IvnbgnO9qqeqIRpIbU05hPq98wi8oJNYFdSlX3L6Nek7IveFNJjepCgMmzIazNtae2X/IRnKLKd5TBhnZmlNcEBzv24j2jxvnKj5gFNU5EfiiJc5UZBDSkccELe2tE+VJm3aoPJoqTkkG/U92EDOWAL8H5C9BRUJ4CNQpt7orxL8+yAsKvJcodZDpjVFrYs5CtpSwlD3lJKqplp7+KSx0ZTCLH0EMvGEo94a3tbxmjPwa0cHq2yXxD2OGdmmhm4SeZfbUFTupmjmqMyy2v46itUPiO4H4wEdieb4OwpUwMfhqDkOb8ZXUT2fHZobvYlJF6dQcHMn3vTuO0B9GuQHKEGbOAWlmJlfTaQ6oblQigSMbe8nQ55q+3Q8OpZKjGCG9MJgYqe8hX1llDfAfZKKcWF6wm4/PU7TqtFlzqavk9w+CFivawBiVhC2QvwNsOnueOB9gWoZGakwhNwUCl/fNUfgIgMcV1/jOYVxLnk9lfaX84MMQ1h0ZV6VVpfaXmGMWS7J8NeMQqqWD2jsRSzF7gp2Mr6OXpnOTSQDf+cv+OIPUEsDBBQAAAAIACMxPVzyU/AapQAAAMgAAAAPAAAARGFjTWV0YWRhdGEueG1sNY69DsIgGEV3E9+BsNuPdjBqKF2cXTTulNKWyE8FNNZXc/CRfAWxau52c3PueT2etLoZja7SB+VsifOMYCStcI2yXYkvsV2scMXmM7rl4jAOEqW5DSXuYxw2AEH00vCQGSW8C66NmXAGwlkH6RMUGi5gL73iWt15TBdQkLwAUuDERIjuuJGs5bXQannqxno9EOcoTPU0OH7NWBL7hMK/SErwc2JvUEsDBBQAAAAIACMxPVykV9JPLQIAAF0EAAAKAAAAT3JpZ2luLnhtbKVUy27bMBC8F+g/CLo24ksv0pAUOJYDFEWaAHF7pyk6ISyJDkkVTX+th35Sf6GULTtN65565O7OznCWy5/ffxSXX7s2+CKNVbovQwxQGMhe6Eb1D2U4uE1Ew8vq7Zui5uLWqAfVBx7Q2zJ8dG43g9CKR9lxCzoljLZ644DQHbRPrZXGt4UNF/BeGsVb9Y07TwIJwgQiEvquQVDccbHlD/LO6J00Tkm7D/vE54OmKgZeFEAFPAam/EL3jqveLr/utHGyqbnj1YZ73gKezU24e2ck76ZmR7YXvuCQ/8g7WYYjLqzIyP+3gn9h5K7Vz53s3ajCqPXgtLFhtb/FmXvAM4IKeN6W4taf9i4e0e8bT6Tcc5VhkWSZQBFFiERJQuJo3WAabTYoT9YMI5nFBTyVn8zgxlUEkSxCOCJshbIZYjMUA4QZoxi/Q2iGvOhD4YRa9s0ZTA7SnJAUp0fMWDYh/D2aQbjRoerm9FJGe8FK69aC+/0zAitut/7w1F4EkyElzve+AXQRLIbWDUaWvRyc4b7mbli3SnyQzyu9lX1JGU3SRjQUUSQEw97G33hfSzlOYWxPQJqCl+o/BjRFDwqr/332J5ap32Hcr+daLB6l2NqhOy3DMRB8MqoMYacb2QK/iGFVX7H5cn6VLJI5zTHNY5TRa1ajBUsThJckThnL6wXLWI3j+TVBS7ok1ySlJGfpfF77ZZl6T1Jecxc3I9VB68tGpgU8E/e/BDx9E9UvUEsDBBQAAAAIACMxPVztodPgjwAAAK8AAAATAAAAW0NvbnRlbnRfVHlwZXNdLnhtbCWNSw6CMBCGr9LMHgZdGGPaulBv4AWaOjwiTBs6GDybC4/kFSyw/J/f7/PV53no1YvG1AU2sCsrUMQ+PDpuDExSF0c4W31/R0oqVzkZaEXiCTH5lgaXyhCJc1KHcXCS5dhgdP7pGsJ9VR3QBxZiKWT5AKuvVLupF3Wbs71h8xzUZestKANCs+Bqo9W44u0fUEsBAhQAFAAAAAgAIzE9XMbqoL+pAgAAvAcAAAkAAAAAAAAAAAAAAAAAAAAAAG1vZGVsLnhtbFBLAQIUABQAAAAIACMxPVzyU/AapQAAAMgAAAAPAAAAAAAAAAAAAAAAANACAABEYWNNZXRhZGF0YS54bWxQSwECFAAUAAAACAAjMT1cpFfSTy0CAABdBAAACgAAAAAAAAAAAAAAAACiAwAAT3JpZ2luLnhtbFBLAQIUABQAAAAIACMxPVztodPgjwAAAK8AAAATAAAAAAAAAAAAAAAAAPcFAABbQ29udGVudF9UeXBlc10ueG1sUEsFBgAAAAAEAAQA7QAAALcGAAAAAA==", + "payloadType": "InlineBase64"}, {"path": "fabcli000001.dacpac", "payload": "UEsDBBQAAAAIAJRLRVzG6qC/qQIAALwHAAAJAAAAbW9kZWwueG1spVVdb9pAEHxOpf4Hy++1+VCbqjKJIgNNJEhIbKWqqgot9gInne+cu3ME+fXdw2ATCCm0D0jmvDOz7M4cweUi484zKs2k6LhNr+E6KBKZMjHruIWZfvrqXl58/BB0wUCUzDGDoUyRO33GsS9VBuaxBrdcp6ypztreZ9fp6vwWMuy4Q5YoqeXUeJbOi6Xk2isRXvTE7ac76cNEscQWTEBj+Xak5DNLUblOKDkHQ9yDhKWk2Wi3tw5Di0ChmWHPpNcHrtF16CcK3XHnxuTffF+vGLWXVc0kMvP1E5UqGoSfQuJHqBhw9rIi9VuNZstvtFyaw1lwjUCN2MezICy0kZlt1QnB4EyqZce9IvnbgnO9qqeqIRpIbU05hPq98wi8oJNYFdSlX3L6Nek7IveFNJjepCgMmzIazNtae2X/IRnKLKd5TBhnZmlNcEBzv24j2jxvnKj5gFNU5EfiiJc5UZBDSkccELe2tE+VJm3aoPJoqTkkG/U92EDOWAL8H5C9BRUJ4CNQpt7orxL8+yAsKvJcodZDpjVFrYs5CtpSwlD3lJKqplp7+KSx0ZTCLH0EMvGEo94a3tbxmjPwa0cHq2yXxD2OGdmmhm4SeZfbUFTupmjmqMyy2v46itUPiO4H4wEdieb4OwpUwMfhqDkOb8ZXUT2fHZobvYlJF6dQcHMn3vTuO0B9GuQHKEGbOAWlmJlfTaQ6oblQigSMbe8nQ55q+3Q8OpZKjGCG9MJgYqe8hX1llDfAfZKKcWF6wm4/PU7TqtFlzqavk9w+CFivawBiVhC2QvwNsOnueOB9gWoZGakwhNwUCl/fNUfgIgMcV1/jOYVxLnk9lfaX84MMQ1h0ZV6VVpfaXmGMWS7J8NeMQqqWD2jsRSzF7gp2Mr6OXpnOTSQDf+cv+OIPUEsDBBQAAAAIAJRLRVwtSIWLpwAAAMgAAAAPAAAARGFjTWV0YWRhdGEueG1sNY5NDoIwGET3Jt6h6V4+IBrUlLJx7UbjvtYCDf3Bthj1ai48klewomZ2k8mb93o8SXXVCl2E89KaEmdJipEw3J6kaUo8hHq2xBWdTsiG8f2tFyjOjS9xG0K/BvC8FZr5REvurLd1SLjV4M/KCxehcGIcdsJJpuSdhXgBeZrlkOY4MhEiW6YFrdmRKzms5l23KJquIDDW4+DwNaNR7BMC/yIqwc+JvgFQSwMEFAAAAAgAlEtFXLxtdL8uAgAAXQQAAAoAAABPcmlnaW4ueG1spVTLbtswELwX6D8IujbmS5JFGpICx7KBokhjwG7vDEXHhCXRIaki6a/10E/qL5SyZadp3FOPXO7sDGd3+evHz+z6qamDb9JYpds8xACFgWyFrlT7kIed24xoeF28f5eVXNwZ9aDawANam4db5/YTCK3YyoZb0ChhtNUbB4RuoH2srTS+LKy4gCtpFK/Vd+48CSQIE4hI6KsGQbbkYscf5NLovTROSXsI+4uvR01FBLwogDJ4Cgz3M906rlo7f9pr42RVcseLDfe8Gbx4N+BWzkjeDMVObC98wfH+M29kHva4sCA9/1sF/8LIfa2fG9m6XoVR953TxobF4RUX3gEvCMrgZVuyO386uHhCf6w8kXLPBRb3GKWMjCpMN6M4jaIR2yRk5GNjmeJxjHmSwXP62QxuXEEQGY+Qz03WiE0InUQpwFFCY4w/IDRBXvQxcUDN2+otJsYgxilmhJwwfdqA8O+oOuF6h4rb86T09oK11rUFq8MYgTW3O394rK+CwZAcpwffALoKZl3tOiPzVnbOcJ+z7O5rJT7J57XeyTanjMZJJSqKKBKCYW/jH7yvpZy60JcnIEnAS/ZfDRqiR4XF/479mWWod2z3675ms60UO9s152U4BYIvRuUhbHQla+AXMSzKGzadT2/iWTylKaZphMZ0wUo0Y0mM8JxECWNpOWNjVuJouiBoTudkQRJKUpZMp6VflqH2IOU1d3bbUx21vmykn6QLcf9LwPM3UfwGUEsDBBQAAAAIAJRLRVztodPgjwAAAK8AAAATAAAAW0NvbnRlbnRfVHlwZXNdLnhtbCWNSw6CMBCGr9LMHgZdGGPaulBv4AWaOjwiTBs6GDybC4/kFSyw/J/f7/PV53no1YvG1AU2sCsrUMQ+PDpuDExSF0c4W31/R0oqVzkZaEXiCTH5lgaXyhCJc1KHcXCS5dhgdP7pGsJ9VR3QBxZiKWT5AKuvVLupF3Wbs71h8xzUZestKANCs+Bqo9W44u0fUEsBAhQAFAAAAAgAlEtFXMbqoL+pAgAAvAcAAAkAAAAAAAAAAAAAAAAAAAAAAG1vZGVsLnhtbFBLAQIUABQAAAAIAJRLRVwtSIWLpwAAAMgAAAAPAAAAAAAAAAAAAAAAANACAABEYWNNZXRhZGF0YS54bWxQSwECFAAUAAAACACUS0VcvG10vy4CAABdBAAACgAAAAAAAAAAAAAAAACkAwAAT3JpZ2luLnhtbFBLAQIUABQAAAAIAJRLRVztodPgjwAAAK8AAAATAAAAAAAAAAAAAAAAAPoFAABbQ29udGVudF9UeXBlc10ueG1sUEsFBgAAAAAEAAQA7QAAALoGAAAAAA==", "payloadType": "InlineBase64"}]}}' headers: Accept: @@ -990,13 +990,13 @@ interactions: Connection: - keep-alive Content-Length: - - '3434' + - '3438' Content-Type: - application/json User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: string: 'null' @@ -1012,15 +1012,15 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:09:33 GMT + - Thu, 05 Feb 2026 09:29:07 GMT ETag: - '""' Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/3d58c992-bda3-4a63-af62-301016ea3b00 + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/9bb15425-5bec-447a-aa54-d7c690ea74b2 Pragma: - no-cache RequestId: - - 0d248632-5bae-4628-b526-c76aca57080c + - 7f2c90f1-cfc4-40fc-a023-99334f9e7506 Retry-After: - '20' Strict-Transport-Security: @@ -1034,7 +1034,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - 3d58c992-bda3-4a63-af62-301016ea3b00 + - 9bb15425-5bec-447a-aa54-d7c690ea74b2 status: code: 202 message: Accepted @@ -1052,11 +1052,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/3d58c992-bda3-4a63-af62-301016ea3b00 + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/9bb15425-5bec-447a-aa54-d7c690ea74b2 response: body: - string: '{"status": "Running", "createdTimeUtc": "2026-01-29T06:09:33.2114713", - "lastUpdatedTimeUtc": "2026-01-29T06:09:33.2114713", "percentComplete": null, + string: '{"status": "Running", "createdTimeUtc": "2026-02-05T09:29:07.2694804", + "lastUpdatedTimeUtc": "2026-02-05T09:29:07.2694804", "percentComplete": null, "error": null}' headers: Access-Control-Expose-Headers: @@ -1066,17 +1066,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '121' + - '122' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:09:55 GMT + - Thu, 05 Feb 2026 09:29:29 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/3d58c992-bda3-4a63-af62-301016ea3b00 + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/9bb15425-5bec-447a-aa54-d7c690ea74b2 Pragma: - no-cache RequestId: - - 6b975fd9-d493-4435-8756-55fe6507e1b9 + - 7033ce5e-7e9c-4566-b784-2c26403fb6f9 Retry-After: - '20' Strict-Transport-Security: @@ -1086,7 +1086,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - 3d58c992-bda3-4a63-af62-301016ea3b00 + - 9bb15425-5bec-447a-aa54-d7c690ea74b2 status: code: 200 message: OK @@ -1104,11 +1104,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/3d58c992-bda3-4a63-af62-301016ea3b00 + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/9bb15425-5bec-447a-aa54-d7c690ea74b2 response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2026-01-29T06:09:33.2114713", - "lastUpdatedTimeUtc": "2026-01-29T06:10:02.9685317", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-05T09:29:07.2694804", + "lastUpdatedTimeUtc": "2026-02-05T09:29:36.9183721", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -1118,17 +1118,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '133' + - '132' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:10:17 GMT + - Thu, 05 Feb 2026 09:29:50 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/3d58c992-bda3-4a63-af62-301016ea3b00/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/9bb15425-5bec-447a-aa54-d7c690ea74b2/result Pragma: - no-cache RequestId: - - f6444641-beca-427d-9267-ef99f9a65bcf + - f306e7d0-eefe-4751-bd00-004c52eabdf6 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1136,7 +1136,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - 3d58c992-bda3-4a63-af62-301016ea3b00 + - 9bb15425-5bec-447a-aa54-d7c690ea74b2 status: code: 200 message: OK @@ -1154,12 +1154,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/3d58c992-bda3-4a63-af62-301016ea3b00/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/9bb15425-5bec-447a-aa54-d7c690ea74b2/result response: body: - string: '{"id": "f7c30119-d21f-43c3-9104-ebc1ef33cfd1", "type": "SQLDatabase", + string: '{"id": "bca94329-a156-4d11-8f9d-d851443390ce", "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": "Imported from fab", - "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId @@ -1170,11 +1170,11 @@ interactions: Content-Type: - application/json Date: - - Thu, 29 Jan 2026 06:10:18 GMT + - Thu, 05 Feb 2026 09:29:51 GMT Pragma: - no-cache RequestId: - - 525ae106-656b-4edc-a41a-a0839cc7b0fb + - f4f7c7a6-60ed-4c35-af94-ef53bc16b798 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -1204,7 +1204,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -1215,15 +1215,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:10:18 GMT + - Thu, 05 Feb 2026 09:29:52 GMT Pragma: - no-cache RequestId: - - 62a47a35-c83e-45cb-94c5-6bbdea63559c + - 7c0b67a3-cdbc-45ee-b8b8-5a61a1711b8e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1251,50 +1251,50 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "a570a170-fc80-4329-a255-c016d930fdf8", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "92b7b4c0-3bd3-4c90-92bf-c2ea1b5a8afc", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "e9da8d3b-7c32-4543-8917-245e3e48a5f0", "type": "SQLEndpoint", "displayName": "fabcli000001", "description": "", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5bc804ae-de7a-4706-9db3-b5af43092215", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "47d9d38e-13b6-44a5-accb-df3c846ebb5d", "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "f07a30f5-3039-4984-a928-dd75fa7ddb7c", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "dc332919-962c-406d-b832-afb25317ac08", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "75c8386c-4e3e-443a-a5b6-a84a28381fc0", "type": "KQLDatabase", "displayName": - "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "65326d62-1496-41cf-960d-52a06cad95df", "type": "KQLQueryset", "displayName": - "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "4c6070d7-7fa8-479f-9ba4-b7a2a8c16918", "type": "Eventhouse", "displayName": - "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "53ec6f02-361b-4b41-abe3-f655b1291f3b", "type": "MirroredDatabase", + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", "displayName": "fabcli000001_new_10", "description": "Imported from fab", - "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "7791ce9a-c38c-409b-92b0-4a7a1a325bd0", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "b9642da1-242d-43a9-ac2d-1920286544f8", "type": "KQLDashboard", "displayName": + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "4ccb32cf-68a2-4fdd-b663-4b46a803d5e6", "type": "KQLDashboard", "displayName": "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "2c5ab325-0115-4d25-9ef5-ef7cf2410c28", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "76c706b7-6494-4e66-bad5-581fe190919b", "type": "SQLDatabase", "displayName": "fabcli000001", "description": "Created - by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f7c30119-d21f-43c3-9104-ebc1ef33cfd1", + by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "bca94329-a156-4d11-8f9d-d851443390ce", "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": - "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1303,15 +1303,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '936' + - '947' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:10:19 GMT + - Thu, 05 Feb 2026 09:29:54 GMT Pragma: - no-cache RequestId: - - 24eafe26-fe31-4449-969d-4231325a656c + - c0b880f9-3f9d-44b4-9a8c-1e88d3bcf1b5 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1341,7 +1341,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/2c5ab325-0115-4d25-9ef5-ef7cf2410c28 + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/76c706b7-6494-4e66-bad5-581fe190919b response: body: string: '' @@ -1357,11 +1357,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Thu, 29 Jan 2026 06:10:20 GMT + - Thu, 05 Feb 2026 09:29:54 GMT Pragma: - no-cache RequestId: - - 7bdf6492-595f-49da-9413-a47349d7df57 + - b43f7561-3164-4eba-8538-d19560c50917 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[SemanticModel].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[SemanticModel].yaml index 8348f455..eaeee0e6 100644 --- a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[SemanticModel].yaml +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[SemanticModel].yaml @@ -17,7 +17,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -28,15 +28,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:03:23 GMT + - Thu, 05 Feb 2026 09:22:01 GMT Pragma: - no-cache RequestId: - - 7c77369b-49d8-4c4a-b8a3-b153f7f57b2e + - ea4e9863-2af7-445e-af08-bb299fc4334e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -64,20 +64,20 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -86,15 +86,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '386' + - '387' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:03:24 GMT + - Thu, 05 Feb 2026 09:22:02 GMT Pragma: - no-cache RequestId: - - dc107d82-18cf-4670-bf56-4294d1fa4aff + - 7067f9b7-cc7a-4439-b533-b9e8b5fc628a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -122,20 +122,20 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -144,15 +144,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '386' + - '387' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:03:24 GMT + - Thu, 05 Feb 2026 09:22:02 GMT Pragma: - no-cache RequestId: - - 2ebd19e7-23fd-4737-abd7-7dc3be86c85c + - d22f0c5f-e623-40a1-bbcf-dce1a78b6104 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -191,7 +191,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/semanticModels + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/semanticModels response: body: string: 'null' @@ -207,13 +207,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:03:26 GMT + - Thu, 05 Feb 2026 09:22:03 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/6a93ecae-c2fc-4800-8d9a-ce1ff4fafaa4 + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/dab46150-2ff9-48b5-bc46-a107942dcc08 Pragma: - no-cache RequestId: - - 64242a03-8b3c-4478-9b2f-a4fd73351505 + - 007bc3bc-b05f-4e9b-9cb4-5f2d9ecaed4e Retry-After: - '20' Strict-Transport-Security: @@ -227,7 +227,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - 6a93ecae-c2fc-4800-8d9a-ce1ff4fafaa4 + - dab46150-2ff9-48b5-bc46-a107942dcc08 status: code: 202 message: Accepted @@ -245,11 +245,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/6a93ecae-c2fc-4800-8d9a-ce1ff4fafaa4 + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/dab46150-2ff9-48b5-bc46-a107942dcc08 response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2026-01-29T06:03:26.3813706", - "lastUpdatedTimeUtc": "2026-01-29T06:03:37.1346234", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-05T09:22:04.6353528", + "lastUpdatedTimeUtc": "2026-02-05T09:22:15.2634986", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -259,17 +259,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '132' + - '131' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:03:48 GMT + - Thu, 05 Feb 2026 09:22:25 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/6a93ecae-c2fc-4800-8d9a-ce1ff4fafaa4/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/dab46150-2ff9-48b5-bc46-a107942dcc08/result Pragma: - no-cache RequestId: - - 12bfe9bf-3b68-430f-ab4b-c75da4fe51de + - fa0361ef-f1ca-449e-a497-ad9a0729c783 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -277,7 +277,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - 6a93ecae-c2fc-4800-8d9a-ce1ff4fafaa4 + - dab46150-2ff9-48b5-bc46-a107942dcc08 status: code: 200 message: OK @@ -295,11 +295,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/6a93ecae-c2fc-4800-8d9a-ce1ff4fafaa4/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/dab46150-2ff9-48b5-bc46-a107942dcc08/result response: body: - string: '{"id": "41878e13-61f9-4b21-8390-39e1c0e2110f", "type": "SemanticModel", - "displayName": "fabcli000001", "description": "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + string: '{"id": "509a8b6a-551f-43eb-89d6-d59001e0f059", "type": "SemanticModel", + "displayName": "fabcli000001", "description": "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId @@ -310,11 +310,11 @@ interactions: Content-Type: - application/json Date: - - Thu, 29 Jan 2026 06:03:49 GMT + - Thu, 05 Feb 2026 09:22:27 GMT Pragma: - no-cache RequestId: - - 36899f77-e4d6-47a9-9796-69ed64963ca6 + - 219bd64b-7350-41d9-9eba-86087c14665f Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -344,7 +344,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -355,15 +355,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:03:50 GMT + - Thu, 05 Feb 2026 09:22:27 GMT Pragma: - no-cache RequestId: - - 9394f9b0-7dcb-4fa9-b15d-ce841a179ce9 + - fedf676f-4800-444f-b555-fac37277856e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -391,22 +391,22 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "41878e13-61f9-4b21-8390-39e1c0e2110f", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "509a8b6a-551f-43eb-89d6-d59001e0f059", "type": "SemanticModel", "displayName": "fabcli000001", "description": "", - "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -415,15 +415,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '421' + - '422' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:03:50 GMT + - Thu, 05 Feb 2026 09:22:29 GMT Pragma: - no-cache RequestId: - - 83e0405f-1e85-4d39-b852-9ee57afe0024 + - 74cb751f-8c12-489f-9e60-c8fbfa5fbeb9 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -451,11 +451,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/41878e13-61f9-4b21-8390-39e1c0e2110f + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/509a8b6a-551f-43eb-89d6-d59001e0f059 response: body: - string: '{"id": "41878e13-61f9-4b21-8390-39e1c0e2110f", "type": "SemanticModel", - "displayName": "fabcli000001", "description": "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + string: '{"id": "509a8b6a-551f-43eb-89d6-d59001e0f059", "type": "SemanticModel", + "displayName": "fabcli000001", "description": "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -464,17 +464,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '161' + - '160' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:03:51 GMT + - Thu, 05 Feb 2026 09:22:30 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 6f199070-4d30-4707-8954-2be7660b6b06 + - a82558b3-1e15-4305-b741-ea625b3a11f9 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -504,7 +504,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/41878e13-61f9-4b21-8390-39e1c0e2110f/getDefinition + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/509a8b6a-551f-43eb-89d6-d59001e0f059/getDefinition response: body: string: 'null' @@ -520,13 +520,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:03:52 GMT + - Thu, 05 Feb 2026 09:22:30 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/50c650dd-1e5f-48ae-8c1c-5078b33263e0 + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b1f04ece-7322-4483-ae78-a896b0c39762 Pragma: - no-cache RequestId: - - b2ba6172-9af5-4c38-962b-98dc0e02d2c0 + - e8f6dbdc-e438-4aed-b52f-f35b5bf1f958 Retry-After: - '20' Strict-Transport-Security: @@ -540,7 +540,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - 50c650dd-1e5f-48ae-8c1c-5078b33263e0 + - b1f04ece-7322-4483-ae78-a896b0c39762 status: code: 202 message: Accepted @@ -558,11 +558,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/50c650dd-1e5f-48ae-8c1c-5078b33263e0 + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b1f04ece-7322-4483-ae78-a896b0c39762 response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2026-01-29T06:03:52.6527722", - "lastUpdatedTimeUtc": "2026-01-29T06:03:53.0597317", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-05T09:22:30.8450612", + "lastUpdatedTimeUtc": "2026-02-05T09:22:31.2044385", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -572,17 +572,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '130' + - '131' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:04:14 GMT + - Thu, 05 Feb 2026 09:22:51 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/50c650dd-1e5f-48ae-8c1c-5078b33263e0/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b1f04ece-7322-4483-ae78-a896b0c39762/result Pragma: - no-cache RequestId: - - d2cadd6e-38e8-45fe-b67a-60410d7239f6 + - 40db97c9-b935-4094-a961-fbf15c5984cd Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -590,7 +590,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - 50c650dd-1e5f-48ae-8c1c-5078b33263e0 + - b1f04ece-7322-4483-ae78-a896b0c39762 status: code: 200 message: OK @@ -608,7 +608,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/50c650dd-1e5f-48ae-8c1c-5078b33263e0/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b1f04ece-7322-4483-ae78-a896b0c39762/result response: body: string: '{"definition": {"format": "TMDL", "parts": [{"path": "definition.pbism", @@ -631,11 +631,11 @@ interactions: Content-Type: - application/json Date: - - Thu, 29 Jan 2026 06:04:15 GMT + - Thu, 05 Feb 2026 09:22:52 GMT Pragma: - no-cache RequestId: - - 8a6be1fb-00db-44f1-8d4e-9f434b813cf2 + - 3d2f5a98-f54f-42c8-b6c0-f6568a16f8c4 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -665,7 +665,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -676,15 +676,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:04:15 GMT + - Thu, 05 Feb 2026 09:22:53 GMT Pragma: - no-cache RequestId: - - 8d141ed3-390d-4ddf-8c09-28b3f3846921 + - e6ee34bc-d25d-4dcf-ae59-2438c181b306 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -712,22 +712,22 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "41878e13-61f9-4b21-8390-39e1c0e2110f", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "509a8b6a-551f-43eb-89d6-d59001e0f059", "type": "SemanticModel", "displayName": "fabcli000001", "description": "", - "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -736,15 +736,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '421' + - '422' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:04:16 GMT + - Thu, 05 Feb 2026 09:22:55 GMT Pragma: - no-cache RequestId: - - 258237a4-1c24-4e83-b79a-bb4e3639ebbc + - fc4be9d8-51fb-432b-9a55-af71e3824f5c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -772,22 +772,22 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "41878e13-61f9-4b21-8390-39e1c0e2110f", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "509a8b6a-551f-43eb-89d6-d59001e0f059", "type": "SemanticModel", "displayName": "fabcli000001", "description": "", - "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -796,15 +796,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '421' + - '422' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:04:17 GMT + - Thu, 05 Feb 2026 09:22:55 GMT Pragma: - no-cache RequestId: - - 6333a865-820f-4a05-83a4-447dee79ea98 + - d7a53067-e247-49b2-bbcd-9fd8d1019da4 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -843,7 +843,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: string: 'null' @@ -859,13 +859,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:04:18 GMT + - Thu, 05 Feb 2026 09:22:56 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/efc820c2-03a3-46c1-bd76-0c557ce61e2d + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/10bd1920-7e00-4647-914f-3f160aab2ae2 Pragma: - no-cache RequestId: - - 90b4c547-e886-4e3e-8913-d32d76a06b13 + - 47b4bc47-c418-476f-a4dc-dae27e07cb7d Retry-After: - '20' Strict-Transport-Security: @@ -879,7 +879,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - efc820c2-03a3-46c1-bd76-0c557ce61e2d + - 10bd1920-7e00-4647-914f-3f160aab2ae2 status: code: 202 message: Accepted @@ -897,11 +897,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/efc820c2-03a3-46c1-bd76-0c557ce61e2d + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/10bd1920-7e00-4647-914f-3f160aab2ae2 response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2026-01-29T06:04:18.92783", - "lastUpdatedTimeUtc": "2026-01-29T06:04:29.6499806", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-05T09:22:57.0347612", + "lastUpdatedTimeUtc": "2026-02-05T09:23:07.6308652", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -911,17 +911,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '130' + - '133' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:04:40 GMT + - Thu, 05 Feb 2026 09:23:18 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/efc820c2-03a3-46c1-bd76-0c557ce61e2d/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/10bd1920-7e00-4647-914f-3f160aab2ae2/result Pragma: - no-cache RequestId: - - c0ada83e-7545-476c-9513-98d080ed627f + - 48731d18-e2ed-4441-a050-a898c77b5240 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -929,7 +929,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - efc820c2-03a3-46c1-bd76-0c557ce61e2d + - 10bd1920-7e00-4647-914f-3f160aab2ae2 status: code: 200 message: OK @@ -947,11 +947,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/efc820c2-03a3-46c1-bd76-0c557ce61e2d/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/10bd1920-7e00-4647-914f-3f160aab2ae2/result response: body: - string: '{"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", "type": "SemanticModel", - "displayName": "fabcli000001_new_6", "description": "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + string: '{"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", + "displayName": "fabcli000001_new_6", "description": "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId @@ -962,11 +962,11 @@ interactions: Content-Type: - application/json Date: - - Thu, 29 Jan 2026 06:04:40 GMT + - Thu, 05 Feb 2026 09:23:18 GMT Pragma: - no-cache RequestId: - - 054d7cb4-dfa2-4f4c-9cc7-1f428bd1d096 + - e108b6d7-11d4-4f9d-a077-63a46a221020 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -996,7 +996,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -1007,15 +1007,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:04:42 GMT + - Thu, 05 Feb 2026 09:23:20 GMT Pragma: - no-cache RequestId: - - 26399d38-ad87-4652-89cc-fa010e0d8ac6 + - b5395a12-fb01-4cbe-9242-e2af82d59f4f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1043,24 +1043,24 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "914ed2ae-b17a-439b-9fd4-ec84d034f4a9", "type": "Report", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "d214eefa-9c3c-47d6-8cf6-92b7fca6a571", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "41878e13-61f9-4b21-8390-39e1c0e2110f", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "509a8b6a-551f-43eb-89d6-d59001e0f059", "type": "SemanticModel", "displayName": "fabcli000001", "description": "", - "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "5c12b14f-5a65-456e-bb90-ed29a4328135", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": - "", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": - "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "5ad171f3-2b47-4a51-9a03-608e6fdd7cea", "type": "DataPipeline", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1069,15 +1069,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '451' + - '452' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:04:43 GMT + - Thu, 05 Feb 2026 09:23:21 GMT Pragma: - no-cache RequestId: - - 907156d1-946b-481b-b365-44b856eb3a30 + - e8da29a7-2a77-4b92-9ea1-552af88e82e4 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1107,7 +1107,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/41878e13-61f9-4b21-8390-39e1c0e2110f + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/509a8b6a-551f-43eb-89d6-d59001e0f059 response: body: string: '' @@ -1123,11 +1123,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Thu, 29 Jan 2026 06:04:44 GMT + - Thu, 05 Feb 2026 09:23:23 GMT Pragma: - no-cache RequestId: - - 378e85ca-fd43-4493-9b90-66bd2a2904f7 + - 90bc1e0e-0ecc-44e3-b177-00840e7f6571 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[SparkJobDefinition].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[SparkJobDefinition].yaml index 0826471f..bff34351 100644 --- a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[SparkJobDefinition].yaml +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[SparkJobDefinition].yaml @@ -17,7 +17,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -28,15 +28,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:01:02 GMT + - Thu, 05 Feb 2026 09:19:38 GMT Pragma: - no-cache RequestId: - - 42bcdfb8-8bbd-4ed9-8f06-5899bb1d2b14 + - 227fd0be-7174-4e5c-97a3-2bd1c8a5b98f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -64,12 +64,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", "type": "Notebook", + string: '{"value": [{"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -82,11 +82,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:01:02 GMT + - Thu, 05 Feb 2026 09:19:39 GMT Pragma: - no-cache RequestId: - - f20ed6bd-e00f-47d6-a271-e80ef037e3a2 + - 1c81d2ab-0f61-4ee5-9108-7293d62631c4 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -114,12 +114,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", "type": "Notebook", + string: '{"value": [{"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -132,11 +132,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:01:03 GMT + - Thu, 05 Feb 2026 09:19:41 GMT Pragma: - no-cache RequestId: - - 2b5b5a02-8b50-44e5-8c3a-31af4601f4d8 + - 10f9852e-db57-4e84-9387-fbe77de0fb60 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -167,12 +167,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/sparkJobDefinitions + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/sparkJobDefinitions response: body: - string: '{"id": "bb1c0139-4728-490e-9533-90cda19dd2c6", "type": "SparkJobDefinition", + string: '{"id": "3f60e930-896a-4523-b059-50c9d8c63926", "type": "SparkJobDefinition", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -181,17 +181,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '175' + - '174' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:01:05 GMT + - Thu, 05 Feb 2026 09:19:42 GMT ETag: - '""' Pragma: - no-cache RequestId: - - f467ac77-303d-4bfc-95c2-77c5e1bf7ec9 + - 245abc15-e8e2-470b-b907-a8c1fc1b89d8 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -223,7 +223,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -234,15 +234,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:01:06 GMT + - Thu, 05 Feb 2026 09:19:43 GMT Pragma: - no-cache RequestId: - - edf0da35-94ce-42cf-a92e-8b55f591c561 + - 1ac9f5ba-ba78-4bcb-b4d7-aaa3e9c4d237 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -270,14 +270,14 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", "type": "Notebook", + string: '{"value": [{"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "bb1c0139-4728-490e-9533-90cda19dd2c6", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3f60e930-896a-4523-b059-50c9d8c63926", "type": "SparkJobDefinition", "displayName": "fabcli000001", "description": - "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -286,15 +286,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '254' + - '253' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:01:07 GMT + - Thu, 05 Feb 2026 09:19:44 GMT Pragma: - no-cache RequestId: - - 1cec6205-f9e1-47bc-9c4a-9ce3c1831a78 + - d18c78bf-9acf-4e3c-80fc-55ea9a90af72 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -322,12 +322,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/bb1c0139-4728-490e-9533-90cda19dd2c6 + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/3f60e930-896a-4523-b059-50c9d8c63926 response: body: - string: '{"id": "bb1c0139-4728-490e-9533-90cda19dd2c6", "type": "SparkJobDefinition", + string: '{"id": "3f60e930-896a-4523-b059-50c9d8c63926", "type": "SparkJobDefinition", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -336,17 +336,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '175' + - '174' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:01:07 GMT + - Thu, 05 Feb 2026 09:19:43 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 635a59d5-84f9-42eb-aa87-f96e583090d3 + - 5acd1cc0-e6d1-4880-b914-38699cfa0717 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -376,7 +376,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/bb1c0139-4728-490e-9533-90cda19dd2c6/getDefinition?format=SparkJobDefinitionV1 + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/3f60e930-896a-4523-b059-50c9d8c63926/getDefinition?format=SparkJobDefinitionV1 response: body: string: '{"definition": {"parts": [{"path": "SparkJobDefinitionV1.json", "payload": @@ -395,11 +395,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:01:09 GMT + - Thu, 05 Feb 2026 09:19:45 GMT Pragma: - no-cache RequestId: - - 536bf957-1878-46d6-a038-6319f66c9cd4 + - d7ad4bfd-bf54-449b-a95e-5ac3065f47f5 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -431,7 +431,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -442,15 +442,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:01:10 GMT + - Thu, 05 Feb 2026 09:19:46 GMT Pragma: - no-cache RequestId: - - 6530bcc2-c7e9-43b5-8d56-c0c09c9eb861 + - fbcba590-e839-445e-8fb4-af5e9febd135 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -478,14 +478,14 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", "type": "Notebook", + string: '{"value": [{"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "bb1c0139-4728-490e-9533-90cda19dd2c6", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3f60e930-896a-4523-b059-50c9d8c63926", "type": "SparkJobDefinition", "displayName": "fabcli000001", "description": - "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -494,15 +494,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '254' + - '253' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:01:11 GMT + - Thu, 05 Feb 2026 09:19:47 GMT Pragma: - no-cache RequestId: - - 3fbaf4b7-f0df-4af2-91ba-b61634d90ab3 + - eb7d12bd-921c-42df-a823-9b05f45740da Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -530,14 +530,14 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", "type": "Notebook", + string: '{"value": [{"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "bb1c0139-4728-490e-9533-90cda19dd2c6", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3f60e930-896a-4523-b059-50c9d8c63926", "type": "SparkJobDefinition", "displayName": "fabcli000001", "description": - "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -546,15 +546,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '254' + - '253' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:01:12 GMT + - Thu, 05 Feb 2026 09:19:48 GMT Pragma: - no-cache RequestId: - - 0e248188-ac8e-486c-af45-6828f18f6fea + - d428686f-be92-46c0-a485-63d34ffc69d2 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -589,12 +589,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"id": "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", + string: '{"id": "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -607,13 +607,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:01:13 GMT + - Thu, 05 Feb 2026 09:19:50 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 7543bf81-9018-4d1f-98ee-e354525a5ae6 + - 1c2cd3d0-cf12-44b3-a957-3f56c8137113 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -645,7 +645,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -656,15 +656,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:01:15 GMT + - Thu, 05 Feb 2026 09:19:51 GMT Pragma: - no-cache RequestId: - - 9949d822-aa35-4d26-ad81-0ae5163d1356 + - 2da60ef7-f54c-43f7-b7b4-57a43d6fffae Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -692,17 +692,17 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "f033b3c3-fb95-49bb-9ab7-a7574b6373af", "type": "Notebook", + string: '{"value": [{"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, {"id": "bb1c0139-4728-490e-9533-90cda19dd2c6", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3f60e930-896a-4523-b059-50c9d8c63926", "type": "SparkJobDefinition", "displayName": "fabcli000001", "description": - "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}, - {"id": "4021c09a-ec4e-497c-9e7f-c32d00eba90c", "type": "SparkJobDefinition", + "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -711,15 +711,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '287' + - '286' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:01:15 GMT + - Thu, 05 Feb 2026 09:19:51 GMT Pragma: - no-cache RequestId: - - 3b6b2abf-e9ba-4dd8-a4e4-dc2775ed2ca3 + - 33a107c9-7114-4afc-a649-9c5a5c26d0a2 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -749,7 +749,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/bb1c0139-4728-490e-9533-90cda19dd2c6 + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/3f60e930-896a-4523-b059-50c9d8c63926 response: body: string: '' @@ -765,11 +765,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Thu, 29 Jan 2026 06:01:16 GMT + - Thu, 05 Feb 2026 09:19:53 GMT Pragma: - no-cache RequestId: - - 15e3ff8f-f49d-431b-98df-b72247414382 + - 052989e3-33d7-45f7-94c6-22552010ba8b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[UserDataFunction].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[UserDataFunction].yaml index 87801560..bdaf3680 100644 --- a/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[UserDataFunction].yaml +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_create_new_item_success[UserDataFunction].yaml @@ -17,7 +17,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "c704c00d-1053-4fe9-a297-67a3a408cb9d", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -28,15 +28,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2801' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:19:11 GMT + - Thu, 05 Feb 2026 09:31:17 GMT Pragma: - no-cache RequestId: - - f979126e-d245-4d3f-85a0-033f3f17b4ac + - da869177-575d-4734-9d42-edbf9ec83e7a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -64,10 +64,51 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/c704c00d-1053-4fe9-a297-67a3a408cb9d/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": []}' + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "47d9d38e-13b6-44a5-accb-df3c846ebb5d", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "a666a627-a61e-455f-a657-02549bc985e8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_14", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "4ccb32cf-68a2-4fdd-b663-4b46a803d5e6", "type": "KQLDashboard", "displayName": + "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "bca94329-a156-4d11-8f9d-d851443390ce", + "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "1c8ca30a-8fca-46a9-b789-cf1f4be6bafd", "type": "CosmosDBDatabase", + "displayName": "fabcli000001_new_14", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -76,15 +117,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '32' + - '960' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:19:12 GMT + - Thu, 05 Feb 2026 09:31:18 GMT Pragma: - no-cache RequestId: - - 5535eecd-6710-4bb5-b814-97ed9ec5d904 + - b4543d73-a8f8-4c56-9d8c-c3e26ba83f9b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -112,10 +153,51 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/c704c00d-1053-4fe9-a297-67a3a408cb9d/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": []}' + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "47d9d38e-13b6-44a5-accb-df3c846ebb5d", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "a666a627-a61e-455f-a657-02549bc985e8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_14", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "4ccb32cf-68a2-4fdd-b663-4b46a803d5e6", "type": "KQLDashboard", "displayName": + "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "bca94329-a156-4d11-8f9d-d851443390ce", + "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "1c8ca30a-8fca-46a9-b789-cf1f4be6bafd", "type": "CosmosDBDatabase", + "displayName": "fabcli000001_new_14", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -124,15 +206,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '32' + - '960' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:19:13 GMT + - Thu, 05 Feb 2026 09:31:18 GMT Pragma: - no-cache RequestId: - - 5cebe8e4-2f86-4533-882f-9f5d46370aef + - b9e9fbd2-59c5-4754-8cc8-5eef7f279306 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -163,12 +245,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/c704c00d-1053-4fe9-a297-67a3a408cb9d/userdatafunctions + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/userdatafunctions response: body: - string: '{"id": "aac7778c-8548-4199-9fdc-e2da721e623a", "type": "UserDataFunction", + string: '{"id": "0e0c5eb8-5685-4e56-ad53-a6310834ffff", "type": "UserDataFunction", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "c704c00d-1053-4fe9-a297-67a3a408cb9d"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -181,13 +263,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:19:19 GMT + - Thu, 05 Feb 2026 09:31:21 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 9bbdd641-3fc7-4d21-a948-86720671df44 + - fe5069d4-a972-43d2-8962-304a0895f8f6 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -219,7 +301,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "c704c00d-1053-4fe9-a297-67a3a408cb9d", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -230,15 +312,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2801' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:19:20 GMT + - Thu, 05 Feb 2026 09:31:22 GMT Pragma: - no-cache RequestId: - - ed1b216f-4b07-47f8-9a49-8d87e8ad9f40 + - 6cab7159-3388-444d-aeea-82df58c5482b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -266,12 +348,53 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/c704c00d-1053-4fe9-a297-67a3a408cb9d/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "aac7778c-8548-4199-9fdc-e2da721e623a", "type": "UserDataFunction", - "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "c704c00d-1053-4fe9-a297-67a3a408cb9d"}]}' + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "47d9d38e-13b6-44a5-accb-df3c846ebb5d", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "a666a627-a61e-455f-a657-02549bc985e8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_14", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "4ccb32cf-68a2-4fdd-b663-4b46a803d5e6", "type": "KQLDashboard", "displayName": + "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "bca94329-a156-4d11-8f9d-d851443390ce", + "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "1c8ca30a-8fca-46a9-b789-cf1f4be6bafd", "type": "CosmosDBDatabase", + "displayName": "fabcli000001_new_14", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "0e0c5eb8-5685-4e56-ad53-a6310834ffff", + "type": "UserDataFunction", "displayName": "fabcli000001", "description": + "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -280,15 +403,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '184' + - '1010' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:19:21 GMT + - Thu, 05 Feb 2026 09:31:23 GMT Pragma: - no-cache RequestId: - - dc663839-d9c1-44cf-9138-729b97b23ea3 + - 11a9c646-c287-40de-8114-ff3c2004f55f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -316,12 +439,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/c704c00d-1053-4fe9-a297-67a3a408cb9d/items/aac7778c-8548-4199-9fdc-e2da721e623a + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/0e0c5eb8-5685-4e56-ad53-a6310834ffff response: body: - string: '{"id": "aac7778c-8548-4199-9fdc-e2da721e623a", "type": "UserDataFunction", + string: '{"id": "0e0c5eb8-5685-4e56-ad53-a6310834ffff", "type": "UserDataFunction", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "c704c00d-1053-4fe9-a297-67a3a408cb9d"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -334,13 +457,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:19:21 GMT + - Thu, 05 Feb 2026 09:31:24 GMT ETag: - '""' Pragma: - no-cache RequestId: - - a7210599-55d7-4e57-9bc0-a184c4809eae + - de2a214f-a88f-4210-a590-dcbb53b301f8 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -370,7 +493,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/c704c00d-1053-4fe9-a297-67a3a408cb9d/items/aac7778c-8548-4199-9fdc-e2da721e623a/getDefinition + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/0e0c5eb8-5685-4e56-ad53-a6310834ffff/getDefinition response: body: string: 'null' @@ -386,13 +509,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:19:23 GMT + - Thu, 05 Feb 2026 09:31:25 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/d22d2f16-e81f-4a32-b414-07ca4d502178 + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/26d0c4a9-85f9-4820-8ef8-fa3fbe61831d Pragma: - no-cache RequestId: - - 1f7e89fe-a9cb-4b50-a3ad-c31f79381a18 + - 64500d00-f837-4d3a-b7a2-198254fd745d Retry-After: - '20' Strict-Transport-Security: @@ -406,7 +529,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - d22d2f16-e81f-4a32-b414-07ca4d502178 + - 26d0c4a9-85f9-4820-8ef8-fa3fbe61831d status: code: 202 message: Accepted @@ -424,11 +547,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/d22d2f16-e81f-4a32-b414-07ca4d502178 + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/26d0c4a9-85f9-4820-8ef8-fa3fbe61831d response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-05T08:19:23.6116181", - "lastUpdatedTimeUtc": "2026-02-05T08:19:23.9084941", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-05T09:31:26.0108658", + "lastUpdatedTimeUtc": "2026-02-05T09:31:26.4327156", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -442,13 +565,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:19:45 GMT + - Thu, 05 Feb 2026 09:31:47 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/d22d2f16-e81f-4a32-b414-07ca4d502178/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/26d0c4a9-85f9-4820-8ef8-fa3fbe61831d/result Pragma: - no-cache RequestId: - - 3941ef47-90e8-49bb-9ff7-877bfc0db032 + - 5c5772b1-7f52-4a96-af06-1d27eb66d897 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -456,7 +579,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - d22d2f16-e81f-4a32-b414-07ca4d502178 + - 26d0c4a9-85f9-4820-8ef8-fa3fbe61831d status: code: 200 message: OK @@ -474,7 +597,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/d22d2f16-e81f-4a32-b414-07ca4d502178/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/26d0c4a9-85f9-4820-8ef8-fa3fbe61831d/result response: body: string: '{"definition": {"parts": [{"path": "definition.json", "payload": "ew0KICAiJHNjaGVtYSI6ICJodHRwczovL2RldmVsb3Blci5taWNyb3NvZnQuY29tL2pzb24tc2NoZW1hcy9mYWJyaWMvaXRlbS91c2VyRGF0YUZ1bmN0aW9uL2RlZmluaXRpb24vMS4xLjAvc2NoZW1hLmpzb24iLA0KICAicnVudGltZSI6ICJQWVRIT04iLA0KICAiY29ubmVjdGVkRGF0YVNvdXJjZXMiOiBbXSwNCiAgImZ1bmN0aW9ucyI6IFtdLA0KICAibGlicmFyaWVzIjogew0KICAgICJwdWJsaWMiOiBbXSwNCiAgICAicHJpdmF0ZSI6IFtdDQogIH0NCn0=", @@ -490,11 +613,11 @@ interactions: Content-Type: - application/json Date: - - Thu, 05 Feb 2026 08:19:45 GMT + - Thu, 05 Feb 2026 09:31:48 GMT Pragma: - no-cache RequestId: - - f2653929-9643-47d0-8223-f54884be5ad7 + - 88f89fe1-d24c-4ceb-9885-8c616f8f1e54 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -524,7 +647,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "c704c00d-1053-4fe9-a297-67a3a408cb9d", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -535,15 +658,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2801' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:19:47 GMT + - Thu, 05 Feb 2026 09:31:49 GMT Pragma: - no-cache RequestId: - - 127d75e3-2eee-4569-865e-96aad6be9925 + - 504a0e9f-8f8f-4798-9a9d-94c75e50b486 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -571,12 +694,53 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/c704c00d-1053-4fe9-a297-67a3a408cb9d/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "aac7778c-8548-4199-9fdc-e2da721e623a", "type": "UserDataFunction", - "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "c704c00d-1053-4fe9-a297-67a3a408cb9d"}]}' + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "47d9d38e-13b6-44a5-accb-df3c846ebb5d", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "a666a627-a61e-455f-a657-02549bc985e8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_14", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "4ccb32cf-68a2-4fdd-b663-4b46a803d5e6", "type": "KQLDashboard", "displayName": + "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "bca94329-a156-4d11-8f9d-d851443390ce", + "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "1c8ca30a-8fca-46a9-b789-cf1f4be6bafd", "type": "CosmosDBDatabase", + "displayName": "fabcli000001_new_14", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "0e0c5eb8-5685-4e56-ad53-a6310834ffff", + "type": "UserDataFunction", "displayName": "fabcli000001", "description": + "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -585,15 +749,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '184' + - '1010' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:19:47 GMT + - Thu, 05 Feb 2026 09:31:49 GMT Pragma: - no-cache RequestId: - - 6c3ece83-3d4a-4057-991b-2d62d0de81ab + - fc5743c7-7698-428d-8021-7034f352503a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -621,12 +785,53 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/c704c00d-1053-4fe9-a297-67a3a408cb9d/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "aac7778c-8548-4199-9fdc-e2da721e623a", "type": "UserDataFunction", - "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "c704c00d-1053-4fe9-a297-67a3a408cb9d"}]}' + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "47d9d38e-13b6-44a5-accb-df3c846ebb5d", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "a666a627-a61e-455f-a657-02549bc985e8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_14", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "4ccb32cf-68a2-4fdd-b663-4b46a803d5e6", "type": "KQLDashboard", "displayName": + "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "bca94329-a156-4d11-8f9d-d851443390ce", + "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "1c8ca30a-8fca-46a9-b789-cf1f4be6bafd", "type": "CosmosDBDatabase", + "displayName": "fabcli000001_new_14", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "0e0c5eb8-5685-4e56-ad53-a6310834ffff", + "type": "UserDataFunction", "displayName": "fabcli000001", "description": + "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -635,15 +840,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '184' + - '1010' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:19:48 GMT + - Thu, 05 Feb 2026 09:31:50 GMT Pragma: - no-cache RequestId: - - 69bb9ceb-fee3-4f10-92ea-ec165d4daf1d + - efa9e25e-687e-4178-8c0e-5ccdb3b351da Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -659,7 +864,7 @@ interactions: message: OK - request: body: '{"type": "UserDataFunction", "description": "Imported from fab", "folderId": - null, "displayName": "fabcli000001_new_2", "definition": {"parts": [{"path": + null, "displayName": "fabcli000001_new_15", "definition": {"parts": [{"path": ".platform", "payload": "ewogICAgIiRzY2hlbWEiOiAiaHR0cHM6Ly9kZXZlbG9wZXIubWljcm9zb2Z0LmNvbS9qc29uLXNjaGVtYXMvZmFicmljL2dpdEludGVncmF0aW9uL3BsYXRmb3JtUHJvcGVydGllcy8yLjAuMC9zY2hlbWEuanNvbiIsCiAgICAibWV0YWRhdGEiOiB7CiAgICAgICAgInR5cGUiOiAiVXNlckRhdGFGdW5jdGlvbiIsCiAgICAgICAgImRpc3BsYXlOYW1lIjogImZhYmNsaTAwMDAwMSIsCiAgICAgICAgImRlc2NyaXB0aW9uIjogIkNyZWF0ZWQgYnkgZmFiIgogICAgfSwKICAgICJjb25maWciOiB7CiAgICAgICAgInZlcnNpb24iOiAiMi4wIiwKICAgICAgICAibG9naWNhbElkIjogIjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIKICAgIH0KfQ==", "payloadType": "InlineBase64"}, {"path": "definition.json", "payload": "ewogICAgIiRzY2hlbWEiOiAiaHR0cHM6Ly9kZXZlbG9wZXIubWljcm9zb2Z0LmNvbS9qc29uLXNjaGVtYXMvZmFicmljL2l0ZW0vdXNlckRhdGFGdW5jdGlvbi9kZWZpbml0aW9uLzEuMS4wL3NjaGVtYS5qc29uIiwKICAgICJydW50aW1lIjogIlBZVEhPTiIsCiAgICAiY29ubmVjdGVkRGF0YVNvdXJjZXMiOiBbXSwKICAgICJmdW5jdGlvbnMiOiBbXSwKICAgICJsaWJyYXJpZXMiOiB7CiAgICAgICAgInB1YmxpYyI6IFtdLAogICAgICAgICJwcml2YXRlIjogW10KICAgIH0KfQ==", "payloadType": "InlineBase64"}]}}' @@ -671,13 +876,13 @@ interactions: Connection: - keep-alive Content-Length: - - '1162' + - '1163' Content-Type: - application/json User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/c704c00d-1053-4fe9-a297-67a3a408cb9d/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: string: 'null' @@ -693,15 +898,15 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:19:49 GMT + - Thu, 05 Feb 2026 09:31:51 GMT ETag: - '""' Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/48ea903c-b7e3-42d7-b99b-bf3e00d93a55 + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/6258ceca-75ce-4cdc-8c1f-9f6fe82d3960 Pragma: - no-cache RequestId: - - 8670b239-2e55-4cc4-b337-e66e9ebff563 + - 460db37b-f885-4140-9cdb-31f00e13bcb6 Retry-After: - '20' Strict-Transport-Security: @@ -715,7 +920,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - 48ea903c-b7e3-42d7-b99b-bf3e00d93a55 + - 6258ceca-75ce-4cdc-8c1f-9f6fe82d3960 status: code: 202 message: Accepted @@ -733,11 +938,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/48ea903c-b7e3-42d7-b99b-bf3e00d93a55 + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/6258ceca-75ce-4cdc-8c1f-9f6fe82d3960 response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-05T08:19:49.6318706", - "lastUpdatedTimeUtc": "2026-02-05T08:19:52.4600076", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-05T09:31:51.468221", + "lastUpdatedTimeUtc": "2026-02-05T09:31:54.3759962", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -747,17 +952,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '131' + - '130' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:20:11 GMT + - Thu, 05 Feb 2026 09:32:12 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/48ea903c-b7e3-42d7-b99b-bf3e00d93a55/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/6258ceca-75ce-4cdc-8c1f-9f6fe82d3960/result Pragma: - no-cache RequestId: - - 9251485a-edd0-4838-ae84-de425d8a221c + - 765b7382-94fa-4f12-94d1-3afe785363f5 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -765,7 +970,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - 48ea903c-b7e3-42d7-b99b-bf3e00d93a55 + - 6258ceca-75ce-4cdc-8c1f-9f6fe82d3960 status: code: 200 message: OK @@ -783,12 +988,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/48ea903c-b7e3-42d7-b99b-bf3e00d93a55/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/6258ceca-75ce-4cdc-8c1f-9f6fe82d3960/result response: body: - string: '{"id": "4f7478c4-9038-4715-a178-5b6d54194db8", "type": "UserDataFunction", - "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": - "c704c00d-1053-4fe9-a297-67a3a408cb9d"}' + string: '{"id": "3cc08478-f1bc-4f48-aee2-7d01a42bd5a1", "type": "UserDataFunction", + "displayName": "fabcli000001_new_15", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId @@ -799,11 +1004,11 @@ interactions: Content-Type: - application/json Date: - - Thu, 05 Feb 2026 08:20:12 GMT + - Thu, 05 Feb 2026 09:32:14 GMT Pragma: - no-cache RequestId: - - 0dc85190-3682-4c54-a330-def3ff7f3ffd + - 7bcf6bb4-63da-4b40-b2d6-ee006b69bafe Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -833,7 +1038,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "c704c00d-1053-4fe9-a297-67a3a408cb9d", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -844,15 +1049,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2801' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:20:12 GMT + - Thu, 05 Feb 2026 09:32:15 GMT Pragma: - no-cache RequestId: - - 6cfbbd6d-72d6-4277-bb16-b9ad26169239 + - 651786d2-5bdc-49dc-89eb-78a6b0db5d05 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -880,14 +1085,56 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/c704c00d-1053-4fe9-a297-67a3a408cb9d/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "aac7778c-8548-4199-9fdc-e2da721e623a", "type": "UserDataFunction", - "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "c704c00d-1053-4fe9-a297-67a3a408cb9d"}, {"id": "4f7478c4-9038-4715-a178-5b6d54194db8", - "type": "UserDataFunction", "displayName": "fabcli000001_new_2", "description": - "Imported from fab", "workspaceId": "c704c00d-1053-4fe9-a297-67a3a408cb9d"}]}' + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "47d9d38e-13b6-44a5-accb-df3c846ebb5d", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "a666a627-a61e-455f-a657-02549bc985e8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_14", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "4ccb32cf-68a2-4fdd-b663-4b46a803d5e6", "type": "KQLDashboard", "displayName": + "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "bca94329-a156-4d11-8f9d-d851443390ce", + "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "1c8ca30a-8fca-46a9-b789-cf1f4be6bafd", "type": "CosmosDBDatabase", + "displayName": "fabcli000001_new_14", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "0e0c5eb8-5685-4e56-ad53-a6310834ffff", + "type": "UserDataFunction", "displayName": "fabcli000001", "description": + "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "3cc08478-f1bc-4f48-aee2-7d01a42bd5a1", "type": "UserDataFunction", + "displayName": "fabcli000001_new_15", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -896,15 +1143,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '234' + - '1040' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:20:13 GMT + - Thu, 05 Feb 2026 09:32:15 GMT Pragma: - no-cache RequestId: - - 8a6453a9-43c0-4e69-bbd3-5400797dddda + - 0be58620-7b7d-4fb5-bb70-97fcf25ae05d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -934,7 +1181,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/c704c00d-1053-4fe9-a297-67a3a408cb9d/items/aac7778c-8548-4199-9fdc-e2da721e623a + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/0e0c5eb8-5685-4e56-ad53-a6310834ffff response: body: string: '' @@ -950,11 +1197,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Thu, 05 Feb 2026 08:20:14 GMT + - Thu, 05 Feb 2026 09:32:16 GMT Pragma: - no-cache RequestId: - - c2251c68-9f71-4a80-8ccd-489d05811fe7 + - 6099f9db-0743-4a24-94ad-804a3b4c997a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_home_directory_path_success.yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_home_directory_path_success.yaml index dfa08fdc..3e232d45 100644 --- a/tests/test_commands/recordings/test_commands/test_import/test_import_home_directory_path_success.yaml +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_home_directory_path_success.yaml @@ -17,7 +17,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "8fb8e686-86b9-4cb3-b326-0f78f59bf217", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -28,15 +28,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2803' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:20:57 GMT + - Thu, 05 Feb 2026 09:32:39 GMT Pragma: - no-cache RequestId: - - 05386c20-3556-4c8e-bc51-c7370c9612fb + - 9958a359-9d7c-4e71-ad0b-cb2524710cee Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -64,10 +64,53 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/8fb8e686-86b9-4cb3-b326-0f78f59bf217/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": []}' + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "47d9d38e-13b6-44a5-accb-df3c846ebb5d", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "a666a627-a61e-455f-a657-02549bc985e8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_14", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "4ccb32cf-68a2-4fdd-b663-4b46a803d5e6", "type": "KQLDashboard", "displayName": + "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "bca94329-a156-4d11-8f9d-d851443390ce", + "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "1c8ca30a-8fca-46a9-b789-cf1f4be6bafd", "type": "CosmosDBDatabase", + "displayName": "fabcli000001_new_14", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3cc08478-f1bc-4f48-aee2-7d01a42bd5a1", + "type": "UserDataFunction", "displayName": "fabcli000001_new_15", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -76,15 +119,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '32' + - '1011' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:20:58 GMT + - Thu, 05 Feb 2026 09:32:40 GMT Pragma: - no-cache RequestId: - - da961531-0e65-4032-8756-8bf1c331ff03 + - 2893ffa6-3af8-45bd-ae36-fc4cc65244ae Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -112,10 +155,53 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/8fb8e686-86b9-4cb3-b326-0f78f59bf217/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": []}' + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "47d9d38e-13b6-44a5-accb-df3c846ebb5d", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "a666a627-a61e-455f-a657-02549bc985e8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_14", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "4ccb32cf-68a2-4fdd-b663-4b46a803d5e6", "type": "KQLDashboard", "displayName": + "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "bca94329-a156-4d11-8f9d-d851443390ce", + "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "1c8ca30a-8fca-46a9-b789-cf1f4be6bafd", "type": "CosmosDBDatabase", + "displayName": "fabcli000001_new_14", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3cc08478-f1bc-4f48-aee2-7d01a42bd5a1", + "type": "UserDataFunction", "displayName": "fabcli000001_new_15", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -124,15 +210,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '32' + - '1011' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:20:59 GMT + - Thu, 05 Feb 2026 09:32:40 GMT Pragma: - no-cache RequestId: - - dd42a5c8-dda4-47ee-adaf-2b80ea2c515f + - 84a4707c-3c59-4ca1-83a8-23ea0d0b785a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -165,7 +251,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/8fb8e686-86b9-4cb3-b326-0f78f59bf217/notebooks + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/notebooks response: body: string: 'null' @@ -181,15 +267,15 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:21:01 GMT + - Thu, 05 Feb 2026 09:32:41 GMT ETag: - '""' Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/2979700e-93fb-4170-9d97-fd7ecc7fa1dd + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/60c96408-8ce1-4218-b54d-215d45985a00 Pragma: - no-cache RequestId: - - cb96731e-f935-479b-8919-27920870bfcb + - 2c24642e-b87d-44fe-baa4-a5fb0a8252fe Retry-After: - '20' Strict-Transport-Security: @@ -203,7 +289,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - 2979700e-93fb-4170-9d97-fd7ecc7fa1dd + - 60c96408-8ce1-4218-b54d-215d45985a00 status: code: 202 message: Accepted @@ -221,11 +307,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/2979700e-93fb-4170-9d97-fd7ecc7fa1dd + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/60c96408-8ce1-4218-b54d-215d45985a00 response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-05T08:21:01.1499633", - "lastUpdatedTimeUtc": "2026-02-05T08:21:03.6041018", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-05T09:32:41.9646676", + "lastUpdatedTimeUtc": "2026-02-05T09:32:42.7146756", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -239,13 +325,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:21:23 GMT + - Thu, 05 Feb 2026 09:33:03 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/2979700e-93fb-4170-9d97-fd7ecc7fa1dd/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/60c96408-8ce1-4218-b54d-215d45985a00/result Pragma: - no-cache RequestId: - - a7db3d42-8ca2-4c67-8f25-e5f68460f7ab + - 07bdda51-66ed-4480-8364-57913c9b6f28 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -253,7 +339,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - 2979700e-93fb-4170-9d97-fd7ecc7fa1dd + - 60c96408-8ce1-4218-b54d-215d45985a00 status: code: 200 message: OK @@ -271,12 +357,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/2979700e-93fb-4170-9d97-fd7ecc7fa1dd/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/60c96408-8ce1-4218-b54d-215d45985a00/result response: body: - string: '{"id": "ce8d733d-3482-49d2-8170-384eccfac53b", "type": "Notebook", + string: '{"id": "57ff2b3d-e570-4fb0-9f4a-c1382a7034f8", "type": "Notebook", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "8fb8e686-86b9-4cb3-b326-0f78f59bf217"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId @@ -287,11 +373,11 @@ interactions: Content-Type: - application/json Date: - - Thu, 05 Feb 2026 08:21:24 GMT + - Thu, 05 Feb 2026 09:33:04 GMT Pragma: - no-cache RequestId: - - 8c6d3366-3e3f-4e79-b638-0ee8a9cd4f43 + - e63925c6-45ce-401d-8df5-799deb847125 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -321,7 +407,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "8fb8e686-86b9-4cb3-b326-0f78f59bf217", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -332,15 +418,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2803' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:21:25 GMT + - Thu, 05 Feb 2026 09:33:05 GMT Pragma: - no-cache RequestId: - - 80e45ff9-f286-483e-afa9-341174bf7812 + - 083c2992-4651-4cd0-954c-6213e6174cab Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -368,12 +454,55 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/8fb8e686-86b9-4cb3-b326-0f78f59bf217/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "ce8d733d-3482-49d2-8170-384eccfac53b", "type": "Notebook", - "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "8fb8e686-86b9-4cb3-b326-0f78f59bf217"}]}' + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "47d9d38e-13b6-44a5-accb-df3c846ebb5d", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "a666a627-a61e-455f-a657-02549bc985e8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_14", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "4ccb32cf-68a2-4fdd-b663-4b46a803d5e6", "type": "KQLDashboard", "displayName": + "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "bca94329-a156-4d11-8f9d-d851443390ce", + "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "1c8ca30a-8fca-46a9-b789-cf1f4be6bafd", "type": "CosmosDBDatabase", + "displayName": "fabcli000001_new_14", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3cc08478-f1bc-4f48-aee2-7d01a42bd5a1", + "type": "UserDataFunction", "displayName": "fabcli000001_new_15", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "57ff2b3d-e570-4fb0-9f4a-c1382a7034f8", "type": "Notebook", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -382,15 +511,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '178' + - '1049' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:21:26 GMT + - Thu, 05 Feb 2026 09:33:05 GMT Pragma: - no-cache RequestId: - - b664c0d0-b2a1-4a5d-8014-1b7cb077beb8 + - e79a7059-b3fc-45ce-a8a4-aa86a687d3cb Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -418,12 +547,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/8fb8e686-86b9-4cb3-b326-0f78f59bf217/items/ce8d733d-3482-49d2-8170-384eccfac53b + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/57ff2b3d-e570-4fb0-9f4a-c1382a7034f8 response: body: - string: '{"id": "ce8d733d-3482-49d2-8170-384eccfac53b", "type": "Notebook", + string: '{"id": "57ff2b3d-e570-4fb0-9f4a-c1382a7034f8", "type": "Notebook", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "8fb8e686-86b9-4cb3-b326-0f78f59bf217"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -432,17 +561,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '165' + - '166' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:21:27 GMT + - Thu, 05 Feb 2026 09:33:06 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 00fed6c5-9e91-4feb-9d9b-d979e669d5a2 + - d7366ea9-1f61-4a2f-85aa-8fe0f1c6f7e4 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -472,7 +601,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/8fb8e686-86b9-4cb3-b326-0f78f59bf217/items/ce8d733d-3482-49d2-8170-384eccfac53b/getDefinition?format=ipynb + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/57ff2b3d-e570-4fb0-9f4a-c1382a7034f8/getDefinition?format=ipynb response: body: string: 'null' @@ -488,13 +617,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:21:28 GMT + - Thu, 05 Feb 2026 09:33:07 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/9e85ec25-7805-42c8-ad06-616ccf69d960 + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/a82c33d2-ed48-4ae8-a49b-86d53c54593b Pragma: - no-cache RequestId: - - 17eeb663-a8a6-4355-8e3f-824563a07b7c + - 3d67688f-11a1-4d56-be46-c4cfcb128917 Retry-After: - '20' Strict-Transport-Security: @@ -508,7 +637,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - 9e85ec25-7805-42c8-ad06-616ccf69d960 + - a82c33d2-ed48-4ae8-a49b-86d53c54593b status: code: 202 message: Accepted @@ -526,11 +655,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/9e85ec25-7805-42c8-ad06-616ccf69d960 + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/a82c33d2-ed48-4ae8-a49b-86d53c54593b response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-05T08:21:28.7977264", - "lastUpdatedTimeUtc": "2026-02-05T08:21:29.5164565", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-05T09:33:07.173074", + "lastUpdatedTimeUtc": "2026-02-05T09:33:07.4543248", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -540,17 +669,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '131' + - '129' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:21:49 GMT + - Thu, 05 Feb 2026 09:33:28 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/9e85ec25-7805-42c8-ad06-616ccf69d960/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/a82c33d2-ed48-4ae8-a49b-86d53c54593b/result Pragma: - no-cache RequestId: - - 63cd4b33-3457-40e3-bfb6-8087677d3035 + - e79542da-62ae-4ece-8322-39b0d04930b3 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -558,7 +687,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - 9e85ec25-7805-42c8-ad06-616ccf69d960 + - a82c33d2-ed48-4ae8-a49b-86d53c54593b status: code: 200 message: OK @@ -576,7 +705,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/9e85ec25-7805-42c8-ad06-616ccf69d960/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/a82c33d2-ed48-4ae8-a49b-86d53c54593b/result response: body: string: '{"definition": {"parts": [{"path": "notebook-content.ipynb", "payload": @@ -593,11 +722,11 @@ interactions: Content-Type: - application/json Date: - - Thu, 05 Feb 2026 08:21:51 GMT + - Thu, 05 Feb 2026 09:33:29 GMT Pragma: - no-cache RequestId: - - 604e6fbf-ea52-4d03-9879-ab2175ae8de4 + - b66fddd1-d47a-4fa1-81f7-9b9ce700e1c6 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -627,7 +756,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "8fb8e686-86b9-4cb3-b326-0f78f59bf217", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -638,15 +767,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2803' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:21:51 GMT + - Thu, 05 Feb 2026 09:33:30 GMT Pragma: - no-cache RequestId: - - b626f89b-7eca-4231-9d96-ea6e88361919 + - 40e8b20e-f8ed-4630-9850-f210f1d38bbc Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -674,12 +803,55 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/8fb8e686-86b9-4cb3-b326-0f78f59bf217/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "ce8d733d-3482-49d2-8170-384eccfac53b", "type": "Notebook", - "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "8fb8e686-86b9-4cb3-b326-0f78f59bf217"}]}' + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "47d9d38e-13b6-44a5-accb-df3c846ebb5d", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "a666a627-a61e-455f-a657-02549bc985e8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_14", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "4ccb32cf-68a2-4fdd-b663-4b46a803d5e6", "type": "KQLDashboard", "displayName": + "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "bca94329-a156-4d11-8f9d-d851443390ce", + "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "1c8ca30a-8fca-46a9-b789-cf1f4be6bafd", "type": "CosmosDBDatabase", + "displayName": "fabcli000001_new_14", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3cc08478-f1bc-4f48-aee2-7d01a42bd5a1", + "type": "UserDataFunction", "displayName": "fabcli000001_new_15", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "57ff2b3d-e570-4fb0-9f4a-c1382a7034f8", "type": "Notebook", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -688,15 +860,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '178' + - '1049' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:21:53 GMT + - Thu, 05 Feb 2026 09:33:30 GMT Pragma: - no-cache RequestId: - - ed65be99-9849-466f-a11f-90910c62944b + - 58cad12f-d865-4eeb-8125-17285abdddf8 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -724,12 +896,55 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/8fb8e686-86b9-4cb3-b326-0f78f59bf217/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "ce8d733d-3482-49d2-8170-384eccfac53b", "type": "Notebook", - "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "8fb8e686-86b9-4cb3-b326-0f78f59bf217"}]}' + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "47d9d38e-13b6-44a5-accb-df3c846ebb5d", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "a666a627-a61e-455f-a657-02549bc985e8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_14", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "4ccb32cf-68a2-4fdd-b663-4b46a803d5e6", "type": "KQLDashboard", "displayName": + "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "bca94329-a156-4d11-8f9d-d851443390ce", + "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "1c8ca30a-8fca-46a9-b789-cf1f4be6bafd", "type": "CosmosDBDatabase", + "displayName": "fabcli000001_new_14", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3cc08478-f1bc-4f48-aee2-7d01a42bd5a1", + "type": "UserDataFunction", "displayName": "fabcli000001_new_15", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "57ff2b3d-e570-4fb0-9f4a-c1382a7034f8", "type": "Notebook", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -738,15 +953,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '178' + - '1049' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:21:53 GMT + - Thu, 05 Feb 2026 09:33:32 GMT Pragma: - no-cache RequestId: - - 1d589b5f-fdb4-4e29-b73d-0bc44b2bf3a0 + - 271b6448-5101-40cb-bbda-55007db0041e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -778,7 +993,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "8fb8e686-86b9-4cb3-b326-0f78f59bf217", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -789,15 +1004,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2803' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:21:54 GMT + - Thu, 05 Feb 2026 09:33:32 GMT Pragma: - no-cache RequestId: - - ee04d8d6-48e4-48aa-9313-b7e681f9123b + - 5996e2a0-5524-49e9-93a0-c7cf6898b2a2 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -829,7 +1044,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "8fb8e686-86b9-4cb3-b326-0f78f59bf217", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -840,15 +1055,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2803' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:21:55 GMT + - Thu, 05 Feb 2026 09:33:33 GMT Pragma: - no-cache RequestId: - - 23118c0a-5f04-4d96-9394-b2e15f66b9aa + - bd29b8f4-4f94-4ab2-8320-7a5a23225109 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -864,7 +1079,7 @@ interactions: message: OK - request: body: '{"type": "Notebook", "description": "Imported from fab", "folderId": null, - "displayName": "fabcli000001_new_2", "definition": {"format": "ipynb", "parts": + "displayName": "fabcli000001_new_16", "definition": {"format": "ipynb", "parts": [{"path": "notebook-content.ipynb", "payload": "ewogICAgIm5iZm9ybWF0IjogNCwKICAgICJuYmZvcm1hdF9taW5vciI6IDUsCiAgICAibWV0YWRhdGEiOiB7CiAgICAgICAgImxhbmd1YWdlX2luZm8iOiB7CiAgICAgICAgICAgICJuYW1lIjogInB5dGhvbiIKICAgICAgICB9LAogICAgICAgICJrZXJuZWxfaW5mbyI6IHsKICAgICAgICAgICAgIm5hbWUiOiAic3luYXBzZV9weXNwYXJrIiwKICAgICAgICAgICAgImp1cHl0ZXJfa2VybmVsX25hbWUiOiBudWxsCiAgICAgICAgfSwKICAgICAgICAiYTM2NUNvbXB1dGVPcHRpb25zIjogbnVsbCwKICAgICAgICAic2Vzc2lvbktlZXBBbGl2ZVRpbWVvdXQiOiAwLAogICAgICAgICJkZXBlbmRlbmNpZXMiOiB7CiAgICAgICAgICAgICJsYWtlaG91c2UiOiBudWxsCiAgICAgICAgfQogICAgfSwKICAgICJjZWxscyI6IFsKICAgICAgICB7CiAgICAgICAgICAgICJjZWxsX3R5cGUiOiAiY29kZSIsCiAgICAgICAgICAgICJtZXRhZGF0YSI6IHsKICAgICAgICAgICAgICAgICJtaWNyb3NvZnQiOiB7CiAgICAgICAgICAgICAgICAgICAgImxhbmd1YWdlIjogInB5dGhvbiIsCiAgICAgICAgICAgICAgICAgICAgImxhbmd1YWdlX2dyb3VwIjogInN5bmFwc2VfcHlzcGFyayIKICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgfSwKICAgICAgICAgICAgInNvdXJjZSI6IFsKICAgICAgICAgICAgICAgICIjIFdlbGNvbWUgdG8geW91ciBuZXcgbm90ZWJvb2tcbiIsCiAgICAgICAgICAgICAgICAiIyBUeXBlIGhlcmUgaW4gdGhlIGNlbGwgZWRpdG9yIHRvIGFkZCBjb2RlIVxuIgogICAgICAgICAgICBdLAogICAgICAgICAgICAib3V0cHV0cyI6IFtdCiAgICAgICAgfQogICAgXQp9", "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICAgIiRzY2hlbWEiOiAiaHR0cHM6Ly9kZXZlbG9wZXIubWljcm9zb2Z0LmNvbS9qc29uLXNjaGVtYXMvZmFicmljL2dpdEludGVncmF0aW9uL3BsYXRmb3JtUHJvcGVydGllcy8yLjAuMC9zY2hlbWEuanNvbiIsCiAgICAibWV0YWRhdGEiOiB7CiAgICAgICAgInR5cGUiOiAiTm90ZWJvb2siLAogICAgICAgICJkaXNwbGF5TmFtZSI6ICJmYWJjbGkwMDAwMDEiLAogICAgICAgICJkZXNjcmlwdGlvbiI6ICJDcmVhdGVkIGJ5IGZhYiIKICAgIH0sCiAgICAiY29uZmlnIjogewogICAgICAgICJ2ZXJzaW9uIjogIjIuMCIsCiAgICAgICAgImxvZ2ljYWxJZCI6ICIwMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiCiAgICB9Cn0=", "payloadType": "InlineBase64"}]}}' @@ -876,13 +1091,13 @@ interactions: Connection: - keep-alive Content-Length: - - '1920' + - '1921' Content-Type: - application/json User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/8fb8e686-86b9-4cb3-b326-0f78f59bf217/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: string: 'null' @@ -898,15 +1113,15 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:21:57 GMT + - Thu, 05 Feb 2026 09:33:34 GMT ETag: - '""' Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/080ff9ec-9003-4b00-a7f1-e86db7ba125f + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/97643a87-6e10-4ee0-9603-6f5b58743e62 Pragma: - no-cache RequestId: - - 9d7876cc-0a5d-48f1-970e-4ff6553230be + - 87aecb65-e07d-4442-b4b2-e2ccb2195305 Retry-After: - '20' Strict-Transport-Security: @@ -920,7 +1135,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - 080ff9ec-9003-4b00-a7f1-e86db7ba125f + - 97643a87-6e10-4ee0-9603-6f5b58743e62 status: code: 202 message: Accepted @@ -938,11 +1153,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/080ff9ec-9003-4b00-a7f1-e86db7ba125f + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/97643a87-6e10-4ee0-9603-6f5b58743e62 response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-05T08:21:56.3494208", - "lastUpdatedTimeUtc": "2026-02-05T08:21:58.0688593", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-05T09:33:34.9902609", + "lastUpdatedTimeUtc": "2026-02-05T09:33:36.4752483", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -952,17 +1167,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '131' + - '130' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:22:17 GMT + - Thu, 05 Feb 2026 09:33:57 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/080ff9ec-9003-4b00-a7f1-e86db7ba125f/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/97643a87-6e10-4ee0-9603-6f5b58743e62/result Pragma: - no-cache RequestId: - - eea15cf7-db11-404d-8efe-0cc03968b871 + - 46f5085e-6534-4986-a201-8df059dbfd8c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -970,7 +1185,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - 080ff9ec-9003-4b00-a7f1-e86db7ba125f + - 97643a87-6e10-4ee0-9603-6f5b58743e62 status: code: 200 message: OK @@ -988,12 +1203,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/080ff9ec-9003-4b00-a7f1-e86db7ba125f/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/97643a87-6e10-4ee0-9603-6f5b58743e62/result response: body: - string: '{"id": "0ae29fc8-6e35-4712-807e-1ea03f5187a3", "type": "Notebook", - "displayName": "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": - "8fb8e686-86b9-4cb3-b326-0f78f59bf217"}' + string: '{"id": "ae5f1400-3e9b-45fb-806e-4eec26736afd", "type": "Notebook", + "displayName": "fabcli000001_new_16", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId @@ -1004,11 +1219,11 @@ interactions: Content-Type: - application/json Date: - - Thu, 05 Feb 2026 08:22:19 GMT + - Thu, 05 Feb 2026 09:33:57 GMT Pragma: - no-cache RequestId: - - 96679ce4-caaf-4c97-8caa-9be639db27de + - 6af32e71-9545-444f-a9bb-3b41980de2b8 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -1038,7 +1253,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "8fb8e686-86b9-4cb3-b326-0f78f59bf217", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -1049,15 +1264,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2803' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:22:19 GMT + - Thu, 05 Feb 2026 09:33:58 GMT Pragma: - no-cache RequestId: - - 8bd11599-07e9-4672-90a8-0da0be085428 + - f9e1ccba-bc72-4a4c-84e8-04333f7f8c1f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1085,14 +1300,58 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/8fb8e686-86b9-4cb3-b326-0f78f59bf217/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "ce8d733d-3482-49d2-8170-384eccfac53b", "type": "Notebook", - "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "8fb8e686-86b9-4cb3-b326-0f78f59bf217"}, {"id": "0ae29fc8-6e35-4712-807e-1ea03f5187a3", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", + "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "47d9d38e-13b6-44a5-accb-df3c846ebb5d", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "a666a627-a61e-455f-a657-02549bc985e8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_14", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported - from fab", "workspaceId": "8fb8e686-86b9-4cb3-b326-0f78f59bf217"}]}' + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "4ccb32cf-68a2-4fdd-b663-4b46a803d5e6", "type": "KQLDashboard", "displayName": + "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "bca94329-a156-4d11-8f9d-d851443390ce", + "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "1c8ca30a-8fca-46a9-b789-cf1f4be6bafd", "type": "CosmosDBDatabase", + "displayName": "fabcli000001_new_14", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3cc08478-f1bc-4f48-aee2-7d01a42bd5a1", + "type": "UserDataFunction", "displayName": "fabcli000001_new_15", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "57ff2b3d-e570-4fb0-9f4a-c1382a7034f8", "type": "Notebook", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "ae5f1400-3e9b-45fb-806e-4eec26736afd", "type": "Notebook", "displayName": + "fabcli000001_new_16", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1101,15 +1360,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '228' + - '1082' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 05 Feb 2026 08:22:20 GMT + - Thu, 05 Feb 2026 09:33:59 GMT Pragma: - no-cache RequestId: - - fb8ea6f9-e695-4687-8136-7d6dd36bde6a + - 4c752109-4c55-4294-a05a-8981c297a197 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1139,7 +1398,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/8fb8e686-86b9-4cb3-b326-0f78f59bf217/items/ce8d733d-3482-49d2-8170-384eccfac53b + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/57ff2b3d-e570-4fb0-9f4a-c1382a7034f8 response: body: string: '' @@ -1155,11 +1414,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Thu, 05 Feb 2026 08:22:20 GMT + - Thu, 05 Feb 2026 09:33:59 GMT Pragma: - no-cache RequestId: - - 2be9246b-c587-4116-bab2-0f3769e456c7 + - d6b7648c-c699-44ef-be5d-2150b2cd569b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_item_wrong_format_fail.yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_item_wrong_format_fail.yaml index 822715e7..a3b2399e 100644 --- a/tests/test_commands/recordings/test_commands/test_import/test_import_item_wrong_format_fail.yaml +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_item_wrong_format_fail.yaml @@ -11,13 +11,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.2.0 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "704a31b2-abd1-4aac-863d-ba2cdf6527d9", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -28,15 +28,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '1185' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 15 Dec 2025 07:51:04 GMT + - Thu, 05 Feb 2026 09:34:12 GMT Pragma: - no-cache RequestId: - - 416806f4-78e8-4561-9def-df9b1fb678e6 + - 6c847f02-893a-4622-8392-5343097ac806 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -62,58 +62,58 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.2.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/704a31b2-abd1-4aac-863d-ba2cdf6527d9/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "ef224172-91fb-4295-bc00-4952ff1b854e", "type": "Report", - "displayName": "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": - "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "63297299-d084-4676-92ca-91cc20fcbc14", - "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "9389fc55-164e-41c0-bbb1-b70897d466a7", - "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "309aee93-1d79-4ac2-b4fb-b963c640af34", - "type": "SemanticModel", "displayName": "fabcli000001_new_8", "description": - "", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "5abac0b4-f94b-4706-bc7d-e37f2a801f47", - "type": "SQLEndpoint", "displayName": "fabcli000001_new_3", "description": - "", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "c1ecc0b6-077b-42ed-8c8b-cf5cf9e9b131", - "type": "SQLEndpoint", "displayName": "fabcli000001_new_12", "description": - "", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "9065f1b3-34d8-4104-bf19-847b3c724abe", - "type": "Eventhouse", "displayName": "fabcli000001_auto", "description": "Created - by fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "9fe7ca9d-f5be-4fd3-9035-42e383715b55", - "type": "KQLDatabase", "displayName": "fabcli000001_auto", "description": - "fabcli000001_auto", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "33a0ac87-ec7b-4e59-a4ab-64ad7464bb6d", "type": "Notebook", "displayName": - "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "aeb6809c-186c-49ee-89cf-de9c31add7e4", "type": "SQLDatabase", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "54348fe3-cd4d-474d-bcef-0f73d485bbbb", "type": "Notebook", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "8b29373d-0d70-447c-bec2-c0f0e9cea264", "type": "SparkJobDefinition", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "0b6ce5dc-a292-47c8-97f5-2b3bb71f65e5", - "type": "DataPipeline", "displayName": "fabcli000001_new_6", "description": - "Imported from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "5be6b544-a146-4c9d-aeed-2b9298bc7c01", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "1db579d8-027d-4e49-976a-5d1ca2ea5b1c", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "9799c9a4-f352-44f3-bb17-9de430177021", "type": "KQLDatabase", "displayName": - "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "88a6829e-23b5-4201-aafd-b44815bf55b1", "type": "KQLQueryset", "displayName": - "fabcli000001_new_10", "description": "Imported from fab", "workspaceId": - "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "9eb91b1f-93f9-4c33-8a49-e4c0daf616e5", - "type": "Eventhouse", "displayName": "fabcli000001_new_11", "description": - "Imported from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "034d901c-88ca-472b-aea3-cde7c41f2010", "type": "MirroredDatabase", - "displayName": "fabcli000001_new_12", "description": "Imported from fab", - "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "25d238a4-ce58-4867-b5ae-9f89cf666581", - "type": "Reflex", "displayName": "fabcli000001_new_13", "description": "Imported - from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": - "8a8f7d7b-d7d9-4434-9e5d-ac2359953b50", "type": "KQLDashboard", "displayName": - "fabcli000001_new_14", "description": "Imported from fab", "workspaceId": - "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}]}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "47d9d38e-13b6-44a5-accb-df3c846ebb5d", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "a666a627-a61e-455f-a657-02549bc985e8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_14", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "4ccb32cf-68a2-4fdd-b663-4b46a803d5e6", "type": "KQLDashboard", "displayName": + "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "bca94329-a156-4d11-8f9d-d851443390ce", + "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "1c8ca30a-8fca-46a9-b789-cf1f4be6bafd", "type": "CosmosDBDatabase", + "displayName": "fabcli000001_new_14", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3cc08478-f1bc-4f48-aee2-7d01a42bd5a1", + "type": "UserDataFunction", "displayName": "fabcli000001_new_15", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "ae5f1400-3e9b-45fb-806e-4eec26736afd", "type": "Notebook", "displayName": + "fabcli000001_new_16", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -122,15 +122,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '1030' + - '1051' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 15 Dec 2025 07:51:04 GMT + - Thu, 05 Feb 2026 09:34:14 GMT Pragma: - no-cache RequestId: - - a2be940b-4ee7-491d-8040-a9d21303fd97 + - 1f499500-860b-4d5b-9771-aa1af579e9a8 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -156,58 +156,58 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.2.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/704a31b2-abd1-4aac-863d-ba2cdf6527d9/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "ef224172-91fb-4295-bc00-4952ff1b854e", "type": "Report", - "displayName": "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": - "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "63297299-d084-4676-92ca-91cc20fcbc14", - "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "9389fc55-164e-41c0-bbb1-b70897d466a7", - "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "309aee93-1d79-4ac2-b4fb-b963c640af34", - "type": "SemanticModel", "displayName": "fabcli000001_new_8", "description": - "", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "5abac0b4-f94b-4706-bc7d-e37f2a801f47", - "type": "SQLEndpoint", "displayName": "fabcli000001_new_3", "description": - "", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "c1ecc0b6-077b-42ed-8c8b-cf5cf9e9b131", - "type": "SQLEndpoint", "displayName": "fabcli000001_new_12", "description": - "", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "9065f1b3-34d8-4104-bf19-847b3c724abe", - "type": "Eventhouse", "displayName": "fabcli000001_auto", "description": "Created - by fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "9fe7ca9d-f5be-4fd3-9035-42e383715b55", - "type": "KQLDatabase", "displayName": "fabcli000001_auto", "description": - "fabcli000001_auto", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "33a0ac87-ec7b-4e59-a4ab-64ad7464bb6d", "type": "Notebook", "displayName": - "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "aeb6809c-186c-49ee-89cf-de9c31add7e4", "type": "SQLDatabase", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "54348fe3-cd4d-474d-bcef-0f73d485bbbb", "type": "Notebook", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "8b29373d-0d70-447c-bec2-c0f0e9cea264", "type": "SparkJobDefinition", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "0b6ce5dc-a292-47c8-97f5-2b3bb71f65e5", - "type": "DataPipeline", "displayName": "fabcli000001_new_6", "description": - "Imported from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "5be6b544-a146-4c9d-aeed-2b9298bc7c01", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "1db579d8-027d-4e49-976a-5d1ca2ea5b1c", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "9799c9a4-f352-44f3-bb17-9de430177021", "type": "KQLDatabase", "displayName": - "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "88a6829e-23b5-4201-aafd-b44815bf55b1", "type": "KQLQueryset", "displayName": - "fabcli000001_new_10", "description": "Imported from fab", "workspaceId": - "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "9eb91b1f-93f9-4c33-8a49-e4c0daf616e5", - "type": "Eventhouse", "displayName": "fabcli000001_new_11", "description": - "Imported from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "034d901c-88ca-472b-aea3-cde7c41f2010", "type": "MirroredDatabase", - "displayName": "fabcli000001_new_12", "description": "Imported from fab", - "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "25d238a4-ce58-4867-b5ae-9f89cf666581", - "type": "Reflex", "displayName": "fabcli000001_new_13", "description": "Imported - from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": - "8a8f7d7b-d7d9-4434-9e5d-ac2359953b50", "type": "KQLDashboard", "displayName": - "fabcli000001_new_14", "description": "Imported from fab", "workspaceId": - "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}]}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "47d9d38e-13b6-44a5-accb-df3c846ebb5d", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "a666a627-a61e-455f-a657-02549bc985e8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_14", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "4ccb32cf-68a2-4fdd-b663-4b46a803d5e6", "type": "KQLDashboard", "displayName": + "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "bca94329-a156-4d11-8f9d-d851443390ce", + "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "1c8ca30a-8fca-46a9-b789-cf1f4be6bafd", "type": "CosmosDBDatabase", + "displayName": "fabcli000001_new_14", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3cc08478-f1bc-4f48-aee2-7d01a42bd5a1", + "type": "UserDataFunction", "displayName": "fabcli000001_new_15", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "ae5f1400-3e9b-45fb-806e-4eec26736afd", "type": "Notebook", "displayName": + "fabcli000001_new_16", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -216,15 +216,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '1030' + - '1051' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 15 Dec 2025 07:51:04 GMT + - Thu, 05 Feb 2026 09:34:13 GMT Pragma: - no-cache RequestId: - - 74ef0a73-6f6a-4776-83c5-d4c5f0eeac33 + - 00c8d44c-728c-4d65-b102-380b9828eccf Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_lakehouse_path_fail.yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_lakehouse_path_fail.yaml index db6c1098..25eaf4a3 100644 --- a/tests/test_commands/recordings/test_commands/test_import/test_import_lakehouse_path_fail.yaml +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_lakehouse_path_fail.yaml @@ -11,13 +11,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.2.0 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "704a31b2-abd1-4aac-863d-ba2cdf6527d9", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -28,15 +28,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '1185' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 15 Dec 2025 07:50:58 GMT + - Thu, 05 Feb 2026 09:34:00 GMT Pragma: - no-cache RequestId: - - 9d1ae7e1-8f24-42d5-83cd-ade9301ba378 + - 7634da81-2046-4bdf-aa49-de2500b24c87 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -62,58 +62,58 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.2.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/704a31b2-abd1-4aac-863d-ba2cdf6527d9/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "ef224172-91fb-4295-bc00-4952ff1b854e", "type": "Report", - "displayName": "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": - "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "63297299-d084-4676-92ca-91cc20fcbc14", - "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "9389fc55-164e-41c0-bbb1-b70897d466a7", - "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "309aee93-1d79-4ac2-b4fb-b963c640af34", - "type": "SemanticModel", "displayName": "fabcli000001_new_8", "description": - "", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "5abac0b4-f94b-4706-bc7d-e37f2a801f47", - "type": "SQLEndpoint", "displayName": "fabcli000001_new_3", "description": - "", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "c1ecc0b6-077b-42ed-8c8b-cf5cf9e9b131", - "type": "SQLEndpoint", "displayName": "fabcli000001_new_12", "description": - "", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "9065f1b3-34d8-4104-bf19-847b3c724abe", - "type": "Eventhouse", "displayName": "fabcli000001_auto", "description": "Created - by fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "9fe7ca9d-f5be-4fd3-9035-42e383715b55", - "type": "KQLDatabase", "displayName": "fabcli000001_auto", "description": - "fabcli000001_auto", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "33a0ac87-ec7b-4e59-a4ab-64ad7464bb6d", "type": "Notebook", "displayName": - "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "aeb6809c-186c-49ee-89cf-de9c31add7e4", "type": "SQLDatabase", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "54348fe3-cd4d-474d-bcef-0f73d485bbbb", "type": "Notebook", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "8b29373d-0d70-447c-bec2-c0f0e9cea264", "type": "SparkJobDefinition", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "0b6ce5dc-a292-47c8-97f5-2b3bb71f65e5", - "type": "DataPipeline", "displayName": "fabcli000001_new_6", "description": - "Imported from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "5be6b544-a146-4c9d-aeed-2b9298bc7c01", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "1db579d8-027d-4e49-976a-5d1ca2ea5b1c", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "9799c9a4-f352-44f3-bb17-9de430177021", "type": "KQLDatabase", "displayName": - "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "88a6829e-23b5-4201-aafd-b44815bf55b1", "type": "KQLQueryset", "displayName": - "fabcli000001_new_10", "description": "Imported from fab", "workspaceId": - "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "9eb91b1f-93f9-4c33-8a49-e4c0daf616e5", - "type": "Eventhouse", "displayName": "fabcli000001_new_11", "description": - "Imported from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "034d901c-88ca-472b-aea3-cde7c41f2010", "type": "MirroredDatabase", - "displayName": "fabcli000001_new_12", "description": "Imported from fab", - "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "25d238a4-ce58-4867-b5ae-9f89cf666581", - "type": "Reflex", "displayName": "fabcli000001_new_13", "description": "Imported - from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": - "8a8f7d7b-d7d9-4434-9e5d-ac2359953b50", "type": "KQLDashboard", "displayName": - "fabcli000001_new_14", "description": "Imported from fab", "workspaceId": - "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}]}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "47d9d38e-13b6-44a5-accb-df3c846ebb5d", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "a666a627-a61e-455f-a657-02549bc985e8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_14", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "4ccb32cf-68a2-4fdd-b663-4b46a803d5e6", "type": "KQLDashboard", "displayName": + "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "bca94329-a156-4d11-8f9d-d851443390ce", + "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "1c8ca30a-8fca-46a9-b789-cf1f4be6bafd", "type": "CosmosDBDatabase", + "displayName": "fabcli000001_new_14", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3cc08478-f1bc-4f48-aee2-7d01a42bd5a1", + "type": "UserDataFunction", "displayName": "fabcli000001_new_15", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "ae5f1400-3e9b-45fb-806e-4eec26736afd", "type": "Notebook", "displayName": + "fabcli000001_new_16", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -122,15 +122,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '1030' + - '1051' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 15 Dec 2025 07:50:59 GMT + - Thu, 05 Feb 2026 09:34:01 GMT Pragma: - no-cache RequestId: - - dc2eb5a1-1ca6-4adb-b45d-034016697d05 + - 9fae1d6d-9a21-4b90-9c1d-2ebce0dce02f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -156,58 +156,58 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.2.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/704a31b2-abd1-4aac-863d-ba2cdf6527d9/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "ef224172-91fb-4295-bc00-4952ff1b854e", "type": "Report", - "displayName": "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": - "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "63297299-d084-4676-92ca-91cc20fcbc14", - "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "9389fc55-164e-41c0-bbb1-b70897d466a7", - "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "309aee93-1d79-4ac2-b4fb-b963c640af34", - "type": "SemanticModel", "displayName": "fabcli000001_new_8", "description": - "", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "5abac0b4-f94b-4706-bc7d-e37f2a801f47", - "type": "SQLEndpoint", "displayName": "fabcli000001_new_3", "description": - "", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "c1ecc0b6-077b-42ed-8c8b-cf5cf9e9b131", - "type": "SQLEndpoint", "displayName": "fabcli000001_new_12", "description": - "", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "9065f1b3-34d8-4104-bf19-847b3c724abe", - "type": "Eventhouse", "displayName": "fabcli000001_auto", "description": "Created - by fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "9fe7ca9d-f5be-4fd3-9035-42e383715b55", - "type": "KQLDatabase", "displayName": "fabcli000001_auto", "description": - "fabcli000001_auto", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "33a0ac87-ec7b-4e59-a4ab-64ad7464bb6d", "type": "Notebook", "displayName": - "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "aeb6809c-186c-49ee-89cf-de9c31add7e4", "type": "SQLDatabase", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "54348fe3-cd4d-474d-bcef-0f73d485bbbb", "type": "Notebook", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "8b29373d-0d70-447c-bec2-c0f0e9cea264", "type": "SparkJobDefinition", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "0b6ce5dc-a292-47c8-97f5-2b3bb71f65e5", - "type": "DataPipeline", "displayName": "fabcli000001_new_6", "description": - "Imported from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "5be6b544-a146-4c9d-aeed-2b9298bc7c01", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "1db579d8-027d-4e49-976a-5d1ca2ea5b1c", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "9799c9a4-f352-44f3-bb17-9de430177021", "type": "KQLDatabase", "displayName": - "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "88a6829e-23b5-4201-aafd-b44815bf55b1", "type": "KQLQueryset", "displayName": - "fabcli000001_new_10", "description": "Imported from fab", "workspaceId": - "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "9eb91b1f-93f9-4c33-8a49-e4c0daf616e5", - "type": "Eventhouse", "displayName": "fabcli000001_new_11", "description": - "Imported from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "034d901c-88ca-472b-aea3-cde7c41f2010", "type": "MirroredDatabase", - "displayName": "fabcli000001_new_12", "description": "Imported from fab", - "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "25d238a4-ce58-4867-b5ae-9f89cf666581", - "type": "Reflex", "displayName": "fabcli000001_new_13", "description": "Imported - from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": - "8a8f7d7b-d7d9-4434-9e5d-ac2359953b50", "type": "KQLDashboard", "displayName": - "fabcli000001_new_14", "description": "Imported from fab", "workspaceId": - "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}]}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "47d9d38e-13b6-44a5-accb-df3c846ebb5d", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "a666a627-a61e-455f-a657-02549bc985e8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_14", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "4ccb32cf-68a2-4fdd-b663-4b46a803d5e6", "type": "KQLDashboard", "displayName": + "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "bca94329-a156-4d11-8f9d-d851443390ce", + "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "1c8ca30a-8fca-46a9-b789-cf1f4be6bafd", "type": "CosmosDBDatabase", + "displayName": "fabcli000001_new_14", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3cc08478-f1bc-4f48-aee2-7d01a42bd5a1", + "type": "UserDataFunction", "displayName": "fabcli000001_new_15", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "ae5f1400-3e9b-45fb-806e-4eec26736afd", "type": "Notebook", "displayName": + "fabcli000001_new_16", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -216,15 +216,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '1030' + - '1051' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 15 Dec 2025 07:50:59 GMT + - Thu, 05 Feb 2026 09:34:01 GMT Pragma: - no-cache RequestId: - - 8b5e7d05-5813-4d36-a5f3-6c17592e1b5c + - 60c446c5-d0d6-4a07-81db-4059a10698c0 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -253,14 +253,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.2.0 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/704a31b2-abd1-4aac-863d-ba2cdf6527d9/lakehouses + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/lakehouses response: body: - string: '{"id": "7918f031-6d8b-4505-947a-a87222a35f2f", "type": "Lakehouse", + string: '{"id": "766059ee-fb46-4d57-bb79-5b282d8cb098", "type": "Lakehouse", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -273,13 +273,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 15 Dec 2025 07:51:01 GMT + - Thu, 05 Feb 2026 09:34:05 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 7b8e7721-bdbe-484b-beca-4576ecf730c4 + - 3ce4d62d-d31d-43c7-9223-cb77791d5cf9 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -305,13 +305,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.2.0 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "704a31b2-abd1-4aac-863d-ba2cdf6527d9", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -322,15 +322,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '1185' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 15 Dec 2025 07:51:01 GMT + - Thu, 05 Feb 2026 09:34:06 GMT Pragma: - no-cache RequestId: - - e5210361-0a73-420c-8676-996bb6576721 + - f395e679-9119-48e9-8c3e-7d001c79d1a0 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -356,60 +356,60 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.2.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/704a31b2-abd1-4aac-863d-ba2cdf6527d9/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "ef224172-91fb-4295-bc00-4952ff1b854e", "type": "Report", - "displayName": "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": - "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "63297299-d084-4676-92ca-91cc20fcbc14", - "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "9389fc55-164e-41c0-bbb1-b70897d466a7", - "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "309aee93-1d79-4ac2-b4fb-b963c640af34", - "type": "SemanticModel", "displayName": "fabcli000001_new_8", "description": - "", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "5abac0b4-f94b-4706-bc7d-e37f2a801f47", - "type": "SQLEndpoint", "displayName": "fabcli000001_new_3", "description": - "", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "c1ecc0b6-077b-42ed-8c8b-cf5cf9e9b131", - "type": "SQLEndpoint", "displayName": "fabcli000001_new_12", "description": - "", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "9065f1b3-34d8-4104-bf19-847b3c724abe", - "type": "Eventhouse", "displayName": "fabcli000001_auto", "description": "Created - by fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "9fe7ca9d-f5be-4fd3-9035-42e383715b55", - "type": "KQLDatabase", "displayName": "fabcli000001_auto", "description": - "fabcli000001_auto", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "33a0ac87-ec7b-4e59-a4ab-64ad7464bb6d", "type": "Notebook", "displayName": - "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "aeb6809c-186c-49ee-89cf-de9c31add7e4", "type": "SQLDatabase", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "54348fe3-cd4d-474d-bcef-0f73d485bbbb", "type": "Notebook", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "8b29373d-0d70-447c-bec2-c0f0e9cea264", "type": "SparkJobDefinition", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "0b6ce5dc-a292-47c8-97f5-2b3bb71f65e5", - "type": "DataPipeline", "displayName": "fabcli000001_new_6", "description": - "Imported from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "5be6b544-a146-4c9d-aeed-2b9298bc7c01", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "1db579d8-027d-4e49-976a-5d1ca2ea5b1c", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "9799c9a4-f352-44f3-bb17-9de430177021", "type": "KQLDatabase", "displayName": - "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "88a6829e-23b5-4201-aafd-b44815bf55b1", "type": "KQLQueryset", "displayName": - "fabcli000001_new_10", "description": "Imported from fab", "workspaceId": - "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "9eb91b1f-93f9-4c33-8a49-e4c0daf616e5", - "type": "Eventhouse", "displayName": "fabcli000001_new_11", "description": - "Imported from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "034d901c-88ca-472b-aea3-cde7c41f2010", "type": "MirroredDatabase", - "displayName": "fabcli000001_new_12", "description": "Imported from fab", - "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "25d238a4-ce58-4867-b5ae-9f89cf666581", - "type": "Reflex", "displayName": "fabcli000001_new_13", "description": "Imported - from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": - "8a8f7d7b-d7d9-4434-9e5d-ac2359953b50", "type": "KQLDashboard", "displayName": - "fabcli000001_new_14", "description": "Imported from fab", "workspaceId": - "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "7918f031-6d8b-4505-947a-a87222a35f2f", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "47d9d38e-13b6-44a5-accb-df3c846ebb5d", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "a666a627-a61e-455f-a657-02549bc985e8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_14", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "4ccb32cf-68a2-4fdd-b663-4b46a803d5e6", "type": "KQLDashboard", "displayName": + "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "bca94329-a156-4d11-8f9d-d851443390ce", + "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "1c8ca30a-8fca-46a9-b789-cf1f4be6bafd", "type": "CosmosDBDatabase", + "displayName": "fabcli000001_new_14", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3cc08478-f1bc-4f48-aee2-7d01a42bd5a1", + "type": "UserDataFunction", "displayName": "fabcli000001_new_15", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "ae5f1400-3e9b-45fb-806e-4eec26736afd", "type": "Notebook", "displayName": + "fabcli000001_new_16", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "766059ee-fb46-4d57-bb79-5b282d8cb098", "type": "Lakehouse", "displayName": "fabcli000001", "description": "Created - by fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}]}' + by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -418,15 +418,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '1074' + - '1095' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 15 Dec 2025 07:51:01 GMT + - Thu, 05 Feb 2026 09:34:07 GMT Pragma: - no-cache RequestId: - - 08d7131d-34a4-4610-b6c6-d31ed54ee284 + - 0cf5272e-17d7-45af-af40-66a365364f66 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -452,60 +452,60 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.2.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/704a31b2-abd1-4aac-863d-ba2cdf6527d9/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "ef224172-91fb-4295-bc00-4952ff1b854e", "type": "Report", - "displayName": "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": - "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "63297299-d084-4676-92ca-91cc20fcbc14", - "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "9389fc55-164e-41c0-bbb1-b70897d466a7", - "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "309aee93-1d79-4ac2-b4fb-b963c640af34", - "type": "SemanticModel", "displayName": "fabcli000001_new_8", "description": - "", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "5abac0b4-f94b-4706-bc7d-e37f2a801f47", - "type": "SQLEndpoint", "displayName": "fabcli000001_new_3", "description": - "", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "c1ecc0b6-077b-42ed-8c8b-cf5cf9e9b131", - "type": "SQLEndpoint", "displayName": "fabcli000001_new_12", "description": - "", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "9065f1b3-34d8-4104-bf19-847b3c724abe", - "type": "Eventhouse", "displayName": "fabcli000001_auto", "description": "Created - by fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "9fe7ca9d-f5be-4fd3-9035-42e383715b55", - "type": "KQLDatabase", "displayName": "fabcli000001_auto", "description": - "fabcli000001_auto", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "33a0ac87-ec7b-4e59-a4ab-64ad7464bb6d", "type": "Notebook", "displayName": - "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "aeb6809c-186c-49ee-89cf-de9c31add7e4", "type": "SQLDatabase", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "54348fe3-cd4d-474d-bcef-0f73d485bbbb", "type": "Notebook", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "8b29373d-0d70-447c-bec2-c0f0e9cea264", "type": "SparkJobDefinition", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "0b6ce5dc-a292-47c8-97f5-2b3bb71f65e5", - "type": "DataPipeline", "displayName": "fabcli000001_new_6", "description": - "Imported from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "5be6b544-a146-4c9d-aeed-2b9298bc7c01", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "1db579d8-027d-4e49-976a-5d1ca2ea5b1c", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "9799c9a4-f352-44f3-bb17-9de430177021", "type": "KQLDatabase", "displayName": - "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "88a6829e-23b5-4201-aafd-b44815bf55b1", "type": "KQLQueryset", "displayName": - "fabcli000001_new_10", "description": "Imported from fab", "workspaceId": - "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "9eb91b1f-93f9-4c33-8a49-e4c0daf616e5", - "type": "Eventhouse", "displayName": "fabcli000001_new_11", "description": - "Imported from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "034d901c-88ca-472b-aea3-cde7c41f2010", "type": "MirroredDatabase", - "displayName": "fabcli000001_new_12", "description": "Imported from fab", - "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "25d238a4-ce58-4867-b5ae-9f89cf666581", - "type": "Reflex", "displayName": "fabcli000001_new_13", "description": "Imported - from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": - "8a8f7d7b-d7d9-4434-9e5d-ac2359953b50", "type": "KQLDashboard", "displayName": - "fabcli000001_new_14", "description": "Imported from fab", "workspaceId": - "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "7918f031-6d8b-4505-947a-a87222a35f2f", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "47d9d38e-13b6-44a5-accb-df3c846ebb5d", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "a666a627-a61e-455f-a657-02549bc985e8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_14", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "4ccb32cf-68a2-4fdd-b663-4b46a803d5e6", "type": "KQLDashboard", "displayName": + "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "bca94329-a156-4d11-8f9d-d851443390ce", + "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "1c8ca30a-8fca-46a9-b789-cf1f4be6bafd", "type": "CosmosDBDatabase", + "displayName": "fabcli000001_new_14", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3cc08478-f1bc-4f48-aee2-7d01a42bd5a1", + "type": "UserDataFunction", "displayName": "fabcli000001_new_15", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "ae5f1400-3e9b-45fb-806e-4eec26736afd", "type": "Notebook", "displayName": + "fabcli000001_new_16", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "766059ee-fb46-4d57-bb79-5b282d8cb098", "type": "Lakehouse", "displayName": "fabcli000001", "description": "Created - by fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}]}' + by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -514,15 +514,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '1074' + - '1095' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 15 Dec 2025 07:51:02 GMT + - Thu, 05 Feb 2026 09:34:08 GMT Pragma: - no-cache RequestId: - - 02c318d9-99d8-4339-bc26-038209506c5b + - 2ce6cf7b-8a67-4662-b8f0-bde6f035df64 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -548,13 +548,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.2.0 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "704a31b2-abd1-4aac-863d-ba2cdf6527d9", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -565,15 +565,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '1185' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 15 Dec 2025 07:51:03 GMT + - Thu, 05 Feb 2026 09:34:08 GMT Pragma: - no-cache RequestId: - - 5d90d961-5610-45ae-ae66-ac81c9e206b7 + - 412b53ae-a639-4720-ab6f-7035a15d4a12 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -599,60 +599,60 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.2.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/704a31b2-abd1-4aac-863d-ba2cdf6527d9/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "ef224172-91fb-4295-bc00-4952ff1b854e", "type": "Report", - "displayName": "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": - "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "63297299-d084-4676-92ca-91cc20fcbc14", - "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "9389fc55-164e-41c0-bbb1-b70897d466a7", - "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "309aee93-1d79-4ac2-b4fb-b963c640af34", - "type": "SemanticModel", "displayName": "fabcli000001_new_8", "description": - "", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "5abac0b4-f94b-4706-bc7d-e37f2a801f47", - "type": "SQLEndpoint", "displayName": "fabcli000001_new_3", "description": - "", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "c1ecc0b6-077b-42ed-8c8b-cf5cf9e9b131", - "type": "SQLEndpoint", "displayName": "fabcli000001_new_12", "description": - "", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "9065f1b3-34d8-4104-bf19-847b3c724abe", - "type": "Eventhouse", "displayName": "fabcli000001_auto", "description": "Created - by fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "9fe7ca9d-f5be-4fd3-9035-42e383715b55", - "type": "KQLDatabase", "displayName": "fabcli000001_auto", "description": - "fabcli000001_auto", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "33a0ac87-ec7b-4e59-a4ab-64ad7464bb6d", "type": "Notebook", "displayName": - "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "aeb6809c-186c-49ee-89cf-de9c31add7e4", "type": "SQLDatabase", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "54348fe3-cd4d-474d-bcef-0f73d485bbbb", "type": "Notebook", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "8b29373d-0d70-447c-bec2-c0f0e9cea264", "type": "SparkJobDefinition", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "0b6ce5dc-a292-47c8-97f5-2b3bb71f65e5", - "type": "DataPipeline", "displayName": "fabcli000001_new_6", "description": - "Imported from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "5be6b544-a146-4c9d-aeed-2b9298bc7c01", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "1db579d8-027d-4e49-976a-5d1ca2ea5b1c", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "9799c9a4-f352-44f3-bb17-9de430177021", "type": "KQLDatabase", "displayName": - "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "88a6829e-23b5-4201-aafd-b44815bf55b1", "type": "KQLQueryset", "displayName": - "fabcli000001_new_10", "description": "Imported from fab", "workspaceId": - "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "9eb91b1f-93f9-4c33-8a49-e4c0daf616e5", - "type": "Eventhouse", "displayName": "fabcli000001_new_11", "description": - "Imported from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "034d901c-88ca-472b-aea3-cde7c41f2010", "type": "MirroredDatabase", - "displayName": "fabcli000001_new_12", "description": "Imported from fab", - "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "25d238a4-ce58-4867-b5ae-9f89cf666581", - "type": "Reflex", "displayName": "fabcli000001_new_13", "description": "Imported - from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": - "8a8f7d7b-d7d9-4434-9e5d-ac2359953b50", "type": "KQLDashboard", "displayName": - "fabcli000001_new_14", "description": "Imported from fab", "workspaceId": - "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "7918f031-6d8b-4505-947a-a87222a35f2f", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "47d9d38e-13b6-44a5-accb-df3c846ebb5d", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "a666a627-a61e-455f-a657-02549bc985e8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_14", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "4ccb32cf-68a2-4fdd-b663-4b46a803d5e6", "type": "KQLDashboard", "displayName": + "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "bca94329-a156-4d11-8f9d-d851443390ce", + "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "1c8ca30a-8fca-46a9-b789-cf1f4be6bafd", "type": "CosmosDBDatabase", + "displayName": "fabcli000001_new_14", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3cc08478-f1bc-4f48-aee2-7d01a42bd5a1", + "type": "UserDataFunction", "displayName": "fabcli000001_new_15", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "ae5f1400-3e9b-45fb-806e-4eec26736afd", "type": "Notebook", "displayName": + "fabcli000001_new_16", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "766059ee-fb46-4d57-bb79-5b282d8cb098", "type": "Lakehouse", "displayName": "fabcli000001", "description": "Created - by fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}]}' + by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -661,15 +661,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '1074' + - '1095' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 15 Dec 2025 07:51:03 GMT + - Thu, 05 Feb 2026 09:34:09 GMT Pragma: - no-cache RequestId: - - 3f6ae99f-a1da-4c7d-8793-b4db9351bf03 + - 2a60b21c-390b-4b13-970d-9f9e87bc84bd Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -695,13 +695,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.2.0 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "704a31b2-abd1-4aac-863d-ba2cdf6527d9", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -712,15 +712,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '1185' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 15 Dec 2025 07:51:03 GMT + - Thu, 05 Feb 2026 09:34:10 GMT Pragma: - no-cache RequestId: - - 8bcd10ac-9b3c-45c3-9b8a-c151fcf919e0 + - bde700ae-42c5-4c67-b4f6-85b9329adbde Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -746,60 +746,62 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.2.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/704a31b2-abd1-4aac-863d-ba2cdf6527d9/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "ef224172-91fb-4295-bc00-4952ff1b854e", "type": "Report", - "displayName": "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": - "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "63297299-d084-4676-92ca-91cc20fcbc14", - "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "9389fc55-164e-41c0-bbb1-b70897d466a7", - "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": - "", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "309aee93-1d79-4ac2-b4fb-b963c640af34", - "type": "SemanticModel", "displayName": "fabcli000001_new_8", "description": - "", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "5abac0b4-f94b-4706-bc7d-e37f2a801f47", - "type": "SQLEndpoint", "displayName": "fabcli000001_new_3", "description": - "", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "c1ecc0b6-077b-42ed-8c8b-cf5cf9e9b131", - "type": "SQLEndpoint", "displayName": "fabcli000001_new_12", "description": - "", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "9065f1b3-34d8-4104-bf19-847b3c724abe", - "type": "Eventhouse", "displayName": "fabcli000001_auto", "description": "Created - by fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "9fe7ca9d-f5be-4fd3-9035-42e383715b55", - "type": "KQLDatabase", "displayName": "fabcli000001_auto", "description": - "fabcli000001_auto", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "33a0ac87-ec7b-4e59-a4ab-64ad7464bb6d", "type": "Notebook", "displayName": - "fabcli000001_new_2", "description": "Imported from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "aeb6809c-186c-49ee-89cf-de9c31add7e4", "type": "SQLDatabase", "displayName": - "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "54348fe3-cd4d-474d-bcef-0f73d485bbbb", "type": "Notebook", "displayName": - "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "8b29373d-0d70-447c-bec2-c0f0e9cea264", "type": "SparkJobDefinition", + string: '{"value": [{"id": "30b5cf9a-687f-4535-8c41-f8d6090970ce", "type": "Report", "displayName": "fabcli000001_new_5", "description": "Imported from fab", "workspaceId": - "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "0b6ce5dc-a292-47c8-97f5-2b3bb71f65e5", - "type": "DataPipeline", "displayName": "fabcli000001_new_6", "description": - "Imported from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "5be6b544-a146-4c9d-aeed-2b9298bc7c01", "type": "Eventhouse", "displayName": - "fabcli000001_auto", "description": "Created by fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "1db579d8-027d-4e49-976a-5d1ca2ea5b1c", "type": "KQLDatabase", "displayName": - "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "9799c9a4-f352-44f3-bb17-9de430177021", "type": "KQLDatabase", "displayName": - "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "88a6829e-23b5-4201-aafd-b44815bf55b1", "type": "KQLQueryset", "displayName": - "fabcli000001_new_10", "description": "Imported from fab", "workspaceId": - "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "9eb91b1f-93f9-4c33-8a49-e4c0daf616e5", - "type": "Eventhouse", "displayName": "fabcli000001_new_11", "description": - "Imported from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, - {"id": "034d901c-88ca-472b-aea3-cde7c41f2010", "type": "MirroredDatabase", - "displayName": "fabcli000001_new_12", "description": "Imported from fab", - "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "25d238a4-ce58-4867-b5ae-9f89cf666581", - "type": "Reflex", "displayName": "fabcli000001_new_13", "description": "Imported - from fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": - "8a8f7d7b-d7d9-4434-9e5d-ac2359953b50", "type": "KQLDashboard", "displayName": - "fabcli000001_new_14", "description": "Imported from fab", "workspaceId": - "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}, {"id": "7918f031-6d8b-4505-947a-a87222a35f2f", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "9f811779-9cb2-4993-afef-d75e9e2db99e", + "type": "SemanticModel", "displayName": "fabcli000001_auto", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "d048cd49-cf2b-42a5-b8c8-4399d548c90c", + "type": "SemanticModel", "displayName": "fabcli000001_new_6", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "30a61513-b17a-4c9b-b24a-dbc1fba331cd", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_10", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "47d9d38e-13b6-44a5-accb-df3c846ebb5d", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_13", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "a666a627-a61e-455f-a657-02549bc985e8", + "type": "SQLEndpoint", "displayName": "fabcli000001_new_14", "description": + "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "7e3bab00-b279-41e2-8ec6-c7d3ca8de2ba", + "type": "SQLEndpoint", "displayName": "fabcli000001", "description": "", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3ea5e4a2-def8-4b30-8251-3943bb1fd051", + "type": "Notebook", "displayName": "fabcli000001_new_2", "description": "Imported + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "8d59d32d-b7bf-45c9-97f5-47537ee6b835", "type": "SparkJobDefinition", "displayName": + "fabcli000001_new_3", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "9c48e9bd-028c-45fb-830b-2e5cf13f462d", "type": "DataPipeline", "displayName": + "fabcli000001_new_4", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "bca21df1-18cc-40ad-ab3f-05c42b3f555a", "type": "Eventhouse", "displayName": + "fabcli000001_auto", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "16177034-4ee4-4120-99af-34dfed1420fb", "type": "KQLDatabase", "displayName": + "fabcli000001_auto", "description": "fabcli000001_auto", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "aa43a560-28c0-4f9d-b170-7536ad51e2b8", "type": "KQLDatabase", "displayName": + "fabcli000001_new_7", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "beab40a2-4554-4f70-8896-953e07a5d362", "type": "KQLQueryset", "displayName": + "fabcli000001_new_8", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "86121110-fa64-4730-a3ac-240dec42252d", "type": "Eventhouse", "displayName": + "fabcli000001_new_9", "description": "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "11b81452-856b-46eb-ae77-eb634caadb9d", "type": "MirroredDatabase", + "displayName": "fabcli000001_new_10", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "f650593d-df2b-490d-a56b-fa2b3807f210", + "type": "Reflex", "displayName": "fabcli000001_new_11", "description": "Imported + from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": + "4ccb32cf-68a2-4fdd-b663-4b46a803d5e6", "type": "KQLDashboard", "displayName": + "fabcli000001_new_12", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "bca94329-a156-4d11-8f9d-d851443390ce", + "type": "SQLDatabase", "displayName": "fabcli000001_new_13", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "1c8ca30a-8fca-46a9-b789-cf1f4be6bafd", "type": "CosmosDBDatabase", + "displayName": "fabcli000001_new_14", "description": "Imported from fab", + "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "3cc08478-f1bc-4f48-aee2-7d01a42bd5a1", + "type": "UserDataFunction", "displayName": "fabcli000001_new_15", "description": + "Imported from fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "ae5f1400-3e9b-45fb-806e-4eec26736afd", "type": "Notebook", "displayName": + "fabcli000001_new_16", "description": "Imported from fab", "workspaceId": + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, {"id": "766059ee-fb46-4d57-bb79-5b282d8cb098", "type": "Lakehouse", "displayName": "fabcli000001", "description": "Created - by fab", "workspaceId": "704a31b2-abd1-4aac-863d-ba2cdf6527d9"}]}' + by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -808,15 +810,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '1074' + - '1125' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 15 Dec 2025 07:51:03 GMT + - Thu, 05 Feb 2026 09:34:11 GMT Pragma: - no-cache RequestId: - - f45d3474-a9f5-4c9b-8c59-b9263af977bc + - 07104676-4bc7-419d-be15-dea7895c059c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -844,9 +846,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.2.0 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/704a31b2-abd1-4aac-863d-ba2cdf6527d9/items/7918f031-6d8b-4505-947a-a87222a35f2f + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/766059ee-fb46-4d57-bb79-5b282d8cb098 response: body: string: '' @@ -862,11 +864,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 15 Dec 2025 07:51:04 GMT + - Thu, 05 Feb 2026 09:34:11 GMT Pragma: - no-cache RequestId: - - 091283d5-d0b2-40cc-9c4b-0027d18231b6 + - 53950c2e-f605-4ebd-bb4f-981340aa29c3 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[CosmosDBDatabase].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[CosmosDBDatabase].yaml index 26921a9a..a5d5b763 100644 --- a/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[CosmosDBDatabase].yaml +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[CosmosDBDatabase].yaml @@ -17,7 +17,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e4270291-b332-4146-ab5f-c33d36c70c67", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -28,15 +28,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2460' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:20:28 GMT + - Thu, 05 Feb 2026 09:15:57 GMT Pragma: - no-cache RequestId: - - 327de7b6-86c4-46bd-a551-5f4f3b148592 + - 7b877ac8-d2c7-43a9-a973-beae159deabe Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -64,7 +64,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: string: '{"value": []}' @@ -80,11 +80,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:20:29 GMT + - Thu, 05 Feb 2026 09:15:57 GMT Pragma: - no-cache RequestId: - - 47ecf458-0794-44ac-9295-83c272e54152 + - 60b382a4-d8f0-4995-8bb5-c8d9eef1fff9 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -112,7 +112,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: string: '{"value": []}' @@ -128,11 +128,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:20:30 GMT + - Thu, 05 Feb 2026 09:15:57 GMT Pragma: - no-cache RequestId: - - 454666d7-3cb4-432d-9906-696d7162642e + - ce554530-05f1-4964-bf94-574792527769 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -163,7 +163,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/cosmosDbDatabases + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/cosmosDbDatabases response: body: string: 'null' @@ -179,15 +179,15 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:20:32 GMT + - Thu, 05 Feb 2026 09:15:58 GMT ETag: - '""' Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b7585917-9898-4bd2-98ff-8655302f2fda + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/2c8103a9-988e-4a9b-9cbe-0ba141885d47 Pragma: - no-cache RequestId: - - d71b85bd-7a9e-48fc-bf71-159caac88045 + - d3b9270a-4505-4e03-b59d-594f0d8d34d2 Retry-After: - '20' Strict-Transport-Security: @@ -201,7 +201,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - b7585917-9898-4bd2-98ff-8655302f2fda + - 2c8103a9-988e-4a9b-9cbe-0ba141885d47 status: code: 202 message: Accepted @@ -219,11 +219,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b7585917-9898-4bd2-98ff-8655302f2fda + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/2c8103a9-988e-4a9b-9cbe-0ba141885d47 response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-03T09:20:31.3828264", - "lastUpdatedTimeUtc": "2026-02-03T09:20:40.2278841", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-05T09:15:58.5947256", + "lastUpdatedTimeUtc": "2026-02-05T09:16:06.8017898", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -233,17 +233,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '131' + - '132' Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:20:54 GMT + - Thu, 05 Feb 2026 09:16:20 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b7585917-9898-4bd2-98ff-8655302f2fda/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/2c8103a9-988e-4a9b-9cbe-0ba141885d47/result Pragma: - no-cache RequestId: - - 3329b87e-6dd9-48bf-849f-7e0038e06899 + - 74bb1f55-bccb-48c4-a9f4-43884e0b92ce Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -251,7 +251,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - b7585917-9898-4bd2-98ff-8655302f2fda + - 2c8103a9-988e-4a9b-9cbe-0ba141885d47 status: code: 200 message: OK @@ -269,12 +269,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b7585917-9898-4bd2-98ff-8655302f2fda/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/2c8103a9-988e-4a9b-9cbe-0ba141885d47/result response: body: - string: '{"id": "86dd82d4-6fb5-439f-bd7f-af9db85e50bb", "type": "CosmosDBDatabase", + string: '{"id": "3c9f666f-1398-4f31-bc65-ef92db375cb6", "type": "CosmosDBDatabase", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e4270291-b332-4146-ab5f-c33d36c70c67"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId @@ -285,11 +285,11 @@ interactions: Content-Type: - application/json Date: - - Tue, 03 Feb 2026 09:20:55 GMT + - Thu, 05 Feb 2026 09:16:20 GMT Pragma: - no-cache RequestId: - - e4ebfe2a-b3c6-492a-bc50-8d7175d14446 + - eee7cd17-5cf8-4c82-ab35-fd3ab84ff80f Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -319,7 +319,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e4270291-b332-4146-ab5f-c33d36c70c67", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -330,15 +330,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2460' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:20:56 GMT + - Thu, 05 Feb 2026 09:16:22 GMT Pragma: - no-cache RequestId: - - 2e39d3ba-246e-4a3e-a211-49bf7766ef26 + - 79962bc9-e354-434c-b26a-efff37bd3dce Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -366,12 +366,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "86dd82d4-6fb5-439f-bd7f-af9db85e50bb", "type": "CosmosDBDatabase", + string: '{"value": [{"id": "3c9f666f-1398-4f31-bc65-ef92db375cb6", "type": "CosmosDBDatabase", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e4270291-b332-4146-ab5f-c33d36c70c67"}]}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -380,15 +380,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '184' + - '183' Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:20:56 GMT + - Thu, 05 Feb 2026 09:16:22 GMT Pragma: - no-cache RequestId: - - f69e35f2-be64-4f85-82b5-db1a50df7f2e + - 432430a9-4276-403a-892e-6e0bf7c88e94 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -416,12 +416,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items/86dd82d4-6fb5-439f-bd7f-af9db85e50bb + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/3c9f666f-1398-4f31-bc65-ef92db375cb6 response: body: - string: '{"id": "86dd82d4-6fb5-439f-bd7f-af9db85e50bb", "type": "CosmosDBDatabase", + string: '{"id": "3c9f666f-1398-4f31-bc65-ef92db375cb6", "type": "CosmosDBDatabase", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e4270291-b332-4146-ab5f-c33d36c70c67"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -430,17 +430,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '173' + - '172' Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:20:57 GMT + - Thu, 05 Feb 2026 09:16:22 GMT ETag: - '""' Pragma: - no-cache RequestId: - - c7ce255d-077d-4465-b322-8a7bf226f587 + - 1efbed5e-54ab-4ffe-80aa-70fa17306621 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -470,7 +470,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items/86dd82d4-6fb5-439f-bd7f-af9db85e50bb/getDefinition + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/3c9f666f-1398-4f31-bc65-ef92db375cb6/getDefinition response: body: string: 'null' @@ -486,13 +486,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:20:57 GMT + - Thu, 05 Feb 2026 09:16:24 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/ad785105-b734-43ee-827e-4b2e63567f41 + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/012fb7db-14f5-4240-86dc-26b08d67f63d Pragma: - no-cache RequestId: - - 2ea3e740-1d40-4e4b-bc78-7dabec2106f2 + - 41ff316f-2e2f-4ad4-b2ae-728e08ae5a7f Retry-After: - '20' Strict-Transport-Security: @@ -506,7 +506,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - ad785105-b734-43ee-827e-4b2e63567f41 + - 012fb7db-14f5-4240-86dc-26b08d67f63d status: code: 202 message: Accepted @@ -524,11 +524,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/ad785105-b734-43ee-827e-4b2e63567f41 + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/012fb7db-14f5-4240-86dc-26b08d67f63d response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-03T09:20:58.7803686", - "lastUpdatedTimeUtc": "2026-02-03T09:20:59.4991542", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-05T09:16:24.3208887", + "lastUpdatedTimeUtc": "2026-02-05T09:16:25.0718889", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -538,17 +538,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '131' + - '130' Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:21:20 GMT + - Thu, 05 Feb 2026 09:16:45 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/ad785105-b734-43ee-827e-4b2e63567f41/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/012fb7db-14f5-4240-86dc-26b08d67f63d/result Pragma: - no-cache RequestId: - - 2579979b-9864-499a-9f73-d6dd0eb4d20a + - ff3c79f0-a15c-4d58-81a8-3d2a176971eb Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -556,7 +556,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - ad785105-b734-43ee-827e-4b2e63567f41 + - 012fb7db-14f5-4240-86dc-26b08d67f63d status: code: 200 message: OK @@ -574,7 +574,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/ad785105-b734-43ee-827e-4b2e63567f41/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/012fb7db-14f5-4240-86dc-26b08d67f63d/result response: body: string: '{"definition": {"parts": [{"path": "definition.json", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9pdGVtL0Nvc21vc0RCL2RlZmluaXRpb24vQ29zbW9zREIvMi4wLjAvc2NoZW1hLmpzb24iLAogICJjb250YWluZXJzIjogW10KfQ==", @@ -590,11 +590,11 @@ interactions: Content-Type: - application/json Date: - - Tue, 03 Feb 2026 09:21:21 GMT + - Thu, 05 Feb 2026 09:16:46 GMT Pragma: - no-cache RequestId: - - 31699698-661c-4a0d-bb0c-289fbf07fcb0 + - 8e15d09e-c144-4c0c-a4e6-899fb383abba Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -624,7 +624,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e4270291-b332-4146-ab5f-c33d36c70c67", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -635,15 +635,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2460' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:21:22 GMT + - Thu, 05 Feb 2026 09:16:47 GMT Pragma: - no-cache RequestId: - - bd486f9d-720d-451e-9168-c1f93727876b + - 5b1f94cf-79ee-4a5a-935d-0ddd754858d5 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -671,14 +671,14 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "e3a7db84-4028-4060-b9bb-17ae49f06212", "type": "SQLEndpoint", - "displayName": "fabcli000001", "description": "", "workspaceId": "e4270291-b332-4146-ab5f-c33d36c70c67"}, - {"id": "86dd82d4-6fb5-439f-bd7f-af9db85e50bb", "type": "CosmosDBDatabase", + string: '{"value": [{"id": "95e30443-87e6-44eb-86a2-b2cb5d7baefa", "type": "SQLEndpoint", + "displayName": "fabcli000001", "description": "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "3c9f666f-1398-4f31-bc65-ef92db375cb6", "type": "CosmosDBDatabase", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e4270291-b332-4146-ab5f-c33d36c70c67"}]}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -687,15 +687,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '236' + - '234' Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:21:23 GMT + - Thu, 05 Feb 2026 09:16:48 GMT Pragma: - no-cache RequestId: - - dc5d991c-7180-4915-8580-e75763707eee + - e8a1909a-5b3a-47a0-ba0c-bf6ab4f220d5 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -727,7 +727,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items/86dd82d4-6fb5-439f-bd7f-af9db85e50bb/updateDefinition + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/3c9f666f-1398-4f31-bc65-ef92db375cb6/updateDefinition response: body: string: 'null' @@ -743,13 +743,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:21:24 GMT + - Thu, 05 Feb 2026 09:16:49 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/8a7347ca-b60a-41e1-8976-50c3eb7f31a6 + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/690e04f9-0459-46a4-9061-b2ebd6cc5351 Pragma: - no-cache RequestId: - - 8f7249a4-fa74-4509-ae66-6d97e8ac3bd3 + - 1f16eb1e-75f7-4d52-ae6b-5f32c8085bc2 Retry-After: - '20' Strict-Transport-Security: @@ -763,7 +763,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - 8a7347ca-b60a-41e1-8976-50c3eb7f31a6 + - 690e04f9-0459-46a4-9061-b2ebd6cc5351 status: code: 202 message: Accepted @@ -781,11 +781,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/8a7347ca-b60a-41e1-8976-50c3eb7f31a6 + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/690e04f9-0459-46a4-9061-b2ebd6cc5351 response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-03T09:21:25.3183362", - "lastUpdatedTimeUtc": "2026-02-03T09:21:25.4745823", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-05T09:16:50.1712074", + "lastUpdatedTimeUtc": "2026-02-05T09:16:50.3274599", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -795,17 +795,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '130' + - '129' Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:21:47 GMT + - Thu, 05 Feb 2026 09:17:11 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/8a7347ca-b60a-41e1-8976-50c3eb7f31a6/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/690e04f9-0459-46a4-9061-b2ebd6cc5351/result Pragma: - no-cache RequestId: - - da1dd5ce-fef0-41a6-a00d-400d55e7c133 + - 171f3e36-f965-474c-a24c-7bb6ee4d0d17 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -813,7 +813,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - 8a7347ca-b60a-41e1-8976-50c3eb7f31a6 + - 690e04f9-0459-46a4-9061-b2ebd6cc5351 status: code: 200 message: OK @@ -831,12 +831,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/8a7347ca-b60a-41e1-8976-50c3eb7f31a6/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/690e04f9-0459-46a4-9061-b2ebd6cc5351/result response: body: - string: '{"id": "86dd82d4-6fb5-439f-bd7f-af9db85e50bb", "type": "CosmosDBDatabase", + string: '{"id": "3c9f666f-1398-4f31-bc65-ef92db375cb6", "type": "CosmosDBDatabase", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e4270291-b332-4146-ab5f-c33d36c70c67"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId @@ -847,11 +847,11 @@ interactions: Content-Type: - application/json Date: - - Tue, 03 Feb 2026 09:21:48 GMT + - Thu, 05 Feb 2026 09:17:11 GMT Pragma: - no-cache RequestId: - - f548f486-01d4-4766-ac63-19a6255acdfd + - 6a5b596f-9c0a-42b3-a131-394a2f7b624f Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -881,7 +881,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e4270291-b332-4146-ab5f-c33d36c70c67", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -892,15 +892,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2460' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:21:49 GMT + - Thu, 05 Feb 2026 09:17:12 GMT Pragma: - no-cache RequestId: - - e1f0b3ed-72b2-411b-867f-7250e4a5df7e + - 252b4868-728a-4efe-b3c4-aa38fcdec68a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -928,14 +928,14 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "e3a7db84-4028-4060-b9bb-17ae49f06212", "type": "SQLEndpoint", - "displayName": "fabcli000001", "description": "", "workspaceId": "e4270291-b332-4146-ab5f-c33d36c70c67"}, - {"id": "86dd82d4-6fb5-439f-bd7f-af9db85e50bb", "type": "CosmosDBDatabase", + string: '{"value": [{"id": "95e30443-87e6-44eb-86a2-b2cb5d7baefa", "type": "SQLEndpoint", + "displayName": "fabcli000001", "description": "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "3c9f666f-1398-4f31-bc65-ef92db375cb6", "type": "CosmosDBDatabase", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e4270291-b332-4146-ab5f-c33d36c70c67"}]}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -944,15 +944,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '236' + - '234' Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:21:50 GMT + - Thu, 05 Feb 2026 09:17:13 GMT Pragma: - no-cache RequestId: - - d1e8f273-0357-4c5a-bd28-aee934c5e64b + - 309b0987-2fff-4cf7-ae95-4e6dcebb628c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -982,7 +982,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items/86dd82d4-6fb5-439f-bd7f-af9db85e50bb + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/3c9f666f-1398-4f31-bc65-ef92db375cb6 response: body: string: '' @@ -998,11 +998,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Tue, 03 Feb 2026 09:21:51 GMT + - Thu, 05 Feb 2026 09:17:15 GMT Pragma: - no-cache RequestId: - - f0087868-65b0-4f85-ad73-96dde473a135 + - ebc04aab-4547-456f-9081-754001b253d2 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[DataPipeline].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[DataPipeline].yaml index 94ac631b..d487f463 100644 --- a/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[DataPipeline].yaml +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[DataPipeline].yaml @@ -17,7 +17,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -28,15 +28,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:53:32 GMT + - Thu, 05 Feb 2026 09:10:51 GMT Pragma: - no-cache RequestId: - - 776b4220-15b0-4f38-abf0-a95f69c2d727 + - 759289c1-afd7-4929-9aa3-05cc67d67203 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -64,7 +64,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: string: '{"value": []}' @@ -80,11 +80,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:53:32 GMT + - Thu, 05 Feb 2026 09:10:52 GMT Pragma: - no-cache RequestId: - - af909b66-97bb-4675-af80-1bb7bf88cc19 + - 2229af8b-b66f-4741-8b1b-935a878d0a8f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -112,7 +112,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: string: '{"value": []}' @@ -128,11 +128,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:53:33 GMT + - Thu, 05 Feb 2026 09:10:53 GMT Pragma: - no-cache RequestId: - - 8a8ffcd6-feb0-48f2-aba9-8ea6a1119e9d + - 4e3062fe-c1c2-4faf-9629-eb4ff836c8e9 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -163,12 +163,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/dataPipelines + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/dataPipelines response: body: - string: '{"id": "75f49587-bc76-44b7-9f22-8965c1b1d471", "type": "DataPipeline", + string: '{"id": "194f1c04-2468-488b-bbd5-c679db4c31dc", "type": "DataPipeline", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -177,17 +177,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '170' + - '169' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:53:39 GMT + - Thu, 05 Feb 2026 09:11:01 GMT ETag: - '""' Pragma: - no-cache RequestId: - - d89761bd-8ebc-49e7-a936-99932af64d51 + - 38c64ebe-9d4a-4b90-9f23-7a70a79362ad Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -219,7 +219,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -230,15 +230,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:53:40 GMT + - Thu, 05 Feb 2026 09:11:02 GMT Pragma: - no-cache RequestId: - - 3b806ebf-9780-4e90-8d2b-4b689b85e8f5 + - 2775365b-a2f7-4a54-8dea-a61cad02dc22 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -266,12 +266,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "75f49587-bc76-44b7-9f22-8965c1b1d471", "type": "DataPipeline", + string: '{"value": [{"id": "194f1c04-2468-488b-bbd5-c679db4c31dc", "type": "DataPipeline", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -280,15 +280,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '181' + - '180' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:53:41 GMT + - Thu, 05 Feb 2026 09:11:03 GMT Pragma: - no-cache RequestId: - - 2be1c534-a023-4c86-b11d-396e7517456b + - 30453830-e401-4272-8146-b94954f8b851 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -316,12 +316,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/75f49587-bc76-44b7-9f22-8965c1b1d471 + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/194f1c04-2468-488b-bbd5-c679db4c31dc response: body: - string: '{"id": "75f49587-bc76-44b7-9f22-8965c1b1d471", "type": "DataPipeline", + string: '{"id": "194f1c04-2468-488b-bbd5-c679db4c31dc", "type": "DataPipeline", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -330,17 +330,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '170' + - '169' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:53:42 GMT + - Thu, 05 Feb 2026 09:11:03 GMT ETag: - '""' Pragma: - no-cache RequestId: - - f184c03a-f02b-44ed-95fe-732015d48475 + - 1cf92374-572a-41fb-995b-47c95bd92c04 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -370,7 +370,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/75f49587-bc76-44b7-9f22-8965c1b1d471/getDefinition + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/194f1c04-2468-488b-bbd5-c679db4c31dc/getDefinition response: body: string: '{"definition": {"parts": [{"path": "pipeline-content.json", "payload": @@ -385,15 +385,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '457' + - '456' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:53:43 GMT + - Thu, 05 Feb 2026 09:11:05 GMT Pragma: - no-cache RequestId: - - 1d6a8040-e07d-43e7-9d5c-3d73bcba3459 + - 803b5661-23be-42df-9dc1-4fb4e208c875 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -425,7 +425,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -436,15 +436,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:53:44 GMT + - Thu, 05 Feb 2026 09:11:06 GMT Pragma: - no-cache RequestId: - - ad0c5ac1-513f-465e-b771-d4ba60dabf91 + - bc933454-b7d4-436b-9553-d4d2223284d6 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -472,12 +472,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "75f49587-bc76-44b7-9f22-8965c1b1d471", "type": "DataPipeline", + string: '{"value": [{"id": "194f1c04-2468-488b-bbd5-c679db4c31dc", "type": "DataPipeline", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -486,15 +486,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '181' + - '180' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:53:44 GMT + - Thu, 05 Feb 2026 09:11:07 GMT Pragma: - no-cache RequestId: - - 1caf26ce-ca2e-4cf8-bf98-c19fab91b5fb + - 1bd9b486-aa99-4e61-b316-5782dbd2353f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -527,7 +527,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/75f49587-bc76-44b7-9f22-8965c1b1d471/updateDefinition + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/194f1c04-2468-488b-bbd5-c679db4c31dc/updateDefinition response: body: string: '' @@ -543,11 +543,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Thu, 29 Jan 2026 05:53:48 GMT + - Thu, 05 Feb 2026 09:11:10 GMT Pragma: - no-cache RequestId: - - 4b7192b5-2b34-48ed-83ad-d4213e1ca2d2 + - b1f34f5d-fee1-4fd2-8140-6f1d0e5edf7c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -579,7 +579,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -590,15 +590,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:53:48 GMT + - Thu, 05 Feb 2026 09:11:11 GMT Pragma: - no-cache RequestId: - - 390acbf5-135a-4c2e-80f3-30d69c20f426 + - d987888f-4ec3-43f0-bc89-4a10004dcab4 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -626,12 +626,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "75f49587-bc76-44b7-9f22-8965c1b1d471", "type": "DataPipeline", + string: '{"value": [{"id": "194f1c04-2468-488b-bbd5-c679db4c31dc", "type": "DataPipeline", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -640,15 +640,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '181' + - '180' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:53:49 GMT + - Thu, 05 Feb 2026 09:11:11 GMT Pragma: - no-cache RequestId: - - dda266a2-84c7-4a65-9360-c1f9451d4e09 + - 6db5d3c5-678f-406c-bd68-830bbf036580 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -678,7 +678,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/75f49587-bc76-44b7-9f22-8965c1b1d471 + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/194f1c04-2468-488b-bbd5-c679db4c31dc response: body: string: '' @@ -694,11 +694,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Thu, 29 Jan 2026 05:53:49 GMT + - Thu, 05 Feb 2026 09:11:12 GMT Pragma: - no-cache RequestId: - - cd0e77c2-0056-46bf-ae2f-41a6b8d04107 + - 6dad53de-e106-4139-a8b1-f35bd4568c99 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[Environment].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[Environment].yaml index a7596bfc..09ea665c 100644 --- a/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[Environment].yaml +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[Environment].yaml @@ -17,7 +17,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "08bb70fc-3efd-42c8-aeea-d793ce690531", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -28,15 +28,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2303' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:27:17 GMT + - Thu, 05 Feb 2026 09:11:12 GMT Pragma: - no-cache RequestId: - - 0919f1d2-a756-410e-a476-140ffe43c328 + - e7dbfa63-00ce-4d00-8a2c-6bab4dbb6a6f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -64,7 +64,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/08bb70fc-3efd-42c8-aeea-d793ce690531/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: string: '{"value": []}' @@ -80,11 +80,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:27:18 GMT + - Thu, 05 Feb 2026 09:11:13 GMT Pragma: - no-cache RequestId: - - 2223b026-19be-4e96-ad82-94ab931c6e13 + - 1fc4fc1a-1836-439b-b92b-3a141d87cd41 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -112,7 +112,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/08bb70fc-3efd-42c8-aeea-d793ce690531/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: string: '{"value": []}' @@ -128,11 +128,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:27:19 GMT + - Thu, 05 Feb 2026 09:11:14 GMT Pragma: - no-cache RequestId: - - 7fedafce-d1ae-42a9-a27e-33de12d5c938 + - 3de8edae-b9bb-4c18-a72a-9d64c0b24b9a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -163,12 +163,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/08bb70fc-3efd-42c8-aeea-d793ce690531/environments + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/environments response: body: - string: '{"id": "d76114f2-0d4a-4c58-ac4c-e2ceaee3b23a", "type": "Environment", + string: '{"id": "c6dfb619-08b1-45bc-bf6e-9a433797d3f8", "type": "Environment", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "08bb70fc-3efd-42c8-aeea-d793ce690531"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -177,17 +177,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '168' + - '169' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:27:21 GMT + - Thu, 05 Feb 2026 09:11:16 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 0135376a-91e5-47a3-9384-9bb6c0245890 + - d1de54aa-73b8-4825-96d2-67e91e231f8a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -219,7 +219,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "08bb70fc-3efd-42c8-aeea-d793ce690531", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -230,15 +230,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2303' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:27:22 GMT + - Thu, 05 Feb 2026 09:11:16 GMT Pragma: - no-cache RequestId: - - 8cd9b825-9597-4ffe-88ca-66b6102d8738 + - 461e8fa9-4480-449b-9607-ca2775d7e54d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -266,12 +266,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/08bb70fc-3efd-42c8-aeea-d793ce690531/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "d76114f2-0d4a-4c58-ac4c-e2ceaee3b23a", "type": "Environment", + string: '{"value": [{"id": "c6dfb619-08b1-45bc-bf6e-9a433797d3f8", "type": "Environment", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "08bb70fc-3efd-42c8-aeea-d793ce690531"}]}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -280,15 +280,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '179' + - '181' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:27:22 GMT + - Thu, 05 Feb 2026 09:11:17 GMT Pragma: - no-cache RequestId: - - 2148cbc8-afe3-4030-9c68-78591f0e3111 + - ebeee7fa-2b5b-49cc-b36d-4d23c2b83290 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -316,12 +316,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/08bb70fc-3efd-42c8-aeea-d793ce690531/items/d76114f2-0d4a-4c58-ac4c-e2ceaee3b23a + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/c6dfb619-08b1-45bc-bf6e-9a433797d3f8 response: body: - string: '{"id": "d76114f2-0d4a-4c58-ac4c-e2ceaee3b23a", "type": "Environment", + string: '{"id": "c6dfb619-08b1-45bc-bf6e-9a433797d3f8", "type": "Environment", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "08bb70fc-3efd-42c8-aeea-d793ce690531"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -330,17 +330,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '168' + - '169' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:27:23 GMT + - Thu, 05 Feb 2026 09:11:18 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 90c54ce7-922e-49cd-b2cb-9f216b483da9 + - 5ce67d02-9d99-402e-b8d9-7d6df3161bdb Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -370,7 +370,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/08bb70fc-3efd-42c8-aeea-d793ce690531/items/d76114f2-0d4a-4c58-ac4c-e2ceaee3b23a/getDefinition + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/c6dfb619-08b1-45bc-bf6e-9a433797d3f8/getDefinition response: body: string: 'null' @@ -386,13 +386,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:27:24 GMT + - Thu, 05 Feb 2026 09:11:19 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/f36ba183-6265-427d-b66f-133b060b410e + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/abafd173-55c9-4a22-b4cb-5aaf2f2869ac Pragma: - no-cache RequestId: - - 7c0321f4-8ece-41d1-b15d-a8a606337457 + - 901ddb69-8f94-46d5-893e-7715c6bb5d6f Retry-After: - '20' Strict-Transport-Security: @@ -406,7 +406,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - f36ba183-6265-427d-b66f-133b060b410e + - abafd173-55c9-4a22-b4cb-5aaf2f2869ac status: code: 202 message: Accepted @@ -424,11 +424,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/f36ba183-6265-427d-b66f-133b060b410e + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/abafd173-55c9-4a22-b4cb-5aaf2f2869ac response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2026-01-29T06:27:25.0203845", - "lastUpdatedTimeUtc": "2026-01-29T06:27:25.2547324", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-05T09:11:19.5220901", + "lastUpdatedTimeUtc": "2026-02-05T09:11:19.8345567", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -442,13 +442,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:27:46 GMT + - Thu, 05 Feb 2026 09:11:40 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/f36ba183-6265-427d-b66f-133b060b410e/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/abafd173-55c9-4a22-b4cb-5aaf2f2869ac/result Pragma: - no-cache RequestId: - - 6f9ba868-a434-45d5-a448-956d84e96ef9 + - cd33f5f9-aad6-4ee9-b60a-a5387dbd8411 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -456,7 +456,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - f36ba183-6265-427d-b66f-133b060b410e + - abafd173-55c9-4a22-b4cb-5aaf2f2869ac status: code: 200 message: OK @@ -474,7 +474,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/f36ba183-6265-427d-b66f-133b060b410e/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/abafd173-55c9-4a22-b4cb-5aaf2f2869ac/result response: body: string: '{"definition": {"parts": [{"path": "Setting/Sparkcompute.yml", "payload": @@ -491,11 +491,11 @@ interactions: Content-Type: - application/json Date: - - Thu, 29 Jan 2026 06:27:47 GMT + - Thu, 05 Feb 2026 09:11:41 GMT Pragma: - no-cache RequestId: - - bd28337f-ed43-4ab7-8764-efa9c6d6544d + - 86518033-5194-4b03-9835-3f01ca1ca6fe Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -525,7 +525,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "08bb70fc-3efd-42c8-aeea-d793ce690531", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -536,15 +536,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2303' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:27:48 GMT + - Thu, 05 Feb 2026 09:11:42 GMT Pragma: - no-cache RequestId: - - bba416b7-7966-4010-9dc5-6b21f4fce5a0 + - c820bf21-82fb-4beb-960b-65bb2be260b9 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -572,12 +572,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/08bb70fc-3efd-42c8-aeea-d793ce690531/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "d76114f2-0d4a-4c58-ac4c-e2ceaee3b23a", "type": "Environment", + string: '{"value": [{"id": "c6dfb619-08b1-45bc-bf6e-9a433797d3f8", "type": "Environment", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "08bb70fc-3efd-42c8-aeea-d793ce690531"}]}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -586,15 +586,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '179' + - '181' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:27:49 GMT + - Thu, 05 Feb 2026 09:11:42 GMT Pragma: - no-cache RequestId: - - bf2a61e4-dee4-4400-b2d8-d66cfc23dd57 + - 2943d2db-06a8-4103-8faa-6e6449da5b81 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -622,14 +622,14 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/08bb70fc-3efd-42c8-aeea-d793ce690531/environments/d76114f2-0d4a-4c58-ac4c-e2ceaee3b23a + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/environments/c6dfb619-08b1-45bc-bf6e-9a433797d3f8 response: body: - string: '{"id": "d76114f2-0d4a-4c58-ac4c-e2ceaee3b23a", "type": "Environment", + string: '{"id": "c6dfb619-08b1-45bc-bf6e-9a433797d3f8", "type": "Environment", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "08bb70fc-3efd-42c8-aeea-d793ce690531", "properties": {"publishDetails": {"state": - "Success", "targetVersion": "0cc8163c-6bf1-4632-a731-019612d09425", "startTime": - "2026-01-29T06:27:22.4356778Z", "endTime": "2026-01-29T06:27:22.4356778Z", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "properties": {"publishDetails": {"state": + "Success", "targetVersion": "0575e3ce-08cb-4b00-8521-6c449054f4b6", "startTime": + "2026-02-05T09:11:16.5426096Z", "endTime": "2026-02-05T09:11:16.5426096Z", "componentPublishInfo": {"sparkSettings": {"state": "Success"}, "sparkLibraries": {"state": "Success"}}}}}' headers: @@ -640,17 +640,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '312' + - '315' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:27:50 GMT + - Thu, 05 Feb 2026 09:11:43 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 168e40eb-4da4-4cc9-ad25-69f9d9c11e1e + - c4b35316-4f2d-45b6-8896-b14d6568dc90 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -682,7 +682,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: PATCH - uri: https://api.fabric.microsoft.com/v1/workspaces/08bb70fc-3efd-42c8-aeea-d793ce690531/environments/d76114f2-0d4a-4c58-ac4c-e2ceaee3b23a/staging/sparkcompute + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/environments/c6dfb619-08b1-45bc-bf6e-9a433797d3f8/staging/sparkcompute response: body: string: '{"instancePool": {"name": "Starter Pool", "type": "Workspace", "id": @@ -698,9 +698,9 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:27:51 GMT + - Thu, 05 Feb 2026 09:11:44 GMT RequestId: - - 7401f505-afa4-491e-81e9-423ce8ec2077 + - 29ddf711-c358-4870-b8e6-d62bbd7d87c6 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -728,10 +728,10 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/08bb70fc-3efd-42c8-aeea-d793ce690531/environments/d76114f2-0d4a-4c58-ac4c-e2ceaee3b23a/libraries + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/environments/c6dfb619-08b1-45bc-bf6e-9a433797d3f8/libraries response: body: - string: '{"requestId": "f571aafc-a6be-441c-be94-cc3680a2a8c3", "errorCode": + string: '{"requestId": "1761a63c-ad40-46b5-a1d7-84690b3fe033", "errorCode": "EnvironmentLibrariesNotFound", "message": "This environment does not have any published libraries. Please publish libraries."}' headers: @@ -742,9 +742,9 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:27:52 GMT + - Thu, 05 Feb 2026 09:11:45 GMT RequestId: - - f571aafc-a6be-441c-be94-cc3680a2a8c3 + - 1761a63c-ad40-46b5-a1d7-84690b3fe033 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -776,11 +776,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/08bb70fc-3efd-42c8-aeea-d793ce690531/environments/d76114f2-0d4a-4c58-ac4c-e2ceaee3b23a/staging/publish + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/environments/c6dfb619-08b1-45bc-bf6e-9a433797d3f8/staging/publish response: body: - string: '{"publishDetails": {"state": "Success", "targetVersion": "96587fae-4476-474d-aec8-d29bfcd96b5e", - "startTime": "2026-01-29T06:27:54.0312356Z", "endTime": "2026-01-29T06:27:54.5156321Z", + string: '{"publishDetails": {"state": "Success", "targetVersion": "c8e9ac14-c4c1-4fb9-b463-4b509ca6fb50", + "startTime": "2026-02-05T09:11:46.3115124Z", "endTime": "2026-02-05T09:11:47.1083876Z", "componentPublishInfo": {"sparkSettings": {"state": "Success"}, "sparkLibraries": {"state": "Success"}}}}' headers: @@ -791,9 +791,9 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:27:54 GMT + - Thu, 05 Feb 2026 09:11:46 GMT RequestId: - - 250a9204-19a0-4c26-b2b9-d2d0a0db2468 + - e9b5c8ff-7ee2-414f-890e-2e5d35cee258 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -821,14 +821,14 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/08bb70fc-3efd-42c8-aeea-d793ce690531/environments/d76114f2-0d4a-4c58-ac4c-e2ceaee3b23a + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/environments/c6dfb619-08b1-45bc-bf6e-9a433797d3f8 response: body: - string: '{"id": "d76114f2-0d4a-4c58-ac4c-e2ceaee3b23a", "type": "Environment", + string: '{"id": "c6dfb619-08b1-45bc-bf6e-9a433797d3f8", "type": "Environment", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "08bb70fc-3efd-42c8-aeea-d793ce690531", "properties": {"publishDetails": {"state": - "Success", "targetVersion": "96587fae-4476-474d-aec8-d29bfcd96b5e", "startTime": - "2026-01-29T06:27:54.0312356Z", "endTime": "2026-01-29T06:27:54.5156321Z", + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "properties": {"publishDetails": {"state": + "Success", "targetVersion": "c8e9ac14-c4c1-4fb9-b463-4b509ca6fb50", "startTime": + "2026-02-05T09:11:46.3115124Z", "endTime": "2026-02-05T09:11:47.1083876Z", "componentPublishInfo": {"sparkSettings": {"state": "Success"}, "sparkLibraries": {"state": "Success"}}}}}' headers: @@ -839,17 +839,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '317' + - '322' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:27:54 GMT + - Thu, 05 Feb 2026 09:11:47 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 2f4f8d82-910d-4855-83b9-5bc889452f76 + - 105c038f-49fa-4765-a59b-038be536eb90 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -881,7 +881,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "08bb70fc-3efd-42c8-aeea-d793ce690531", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -892,15 +892,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2303' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:27:55 GMT + - Thu, 05 Feb 2026 09:11:48 GMT Pragma: - no-cache RequestId: - - caa65262-074b-404f-9ddf-1c2963cfa8f4 + - 579566c1-d7b3-4d7f-a9b6-a18b02519fc5 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -928,12 +928,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/08bb70fc-3efd-42c8-aeea-d793ce690531/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "d76114f2-0d4a-4c58-ac4c-e2ceaee3b23a", "type": "Environment", + string: '{"value": [{"id": "c6dfb619-08b1-45bc-bf6e-9a433797d3f8", "type": "Environment", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "08bb70fc-3efd-42c8-aeea-d793ce690531"}]}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -942,15 +942,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '179' + - '181' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 06:27:56 GMT + - Thu, 05 Feb 2026 09:11:48 GMT Pragma: - no-cache RequestId: - - 02464430-6e35-4a13-a68c-a24a7476662b + - 9f5ea5d7-95b7-4813-afad-10ab2c89f9c4 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -980,7 +980,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/08bb70fc-3efd-42c8-aeea-d793ce690531/items/d76114f2-0d4a-4c58-ac4c-e2ceaee3b23a + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/c6dfb619-08b1-45bc-bf6e-9a433797d3f8 response: body: string: '' @@ -996,11 +996,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Thu, 29 Jan 2026 06:27:57 GMT + - Thu, 05 Feb 2026 09:11:49 GMT Pragma: - no-cache RequestId: - - cde028d4-9c22-4239-83c0-fb48f536d9c6 + - 81dc1ab5-da53-426f-810b-8d59fa8a9234 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[Eventstream].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[Eventstream].yaml index b0a3ba47..82811e17 100644 --- a/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[Eventstream].yaml +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[Eventstream].yaml @@ -17,7 +17,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -28,15 +28,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:54:32 GMT + - Thu, 05 Feb 2026 09:11:50 GMT Pragma: - no-cache RequestId: - - 370d6f65-99f1-4a82-a721-eeb81a8a274f + - 014ee345-b530-4388-ba8c-ad72fccc2752 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -64,7 +64,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: string: '{"value": []}' @@ -80,11 +80,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:54:33 GMT + - Thu, 05 Feb 2026 09:11:50 GMT Pragma: - no-cache RequestId: - - 0851efbd-329e-4b36-be43-ad9f19999911 + - 23783926-8db2-4d5a-8998-5d577ae569e3 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -112,7 +112,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: string: '{"value": []}' @@ -128,11 +128,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:54:34 GMT + - Thu, 05 Feb 2026 09:11:51 GMT Pragma: - no-cache RequestId: - - 5545b744-2b9b-4ab0-b1bc-5b6e0e155f8b + - fc3f414e-43a1-4f21-b681-9062d414f3b3 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -163,7 +163,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/eventstreams + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/eventstreams response: body: string: 'null' @@ -179,15 +179,15 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:54:36 GMT + - Thu, 05 Feb 2026 09:11:52 GMT ETag: - '""' Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/c9c3159b-7bc7-4bdb-93db-1eee886b2760 + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/946c825e-42bc-4ca9-a1b6-468599089ebd Pragma: - no-cache RequestId: - - 8749f167-fbe4-4a22-aeff-b2bfc3cdfad9 + - 3d50a61d-8d19-4fba-9937-ec1f2517a6f5 Retry-After: - '20' Strict-Transport-Security: @@ -201,7 +201,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - c9c3159b-7bc7-4bdb-93db-1eee886b2760 + - 946c825e-42bc-4ca9-a1b6-468599089ebd status: code: 202 message: Accepted @@ -219,11 +219,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/c9c3159b-7bc7-4bdb-93db-1eee886b2760 + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/946c825e-42bc-4ca9-a1b6-468599089ebd response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2026-01-29T05:54:35.8324419", - "lastUpdatedTimeUtc": "2026-01-29T05:54:38.8955738", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-05T09:11:52.2796618", + "lastUpdatedTimeUtc": "2026-02-05T09:11:56.8751672", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -237,13 +237,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:54:57 GMT + - Thu, 05 Feb 2026 09:12:13 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/c9c3159b-7bc7-4bdb-93db-1eee886b2760/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/946c825e-42bc-4ca9-a1b6-468599089ebd/result Pragma: - no-cache RequestId: - - 1c22de47-2a6e-4419-a0c1-cd974cd66a91 + - 5b06432b-3352-4949-bce3-36937b23c56a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -251,7 +251,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - c9c3159b-7bc7-4bdb-93db-1eee886b2760 + - 946c825e-42bc-4ca9-a1b6-468599089ebd status: code: 200 message: OK @@ -269,12 +269,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/c9c3159b-7bc7-4bdb-93db-1eee886b2760/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/946c825e-42bc-4ca9-a1b6-468599089ebd/result response: body: - string: '{"id": "de8945e8-ce86-424f-b802-f8f00741a6ba", "type": "Eventstream", + string: '{"id": "e04a6f4c-3420-43a6-9aa4-9589fbecff22", "type": "Eventstream", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId @@ -285,11 +285,11 @@ interactions: Content-Type: - application/json Date: - - Thu, 29 Jan 2026 05:54:58 GMT + - Thu, 05 Feb 2026 09:12:14 GMT Pragma: - no-cache RequestId: - - 749412b4-43c6-4975-b2a1-503aaaef5b62 + - 90ec69ac-b491-47c7-9dbf-39d6be0c90ff Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -319,7 +319,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -330,15 +330,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:55:00 GMT + - Thu, 05 Feb 2026 09:12:15 GMT Pragma: - no-cache RequestId: - - 8e43c606-02ac-4e29-9da8-707f6273091c + - 0808b718-f7e6-4a03-9b30-610df952e569 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -366,12 +366,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "de8945e8-ce86-424f-b802-f8f00741a6ba", "type": "Eventstream", + string: '{"value": [{"id": "e04a6f4c-3420-43a6-9aa4-9589fbecff22", "type": "Eventstream", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -384,11 +384,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:55:00 GMT + - Thu, 05 Feb 2026 09:12:15 GMT Pragma: - no-cache RequestId: - - b97fe606-1965-4521-8563-9ac639030422 + - 561e1386-d187-4859-876e-05e4bed4ac21 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -416,12 +416,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/de8945e8-ce86-424f-b802-f8f00741a6ba + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/e04a6f4c-3420-43a6-9aa4-9589fbecff22 response: body: - string: '{"id": "de8945e8-ce86-424f-b802-f8f00741a6ba", "type": "Eventstream", + string: '{"id": "e04a6f4c-3420-43a6-9aa4-9589fbecff22", "type": "Eventstream", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -430,17 +430,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '169' + - '170' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:55:01 GMT + - Thu, 05 Feb 2026 09:12:16 GMT ETag: - '""' Pragma: - no-cache RequestId: - - c2b7bac4-4c25-4d33-bb79-5f9a231f5deb + - 6f2b36de-ce42-48b0-bb2d-ee9a9bb41336 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -470,7 +470,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/de8945e8-ce86-424f-b802-f8f00741a6ba/getDefinition + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/e04a6f4c-3420-43a6-9aa4-9589fbecff22/getDefinition response: body: string: '{"definition": {"parts": [{"path": "eventstream.json", "payload": "ew0KICAic291cmNlcyI6IFtdLA0KICAiZGVzdGluYXRpb25zIjogW10sDQogICJzdHJlYW1zIjogW10sDQogICJvcGVyYXRvcnMiOiBbXSwNCiAgImNvbXBhdGliaWxpdHlMZXZlbCI6ICIxLjEiDQp9", @@ -486,15 +486,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '567' + - '566' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:55:02 GMT + - Thu, 05 Feb 2026 09:12:17 GMT Pragma: - no-cache RequestId: - - e62ac352-3299-484f-a94c-25631a535dee + - 1d566799-5194-4c9c-97ec-1682557b42e6 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -526,7 +526,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -537,15 +537,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:55:03 GMT + - Thu, 05 Feb 2026 09:12:18 GMT Pragma: - no-cache RequestId: - - 972d1bca-3f52-47e8-ad62-8e734f227672 + - 108bc058-db5b-4e6c-9172-c8e2c0ced2e8 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -573,12 +573,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "de8945e8-ce86-424f-b802-f8f00741a6ba", "type": "Eventstream", + string: '{"value": [{"id": "e04a6f4c-3420-43a6-9aa4-9589fbecff22", "type": "Eventstream", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -591,11 +591,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:55:04 GMT + - Thu, 05 Feb 2026 09:12:19 GMT Pragma: - no-cache RequestId: - - 0a5a3ccb-f8ef-400e-9a5f-b7e55a4468f7 + - fb15bc30-cdb9-4063-88d1-528f1c8d4447 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -629,7 +629,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/de8945e8-ce86-424f-b802-f8f00741a6ba/updateDefinition + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/e04a6f4c-3420-43a6-9aa4-9589fbecff22/updateDefinition response: body: string: '' @@ -645,11 +645,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Thu, 29 Jan 2026 05:55:15 GMT + - Thu, 05 Feb 2026 09:12:22 GMT Pragma: - no-cache RequestId: - - 33460d89-8b08-426c-9a37-e34c34e92701 + - f34406a3-9297-42ab-bad4-6271b5260f91 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -681,7 +681,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -692,15 +692,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:55:16 GMT + - Thu, 05 Feb 2026 09:12:22 GMT Pragma: - no-cache RequestId: - - 93d06e3a-714d-450d-91cf-314fa0825f3f + - 143abbaf-5085-4d57-b5ca-3870a9e68724 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -728,12 +728,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "de8945e8-ce86-424f-b802-f8f00741a6ba", "type": "Eventstream", + string: '{"value": [{"id": "e04a6f4c-3420-43a6-9aa4-9589fbecff22", "type": "Eventstream", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -746,11 +746,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:55:17 GMT + - Thu, 05 Feb 2026 09:12:24 GMT Pragma: - no-cache RequestId: - - e4ac091c-6848-46dc-b08e-a5d87fd65f65 + - 2297deb3-c093-4b90-a66e-b385bf9bc2ae Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -780,7 +780,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/de8945e8-ce86-424f-b802-f8f00741a6ba + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/e04a6f4c-3420-43a6-9aa4-9589fbecff22 response: body: string: '' @@ -796,11 +796,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Thu, 29 Jan 2026 05:55:18 GMT + - Thu, 05 Feb 2026 09:12:25 GMT Pragma: - no-cache RequestId: - - 0fb1bbb8-5135-445c-bc8f-60ab63e483c8 + - b97065e0-873c-446e-80d3-4d19b1957167 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[KQLDashboard].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[KQLDashboard].yaml index d5de4503..a6f4a9b4 100644 --- a/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[KQLDashboard].yaml +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[KQLDashboard].yaml @@ -17,7 +17,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -28,15 +28,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:55:18 GMT + - Thu, 05 Feb 2026 09:12:26 GMT Pragma: - no-cache RequestId: - - 37165ba1-e567-43f0-b10f-8e697a44ab3e + - aada735d-1711-4576-8e89-d06f7c777e59 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -64,7 +64,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: string: '{"value": []}' @@ -80,11 +80,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:55:19 GMT + - Thu, 05 Feb 2026 09:12:26 GMT Pragma: - no-cache RequestId: - - 3594b3ad-2b86-4d0d-8d13-f5ec25726350 + - 8e740448-363f-4bed-8375-98174030fc5b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -112,7 +112,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: string: '{"value": []}' @@ -128,11 +128,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:55:20 GMT + - Thu, 05 Feb 2026 09:12:27 GMT Pragma: - no-cache RequestId: - - 10fc3738-dfcc-45b0-83b5-dca3f6239917 + - 7356791b-fce6-48c6-8c30-517017e5f72b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -163,12 +163,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/kqlDashboards + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/kqlDashboards response: body: - string: '{"id": "bf4dba2e-611e-4937-b3c0-6909294c1ffe", "type": "KQLDashboard", + string: '{"id": "4f513142-4374-4200-a9d6-b97d46bba472", "type": "KQLDashboard", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -177,17 +177,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '171' + - '170' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:55:23 GMT + - Thu, 05 Feb 2026 09:12:29 GMT ETag: - '""' Pragma: - no-cache RequestId: - - ca7c0f00-e7f1-49d9-be2b-4e33ac48776a + - 7a1b5919-1e74-4611-9347-2b79cb018c30 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -219,7 +219,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -230,15 +230,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:55:24 GMT + - Thu, 05 Feb 2026 09:12:30 GMT Pragma: - no-cache RequestId: - - c53630fa-0fec-46ac-a2ea-615377d55fe8 + - 7ad3f757-66bb-41d2-8235-c310c44b0d84 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -266,12 +266,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "bf4dba2e-611e-4937-b3c0-6909294c1ffe", "type": "KQLDashboard", + string: '{"value": [{"id": "4f513142-4374-4200-a9d6-b97d46bba472", "type": "KQLDashboard", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -280,15 +280,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '183' + - '182' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:55:25 GMT + - Thu, 05 Feb 2026 09:12:31 GMT Pragma: - no-cache RequestId: - - 955def5f-40ff-442f-80a8-86d8d09cecab + - a8f25170-c15d-4ec6-9327-6fcfe5485b20 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -316,12 +316,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/bf4dba2e-611e-4937-b3c0-6909294c1ffe + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/4f513142-4374-4200-a9d6-b97d46bba472 response: body: - string: '{"id": "bf4dba2e-611e-4937-b3c0-6909294c1ffe", "type": "KQLDashboard", + string: '{"id": "4f513142-4374-4200-a9d6-b97d46bba472", "type": "KQLDashboard", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -330,17 +330,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '171' + - '170' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:55:26 GMT + - Thu, 05 Feb 2026 09:12:31 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 7b0bbb01-1b5e-4ff8-8c38-680075d86c74 + - a9dcdc2b-bd34-4660-8832-39eb631127ae Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -370,7 +370,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/bf4dba2e-611e-4937-b3c0-6909294c1ffe/getDefinition + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/4f513142-4374-4200-a9d6-b97d46bba472/getDefinition response: body: string: '{"definition": {"parts": [{"path": "RealTimeDashboard.json", "payload": @@ -384,15 +384,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '434' + - '433' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:55:27 GMT + - Thu, 05 Feb 2026 09:12:33 GMT Pragma: - no-cache RequestId: - - 49ce6d04-34f5-4093-a22b-d425d856f01a + - ffb8a0d5-e6a8-48d6-a484-919e0dff4625 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -424,7 +424,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -435,15 +435,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:55:28 GMT + - Thu, 05 Feb 2026 09:12:33 GMT Pragma: - no-cache RequestId: - - 33c8fc7e-d301-426f-92bc-8738476583f6 + - 3e03ebae-ccc0-4b5f-ae2a-b740b04cee12 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -471,12 +471,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "bf4dba2e-611e-4937-b3c0-6909294c1ffe", "type": "KQLDashboard", + string: '{"value": [{"id": "4f513142-4374-4200-a9d6-b97d46bba472", "type": "KQLDashboard", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -485,15 +485,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '183' + - '182' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:55:28 GMT + - Thu, 05 Feb 2026 09:12:34 GMT Pragma: - no-cache RequestId: - - b937f54b-d1fb-4ef6-a3c4-90b90f43b7c2 + - 671b4816-4e4b-4ca7-b6de-362967a4ca6a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -525,7 +525,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/bf4dba2e-611e-4937-b3c0-6909294c1ffe/updateDefinition + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/4f513142-4374-4200-a9d6-b97d46bba472/updateDefinition response: body: string: '' @@ -541,11 +541,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Thu, 29 Jan 2026 05:55:30 GMT + - Thu, 05 Feb 2026 09:12:36 GMT Pragma: - no-cache RequestId: - - 157db004-e8e9-4154-bea0-a381937bb5a8 + - 1bf90985-8058-47f5-9401-32dacab6f22b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -577,7 +577,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -588,15 +588,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:55:30 GMT + - Thu, 05 Feb 2026 09:12:36 GMT Pragma: - no-cache RequestId: - - 45feec98-cdda-4673-bf42-3cc3eb5e1d9c + - 22095543-4503-423b-91a5-47af31ae0ca9 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -624,12 +624,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "bf4dba2e-611e-4937-b3c0-6909294c1ffe", "type": "KQLDashboard", + string: '{"value": [{"id": "4f513142-4374-4200-a9d6-b97d46bba472", "type": "KQLDashboard", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -638,15 +638,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '183' + - '182' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:55:32 GMT + - Thu, 05 Feb 2026 09:12:37 GMT Pragma: - no-cache RequestId: - - 6f7d7c44-bb3a-4af1-8151-7ed611ffc42f + - 94780c17-26aa-4d9e-ab1f-d2bf21b0dfb3 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -676,7 +676,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/bf4dba2e-611e-4937-b3c0-6909294c1ffe + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/4f513142-4374-4200-a9d6-b97d46bba472 response: body: string: '' @@ -692,11 +692,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Thu, 29 Jan 2026 05:55:33 GMT + - Thu, 05 Feb 2026 09:12:38 GMT Pragma: - no-cache RequestId: - - cc565388-7930-445c-bb4b-bc95ee3ab13d + - b1ebc23a-44a7-4c91-b921-3ac9149d3ba2 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[KQLQueryset].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[KQLQueryset].yaml index 8133249c..f2ffc4cb 100644 --- a/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[KQLQueryset].yaml +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[KQLQueryset].yaml @@ -17,7 +17,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -28,15 +28,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:55:33 GMT + - Thu, 05 Feb 2026 09:12:39 GMT Pragma: - no-cache RequestId: - - cd91978c-ba6b-4ed7-88a7-0eb445cb5f7c + - 526ff0aa-f2ed-46f4-b4a8-e4e902dffbfa Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -64,7 +64,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: string: '{"value": []}' @@ -80,11 +80,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:55:34 GMT + - Thu, 05 Feb 2026 09:12:40 GMT Pragma: - no-cache RequestId: - - 3b82aed1-d42e-4f69-b5c0-6f75534af7d6 + - 0824c3bd-43ae-4cdc-a0bf-40ceaedfd047 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -112,7 +112,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: string: '{"value": []}' @@ -128,11 +128,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:55:35 GMT + - Thu, 05 Feb 2026 09:12:40 GMT Pragma: - no-cache RequestId: - - 88c4f195-b812-4dac-91a9-c839b4e73a80 + - e8aaac67-b28e-4a8c-b26d-216aedf319da Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -163,12 +163,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/kqlQuerysets + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/kqlQuerysets response: body: - string: '{"id": "10f83eeb-32ed-4047-acdb-db855c34fc24", "type": "KQLQueryset", + string: '{"id": "a03b91d1-0c29-4e63-94cd-1f742c9ef607", "type": "KQLQueryset", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -177,17 +177,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '170' + - '169' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:55:37 GMT + - Thu, 05 Feb 2026 09:12:42 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 67d8eca9-859c-4e8b-9281-a1d0a36507ca + - 3165f8fb-844a-4750-9b91-3ae213609715 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -219,7 +219,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -230,15 +230,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:55:38 GMT + - Thu, 05 Feb 2026 09:12:44 GMT Pragma: - no-cache RequestId: - - d773f1d7-9fd4-4735-b36b-ec4081e50b21 + - 137e86e2-9424-4039-aab9-670ca56c7a9a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -266,12 +266,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "10f83eeb-32ed-4047-acdb-db855c34fc24", "type": "KQLQueryset", + string: '{"value": [{"id": "a03b91d1-0c29-4e63-94cd-1f742c9ef607", "type": "KQLQueryset", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -280,15 +280,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '182' + - '180' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:55:38 GMT + - Thu, 05 Feb 2026 09:12:45 GMT Pragma: - no-cache RequestId: - - 1d41b0be-f464-4bb0-806d-fa9ab3dc8d57 + - 6ad4ba6a-67a6-4834-ac7f-18001bc93966 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -316,12 +316,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/10f83eeb-32ed-4047-acdb-db855c34fc24 + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/a03b91d1-0c29-4e63-94cd-1f742c9ef607 response: body: - string: '{"id": "10f83eeb-32ed-4047-acdb-db855c34fc24", "type": "KQLQueryset", + string: '{"id": "a03b91d1-0c29-4e63-94cd-1f742c9ef607", "type": "KQLQueryset", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -330,17 +330,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '170' + - '169' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:55:40 GMT + - Thu, 05 Feb 2026 09:12:45 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 7bad7d9b-3aff-4155-aa29-393fd9ae20f0 + - 1d565706-5c42-417f-8e0c-8edf12157d60 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -370,7 +370,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/10f83eeb-32ed-4047-acdb-db855c34fc24/getDefinition + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/a03b91d1-0c29-4e63-94cd-1f742c9ef607/getDefinition response: body: string: '{"definition": {"parts": [{"path": "RealTimeQueryset.json", "payload": @@ -384,15 +384,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '428' + - '427' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:55:40 GMT + - Thu, 05 Feb 2026 09:12:46 GMT Pragma: - no-cache RequestId: - - 3243f000-0c43-4632-bc25-c5d4e8d86b4a + - 65d4c743-598f-4ed3-b2f5-c1b3d0bc0e02 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -424,7 +424,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -435,15 +435,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:55:41 GMT + - Thu, 05 Feb 2026 09:12:46 GMT Pragma: - no-cache RequestId: - - a5eda746-be4d-45f7-9ba6-ccbcfa318828 + - e03bf21c-d851-4928-bddf-e45572c89af7 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -471,12 +471,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "10f83eeb-32ed-4047-acdb-db855c34fc24", "type": "KQLQueryset", + string: '{"value": [{"id": "a03b91d1-0c29-4e63-94cd-1f742c9ef607", "type": "KQLQueryset", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -485,15 +485,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '182' + - '180' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:55:41 GMT + - Thu, 05 Feb 2026 09:12:47 GMT Pragma: - no-cache RequestId: - - f3803ff3-c97e-4666-b8fb-078ca4ae17b3 + - 3d047588-209e-412b-90b2-a3652a892e81 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -525,7 +525,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/10f83eeb-32ed-4047-acdb-db855c34fc24/updateDefinition + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/a03b91d1-0c29-4e63-94cd-1f742c9ef607/updateDefinition response: body: string: '' @@ -541,11 +541,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Thu, 29 Jan 2026 05:55:43 GMT + - Thu, 05 Feb 2026 09:12:49 GMT Pragma: - no-cache RequestId: - - 130eba3b-9281-4b72-84a4-fd55e6c0c6bd + - 22275d1a-307f-4561-be04-95d30060feb6 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -577,7 +577,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -588,15 +588,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:55:44 GMT + - Thu, 05 Feb 2026 09:12:50 GMT Pragma: - no-cache RequestId: - - 3965f876-1b22-48b3-8021-135885c1ed34 + - ec1fcf5b-39bd-498e-90cf-f20a7bbb5687 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -624,12 +624,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "10f83eeb-32ed-4047-acdb-db855c34fc24", "type": "KQLQueryset", + string: '{"value": [{"id": "a03b91d1-0c29-4e63-94cd-1f742c9ef607", "type": "KQLQueryset", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -638,15 +638,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '182' + - '180' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:55:44 GMT + - Thu, 05 Feb 2026 09:12:50 GMT Pragma: - no-cache RequestId: - - 541db128-4720-4521-b7ad-8845598c7e37 + - c03987d0-c387-46d8-8b1d-302fa8af1bd7 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -676,7 +676,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/10f83eeb-32ed-4047-acdb-db855c34fc24 + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/a03b91d1-0c29-4e63-94cd-1f742c9ef607 response: body: string: '' @@ -692,11 +692,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Thu, 29 Jan 2026 05:55:45 GMT + - Thu, 05 Feb 2026 09:12:50 GMT Pragma: - no-cache RequestId: - - c87da332-0a76-4152-9fd3-f27cc87b7080 + - a5a93ce8-5f0c-423a-84dc-ee16e319934e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[MirroredDatabase].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[MirroredDatabase].yaml index 045f671b..3edd2591 100644 --- a/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[MirroredDatabase].yaml +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[MirroredDatabase].yaml @@ -17,7 +17,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -28,15 +28,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:57:38 GMT + - Thu, 05 Feb 2026 09:12:52 GMT Pragma: - no-cache RequestId: - - 414889c2-194b-4511-b7dd-7425be900c81 + - bade7462-71bf-4746-9f91-d145c2b757fc Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -64,7 +64,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: string: '{"value": []}' @@ -80,11 +80,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:57:39 GMT + - Thu, 05 Feb 2026 09:12:52 GMT Pragma: - no-cache RequestId: - - 0f634162-ede2-4c41-a55b-be9c38ace4bc + - 85b63db9-8333-4ca5-abc0-2ca077f32ef1 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -112,7 +112,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: string: '{"value": []}' @@ -128,11 +128,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:57:40 GMT + - Thu, 05 Feb 2026 09:12:52 GMT Pragma: - no-cache RequestId: - - 8cf7d233-9439-453d-b1bb-d92581639f78 + - d3c61d73-44e2-45ea-9b94-39f2daeee8b7 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -165,12 +165,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/mirroredDatabases + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/mirroredDatabases response: body: - string: '{"id": "9cf775cc-9001-4bca-b86c-f77b93a89cab", "type": "MirroredDatabase", + string: '{"id": "daa2c2f2-1a54-42b7-b92e-a01d3848ec15", "type": "MirroredDatabase", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -183,13 +183,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:57:43 GMT + - Thu, 05 Feb 2026 09:12:54 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 03e98786-a479-48e4-aba1-503b0dbe60a3 + - 747f8975-a13b-4777-b7f9-364b57b7ab7e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -221,7 +221,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -232,15 +232,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:57:44 GMT + - Thu, 05 Feb 2026 09:13:58 GMT Pragma: - no-cache RequestId: - - 5c0e2fd9-da09-4151-9055-2e8a1338f72f + - 0a29420b-db17-423d-96d7-0af65db0bc75 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -268,12 +268,14 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "9cf775cc-9001-4bca-b86c-f77b93a89cab", "type": "MirroredDatabase", + string: '{"value": [{"id": "130adb02-7837-49fc-8ed4-da8e3606353e", "type": "SQLEndpoint", + "displayName": "fabcli000001", "description": "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "daa2c2f2-1a54-42b7-b92e-a01d3848ec15", "type": "MirroredDatabase", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -282,15 +284,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '182' + - '232' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:57:44 GMT + - Thu, 05 Feb 2026 09:13:59 GMT Pragma: - no-cache RequestId: - - 6797f060-6098-4105-982f-31856f4a64c1 + - a21948d6-38c5-4ba8-84b9-e2b3809414fa Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -318,12 +320,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/9cf775cc-9001-4bca-b86c-f77b93a89cab + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/daa2c2f2-1a54-42b7-b92e-a01d3848ec15 response: body: - string: '{"id": "9cf775cc-9001-4bca-b86c-f77b93a89cab", "type": "MirroredDatabase", + string: '{"id": "daa2c2f2-1a54-42b7-b92e-a01d3848ec15", "type": "MirroredDatabase", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -336,13 +338,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:57:44 GMT + - Thu, 05 Feb 2026 09:14:00 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 4373845c-3b46-491b-80c2-695ac51f94c5 + - 3350e547-8441-4245-b3d5-e21ec46bbc87 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -372,7 +374,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/9cf775cc-9001-4bca-b86c-f77b93a89cab/getDefinition + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/daa2c2f2-1a54-42b7-b92e-a01d3848ec15/getDefinition response: body: string: '{"definition": {"parts": [{"path": "mirroring.json", "payload": "ew0KICAicHJvcGVydGllcyI6IHsNCiAgICAic291cmNlIjogew0KICAgICAgInR5cGUiOiAiR2VuZXJpY01pcnJvciIsDQogICAgICAidHlwZVByb3BlcnRpZXMiOiB7fQ0KICAgIH0sDQogICAgInRhcmdldCI6IHsNCiAgICAgICJ0eXBlIjogIk1vdW50ZWRSZWxhdGlvbmFsRGF0YWJhc2UiLA0KICAgICAgInR5cGVQcm9wZXJ0aWVzIjogew0KICAgICAgICAiZm9ybWF0IjogIkRlbHRhIg0KICAgICAgfQ0KICAgIH0NCiAgfQ0KfQ==", @@ -386,15 +388,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '561' + - '562' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:57:45 GMT + - Thu, 05 Feb 2026 09:14:01 GMT Pragma: - no-cache RequestId: - - 41171c7d-9949-4ce7-ad1d-f9cbe7b90e45 + - 22fa893b-11c3-4cde-b316-c913b1e7c189 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -426,7 +428,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -437,15 +439,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:57:46 GMT + - Thu, 05 Feb 2026 09:14:01 GMT Pragma: - no-cache RequestId: - - f2681bdc-148a-49a7-9d10-8145469159ee + - 7ca1b43b-3733-40b1-b616-a91f0e6ae3e4 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -473,12 +475,14 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "9cf775cc-9001-4bca-b86c-f77b93a89cab", "type": "MirroredDatabase", + string: '{"value": [{"id": "130adb02-7837-49fc-8ed4-da8e3606353e", "type": "SQLEndpoint", + "displayName": "fabcli000001", "description": "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "daa2c2f2-1a54-42b7-b92e-a01d3848ec15", "type": "MirroredDatabase", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -487,15 +491,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '182' + - '232' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:57:47 GMT + - Thu, 05 Feb 2026 09:14:02 GMT Pragma: - no-cache RequestId: - - 8d99cf2d-bac0-4c05-8472-f8c9c9a65024 + - e3f2862e-2fe2-4088-b4da-1891ed3ad6b8 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -527,7 +531,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/9cf775cc-9001-4bca-b86c-f77b93a89cab/updateDefinition + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/daa2c2f2-1a54-42b7-b92e-a01d3848ec15/updateDefinition response: body: string: '' @@ -543,11 +547,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Thu, 29 Jan 2026 05:57:48 GMT + - Thu, 05 Feb 2026 09:14:04 GMT Pragma: - no-cache RequestId: - - 46c2af43-8723-4195-a172-0ba18ff82b37 + - f6d24369-46e7-480d-aedb-f4b4ddd873dd Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -579,7 +583,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -590,15 +594,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:57:49 GMT + - Thu, 05 Feb 2026 09:14:05 GMT Pragma: - no-cache RequestId: - - 1c0d2095-1131-4324-ac65-73988816c464 + - 7d318c73-cb44-4a72-9f35-0b42567e64fa Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -626,12 +630,14 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "9cf775cc-9001-4bca-b86c-f77b93a89cab", "type": "MirroredDatabase", + string: '{"value": [{"id": "130adb02-7837-49fc-8ed4-da8e3606353e", "type": "SQLEndpoint", + "displayName": "fabcli000001", "description": "", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}, + {"id": "daa2c2f2-1a54-42b7-b92e-a01d3848ec15", "type": "MirroredDatabase", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -640,15 +646,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '182' + - '232' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:57:50 GMT + - Thu, 05 Feb 2026 09:14:06 GMT Pragma: - no-cache RequestId: - - f3e2559a-0478-46d0-86cb-7bb5f0aaebfa + - aae93441-f66a-4b56-bb25-b3fa0f2645d5 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -678,7 +684,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/9cf775cc-9001-4bca-b86c-f77b93a89cab + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/daa2c2f2-1a54-42b7-b92e-a01d3848ec15 response: body: string: '' @@ -694,11 +700,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Thu, 29 Jan 2026 05:57:50 GMT + - Thu, 05 Feb 2026 09:14:06 GMT Pragma: - no-cache RequestId: - - ce00dc9d-b429-495b-8b88-88d3ebd07093 + - 71eb297e-1371-470b-ab30-1188b9b6a244 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[Notebook].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[Notebook].yaml index e578078e..005da1f8 100644 --- a/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[Notebook].yaml +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[Notebook].yaml @@ -17,7 +17,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -28,15 +28,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:57:51 GMT + - Thu, 05 Feb 2026 09:14:07 GMT Pragma: - no-cache RequestId: - - 164dc013-e899-4082-a518-14ac9326fe5c + - fcb8971c-b726-45ed-b280-27915ea6cc87 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -64,7 +64,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: string: '{"value": []}' @@ -80,11 +80,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:57:52 GMT + - Thu, 05 Feb 2026 09:14:09 GMT Pragma: - no-cache RequestId: - - f5570bf8-e9f5-4d92-83ad-58ab2ec60d40 + - 3949d3ef-a51f-4450-abc0-21757b02e69a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -112,7 +112,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: string: '{"value": []}' @@ -128,11 +128,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:57:52 GMT + - Thu, 05 Feb 2026 09:14:09 GMT Pragma: - no-cache RequestId: - - c52a1064-230c-4444-b8d0-29cdb9f0e876 + - 0801c86c-9a86-4f48-a687-a7d398680a36 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -165,7 +165,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/notebooks + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/notebooks response: body: string: 'null' @@ -181,15 +181,15 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:57:54 GMT + - Thu, 05 Feb 2026 09:14:11 GMT ETag: - '""' Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/fa86788b-cdbf-41f5-916f-f955e543b206 + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b45ed4ca-ad2a-41fe-b27f-fafd16242c66 Pragma: - no-cache RequestId: - - 46ef9c01-9265-4953-b67a-ee01191b7d9f + - c867f288-505b-400f-8214-92e8e7c4efdc Retry-After: - '20' Strict-Transport-Security: @@ -203,7 +203,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - fa86788b-cdbf-41f5-916f-f955e543b206 + - b45ed4ca-ad2a-41fe-b27f-fafd16242c66 status: code: 202 message: Accepted @@ -221,11 +221,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/fa86788b-cdbf-41f5-916f-f955e543b206 + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b45ed4ca-ad2a-41fe-b27f-fafd16242c66 response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2026-01-29T05:57:54.2687715", - "lastUpdatedTimeUtc": "2026-01-29T05:57:55.5500236", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-05T09:14:11.1079182", + "lastUpdatedTimeUtc": "2026-02-05T09:14:12.4162726", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -235,17 +235,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '131' + - '130' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:58:15 GMT + - Thu, 05 Feb 2026 09:14:32 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/fa86788b-cdbf-41f5-916f-f955e543b206/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b45ed4ca-ad2a-41fe-b27f-fafd16242c66/result Pragma: - no-cache RequestId: - - 3e570850-29a2-4983-a938-134a474bdedc + - ec657953-0502-41bd-bd4d-24c769ce638b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -253,7 +253,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - fa86788b-cdbf-41f5-916f-f955e543b206 + - b45ed4ca-ad2a-41fe-b27f-fafd16242c66 status: code: 200 message: OK @@ -271,12 +271,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/fa86788b-cdbf-41f5-916f-f955e543b206/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b45ed4ca-ad2a-41fe-b27f-fafd16242c66/result response: body: - string: '{"id": "140db848-57b2-4965-a7be-b838dc2c5ed9", "type": "Notebook", + string: '{"id": "b7c1e9ec-6b3a-4907-bd14-f82de14324af", "type": "Notebook", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId @@ -287,11 +287,11 @@ interactions: Content-Type: - application/json Date: - - Thu, 29 Jan 2026 05:58:16 GMT + - Thu, 05 Feb 2026 09:14:34 GMT Pragma: - no-cache RequestId: - - 41f05a76-a211-4c5d-8172-777aeebb6f93 + - 9718335b-8c1f-4300-b40b-496794bc8737 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -321,7 +321,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -332,15 +332,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:58:17 GMT + - Thu, 05 Feb 2026 09:14:34 GMT Pragma: - no-cache RequestId: - - 8c22877e-d5b5-48c0-8082-58adc78b8964 + - ee36e4b1-29d7-49fe-9c54-62c0941b94ca Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -368,12 +368,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "140db848-57b2-4965-a7be-b838dc2c5ed9", "type": "Notebook", + string: '{"value": [{"id": "b7c1e9ec-6b3a-4907-bd14-f82de14324af", "type": "Notebook", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -386,11 +386,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:58:18 GMT + - Thu, 05 Feb 2026 09:14:35 GMT Pragma: - no-cache RequestId: - - a45b4b0f-8af4-4082-a1f7-a620b8b93e72 + - 31962930-5613-4ae1-8a88-0b1bc4a13cb7 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -418,12 +418,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/140db848-57b2-4965-a7be-b838dc2c5ed9 + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/b7c1e9ec-6b3a-4907-bd14-f82de14324af response: body: - string: '{"id": "140db848-57b2-4965-a7be-b838dc2c5ed9", "type": "Notebook", + string: '{"id": "b7c1e9ec-6b3a-4907-bd14-f82de14324af", "type": "Notebook", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -432,17 +432,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '166' + - '165' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:58:19 GMT + - Thu, 05 Feb 2026 09:14:36 GMT ETag: - '""' Pragma: - no-cache RequestId: - - bd326f91-0945-4ad2-b630-751ea6d4e4ac + - 69fa7cbc-7490-470a-bc45-e7fa9577abdd Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -472,7 +472,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/140db848-57b2-4965-a7be-b838dc2c5ed9/getDefinition?format=ipynb + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/b7c1e9ec-6b3a-4907-bd14-f82de14324af/getDefinition?format=ipynb response: body: string: 'null' @@ -488,13 +488,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:58:19 GMT + - Thu, 05 Feb 2026 09:14:37 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/ab366bfc-a159-444c-998a-1918c6ed0ea3 + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/e4311122-4212-4df0-affc-32d892a5af15 Pragma: - no-cache RequestId: - - 3026ef73-b25c-4137-9516-5436a21e6cc6 + - c3b72019-36cb-4ba2-a1f7-2cc1136b2b66 Retry-After: - '20' Strict-Transport-Security: @@ -508,7 +508,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - ab366bfc-a159-444c-998a-1918c6ed0ea3 + - e4311122-4212-4df0-affc-32d892a5af15 status: code: 202 message: Accepted @@ -526,11 +526,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/ab366bfc-a159-444c-998a-1918c6ed0ea3 + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/e4311122-4212-4df0-affc-32d892a5af15 response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2026-01-29T05:58:19.9809165", - "lastUpdatedTimeUtc": "2026-01-29T05:58:20.3561777", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-05T09:14:37.5784527", + "lastUpdatedTimeUtc": "2026-02-05T09:14:37.8752927", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -540,17 +540,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '132' + - '130' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:58:41 GMT + - Thu, 05 Feb 2026 09:14:59 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/ab366bfc-a159-444c-998a-1918c6ed0ea3/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/e4311122-4212-4df0-affc-32d892a5af15/result Pragma: - no-cache RequestId: - - f3d3d489-02fe-4f58-bb5c-6015a8a36f7f + - fce372c2-fca7-41ae-bccd-927a3a90ed69 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -558,7 +558,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - ab366bfc-a159-444c-998a-1918c6ed0ea3 + - e4311122-4212-4df0-affc-32d892a5af15 status: code: 200 message: OK @@ -576,7 +576,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/ab366bfc-a159-444c-998a-1918c6ed0ea3/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/e4311122-4212-4df0-affc-32d892a5af15/result response: body: string: '{"definition": {"parts": [{"path": "notebook-content.ipynb", "payload": @@ -593,11 +593,11 @@ interactions: Content-Type: - application/json Date: - - Thu, 29 Jan 2026 05:58:42 GMT + - Thu, 05 Feb 2026 09:14:59 GMT Pragma: - no-cache RequestId: - - d3f196f6-d343-476a-a245-cc9902e3297a + - fb4e5396-8dc1-4e34-8327-0b55ad5f297e Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -627,7 +627,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -638,15 +638,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:58:43 GMT + - Thu, 05 Feb 2026 09:15:01 GMT Pragma: - no-cache RequestId: - - 73056b40-bff2-41ae-89c5-c2336edf3b4c + - bbc699c6-ccac-4083-b514-cdd74b72ac9b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -674,12 +674,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "140db848-57b2-4965-a7be-b838dc2c5ed9", "type": "Notebook", + string: '{"value": [{"id": "b7c1e9ec-6b3a-4907-bd14-f82de14324af", "type": "Notebook", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -692,11 +692,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:58:43 GMT + - Thu, 05 Feb 2026 09:15:02 GMT Pragma: - no-cache RequestId: - - 671bfdae-fa1b-471c-9160-135736aa284c + - c7beccee-67c4-4445-b4fc-464b6af52f3f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -729,7 +729,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/140db848-57b2-4965-a7be-b838dc2c5ed9/updateDefinition + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/b7c1e9ec-6b3a-4907-bd14-f82de14324af/updateDefinition response: body: string: 'null' @@ -745,13 +745,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:58:44 GMT + - Thu, 05 Feb 2026 09:15:03 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/2169a3f8-8493-4d74-af23-e8cf4e0b4fe6 + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/305d374b-ffc0-4d49-89a8-25f3a545d118 Pragma: - no-cache RequestId: - - c9290f65-fb32-42df-b43a-240f28b2fec2 + - df98ccdb-afcb-4d40-9e4a-468243345186 Retry-After: - '20' Strict-Transport-Security: @@ -765,7 +765,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - 2169a3f8-8493-4d74-af23-e8cf4e0b4fe6 + - 305d374b-ffc0-4d49-89a8-25f3a545d118 status: code: 202 message: Accepted @@ -783,11 +783,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/2169a3f8-8493-4d74-af23-e8cf4e0b4fe6 + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/305d374b-ffc0-4d49-89a8-25f3a545d118 response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2026-01-29T05:58:45.7220447", - "lastUpdatedTimeUtc": "2026-01-29T05:58:46.0032916", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-05T09:15:03.534972", + "lastUpdatedTimeUtc": "2026-02-05T09:15:03.816224", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -797,17 +797,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '131' + - '129' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:59:06 GMT + - Thu, 05 Feb 2026 09:15:24 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/2169a3f8-8493-4d74-af23-e8cf4e0b4fe6/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/305d374b-ffc0-4d49-89a8-25f3a545d118/result Pragma: - no-cache RequestId: - - c149b0cd-4090-4122-8abb-3307f4546994 + - bfaf2af0-9aba-4e3e-a06e-486be5f15bb5 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -815,7 +815,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - 2169a3f8-8493-4d74-af23-e8cf4e0b4fe6 + - 305d374b-ffc0-4d49-89a8-25f3a545d118 status: code: 200 message: OK @@ -833,12 +833,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/2169a3f8-8493-4d74-af23-e8cf4e0b4fe6/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/305d374b-ffc0-4d49-89a8-25f3a545d118/result response: body: - string: '{"id": "140db848-57b2-4965-a7be-b838dc2c5ed9", "type": "Notebook", + string: '{"id": "b7c1e9ec-6b3a-4907-bd14-f82de14324af", "type": "Notebook", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId @@ -849,11 +849,11 @@ interactions: Content-Type: - application/json Date: - - Thu, 29 Jan 2026 05:59:08 GMT + - Thu, 05 Feb 2026 09:15:26 GMT Pragma: - no-cache RequestId: - - cc95456c-d3c7-42ba-9ae0-b27508018c99 + - 02f10091-6383-4fc8-9a26-ff70a5aa0700 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -883,7 +883,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -894,15 +894,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:59:09 GMT + - Thu, 05 Feb 2026 09:15:27 GMT Pragma: - no-cache RequestId: - - e6e80cd3-8141-40f7-89fc-6c7bfc894f58 + - 93459792-f38a-497e-aa9f-aee7c67ef407 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -930,12 +930,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "140db848-57b2-4965-a7be-b838dc2c5ed9", "type": "Notebook", + string: '{"value": [{"id": "b7c1e9ec-6b3a-4907-bd14-f82de14324af", "type": "Notebook", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -948,11 +948,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:59:09 GMT + - Thu, 05 Feb 2026 09:15:26 GMT Pragma: - no-cache RequestId: - - 136361d6-55b9-415c-b274-fd0e5e242f06 + - 90a6acc0-7ef1-4cec-bd0f-9f2beeffcc14 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -982,7 +982,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/140db848-57b2-4965-a7be-b838dc2c5ed9 + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/b7c1e9ec-6b3a-4907-bd14-f82de14324af response: body: string: '' @@ -998,11 +998,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Thu, 29 Jan 2026 05:59:10 GMT + - Thu, 05 Feb 2026 09:15:27 GMT Pragma: - no-cache RequestId: - - 22d97a4a-3d37-4a25-a327-d38cde624c7b + - 93ba3460-6b20-4d83-bf00-2d8c70394523 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[Reflex].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[Reflex].yaml index dbd716c0..a8bcfa91 100644 --- a/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[Reflex].yaml +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[Reflex].yaml @@ -17,7 +17,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -28,15 +28,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:59:11 GMT + - Thu, 05 Feb 2026 09:15:28 GMT Pragma: - no-cache RequestId: - - fe2c5f34-896f-47e9-a58d-b8c087af500a + - e9f000b3-933c-47fa-8bc4-62fadd92ea64 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -64,7 +64,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: string: '{"value": []}' @@ -80,11 +80,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:59:12 GMT + - Thu, 05 Feb 2026 09:15:29 GMT Pragma: - no-cache RequestId: - - d6c91e7c-9206-47f4-9973-469252f912c4 + - 21bbe80f-a070-4042-8ff8-b5a9efc66e3a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -112,7 +112,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: string: '{"value": []}' @@ -128,11 +128,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:59:12 GMT + - Thu, 05 Feb 2026 09:15:30 GMT Pragma: - no-cache RequestId: - - c89b65ed-303e-4f5e-87f4-5d5e0302428e + - 22dbc149-72ca-403c-b029-cf8364357a40 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -163,11 +163,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/reflexes + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/reflexes response: body: - string: '{"id": "31eef82e-d4e6-4c10-ade6-b33180b42005", "type": "Reflex", "displayName": - "fabcli000001", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + string: '{"id": "98635d7e-9fcf-499c-8613-c8cc4170d749", "type": "Reflex", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -180,13 +180,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:59:15 GMT + - Thu, 05 Feb 2026 09:15:33 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 8e7d7d77-3f76-44b7-97ed-a3712fc44cc1 + - 74137213-3822-40cb-aa71-3b1a41099bea Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -218,7 +218,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -229,15 +229,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:59:17 GMT + - Thu, 05 Feb 2026 09:15:34 GMT Pragma: - no-cache RequestId: - - d3a51c74-e995-438e-9ec2-a7c4aac184d1 + - 92dc7d0e-3fe5-492d-9ebb-fc0c830c0bb2 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -265,12 +265,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "31eef82e-d4e6-4c10-ade6-b33180b42005", "type": "Reflex", + string: '{"value": [{"id": "98635d7e-9fcf-499c-8613-c8cc4170d749", "type": "Reflex", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -279,15 +279,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '177' + - '178' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:59:17 GMT + - Thu, 05 Feb 2026 09:15:35 GMT Pragma: - no-cache RequestId: - - 87098100-fc3b-4408-9de4-53bd254a3d09 + - acbc6a0a-e432-43b0-baa5-04360b1072fe Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -315,11 +315,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/31eef82e-d4e6-4c10-ade6-b33180b42005 + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/98635d7e-9fcf-499c-8613-c8cc4170d749 response: body: - string: '{"id": "31eef82e-d4e6-4c10-ade6-b33180b42005", "type": "Reflex", "displayName": - "fabcli000001", "description": "Created by fab", "workspaceId": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + string: '{"id": "98635d7e-9fcf-499c-8613-c8cc4170d749", "type": "Reflex", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -332,13 +332,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:59:18 GMT + - Thu, 05 Feb 2026 09:15:35 GMT ETag: - '""' Pragma: - no-cache RequestId: - - a4387552-f449-4db7-93c9-28c7ecd33272 + - 6aaf54bc-5974-4aee-b7b2-075b879c37a3 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -368,7 +368,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/31eef82e-d4e6-4c10-ade6-b33180b42005/getDefinition + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/98635d7e-9fcf-499c-8613-c8cc4170d749/getDefinition response: body: string: '{"definition": {"parts": [{"path": "ReflexEntities.json", "payload": @@ -386,11 +386,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:59:20 GMT + - Thu, 05 Feb 2026 09:15:37 GMT Pragma: - no-cache RequestId: - - 6576d120-4518-418c-bb66-6ae0b7c9d0a4 + - b74318f9-18a2-43b1-ad0c-486880bb4514 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -422,7 +422,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -433,15 +433,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:59:21 GMT + - Thu, 05 Feb 2026 09:15:38 GMT Pragma: - no-cache RequestId: - - fb40a505-9786-45fe-9466-31ecc2615bf2 + - dda5c68b-dffc-47b3-9899-6858884f2386 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -469,12 +469,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "31eef82e-d4e6-4c10-ade6-b33180b42005", "type": "Reflex", + string: '{"value": [{"id": "98635d7e-9fcf-499c-8613-c8cc4170d749", "type": "Reflex", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -483,15 +483,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '177' + - '178' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:59:21 GMT + - Thu, 05 Feb 2026 09:15:38 GMT Pragma: - no-cache RequestId: - - c2c853b5-4cbe-49f6-a124-cceb16f46920 + - 6c2254ee-ff25-4f30-8ab2-18f1da2325ed Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -523,7 +523,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/31eef82e-d4e6-4c10-ade6-b33180b42005/updateDefinition + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/98635d7e-9fcf-499c-8613-c8cc4170d749/updateDefinition response: body: string: '' @@ -539,11 +539,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Thu, 29 Jan 2026 05:59:26 GMT + - Thu, 05 Feb 2026 09:15:41 GMT Pragma: - no-cache RequestId: - - 4260e9c0-5084-412f-a299-58a5918bdb6e + - 87c45bb9-0a69-482d-be72-5b621ad182d1 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -575,7 +575,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -586,15 +586,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:59:26 GMT + - Thu, 05 Feb 2026 09:15:41 GMT Pragma: - no-cache RequestId: - - 8295f8ad-d483-4fd1-9455-9c98b400758c + - bf9f2cc2-9f2b-4458-9517-1969a02eae93 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -622,12 +622,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "31eef82e-d4e6-4c10-ade6-b33180b42005", "type": "Reflex", + string: '{"value": [{"id": "98635d7e-9fcf-499c-8613-c8cc4170d749", "type": "Reflex", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -636,15 +636,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '177' + - '178' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:59:26 GMT + - Thu, 05 Feb 2026 09:15:42 GMT Pragma: - no-cache RequestId: - - c6e88dd5-780e-4023-934d-bb10e26be118 + - 48339406-fcfd-4767-8962-ec9e0d764b92 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -674,7 +674,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/31eef82e-d4e6-4c10-ade6-b33180b42005 + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/98635d7e-9fcf-499c-8613-c8cc4170d749 response: body: string: '' @@ -690,11 +690,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Thu, 29 Jan 2026 05:59:27 GMT + - Thu, 05 Feb 2026 09:15:44 GMT Pragma: - no-cache RequestId: - - a2ece622-b1e5-4612-83f0-dff81fbdddf3 + - 5d2b311e-078c-4ddb-a274-3b1162d03bb8 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[SparkJobDefinition].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[SparkJobDefinition].yaml index 5082218b..997f3a6b 100644 --- a/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[SparkJobDefinition].yaml +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[SparkJobDefinition].yaml @@ -17,7 +17,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -28,15 +28,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:59:29 GMT + - Thu, 05 Feb 2026 09:15:45 GMT Pragma: - no-cache RequestId: - - 0dc4978d-0dcc-4457-8798-c80674fa1acf + - e9238deb-b94c-4eab-bdfa-18aa767d20d6 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -64,7 +64,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: string: '{"value": []}' @@ -80,11 +80,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:59:29 GMT + - Thu, 05 Feb 2026 09:15:45 GMT Pragma: - no-cache RequestId: - - 259bf303-3b34-469a-91ce-b3dd25f821bb + - 7a173839-55a8-4abc-9ca5-8f8985f3ac3c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -112,7 +112,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: string: '{"value": []}' @@ -128,11 +128,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:59:30 GMT + - Thu, 05 Feb 2026 09:15:46 GMT Pragma: - no-cache RequestId: - - 2fb64078-daf4-46af-a8ff-d3256c72ec7b + - d95394fa-fd36-4b70-a536-3051b0a031f8 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -163,12 +163,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/sparkJobDefinitions + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/sparkJobDefinitions response: body: - string: '{"id": "dbe762ad-b49c-4830-b2d5-a423af937572", "type": "SparkJobDefinition", + string: '{"id": "b000486b-7060-43b3-9d07-6635c61415a7", "type": "SparkJobDefinition", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -181,13 +181,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:59:32 GMT + - Thu, 05 Feb 2026 09:15:48 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 15628b96-85f0-472b-8a0e-455bb24e7feb + - cb6f4a43-df38-4ee6-9b70-fe21703937e8 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -219,7 +219,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -230,15 +230,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:59:33 GMT + - Thu, 05 Feb 2026 09:15:48 GMT Pragma: - no-cache RequestId: - - 94d766a5-878c-462a-81a0-218f013a7ef3 + - d494e3f8-2dee-487e-9c96-ee4ac6a6ea01 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -266,12 +266,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "dbe762ad-b49c-4830-b2d5-a423af937572", "type": "SparkJobDefinition", + string: '{"value": [{"id": "b000486b-7060-43b3-9d07-6635c61415a7", "type": "SparkJobDefinition", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -280,15 +280,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '185' + - '186' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:59:33 GMT + - Thu, 05 Feb 2026 09:15:49 GMT Pragma: - no-cache RequestId: - - 52ee9a8b-bbbf-4aa4-94f2-0094e0c5ba33 + - 381d2c50-e1a9-4cef-8921-11c80fd3f6e4 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -316,12 +316,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/dbe762ad-b49c-4830-b2d5-a423af937572 + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/b000486b-7060-43b3-9d07-6635c61415a7 response: body: - string: '{"id": "dbe762ad-b49c-4830-b2d5-a423af937572", "type": "SparkJobDefinition", + string: '{"id": "b000486b-7060-43b3-9d07-6635c61415a7", "type": "SparkJobDefinition", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -334,13 +334,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:59:34 GMT + - Thu, 05 Feb 2026 09:15:49 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 8442f799-c401-4f08-b48d-b274bf496563 + - eefc3949-d83e-498b-8faa-d466b6f4ca95 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -370,7 +370,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/dbe762ad-b49c-4830-b2d5-a423af937572/getDefinition?format=SparkJobDefinitionV1 + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/b000486b-7060-43b3-9d07-6635c61415a7/getDefinition?format=SparkJobDefinitionV1 response: body: string: '{"definition": {"parts": [{"path": "SparkJobDefinitionV1.json", "payload": @@ -389,11 +389,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:59:36 GMT + - Thu, 05 Feb 2026 09:15:51 GMT Pragma: - no-cache RequestId: - - 3da3c02f-cb86-48dc-98e8-40a46b7c32be + - 3f699c8f-f20f-46f3-9202-52d33c43ff07 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -425,7 +425,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -436,15 +436,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:59:37 GMT + - Thu, 05 Feb 2026 09:15:51 GMT Pragma: - no-cache RequestId: - - 78f60aa5-cce2-4501-8b82-1e5dc6ac7d15 + - 264831e9-4995-4690-b982-dcf8bc49877c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -472,12 +472,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "dbe762ad-b49c-4830-b2d5-a423af937572", "type": "SparkJobDefinition", + string: '{"value": [{"id": "b000486b-7060-43b3-9d07-6635c61415a7", "type": "SparkJobDefinition", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -486,15 +486,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '185' + - '186' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:59:38 GMT + - Thu, 05 Feb 2026 09:15:51 GMT Pragma: - no-cache RequestId: - - da3558c7-9f5f-4b32-9db6-fff9e26419c6 + - 7b9363ff-9ca1-402e-9921-d8d3690b522b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -528,7 +528,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/dbe762ad-b49c-4830-b2d5-a423af937572/updateDefinition + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/b000486b-7060-43b3-9d07-6635c61415a7/updateDefinition response: body: string: '' @@ -544,11 +544,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Thu, 29 Jan 2026 05:59:39 GMT + - Thu, 05 Feb 2026 09:15:53 GMT Pragma: - no-cache RequestId: - - 67cf4c35-5ad9-4962-ab3f-cb7abe1a542f + - e3205f28-ae9a-43da-80a0-d638a9977f80 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -580,7 +580,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "97f5c8a4-1588-4a59-9b51-2c7ba0f73761", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -591,15 +591,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2306' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:59:40 GMT + - Thu, 05 Feb 2026 09:15:54 GMT Pragma: - no-cache RequestId: - - f5a6694b-ca07-462c-8755-36f726702dbf + - 52a6c0e4-87fd-4591-ab54-8358d2858b99 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -627,12 +627,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "dbe762ad-b49c-4830-b2d5-a423af937572", "type": "SparkJobDefinition", + string: '{"value": [{"id": "b000486b-7060-43b3-9d07-6635c61415a7", "type": "SparkJobDefinition", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "97f5c8a4-1588-4a59-9b51-2c7ba0f73761"}]}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -641,15 +641,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '185' + - '186' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 29 Jan 2026 05:59:40 GMT + - Thu, 05 Feb 2026 09:15:55 GMT Pragma: - no-cache RequestId: - - 2d91ffca-1c59-41f5-a312-dfa7fa96527f + - fd3f9b6b-2b4a-47e1-99aa-41bb5f2ee56f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -679,7 +679,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/97f5c8a4-1588-4a59-9b51-2c7ba0f73761/items/dbe762ad-b49c-4830-b2d5-a423af937572 + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/b000486b-7060-43b3-9d07-6635c61415a7 response: body: string: '' @@ -695,11 +695,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Thu, 29 Jan 2026 05:59:41 GMT + - Thu, 05 Feb 2026 09:15:55 GMT Pragma: - no-cache RequestId: - - 4d05d5ef-1bc5-40d5-8919-449c8c0c3244 + - 683d332e-cb76-4d6b-b6b3-a0f865884a85 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: diff --git a/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[UserDataFunction].yaml b/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[UserDataFunction].yaml index 015b6b58..f393c40c 100644 --- a/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[UserDataFunction].yaml +++ b/tests/test_commands/recordings/test_commands/test_import/test_import_update_existing_item_success[UserDataFunction].yaml @@ -17,7 +17,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e4270291-b332-4146-ab5f-c33d36c70c67", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -28,15 +28,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2460' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:19:20 GMT + - Thu, 05 Feb 2026 09:17:16 GMT Pragma: - no-cache RequestId: - - c2221dbe-c2ca-47d6-a502-7775df4504a7 + - 1ed2456b-18d0-420c-a892-ed790318ae89 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -64,7 +64,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: string: '{"value": []}' @@ -80,11 +80,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:19:20 GMT + - Thu, 05 Feb 2026 09:17:17 GMT Pragma: - no-cache RequestId: - - 963ed936-fb2b-47c4-8f7a-2f6f10ebd6cb + - 4cc9cdf3-fa22-45f8-af08-a3e33c83f47c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -112,7 +112,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: string: '{"value": []}' @@ -128,11 +128,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:19:21 GMT + - Thu, 05 Feb 2026 09:17:17 GMT Pragma: - no-cache RequestId: - - 8eaccb92-52f0-498e-bd75-e8676243d00b + - 66b78cae-b941-486a-95d4-cf74ce22d238 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -163,12 +163,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/userdatafunctions + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/userdatafunctions response: body: - string: '{"id": "62731d9f-7203-4beb-9a4b-940557bc2186", "type": "UserDataFunction", + string: '{"id": "10008068-3f88-47ee-929e-196e1942d19c", "type": "UserDataFunction", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e4270291-b332-4146-ab5f-c33d36c70c67"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -177,17 +177,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '174' + - '171' Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:19:31 GMT + - Thu, 05 Feb 2026 09:17:20 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 8ee822c5-ba28-45e4-9314-08585aa060a6 + - 946f0e11-7b4a-4dd2-ae00-0afdb052b267 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -219,7 +219,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e4270291-b332-4146-ab5f-c33d36c70c67", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -230,15 +230,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2460' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:19:32 GMT + - Thu, 05 Feb 2026 09:17:21 GMT Pragma: - no-cache RequestId: - - d79c1e36-9ccf-4c92-b561-6dff51cc6693 + - f092bfe5-0f7d-4f9d-abce-847417a6aa28 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -266,12 +266,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "62731d9f-7203-4beb-9a4b-940557bc2186", "type": "UserDataFunction", + string: '{"value": [{"id": "10008068-3f88-47ee-929e-196e1942d19c", "type": "UserDataFunction", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e4270291-b332-4146-ab5f-c33d36c70c67"}]}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -280,15 +280,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '185' + - '183' Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:19:33 GMT + - Thu, 05 Feb 2026 09:17:22 GMT Pragma: - no-cache RequestId: - - db8753b2-2d67-4c25-8cbb-a6532eabb378 + - 040fbaa0-1931-40af-9c38-25dba4482d15 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -316,12 +316,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items/62731d9f-7203-4beb-9a4b-940557bc2186 + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/10008068-3f88-47ee-929e-196e1942d19c response: body: - string: '{"id": "62731d9f-7203-4beb-9a4b-940557bc2186", "type": "UserDataFunction", + string: '{"id": "10008068-3f88-47ee-929e-196e1942d19c", "type": "UserDataFunction", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e4270291-b332-4146-ab5f-c33d36c70c67"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -330,17 +330,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '174' + - '171' Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:19:33 GMT + - Thu, 05 Feb 2026 09:17:23 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 2266ff9a-7820-4ed1-bf28-9ae228bb3fdd + - d303168a-6109-4e6d-9980-2ddba041303f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -370,7 +370,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items/62731d9f-7203-4beb-9a4b-940557bc2186/getDefinition + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/10008068-3f88-47ee-929e-196e1942d19c/getDefinition response: body: string: 'null' @@ -386,13 +386,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:19:34 GMT + - Thu, 05 Feb 2026 09:17:24 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/f1802219-27a5-4f1f-89a6-c58490129e6c + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/ad75b841-8d38-4df0-b7d8-37e2fa33b3fc Pragma: - no-cache RequestId: - - 871ae119-858c-4146-acb8-765dc60cbb6d + - be7472cc-2bc7-4c7a-a5fd-5cff079a6dbe Retry-After: - '20' Strict-Transport-Security: @@ -406,7 +406,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - f1802219-27a5-4f1f-89a6-c58490129e6c + - ad75b841-8d38-4df0-b7d8-37e2fa33b3fc status: code: 202 message: Accepted @@ -424,11 +424,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/f1802219-27a5-4f1f-89a6-c58490129e6c + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/ad75b841-8d38-4df0-b7d8-37e2fa33b3fc response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-03T09:19:34.9845249", - "lastUpdatedTimeUtc": "2026-02-03T09:19:35.2189008", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-05T09:17:24.8500531", + "lastUpdatedTimeUtc": "2026-02-05T09:17:25.0531462", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -442,13 +442,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:19:57 GMT + - Thu, 05 Feb 2026 09:17:45 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/f1802219-27a5-4f1f-89a6-c58490129e6c/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/ad75b841-8d38-4df0-b7d8-37e2fa33b3fc/result Pragma: - no-cache RequestId: - - ce5d4648-61b5-4367-b2b8-c9e894d7371e + - 7d66ad24-d77c-45d9-a264-507d61e2006b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -456,7 +456,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - f1802219-27a5-4f1f-89a6-c58490129e6c + - ad75b841-8d38-4df0-b7d8-37e2fa33b3fc status: code: 200 message: OK @@ -474,7 +474,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/f1802219-27a5-4f1f-89a6-c58490129e6c/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/ad75b841-8d38-4df0-b7d8-37e2fa33b3fc/result response: body: string: '{"definition": {"parts": [{"path": "definition.json", "payload": "ew0KICAiJHNjaGVtYSI6ICJodHRwczovL2RldmVsb3Blci5taWNyb3NvZnQuY29tL2pzb24tc2NoZW1hcy9mYWJyaWMvaXRlbS91c2VyRGF0YUZ1bmN0aW9uL2RlZmluaXRpb24vMS4xLjAvc2NoZW1hLmpzb24iLA0KICAicnVudGltZSI6ICJQWVRIT04iLA0KICAiY29ubmVjdGVkRGF0YVNvdXJjZXMiOiBbXSwNCiAgImZ1bmN0aW9ucyI6IFtdLA0KICAibGlicmFyaWVzIjogew0KICAgICJwdWJsaWMiOiBbXSwNCiAgICAicHJpdmF0ZSI6IFtdDQogIH0NCn0=", @@ -490,11 +490,11 @@ interactions: Content-Type: - application/json Date: - - Tue, 03 Feb 2026 09:19:57 GMT + - Thu, 05 Feb 2026 09:17:47 GMT Pragma: - no-cache RequestId: - - e3c6a2ab-17a4-4855-bf6b-17054f454857 + - fc16f079-1b97-4c94-a167-d0cbeb33166f Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -524,7 +524,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e4270291-b332-4146-ab5f-c33d36c70c67", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -535,15 +535,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2460' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:19:59 GMT + - Thu, 05 Feb 2026 09:17:47 GMT Pragma: - no-cache RequestId: - - fd8ca1b5-04c2-4100-bd48-f7ef35d465df + - ef710cd0-0b2b-4594-a1cf-bcc9a36004ab Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -571,12 +571,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "62731d9f-7203-4beb-9a4b-940557bc2186", "type": "UserDataFunction", + string: '{"value": [{"id": "10008068-3f88-47ee-929e-196e1942d19c", "type": "UserDataFunction", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e4270291-b332-4146-ab5f-c33d36c70c67"}]}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -585,15 +585,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '185' + - '183' Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:20:01 GMT + - Thu, 05 Feb 2026 09:17:48 GMT Pragma: - no-cache RequestId: - - 704110d2-a5ae-4e8e-874c-9599e35d3ba4 + - 15879a7a-a668-4999-9784-38cbeacb800c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -625,7 +625,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items/62731d9f-7203-4beb-9a4b-940557bc2186/updateDefinition + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/10008068-3f88-47ee-929e-196e1942d19c/updateDefinition response: body: string: 'null' @@ -641,13 +641,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:20:01 GMT + - Thu, 05 Feb 2026 09:17:50 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/141991b0-075f-47e6-afb5-41e57da5748b + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/f3e0c4df-c895-4ea5-bab8-2567617509c7 Pragma: - no-cache RequestId: - - de286993-7f22-47e6-be2c-a8de026e7938 + - 134afa27-c7ba-4f1b-a06f-7393365e169c Retry-After: - '20' Strict-Transport-Security: @@ -661,7 +661,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - 141991b0-075f-47e6-afb5-41e57da5748b + - f3e0c4df-c895-4ea5-bab8-2567617509c7 status: code: 202 message: Accepted @@ -679,11 +679,11 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/141991b0-075f-47e6-afb5-41e57da5748b + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/f3e0c4df-c895-4ea5-bab8-2567617509c7 response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-03T09:20:02.0665496", - "lastUpdatedTimeUtc": "2026-02-03T09:20:02.3636824", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-05T09:17:50.6221052", + "lastUpdatedTimeUtc": "2026-02-05T09:17:50.7627505", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -693,17 +693,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '129' + - '128' Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:20:23 GMT + - Thu, 05 Feb 2026 09:18:12 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/141991b0-075f-47e6-afb5-41e57da5748b/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/f3e0c4df-c895-4ea5-bab8-2567617509c7/result Pragma: - no-cache RequestId: - - 87624d3f-569f-4950-848f-ec504a0a3d70 + - 9958e657-4e84-44fc-9c1f-c49482d43f5d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -711,7 +711,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - 141991b0-075f-47e6-afb5-41e57da5748b + - f3e0c4df-c895-4ea5-bab8-2567617509c7 status: code: 200 message: OK @@ -729,12 +729,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/141991b0-075f-47e6-afb5-41e57da5748b/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/f3e0c4df-c895-4ea5-bab8-2567617509c7/result response: body: - string: '{"id": "62731d9f-7203-4beb-9a4b-940557bc2186", "type": "UserDataFunction", + string: '{"id": "10008068-3f88-47ee-929e-196e1942d19c", "type": "UserDataFunction", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e4270291-b332-4146-ab5f-c33d36c70c67"}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}' headers: Access-Control-Expose-Headers: - RequestId @@ -745,11 +745,11 @@ interactions: Content-Type: - application/json Date: - - Tue, 03 Feb 2026 09:20:24 GMT + - Thu, 05 Feb 2026 09:18:12 GMT Pragma: - no-cache RequestId: - - e40e9f3f-dcb4-4245-872b-b095055faa7e + - d3fc0a28-527d-41c6-8b92-3aac0a350ee4 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -779,7 +779,7 @@ interactions: response: body: string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e4270291-b332-4146-ab5f-c33d36c70c67", + "My workspace", "description": "", "type": "Personal"}, {"id": "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -790,15 +790,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '2460' + - '2802' Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:20:26 GMT + - Thu, 05 Feb 2026 09:18:13 GMT Pragma: - no-cache RequestId: - - 969a425d-e49e-4832-a3e5-a07d41312fbb + - d2e9c99b-751d-4c9e-b5f5-9a8de0119f7b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -826,12 +826,12 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items response: body: - string: '{"value": [{"id": "62731d9f-7203-4beb-9a4b-940557bc2186", "type": "UserDataFunction", + string: '{"value": [{"id": "10008068-3f88-47ee-929e-196e1942d19c", "type": "UserDataFunction", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e4270291-b332-4146-ab5f-c33d36c70c67"}]}' + "9d87cc0b-41e2-4c24-adf9-1912f9df0ca7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -840,15 +840,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '185' + - '183' Content-Type: - application/json; charset=utf-8 Date: - - Tue, 03 Feb 2026 09:20:26 GMT + - Thu, 05 Feb 2026 09:18:14 GMT Pragma: - no-cache RequestId: - - 140ecfff-aacf-4dd2-a250-08c4bc1b9436 + - 16058d93-c11d-4156-bcad-b6375d6aeabe Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -878,7 +878,7 @@ interactions: User-Agent: - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/e4270291-b332-4146-ab5f-c33d36c70c67/items/62731d9f-7203-4beb-9a4b-940557bc2186 + uri: https://api.fabric.microsoft.com/v1/workspaces/9d87cc0b-41e2-4c24-adf9-1912f9df0ca7/items/10008068-3f88-47ee-929e-196e1942d19c response: body: string: '' @@ -894,11 +894,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Tue, 03 Feb 2026 09:20:27 GMT + - Thu, 05 Feb 2026 09:18:15 GMT Pragma: - no-cache RequestId: - - 9bd9cc32-e42b-42ab-8bbe-a866dc9eac84 + - e374af28-ee7e-4ad9-b316-8330e1334a01 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: diff --git a/tests/test_commands/test_import.py b/tests/test_commands/test_import.py index ced8b19b..27cb83e6 100644 --- a/tests/test_commands/test_import.py +++ b/tests/test_commands/test_import.py @@ -15,12 +15,19 @@ from fabric_cli.core import fab_handle_context as handle_context from fabric_cli.core.fab_types import ItemType from tests.test_commands.commands_parser import CLIExecutor +from tests.test_commands.processors import cassette_resource_counters from tests.test_commands.utils import cli_path_join new_name_index = 1 class TestImport: + + @pytest.fixture(scope="class", autouse=True) + def reset_counter(self): + cassette_resource_counters.clear() + yield + # region Parametrized Tests @pytest.mark.parametrize("item_type", [ ItemType.DATA_PIPELINE, ItemType.ENVIRONMENT, ItemType.EVENTSTREAM,