diff --git a/tests/test_commands/conftest.py b/tests/test_commands/conftest.py index 392f9e5f..18b963f9 100644 --- a/tests/test_commands/conftest.py +++ b/tests/test_commands/conftest.py @@ -267,7 +267,8 @@ def workspace(vcr_instance, test_data): workspace_name = f"{display_name}.Workspace" workspace_path = f"/{workspace_name}" - mkdir(workspace_path, params=[f"capacityName={test_data.capacity.name}"]) + mkdir(workspace_path, params=[ + f"capacityName={test_data.capacity.name}"]) yield EntityMetadata(display_name, workspace_name, workspace_path) rm(workspace_path) @@ -292,7 +293,8 @@ def _create_item( generated_name = custom_name else: # Use the test's specific recording file - generated_name = generate_random_string(vcr_instance, cassette_name) + generated_name = generate_random_string( + vcr_instance, cassette_name) item_name = f"{generated_name}.{type}" item_path = cli_path_join(path, item_name) @@ -318,7 +320,8 @@ def _create_item( @pytest.fixture def folder_factory(vcr_instance, cassette_name, workspace): # Keep track of all folders created during this test - current_config = state_config.get_config(fab_constant.FAB_FOLDER_LISTING_ENABLED) + current_config = state_config.get_config( + fab_constant.FAB_FOLDER_LISTING_ENABLED) state_config.set_config(fab_constant.FAB_FOLDER_LISTING_ENABLED, "true") created_folders = [] @@ -348,7 +351,8 @@ def _create_folder( for metadata in reversed(created_folders): rm(metadata.full_path) - state_config.set_config(fab_constant.FAB_FOLDER_LISTING_ENABLED, current_config) + state_config.set_config( + fab_constant.FAB_FOLDER_LISTING_ENABLED, current_config) @pytest.fixture @@ -374,7 +378,8 @@ def _create_virtual_item( """ generated_name = generate_random_string(vcr_instance, cassette_name) virtual_item_name = f"{generated_name}.{str(VICMap[type])}" - virtual_item_path = cli_path_join(workspace_path, str(type), virtual_item_name) + virtual_item_path = cli_path_join( + workspace_path, str(type), virtual_item_name) match type: @@ -427,7 +432,8 @@ def _create_virtual_item( mkdir(virtual_item_path, params) # Build the metadata for the created resource - metadata = EntityMetadata(generated_name, virtual_item_name, virtual_item_path) + metadata = EntityMetadata( + generated_name, virtual_item_name, virtual_item_path) if should_clean: created_virtual_items.append(metadata) return metadata @@ -457,10 +463,12 @@ def _create_workspace(special_character=None): workspace_name = f"{generated_name}.Workspace" workspace_path = f"/{workspace_name}" - mkdir(workspace_path, params=[f"capacityName={test_data.capacity.name}"]) + mkdir(workspace_path, params=[ + f"capacityName={test_data.capacity.name}"]) # Build the metadata for the created resource - metadata = EntityMetadata(generated_name, workspace_name, workspace_path) + metadata = EntityMetadata( + generated_name, workspace_name, workspace_path) created_workspaces.append(metadata) return metadata @@ -473,7 +481,9 @@ def _create_workspace(special_character=None): @pytest.fixture def virtual_workspace_item_factory( - vcr_instance, cassette_name, test_data: StaticTestData + vcr_instance, + cassette_name, + test_data: StaticTestData, ): # Keep track of all workspaces created during this test created_virtual_workspace_items = [] @@ -565,7 +575,8 @@ def delete_cassette_if_record_mode_all(vcr_instance, cassette_name): :param cassette_name: The name of the cassette file. """ if vcr_instance.record_mode == "all": - cassette_path = os.path.join(vcr_instance.cassette_library_dir, cassette_name) + cassette_path = os.path.join( + vcr_instance.cassette_library_dir, cassette_name) if os.path.exists(cassette_path): os.remove(cassette_path) @@ -673,7 +684,8 @@ def setup_config_values_for_capacity(test_data: StaticTestData): fab_default_az_location = state_config.get_config( fab_constant.FAB_DEFAULT_AZ_LOCATION ) - fab_default_az_admin = state_config.get_config(fab_constant.FAB_DEFAULT_AZ_ADMIN) + fab_default_az_admin = state_config.get_config( + fab_constant.FAB_DEFAULT_AZ_ADMIN) # Setup new values state_config.set_config( @@ -687,7 +699,8 @@ def setup_config_values_for_capacity(test_data: StaticTestData): state_config.set_config( fab_constant.FAB_DEFAULT_AZ_LOCATION, test_data.azure_location ) - state_config.set_config(fab_constant.FAB_DEFAULT_AZ_ADMIN, test_data.admin.upn) + state_config.set_config( + fab_constant.FAB_DEFAULT_AZ_ADMIN, test_data.admin.upn) yield @@ -701,7 +714,8 @@ def setup_config_values_for_capacity(test_data: StaticTestData): state_config.set_config( fab_constant.FAB_DEFAULT_AZ_LOCATION, fab_default_az_location ) - state_config.set_config(fab_constant.FAB_DEFAULT_AZ_ADMIN, fab_default_az_admin) + state_config.set_config( + fab_constant.FAB_DEFAULT_AZ_ADMIN, fab_default_az_admin) # endregion diff --git a/tests/test_commands/recordings/test_commands/test_cp/class_setup.yaml b/tests/test_commands/recordings/test_commands/test_cp/class_setup.yaml index ed1b5c6e..afa05bbe 100644 --- a/tests/test_commands/recordings/test_commands/test_cp/class_setup.yaml +++ b/tests/test_commands/recordings/test_commands/test_cp/class_setup.yaml @@ -11,7 +11,7 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli/1.1.0 (None; Linux; x86_64; 5.15.167.4-microsoft-standard-WSL2) + - 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: - - '818' + - '2771' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:13:58 GMT + - Fri, 06 Feb 2026 07:06:19 GMT Pragma: - no-cache RequestId: - - 2102248d-7c3d-48dc-b9d0-6c9a88056ae0 + - 3aab06b8-f3d5-4db2-a228-3f01423767b3 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.1.0 (None; Linux; x86_64; 5.15.167.4-microsoft-standard-WSL2) + - 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: - - '818' + - '2771' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:14:00 GMT + - Fri, 06 Feb 2026 07:06:20 GMT Pragma: - no-cache RequestId: - - 9b6586f5-b38c-4aa4-a620-eeb9e6b804a0 + - 3285752a-c344-4be1-b840-f41c57a840e3 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.1.0 (None; Linux; x86_64; 5.15.167.4-microsoft-standard-WSL2) + - 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": "F16", "region": "Central US", "state": "Active"}]}' headers: Access-Control-Expose-Headers: @@ -125,15 +125,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '271' + - '424' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:14:05 GMT + - Fri, 06 Feb 2026 07:06:26 GMT Pragma: - no-cache RequestId: - - a7eb91ea-ff9c-4274-94ad-7ba1fb12d12c + - fc025862-a234-452f-b8d0-8bda23984394 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.1.0 (None; Linux; x86_64; 5.15.167.4-microsoft-standard-WSL2) + - 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": "08bfc868-2a78-49cd-a320-0ae9101a5ab1", "displayName": "fabriccli_WorkspacePerTestclass_000001", + string: '{"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "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' + - '186' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:14:12 GMT + - Fri, 06 Feb 2026 07:06:33 GMT Location: - - https://api.fabric.microsoft.com/v1/workspaces/08bfc868-2a78-49cd-a320-0ae9101a5ab1 + - https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897 Pragma: - no-cache RequestId: - - aca72272-d3d6-4707-9a11-eefc668666c6 + - 7a758e47-2adf-48da-aebf-0043feb0485d 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.1.0 (cp; Linux; x86_64; 5.15.167.4-microsoft-standard-WSL2) + - ms-fabric-cli/1.3.1 (cp; 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": "08bfc868-2a78-49cd-a320-0ae9101a5ab1", + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "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: - - '853' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:15:53 GMT + - Fri, 06 Feb 2026 08:40:01 GMT Pragma: - no-cache RequestId: - - 4bbc73b7-edb2-4065-aa56-3e41f4fd802e + - d99b7bb5-50ec-42bc-bef9-0a1ed567c414 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.1.0 (cp; Linux; x86_64; 5.15.167.4-microsoft-standard-WSL2) + - ms-fabric-cli/1.3.1 (cp; Linux; x86_64; 6.6.87.2-microsoft-standard-WSL2) method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/08bfc868-2a78-49cd-a320-0ae9101a5ab1/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: string: '{"value": []}' @@ -282,11 +282,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:15:53 GMT + - Fri, 06 Feb 2026 08:40:01 GMT Pragma: - no-cache RequestId: - - d6ce2c38-affb-42c8-8a00-806f57ecd641 + - a09eadfa-11df-42d9-9aec-7e811e8c6a23 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.1.0 (cp; Linux; x86_64; 5.15.167.4-microsoft-standard-WSL2) + - ms-fabric-cli/1.3.1 (cp; Linux; x86_64; 6.6.87.2-microsoft-standard-WSL2) method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/08bfc868-2a78-49cd-a320-0ae9101a5ab1 + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897 response: body: string: '' @@ -332,11 +332,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 29 Sep 2025 17:15:53 GMT + - Fri, 06 Feb 2026 08:40:02 GMT Pragma: - no-cache RequestId: - - 99b1c9e4-0b03-4f94-881b-4f01dca557fd + - 3f0b7838-1987-449f-92f8-3bdab6296f6c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: diff --git a/tests/test_commands/recordings/test_commands/test_cp/test_cp_folder_to_existing_folder_success.yaml b/tests/test_commands/recordings/test_commands/test_cp/test_cp_folder_to_existing_folder_success.yaml index cc24fcc2..cc6f3d58 100644 --- a/tests/test_commands/recordings/test_commands/test_cp/test_cp_folder_to_existing_folder_success.yaml +++ b/tests/test_commands/recordings/test_commands/test_cp/test_cp_folder_to_existing_folder_success.yaml @@ -11,13 +11,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "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: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:33:48 GMT + - Fri, 06 Feb 2026 07:59:17 GMT Pragma: - no-cache RequestId: - - 1f12f55e-3636-43c4-b9f9-bfb941d07f05 + - 45bc2f31-ca01-405c-9fca-13ea28dc600f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -44,7 +44,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -62,13 +62,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -79,15 +79,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:33:49 GMT + - Fri, 06 Feb 2026 07:59:18 GMT Pragma: - no-cache RequestId: - - 7396d600-9e2b-486f-8da7-40f9b54428c3 + - 7d9e0d50-46d4-4a5d-b021-4a907ea11478 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -95,7 +95,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -113,13 +113,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 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": "F16", "region": "West Europe", "state": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": "Active"}]}' headers: Access-Control-Expose-Headers: @@ -129,15 +129,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '456' + - '424' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:33:54 GMT + - Fri, 06 Feb 2026 07:59:23 GMT Pragma: - no-cache RequestId: - - 0a5502df-7abb-422d-9e8e-89462d71037a + - 5bc64e1a-dc87-49d3-ae15-2770287fff9c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -145,7 +145,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -166,12 +166,12 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"id": "9dec5c8f-95f0-4a26-85dc-87a0d4cef713", "displayName": "fabcli000001", + string: '{"id": "07ad6b91-6dbb-4498-be4b-491db8fd6e31", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' headers: Access-Control-Expose-Headers: @@ -185,13 +185,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:34:02 GMT + - Fri, 06 Feb 2026 07:59:30 GMT Location: - - https://api.fabric.microsoft.com/v1/workspaces/9dec5c8f-95f0-4a26-85dc-87a0d4cef713 + - https://api.fabric.microsoft.com/v1/workspaces/07ad6b91-6dbb-4498-be4b-491db8fd6e31 Pragma: - no-cache RequestId: - - d59b8256-a3bb-4189-87c7-522c61517b7e + - 6bb45377-38ab-4813-9e0a-da82980e158d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -199,7 +199,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -217,16 +217,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "9dec5c8f-95f0-4a26-85dc-87a0d4cef713", "displayName": "fabcli000001", + {"id": "07ad6b91-6dbb-4498-be4b-491db8fd6e31", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -236,15 +236,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '602' + - '2843' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:34:02 GMT + - Fri, 06 Feb 2026 07:59:32 GMT Pragma: - no-cache RequestId: - - 22f77df3-5a98-4341-ad79-304a321347c9 + - 9293cea6-fa02-4cef-9e88-10459e2ed68c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -252,7 +252,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -270,16 +270,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "9dec5c8f-95f0-4a26-85dc-87a0d4cef713", "displayName": "fabcli000001", + {"id": "07ad6b91-6dbb-4498-be4b-491db8fd6e31", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -289,15 +289,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '602' + - '2843' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:34:02 GMT + - Fri, 06 Feb 2026 07:59:32 GMT Pragma: - no-cache RequestId: - - b8773aba-fc33-4a1d-a28e-a1f894c7c17a + - d54a9e07-f591-499c-8a6c-2fa87e0acf4a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -305,7 +305,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -323,13 +323,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 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": "F16", "region": "West Europe", "state": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": "Active"}]}' headers: Access-Control-Expose-Headers: @@ -339,15 +339,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '456' + - '425' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:34:06 GMT + - Fri, 06 Feb 2026 07:59:38 GMT Pragma: - no-cache RequestId: - - 19da6b60-9009-469b-b5b2-c4ab6fec8566 + - a7f2ea7e-8136-4e5c-896f-2068e4f48384 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -355,7 +355,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -376,12 +376,12 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"id": "3a08fc36-e856-4734-84ce-35b53c055aba", "displayName": "fabcli000002", + string: '{"id": "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' headers: Access-Control-Expose-Headers: @@ -391,17 +391,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '165' + - '167' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:34:14 GMT + - Fri, 06 Feb 2026 07:59:47 GMT Location: - - https://api.fabric.microsoft.com/v1/workspaces/3a08fc36-e856-4734-84ce-35b53c055aba + - https://api.fabric.microsoft.com/v1/workspaces/2b46dd8b-6a28-4767-8993-0e5e13fe9d6d Pragma: - no-cache RequestId: - - 646082e8-fb17-4c31-9914-ca16383048be + - 03c7055a-08c6-405c-a36d-71aa7118a64e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -409,7 +409,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -427,18 +427,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "9dec5c8f-95f0-4a26-85dc-87a0d4cef713", "displayName": "fabcli000001", + {"id": "07ad6b91-6dbb-4498-be4b-491db8fd6e31", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "3a08fc36-e856-4734-84ce-35b53c055aba", "displayName": "fabcli000002", + {"id": "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -448,15 +448,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '635' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:34:15 GMT + - Fri, 06 Feb 2026 07:59:47 GMT Pragma: - no-cache RequestId: - - dc317daa-eeb5-43b0-807d-a90e6df514d4 + - 6f2dfcdd-f29e-4d67-ab5f-e11c619b5461 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -464,7 +464,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -482,9 +482,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9dec5c8f-95f0-4a26-85dc-87a0d4cef713/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/07ad6b91-6dbb-4498-be4b-491db8fd6e31/folders?recursive=True response: body: string: '{"value": []}' @@ -500,11 +500,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:34:15 GMT + - Fri, 06 Feb 2026 07:59:48 GMT Pragma: - no-cache RequestId: - - 0e47f8ae-6e91-431a-aa07-594cd3aa0e1f + - 5d69be79-50b0-4e51-912a-14d14dde28fc Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -512,7 +512,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -530,9 +530,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9dec5c8f-95f0-4a26-85dc-87a0d4cef713/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/07ad6b91-6dbb-4498-be4b-491db8fd6e31/folders?recursive=True response: body: string: '{"value": []}' @@ -548,11 +548,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:34:15 GMT + - Fri, 06 Feb 2026 07:59:50 GMT Pragma: - no-cache RequestId: - - e0f67406-21ae-4221-ba3e-b8ebe7eecebc + - 9ed88926-a431-4786-ac08-eac1229259bc Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -560,7 +560,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -580,13 +580,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/9dec5c8f-95f0-4a26-85dc-87a0d4cef713/folders + uri: https://api.fabric.microsoft.com/v1/workspaces/07ad6b91-6dbb-4498-be4b-491db8fd6e31/folders response: body: - string: '{"id": "fad0b0fe-2348-49de-83c6-e2fe58c61642", "displayName": "fabcli000003", - "workspaceId": "9dec5c8f-95f0-4a26-85dc-87a0d4cef713"}' + string: '{"id": "9f2958f1-445e-40eb-b383-b15d4033e88d", "displayName": "fabcli000003", + "workspaceId": "07ad6b91-6dbb-4498-be4b-491db8fd6e31"}' headers: Access-Control-Expose-Headers: - RequestId,Location @@ -595,17 +595,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '131' + - '132' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:34:15 GMT + - Fri, 06 Feb 2026 07:59:51 GMT Location: - - https://api.fabric.microsoft.com/v1/workspaces/9dec5c8f-95f0-4a26-85dc-87a0d4cef713/folders/fad0b0fe-2348-49de-83c6-e2fe58c61642 + - https://api.fabric.microsoft.com/v1/workspaces/07ad6b91-6dbb-4498-be4b-491db8fd6e31/folders/9f2958f1-445e-40eb-b383-b15d4033e88d Pragma: - no-cache RequestId: - - ebec60d0-3e9f-4ea7-a98f-81be203ade3c + - 26dc4e75-cfd7-4df4-9e59-cb9b9fd85660 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -613,7 +613,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -631,18 +631,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "9dec5c8f-95f0-4a26-85dc-87a0d4cef713", "displayName": "fabcli000001", + {"id": "07ad6b91-6dbb-4498-be4b-491db8fd6e31", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "3a08fc36-e856-4734-84ce-35b53c055aba", "displayName": "fabcli000002", + {"id": "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -652,15 +652,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '635' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:34:15 GMT + - Fri, 06 Feb 2026 07:59:51 GMT Pragma: - no-cache RequestId: - - cdeb9189-7f5a-41bd-80a7-484ad30d86c5 + - 7ce155da-ce1e-4d37-854b-08b8d2f04383 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -668,7 +668,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -686,9 +686,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/3a08fc36-e856-4734-84ce-35b53c055aba/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/2b46dd8b-6a28-4767-8993-0e5e13fe9d6d/folders?recursive=True response: body: string: '{"value": []}' @@ -704,11 +704,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:34:15 GMT + - Fri, 06 Feb 2026 07:59:52 GMT Pragma: - no-cache RequestId: - - eee4d664-4440-469d-bac6-810a14010baf + - 8f82f525-57b3-4fdc-9407-7a3a3ddc43ac Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -716,7 +716,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -734,9 +734,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/3a08fc36-e856-4734-84ce-35b53c055aba/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/2b46dd8b-6a28-4767-8993-0e5e13fe9d6d/folders?recursive=True response: body: string: '{"value": []}' @@ -752,11 +752,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:34:16 GMT + - Fri, 06 Feb 2026 07:59:53 GMT Pragma: - no-cache RequestId: - - 73315b1b-cff1-4424-a5cc-e642f5244b5e + - f432d9ce-5298-40f0-8a17-7c45864ad8c2 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -764,7 +764,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -784,13 +784,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/3a08fc36-e856-4734-84ce-35b53c055aba/folders + uri: https://api.fabric.microsoft.com/v1/workspaces/2b46dd8b-6a28-4767-8993-0e5e13fe9d6d/folders response: body: - string: '{"id": "bc30421a-20f9-4273-b373-ab7f72ac150d", "displayName": "fabcli000004", - "workspaceId": "3a08fc36-e856-4734-84ce-35b53c055aba"}' + string: '{"id": "484b68e2-05f9-4fb7-8756-526b3d356774", "displayName": "fabcli000004", + "workspaceId": "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d"}' headers: Access-Control-Expose-Headers: - RequestId,Location @@ -799,17 +799,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '131' + - '133' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:34:16 GMT + - Fri, 06 Feb 2026 07:59:54 GMT Location: - - https://api.fabric.microsoft.com/v1/workspaces/3a08fc36-e856-4734-84ce-35b53c055aba/folders/bc30421a-20f9-4273-b373-ab7f72ac150d + - https://api.fabric.microsoft.com/v1/workspaces/2b46dd8b-6a28-4767-8993-0e5e13fe9d6d/folders/484b68e2-05f9-4fb7-8756-526b3d356774 Pragma: - no-cache RequestId: - - 1e7fbbbb-5d1d-4507-93b5-67c06c3d442f + - 6d6a1723-3d88-4f58-8192-af137235d471 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -817,7 +817,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -835,18 +835,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "9dec5c8f-95f0-4a26-85dc-87a0d4cef713", "displayName": "fabcli000001", + {"id": "07ad6b91-6dbb-4498-be4b-491db8fd6e31", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "3a08fc36-e856-4734-84ce-35b53c055aba", "displayName": "fabcli000002", + {"id": "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -856,15 +856,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '635' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:34:16 GMT + - Fri, 06 Feb 2026 07:59:55 GMT Pragma: - no-cache RequestId: - - 0f0f387c-2ceb-4ad2-9d5e-d05f6fbb8631 + - fb6a9c7c-f855-4aab-8517-7cad722b63bd Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -872,7 +872,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -890,13 +890,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9dec5c8f-95f0-4a26-85dc-87a0d4cef713/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/07ad6b91-6dbb-4498-be4b-491db8fd6e31/folders?recursive=True response: body: - string: '{"value": [{"id": "fad0b0fe-2348-49de-83c6-e2fe58c61642", "displayName": - "fabcli000003", "workspaceId": "9dec5c8f-95f0-4a26-85dc-87a0d4cef713"}]}' + string: '{"value": [{"id": "9f2958f1-445e-40eb-b383-b15d4033e88d", "displayName": + "fabcli000003", "workspaceId": "07ad6b91-6dbb-4498-be4b-491db8fd6e31"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -909,11 +909,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:34:16 GMT + - Fri, 06 Feb 2026 07:59:55 GMT Pragma: - no-cache RequestId: - - 7504172a-2f63-4b33-8c0f-c9fb1be3d7c2 + - af5d6dac-57a0-4819-916e-6f736b9b3e5d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -921,7 +921,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -939,9 +939,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9dec5c8f-95f0-4a26-85dc-87a0d4cef713/items + uri: https://api.fabric.microsoft.com/v1/workspaces/07ad6b91-6dbb-4498-be4b-491db8fd6e31/items response: body: string: '{"value": []}' @@ -957,11 +957,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:34:17 GMT + - Fri, 06 Feb 2026 07:59:56 GMT Pragma: - no-cache RequestId: - - dbc9010a-3138-48ce-8e28-dcb398c1329e + - 9a61658f-8090-4b46-8978-699758cde06e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -969,7 +969,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -987,9 +987,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9dec5c8f-95f0-4a26-85dc-87a0d4cef713/items + uri: https://api.fabric.microsoft.com/v1/workspaces/07ad6b91-6dbb-4498-be4b-491db8fd6e31/items response: body: string: '{"value": []}' @@ -1005,11 +1005,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:34:17 GMT + - Fri, 06 Feb 2026 07:59:57 GMT Pragma: - no-cache RequestId: - - 54af6ca3-9d52-4ffe-bc58-62118132f039 + - 994e47a6-3d7a-4029-94c1-b55b6988ac80 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1017,7 +1017,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1025,7 +1025,7 @@ interactions: message: OK - request: body: '{"description": "Created by fab", "displayName": "fabcli000005", "type": - "Notebook", "folderId": "fad0b0fe-2348-49de-83c6-e2fe58c61642", "definition": + "Notebook", "folderId": "9f2958f1-445e-40eb-b383-b15d4033e88d", "definition": {"parts": [{"path": "notebook-content.py", "payload": "IyBGYWJyaWMgbm90ZWJvb2sgc291cmNlCgojIE1FVEFEQVRBICoqKioqKioqKioqKioqKioqKioqCgojIE1FVEEgewojIE1FVEEgICAia2VybmVsX2luZm8iOiB7CiMgTUVUQSAgICAgIm5hbWUiOiAic3luYXBzZV9weXNwYXJrIgojIE1FVEEgICB9LAojIE1FVEEgICAiZGVwZW5kZW5jaWVzIjoge30KIyBNRVRBIH0KCiMgQ0VMTCAqKioqKioqKioqKioqKioqKioqKgoKIyBXZWxjb21lIHRvIHlvdXIgbmV3IG5vdGVib29rCiMgVHlwZSBoZXJlIGluIHRoZSBjZWxsIGVkaXRvciB0byBhZGQgY29kZSEKCgojIE1FVEFEQVRBICoqKioqKioqKioqKioqKioqKioqCgojIE1FVEEgewojIE1FVEEgICAibGFuZ3VhZ2UiOiAicHl0aG9uIiwKIyBNRVRBICAgImxhbmd1YWdlX2dyb3VwIjogInN5bmFwc2VfcHlzcGFyayIKIyBNRVRBIH0K", "payloadType": "InlineBase64"}]}}' headers: @@ -1040,9 +1040,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/9dec5c8f-95f0-4a26-85dc-87a0d4cef713/notebooks + uri: https://api.fabric.microsoft.com/v1/workspaces/07ad6b91-6dbb-4498-be4b-491db8fd6e31/notebooks response: body: string: 'null' @@ -1058,15 +1058,15 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:34:18 GMT + - Fri, 06 Feb 2026 07:59:59 GMT ETag: - '""' Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/e3c4722b-b405-467f-b8f8-f9317af6f4a3 + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/04b67ce8-5b0e-4a3b-b80c-942535c9229b Pragma: - no-cache RequestId: - - 1d931902-1b4d-4711-981b-5ebb831b35d4 + - ed2ffe9d-91ff-4167-a9ee-e12e8286837e Retry-After: - '20' Strict-Transport-Security: @@ -1076,11 +1076,11 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' x-ms-operation-id: - - e3c4722b-b405-467f-b8f8-f9317af6f4a3 + - 04b67ce8-5b0e-4a3b-b80c-942535c9229b status: code: 202 message: Accepted @@ -1096,13 +1096,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/e3c4722b-b405-467f-b8f8-f9317af6f4a3 + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/04b67ce8-5b0e-4a3b-b80c-942535c9229b response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2025-09-08T14:34:17.9344512", - "lastUpdatedTimeUtc": "2025-09-08T14:34:19.7157314", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-06T07:59:59.3002828", + "lastUpdatedTimeUtc": "2026-02-06T08:00:01.0974537", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -1112,17 +1112,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '131' + - '134' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:34:38 GMT + - Fri, 06 Feb 2026 08:00:22 GMT Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/e3c4722b-b405-467f-b8f8-f9317af6f4a3/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/04b67ce8-5b0e-4a3b-b80c-942535c9229b/result Pragma: - no-cache RequestId: - - 48a6de59-cea3-44a1-acd0-b7d473b2ed0d + - 74c7f1db-74a4-436c-88bf-45f2c2c130bd Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1130,7 +1130,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - e3c4722b-b405-467f-b8f8-f9317af6f4a3 + - 04b67ce8-5b0e-4a3b-b80c-942535c9229b status: code: 200 message: OK @@ -1146,14 +1146,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/e3c4722b-b405-467f-b8f8-f9317af6f4a3/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/04b67ce8-5b0e-4a3b-b80c-942535c9229b/result response: body: - string: '{"id": "3d24a88b-75d9-4892-b014-f6c36b7a3334", "type": "Notebook", + string: '{"id": "5fec321a-312f-408c-bcf6-b04fbe4d1e9d", "type": "Notebook", "displayName": "fabcli000005", "description": "Created by fab", "workspaceId": - "9dec5c8f-95f0-4a26-85dc-87a0d4cef713", "folderId": "fad0b0fe-2348-49de-83c6-e2fe58c61642"}' + "07ad6b91-6dbb-4498-be4b-491db8fd6e31", "folderId": "9f2958f1-445e-40eb-b383-b15d4033e88d"}' headers: Access-Control-Expose-Headers: - RequestId @@ -1164,11 +1164,11 @@ interactions: Content-Type: - application/json Date: - - Mon, 08 Sep 2025 14:34:39 GMT + - Fri, 06 Feb 2026 08:00:23 GMT Pragma: - no-cache RequestId: - - 2b6e229c-c2b3-4f5d-81b0-faca6feae530 + - ec971ce3-9de1-4564-96ea-f67b24ec9971 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -1192,18 +1192,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "9dec5c8f-95f0-4a26-85dc-87a0d4cef713", "displayName": "fabcli000001", + {"id": "07ad6b91-6dbb-4498-be4b-491db8fd6e31", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "3a08fc36-e856-4734-84ce-35b53c055aba", "displayName": "fabcli000002", + {"id": "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -1213,15 +1213,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '635' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:34:38 GMT + - Fri, 06 Feb 2026 08:00:24 GMT Pragma: - no-cache RequestId: - - 2d98df2e-a5ff-494a-804d-4f6dfc1f2d87 + - d4910b3d-9a07-417b-9f30-52f38f955f98 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1229,7 +1229,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1247,13 +1247,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9dec5c8f-95f0-4a26-85dc-87a0d4cef713/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/07ad6b91-6dbb-4498-be4b-491db8fd6e31/folders?recursive=True response: body: - string: '{"value": [{"id": "fad0b0fe-2348-49de-83c6-e2fe58c61642", "displayName": - "fabcli000003", "workspaceId": "9dec5c8f-95f0-4a26-85dc-87a0d4cef713"}]}' + string: '{"value": [{"id": "9f2958f1-445e-40eb-b383-b15d4033e88d", "displayName": + "fabcli000003", "workspaceId": "07ad6b91-6dbb-4498-be4b-491db8fd6e31"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1266,11 +1266,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:34:38 GMT + - Fri, 06 Feb 2026 08:00:25 GMT Pragma: - no-cache RequestId: - - a7b08faa-21ed-4911-8f1a-10d72f09845b + - 96bd8721-a336-4e23-959c-30c6bf17da59 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1278,7 +1278,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1296,18 +1296,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "9dec5c8f-95f0-4a26-85dc-87a0d4cef713", "displayName": "fabcli000001", + {"id": "07ad6b91-6dbb-4498-be4b-491db8fd6e31", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "3a08fc36-e856-4734-84ce-35b53c055aba", "displayName": "fabcli000002", + {"id": "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -1317,15 +1317,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '635' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:34:39 GMT + - Fri, 06 Feb 2026 08:00:25 GMT Pragma: - no-cache RequestId: - - 9a94f8a6-67f2-460b-acb9-2a32e1c1537e + - 133fb794-6ce3-4733-8bfe-1735af09c0cd Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1333,7 +1333,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1351,53 +1351,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/3a08fc36-e856-4734-84ce-35b53c055aba/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/2b46dd8b-6a28-4767-8993-0e5e13fe9d6d/folders?recursive=True response: body: - string: '{"requestId": "d15f3905-b916-4f30-875d-6a9300a96a9e", "errorCode": - "RequestBlocked", "message": "Request is blocked by the upstream service until: - 9/8/2025 2:34:47 PM (UTC)"}' - headers: - Content-Length: - - '169' - Content-Type: - - application/json; charset=utf-8 - Date: - - Mon, 08 Sep 2025 14:34:39 GMT - RequestId: - - d15f3905-b916-4f30-875d-6a9300a96a9e - Retry-After: - - '8' - home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ - request-redirected: - - 'true' - x-ms-public-api-error-code: - - RequestBlocked - status: - code: 429 - message: '' -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Type: - - application/json - User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 - method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/3a08fc36-e856-4734-84ce-35b53c055aba/folders?recursive=True - response: - body: - string: '{"value": [{"id": "bc30421a-20f9-4273-b373-ab7f72ac150d", "displayName": - "fabcli000004", "workspaceId": "3a08fc36-e856-4734-84ce-35b53c055aba"}]}' + string: '{"value": [{"id": "484b68e2-05f9-4fb7-8756-526b3d356774", "displayName": + "fabcli000004", "workspaceId": "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1406,15 +1366,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '143' + - '145' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:34:47 GMT + - Fri, 06 Feb 2026 08:00:25 GMT Pragma: - no-cache RequestId: - - 8046784c-b9c7-496c-a72b-eb7869b42e72 + - ceed46ed-bded-4179-b611-22eb39aa2dd7 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1422,7 +1382,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1440,18 +1400,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "9dec5c8f-95f0-4a26-85dc-87a0d4cef713", "displayName": "fabcli000001", + {"id": "07ad6b91-6dbb-4498-be4b-491db8fd6e31", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "3a08fc36-e856-4734-84ce-35b53c055aba", "displayName": "fabcli000002", + {"id": "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -1461,15 +1421,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '635' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:34:47 GMT + - Fri, 06 Feb 2026 08:00:26 GMT Pragma: - no-cache RequestId: - - 89d1e58d-63a3-4a2a-ab60-f7ca4cc9c3e2 + - 6964f19c-68f7-4aa4-acb3-40b06509aeee Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1477,7 +1437,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1495,13 +1455,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/3a08fc36-e856-4734-84ce-35b53c055aba/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/2b46dd8b-6a28-4767-8993-0e5e13fe9d6d/folders?recursive=True response: body: - string: '{"value": [{"id": "bc30421a-20f9-4273-b373-ab7f72ac150d", "displayName": - "fabcli000004", "workspaceId": "3a08fc36-e856-4734-84ce-35b53c055aba"}]}' + string: '{"value": [{"id": "484b68e2-05f9-4fb7-8756-526b3d356774", "displayName": + "fabcli000004", "workspaceId": "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1510,15 +1470,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '143' + - '145' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:34:47 GMT + - Fri, 06 Feb 2026 08:00:27 GMT Pragma: - no-cache RequestId: - - 60eb32e2-4bda-4620-abfe-4f12fa6ac69c + - 18e67f5c-1862-4120-969f-61373897163d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1526,7 +1486,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1544,13 +1504,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/3a08fc36-e856-4734-84ce-35b53c055aba/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/2b46dd8b-6a28-4767-8993-0e5e13fe9d6d/folders?recursive=True response: body: - string: '{"value": [{"id": "bc30421a-20f9-4273-b373-ab7f72ac150d", "displayName": - "fabcli000004", "workspaceId": "3a08fc36-e856-4734-84ce-35b53c055aba"}]}' + string: '{"value": [{"id": "484b68e2-05f9-4fb7-8756-526b3d356774", "displayName": + "fabcli000004", "workspaceId": "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1559,15 +1519,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '143' + - '145' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:34:48 GMT + - Fri, 06 Feb 2026 08:00:27 GMT Pragma: - no-cache RequestId: - - e6f85822-3494-41d9-9ba4-c19d4e54bd2c + - 218cca87-465c-493b-9b5d-229f0d1a9a38 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1575,7 +1535,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1593,13 +1553,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/3a08fc36-e856-4734-84ce-35b53c055aba/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/2b46dd8b-6a28-4767-8993-0e5e13fe9d6d/folders?recursive=True response: body: - string: '{"value": [{"id": "bc30421a-20f9-4273-b373-ab7f72ac150d", "displayName": - "fabcli000004", "workspaceId": "3a08fc36-e856-4734-84ce-35b53c055aba"}]}' + string: '{"value": [{"id": "484b68e2-05f9-4fb7-8756-526b3d356774", "displayName": + "fabcli000004", "workspaceId": "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1608,15 +1568,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '143' + - '145' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:34:48 GMT + - Fri, 06 Feb 2026 08:00:28 GMT Pragma: - no-cache RequestId: - - 15aa94b6-f1f8-4eaf-a373-dc0b13e6535b + - 0e6bea5c-1dd4-451e-b87f-3f77776c0095 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1624,7 +1584,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1632,7 +1592,7 @@ interactions: message: OK - request: body: '{"description": "Created by fab", "displayName": "fabcli000003", "parentFolderId": - "bc30421a-20f9-4273-b373-ab7f72ac150d"}' + "484b68e2-05f9-4fb7-8756-526b3d356774"}' headers: Accept: - '*/*' @@ -1645,13 +1605,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/3a08fc36-e856-4734-84ce-35b53c055aba/folders + uri: https://api.fabric.microsoft.com/v1/workspaces/2b46dd8b-6a28-4767-8993-0e5e13fe9d6d/folders response: body: - string: '{"id": "514c6a52-9fff-480c-8203-28d9bf862081", "displayName": "fabcli000003", - "parentFolderId": "bc30421a-20f9-4273-b373-ab7f72ac150d", "workspaceId": "3a08fc36-e856-4734-84ce-35b53c055aba"}' + string: '{"id": "2419af10-a86b-4f18-bf9c-5cb056291f68", "displayName": "fabcli000003", + "parentFolderId": "484b68e2-05f9-4fb7-8756-526b3d356774", "workspaceId": "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d"}' headers: Access-Control-Expose-Headers: - RequestId,Location @@ -1660,17 +1620,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '168' + - '167' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:34:48 GMT + - Fri, 06 Feb 2026 08:00:29 GMT Location: - - https://api.fabric.microsoft.com/v1/workspaces/3a08fc36-e856-4734-84ce-35b53c055aba/folders/514c6a52-9fff-480c-8203-28d9bf862081 + - https://api.fabric.microsoft.com/v1/workspaces/2b46dd8b-6a28-4767-8993-0e5e13fe9d6d/folders/2419af10-a86b-4f18-bf9c-5cb056291f68 Pragma: - no-cache RequestId: - - 0dbf9df3-379f-46fc-acb2-724b16f4013d + - 0ca36194-4082-47e5-a291-1a1458a73820 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1678,7 +1638,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1696,14 +1656,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9dec5c8f-95f0-4a26-85dc-87a0d4cef713/items + uri: https://api.fabric.microsoft.com/v1/workspaces/07ad6b91-6dbb-4498-be4b-491db8fd6e31/items response: body: - string: '{"value": [{"id": "3d24a88b-75d9-4892-b014-f6c36b7a3334", "type": "Notebook", + string: '{"value": [{"id": "5fec321a-312f-408c-bcf6-b04fbe4d1e9d", "type": "Notebook", "displayName": "fabcli000005", "description": "Created by fab", "workspaceId": - "9dec5c8f-95f0-4a26-85dc-87a0d4cef713", "folderId": "fad0b0fe-2348-49de-83c6-e2fe58c61642"}]}' + "07ad6b91-6dbb-4498-be4b-491db8fd6e31", "folderId": "9f2958f1-445e-40eb-b383-b15d4033e88d"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1712,15 +1672,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '210' + - '208' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:34:48 GMT + - Fri, 06 Feb 2026 08:00:29 GMT Pragma: - no-cache RequestId: - - e816839f-dccf-4895-ac46-4706d31133e1 + - f8757eb7-7f2a-4c1b-92f9-793b538ab316 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1728,7 +1688,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1746,13 +1706,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9dec5c8f-95f0-4a26-85dc-87a0d4cef713/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/07ad6b91-6dbb-4498-be4b-491db8fd6e31/folders?recursive=True response: body: - string: '{"value": [{"id": "fad0b0fe-2348-49de-83c6-e2fe58c61642", "displayName": - "fabcli000003", "workspaceId": "9dec5c8f-95f0-4a26-85dc-87a0d4cef713"}]}' + string: '{"value": [{"id": "9f2958f1-445e-40eb-b383-b15d4033e88d", "displayName": + "fabcli000003", "workspaceId": "07ad6b91-6dbb-4498-be4b-491db8fd6e31"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1765,11 +1725,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:34:49 GMT + - Fri, 06 Feb 2026 08:00:31 GMT Pragma: - no-cache RequestId: - - 90b25620-1f0d-4afe-a065-f18c34c29e8d + - 99188d68-e629-467d-a0ff-6a5f086d1a19 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1777,7 +1737,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1795,13 +1755,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9dec5c8f-95f0-4a26-85dc-87a0d4cef713/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/07ad6b91-6dbb-4498-be4b-491db8fd6e31/folders?recursive=True response: body: - string: '{"value": [{"id": "fad0b0fe-2348-49de-83c6-e2fe58c61642", "displayName": - "fabcli000003", "workspaceId": "9dec5c8f-95f0-4a26-85dc-87a0d4cef713"}]}' + string: '{"value": [{"id": "9f2958f1-445e-40eb-b383-b15d4033e88d", "displayName": + "fabcli000003", "workspaceId": "07ad6b91-6dbb-4498-be4b-491db8fd6e31"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1814,11 +1774,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:34:49 GMT + - Fri, 06 Feb 2026 08:00:31 GMT Pragma: - no-cache RequestId: - - f273b221-e415-4618-8e12-0cc73cd354b7 + - cd9689e4-5a32-4d9a-8239-49b4054ccef7 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1826,7 +1786,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1844,14 +1804,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9dec5c8f-95f0-4a26-85dc-87a0d4cef713/items + uri: https://api.fabric.microsoft.com/v1/workspaces/07ad6b91-6dbb-4498-be4b-491db8fd6e31/items response: body: - string: '{"value": [{"id": "3d24a88b-75d9-4892-b014-f6c36b7a3334", "type": "Notebook", + string: '{"value": [{"id": "5fec321a-312f-408c-bcf6-b04fbe4d1e9d", "type": "Notebook", "displayName": "fabcli000005", "description": "Created by fab", "workspaceId": - "9dec5c8f-95f0-4a26-85dc-87a0d4cef713", "folderId": "fad0b0fe-2348-49de-83c6-e2fe58c61642"}]}' + "07ad6b91-6dbb-4498-be4b-491db8fd6e31", "folderId": "9f2958f1-445e-40eb-b383-b15d4033e88d"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1860,15 +1820,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '210' + - '208' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:34:48 GMT + - Fri, 06 Feb 2026 08:00:32 GMT Pragma: - no-cache RequestId: - - f10387f2-aa71-4f6f-a1c1-3292d91aa087 + - c0661e75-6638-451f-bfc7-4dabb51cebf8 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1876,7 +1836,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1894,13 +1854,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9dec5c8f-95f0-4a26-85dc-87a0d4cef713/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/07ad6b91-6dbb-4498-be4b-491db8fd6e31/folders?recursive=True response: body: - string: '{"value": [{"id": "fad0b0fe-2348-49de-83c6-e2fe58c61642", "displayName": - "fabcli000003", "workspaceId": "9dec5c8f-95f0-4a26-85dc-87a0d4cef713"}]}' + string: '{"value": [{"id": "9f2958f1-445e-40eb-b383-b15d4033e88d", "displayName": + "fabcli000003", "workspaceId": "07ad6b91-6dbb-4498-be4b-491db8fd6e31"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1913,11 +1873,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:34:49 GMT + - Fri, 06 Feb 2026 08:00:33 GMT Pragma: - no-cache RequestId: - - a52c2405-aaa0-40dc-935c-733f7607af2c + - 18003da9-afa2-440d-b7b3-39474b1368bd Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1925,7 +1885,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1943,13 +1903,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9dec5c8f-95f0-4a26-85dc-87a0d4cef713/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/07ad6b91-6dbb-4498-be4b-491db8fd6e31/folders?recursive=True response: body: - string: '{"value": [{"id": "fad0b0fe-2348-49de-83c6-e2fe58c61642", "displayName": - "fabcli000003", "workspaceId": "9dec5c8f-95f0-4a26-85dc-87a0d4cef713"}]}' + string: '{"value": [{"id": "9f2958f1-445e-40eb-b383-b15d4033e88d", "displayName": + "fabcli000003", "workspaceId": "07ad6b91-6dbb-4498-be4b-491db8fd6e31"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1962,11 +1922,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:34:48 GMT + - Fri, 06 Feb 2026 08:00:34 GMT Pragma: - no-cache RequestId: - - f5b0c268-8674-496d-b5d0-086e1ce53d79 + - 1daa6b3c-03fd-41da-bc7a-bbb7e71247c4 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1974,7 +1934,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1992,18 +1952,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "9dec5c8f-95f0-4a26-85dc-87a0d4cef713", "displayName": "fabcli000001", + {"id": "07ad6b91-6dbb-4498-be4b-491db8fd6e31", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "3a08fc36-e856-4734-84ce-35b53c055aba", "displayName": "fabcli000002", + {"id": "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -2013,15 +1973,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '635' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:34:49 GMT + - Fri, 06 Feb 2026 08:00:35 GMT Pragma: - no-cache RequestId: - - 52525cd6-30fa-4b3e-bff7-5a6394888e90 + - 789f4a3a-9254-4ba9-9a6d-8fbfa15e947c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2029,7 +1989,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2047,15 +2007,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/3a08fc36-e856-4734-84ce-35b53c055aba/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/2b46dd8b-6a28-4767-8993-0e5e13fe9d6d/folders?recursive=True response: body: - string: '{"value": [{"id": "bc30421a-20f9-4273-b373-ab7f72ac150d", "displayName": - "fabcli000004", "workspaceId": "3a08fc36-e856-4734-84ce-35b53c055aba"}, {"id": - "514c6a52-9fff-480c-8203-28d9bf862081", "displayName": "fabcli000003", "parentFolderId": - "bc30421a-20f9-4273-b373-ab7f72ac150d", "workspaceId": "3a08fc36-e856-4734-84ce-35b53c055aba"}]}' + string: '{"value": [{"id": "484b68e2-05f9-4fb7-8756-526b3d356774", "displayName": + "fabcli000004", "workspaceId": "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d"}, {"id": + "2419af10-a86b-4f18-bf9c-5cb056291f68", "displayName": "fabcli000003", "parentFolderId": + "484b68e2-05f9-4fb7-8756-526b3d356774", "workspaceId": "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2064,15 +2024,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '203' + - '204' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:34:49 GMT + - Fri, 06 Feb 2026 08:00:35 GMT Pragma: - no-cache RequestId: - - 607645de-ebc5-4d85-a90d-7c5d34d4b958 + - 5470004d-f2d0-4023-b740-a9df3d7bac15 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2080,7 +2040,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2098,15 +2058,55 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/2b46dd8b-6a28-4767-8993-0e5e13fe9d6d/folders?recursive=True + response: + body: + string: '{"requestId": "44ce219d-7d6a-4ae6-a029-3b604c5b3880", "errorCode": + "RequestBlocked", "message": "Request is blocked by the upstream service until: + 2/6/2026 8:01:25 AM (UTC)", "isRetriable": true}' + headers: + Content-Length: + - '188' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:00:36 GMT + RequestId: + - 44ce219d-7d6a-4ae6-a029-3b604c5b3880 + Retry-After: + - '48' + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-public-api-error-code: + - RequestBlocked + status: + code: 429 + message: '' +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/3a08fc36-e856-4734-84ce-35b53c055aba/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/2b46dd8b-6a28-4767-8993-0e5e13fe9d6d/folders?recursive=True response: body: - string: '{"value": [{"id": "bc30421a-20f9-4273-b373-ab7f72ac150d", "displayName": - "fabcli000004", "workspaceId": "3a08fc36-e856-4734-84ce-35b53c055aba"}, {"id": - "514c6a52-9fff-480c-8203-28d9bf862081", "displayName": "fabcli000003", "parentFolderId": - "bc30421a-20f9-4273-b373-ab7f72ac150d", "workspaceId": "3a08fc36-e856-4734-84ce-35b53c055aba"}]}' + string: '{"value": [{"id": "484b68e2-05f9-4fb7-8756-526b3d356774", "displayName": + "fabcli000004", "workspaceId": "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d"}, {"id": + "2419af10-a86b-4f18-bf9c-5cb056291f68", "displayName": "fabcli000003", "parentFolderId": + "484b68e2-05f9-4fb7-8756-526b3d356774", "workspaceId": "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2115,15 +2115,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '203' + - '204' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:34:49 GMT + - Fri, 06 Feb 2026 08:01:27 GMT Pragma: - no-cache RequestId: - - 16a397bc-ba7d-44a3-a53f-af75bfa3da2c + - a53cc5e9-ec44-4e85-805d-03a09855a6ec Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2131,7 +2131,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2149,9 +2149,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/3a08fc36-e856-4734-84ce-35b53c055aba/items + uri: https://api.fabric.microsoft.com/v1/workspaces/2b46dd8b-6a28-4767-8993-0e5e13fe9d6d/items response: body: string: '{"value": []}' @@ -2167,11 +2167,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:34:49 GMT + - Fri, 06 Feb 2026 08:01:29 GMT Pragma: - no-cache RequestId: - - f8dc114e-4577-4ee3-b079-270591a10abe + - 38a51f7d-aeb8-494a-bf25-35ccb4e12f62 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2179,7 +2179,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2197,9 +2197,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/3a08fc36-e856-4734-84ce-35b53c055aba/items + uri: https://api.fabric.microsoft.com/v1/workspaces/2b46dd8b-6a28-4767-8993-0e5e13fe9d6d/items response: body: string: '{"value": []}' @@ -2215,11 +2215,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:34:50 GMT + - Fri, 06 Feb 2026 08:01:29 GMT Pragma: - no-cache RequestId: - - 7aea27e7-bde1-40a5-9e87-057e85ca6f57 + - a6807736-8a41-4c40-b0aa-11080ac763e1 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2227,7 +2227,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2245,9 +2245,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/3a08fc36-e856-4734-84ce-35b53c055aba/items + uri: https://api.fabric.microsoft.com/v1/workspaces/2b46dd8b-6a28-4767-8993-0e5e13fe9d6d/items response: body: string: '{"value": []}' @@ -2263,11 +2263,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:34:50 GMT + - Fri, 06 Feb 2026 08:01:30 GMT Pragma: - no-cache RequestId: - - 6a97afe6-a09f-4d48-a142-fd66de3582ac + - fadbe157-2695-4e2b-aad5-a84906d12e90 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2275,7 +2275,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2293,14 +2293,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9dec5c8f-95f0-4a26-85dc-87a0d4cef713/items/3d24a88b-75d9-4892-b014-f6c36b7a3334 + uri: https://api.fabric.microsoft.com/v1/workspaces/07ad6b91-6dbb-4498-be4b-491db8fd6e31/items/5fec321a-312f-408c-bcf6-b04fbe4d1e9d response: body: - string: '{"id": "3d24a88b-75d9-4892-b014-f6c36b7a3334", "type": "Notebook", + string: '{"id": "5fec321a-312f-408c-bcf6-b04fbe4d1e9d", "type": "Notebook", "displayName": "fabcli000005", "description": "Created by fab", "workspaceId": - "9dec5c8f-95f0-4a26-85dc-87a0d4cef713", "folderId": "fad0b0fe-2348-49de-83c6-e2fe58c61642"}' + "07ad6b91-6dbb-4498-be4b-491db8fd6e31", "folderId": "9f2958f1-445e-40eb-b383-b15d4033e88d"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -2309,17 +2309,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '198' + - '196' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:34:49 GMT + - Fri, 06 Feb 2026 08:01:31 GMT ETag: - '""' Pragma: - no-cache RequestId: - - b5221f86-3a17-425b-85fe-d424304544be + - eff4f24f-5a99-44f4-b036-2b6c8841b26a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2327,7 +2327,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2347,9 +2347,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/9dec5c8f-95f0-4a26-85dc-87a0d4cef713/items/3d24a88b-75d9-4892-b014-f6c36b7a3334/getDefinition + uri: https://api.fabric.microsoft.com/v1/workspaces/07ad6b91-6dbb-4498-be4b-491db8fd6e31/items/5fec321a-312f-408c-bcf6-b04fbe4d1e9d/getDefinition response: body: string: 'null' @@ -2365,13 +2365,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:34:50 GMT + - Fri, 06 Feb 2026 08:01:32 GMT Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/08397e37-5e17-41de-bb6a-46a789bf4c28 + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/d7aa0210-0753-4d88-aa86-549c58420a59 Pragma: - no-cache RequestId: - - a97dcbea-0777-4a8b-990b-dbbf2b29665d + - de27b388-b836-4c6d-be4f-a34b6022ce77 Retry-After: - '20' Strict-Transport-Security: @@ -2381,11 +2381,11 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' x-ms-operation-id: - - 08397e37-5e17-41de-bb6a-46a789bf4c28 + - d7aa0210-0753-4d88-aa86-549c58420a59 status: code: 202 message: Accepted @@ -2401,13 +2401,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/08397e37-5e17-41de-bb6a-46a789bf4c28 + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/d7aa0210-0753-4d88-aa86-549c58420a59 response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2025-09-08T14:34:51.0009979", - "lastUpdatedTimeUtc": "2025-09-08T14:34:51.3135495", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-06T08:01:32.714454", + "lastUpdatedTimeUtc": "2026-02-06T08:01:33.0269614", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -2421,13 +2421,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:35:10 GMT + - Fri, 06 Feb 2026 08:01:54 GMT Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/08397e37-5e17-41de-bb6a-46a789bf4c28/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/d7aa0210-0753-4d88-aa86-549c58420a59/result Pragma: - no-cache RequestId: - - e7057290-1d4f-41dd-a9dc-9a72feb4b252 + - da3339e3-790c-4bd4-9f24-1bb9fb64e7dc Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2435,7 +2435,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - 08397e37-5e17-41de-bb6a-46a789bf4c28 + - d7aa0210-0753-4d88-aa86-549c58420a59 status: code: 200 message: OK @@ -2451,9 +2451,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/08397e37-5e17-41de-bb6a-46a789bf4c28/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/d7aa0210-0753-4d88-aa86-549c58420a59/result response: body: string: '{"definition": {"parts": [{"path": "notebook-content.py", "payload": @@ -2470,11 +2470,11 @@ interactions: Content-Type: - application/json Date: - - Mon, 08 Sep 2025 14:35:10 GMT + - Fri, 06 Feb 2026 08:01:54 GMT Pragma: - no-cache RequestId: - - 92a580ca-7c38-4310-ad8d-a4276dde05e0 + - 22c59680-c269-48cd-ab73-6a8e256c18d8 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -2490,7 +2490,7 @@ interactions: body: '{"type": "Notebook", "description": "Created by fab", "displayName": "fabcli000005", "definition": {"parts": [{"path": "notebook-content.py", "payload": "IyBGYWJyaWMgbm90ZWJvb2sgc291cmNlCgojIE1FVEFEQVRBICoqKioqKioqKioqKioqKioqKioqCgojIE1FVEEgewojIE1FVEEgICAia2VybmVsX2luZm8iOiB7CiMgTUVUQSAgICAgIm5hbWUiOiAic3luYXBzZV9weXNwYXJrIgojIE1FVEEgICB9LAojIE1FVEEgICAiZGVwZW5kZW5jaWVzIjoge30KIyBNRVRBIH0KCiMgQ0VMTCAqKioqKioqKioqKioqKioqKioqKgoKIyBXZWxjb21lIHRvIHlvdXIgbmV3IG5vdGVib29rCiMgVHlwZSBoZXJlIGluIHRoZSBjZWxsIGVkaXRvciB0byBhZGQgY29kZSEKCgojIE1FVEFEQVRBICoqKioqKioqKioqKioqKioqKioqCgojIE1FVEEgewojIE1FVEEgICAibGFuZ3VhZ2UiOiAicHl0aG9uIiwKIyBNRVRBICAgImxhbmd1YWdlX2dyb3VwIjogInN5bmFwc2VfcHlzcGFyayIKIyBNRVRBIH0K", "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIk5vdGVib29rIiwKICAgICJkaXNwbGF5TmFtZSI6ICJmYWJjbGkwMDAwMDUiLAogICAgImRlc2NyaXB0aW9uIjogIkNyZWF0ZWQgYnkgZmFiIgogIH0sCiAgImNvbmZpZyI6IHsKICAgICJ2ZXJzaW9uIjogIjIuMCIsCiAgICAibG9naWNhbElkIjogIjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIKICB9Cn0=", - "payloadType": "InlineBase64"}]}, "folderId": "514c6a52-9fff-480c-8203-28d9bf862081"}' + "payloadType": "InlineBase64"}]}, "folderId": "2419af10-a86b-4f18-bf9c-5cb056291f68"}' headers: Accept: - '*/*' @@ -2503,9 +2503,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/3a08fc36-e856-4734-84ce-35b53c055aba/items + uri: https://api.fabric.microsoft.com/v1/workspaces/2b46dd8b-6a28-4767-8993-0e5e13fe9d6d/items response: body: string: 'null' @@ -2521,15 +2521,15 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:35:12 GMT + - Fri, 06 Feb 2026 08:01:56 GMT ETag: - '""' Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/f6fb1cb8-818d-46a8-a143-ca11d9e2daff + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/c5b5b820-fdb1-4c4a-9e5a-eb7b08da44d7 Pragma: - no-cache RequestId: - - 510132ec-a6bf-42a3-8cb1-49bec884b510 + - 5a3878e9-f41d-446b-8068-ef9385638655 Retry-After: - '20' Strict-Transport-Security: @@ -2539,11 +2539,11 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' x-ms-operation-id: - - f6fb1cb8-818d-46a8-a143-ca11d9e2daff + - c5b5b820-fdb1-4c4a-9e5a-eb7b08da44d7 status: code: 202 message: Accepted @@ -2559,13 +2559,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/f6fb1cb8-818d-46a8-a143-ca11d9e2daff + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/c5b5b820-fdb1-4c4a-9e5a-eb7b08da44d7 response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2025-09-08T14:35:11.9867587", - "lastUpdatedTimeUtc": "2025-09-08T14:35:13.550003", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-06T08:01:56.7654162", + "lastUpdatedTimeUtc": "2026-02-06T08:02:00.1097407", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -2575,17 +2575,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '130' + - '132' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:35:31 GMT + - Fri, 06 Feb 2026 08:02:19 GMT Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/f6fb1cb8-818d-46a8-a143-ca11d9e2daff/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/c5b5b820-fdb1-4c4a-9e5a-eb7b08da44d7/result Pragma: - no-cache RequestId: - - 49d8708e-7643-46ec-8a75-b830957485e4 + - f9d70dbe-5949-409b-9596-85dbc3eb3fb7 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2593,7 +2593,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - f6fb1cb8-818d-46a8-a143-ca11d9e2daff + - c5b5b820-fdb1-4c4a-9e5a-eb7b08da44d7 status: code: 200 message: OK @@ -2609,14 +2609,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/f6fb1cb8-818d-46a8-a143-ca11d9e2daff/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/c5b5b820-fdb1-4c4a-9e5a-eb7b08da44d7/result response: body: - string: '{"id": "2d4b2d38-ee4a-4eba-afcc-cabff2d7973f", "type": "Notebook", + string: '{"id": "0cafb7a7-94c2-40e7-aafe-7583746cc9e8", "type": "Notebook", "displayName": "fabcli000005", "description": "Created by fab", "workspaceId": - "3a08fc36-e856-4734-84ce-35b53c055aba", "folderId": "514c6a52-9fff-480c-8203-28d9bf862081"}' + "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d", "folderId": "2419af10-a86b-4f18-bf9c-5cb056291f68"}' headers: Access-Control-Expose-Headers: - RequestId @@ -2627,11 +2627,11 @@ interactions: Content-Type: - application/json Date: - - Mon, 08 Sep 2025 14:35:32 GMT + - Fri, 06 Feb 2026 08:02:19 GMT Pragma: - no-cache RequestId: - - 8c32020b-7ccd-42f4-b3ea-5211cdd9f555 + - f85ec897-ea7b-4b23-91ce-7d49179e6327 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -2655,14 +2655,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9dec5c8f-95f0-4a26-85dc-87a0d4cef713/items + uri: https://api.fabric.microsoft.com/v1/workspaces/07ad6b91-6dbb-4498-be4b-491db8fd6e31/items response: body: - string: '{"value": [{"id": "3d24a88b-75d9-4892-b014-f6c36b7a3334", "type": "Notebook", + string: '{"value": [{"id": "5fec321a-312f-408c-bcf6-b04fbe4d1e9d", "type": "Notebook", "displayName": "fabcli000005", "description": "Created by fab", "workspaceId": - "9dec5c8f-95f0-4a26-85dc-87a0d4cef713", "folderId": "fad0b0fe-2348-49de-83c6-e2fe58c61642"}]}' + "07ad6b91-6dbb-4498-be4b-491db8fd6e31", "folderId": "9f2958f1-445e-40eb-b383-b15d4033e88d"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2671,15 +2671,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '210' + - '208' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:35:32 GMT + - Fri, 06 Feb 2026 08:02:21 GMT Pragma: - no-cache RequestId: - - a13a44c2-f1c9-4a1f-a5a6-3fcd21be44e1 + - 758d7216-fd33-43a6-b009-3ead8963a609 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2687,7 +2687,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2705,53 +2705,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 - method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9dec5c8f-95f0-4a26-85dc-87a0d4cef713/folders?recursive=True - response: - body: - string: '{"requestId": "64e5ac82-9e13-48e7-b178-bc28094fe3a0", "errorCode": - "RequestBlocked", "message": "Request is blocked by the upstream service until: - 9/8/2025 2:35:48 PM (UTC)"}' - headers: - Content-Length: - - '169' - Content-Type: - - application/json; charset=utf-8 - Date: - - Mon, 08 Sep 2025 14:35:33 GMT - RequestId: - - 64e5ac82-9e13-48e7-b178-bc28094fe3a0 - Retry-After: - - '15' - home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ - request-redirected: - - 'true' - x-ms-public-api-error-code: - - RequestBlocked - status: - code: 429 - message: '' -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Type: - - application/json - User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9dec5c8f-95f0-4a26-85dc-87a0d4cef713/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/07ad6b91-6dbb-4498-be4b-491db8fd6e31/folders?recursive=True response: body: - string: '{"value": [{"id": "fad0b0fe-2348-49de-83c6-e2fe58c61642", "displayName": - "fabcli000003", "workspaceId": "9dec5c8f-95f0-4a26-85dc-87a0d4cef713"}]}' + string: '{"value": [{"id": "9f2958f1-445e-40eb-b383-b15d4033e88d", "displayName": + "fabcli000003", "workspaceId": "07ad6b91-6dbb-4498-be4b-491db8fd6e31"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2764,11 +2724,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:35:48 GMT + - Fri, 06 Feb 2026 08:02:21 GMT Pragma: - no-cache RequestId: - - 8204b58f-adec-467b-9094-e6c4895558e0 + - a662a0b9-d561-4120-b51d-b3087bde192d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2776,7 +2736,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2794,13 +2754,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9dec5c8f-95f0-4a26-85dc-87a0d4cef713/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/07ad6b91-6dbb-4498-be4b-491db8fd6e31/folders?recursive=True response: body: - string: '{"value": [{"id": "fad0b0fe-2348-49de-83c6-e2fe58c61642", "displayName": - "fabcli000003", "workspaceId": "9dec5c8f-95f0-4a26-85dc-87a0d4cef713"}]}' + string: '{"value": [{"id": "9f2958f1-445e-40eb-b383-b15d4033e88d", "displayName": + "fabcli000003", "workspaceId": "07ad6b91-6dbb-4498-be4b-491db8fd6e31"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2813,11 +2773,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:35:48 GMT + - Fri, 06 Feb 2026 08:02:22 GMT Pragma: - no-cache RequestId: - - 3a774b9f-5e81-4bd7-91d9-a891d78e4ec3 + - 20636dbc-3ee9-48e7-ad94-774f05ace87c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2825,7 +2785,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2843,18 +2803,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "9dec5c8f-95f0-4a26-85dc-87a0d4cef713", "displayName": "fabcli000001", + {"id": "07ad6b91-6dbb-4498-be4b-491db8fd6e31", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "3a08fc36-e856-4734-84ce-35b53c055aba", "displayName": "fabcli000002", + {"id": "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -2864,15 +2824,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '635' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:35:48 GMT + - Fri, 06 Feb 2026 08:02:23 GMT Pragma: - no-cache RequestId: - - 775405c1-a2a8-412b-9561-ac58bde6dc2f + - 3acd9dcd-dc33-4893-9f7a-932f8bc71e15 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2880,7 +2840,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2898,15 +2858,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/3a08fc36-e856-4734-84ce-35b53c055aba/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/2b46dd8b-6a28-4767-8993-0e5e13fe9d6d/folders?recursive=True response: body: - string: '{"value": [{"id": "bc30421a-20f9-4273-b373-ab7f72ac150d", "displayName": - "fabcli000004", "workspaceId": "3a08fc36-e856-4734-84ce-35b53c055aba"}, {"id": - "514c6a52-9fff-480c-8203-28d9bf862081", "displayName": "fabcli000003", "parentFolderId": - "bc30421a-20f9-4273-b373-ab7f72ac150d", "workspaceId": "3a08fc36-e856-4734-84ce-35b53c055aba"}]}' + string: '{"value": [{"id": "484b68e2-05f9-4fb7-8756-526b3d356774", "displayName": + "fabcli000004", "workspaceId": "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d"}, {"id": + "2419af10-a86b-4f18-bf9c-5cb056291f68", "displayName": "fabcli000003", "parentFolderId": + "484b68e2-05f9-4fb7-8756-526b3d356774", "workspaceId": "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2915,15 +2875,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '203' + - '204' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:35:48 GMT + - Fri, 06 Feb 2026 08:02:24 GMT Pragma: - no-cache RequestId: - - b40edab8-e930-466f-a16b-9702dd202feb + - da4b82d0-c043-4c9b-a3e3-4dde7f55dcf2 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2931,7 +2891,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2949,14 +2909,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/3a08fc36-e856-4734-84ce-35b53c055aba/items + uri: https://api.fabric.microsoft.com/v1/workspaces/2b46dd8b-6a28-4767-8993-0e5e13fe9d6d/items response: body: - string: '{"value": [{"id": "2d4b2d38-ee4a-4eba-afcc-cabff2d7973f", "type": "Notebook", + string: '{"value": [{"id": "0cafb7a7-94c2-40e7-aafe-7583746cc9e8", "type": "Notebook", "displayName": "fabcli000005", "description": "Created by fab", "workspaceId": - "3a08fc36-e856-4734-84ce-35b53c055aba", "folderId": "514c6a52-9fff-480c-8203-28d9bf862081"}]}' + "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d", "folderId": "2419af10-a86b-4f18-bf9c-5cb056291f68"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2969,11 +2929,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:35:48 GMT + - Fri, 06 Feb 2026 08:02:25 GMT Pragma: - no-cache RequestId: - - 14490443-f584-4034-9cbf-68808e4184ac + - 75a9b9db-a0d3-4b14-b590-8e5fe3abc0e7 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2981,7 +2941,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2999,15 +2959,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/3a08fc36-e856-4734-84ce-35b53c055aba/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/2b46dd8b-6a28-4767-8993-0e5e13fe9d6d/folders?recursive=True response: body: - string: '{"value": [{"id": "bc30421a-20f9-4273-b373-ab7f72ac150d", "displayName": - "fabcli000004", "workspaceId": "3a08fc36-e856-4734-84ce-35b53c055aba"}, {"id": - "514c6a52-9fff-480c-8203-28d9bf862081", "displayName": "fabcli000003", "parentFolderId": - "bc30421a-20f9-4273-b373-ab7f72ac150d", "workspaceId": "3a08fc36-e856-4734-84ce-35b53c055aba"}]}' + string: '{"value": [{"id": "484b68e2-05f9-4fb7-8756-526b3d356774", "displayName": + "fabcli000004", "workspaceId": "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d"}, {"id": + "2419af10-a86b-4f18-bf9c-5cb056291f68", "displayName": "fabcli000003", "parentFolderId": + "484b68e2-05f9-4fb7-8756-526b3d356774", "workspaceId": "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3016,15 +2976,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '203' + - '204' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:35:49 GMT + - Fri, 06 Feb 2026 08:02:26 GMT Pragma: - no-cache RequestId: - - 701e7b23-b53d-4cea-94f5-8b1a2b6b27d6 + - 9a2afae2-38c9-43bf-ab26-2ecd75a75afd Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3032,7 +2992,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3050,15 +3010,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/3a08fc36-e856-4734-84ce-35b53c055aba/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/2b46dd8b-6a28-4767-8993-0e5e13fe9d6d/folders?recursive=True response: body: - string: '{"value": [{"id": "bc30421a-20f9-4273-b373-ab7f72ac150d", "displayName": - "fabcli000004", "workspaceId": "3a08fc36-e856-4734-84ce-35b53c055aba"}, {"id": - "514c6a52-9fff-480c-8203-28d9bf862081", "displayName": "fabcli000003", "parentFolderId": - "bc30421a-20f9-4273-b373-ab7f72ac150d", "workspaceId": "3a08fc36-e856-4734-84ce-35b53c055aba"}]}' + string: '{"value": [{"id": "484b68e2-05f9-4fb7-8756-526b3d356774", "displayName": + "fabcli000004", "workspaceId": "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d"}, {"id": + "2419af10-a86b-4f18-bf9c-5cb056291f68", "displayName": "fabcli000003", "parentFolderId": + "484b68e2-05f9-4fb7-8756-526b3d356774", "workspaceId": "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3067,15 +3027,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '203' + - '204' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:35:48 GMT + - Fri, 06 Feb 2026 08:02:27 GMT Pragma: - no-cache RequestId: - - 2da058d5-1125-4f09-bd7d-e29b50d64bea + - 4f36ecbe-ff7a-4c5f-b464-8c9f2bedc2bd Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3083,7 +3043,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3101,18 +3061,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "9dec5c8f-95f0-4a26-85dc-87a0d4cef713", "displayName": "fabcli000001", + {"id": "07ad6b91-6dbb-4498-be4b-491db8fd6e31", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "3a08fc36-e856-4734-84ce-35b53c055aba", "displayName": "fabcli000002", + {"id": "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -3122,15 +3082,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '635' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:35:49 GMT + - Fri, 06 Feb 2026 08:02:27 GMT Pragma: - no-cache RequestId: - - 20f0864b-d1c7-4820-86ac-4b22cb2668e8 + - de2495b6-72f3-4513-9b53-0b56a21dd79a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3138,7 +3098,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3156,15 +3116,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/3a08fc36-e856-4734-84ce-35b53c055aba/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/2b46dd8b-6a28-4767-8993-0e5e13fe9d6d/folders?recursive=True response: body: - string: '{"value": [{"id": "bc30421a-20f9-4273-b373-ab7f72ac150d", "displayName": - "fabcli000004", "workspaceId": "3a08fc36-e856-4734-84ce-35b53c055aba"}, {"id": - "514c6a52-9fff-480c-8203-28d9bf862081", "displayName": "fabcli000003", "parentFolderId": - "bc30421a-20f9-4273-b373-ab7f72ac150d", "workspaceId": "3a08fc36-e856-4734-84ce-35b53c055aba"}]}' + string: '{"value": [{"id": "484b68e2-05f9-4fb7-8756-526b3d356774", "displayName": + "fabcli000004", "workspaceId": "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d"}, {"id": + "2419af10-a86b-4f18-bf9c-5cb056291f68", "displayName": "fabcli000003", "parentFolderId": + "484b68e2-05f9-4fb7-8756-526b3d356774", "workspaceId": "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3173,15 +3133,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '203' + - '204' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:35:49 GMT + - Fri, 06 Feb 2026 08:02:28 GMT Pragma: - no-cache RequestId: - - ec68cd87-8b48-496f-a0be-80468549016b + - 554ad3bc-21d2-42be-8b65-133529732955 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3189,7 +3149,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3207,15 +3167,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/3a08fc36-e856-4734-84ce-35b53c055aba/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/2b46dd8b-6a28-4767-8993-0e5e13fe9d6d/folders?recursive=True response: body: - string: '{"value": [{"id": "bc30421a-20f9-4273-b373-ab7f72ac150d", "displayName": - "fabcli000004", "workspaceId": "3a08fc36-e856-4734-84ce-35b53c055aba"}, {"id": - "514c6a52-9fff-480c-8203-28d9bf862081", "displayName": "fabcli000003", "parentFolderId": - "bc30421a-20f9-4273-b373-ab7f72ac150d", "workspaceId": "3a08fc36-e856-4734-84ce-35b53c055aba"}]}' + string: '{"value": [{"id": "484b68e2-05f9-4fb7-8756-526b3d356774", "displayName": + "fabcli000004", "workspaceId": "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d"}, {"id": + "2419af10-a86b-4f18-bf9c-5cb056291f68", "displayName": "fabcli000003", "parentFolderId": + "484b68e2-05f9-4fb7-8756-526b3d356774", "workspaceId": "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3224,15 +3184,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '203' + - '204' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:35:49 GMT + - Fri, 06 Feb 2026 08:02:29 GMT Pragma: - no-cache RequestId: - - ef764b60-7f67-40c9-99c4-b7e9470e34fe + - d7067c49-11e7-44fa-b383-97b688822ff7 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3240,7 +3200,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3258,14 +3218,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/3a08fc36-e856-4734-84ce-35b53c055aba/items + uri: https://api.fabric.microsoft.com/v1/workspaces/2b46dd8b-6a28-4767-8993-0e5e13fe9d6d/items response: body: - string: '{"value": [{"id": "2d4b2d38-ee4a-4eba-afcc-cabff2d7973f", "type": "Notebook", + string: '{"value": [{"id": "0cafb7a7-94c2-40e7-aafe-7583746cc9e8", "type": "Notebook", "displayName": "fabcli000005", "description": "Created by fab", "workspaceId": - "3a08fc36-e856-4734-84ce-35b53c055aba", "folderId": "514c6a52-9fff-480c-8203-28d9bf862081"}]}' + "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d", "folderId": "2419af10-a86b-4f18-bf9c-5cb056291f68"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3278,11 +3238,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:35:49 GMT + - Fri, 06 Feb 2026 08:02:30 GMT Pragma: - no-cache RequestId: - - 102fcb65-3bca-4aee-9245-a65178d2fd00 + - 518b1e3b-f72c-473d-ab92-698d51642f91 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3290,7 +3250,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3308,15 +3268,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/3a08fc36-e856-4734-84ce-35b53c055aba/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/2b46dd8b-6a28-4767-8993-0e5e13fe9d6d/folders?recursive=True response: body: - string: '{"value": [{"id": "bc30421a-20f9-4273-b373-ab7f72ac150d", "displayName": - "fabcli000004", "workspaceId": "3a08fc36-e856-4734-84ce-35b53c055aba"}, {"id": - "514c6a52-9fff-480c-8203-28d9bf862081", "displayName": "fabcli000003", "parentFolderId": - "bc30421a-20f9-4273-b373-ab7f72ac150d", "workspaceId": "3a08fc36-e856-4734-84ce-35b53c055aba"}]}' + string: '{"value": [{"id": "484b68e2-05f9-4fb7-8756-526b3d356774", "displayName": + "fabcli000004", "workspaceId": "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d"}, {"id": + "2419af10-a86b-4f18-bf9c-5cb056291f68", "displayName": "fabcli000003", "parentFolderId": + "484b68e2-05f9-4fb7-8756-526b3d356774", "workspaceId": "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3325,15 +3285,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '203' + - '204' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:35:50 GMT + - Fri, 06 Feb 2026 08:02:30 GMT Pragma: - no-cache RequestId: - - 5d49dfd3-ddec-462e-8a78-8832559b9a27 + - 5787854f-1291-4612-99da-b6d212c2c457 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3341,7 +3301,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3359,15 +3319,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/3a08fc36-e856-4734-84ce-35b53c055aba/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/2b46dd8b-6a28-4767-8993-0e5e13fe9d6d/folders?recursive=True response: body: - string: '{"value": [{"id": "bc30421a-20f9-4273-b373-ab7f72ac150d", "displayName": - "fabcli000004", "workspaceId": "3a08fc36-e856-4734-84ce-35b53c055aba"}, {"id": - "514c6a52-9fff-480c-8203-28d9bf862081", "displayName": "fabcli000003", "parentFolderId": - "bc30421a-20f9-4273-b373-ab7f72ac150d", "workspaceId": "3a08fc36-e856-4734-84ce-35b53c055aba"}]}' + string: '{"value": [{"id": "484b68e2-05f9-4fb7-8756-526b3d356774", "displayName": + "fabcli000004", "workspaceId": "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d"}, {"id": + "2419af10-a86b-4f18-bf9c-5cb056291f68", "displayName": "fabcli000003", "parentFolderId": + "484b68e2-05f9-4fb7-8756-526b3d356774", "workspaceId": "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3376,15 +3336,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '203' + - '204' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:35:50 GMT + - Fri, 06 Feb 2026 08:02:32 GMT Pragma: - no-cache RequestId: - - 32da102e-5e96-4619-b51d-a542209c6b17 + - 2cdf7359-0e81-472e-b68a-0ce992d4d319 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3392,7 +3352,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3410,18 +3370,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "9dec5c8f-95f0-4a26-85dc-87a0d4cef713", "displayName": "fabcli000001", + {"id": "07ad6b91-6dbb-4498-be4b-491db8fd6e31", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "3a08fc36-e856-4734-84ce-35b53c055aba", "displayName": "fabcli000002", + {"id": "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -3431,15 +3391,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '635' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:35:50 GMT + - Fri, 06 Feb 2026 08:02:33 GMT Pragma: - no-cache RequestId: - - 5911dc30-bd50-46e2-8adc-5e34141a3013 + - 673f26d7-4f55-4c31-bda6-1ddfc72498a6 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3447,7 +3407,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3465,15 +3425,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/3a08fc36-e856-4734-84ce-35b53c055aba/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/2b46dd8b-6a28-4767-8993-0e5e13fe9d6d/folders?recursive=True response: body: - string: '{"value": [{"id": "bc30421a-20f9-4273-b373-ab7f72ac150d", "displayName": - "fabcli000004", "workspaceId": "3a08fc36-e856-4734-84ce-35b53c055aba"}, {"id": - "514c6a52-9fff-480c-8203-28d9bf862081", "displayName": "fabcli000003", "parentFolderId": - "bc30421a-20f9-4273-b373-ab7f72ac150d", "workspaceId": "3a08fc36-e856-4734-84ce-35b53c055aba"}]}' + string: '{"value": [{"id": "484b68e2-05f9-4fb7-8756-526b3d356774", "displayName": + "fabcli000004", "workspaceId": "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d"}, {"id": + "2419af10-a86b-4f18-bf9c-5cb056291f68", "displayName": "fabcli000003", "parentFolderId": + "484b68e2-05f9-4fb7-8756-526b3d356774", "workspaceId": "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3482,15 +3442,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '203' + - '204' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:35:50 GMT + - Fri, 06 Feb 2026 08:02:33 GMT Pragma: - no-cache RequestId: - - 2675a9f6-726e-4fc4-b1e1-52f278e3049c + - c3239c2a-ae83-4eb4-812a-22b1294842b6 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3498,7 +3458,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3516,55 +3476,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 - method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/3a08fc36-e856-4734-84ce-35b53c055aba/folders?recursive=True - response: - body: - string: '{"requestId": "96b3a51e-7baa-49e1-a07b-3f8dbeb9a893", "errorCode": - "RequestBlocked", "message": "Request is blocked by the upstream service until: - 9/8/2025 2:36:48 PM (UTC)"}' - headers: - Content-Length: - - '169' - Content-Type: - - application/json; charset=utf-8 - Date: - - Mon, 08 Sep 2025 14:35:50 GMT - RequestId: - - 96b3a51e-7baa-49e1-a07b-3f8dbeb9a893 - Retry-After: - - '58' - home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ - request-redirected: - - 'true' - x-ms-public-api-error-code: - - RequestBlocked - status: - code: 429 - message: '' -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Type: - - application/json - User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/3a08fc36-e856-4734-84ce-35b53c055aba/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/2b46dd8b-6a28-4767-8993-0e5e13fe9d6d/folders?recursive=True response: body: - string: '{"value": [{"id": "bc30421a-20f9-4273-b373-ab7f72ac150d", "displayName": - "fabcli000004", "workspaceId": "3a08fc36-e856-4734-84ce-35b53c055aba"}, {"id": - "514c6a52-9fff-480c-8203-28d9bf862081", "displayName": "fabcli000003", "parentFolderId": - "bc30421a-20f9-4273-b373-ab7f72ac150d", "workspaceId": "3a08fc36-e856-4734-84ce-35b53c055aba"}]}' + string: '{"value": [{"id": "484b68e2-05f9-4fb7-8756-526b3d356774", "displayName": + "fabcli000004", "workspaceId": "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d"}, {"id": + "2419af10-a86b-4f18-bf9c-5cb056291f68", "displayName": "fabcli000003", "parentFolderId": + "484b68e2-05f9-4fb7-8756-526b3d356774", "workspaceId": "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3573,15 +3493,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '203' + - '204' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:36:48 GMT + - Fri, 06 Feb 2026 08:02:34 GMT Pragma: - no-cache RequestId: - - fc477138-354a-41a0-b98d-7f613e89b90b + - e30e519b-74ca-4ef9-8144-b51955dcac2f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3589,7 +3509,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3607,14 +3527,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/3a08fc36-e856-4734-84ce-35b53c055aba/items + uri: https://api.fabric.microsoft.com/v1/workspaces/2b46dd8b-6a28-4767-8993-0e5e13fe9d6d/items response: body: - string: '{"value": [{"id": "2d4b2d38-ee4a-4eba-afcc-cabff2d7973f", "type": "Notebook", + string: '{"value": [{"id": "0cafb7a7-94c2-40e7-aafe-7583746cc9e8", "type": "Notebook", "displayName": "fabcli000005", "description": "Created by fab", "workspaceId": - "3a08fc36-e856-4734-84ce-35b53c055aba", "folderId": "514c6a52-9fff-480c-8203-28d9bf862081"}]}' + "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d", "folderId": "2419af10-a86b-4f18-bf9c-5cb056291f68"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3627,11 +3547,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:36:49 GMT + - Fri, 06 Feb 2026 08:02:35 GMT Pragma: - no-cache RequestId: - - 6b43a6be-8bba-4d91-8c35-30680af81d1a + - e5e61a83-3794-426d-b548-33c120a40d2c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3639,7 +3559,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3657,15 +3577,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/3a08fc36-e856-4734-84ce-35b53c055aba/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/2b46dd8b-6a28-4767-8993-0e5e13fe9d6d/folders?recursive=True response: body: - string: '{"value": [{"id": "bc30421a-20f9-4273-b373-ab7f72ac150d", "displayName": - "fabcli000004", "workspaceId": "3a08fc36-e856-4734-84ce-35b53c055aba"}, {"id": - "514c6a52-9fff-480c-8203-28d9bf862081", "displayName": "fabcli000003", "parentFolderId": - "bc30421a-20f9-4273-b373-ab7f72ac150d", "workspaceId": "3a08fc36-e856-4734-84ce-35b53c055aba"}]}' + string: '{"value": [{"id": "484b68e2-05f9-4fb7-8756-526b3d356774", "displayName": + "fabcli000004", "workspaceId": "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d"}, {"id": + "2419af10-a86b-4f18-bf9c-5cb056291f68", "displayName": "fabcli000003", "parentFolderId": + "484b68e2-05f9-4fb7-8756-526b3d356774", "workspaceId": "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3674,15 +3594,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '203' + - '204' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:36:49 GMT + - Fri, 06 Feb 2026 08:02:35 GMT Pragma: - no-cache RequestId: - - 99edc11a-909e-4b96-8689-9a3daa4ed4ef + - b2a7237d-52a7-4176-8713-dc90d5e0db2b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3690,7 +3610,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3710,9 +3630,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/3a08fc36-e856-4734-84ce-35b53c055aba/items/2d4b2d38-ee4a-4eba-afcc-cabff2d7973f + uri: https://api.fabric.microsoft.com/v1/workspaces/2b46dd8b-6a28-4767-8993-0e5e13fe9d6d/items/0cafb7a7-94c2-40e7-aafe-7583746cc9e8 response: body: string: '' @@ -3728,11 +3648,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:36:49 GMT + - Fri, 06 Feb 2026 08:02:36 GMT Pragma: - no-cache RequestId: - - 2665f465-98d7-4346-bb20-83e38c420eb0 + - f9f83446-875c-4446-92ca-50fe5b842af3 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3740,7 +3660,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3758,18 +3678,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "9dec5c8f-95f0-4a26-85dc-87a0d4cef713", "displayName": "fabcli000001", + {"id": "07ad6b91-6dbb-4498-be4b-491db8fd6e31", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "3a08fc36-e856-4734-84ce-35b53c055aba", "displayName": "fabcli000002", + {"id": "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -3779,15 +3699,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '635' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:36:49 GMT + - Fri, 06 Feb 2026 08:02:36 GMT Pragma: - no-cache RequestId: - - 388edd5d-1104-4050-a021-1559856df8c4 + - 9c7063bd-9a7d-42c0-8efe-cad30b6da7dc Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3795,7 +3715,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3813,15 +3733,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/3a08fc36-e856-4734-84ce-35b53c055aba/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/2b46dd8b-6a28-4767-8993-0e5e13fe9d6d/folders?recursive=True response: body: - string: '{"value": [{"id": "bc30421a-20f9-4273-b373-ab7f72ac150d", "displayName": - "fabcli000004", "workspaceId": "3a08fc36-e856-4734-84ce-35b53c055aba"}, {"id": - "514c6a52-9fff-480c-8203-28d9bf862081", "displayName": "fabcli000003", "parentFolderId": - "bc30421a-20f9-4273-b373-ab7f72ac150d", "workspaceId": "3a08fc36-e856-4734-84ce-35b53c055aba"}]}' + string: '{"value": [{"id": "484b68e2-05f9-4fb7-8756-526b3d356774", "displayName": + "fabcli000004", "workspaceId": "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d"}, {"id": + "2419af10-a86b-4f18-bf9c-5cb056291f68", "displayName": "fabcli000003", "parentFolderId": + "484b68e2-05f9-4fb7-8756-526b3d356774", "workspaceId": "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3830,15 +3750,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '203' + - '204' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:36:49 GMT + - Fri, 06 Feb 2026 08:02:37 GMT Pragma: - no-cache RequestId: - - 5e658fbf-0611-48fb-9702-c7483032b44e + - 78a71b39-a7b9-45d1-b2e2-008600c9dcbe Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3846,7 +3766,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3864,15 +3784,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/3a08fc36-e856-4734-84ce-35b53c055aba/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/2b46dd8b-6a28-4767-8993-0e5e13fe9d6d/folders?recursive=True response: body: - string: '{"value": [{"id": "bc30421a-20f9-4273-b373-ab7f72ac150d", "displayName": - "fabcli000004", "workspaceId": "3a08fc36-e856-4734-84ce-35b53c055aba"}, {"id": - "514c6a52-9fff-480c-8203-28d9bf862081", "displayName": "fabcli000003", "parentFolderId": - "bc30421a-20f9-4273-b373-ab7f72ac150d", "workspaceId": "3a08fc36-e856-4734-84ce-35b53c055aba"}]}' + string: '{"value": [{"id": "484b68e2-05f9-4fb7-8756-526b3d356774", "displayName": + "fabcli000004", "workspaceId": "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d"}, {"id": + "2419af10-a86b-4f18-bf9c-5cb056291f68", "displayName": "fabcli000003", "parentFolderId": + "484b68e2-05f9-4fb7-8756-526b3d356774", "workspaceId": "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3881,15 +3801,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '203' + - '204' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:36:50 GMT + - Fri, 06 Feb 2026 08:02:38 GMT Pragma: - no-cache RequestId: - - 20a9c095-0119-4214-b6ec-02ef5a229ddb + - 15b65a32-bb92-48b1-8974-e4f729d1350d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3897,7 +3817,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3917,9 +3837,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/3a08fc36-e856-4734-84ce-35b53c055aba/folders/514c6a52-9fff-480c-8203-28d9bf862081 + uri: https://api.fabric.microsoft.com/v1/workspaces/2b46dd8b-6a28-4767-8993-0e5e13fe9d6d/folders/2419af10-a86b-4f18-bf9c-5cb056291f68 response: body: string: '' @@ -3935,11 +3855,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:36:49 GMT + - Fri, 06 Feb 2026 08:02:38 GMT Pragma: - no-cache RequestId: - - d4124995-9d23-4d4e-b4b8-2d0243113017 + - 7148ced9-fb02-4cfe-b70f-194e9d4141e1 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3947,7 +3867,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3965,18 +3885,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "9dec5c8f-95f0-4a26-85dc-87a0d4cef713", "displayName": "fabcli000001", + {"id": "07ad6b91-6dbb-4498-be4b-491db8fd6e31", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "3a08fc36-e856-4734-84ce-35b53c055aba", "displayName": "fabcli000002", + {"id": "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -3986,15 +3906,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '635' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:36:50 GMT + - Fri, 06 Feb 2026 08:02:39 GMT Pragma: - no-cache RequestId: - - 37d7f543-7b7b-432d-9998-d39a5f6a306a + - a184023c-9375-4a4f-8e5b-79dd86dcfdce Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4002,7 +3922,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4020,13 +3940,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9dec5c8f-95f0-4a26-85dc-87a0d4cef713/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/07ad6b91-6dbb-4498-be4b-491db8fd6e31/folders?recursive=True response: body: - string: '{"value": [{"id": "fad0b0fe-2348-49de-83c6-e2fe58c61642", "displayName": - "fabcli000003", "workspaceId": "9dec5c8f-95f0-4a26-85dc-87a0d4cef713"}]}' + string: '{"value": [{"id": "9f2958f1-445e-40eb-b383-b15d4033e88d", "displayName": + "fabcli000003", "workspaceId": "07ad6b91-6dbb-4498-be4b-491db8fd6e31"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -4039,11 +3959,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:36:50 GMT + - Fri, 06 Feb 2026 08:02:39 GMT Pragma: - no-cache RequestId: - - 5a907d19-415a-4f24-b31f-979653eff91c + - 74f17d7f-6152-4f4b-930c-6d8ac50e186c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4051,7 +3971,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4069,14 +3989,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9dec5c8f-95f0-4a26-85dc-87a0d4cef713/items + uri: https://api.fabric.microsoft.com/v1/workspaces/07ad6b91-6dbb-4498-be4b-491db8fd6e31/items response: body: - string: '{"value": [{"id": "3d24a88b-75d9-4892-b014-f6c36b7a3334", "type": "Notebook", + string: '{"value": [{"id": "5fec321a-312f-408c-bcf6-b04fbe4d1e9d", "type": "Notebook", "displayName": "fabcli000005", "description": "Created by fab", "workspaceId": - "9dec5c8f-95f0-4a26-85dc-87a0d4cef713", "folderId": "fad0b0fe-2348-49de-83c6-e2fe58c61642"}]}' + "07ad6b91-6dbb-4498-be4b-491db8fd6e31", "folderId": "9f2958f1-445e-40eb-b383-b15d4033e88d"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -4085,15 +4005,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '210' + - '208' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:36:50 GMT + - Fri, 06 Feb 2026 08:02:40 GMT Pragma: - no-cache RequestId: - - ebf6a97c-6a58-481b-a457-dee645b97a7f + - dd4b05a7-b704-42d3-a056-87fc126dff33 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4101,7 +4021,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4119,13 +4039,53 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/07ad6b91-6dbb-4498-be4b-491db8fd6e31/folders?recursive=True + response: + body: + string: '{"requestId": "380b0482-9805-4fff-9054-5b30f08bb108", "errorCode": + "RequestBlocked", "message": "Request is blocked by the upstream service until: + 2/6/2026 8:03:29 AM (UTC)", "isRetriable": true}' + headers: + Content-Length: + - '188' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:02:40 GMT + RequestId: + - 380b0482-9805-4fff-9054-5b30f08bb108 + Retry-After: + - '48' + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-public-api-error-code: + - RequestBlocked + status: + code: 429 + message: '' +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9dec5c8f-95f0-4a26-85dc-87a0d4cef713/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/07ad6b91-6dbb-4498-be4b-491db8fd6e31/folders?recursive=True response: body: - string: '{"value": [{"id": "fad0b0fe-2348-49de-83c6-e2fe58c61642", "displayName": - "fabcli000003", "workspaceId": "9dec5c8f-95f0-4a26-85dc-87a0d4cef713"}]}' + string: '{"value": [{"id": "9f2958f1-445e-40eb-b383-b15d4033e88d", "displayName": + "fabcli000003", "workspaceId": "07ad6b91-6dbb-4498-be4b-491db8fd6e31"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -4138,11 +4098,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:36:50 GMT + - Fri, 06 Feb 2026 08:03:33 GMT Pragma: - no-cache RequestId: - - 11fd9b2e-42ba-43dc-8978-3e75e039352d + - 6e6cf4c0-ac70-4eb0-8ed1-6107489d29e8 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4150,7 +4110,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4170,9 +4130,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/9dec5c8f-95f0-4a26-85dc-87a0d4cef713/items/3d24a88b-75d9-4892-b014-f6c36b7a3334 + uri: https://api.fabric.microsoft.com/v1/workspaces/07ad6b91-6dbb-4498-be4b-491db8fd6e31/items/5fec321a-312f-408c-bcf6-b04fbe4d1e9d response: body: string: '' @@ -4188,11 +4148,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:36:50 GMT + - Fri, 06 Feb 2026 08:03:34 GMT Pragma: - no-cache RequestId: - - a635ba13-3b4c-492d-a6ce-21ca2133a83f + - fda64f33-d250-4667-b065-a3915cce2819 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4200,7 +4160,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4218,18 +4178,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "9dec5c8f-95f0-4a26-85dc-87a0d4cef713", "displayName": "fabcli000001", + {"id": "07ad6b91-6dbb-4498-be4b-491db8fd6e31", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "3a08fc36-e856-4734-84ce-35b53c055aba", "displayName": "fabcli000002", + {"id": "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -4239,15 +4199,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '635' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:36:51 GMT + - Fri, 06 Feb 2026 08:03:34 GMT Pragma: - no-cache RequestId: - - c464356a-3306-45aa-aa7e-4b43a05bb693 + - acc827d6-267b-4223-ad89-87ddd8e83679 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4255,7 +4215,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4273,13 +4233,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/3a08fc36-e856-4734-84ce-35b53c055aba/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/2b46dd8b-6a28-4767-8993-0e5e13fe9d6d/folders?recursive=True response: body: - string: '{"value": [{"id": "bc30421a-20f9-4273-b373-ab7f72ac150d", "displayName": - "fabcli000004", "workspaceId": "3a08fc36-e856-4734-84ce-35b53c055aba"}]}' + string: '{"value": [{"id": "484b68e2-05f9-4fb7-8756-526b3d356774", "displayName": + "fabcli000004", "workspaceId": "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -4288,15 +4248,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '143' + - '145' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:36:51 GMT + - Fri, 06 Feb 2026 08:03:35 GMT Pragma: - no-cache RequestId: - - 51709a96-d813-4923-94af-a85dcd3770b6 + - 74b379ee-9288-468c-8706-06f8906ad397 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4304,7 +4264,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4324,9 +4284,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/3a08fc36-e856-4734-84ce-35b53c055aba/folders/bc30421a-20f9-4273-b373-ab7f72ac150d + uri: https://api.fabric.microsoft.com/v1/workspaces/2b46dd8b-6a28-4767-8993-0e5e13fe9d6d/folders/484b68e2-05f9-4fb7-8756-526b3d356774 response: body: string: '' @@ -4342,11 +4302,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:36:51 GMT + - Fri, 06 Feb 2026 08:03:36 GMT Pragma: - no-cache RequestId: - - e1205f74-f6dc-45d8-a3db-54e364339d8d + - 818c520a-b5f2-4e0a-99de-6cae2f6350a4 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4354,7 +4314,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4372,18 +4332,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "9dec5c8f-95f0-4a26-85dc-87a0d4cef713", "displayName": "fabcli000001", + {"id": "07ad6b91-6dbb-4498-be4b-491db8fd6e31", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "3a08fc36-e856-4734-84ce-35b53c055aba", "displayName": "fabcli000002", + {"id": "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -4393,15 +4353,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '635' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:36:51 GMT + - Fri, 06 Feb 2026 08:03:37 GMT Pragma: - no-cache RequestId: - - bb0afd82-59fc-4e29-8c2f-04b1f61417c7 + - c51d2bc1-479a-437b-aee1-0fe2749400dd Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4409,7 +4369,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4427,13 +4387,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9dec5c8f-95f0-4a26-85dc-87a0d4cef713/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/07ad6b91-6dbb-4498-be4b-491db8fd6e31/folders?recursive=True response: body: - string: '{"value": [{"id": "fad0b0fe-2348-49de-83c6-e2fe58c61642", "displayName": - "fabcli000003", "workspaceId": "9dec5c8f-95f0-4a26-85dc-87a0d4cef713"}]}' + string: '{"value": [{"id": "9f2958f1-445e-40eb-b383-b15d4033e88d", "displayName": + "fabcli000003", "workspaceId": "07ad6b91-6dbb-4498-be4b-491db8fd6e31"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -4446,11 +4406,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:36:51 GMT + - Fri, 06 Feb 2026 08:03:38 GMT Pragma: - no-cache RequestId: - - a50a2c1e-0e19-4e09-b3ea-caf4be778498 + - e045ad56-f6ab-4826-a3e0-6a7602a8da46 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4458,7 +4418,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4478,9 +4438,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/9dec5c8f-95f0-4a26-85dc-87a0d4cef713/folders/fad0b0fe-2348-49de-83c6-e2fe58c61642 + uri: https://api.fabric.microsoft.com/v1/workspaces/07ad6b91-6dbb-4498-be4b-491db8fd6e31/folders/9f2958f1-445e-40eb-b383-b15d4033e88d response: body: string: '' @@ -4496,11 +4456,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:36:51 GMT + - Fri, 06 Feb 2026 08:03:38 GMT Pragma: - no-cache RequestId: - - 90c4f0a9-b00a-4fe6-871a-e819ac762dde + - 27b36c95-0796-423f-a256-e2660a2b7c57 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4508,7 +4468,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4526,18 +4486,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "9dec5c8f-95f0-4a26-85dc-87a0d4cef713", "displayName": "fabcli000001", + {"id": "07ad6b91-6dbb-4498-be4b-491db8fd6e31", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "3a08fc36-e856-4734-84ce-35b53c055aba", "displayName": "fabcli000002", + {"id": "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -4547,15 +4507,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '635' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:36:52 GMT + - Fri, 06 Feb 2026 08:03:40 GMT Pragma: - no-cache RequestId: - - 515d4181-a3c7-43f8-85ea-02e289dd740c + - b69b0577-5817-4a63-9c36-cc4cc909c769 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4563,7 +4523,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4581,9 +4541,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9dec5c8f-95f0-4a26-85dc-87a0d4cef713/items + uri: https://api.fabric.microsoft.com/v1/workspaces/07ad6b91-6dbb-4498-be4b-491db8fd6e31/items response: body: string: '{"value": []}' @@ -4599,11 +4559,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:36:51 GMT + - Fri, 06 Feb 2026 08:03:41 GMT Pragma: - no-cache RequestId: - - d5deaa02-4392-4e38-a1ea-aa3c3b945233 + - 90b0c4b8-d4b4-472a-8cf7-3ca21313beef Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4611,7 +4571,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4631,9 +4591,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/9dec5c8f-95f0-4a26-85dc-87a0d4cef713 + uri: https://api.fabric.microsoft.com/v1/workspaces/07ad6b91-6dbb-4498-be4b-491db8fd6e31 response: body: string: '' @@ -4649,11 +4609,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:36:52 GMT + - Fri, 06 Feb 2026 08:03:41 GMT Pragma: - no-cache RequestId: - - 63b1abeb-b78d-40dc-8268-afed6690cd12 + - e1e103a6-f020-43d5-b9d8-5b4dd2c72b80 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4661,7 +4621,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4679,16 +4639,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "3a08fc36-e856-4734-84ce-35b53c055aba", "displayName": "fabcli000002", + {"id": "2b46dd8b-6a28-4767-8993-0e5e13fe9d6d", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -4698,15 +4658,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '599' + - '2846' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:36:52 GMT + - Fri, 06 Feb 2026 08:03:42 GMT Pragma: - no-cache RequestId: - - b411346b-9563-4025-9a31-ed8e60b36a5c + - 4bf27423-464a-42c4-8f3b-c2318ac56d4d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4714,7 +4674,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4732,9 +4692,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/3a08fc36-e856-4734-84ce-35b53c055aba/items + uri: https://api.fabric.microsoft.com/v1/workspaces/2b46dd8b-6a28-4767-8993-0e5e13fe9d6d/items response: body: string: '{"value": []}' @@ -4750,11 +4710,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:36:52 GMT + - Fri, 06 Feb 2026 08:03:43 GMT Pragma: - no-cache RequestId: - - ed5dfb18-6c0a-4959-b71f-003641860adb + - 23146378-bb42-4a2b-b4c5-04f7b24779a8 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4762,7 +4722,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4782,9 +4742,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/3a08fc36-e856-4734-84ce-35b53c055aba + uri: https://api.fabric.microsoft.com/v1/workspaces/2b46dd8b-6a28-4767-8993-0e5e13fe9d6d response: body: string: '' @@ -4800,11 +4760,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:36:52 GMT + - Fri, 06 Feb 2026 08:03:44 GMT Pragma: - no-cache RequestId: - - 996bced1-78c6-470a-b458-8c3f75f02b00 + - 2a47c2c8-5f52-4163-936e-0228d20b498e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4812,7 +4772,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: diff --git a/tests/test_commands/recordings/test_commands/test_cp/test_cp_folder_to_non_existing_folder_success.yaml b/tests/test_commands/recordings/test_commands/test_cp/test_cp_folder_to_non_existing_folder_success.yaml index 520fef5a..533d65f7 100644 --- a/tests/test_commands/recordings/test_commands/test_cp/test_cp_folder_to_non_existing_folder_success.yaml +++ b/tests/test_commands/recordings/test_commands/test_cp/test_cp_folder_to_non_existing_folder_success.yaml @@ -11,13 +11,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "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: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:36:53 GMT + - Fri, 06 Feb 2026 08:03:45 GMT Pragma: - no-cache RequestId: - - 7a73670a-3e6f-42ed-95b3-37383d4191c1 + - fda75476-12ac-4319-86ef-05604aed5c4a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -44,7 +44,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -62,13 +62,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -79,15 +79,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:36:53 GMT + - Fri, 06 Feb 2026 08:03:46 GMT Pragma: - no-cache RequestId: - - 33846bcc-5184-4296-9461-4b610c829359 + - 87f66279-51ee-4624-bb1e-3495b7c6f733 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -95,7 +95,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -113,13 +113,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 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": "F16", "region": "West Europe", "state": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": "Active"}]}' headers: Access-Control-Expose-Headers: @@ -129,15 +129,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '456' + - '427' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:36:57 GMT + - Fri, 06 Feb 2026 08:03:50 GMT Pragma: - no-cache RequestId: - - 76775e6b-7295-4381-baab-49a81626adb1 + - 7bce4434-d1bc-4c06-9e0c-a5916ee88b4d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -145,7 +145,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -166,12 +166,12 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"id": "78459c7f-746a-4551-bce4-4c0544e2d9ce", "displayName": "fabcli000001", + string: '{"id": "1cb9157d-85d1-400b-81f4-149cbc93cf35", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' headers: Access-Control-Expose-Headers: @@ -181,17 +181,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '165' + - '166' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:37:04 GMT + - Fri, 06 Feb 2026 08:03:57 GMT Location: - - https://api.fabric.microsoft.com/v1/workspaces/78459c7f-746a-4551-bce4-4c0544e2d9ce + - https://api.fabric.microsoft.com/v1/workspaces/1cb9157d-85d1-400b-81f4-149cbc93cf35 Pragma: - no-cache RequestId: - - a5f5923c-b09b-4404-9bb5-6d8c3cb8ac65 + - 5e0aaebc-5780-4c68-81b7-e0beae14edd6 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -199,7 +199,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -217,16 +217,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "78459c7f-746a-4551-bce4-4c0544e2d9ce", "displayName": "fabcli000001", + {"id": "1cb9157d-85d1-400b-81f4-149cbc93cf35", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -236,15 +236,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '601' + - '2846' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:38:08 GMT + - Fri, 06 Feb 2026 08:03:57 GMT Pragma: - no-cache RequestId: - - 30356c58-b4e2-4cd0-939b-61efdf054335 + - c21781d4-1b71-42d6-9362-6e7597ed89c4 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -252,7 +252,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -270,16 +270,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "78459c7f-746a-4551-bce4-4c0544e2d9ce", "displayName": "fabcli000001", + {"id": "1cb9157d-85d1-400b-81f4-149cbc93cf35", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -289,15 +289,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '601' + - '2846' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:38:09 GMT + - Fri, 06 Feb 2026 08:03:58 GMT Pragma: - no-cache RequestId: - - 5dea2976-60fa-4217-b470-23f400ae45a7 + - 796bcd92-35d2-4094-a609-83b7d2e70a8b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -305,7 +305,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -323,13 +323,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 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": "F16", "region": "West Europe", "state": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": "Active"}]}' headers: Access-Control-Expose-Headers: @@ -339,15 +339,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '456' + - '427' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:38:13 GMT + - Fri, 06 Feb 2026 08:04:02 GMT Pragma: - no-cache RequestId: - - f2a89853-50b3-4d80-9e09-6b81fcffaf79 + - 4ce97cf1-95b4-4efe-a0fb-a4334f5749d5 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -355,7 +355,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -376,12 +376,12 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"id": "63bad8d0-5d75-4f14-a968-360a6e5a169c", "displayName": "fabcli000002", + string: '{"id": "9d022e35-1614-42f7-97b7-594991c991ca", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' headers: Access-Control-Expose-Headers: @@ -395,13 +395,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:38:21 GMT + - Fri, 06 Feb 2026 08:04:11 GMT Location: - - https://api.fabric.microsoft.com/v1/workspaces/63bad8d0-5d75-4f14-a968-360a6e5a169c + - https://api.fabric.microsoft.com/v1/workspaces/9d022e35-1614-42f7-97b7-594991c991ca Pragma: - no-cache RequestId: - - f5ba8e38-aab9-4fd0-8b65-7d9b9477a5df + - 18eddcbf-135d-4858-9df4-72e1f5671da7 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -409,7 +409,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -427,18 +427,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "78459c7f-746a-4551-bce4-4c0544e2d9ce", "displayName": "fabcli000001", + {"id": "1cb9157d-85d1-400b-81f4-149cbc93cf35", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "63bad8d0-5d75-4f14-a968-360a6e5a169c", "displayName": "fabcli000002", + {"id": "9d022e35-1614-42f7-97b7-594991c991ca", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -448,15 +448,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '635' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:38:21 GMT + - Fri, 06 Feb 2026 08:04:11 GMT Pragma: - no-cache RequestId: - - c9ae0c06-9f8f-48fe-8bfb-9efc6bb855eb + - fc2e9f8e-d67f-4f77-a2ce-5092dd529f9a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -464,7 +464,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -482,9 +482,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/78459c7f-746a-4551-bce4-4c0544e2d9ce/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/1cb9157d-85d1-400b-81f4-149cbc93cf35/folders?recursive=True response: body: string: '{"value": []}' @@ -500,11 +500,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:38:21 GMT + - Fri, 06 Feb 2026 08:04:12 GMT Pragma: - no-cache RequestId: - - 5d22a5df-9bc4-4b27-ab17-db4d6ad8b174 + - 35a25635-7591-4361-964b-9c593efcb563 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -512,7 +512,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -530,9 +530,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/78459c7f-746a-4551-bce4-4c0544e2d9ce/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/1cb9157d-85d1-400b-81f4-149cbc93cf35/folders?recursive=True response: body: string: '{"value": []}' @@ -548,11 +548,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:38:21 GMT + - Fri, 06 Feb 2026 08:04:13 GMT Pragma: - no-cache RequestId: - - 7b0f060a-11bc-4cfa-93cf-30d81e83334e + - e743e686-aea9-4e27-b5b9-0a7cb9d9b6a9 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -560,7 +560,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -580,13 +580,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/78459c7f-746a-4551-bce4-4c0544e2d9ce/folders + uri: https://api.fabric.microsoft.com/v1/workspaces/1cb9157d-85d1-400b-81f4-149cbc93cf35/folders response: body: - string: '{"id": "a5836ffc-1041-42e0-819e-8c954dbaecd7", "displayName": "fabcli000003", - "workspaceId": "78459c7f-746a-4551-bce4-4c0544e2d9ce"}' + string: '{"id": "535bb037-4688-443a-b3f9-9049d6e65cdd", "displayName": "fabcli000003", + "workspaceId": "1cb9157d-85d1-400b-81f4-149cbc93cf35"}' headers: Access-Control-Expose-Headers: - RequestId,Location @@ -595,17 +595,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '133' + - '134' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:38:21 GMT + - Fri, 06 Feb 2026 08:04:14 GMT Location: - - https://api.fabric.microsoft.com/v1/workspaces/78459c7f-746a-4551-bce4-4c0544e2d9ce/folders/a5836ffc-1041-42e0-819e-8c954dbaecd7 + - https://api.fabric.microsoft.com/v1/workspaces/1cb9157d-85d1-400b-81f4-149cbc93cf35/folders/535bb037-4688-443a-b3f9-9049d6e65cdd Pragma: - no-cache RequestId: - - 2d20663e-f93c-4eb0-aeae-f302b5e01f46 + - 1328bd49-fa9d-40c8-8877-66186886bafc Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -613,7 +613,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -631,18 +631,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "78459c7f-746a-4551-bce4-4c0544e2d9ce", "displayName": "fabcli000001", + {"id": "1cb9157d-85d1-400b-81f4-149cbc93cf35", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "63bad8d0-5d75-4f14-a968-360a6e5a169c", "displayName": "fabcli000002", + {"id": "9d022e35-1614-42f7-97b7-594991c991ca", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -652,15 +652,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '635' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:38:22 GMT + - Fri, 06 Feb 2026 08:04:15 GMT Pragma: - no-cache RequestId: - - 936bacf3-bb3e-4636-871c-116b097b3e38 + - 2180e73b-b09c-4a8d-a4f5-942b2e840561 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -668,7 +668,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -686,13 +686,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/78459c7f-746a-4551-bce4-4c0544e2d9ce/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/1cb9157d-85d1-400b-81f4-149cbc93cf35/folders?recursive=True response: body: - string: '{"value": [{"id": "a5836ffc-1041-42e0-819e-8c954dbaecd7", "displayName": - "fabcli000003", "workspaceId": "78459c7f-746a-4551-bce4-4c0544e2d9ce"}]}' + string: '{"value": [{"id": "535bb037-4688-443a-b3f9-9049d6e65cdd", "displayName": + "fabcli000003", "workspaceId": "1cb9157d-85d1-400b-81f4-149cbc93cf35"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -701,15 +701,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '144' + - '145' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:38:22 GMT + - Fri, 06 Feb 2026 08:04:15 GMT Pragma: - no-cache RequestId: - - 9612bb96-6367-4237-b8f9-a95ba9d7d4d9 + - aa2aa56e-fcdf-4fbc-841b-f1849f4cab5b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -717,7 +717,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -735,9 +735,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/78459c7f-746a-4551-bce4-4c0544e2d9ce/items + uri: https://api.fabric.microsoft.com/v1/workspaces/1cb9157d-85d1-400b-81f4-149cbc93cf35/items response: body: string: '{"value": []}' @@ -753,11 +753,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:38:22 GMT + - Fri, 06 Feb 2026 08:04:16 GMT Pragma: - no-cache RequestId: - - 7875edb1-f8fc-4051-a4ad-e49d5b04b9c8 + - f14f6bed-1356-4b61-a7d0-c46b1be582f4 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -765,7 +765,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -783,9 +783,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/78459c7f-746a-4551-bce4-4c0544e2d9ce/items + uri: https://api.fabric.microsoft.com/v1/workspaces/1cb9157d-85d1-400b-81f4-149cbc93cf35/items response: body: string: '{"value": []}' @@ -801,11 +801,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:38:23 GMT + - Fri, 06 Feb 2026 08:04:17 GMT Pragma: - no-cache RequestId: - - 2c7b946d-92d6-4520-a36c-35b282517907 + - b8b4b172-7ac8-4fda-84eb-b487eb551cba Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -813,7 +813,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -821,7 +821,7 @@ interactions: message: OK - request: body: '{"description": "Created by fab", "displayName": "fabcli000004", "type": - "Notebook", "folderId": "a5836ffc-1041-42e0-819e-8c954dbaecd7", "definition": + "Notebook", "folderId": "535bb037-4688-443a-b3f9-9049d6e65cdd", "definition": {"parts": [{"path": "notebook-content.py", "payload": "IyBGYWJyaWMgbm90ZWJvb2sgc291cmNlCgojIE1FVEFEQVRBICoqKioqKioqKioqKioqKioqKioqCgojIE1FVEEgewojIE1FVEEgICAia2VybmVsX2luZm8iOiB7CiMgTUVUQSAgICAgIm5hbWUiOiAic3luYXBzZV9weXNwYXJrIgojIE1FVEEgICB9LAojIE1FVEEgICAiZGVwZW5kZW5jaWVzIjoge30KIyBNRVRBIH0KCiMgQ0VMTCAqKioqKioqKioqKioqKioqKioqKgoKIyBXZWxjb21lIHRvIHlvdXIgbmV3IG5vdGVib29rCiMgVHlwZSBoZXJlIGluIHRoZSBjZWxsIGVkaXRvciB0byBhZGQgY29kZSEKCgojIE1FVEFEQVRBICoqKioqKioqKioqKioqKioqKioqCgojIE1FVEEgewojIE1FVEEgICAibGFuZ3VhZ2UiOiAicHl0aG9uIiwKIyBNRVRBICAgImxhbmd1YWdlX2dyb3VwIjogInN5bmFwc2VfcHlzcGFyayIKIyBNRVRBIH0K", "payloadType": "InlineBase64"}]}}' headers: @@ -836,9 +836,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/78459c7f-746a-4551-bce4-4c0544e2d9ce/notebooks + uri: https://api.fabric.microsoft.com/v1/workspaces/1cb9157d-85d1-400b-81f4-149cbc93cf35/notebooks response: body: string: 'null' @@ -854,15 +854,15 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:38:23 GMT + - Fri, 06 Feb 2026 08:04:18 GMT ETag: - '""' Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/36042134-ab11-4fc2-b12a-fe8b42e2fcce + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/2408a29b-2b91-43d7-9578-a19df29794c4 Pragma: - no-cache RequestId: - - d8e569d7-48ac-4fed-8131-20edb5893642 + - 384e79ca-3ed5-4971-83c5-cdc138ba0e04 Retry-After: - '20' Strict-Transport-Security: @@ -872,11 +872,11 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' x-ms-operation-id: - - 36042134-ab11-4fc2-b12a-fe8b42e2fcce + - 2408a29b-2b91-43d7-9578-a19df29794c4 status: code: 202 message: Accepted @@ -892,13 +892,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/36042134-ab11-4fc2-b12a-fe8b42e2fcce + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/2408a29b-2b91-43d7-9578-a19df29794c4 response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2025-09-08T14:38:23.8446149", - "lastUpdatedTimeUtc": "2025-09-08T14:38:25.7353231", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-06T08:04:18.2564183", + "lastUpdatedTimeUtc": "2026-02-06T08:04:19.6633813", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -912,13 +912,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:38:44 GMT + - Fri, 06 Feb 2026 08:04:40 GMT Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/36042134-ab11-4fc2-b12a-fe8b42e2fcce/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/2408a29b-2b91-43d7-9578-a19df29794c4/result Pragma: - no-cache RequestId: - - b56ae9c2-ff48-4095-8ecc-a97341d4ece6 + - 86f530c1-ba35-417a-8d70-4e701a2f2242 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -926,7 +926,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - 36042134-ab11-4fc2-b12a-fe8b42e2fcce + - 2408a29b-2b91-43d7-9578-a19df29794c4 status: code: 200 message: OK @@ -942,14 +942,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/36042134-ab11-4fc2-b12a-fe8b42e2fcce/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/2408a29b-2b91-43d7-9578-a19df29794c4/result response: body: - string: '{"id": "315947e0-5b87-4190-a657-01e83ff36ca3", "type": "Notebook", + string: '{"id": "fc6c5c81-08f5-4655-85e7-9b302d7ad34a", "type": "Notebook", "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": - "78459c7f-746a-4551-bce4-4c0544e2d9ce", "folderId": "a5836ffc-1041-42e0-819e-8c954dbaecd7"}' + "1cb9157d-85d1-400b-81f4-149cbc93cf35", "folderId": "535bb037-4688-443a-b3f9-9049d6e65cdd"}' headers: Access-Control-Expose-Headers: - RequestId @@ -960,11 +960,11 @@ interactions: Content-Type: - application/json Date: - - Mon, 08 Sep 2025 14:38:44 GMT + - Fri, 06 Feb 2026 08:04:41 GMT Pragma: - no-cache RequestId: - - 426a569f-dcc2-4a8f-937b-2dc5cab6bff5 + - 9e566340-8e27-46f6-9b44-8d94fd75bc47 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -988,18 +988,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "78459c7f-746a-4551-bce4-4c0544e2d9ce", "displayName": "fabcli000001", + {"id": "1cb9157d-85d1-400b-81f4-149cbc93cf35", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "63bad8d0-5d75-4f14-a968-360a6e5a169c", "displayName": "fabcli000002", + {"id": "9d022e35-1614-42f7-97b7-594991c991ca", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -1009,15 +1009,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '635' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:38:45 GMT + - Fri, 06 Feb 2026 08:04:42 GMT Pragma: - no-cache RequestId: - - 70e01d8a-bbcc-484a-8c5f-258ccff1c296 + - d3417569-00f6-4a0c-89e0-c117e1b7e754 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1025,7 +1025,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1043,13 +1043,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/78459c7f-746a-4551-bce4-4c0544e2d9ce/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/1cb9157d-85d1-400b-81f4-149cbc93cf35/folders?recursive=True response: body: - string: '{"value": [{"id": "a5836ffc-1041-42e0-819e-8c954dbaecd7", "displayName": - "fabcli000003", "workspaceId": "78459c7f-746a-4551-bce4-4c0544e2d9ce"}]}' + string: '{"value": [{"id": "535bb037-4688-443a-b3f9-9049d6e65cdd", "displayName": + "fabcli000003", "workspaceId": "1cb9157d-85d1-400b-81f4-149cbc93cf35"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1058,15 +1058,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '144' + - '145' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:38:44 GMT + - Fri, 06 Feb 2026 08:04:42 GMT Pragma: - no-cache RequestId: - - 026197b8-bc3c-4570-9e36-6a680fb2d3df + - 2d3c5ea6-d0a2-4ef6-8f98-e8b0d2ee5331 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1074,7 +1074,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1092,18 +1092,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "78459c7f-746a-4551-bce4-4c0544e2d9ce", "displayName": "fabcli000001", + {"id": "1cb9157d-85d1-400b-81f4-149cbc93cf35", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "63bad8d0-5d75-4f14-a968-360a6e5a169c", "displayName": "fabcli000002", + {"id": "9d022e35-1614-42f7-97b7-594991c991ca", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -1113,15 +1113,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '635' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:38:45 GMT + - Fri, 06 Feb 2026 08:04:43 GMT Pragma: - no-cache RequestId: - - e599d017-fcb6-4917-b86c-e805efdbb19c + - 6220e2a6-84de-401c-8c9c-4e199e23f537 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1129,7 +1129,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1147,9 +1147,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/63bad8d0-5d75-4f14-a968-360a6e5a169c/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/9d022e35-1614-42f7-97b7-594991c991ca/folders?recursive=True response: body: string: '{"value": []}' @@ -1165,11 +1165,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:38:45 GMT + - Fri, 06 Feb 2026 08:04:45 GMT Pragma: - no-cache RequestId: - - 107cdde4-8b73-49b0-a7d2-26419c0552f0 + - 37b1a3c3-6854-42f1-926d-49ca03569e72 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1177,7 +1177,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1195,9 +1195,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/63bad8d0-5d75-4f14-a968-360a6e5a169c/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/9d022e35-1614-42f7-97b7-594991c991ca/folders?recursive=True response: body: string: '{"value": []}' @@ -1213,11 +1213,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:38:45 GMT + - Fri, 06 Feb 2026 08:04:46 GMT Pragma: - no-cache RequestId: - - b4963110-6858-4ff8-8aaa-c10635d9df9e + - 6c5e99f2-222b-4f47-a319-5bfd3fd187b3 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1225,7 +1225,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1245,13 +1245,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/63bad8d0-5d75-4f14-a968-360a6e5a169c/folders + uri: https://api.fabric.microsoft.com/v1/workspaces/9d022e35-1614-42f7-97b7-594991c991ca/folders response: body: - string: '{"id": "549b3cf2-d5b4-4314-96d9-165c42105baf", "displayName": "NewFolder", - "workspaceId": "63bad8d0-5d75-4f14-a968-360a6e5a169c"}' + string: '{"id": "8eacc126-73a1-4b8e-9628-303da1071109", "displayName": "NewFolder", + "workspaceId": "9d022e35-1614-42f7-97b7-594991c991ca"}' headers: Access-Control-Expose-Headers: - RequestId,Location @@ -1264,13 +1264,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:38:45 GMT + - Fri, 06 Feb 2026 08:04:46 GMT Location: - - https://api.fabric.microsoft.com/v1/workspaces/63bad8d0-5d75-4f14-a968-360a6e5a169c/folders/549b3cf2-d5b4-4314-96d9-165c42105baf + - https://api.fabric.microsoft.com/v1/workspaces/9d022e35-1614-42f7-97b7-594991c991ca/folders/8eacc126-73a1-4b8e-9628-303da1071109 Pragma: - no-cache RequestId: - - 180b396d-910a-4ab4-89d7-4b68cba9c87a + - 36d8bd97-39d4-42da-a98b-a40d47585ca4 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1278,7 +1278,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1296,14 +1296,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/78459c7f-746a-4551-bce4-4c0544e2d9ce/items + uri: https://api.fabric.microsoft.com/v1/workspaces/1cb9157d-85d1-400b-81f4-149cbc93cf35/items response: body: - string: '{"value": [{"id": "315947e0-5b87-4190-a657-01e83ff36ca3", "type": "Notebook", + string: '{"value": [{"id": "fc6c5c81-08f5-4655-85e7-9b302d7ad34a", "type": "Notebook", "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": - "78459c7f-746a-4551-bce4-4c0544e2d9ce", "folderId": "a5836ffc-1041-42e0-819e-8c954dbaecd7"}]}' + "1cb9157d-85d1-400b-81f4-149cbc93cf35", "folderId": "535bb037-4688-443a-b3f9-9049d6e65cdd"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1316,11 +1316,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:38:46 GMT + - Fri, 06 Feb 2026 08:04:47 GMT Pragma: - no-cache RequestId: - - cc767b3d-8915-4584-953d-3f1c59f2fb76 + - 44b796c8-5ffc-41a9-a565-8aa284890812 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1328,7 +1328,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1346,13 +1346,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/78459c7f-746a-4551-bce4-4c0544e2d9ce/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/1cb9157d-85d1-400b-81f4-149cbc93cf35/folders?recursive=True response: body: - string: '{"value": [{"id": "a5836ffc-1041-42e0-819e-8c954dbaecd7", "displayName": - "fabcli000003", "workspaceId": "78459c7f-746a-4551-bce4-4c0544e2d9ce"}]}' + string: '{"value": [{"id": "535bb037-4688-443a-b3f9-9049d6e65cdd", "displayName": + "fabcli000003", "workspaceId": "1cb9157d-85d1-400b-81f4-149cbc93cf35"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1361,15 +1361,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '144' + - '145' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:38:45 GMT + - Fri, 06 Feb 2026 08:04:48 GMT Pragma: - no-cache RequestId: - - 9f107437-23b0-40c7-a239-8af861f814ed + - 53b6f969-f5b3-4650-b91d-4b5630dd9fc2 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1377,7 +1377,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1395,13 +1395,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/78459c7f-746a-4551-bce4-4c0544e2d9ce/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/1cb9157d-85d1-400b-81f4-149cbc93cf35/folders?recursive=True response: body: - string: '{"value": [{"id": "a5836ffc-1041-42e0-819e-8c954dbaecd7", "displayName": - "fabcli000003", "workspaceId": "78459c7f-746a-4551-bce4-4c0544e2d9ce"}]}' + string: '{"value": [{"id": "535bb037-4688-443a-b3f9-9049d6e65cdd", "displayName": + "fabcli000003", "workspaceId": "1cb9157d-85d1-400b-81f4-149cbc93cf35"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1410,15 +1410,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '144' + - '145' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:38:46 GMT + - Fri, 06 Feb 2026 08:04:49 GMT Pragma: - no-cache RequestId: - - a1a45955-746b-49ab-8ab2-6df125424a8c + - 21f69240-cd05-43f4-a9d4-b1dd7780e201 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1426,7 +1426,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1444,14 +1444,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/78459c7f-746a-4551-bce4-4c0544e2d9ce/items + uri: https://api.fabric.microsoft.com/v1/workspaces/1cb9157d-85d1-400b-81f4-149cbc93cf35/items response: body: - string: '{"value": [{"id": "315947e0-5b87-4190-a657-01e83ff36ca3", "type": "Notebook", + string: '{"value": [{"id": "fc6c5c81-08f5-4655-85e7-9b302d7ad34a", "type": "Notebook", "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": - "78459c7f-746a-4551-bce4-4c0544e2d9ce", "folderId": "a5836ffc-1041-42e0-819e-8c954dbaecd7"}]}' + "1cb9157d-85d1-400b-81f4-149cbc93cf35", "folderId": "535bb037-4688-443a-b3f9-9049d6e65cdd"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1464,11 +1464,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:38:46 GMT + - Fri, 06 Feb 2026 08:04:49 GMT Pragma: - no-cache RequestId: - - 94abec3d-fe97-4e8c-a795-1aebd69fa44a + - 42d153d0-880d-4d90-b440-4b249c89e5d2 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1476,7 +1476,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1494,13 +1494,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/78459c7f-746a-4551-bce4-4c0544e2d9ce/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/1cb9157d-85d1-400b-81f4-149cbc93cf35/folders?recursive=True response: body: - string: '{"value": [{"id": "a5836ffc-1041-42e0-819e-8c954dbaecd7", "displayName": - "fabcli000003", "workspaceId": "78459c7f-746a-4551-bce4-4c0544e2d9ce"}]}' + string: '{"value": [{"id": "535bb037-4688-443a-b3f9-9049d6e65cdd", "displayName": + "fabcli000003", "workspaceId": "1cb9157d-85d1-400b-81f4-149cbc93cf35"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1509,15 +1509,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '144' + - '145' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:38:46 GMT + - Fri, 06 Feb 2026 08:04:50 GMT Pragma: - no-cache RequestId: - - 3f6acc28-84bb-4377-8810-dc9fc3972017 + - 40703c1b-7b81-4d17-bc77-105fffaa097d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1525,7 +1525,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1543,13 +1543,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/78459c7f-746a-4551-bce4-4c0544e2d9ce/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/1cb9157d-85d1-400b-81f4-149cbc93cf35/folders?recursive=True response: body: - string: '{"value": [{"id": "a5836ffc-1041-42e0-819e-8c954dbaecd7", "displayName": - "fabcli000003", "workspaceId": "78459c7f-746a-4551-bce4-4c0544e2d9ce"}]}' + string: '{"value": [{"id": "535bb037-4688-443a-b3f9-9049d6e65cdd", "displayName": + "fabcli000003", "workspaceId": "1cb9157d-85d1-400b-81f4-149cbc93cf35"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1558,15 +1558,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '144' + - '145' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:38:46 GMT + - Fri, 06 Feb 2026 08:04:51 GMT Pragma: - no-cache RequestId: - - 7d0b44aa-f726-4803-8f7f-6999fa6e6d90 + - 906e717f-cd09-44f1-a98c-0f2ba6740612 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1574,7 +1574,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1592,18 +1592,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "78459c7f-746a-4551-bce4-4c0544e2d9ce", "displayName": "fabcli000001", + {"id": "1cb9157d-85d1-400b-81f4-149cbc93cf35", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "63bad8d0-5d75-4f14-a968-360a6e5a169c", "displayName": "fabcli000002", + {"id": "9d022e35-1614-42f7-97b7-594991c991ca", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -1613,15 +1613,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '635' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:38:46 GMT + - Fri, 06 Feb 2026 08:04:53 GMT Pragma: - no-cache RequestId: - - 5246f263-d36e-43d1-bd2e-5773da96ffac + - 6231bb9a-51ad-448f-b5f1-7ded3ef99965 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1629,7 +1629,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1647,53 +1647,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 - method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/63bad8d0-5d75-4f14-a968-360a6e5a169c/folders?recursive=True - response: - body: - string: '{"requestId": "2b7131bf-fe63-45ad-abcb-edb25ea67600", "errorCode": - "RequestBlocked", "message": "Request is blocked by the upstream service until: - 9/8/2025 2:39:22 PM (UTC)"}' - headers: - Content-Length: - - '169' - Content-Type: - - application/json; charset=utf-8 - Date: - - Mon, 08 Sep 2025 14:38:47 GMT - RequestId: - - 2b7131bf-fe63-45ad-abcb-edb25ea67600 - Retry-After: - - '35' - home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ - request-redirected: - - 'true' - x-ms-public-api-error-code: - - RequestBlocked - status: - code: 429 - message: '' -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Type: - - application/json - User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/63bad8d0-5d75-4f14-a968-360a6e5a169c/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/9d022e35-1614-42f7-97b7-594991c991ca/folders?recursive=True response: body: - string: '{"value": [{"id": "549b3cf2-d5b4-4314-96d9-165c42105baf", "displayName": - "NewFolder", "workspaceId": "63bad8d0-5d75-4f14-a968-360a6e5a169c"}]}' + string: '{"value": [{"id": "8eacc126-73a1-4b8e-9628-303da1071109", "displayName": + "NewFolder", "workspaceId": "9d022e35-1614-42f7-97b7-594991c991ca"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1702,15 +1662,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '140' + - '139' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:39:21 GMT + - Fri, 06 Feb 2026 08:04:53 GMT Pragma: - no-cache RequestId: - - 1d58b63c-0611-4d90-9c8f-ba0a4fde71e7 + - eb07af49-a45b-40e2-a9b0-a1f6061b47cb Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1718,7 +1678,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1736,9 +1696,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/63bad8d0-5d75-4f14-a968-360a6e5a169c/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d022e35-1614-42f7-97b7-594991c991ca/items response: body: string: '{"value": []}' @@ -1754,11 +1714,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:39:22 GMT + - Fri, 06 Feb 2026 08:04:54 GMT Pragma: - no-cache RequestId: - - b9031a38-2c33-40f9-87ff-db133b455027 + - 214c8673-e9cc-4153-a2c5-34f3f3513eba Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1766,7 +1726,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1784,9 +1744,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/63bad8d0-5d75-4f14-a968-360a6e5a169c/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d022e35-1614-42f7-97b7-594991c991ca/items response: body: string: '{"value": []}' @@ -1802,11 +1762,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:39:22 GMT + - Fri, 06 Feb 2026 08:04:54 GMT Pragma: - no-cache RequestId: - - 6c63763f-323e-4d0f-8ec5-b98b68596a07 + - efc01687-e2ba-4250-bbd3-4ceb4857bb5f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1814,7 +1774,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1832,9 +1792,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/63bad8d0-5d75-4f14-a968-360a6e5a169c/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d022e35-1614-42f7-97b7-594991c991ca/items response: body: string: '{"value": []}' @@ -1850,11 +1810,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:39:23 GMT + - Fri, 06 Feb 2026 08:04:55 GMT Pragma: - no-cache RequestId: - - 3ddbbea1-f824-4c86-801a-99bfc6bf2f2b + - 442a9001-572b-4351-b1fe-0dc3f5c4efc7 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1862,7 +1822,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1880,14 +1840,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/78459c7f-746a-4551-bce4-4c0544e2d9ce/items/315947e0-5b87-4190-a657-01e83ff36ca3 + uri: https://api.fabric.microsoft.com/v1/workspaces/1cb9157d-85d1-400b-81f4-149cbc93cf35/items/fc6c5c81-08f5-4655-85e7-9b302d7ad34a response: body: - string: '{"id": "315947e0-5b87-4190-a657-01e83ff36ca3", "type": "Notebook", + string: '{"id": "fc6c5c81-08f5-4655-85e7-9b302d7ad34a", "type": "Notebook", "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": - "78459c7f-746a-4551-bce4-4c0544e2d9ce", "folderId": "a5836ffc-1041-42e0-819e-8c954dbaecd7"}' + "1cb9157d-85d1-400b-81f4-149cbc93cf35", "folderId": "535bb037-4688-443a-b3f9-9049d6e65cdd"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -1896,17 +1856,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '198' + - '197' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:39:22 GMT + - Fri, 06 Feb 2026 08:04:56 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 2696e2c1-6e56-46f1-bfa7-eeb4a6ef92e2 + - 76b1e788-24be-4094-935c-4de133cb413d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1914,7 +1874,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1934,9 +1894,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/78459c7f-746a-4551-bce4-4c0544e2d9ce/items/315947e0-5b87-4190-a657-01e83ff36ca3/getDefinition + uri: https://api.fabric.microsoft.com/v1/workspaces/1cb9157d-85d1-400b-81f4-149cbc93cf35/items/fc6c5c81-08f5-4655-85e7-9b302d7ad34a/getDefinition response: body: string: 'null' @@ -1952,13 +1912,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:39:23 GMT + - Fri, 06 Feb 2026 08:04:58 GMT Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/b814c01d-c360-4278-a195-714b0ec66f26 + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/6b913b16-5202-445b-878c-982db07f21f5 Pragma: - no-cache RequestId: - - 652ef854-b843-4b74-a99f-051abf5e59e0 + - aae5d6a9-ac51-4ef0-bbcc-68cd7a119b1d Retry-After: - '20' Strict-Transport-Security: @@ -1968,11 +1928,11 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' x-ms-operation-id: - - b814c01d-c360-4278-a195-714b0ec66f26 + - 6b913b16-5202-445b-878c-982db07f21f5 status: code: 202 message: Accepted @@ -1988,13 +1948,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/b814c01d-c360-4278-a195-714b0ec66f26 + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/6b913b16-5202-445b-878c-982db07f21f5 response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2025-09-08T14:39:23.5443799", - "lastUpdatedTimeUtc": "2025-09-08T14:39:23.842296", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-06T08:04:58.156057", + "lastUpdatedTimeUtc": "2026-02-06T08:04:58.5156543", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -2004,17 +1964,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '129' + - '128' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:39:43 GMT + - Fri, 06 Feb 2026 08:05:19 GMT Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/b814c01d-c360-4278-a195-714b0ec66f26/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/6b913b16-5202-445b-878c-982db07f21f5/result Pragma: - no-cache RequestId: - - 1fe4e6fd-0f03-4134-84a2-0891fea85a2a + - 13de7f2d-0e9c-4576-856a-47d3e27f862a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2022,7 +1982,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - b814c01d-c360-4278-a195-714b0ec66f26 + - 6b913b16-5202-445b-878c-982db07f21f5 status: code: 200 message: OK @@ -2038,9 +1998,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/b814c01d-c360-4278-a195-714b0ec66f26/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/6b913b16-5202-445b-878c-982db07f21f5/result response: body: string: '{"definition": {"parts": [{"path": "notebook-content.py", "payload": @@ -2057,11 +2017,11 @@ interactions: Content-Type: - application/json Date: - - Mon, 08 Sep 2025 14:39:43 GMT + - Fri, 06 Feb 2026 08:05:20 GMT Pragma: - no-cache RequestId: - - 1d71cde5-a4bc-497c-b56b-cb36a9652235 + - 0e55af32-dd20-4fe4-b0e0-611052bbd8eb Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -2077,7 +2037,7 @@ interactions: body: '{"type": "Notebook", "description": "Created by fab", "displayName": "fabcli000004", "definition": {"parts": [{"path": "notebook-content.py", "payload": "IyBGYWJyaWMgbm90ZWJvb2sgc291cmNlCgojIE1FVEFEQVRBICoqKioqKioqKioqKioqKioqKioqCgojIE1FVEEgewojIE1FVEEgICAia2VybmVsX2luZm8iOiB7CiMgTUVUQSAgICAgIm5hbWUiOiAic3luYXBzZV9weXNwYXJrIgojIE1FVEEgICB9LAojIE1FVEEgICAiZGVwZW5kZW5jaWVzIjoge30KIyBNRVRBIH0KCiMgQ0VMTCAqKioqKioqKioqKioqKioqKioqKgoKIyBXZWxjb21lIHRvIHlvdXIgbmV3IG5vdGVib29rCiMgVHlwZSBoZXJlIGluIHRoZSBjZWxsIGVkaXRvciB0byBhZGQgY29kZSEKCgojIE1FVEFEQVRBICoqKioqKioqKioqKioqKioqKioqCgojIE1FVEEgewojIE1FVEEgICAibGFuZ3VhZ2UiOiAicHl0aG9uIiwKIyBNRVRBICAgImxhbmd1YWdlX2dyb3VwIjogInN5bmFwc2VfcHlzcGFyayIKIyBNRVRBIH0K", "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIk5vdGVib29rIiwKICAgICJkaXNwbGF5TmFtZSI6ICJmYWJjbGkwMDAwMDQiLAogICAgImRlc2NyaXB0aW9uIjogIkNyZWF0ZWQgYnkgZmFiIgogIH0sCiAgImNvbmZpZyI6IHsKICAgICJ2ZXJzaW9uIjogIjIuMCIsCiAgICAibG9naWNhbElkIjogIjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIKICB9Cn0=", - "payloadType": "InlineBase64"}]}, "folderId": "549b3cf2-d5b4-4314-96d9-165c42105baf"}' + "payloadType": "InlineBase64"}]}, "folderId": "8eacc126-73a1-4b8e-9628-303da1071109"}' headers: Accept: - '*/*' @@ -2090,9 +2050,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/63bad8d0-5d75-4f14-a968-360a6e5a169c/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d022e35-1614-42f7-97b7-594991c991ca/items response: body: string: 'null' @@ -2108,15 +2068,15 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:39:44 GMT + - Fri, 06 Feb 2026 08:05:22 GMT ETag: - '""' Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/489d2219-7eff-49d8-bf8d-61ce44de0211 + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/7eed67c6-f284-41f6-a366-f017aeec0d17 Pragma: - no-cache RequestId: - - 2cc32e53-88c5-4eb5-89d6-114228834f73 + - fe4414b2-2781-4fa5-b62d-9e83ca75ca1d Retry-After: - '20' Strict-Transport-Security: @@ -2126,11 +2086,11 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' x-ms-operation-id: - - 489d2219-7eff-49d8-bf8d-61ce44de0211 + - 7eed67c6-f284-41f6-a366-f017aeec0d17 status: code: 202 message: Accepted @@ -2146,13 +2106,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/489d2219-7eff-49d8-bf8d-61ce44de0211 + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/7eed67c6-f284-41f6-a366-f017aeec0d17 response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2025-09-08T14:39:44.5188732", - "lastUpdatedTimeUtc": "2025-09-08T14:39:46.2700163", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-06T08:05:21.999684", + "lastUpdatedTimeUtc": "2026-02-06T08:05:23.4841001", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -2162,17 +2122,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '132' + - '129' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:40:05 GMT + - Fri, 06 Feb 2026 08:05:43 GMT Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/489d2219-7eff-49d8-bf8d-61ce44de0211/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/7eed67c6-f284-41f6-a366-f017aeec0d17/result Pragma: - no-cache RequestId: - - 3a38f93f-19c0-488d-8764-ca46e39bbc2a + - f6734e12-5eb2-45c5-8711-246d4fe04217 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2180,7 +2140,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - 489d2219-7eff-49d8-bf8d-61ce44de0211 + - 7eed67c6-f284-41f6-a366-f017aeec0d17 status: code: 200 message: OK @@ -2196,14 +2156,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/489d2219-7eff-49d8-bf8d-61ce44de0211/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/7eed67c6-f284-41f6-a366-f017aeec0d17/result response: body: - string: '{"id": "8f8485eb-6241-4860-93c3-bbb052b9e871", "type": "Notebook", + string: '{"id": "f5ef9671-6fbd-4bbb-96b6-67d2c8390ba4", "type": "Notebook", "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": - "63bad8d0-5d75-4f14-a968-360a6e5a169c", "folderId": "549b3cf2-d5b4-4314-96d9-165c42105baf"}' + "9d022e35-1614-42f7-97b7-594991c991ca", "folderId": "8eacc126-73a1-4b8e-9628-303da1071109"}' headers: Access-Control-Expose-Headers: - RequestId @@ -2214,11 +2174,11 @@ interactions: Content-Type: - application/json Date: - - Mon, 08 Sep 2025 14:40:04 GMT + - Fri, 06 Feb 2026 08:05:44 GMT Pragma: - no-cache RequestId: - - ba523808-fb15-4082-a62d-531a0c412fdf + - b1ab5a7e-23d0-44db-a733-78b3306baf86 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -2242,14 +2202,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/78459c7f-746a-4551-bce4-4c0544e2d9ce/items + uri: https://api.fabric.microsoft.com/v1/workspaces/1cb9157d-85d1-400b-81f4-149cbc93cf35/items response: body: - string: '{"value": [{"id": "315947e0-5b87-4190-a657-01e83ff36ca3", "type": "Notebook", + string: '{"value": [{"id": "fc6c5c81-08f5-4655-85e7-9b302d7ad34a", "type": "Notebook", "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": - "78459c7f-746a-4551-bce4-4c0544e2d9ce", "folderId": "a5836ffc-1041-42e0-819e-8c954dbaecd7"}]}' + "1cb9157d-85d1-400b-81f4-149cbc93cf35", "folderId": "535bb037-4688-443a-b3f9-9049d6e65cdd"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2262,11 +2222,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:40:05 GMT + - Fri, 06 Feb 2026 08:05:46 GMT Pragma: - no-cache RequestId: - - a2408272-c3df-4a38-84df-b0643c23e6c2 + - efd36db8-46be-4bef-99b8-6a7d191822c4 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2274,7 +2234,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2292,13 +2252,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/78459c7f-746a-4551-bce4-4c0544e2d9ce/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/1cb9157d-85d1-400b-81f4-149cbc93cf35/folders?recursive=True response: body: - string: '{"value": [{"id": "a5836ffc-1041-42e0-819e-8c954dbaecd7", "displayName": - "fabcli000003", "workspaceId": "78459c7f-746a-4551-bce4-4c0544e2d9ce"}]}' + string: '{"value": [{"id": "535bb037-4688-443a-b3f9-9049d6e65cdd", "displayName": + "fabcli000003", "workspaceId": "1cb9157d-85d1-400b-81f4-149cbc93cf35"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2307,15 +2267,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '144' + - '145' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:40:05 GMT + - Fri, 06 Feb 2026 08:05:46 GMT Pragma: - no-cache RequestId: - - aad0db49-c40a-4465-aae4-a25ba9c1a3f9 + - b51f8264-5b10-4e8e-89c3-289f68e48f75 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2323,7 +2283,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2341,13 +2301,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/78459c7f-746a-4551-bce4-4c0544e2d9ce/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/1cb9157d-85d1-400b-81f4-149cbc93cf35/folders?recursive=True response: body: - string: '{"value": [{"id": "a5836ffc-1041-42e0-819e-8c954dbaecd7", "displayName": - "fabcli000003", "workspaceId": "78459c7f-746a-4551-bce4-4c0544e2d9ce"}]}' + string: '{"value": [{"id": "535bb037-4688-443a-b3f9-9049d6e65cdd", "displayName": + "fabcli000003", "workspaceId": "1cb9157d-85d1-400b-81f4-149cbc93cf35"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2356,15 +2316,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '144' + - '145' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:40:05 GMT + - Fri, 06 Feb 2026 08:05:47 GMT Pragma: - no-cache RequestId: - - 2aa52518-b475-4ec9-b518-fd1d8872eecc + - 8ed51ead-745b-4d75-88b0-3d8af03b961f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2372,7 +2332,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2390,18 +2350,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "78459c7f-746a-4551-bce4-4c0544e2d9ce", "displayName": "fabcli000001", + {"id": "1cb9157d-85d1-400b-81f4-149cbc93cf35", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "63bad8d0-5d75-4f14-a968-360a6e5a169c", "displayName": "fabcli000002", + {"id": "9d022e35-1614-42f7-97b7-594991c991ca", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -2411,15 +2371,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '635' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:40:06 GMT + - Fri, 06 Feb 2026 08:05:48 GMT Pragma: - no-cache RequestId: - - 8719aabb-e5df-4c49-8c52-4211a2985f4b + - 0f8123c8-765d-4208-8f45-061103b07c37 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2427,7 +2387,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2445,14 +2405,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/63bad8d0-5d75-4f14-a968-360a6e5a169c/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d022e35-1614-42f7-97b7-594991c991ca/items response: body: - string: '{"value": [{"id": "8f8485eb-6241-4860-93c3-bbb052b9e871", "type": "Notebook", + string: '{"value": [{"id": "f5ef9671-6fbd-4bbb-96b6-67d2c8390ba4", "type": "Notebook", "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": - "63bad8d0-5d75-4f14-a968-360a6e5a169c", "folderId": "549b3cf2-d5b4-4314-96d9-165c42105baf"}]}' + "9d022e35-1614-42f7-97b7-594991c991ca", "folderId": "8eacc126-73a1-4b8e-9628-303da1071109"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2465,11 +2425,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:40:06 GMT + - Fri, 06 Feb 2026 08:05:49 GMT Pragma: - no-cache RequestId: - - f7bfcf2c-e694-44c2-9bf7-bcde01b02134 + - 796a8b2c-ed00-4ce0-a1b1-38879df31e83 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2477,7 +2437,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2495,13 +2455,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/63bad8d0-5d75-4f14-a968-360a6e5a169c/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/9d022e35-1614-42f7-97b7-594991c991ca/folders?recursive=True response: body: - string: '{"value": [{"id": "549b3cf2-d5b4-4314-96d9-165c42105baf", "displayName": - "NewFolder", "workspaceId": "63bad8d0-5d75-4f14-a968-360a6e5a169c"}]}' + string: '{"value": [{"id": "8eacc126-73a1-4b8e-9628-303da1071109", "displayName": + "NewFolder", "workspaceId": "9d022e35-1614-42f7-97b7-594991c991ca"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2510,15 +2470,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '140' + - '139' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:40:06 GMT + - Fri, 06 Feb 2026 08:05:50 GMT Pragma: - no-cache RequestId: - - 82d9af52-6281-4ec9-bd52-0d623cabe7bc + - 301d7e0c-f95a-442c-ab36-037b823a16e2 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2526,7 +2486,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2544,13 +2504,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/63bad8d0-5d75-4f14-a968-360a6e5a169c/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/9d022e35-1614-42f7-97b7-594991c991ca/folders?recursive=True response: body: - string: '{"value": [{"id": "549b3cf2-d5b4-4314-96d9-165c42105baf", "displayName": - "NewFolder", "workspaceId": "63bad8d0-5d75-4f14-a968-360a6e5a169c"}]}' + string: '{"value": [{"id": "8eacc126-73a1-4b8e-9628-303da1071109", "displayName": + "NewFolder", "workspaceId": "9d022e35-1614-42f7-97b7-594991c991ca"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2559,15 +2519,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '140' + - '139' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:40:06 GMT + - Fri, 06 Feb 2026 08:05:51 GMT Pragma: - no-cache RequestId: - - 0c753733-4ae4-4a98-a366-217d23c56b20 + - 4c53b8f6-c08f-4780-a291-fbffdbaf93d7 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2575,7 +2535,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2593,18 +2553,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "78459c7f-746a-4551-bce4-4c0544e2d9ce", "displayName": "fabcli000001", + {"id": "1cb9157d-85d1-400b-81f4-149cbc93cf35", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "63bad8d0-5d75-4f14-a968-360a6e5a169c", "displayName": "fabcli000002", + {"id": "9d022e35-1614-42f7-97b7-594991c991ca", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -2614,15 +2574,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '635' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:40:06 GMT + - Fri, 06 Feb 2026 08:05:51 GMT Pragma: - no-cache RequestId: - - 5d894cfc-8c94-4d43-811c-c313e25dc890 + - 73254683-ce5c-49cc-a2dc-ce31d1fc3d93 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2630,7 +2590,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2648,13 +2608,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/63bad8d0-5d75-4f14-a968-360a6e5a169c/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/9d022e35-1614-42f7-97b7-594991c991ca/folders?recursive=True response: body: - string: '{"value": [{"id": "549b3cf2-d5b4-4314-96d9-165c42105baf", "displayName": - "NewFolder", "workspaceId": "63bad8d0-5d75-4f14-a968-360a6e5a169c"}]}' + string: '{"value": [{"id": "8eacc126-73a1-4b8e-9628-303da1071109", "displayName": + "NewFolder", "workspaceId": "9d022e35-1614-42f7-97b7-594991c991ca"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2663,15 +2623,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '140' + - '139' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:40:07 GMT + - Fri, 06 Feb 2026 08:05:53 GMT Pragma: - no-cache RequestId: - - 59406969-aebd-4e23-87ee-812d12f2db47 + - 1b7fb336-e655-49d7-8ec7-1d311c38d89c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2679,7 +2639,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2697,14 +2657,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/63bad8d0-5d75-4f14-a968-360a6e5a169c/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d022e35-1614-42f7-97b7-594991c991ca/items response: body: - string: '{"value": [{"id": "8f8485eb-6241-4860-93c3-bbb052b9e871", "type": "Notebook", + string: '{"value": [{"id": "f5ef9671-6fbd-4bbb-96b6-67d2c8390ba4", "type": "Notebook", "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": - "63bad8d0-5d75-4f14-a968-360a6e5a169c", "folderId": "549b3cf2-d5b4-4314-96d9-165c42105baf"}]}' + "9d022e35-1614-42f7-97b7-594991c991ca", "folderId": "8eacc126-73a1-4b8e-9628-303da1071109"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2717,11 +2677,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:40:06 GMT + - Fri, 06 Feb 2026 08:05:53 GMT Pragma: - no-cache RequestId: - - faafe6f6-9185-40cf-b3ed-f44e1e789ff3 + - d34ec4ad-713d-49f9-9b88-7977442026fa Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2729,7 +2689,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2747,13 +2707,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/63bad8d0-5d75-4f14-a968-360a6e5a169c/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/9d022e35-1614-42f7-97b7-594991c991ca/folders?recursive=True response: body: - string: '{"value": [{"id": "549b3cf2-d5b4-4314-96d9-165c42105baf", "displayName": - "NewFolder", "workspaceId": "63bad8d0-5d75-4f14-a968-360a6e5a169c"}]}' + string: '{"value": [{"id": "8eacc126-73a1-4b8e-9628-303da1071109", "displayName": + "NewFolder", "workspaceId": "9d022e35-1614-42f7-97b7-594991c991ca"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2762,15 +2722,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '140' + - '139' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:40:07 GMT + - Fri, 06 Feb 2026 08:05:54 GMT Pragma: - no-cache RequestId: - - 4c38667b-d0d7-41b3-8428-ead92960d9c3 + - 9980a13f-a9a5-4c7d-8210-f775c5feadde Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2778,7 +2738,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2796,13 +2756,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/63bad8d0-5d75-4f14-a968-360a6e5a169c/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/9d022e35-1614-42f7-97b7-594991c991ca/folders?recursive=True response: body: - string: '{"value": [{"id": "549b3cf2-d5b4-4314-96d9-165c42105baf", "displayName": - "NewFolder", "workspaceId": "63bad8d0-5d75-4f14-a968-360a6e5a169c"}]}' + string: '{"value": [{"id": "8eacc126-73a1-4b8e-9628-303da1071109", "displayName": + "NewFolder", "workspaceId": "9d022e35-1614-42f7-97b7-594991c991ca"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2811,15 +2771,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '140' + - '139' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:40:07 GMT + - Fri, 06 Feb 2026 08:05:55 GMT Pragma: - no-cache RequestId: - - 1de0afe3-23a8-426b-b909-9c508041ac38 + - f0dbc9f5-a075-4a35-a30c-d2975ef3b274 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2827,7 +2787,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2845,18 +2805,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "78459c7f-746a-4551-bce4-4c0544e2d9ce", "displayName": "fabcli000001", + {"id": "1cb9157d-85d1-400b-81f4-149cbc93cf35", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "63bad8d0-5d75-4f14-a968-360a6e5a169c", "displayName": "fabcli000002", + {"id": "9d022e35-1614-42f7-97b7-594991c991ca", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -2866,15 +2826,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '635' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:40:07 GMT + - Fri, 06 Feb 2026 08:05:55 GMT Pragma: - no-cache RequestId: - - 9f8114b9-5a89-4066-bc0e-50797a6304fa + - 108e5143-825a-4a92-a380-ae51ca306884 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2882,7 +2842,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2900,13 +2860,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/78459c7f-746a-4551-bce4-4c0544e2d9ce/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/1cb9157d-85d1-400b-81f4-149cbc93cf35/folders?recursive=True response: body: - string: '{"value": [{"id": "a5836ffc-1041-42e0-819e-8c954dbaecd7", "displayName": - "fabcli000003", "workspaceId": "78459c7f-746a-4551-bce4-4c0544e2d9ce"}]}' + string: '{"value": [{"id": "535bb037-4688-443a-b3f9-9049d6e65cdd", "displayName": + "fabcli000003", "workspaceId": "1cb9157d-85d1-400b-81f4-149cbc93cf35"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2915,15 +2875,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '144' + - '145' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:40:08 GMT + - Fri, 06 Feb 2026 08:05:56 GMT Pragma: - no-cache RequestId: - - 9123631d-3e80-4549-9dbc-948ad46a3d73 + - b7f2cdc0-1d04-492a-9334-2ef20b90b982 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2931,7 +2891,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2949,14 +2909,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/78459c7f-746a-4551-bce4-4c0544e2d9ce/items + uri: https://api.fabric.microsoft.com/v1/workspaces/1cb9157d-85d1-400b-81f4-149cbc93cf35/items response: body: - string: '{"value": [{"id": "315947e0-5b87-4190-a657-01e83ff36ca3", "type": "Notebook", + string: '{"value": [{"id": "fc6c5c81-08f5-4655-85e7-9b302d7ad34a", "type": "Notebook", "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": - "78459c7f-746a-4551-bce4-4c0544e2d9ce", "folderId": "a5836ffc-1041-42e0-819e-8c954dbaecd7"}]}' + "1cb9157d-85d1-400b-81f4-149cbc93cf35", "folderId": "535bb037-4688-443a-b3f9-9049d6e65cdd"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2969,11 +2929,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:40:07 GMT + - Fri, 06 Feb 2026 08:05:57 GMT Pragma: - no-cache RequestId: - - d0cc8fc0-d52f-4f5a-b4d7-9f3449cdd542 + - a0f6e272-6ee0-4947-81a5-d33e30286a1e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2981,7 +2941,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2999,13 +2959,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/78459c7f-746a-4551-bce4-4c0544e2d9ce/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/1cb9157d-85d1-400b-81f4-149cbc93cf35/folders?recursive=True response: body: - string: '{"value": [{"id": "a5836ffc-1041-42e0-819e-8c954dbaecd7", "displayName": - "fabcli000003", "workspaceId": "78459c7f-746a-4551-bce4-4c0544e2d9ce"}]}' + string: '{"value": [{"id": "535bb037-4688-443a-b3f9-9049d6e65cdd", "displayName": + "fabcli000003", "workspaceId": "1cb9157d-85d1-400b-81f4-149cbc93cf35"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3014,15 +2974,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '144' + - '145' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:40:08 GMT + - Fri, 06 Feb 2026 08:05:59 GMT Pragma: - no-cache RequestId: - - dc4d3bff-4e16-4450-9976-c2530b97fa57 + - efe5ddb6-3821-4196-b7c1-1a6b4225fc3e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3030,7 +2990,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3050,9 +3010,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/78459c7f-746a-4551-bce4-4c0544e2d9ce/items/315947e0-5b87-4190-a657-01e83ff36ca3 + uri: https://api.fabric.microsoft.com/v1/workspaces/1cb9157d-85d1-400b-81f4-149cbc93cf35/items/fc6c5c81-08f5-4655-85e7-9b302d7ad34a response: body: string: '' @@ -3068,11 +3028,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:40:08 GMT + - Fri, 06 Feb 2026 08:05:59 GMT Pragma: - no-cache RequestId: - - 5f9ed39e-e5d6-42a7-a011-9f59c6f52e42 + - 63671653-fb9e-4b31-a53b-4ce782d95b1d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3080,7 +3040,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3098,18 +3058,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "78459c7f-746a-4551-bce4-4c0544e2d9ce", "displayName": "fabcli000001", + {"id": "1cb9157d-85d1-400b-81f4-149cbc93cf35", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "63bad8d0-5d75-4f14-a968-360a6e5a169c", "displayName": "fabcli000002", + {"id": "9d022e35-1614-42f7-97b7-594991c991ca", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -3119,15 +3079,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '635' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:40:08 GMT + - Fri, 06 Feb 2026 08:06:00 GMT Pragma: - no-cache RequestId: - - b4465aaa-a803-44c8-be3b-3459dffc9631 + - 12e88d19-6919-4cd7-adfd-23146106a94b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3135,7 +3095,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3153,53 +3113,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 - method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/78459c7f-746a-4551-bce4-4c0544e2d9ce/folders?recursive=True - response: - body: - string: '{"requestId": "a4539d93-f757-4462-b3ca-715ce2b231eb", "errorCode": - "RequestBlocked", "message": "Request is blocked by the upstream service until: - 9/8/2025 2:40:23 PM (UTC)"}' - headers: - Content-Length: - - '169' - Content-Type: - - application/json; charset=utf-8 - Date: - - Mon, 08 Sep 2025 14:40:08 GMT - RequestId: - - a4539d93-f757-4462-b3ca-715ce2b231eb - Retry-After: - - '14' - home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ - request-redirected: - - 'true' - x-ms-public-api-error-code: - - RequestBlocked - status: - code: 429 - message: '' -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Type: - - application/json - User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/78459c7f-746a-4551-bce4-4c0544e2d9ce/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/1cb9157d-85d1-400b-81f4-149cbc93cf35/folders?recursive=True response: body: - string: '{"value": [{"id": "a5836ffc-1041-42e0-819e-8c954dbaecd7", "displayName": - "fabcli000003", "workspaceId": "78459c7f-746a-4551-bce4-4c0544e2d9ce"}]}' + string: '{"value": [{"id": "535bb037-4688-443a-b3f9-9049d6e65cdd", "displayName": + "fabcli000003", "workspaceId": "1cb9157d-85d1-400b-81f4-149cbc93cf35"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3208,15 +3128,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '144' + - '145' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:40:23 GMT + - Fri, 06 Feb 2026 08:06:01 GMT Pragma: - no-cache RequestId: - - a008062a-9f30-412b-95a0-cc6dc50a44d3 + - 599df93d-da15-4234-9223-9f75af5d5add Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3224,7 +3144,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3244,9 +3164,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/78459c7f-746a-4551-bce4-4c0544e2d9ce/folders/a5836ffc-1041-42e0-819e-8c954dbaecd7 + uri: https://api.fabric.microsoft.com/v1/workspaces/1cb9157d-85d1-400b-81f4-149cbc93cf35/folders/535bb037-4688-443a-b3f9-9049d6e65cdd response: body: string: '' @@ -3262,11 +3182,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:40:22 GMT + - Fri, 06 Feb 2026 08:06:01 GMT Pragma: - no-cache RequestId: - - b07a71ad-babd-4ba3-a0fc-882929a412fa + - 17ada550-7312-4194-a24d-616e000a2938 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3274,7 +3194,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3292,18 +3212,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "78459c7f-746a-4551-bce4-4c0544e2d9ce", "displayName": "fabcli000001", + {"id": "1cb9157d-85d1-400b-81f4-149cbc93cf35", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "63bad8d0-5d75-4f14-a968-360a6e5a169c", "displayName": "fabcli000002", + {"id": "9d022e35-1614-42f7-97b7-594991c991ca", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -3313,15 +3233,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '635' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:40:23 GMT + - Fri, 06 Feb 2026 08:06:02 GMT Pragma: - no-cache RequestId: - - f45c6598-55d7-4b33-a059-edf1df9e5b1f + - e17447ed-1701-4f15-9296-1a68d2d9d49d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3329,7 +3249,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3347,9 +3267,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/78459c7f-746a-4551-bce4-4c0544e2d9ce/items + uri: https://api.fabric.microsoft.com/v1/workspaces/1cb9157d-85d1-400b-81f4-149cbc93cf35/items response: body: string: '{"value": []}' @@ -3365,11 +3285,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:40:23 GMT + - Fri, 06 Feb 2026 08:06:03 GMT Pragma: - no-cache RequestId: - - ce524680-2763-46cf-bdba-b8b7a4770cb6 + - 3d3d0cef-7e35-4a50-a381-279d1b76c408 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3377,7 +3297,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3397,9 +3317,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/78459c7f-746a-4551-bce4-4c0544e2d9ce + uri: https://api.fabric.microsoft.com/v1/workspaces/1cb9157d-85d1-400b-81f4-149cbc93cf35 response: body: string: '' @@ -3415,11 +3335,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:40:24 GMT + - Fri, 06 Feb 2026 08:06:03 GMT Pragma: - no-cache RequestId: - - 14db5feb-b2ee-4da5-b990-c34d1d699502 + - 343ef7f7-c354-4172-90fb-40b030bbd43c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3427,7 +3347,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3445,16 +3365,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "63bad8d0-5d75-4f14-a968-360a6e5a169c", "displayName": "fabcli000002", + {"id": "9d022e35-1614-42f7-97b7-594991c991ca", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -3464,15 +3384,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '601' + - '2840' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:40:24 GMT + - Fri, 06 Feb 2026 08:06:04 GMT Pragma: - no-cache RequestId: - - f5ed11e2-f599-4be4-9b66-ca1c69156b5d + - fafa4006-744d-41fd-9302-bf8276230948 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3480,7 +3400,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3498,14 +3418,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/63bad8d0-5d75-4f14-a968-360a6e5a169c/items + uri: https://api.fabric.microsoft.com/v1/workspaces/9d022e35-1614-42f7-97b7-594991c991ca/items response: body: - string: '{"value": [{"id": "8f8485eb-6241-4860-93c3-bbb052b9e871", "type": "Notebook", + string: '{"value": [{"id": "f5ef9671-6fbd-4bbb-96b6-67d2c8390ba4", "type": "Notebook", "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": - "63bad8d0-5d75-4f14-a968-360a6e5a169c", "folderId": "549b3cf2-d5b4-4314-96d9-165c42105baf"}]}' + "9d022e35-1614-42f7-97b7-594991c991ca", "folderId": "8eacc126-73a1-4b8e-9628-303da1071109"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3518,11 +3438,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:40:24 GMT + - Fri, 06 Feb 2026 08:06:06 GMT Pragma: - no-cache RequestId: - - 1c870e2c-166e-4a97-ad10-19a24b95293c + - 2c32343a-61e8-4a89-9be1-cda2c1d7a9d3 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3530,7 +3450,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3548,13 +3468,53 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/9d022e35-1614-42f7-97b7-594991c991ca/folders?recursive=True + response: + body: + string: '{"requestId": "4db7733d-f578-40db-9b7b-99224902c508", "errorCode": + "RequestBlocked", "message": "Request is blocked by the upstream service until: + 2/6/2026 8:06:47 AM (UTC)", "isRetriable": true}' + headers: + Content-Length: + - '188' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:06:05 GMT + RequestId: + - 4db7733d-f578-40db-9b7b-99224902c508 + Retry-After: + - '41' + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-public-api-error-code: + - RequestBlocked + status: + code: 429 + message: '' +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/63bad8d0-5d75-4f14-a968-360a6e5a169c/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/9d022e35-1614-42f7-97b7-594991c991ca/folders?recursive=True response: body: - string: '{"value": [{"id": "549b3cf2-d5b4-4314-96d9-165c42105baf", "displayName": - "NewFolder", "workspaceId": "63bad8d0-5d75-4f14-a968-360a6e5a169c"}]}' + string: '{"value": [{"id": "8eacc126-73a1-4b8e-9628-303da1071109", "displayName": + "NewFolder", "workspaceId": "9d022e35-1614-42f7-97b7-594991c991ca"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3563,15 +3523,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '140' + - '139' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:40:24 GMT + - Fri, 06 Feb 2026 08:06:50 GMT Pragma: - no-cache RequestId: - - b96507f4-1bdf-4d8c-bdf0-2c656b4e8289 + - 6e274404-05f2-4b7e-9bc7-1a46bc97a85d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3579,7 +3539,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3599,9 +3559,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/63bad8d0-5d75-4f14-a968-360a6e5a169c + uri: https://api.fabric.microsoft.com/v1/workspaces/9d022e35-1614-42f7-97b7-594991c991ca response: body: string: '' @@ -3617,11 +3577,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:40:24 GMT + - Fri, 06 Feb 2026 08:06:51 GMT Pragma: - no-cache RequestId: - - 9a7ed103-5dd4-4f9b-83f0-53e53af72b3b + - d1385f2d-0bf3-453c-b73b-79b3226d61a4 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3629,7 +3589,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: diff --git a/tests/test_commands/recordings/test_commands/test_cp/test_cp_folder_to_same_workspace_success.yaml b/tests/test_commands/recordings/test_commands/test_cp/test_cp_folder_to_same_workspace_success.yaml index 8397c0ac..d4a5f55b 100644 --- a/tests/test_commands/recordings/test_commands/test_cp/test_cp_folder_to_same_workspace_success.yaml +++ b/tests/test_commands/recordings/test_commands/test_cp/test_cp_folder_to_same_workspace_success.yaml @@ -11,13 +11,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "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: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:40:24 GMT + - Fri, 06 Feb 2026 08:06:52 GMT Pragma: - no-cache RequestId: - - d624b982-4746-4404-9835-05f03b7829ae + - c92dfe5b-7c01-4bb9-8afa-0f582ac4976e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -44,7 +44,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -62,13 +62,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -79,15 +79,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:40:24 GMT + - Fri, 06 Feb 2026 08:06:53 GMT Pragma: - no-cache RequestId: - - 3ce5eccf-dd66-431a-b5cc-00c91883b198 + - e72a88fc-458e-49ed-b73d-e8478ac788fd Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -95,7 +95,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -113,13 +113,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 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": "F16", "region": "West Europe", "state": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": "Active"}]}' headers: Access-Control-Expose-Headers: @@ -129,15 +129,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '456' + - '427' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:40:29 GMT + - Fri, 06 Feb 2026 08:06:59 GMT Pragma: - no-cache RequestId: - - 067839aa-01c1-4ceb-8a71-47d310fb8388 + - 229615dc-e8da-4e76-abe1-2a3ff1fefcb0 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -145,7 +145,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -166,12 +166,12 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"id": "d9fccd23-2442-4b79-bb9d-64968e14aa0d", "displayName": "fabcli000001", + string: '{"id": "43f38a69-aa95-4193-b265-3ac2028a6a5d", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' headers: Access-Control-Expose-Headers: @@ -181,17 +181,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '166' + - '167' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:40:37 GMT + - Fri, 06 Feb 2026 08:07:05 GMT Location: - - https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d + - https://api.fabric.microsoft.com/v1/workspaces/43f38a69-aa95-4193-b265-3ac2028a6a5d Pragma: - no-cache RequestId: - - 5332d216-0c60-4e16-a311-44cadabd7129 + - 12e80c29-0498-42ae-b068-76bf363592b3 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -199,7 +199,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -217,16 +217,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "d9fccd23-2442-4b79-bb9d-64968e14aa0d", "displayName": "fabcli000001", + {"id": "43f38a69-aa95-4193-b265-3ac2028a6a5d", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -236,15 +236,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '600' + - '2843' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:40:37 GMT + - Fri, 06 Feb 2026 08:07:06 GMT Pragma: - no-cache RequestId: - - ae702784-d028-4121-9233-72b9f39b4979 + - c510b241-13af-408b-863d-e2a28c6b51fc Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -252,7 +252,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -270,9 +270,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/43f38a69-aa95-4193-b265-3ac2028a6a5d/folders?recursive=True response: body: string: '{"value": []}' @@ -288,11 +288,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:40:37 GMT + - Fri, 06 Feb 2026 08:07:07 GMT Pragma: - no-cache RequestId: - - b66715a8-5243-4a43-81c6-11ac2317ba99 + - 43ad2677-ac07-4ee6-b227-0ab60c6283d4 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -300,7 +300,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -318,9 +318,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/43f38a69-aa95-4193-b265-3ac2028a6a5d/folders?recursive=True response: body: string: '{"value": []}' @@ -336,11 +336,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:40:38 GMT + - Fri, 06 Feb 2026 08:07:08 GMT Pragma: - no-cache RequestId: - - 6f46292a-fba2-4298-b098-40c076a4650e + - 8859b09b-a291-4a64-90b4-8b31ea9e54ae Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -348,7 +348,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -368,13 +368,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d/folders + uri: https://api.fabric.microsoft.com/v1/workspaces/43f38a69-aa95-4193-b265-3ac2028a6a5d/folders response: body: - string: '{"id": "df77ee34-a676-476f-b8f0-7e65c08d6e54", "displayName": "fabcli000002", - "workspaceId": "d9fccd23-2442-4b79-bb9d-64968e14aa0d"}' + string: '{"id": "fcdedc27-b0d3-494f-8ffa-c36ec15a5887", "displayName": "fabcli000002", + "workspaceId": "43f38a69-aa95-4193-b265-3ac2028a6a5d"}' headers: Access-Control-Expose-Headers: - RequestId,Location @@ -383,17 +383,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '133' + - '130' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:40:38 GMT + - Fri, 06 Feb 2026 08:07:09 GMT Location: - - https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d/folders/df77ee34-a676-476f-b8f0-7e65c08d6e54 + - https://api.fabric.microsoft.com/v1/workspaces/43f38a69-aa95-4193-b265-3ac2028a6a5d/folders/fcdedc27-b0d3-494f-8ffa-c36ec15a5887 Pragma: - no-cache RequestId: - - 356e9ffb-5143-46a9-8695-d75ff9de1c96 + - 9d079626-e409-4bd0-b529-f23c979137ed Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -401,7 +401,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -419,16 +419,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "d9fccd23-2442-4b79-bb9d-64968e14aa0d", "displayName": "fabcli000001", + {"id": "43f38a69-aa95-4193-b265-3ac2028a6a5d", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -438,15 +438,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '600' + - '2843' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:40:38 GMT + - Fri, 06 Feb 2026 08:07:10 GMT Pragma: - no-cache RequestId: - - 5f5c045b-3678-4096-b29b-6fe3ff046a22 + - bdcc58d0-0e19-4b69-b63c-a93c813ea24f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -454,7 +454,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -472,13 +472,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/43f38a69-aa95-4193-b265-3ac2028a6a5d/folders?recursive=True response: body: - string: '{"value": [{"id": "df77ee34-a676-476f-b8f0-7e65c08d6e54", "displayName": - "fabcli000002", "workspaceId": "d9fccd23-2442-4b79-bb9d-64968e14aa0d"}]}' + string: '{"value": [{"id": "fcdedc27-b0d3-494f-8ffa-c36ec15a5887", "displayName": + "fabcli000002", "workspaceId": "43f38a69-aa95-4193-b265-3ac2028a6a5d"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -487,15 +487,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '144' + - '141' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:40:38 GMT + - Fri, 06 Feb 2026 08:07:11 GMT Pragma: - no-cache RequestId: - - 65d5b22a-3390-4627-9eb6-fe5077c61c42 + - 6cd5f567-1aa3-44e0-b57e-7c4effd0bb2a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -503,7 +503,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -521,9 +521,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d/items + uri: https://api.fabric.microsoft.com/v1/workspaces/43f38a69-aa95-4193-b265-3ac2028a6a5d/items response: body: string: '{"value": []}' @@ -539,11 +539,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:40:38 GMT + - Fri, 06 Feb 2026 08:07:11 GMT Pragma: - no-cache RequestId: - - dc50e56e-65df-4fd2-8960-5a56410b71d9 + - 82655331-2680-41f0-8f49-7054799636a9 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -551,7 +551,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -569,9 +569,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d/items + uri: https://api.fabric.microsoft.com/v1/workspaces/43f38a69-aa95-4193-b265-3ac2028a6a5d/items response: body: string: '{"value": []}' @@ -587,11 +587,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:40:38 GMT + - Fri, 06 Feb 2026 08:07:12 GMT Pragma: - no-cache RequestId: - - aede3341-4c05-4b82-aa11-a27c59c2401d + - 3f82db06-bb06-4815-a6ab-83a02bbfec45 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -599,7 +599,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -607,7 +607,7 @@ interactions: message: OK - request: body: '{"description": "Created by fab", "displayName": "fabcli000003", "type": - "Notebook", "folderId": "df77ee34-a676-476f-b8f0-7e65c08d6e54", "definition": + "Notebook", "folderId": "fcdedc27-b0d3-494f-8ffa-c36ec15a5887", "definition": {"parts": [{"path": "notebook-content.py", "payload": "IyBGYWJyaWMgbm90ZWJvb2sgc291cmNlCgojIE1FVEFEQVRBICoqKioqKioqKioqKioqKioqKioqCgojIE1FVEEgewojIE1FVEEgICAia2VybmVsX2luZm8iOiB7CiMgTUVUQSAgICAgIm5hbWUiOiAic3luYXBzZV9weXNwYXJrIgojIE1FVEEgICB9LAojIE1FVEEgICAiZGVwZW5kZW5jaWVzIjoge30KIyBNRVRBIH0KCiMgQ0VMTCAqKioqKioqKioqKioqKioqKioqKgoKIyBXZWxjb21lIHRvIHlvdXIgbmV3IG5vdGVib29rCiMgVHlwZSBoZXJlIGluIHRoZSBjZWxsIGVkaXRvciB0byBhZGQgY29kZSEKCgojIE1FVEFEQVRBICoqKioqKioqKioqKioqKioqKioqCgojIE1FVEEgewojIE1FVEEgICAibGFuZ3VhZ2UiOiAicHl0aG9uIiwKIyBNRVRBICAgImxhbmd1YWdlX2dyb3VwIjogInN5bmFwc2VfcHlzcGFyayIKIyBNRVRBIH0K", "payloadType": "InlineBase64"}]}}' headers: @@ -622,9 +622,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d/notebooks + uri: https://api.fabric.microsoft.com/v1/workspaces/43f38a69-aa95-4193-b265-3ac2028a6a5d/notebooks response: body: string: 'null' @@ -640,15 +640,15 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:40:39 GMT + - Fri, 06 Feb 2026 08:07:14 GMT ETag: - '""' Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/a1e27e67-a47a-45a6-9498-4bf31ef31d31 + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/779c763c-4cb0-4821-bc48-771985b10e2b Pragma: - no-cache RequestId: - - f7e3f7cd-96df-47ea-8e6f-9e8741fdeada + - 6c844e66-d7f3-4181-8eba-4ba7fae651d4 Retry-After: - '20' Strict-Transport-Security: @@ -658,11 +658,11 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' x-ms-operation-id: - - a1e27e67-a47a-45a6-9498-4bf31ef31d31 + - 779c763c-4cb0-4821-bc48-771985b10e2b status: code: 202 message: Accepted @@ -678,13 +678,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/a1e27e67-a47a-45a6-9498-4bf31ef31d31 + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/779c763c-4cb0-4821-bc48-771985b10e2b response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2025-09-08T14:40:40.0083076", - "lastUpdatedTimeUtc": "2025-09-08T14:40:41.7256012", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-06T08:07:14.0641335", + "lastUpdatedTimeUtc": "2026-02-06T08:07:15.5954188", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -698,13 +698,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:41:00 GMT + - Fri, 06 Feb 2026 08:07:36 GMT Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/a1e27e67-a47a-45a6-9498-4bf31ef31d31/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/779c763c-4cb0-4821-bc48-771985b10e2b/result Pragma: - no-cache RequestId: - - b93fc232-cf53-45b5-a003-56e7237df3e5 + - ca49d007-2820-4626-9c9a-70ba7622555b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -712,7 +712,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - a1e27e67-a47a-45a6-9498-4bf31ef31d31 + - 779c763c-4cb0-4821-bc48-771985b10e2b status: code: 200 message: OK @@ -728,14 +728,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/a1e27e67-a47a-45a6-9498-4bf31ef31d31/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/779c763c-4cb0-4821-bc48-771985b10e2b/result response: body: - string: '{"id": "47f38ee3-24c0-499b-bb33-e52e87a930ab", "type": "Notebook", + string: '{"id": "a96e8cf6-2653-4097-9363-bb9d28960d02", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "d9fccd23-2442-4b79-bb9d-64968e14aa0d", "folderId": "df77ee34-a676-476f-b8f0-7e65c08d6e54"}' + "43f38a69-aa95-4193-b265-3ac2028a6a5d", "folderId": "fcdedc27-b0d3-494f-8ffa-c36ec15a5887"}' headers: Access-Control-Expose-Headers: - RequestId @@ -746,11 +746,11 @@ interactions: Content-Type: - application/json Date: - - Mon, 08 Sep 2025 14:41:00 GMT + - Fri, 06 Feb 2026 08:07:37 GMT Pragma: - no-cache RequestId: - - 68074244-037f-4357-9052-c33689df212e + - 114b98e9-ac08-4892-b5e2-ad140d0b426c Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -774,16 +774,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "d9fccd23-2442-4b79-bb9d-64968e14aa0d", "displayName": "fabcli000001", + {"id": "43f38a69-aa95-4193-b265-3ac2028a6a5d", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -793,15 +793,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '600' + - '2843' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:41:01 GMT + - Fri, 06 Feb 2026 08:07:38 GMT Pragma: - no-cache RequestId: - - 673af26b-8d36-4400-a82b-be0cf3a1b0c0 + - c1f7034f-f6c0-4ec2-8b6f-ac457c62da97 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -809,7 +809,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -827,13 +827,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/43f38a69-aa95-4193-b265-3ac2028a6a5d/folders?recursive=True response: body: - string: '{"value": [{"id": "df77ee34-a676-476f-b8f0-7e65c08d6e54", "displayName": - "fabcli000002", "workspaceId": "d9fccd23-2442-4b79-bb9d-64968e14aa0d"}]}' + string: '{"value": [{"id": "fcdedc27-b0d3-494f-8ffa-c36ec15a5887", "displayName": + "fabcli000002", "workspaceId": "43f38a69-aa95-4193-b265-3ac2028a6a5d"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -842,15 +842,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '144' + - '141' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:41:00 GMT + - Fri, 06 Feb 2026 08:07:38 GMT Pragma: - no-cache RequestId: - - a10786c8-a8c7-4c74-96b2-0c6fb0c33975 + - 43efd509-5963-43b5-9390-82fdd4b75f90 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -858,7 +858,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -876,16 +876,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "d9fccd23-2442-4b79-bb9d-64968e14aa0d", "displayName": "fabcli000001", + {"id": "43f38a69-aa95-4193-b265-3ac2028a6a5d", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -895,15 +895,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '600' + - '2843' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:41:00 GMT + - Fri, 06 Feb 2026 08:07:40 GMT Pragma: - no-cache RequestId: - - 9d703472-bbd5-467a-8dcc-70925ed44693 + - fa382e2d-c9c2-4c19-ac45-1785085afbfc Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -911,7 +911,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -929,16 +929,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "d9fccd23-2442-4b79-bb9d-64968e14aa0d", "displayName": "fabcli000001", + {"id": "43f38a69-aa95-4193-b265-3ac2028a6a5d", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -948,15 +948,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '600' + - '2843' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:41:00 GMT + - Fri, 06 Feb 2026 08:07:40 GMT Pragma: - no-cache RequestId: - - c5dc1fcf-8dd1-4925-9862-8bfb17dc4c37 + - b024b21f-3cc2-42cb-b4fe-4e5c638dfdd9 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -964,7 +964,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -982,13 +982,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/43f38a69-aa95-4193-b265-3ac2028a6a5d/folders?recursive=True response: body: - string: '{"value": [{"id": "df77ee34-a676-476f-b8f0-7e65c08d6e54", "displayName": - "fabcli000002", "workspaceId": "d9fccd23-2442-4b79-bb9d-64968e14aa0d"}]}' + string: '{"value": [{"id": "fcdedc27-b0d3-494f-8ffa-c36ec15a5887", "displayName": + "fabcli000002", "workspaceId": "43f38a69-aa95-4193-b265-3ac2028a6a5d"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -997,15 +997,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '144' + - '141' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:41:01 GMT + - Fri, 06 Feb 2026 08:07:42 GMT Pragma: - no-cache RequestId: - - a5dd1d1a-6ff9-42e7-ad73-a1fa42bbff5b + - 984c00e2-aab1-418c-b25e-7042b9f135ea Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1013,7 +1013,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1031,13 +1031,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/43f38a69-aa95-4193-b265-3ac2028a6a5d/folders?recursive=True response: body: - string: '{"value": [{"id": "df77ee34-a676-476f-b8f0-7e65c08d6e54", "displayName": - "fabcli000002", "workspaceId": "d9fccd23-2442-4b79-bb9d-64968e14aa0d"}]}' + string: '{"value": [{"id": "fcdedc27-b0d3-494f-8ffa-c36ec15a5887", "displayName": + "fabcli000002", "workspaceId": "43f38a69-aa95-4193-b265-3ac2028a6a5d"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1046,15 +1046,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '144' + - '141' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:41:02 GMT + - Fri, 06 Feb 2026 08:07:43 GMT Pragma: - no-cache RequestId: - - 2f69fd9d-53b6-47c5-94cc-c2420e01cc06 + - 50d577af-2f00-425d-b135-43f17756dcb9 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1062,7 +1062,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1082,13 +1082,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d/folders + uri: https://api.fabric.microsoft.com/v1/workspaces/43f38a69-aa95-4193-b265-3ac2028a6a5d/folders response: body: - string: '{"id": "4e3c190e-c500-47d8-a5e6-41b81bb15f36", "displayName": "fabcli000002_copy", - "workspaceId": "d9fccd23-2442-4b79-bb9d-64968e14aa0d"}' + string: '{"id": "f844a32a-5b75-4f6e-9b5f-3bbad08950ab", "displayName": "fabcli000002_copy", + "workspaceId": "43f38a69-aa95-4193-b265-3ac2028a6a5d"}' headers: Access-Control-Expose-Headers: - RequestId,Location @@ -1097,17 +1097,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '138' + - '133' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:41:02 GMT + - Fri, 06 Feb 2026 08:07:43 GMT Location: - - https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d/folders/4e3c190e-c500-47d8-a5e6-41b81bb15f36 + - https://api.fabric.microsoft.com/v1/workspaces/43f38a69-aa95-4193-b265-3ac2028a6a5d/folders/f844a32a-5b75-4f6e-9b5f-3bbad08950ab Pragma: - no-cache RequestId: - - 964272e9-bbed-4867-b542-9c2080209c9a + - 00b51ba4-cb5e-49d0-a701-63ec7ac24508 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1115,7 +1115,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1133,14 +1133,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d/items + uri: https://api.fabric.microsoft.com/v1/workspaces/43f38a69-aa95-4193-b265-3ac2028a6a5d/items response: body: - string: '{"value": [{"id": "47f38ee3-24c0-499b-bb33-e52e87a930ab", "type": "Notebook", + string: '{"value": [{"id": "a96e8cf6-2653-4097-9363-bb9d28960d02", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "d9fccd23-2442-4b79-bb9d-64968e14aa0d", "folderId": "df77ee34-a676-476f-b8f0-7e65c08d6e54"}]}' + "43f38a69-aa95-4193-b265-3ac2028a6a5d", "folderId": "fcdedc27-b0d3-494f-8ffa-c36ec15a5887"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1153,11 +1153,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:41:02 GMT + - Fri, 06 Feb 2026 08:07:44 GMT Pragma: - no-cache RequestId: - - c5f81549-ca96-4540-b2af-3a3e104d85f5 + - 09e28757-167c-4f95-a7da-a957fe74b70f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1165,7 +1165,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1183,15 +1183,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/43f38a69-aa95-4193-b265-3ac2028a6a5d/folders?recursive=True response: body: - string: '{"value": [{"id": "df77ee34-a676-476f-b8f0-7e65c08d6e54", "displayName": - "fabcli000002", "workspaceId": "d9fccd23-2442-4b79-bb9d-64968e14aa0d"}, {"id": - "4e3c190e-c500-47d8-a5e6-41b81bb15f36", "displayName": "fabcli000002_copy", - "workspaceId": "d9fccd23-2442-4b79-bb9d-64968e14aa0d"}]}' + string: '{"value": [{"id": "fcdedc27-b0d3-494f-8ffa-c36ec15a5887", "displayName": + "fabcli000002", "workspaceId": "43f38a69-aa95-4193-b265-3ac2028a6a5d"}, {"id": + "f844a32a-5b75-4f6e-9b5f-3bbad08950ab", "displayName": "fabcli000002_copy", + "workspaceId": "43f38a69-aa95-4193-b265-3ac2028a6a5d"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1200,15 +1200,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '181' + - '178' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:41:01 GMT + - Fri, 06 Feb 2026 08:07:45 GMT Pragma: - no-cache RequestId: - - 742f3367-9381-4f0e-8cec-665e138c9759 + - ca998d88-d116-4277-ac4f-138331626c5b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1216,7 +1216,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1234,15 +1234,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/43f38a69-aa95-4193-b265-3ac2028a6a5d/folders?recursive=True response: body: - string: '{"value": [{"id": "df77ee34-a676-476f-b8f0-7e65c08d6e54", "displayName": - "fabcli000002", "workspaceId": "d9fccd23-2442-4b79-bb9d-64968e14aa0d"}, {"id": - "4e3c190e-c500-47d8-a5e6-41b81bb15f36", "displayName": "fabcli000002_copy", - "workspaceId": "d9fccd23-2442-4b79-bb9d-64968e14aa0d"}]}' + string: '{"value": [{"id": "fcdedc27-b0d3-494f-8ffa-c36ec15a5887", "displayName": + "fabcli000002", "workspaceId": "43f38a69-aa95-4193-b265-3ac2028a6a5d"}, {"id": + "f844a32a-5b75-4f6e-9b5f-3bbad08950ab", "displayName": "fabcli000002_copy", + "workspaceId": "43f38a69-aa95-4193-b265-3ac2028a6a5d"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1251,15 +1251,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '181' + - '178' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:41:02 GMT + - Fri, 06 Feb 2026 08:07:46 GMT Pragma: - no-cache RequestId: - - 34861095-89ed-4e6b-99e1-357e40dd6c7c + - c218199f-cd29-4c80-97f5-b73b3fe89c75 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1267,7 +1267,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1285,14 +1285,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d/items + uri: https://api.fabric.microsoft.com/v1/workspaces/43f38a69-aa95-4193-b265-3ac2028a6a5d/items response: body: - string: '{"value": [{"id": "47f38ee3-24c0-499b-bb33-e52e87a930ab", "type": "Notebook", + string: '{"value": [{"id": "a96e8cf6-2653-4097-9363-bb9d28960d02", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "d9fccd23-2442-4b79-bb9d-64968e14aa0d", "folderId": "df77ee34-a676-476f-b8f0-7e65c08d6e54"}]}' + "43f38a69-aa95-4193-b265-3ac2028a6a5d", "folderId": "fcdedc27-b0d3-494f-8ffa-c36ec15a5887"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1305,11 +1305,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:41:02 GMT + - Fri, 06 Feb 2026 08:07:46 GMT Pragma: - no-cache RequestId: - - 3d287606-3cb8-40a7-9cb1-6bf2744b509a + - dc0e8588-ced9-4298-a37b-64c13ecae276 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1317,7 +1317,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1335,34 +1335,45 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/43f38a69-aa95-4193-b265-3ac2028a6a5d/folders?recursive=True response: body: - string: '{"requestId": "ff26e4b7-f7cd-47c9-9419-16825b154776", "errorCode": - "RequestBlocked", "message": "Request is blocked by the upstream service until: - 9/8/2025 2:41:24 PM (UTC)"}' + string: '{"value": [{"id": "fcdedc27-b0d3-494f-8ffa-c36ec15a5887", "displayName": + "fabcli000002", "workspaceId": "43f38a69-aa95-4193-b265-3ac2028a6a5d"}, {"id": + "f844a32a-5b75-4f6e-9b5f-3bbad08950ab", "displayName": "fabcli000002_copy", + "workspaceId": "43f38a69-aa95-4193-b265-3ac2028a6a5d"}]}' headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip Content-Length: - - '169' + - '178' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:41:03 GMT + - Fri, 06 Feb 2026 08:07:47 GMT + Pragma: + - no-cache RequestId: - - ff26e4b7-f7cd-47c9-9419-16825b154776 - Retry-After: - - '21' + - 49cf5dbd-de31-4e9c-90f0-8b92f93927f8 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' - x-ms-public-api-error-code: - - RequestBlocked status: - code: 429 - message: '' + code: 200 + message: OK - request: body: null headers: @@ -1375,45 +1386,34 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/43f38a69-aa95-4193-b265-3ac2028a6a5d/folders?recursive=True response: body: - string: '{"value": [{"id": "df77ee34-a676-476f-b8f0-7e65c08d6e54", "displayName": - "fabcli000002", "workspaceId": "d9fccd23-2442-4b79-bb9d-64968e14aa0d"}, {"id": - "4e3c190e-c500-47d8-a5e6-41b81bb15f36", "displayName": "fabcli000002_copy", - "workspaceId": "d9fccd23-2442-4b79-bb9d-64968e14aa0d"}]}' + string: '{"requestId": "4b181da6-bfff-4f01-bba2-678a28d03dbc", "errorCode": + "RequestBlocked", "message": "Request is blocked by the upstream service until: + 2/6/2026 8:07:51 AM (UTC)", "isRetriable": true}' headers: - Access-Control-Expose-Headers: - - RequestId - Cache-Control: - - no-store, must-revalidate, no-cache - Content-Encoding: - - gzip Content-Length: - - '181' + - '188' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:41:24 GMT - Pragma: - - no-cache + - Fri, 06 Feb 2026 08:07:48 GMT RequestId: - - e9fed80c-b475-4365-a399-50fe6a5f73e7 - Strict-Transport-Security: - - max-age=31536000; includeSubDomains - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - deny + - 4b181da6-bfff-4f01-bba2-678a28d03dbc + Retry-After: + - '2' home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' + x-ms-public-api-error-code: + - RequestBlocked status: - code: 200 - message: OK + code: 429 + message: '' - request: body: null headers: @@ -1426,15 +1426,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/43f38a69-aa95-4193-b265-3ac2028a6a5d/folders?recursive=True response: body: - string: '{"value": [{"id": "df77ee34-a676-476f-b8f0-7e65c08d6e54", "displayName": - "fabcli000002", "workspaceId": "d9fccd23-2442-4b79-bb9d-64968e14aa0d"}, {"id": - "4e3c190e-c500-47d8-a5e6-41b81bb15f36", "displayName": "fabcli000002_copy", - "workspaceId": "d9fccd23-2442-4b79-bb9d-64968e14aa0d"}]}' + string: '{"value": [{"id": "fcdedc27-b0d3-494f-8ffa-c36ec15a5887", "displayName": + "fabcli000002", "workspaceId": "43f38a69-aa95-4193-b265-3ac2028a6a5d"}, {"id": + "f844a32a-5b75-4f6e-9b5f-3bbad08950ab", "displayName": "fabcli000002_copy", + "workspaceId": "43f38a69-aa95-4193-b265-3ac2028a6a5d"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1443,15 +1443,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '181' + - '178' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:41:24 GMT + - Fri, 06 Feb 2026 08:07:51 GMT Pragma: - no-cache RequestId: - - 07b16d58-1ed4-4dd1-81ef-a8c4da7672b8 + - 3ff28c69-2bcc-4b93-bc98-fbb470030490 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1459,7 +1459,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1477,16 +1477,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "d9fccd23-2442-4b79-bb9d-64968e14aa0d", "displayName": "fabcli000001", + {"id": "43f38a69-aa95-4193-b265-3ac2028a6a5d", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -1496,15 +1496,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '600' + - '2843' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:41:25 GMT + - Fri, 06 Feb 2026 08:07:52 GMT Pragma: - no-cache RequestId: - - 79b758bb-fad0-42a8-954e-6cb4c88ce8b6 + - 108a0abb-ce14-4272-a886-515964eaf24d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1512,7 +1512,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1530,15 +1530,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/43f38a69-aa95-4193-b265-3ac2028a6a5d/folders?recursive=True response: body: - string: '{"value": [{"id": "df77ee34-a676-476f-b8f0-7e65c08d6e54", "displayName": - "fabcli000002", "workspaceId": "d9fccd23-2442-4b79-bb9d-64968e14aa0d"}, {"id": - "4e3c190e-c500-47d8-a5e6-41b81bb15f36", "displayName": "fabcli000002_copy", - "workspaceId": "d9fccd23-2442-4b79-bb9d-64968e14aa0d"}]}' + string: '{"value": [{"id": "fcdedc27-b0d3-494f-8ffa-c36ec15a5887", "displayName": + "fabcli000002", "workspaceId": "43f38a69-aa95-4193-b265-3ac2028a6a5d"}, {"id": + "f844a32a-5b75-4f6e-9b5f-3bbad08950ab", "displayName": "fabcli000002_copy", + "workspaceId": "43f38a69-aa95-4193-b265-3ac2028a6a5d"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1547,15 +1547,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '181' + - '178' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:41:25 GMT + - Fri, 06 Feb 2026 08:07:53 GMT Pragma: - no-cache RequestId: - - 71a736d8-b771-4622-aaef-a0451c8e2dba + - a76729e1-5552-4f64-b1e8-29cc3490746e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1563,7 +1563,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1581,14 +1581,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d/items + uri: https://api.fabric.microsoft.com/v1/workspaces/43f38a69-aa95-4193-b265-3ac2028a6a5d/items response: body: - string: '{"value": [{"id": "47f38ee3-24c0-499b-bb33-e52e87a930ab", "type": "Notebook", + string: '{"value": [{"id": "a96e8cf6-2653-4097-9363-bb9d28960d02", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "d9fccd23-2442-4b79-bb9d-64968e14aa0d", "folderId": "df77ee34-a676-476f-b8f0-7e65c08d6e54"}]}' + "43f38a69-aa95-4193-b265-3ac2028a6a5d", "folderId": "fcdedc27-b0d3-494f-8ffa-c36ec15a5887"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1601,11 +1601,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:41:25 GMT + - Fri, 06 Feb 2026 08:07:53 GMT Pragma: - no-cache RequestId: - - 65d980dd-f933-47b3-974b-e475a23236a7 + - 71efcbf2-16f8-48b1-9e5f-6a97c6df3eba Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1613,7 +1613,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1631,15 +1631,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/43f38a69-aa95-4193-b265-3ac2028a6a5d/folders?recursive=True response: body: - string: '{"value": [{"id": "df77ee34-a676-476f-b8f0-7e65c08d6e54", "displayName": - "fabcli000002", "workspaceId": "d9fccd23-2442-4b79-bb9d-64968e14aa0d"}, {"id": - "4e3c190e-c500-47d8-a5e6-41b81bb15f36", "displayName": "fabcli000002_copy", - "workspaceId": "d9fccd23-2442-4b79-bb9d-64968e14aa0d"}]}' + string: '{"value": [{"id": "fcdedc27-b0d3-494f-8ffa-c36ec15a5887", "displayName": + "fabcli000002", "workspaceId": "43f38a69-aa95-4193-b265-3ac2028a6a5d"}, {"id": + "f844a32a-5b75-4f6e-9b5f-3bbad08950ab", "displayName": "fabcli000002_copy", + "workspaceId": "43f38a69-aa95-4193-b265-3ac2028a6a5d"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1648,15 +1648,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '181' + - '178' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:41:25 GMT + - Fri, 06 Feb 2026 08:07:54 GMT Pragma: - no-cache RequestId: - - 3be1861d-6028-428f-9be2-152963efb4ca + - 2af70adf-8bf0-4b6b-9249-c9fff495508f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1664,7 +1664,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1682,14 +1682,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d/items + uri: https://api.fabric.microsoft.com/v1/workspaces/43f38a69-aa95-4193-b265-3ac2028a6a5d/items response: body: - string: '{"value": [{"id": "47f38ee3-24c0-499b-bb33-e52e87a930ab", "type": "Notebook", + string: '{"value": [{"id": "a96e8cf6-2653-4097-9363-bb9d28960d02", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "d9fccd23-2442-4b79-bb9d-64968e14aa0d", "folderId": "df77ee34-a676-476f-b8f0-7e65c08d6e54"}]}' + "43f38a69-aa95-4193-b265-3ac2028a6a5d", "folderId": "fcdedc27-b0d3-494f-8ffa-c36ec15a5887"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1702,11 +1702,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:41:25 GMT + - Fri, 06 Feb 2026 08:07:56 GMT Pragma: - no-cache RequestId: - - 0c7099e6-8c93-45c9-86e1-796060e34d27 + - b098b6f4-9e8c-4770-b498-3723a89f259c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1714,7 +1714,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1732,15 +1732,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/43f38a69-aa95-4193-b265-3ac2028a6a5d/folders?recursive=True response: body: - string: '{"value": [{"id": "df77ee34-a676-476f-b8f0-7e65c08d6e54", "displayName": - "fabcli000002", "workspaceId": "d9fccd23-2442-4b79-bb9d-64968e14aa0d"}, {"id": - "4e3c190e-c500-47d8-a5e6-41b81bb15f36", "displayName": "fabcli000002_copy", - "workspaceId": "d9fccd23-2442-4b79-bb9d-64968e14aa0d"}]}' + string: '{"value": [{"id": "fcdedc27-b0d3-494f-8ffa-c36ec15a5887", "displayName": + "fabcli000002", "workspaceId": "43f38a69-aa95-4193-b265-3ac2028a6a5d"}, {"id": + "f844a32a-5b75-4f6e-9b5f-3bbad08950ab", "displayName": "fabcli000002_copy", + "workspaceId": "43f38a69-aa95-4193-b265-3ac2028a6a5d"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1749,15 +1749,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '181' + - '178' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:41:25 GMT + - Fri, 06 Feb 2026 08:07:56 GMT Pragma: - no-cache RequestId: - - b32a8d5a-137b-49e7-a532-d2c2f16f5d74 + - d810cdbc-f3dc-45fb-91a6-dd43b0f78e19 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1765,7 +1765,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1783,14 +1783,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d/items + uri: https://api.fabric.microsoft.com/v1/workspaces/43f38a69-aa95-4193-b265-3ac2028a6a5d/items response: body: - string: '{"value": [{"id": "47f38ee3-24c0-499b-bb33-e52e87a930ab", "type": "Notebook", + string: '{"value": [{"id": "a96e8cf6-2653-4097-9363-bb9d28960d02", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "d9fccd23-2442-4b79-bb9d-64968e14aa0d", "folderId": "df77ee34-a676-476f-b8f0-7e65c08d6e54"}]}' + "43f38a69-aa95-4193-b265-3ac2028a6a5d", "folderId": "fcdedc27-b0d3-494f-8ffa-c36ec15a5887"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1803,11 +1803,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:41:25 GMT + - Fri, 06 Feb 2026 08:07:57 GMT Pragma: - no-cache RequestId: - - 1142e6ed-7d03-4f16-967f-205ccfaafd66 + - 1af865cf-49f6-4ed2-9ab6-a567747d5752 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1815,7 +1815,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1833,15 +1833,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/43f38a69-aa95-4193-b265-3ac2028a6a5d/folders?recursive=True response: body: - string: '{"value": [{"id": "df77ee34-a676-476f-b8f0-7e65c08d6e54", "displayName": - "fabcli000002", "workspaceId": "d9fccd23-2442-4b79-bb9d-64968e14aa0d"}, {"id": - "4e3c190e-c500-47d8-a5e6-41b81bb15f36", "displayName": "fabcli000002_copy", - "workspaceId": "d9fccd23-2442-4b79-bb9d-64968e14aa0d"}]}' + string: '{"value": [{"id": "fcdedc27-b0d3-494f-8ffa-c36ec15a5887", "displayName": + "fabcli000002", "workspaceId": "43f38a69-aa95-4193-b265-3ac2028a6a5d"}, {"id": + "f844a32a-5b75-4f6e-9b5f-3bbad08950ab", "displayName": "fabcli000002_copy", + "workspaceId": "43f38a69-aa95-4193-b265-3ac2028a6a5d"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1850,15 +1850,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '181' + - '178' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:41:25 GMT + - Fri, 06 Feb 2026 08:07:58 GMT Pragma: - no-cache RequestId: - - 4223e181-49cf-460f-9ecd-b68af8f22c41 + - c3c1186a-5ca9-4683-a1bf-153d751cba2c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1866,7 +1866,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1884,14 +1884,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d/items/47f38ee3-24c0-499b-bb33-e52e87a930ab + uri: https://api.fabric.microsoft.com/v1/workspaces/43f38a69-aa95-4193-b265-3ac2028a6a5d/items/a96e8cf6-2653-4097-9363-bb9d28960d02 response: body: - string: '{"id": "47f38ee3-24c0-499b-bb33-e52e87a930ab", "type": "Notebook", + string: '{"id": "a96e8cf6-2653-4097-9363-bb9d28960d02", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "d9fccd23-2442-4b79-bb9d-64968e14aa0d", "folderId": "df77ee34-a676-476f-b8f0-7e65c08d6e54"}' + "43f38a69-aa95-4193-b265-3ac2028a6a5d", "folderId": "fcdedc27-b0d3-494f-8ffa-c36ec15a5887"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -1904,13 +1904,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:41:26 GMT + - Fri, 06 Feb 2026 08:07:59 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 467f2077-fd4c-4f86-821f-f0e3930a5e81 + - 63c8796c-6403-4550-852c-41bd3baf3e9a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1918,7 +1918,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1938,9 +1938,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d/items/47f38ee3-24c0-499b-bb33-e52e87a930ab/getDefinition + uri: https://api.fabric.microsoft.com/v1/workspaces/43f38a69-aa95-4193-b265-3ac2028a6a5d/items/a96e8cf6-2653-4097-9363-bb9d28960d02/getDefinition response: body: string: 'null' @@ -1956,13 +1956,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:41:26 GMT + - Fri, 06 Feb 2026 08:07:59 GMT Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/9d2d279b-c357-4248-b9ba-5ff291e9eb1c + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/9b660712-9739-484a-8686-13280eb9abc8 Pragma: - no-cache RequestId: - - 4c544d2a-9bf8-45b9-84f0-a32855f00bae + - 790885c6-dcbe-4c4a-a40d-b487b6a3c602 Retry-After: - '20' Strict-Transport-Security: @@ -1972,11 +1972,11 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' x-ms-operation-id: - - 9d2d279b-c357-4248-b9ba-5ff291e9eb1c + - 9b660712-9739-484a-8686-13280eb9abc8 status: code: 202 message: Accepted @@ -1992,13 +1992,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/9d2d279b-c357-4248-b9ba-5ff291e9eb1c + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/9b660712-9739-484a-8686-13280eb9abc8 response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2025-09-08T14:41:26.5924872", - "lastUpdatedTimeUtc": "2025-09-08T14:41:26.9015376", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-06T08:08:00.5615824", + "lastUpdatedTimeUtc": "2026-02-06T08:08:00.874086", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -2008,17 +2008,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '130' + - '128' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:41:46 GMT + - Fri, 06 Feb 2026 08:08:21 GMT Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/9d2d279b-c357-4248-b9ba-5ff291e9eb1c/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/9b660712-9739-484a-8686-13280eb9abc8/result Pragma: - no-cache RequestId: - - a0ea026c-10ff-4614-8155-61454cdfa45e + - b3a97d3e-b784-4de4-9fdf-70d128373435 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2026,7 +2026,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - 9d2d279b-c357-4248-b9ba-5ff291e9eb1c + - 9b660712-9739-484a-8686-13280eb9abc8 status: code: 200 message: OK @@ -2042,9 +2042,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/9d2d279b-c357-4248-b9ba-5ff291e9eb1c/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/9b660712-9739-484a-8686-13280eb9abc8/result response: body: string: '{"definition": {"parts": [{"path": "notebook-content.py", "payload": @@ -2061,11 +2061,11 @@ interactions: Content-Type: - application/json Date: - - Mon, 08 Sep 2025 14:41:46 GMT + - Fri, 06 Feb 2026 08:08:22 GMT Pragma: - no-cache RequestId: - - 90fe64aa-e005-42d3-86e9-c4effd1bd79c + - ffe5d170-66d9-488d-b488-4645a40b4586 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -2081,7 +2081,7 @@ interactions: body: '{"type": "Notebook", "description": "Created by fab", "displayName": "fabcli000003_copy", "definition": {"parts": [{"path": "notebook-content.py", "payload": "IyBGYWJyaWMgbm90ZWJvb2sgc291cmNlCgojIE1FVEFEQVRBICoqKioqKioqKioqKioqKioqKioqCgojIE1FVEEgewojIE1FVEEgICAia2VybmVsX2luZm8iOiB7CiMgTUVUQSAgICAgIm5hbWUiOiAic3luYXBzZV9weXNwYXJrIgojIE1FVEEgICB9LAojIE1FVEEgICAiZGVwZW5kZW5jaWVzIjoge30KIyBNRVRBIH0KCiMgQ0VMTCAqKioqKioqKioqKioqKioqKioqKgoKIyBXZWxjb21lIHRvIHlvdXIgbmV3IG5vdGVib29rCiMgVHlwZSBoZXJlIGluIHRoZSBjZWxsIGVkaXRvciB0byBhZGQgY29kZSEKCgojIE1FVEFEQVRBICoqKioqKioqKioqKioqKioqKioqCgojIE1FVEEgewojIE1FVEEgICAibGFuZ3VhZ2UiOiAicHl0aG9uIiwKIyBNRVRBICAgImxhbmd1YWdlX2dyb3VwIjogInN5bmFwc2VfcHlzcGFyayIKIyBNRVRBIH0K", "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIk5vdGVib29rIiwKICAgICJkaXNwbGF5TmFtZSI6ICJmYWJjbGkwMDAwMDMiLAogICAgImRlc2NyaXB0aW9uIjogIkNyZWF0ZWQgYnkgZmFiIgogIH0sCiAgImNvbmZpZyI6IHsKICAgICJ2ZXJzaW9uIjogIjIuMCIsCiAgICAibG9naWNhbElkIjogIjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIKICB9Cn0=", - "payloadType": "InlineBase64"}]}, "folderId": "4e3c190e-c500-47d8-a5e6-41b81bb15f36"}' + "payloadType": "InlineBase64"}]}, "folderId": "f844a32a-5b75-4f6e-9b5f-3bbad08950ab"}' headers: Accept: - '*/*' @@ -2094,9 +2094,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d/items + uri: https://api.fabric.microsoft.com/v1/workspaces/43f38a69-aa95-4193-b265-3ac2028a6a5d/items response: body: string: 'null' @@ -2112,15 +2112,15 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:41:47 GMT + - Fri, 06 Feb 2026 08:08:24 GMT ETag: - '""' Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/e2fda632-8467-47cc-b9dc-87cc1c921fb5 + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b59ff118-4359-41a2-8c83-c4b156be53f0 Pragma: - no-cache RequestId: - - 3348c3bb-745e-4b0c-bc48-914eb289f7df + - f3c73899-a4cd-425f-aa9b-697a4ff31831 Retry-After: - '20' Strict-Transport-Security: @@ -2130,11 +2130,11 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' x-ms-operation-id: - - e2fda632-8467-47cc-b9dc-87cc1c921fb5 + - b59ff118-4359-41a2-8c83-c4b156be53f0 status: code: 202 message: Accepted @@ -2150,13 +2150,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/e2fda632-8467-47cc-b9dc-87cc1c921fb5 + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b59ff118-4359-41a2-8c83-c4b156be53f0 response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2025-09-08T14:41:47.3421492", - "lastUpdatedTimeUtc": "2025-09-08T14:41:48.6233828", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-06T08:08:24.3019911", + "lastUpdatedTimeUtc": "2026-02-06T08:08:25.5677609", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -2166,17 +2166,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '131' + - '130' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:42:07 GMT + - Fri, 06 Feb 2026 08:08:46 GMT Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/e2fda632-8467-47cc-b9dc-87cc1c921fb5/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b59ff118-4359-41a2-8c83-c4b156be53f0/result Pragma: - no-cache RequestId: - - a4fa23ca-9157-405e-9949-6c6e8e0fb0d0 + - e82a9f3b-704b-41fe-bd6b-9b499a1e3f7e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2184,7 +2184,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - e2fda632-8467-47cc-b9dc-87cc1c921fb5 + - b59ff118-4359-41a2-8c83-c4b156be53f0 status: code: 200 message: OK @@ -2200,14 +2200,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/e2fda632-8467-47cc-b9dc-87cc1c921fb5/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b59ff118-4359-41a2-8c83-c4b156be53f0/result response: body: - string: '{"id": "5d99115b-fd31-4a1e-baf5-38965853d3ef", "type": "Notebook", + string: '{"id": "3e9ad918-faa8-4056-894e-3a5c34052326", "type": "Notebook", "displayName": "fabcli000003_copy", "description": "Created by fab", "workspaceId": - "d9fccd23-2442-4b79-bb9d-64968e14aa0d", "folderId": "4e3c190e-c500-47d8-a5e6-41b81bb15f36"}' + "43f38a69-aa95-4193-b265-3ac2028a6a5d", "folderId": "f844a32a-5b75-4f6e-9b5f-3bbad08950ab"}' headers: Access-Control-Expose-Headers: - RequestId @@ -2218,11 +2218,11 @@ interactions: Content-Type: - application/json Date: - - Mon, 08 Sep 2025 14:42:08 GMT + - Fri, 06 Feb 2026 08:08:47 GMT Pragma: - no-cache RequestId: - - c475e337-cae1-4c41-822a-b2a3cd52ea72 + - 197d59ff-840a-4d9b-835a-ea2dffa54184 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -2246,17 +2246,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d/items + uri: https://api.fabric.microsoft.com/v1/workspaces/43f38a69-aa95-4193-b265-3ac2028a6a5d/items response: body: - string: '{"value": [{"id": "47f38ee3-24c0-499b-bb33-e52e87a930ab", "type": "Notebook", + string: '{"value": [{"id": "a96e8cf6-2653-4097-9363-bb9d28960d02", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "d9fccd23-2442-4b79-bb9d-64968e14aa0d", "folderId": "df77ee34-a676-476f-b8f0-7e65c08d6e54"}, - {"id": "5d99115b-fd31-4a1e-baf5-38965853d3ef", "type": "Notebook", "displayName": - "fabcli000003_copy", "description": "Created by fab", "workspaceId": "d9fccd23-2442-4b79-bb9d-64968e14aa0d", - "folderId": "4e3c190e-c500-47d8-a5e6-41b81bb15f36"}]}' + "43f38a69-aa95-4193-b265-3ac2028a6a5d", "folderId": "fcdedc27-b0d3-494f-8ffa-c36ec15a5887"}, + {"id": "3e9ad918-faa8-4056-894e-3a5c34052326", "type": "Notebook", "displayName": + "fabcli000003_copy", "description": "Created by fab", "workspaceId": "43f38a69-aa95-4193-b265-3ac2028a6a5d", + "folderId": "f844a32a-5b75-4f6e-9b5f-3bbad08950ab"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2269,11 +2269,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:42:08 GMT + - Fri, 06 Feb 2026 08:08:48 GMT Pragma: - no-cache RequestId: - - 5f8893fd-7db8-4504-9f2f-2ad69df7f4b3 + - 84813142-9504-4262-9688-eb14555d4ff3 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2281,7 +2281,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2299,15 +2299,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/43f38a69-aa95-4193-b265-3ac2028a6a5d/folders?recursive=True response: body: - string: '{"value": [{"id": "df77ee34-a676-476f-b8f0-7e65c08d6e54", "displayName": - "fabcli000002", "workspaceId": "d9fccd23-2442-4b79-bb9d-64968e14aa0d"}, {"id": - "4e3c190e-c500-47d8-a5e6-41b81bb15f36", "displayName": "fabcli000002_copy", - "workspaceId": "d9fccd23-2442-4b79-bb9d-64968e14aa0d"}]}' + string: '{"value": [{"id": "fcdedc27-b0d3-494f-8ffa-c36ec15a5887", "displayName": + "fabcli000002", "workspaceId": "43f38a69-aa95-4193-b265-3ac2028a6a5d"}, {"id": + "f844a32a-5b75-4f6e-9b5f-3bbad08950ab", "displayName": "fabcli000002_copy", + "workspaceId": "43f38a69-aa95-4193-b265-3ac2028a6a5d"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2316,15 +2316,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '181' + - '178' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:42:07 GMT + - Fri, 06 Feb 2026 08:08:48 GMT Pragma: - no-cache RequestId: - - b980f3c3-2b87-44b2-8520-5966f476690d + - 524379cc-ec57-4076-ad2f-0f9cbfba625b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2332,7 +2332,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2350,15 +2350,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/43f38a69-aa95-4193-b265-3ac2028a6a5d/folders?recursive=True response: body: - string: '{"value": [{"id": "df77ee34-a676-476f-b8f0-7e65c08d6e54", "displayName": - "fabcli000002", "workspaceId": "d9fccd23-2442-4b79-bb9d-64968e14aa0d"}, {"id": - "4e3c190e-c500-47d8-a5e6-41b81bb15f36", "displayName": "fabcli000002_copy", - "workspaceId": "d9fccd23-2442-4b79-bb9d-64968e14aa0d"}]}' + string: '{"value": [{"id": "fcdedc27-b0d3-494f-8ffa-c36ec15a5887", "displayName": + "fabcli000002", "workspaceId": "43f38a69-aa95-4193-b265-3ac2028a6a5d"}, {"id": + "f844a32a-5b75-4f6e-9b5f-3bbad08950ab", "displayName": "fabcli000002_copy", + "workspaceId": "43f38a69-aa95-4193-b265-3ac2028a6a5d"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2367,15 +2367,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '181' + - '178' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:42:08 GMT + - Fri, 06 Feb 2026 08:08:49 GMT Pragma: - no-cache RequestId: - - 5cd6e41c-077f-4746-933e-c189fdecb3ca + - 1a9c479f-74b9-4e19-b032-0432b6e27b47 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2383,7 +2383,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2401,15 +2401,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/43f38a69-aa95-4193-b265-3ac2028a6a5d/folders?recursive=True response: body: - string: '{"value": [{"id": "df77ee34-a676-476f-b8f0-7e65c08d6e54", "displayName": - "fabcli000002", "workspaceId": "d9fccd23-2442-4b79-bb9d-64968e14aa0d"}, {"id": - "4e3c190e-c500-47d8-a5e6-41b81bb15f36", "displayName": "fabcli000002_copy", - "workspaceId": "d9fccd23-2442-4b79-bb9d-64968e14aa0d"}]}' + string: '{"value": [{"id": "fcdedc27-b0d3-494f-8ffa-c36ec15a5887", "displayName": + "fabcli000002", "workspaceId": "43f38a69-aa95-4193-b265-3ac2028a6a5d"}, {"id": + "f844a32a-5b75-4f6e-9b5f-3bbad08950ab", "displayName": "fabcli000002_copy", + "workspaceId": "43f38a69-aa95-4193-b265-3ac2028a6a5d"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2418,15 +2418,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '181' + - '178' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:42:08 GMT + - Fri, 06 Feb 2026 08:08:50 GMT Pragma: - no-cache RequestId: - - fe402965-d388-4b6d-9b90-1d9adf9582c2 + - 93b849f0-09e3-4a28-812c-fc6fce18b006 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2434,7 +2434,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2452,16 +2452,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "d9fccd23-2442-4b79-bb9d-64968e14aa0d", "displayName": "fabcli000001", + {"id": "43f38a69-aa95-4193-b265-3ac2028a6a5d", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -2471,15 +2471,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '600' + - '2843' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:42:08 GMT + - Fri, 06 Feb 2026 08:08:51 GMT Pragma: - no-cache RequestId: - - 72b115dc-f425-4aa5-9e1c-834d299cfe9e + - 14a194f8-758a-436c-9f81-242c0adb9b57 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2487,7 +2487,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2505,17 +2505,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d/items + uri: https://api.fabric.microsoft.com/v1/workspaces/43f38a69-aa95-4193-b265-3ac2028a6a5d/items response: body: - string: '{"value": [{"id": "47f38ee3-24c0-499b-bb33-e52e87a930ab", "type": "Notebook", + string: '{"value": [{"id": "a96e8cf6-2653-4097-9363-bb9d28960d02", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "d9fccd23-2442-4b79-bb9d-64968e14aa0d", "folderId": "df77ee34-a676-476f-b8f0-7e65c08d6e54"}, - {"id": "5d99115b-fd31-4a1e-baf5-38965853d3ef", "type": "Notebook", "displayName": - "fabcli000003_copy", "description": "Created by fab", "workspaceId": "d9fccd23-2442-4b79-bb9d-64968e14aa0d", - "folderId": "4e3c190e-c500-47d8-a5e6-41b81bb15f36"}]}' + "43f38a69-aa95-4193-b265-3ac2028a6a5d", "folderId": "fcdedc27-b0d3-494f-8ffa-c36ec15a5887"}, + {"id": "3e9ad918-faa8-4056-894e-3a5c34052326", "type": "Notebook", "displayName": + "fabcli000003_copy", "description": "Created by fab", "workspaceId": "43f38a69-aa95-4193-b265-3ac2028a6a5d", + "folderId": "f844a32a-5b75-4f6e-9b5f-3bbad08950ab"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2528,11 +2528,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:42:08 GMT + - Fri, 06 Feb 2026 08:08:52 GMT Pragma: - no-cache RequestId: - - c5db2299-9230-42d8-b842-a3636545d79d + - f973ab26-3d96-43da-a835-f704a8f81b67 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2540,7 +2540,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2558,15 +2558,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/43f38a69-aa95-4193-b265-3ac2028a6a5d/folders?recursive=True response: body: - string: '{"value": [{"id": "df77ee34-a676-476f-b8f0-7e65c08d6e54", "displayName": - "fabcli000002", "workspaceId": "d9fccd23-2442-4b79-bb9d-64968e14aa0d"}, {"id": - "4e3c190e-c500-47d8-a5e6-41b81bb15f36", "displayName": "fabcli000002_copy", - "workspaceId": "d9fccd23-2442-4b79-bb9d-64968e14aa0d"}]}' + string: '{"value": [{"id": "fcdedc27-b0d3-494f-8ffa-c36ec15a5887", "displayName": + "fabcli000002", "workspaceId": "43f38a69-aa95-4193-b265-3ac2028a6a5d"}, {"id": + "f844a32a-5b75-4f6e-9b5f-3bbad08950ab", "displayName": "fabcli000002_copy", + "workspaceId": "43f38a69-aa95-4193-b265-3ac2028a6a5d"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2575,15 +2575,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '181' + - '178' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:42:09 GMT + - Fri, 06 Feb 2026 08:08:52 GMT Pragma: - no-cache RequestId: - - cd99e00b-4b3c-4dd7-a930-734c42dcc7cc + - 47de45c4-b389-4c2e-b69f-2e456991d1a4 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2591,7 +2591,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2609,55 +2609,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 - method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d/folders?recursive=True - response: - body: - string: '{"requestId": "6d0522dc-04bb-4003-a002-9b4932ea7f3b", "errorCode": - "RequestBlocked", "message": "Request is blocked by the upstream service until: - 9/8/2025 2:42:25 PM (UTC)"}' - headers: - Content-Length: - - '169' - Content-Type: - - application/json; charset=utf-8 - Date: - - Mon, 08 Sep 2025 14:42:09 GMT - RequestId: - - 6d0522dc-04bb-4003-a002-9b4932ea7f3b - Retry-After: - - '16' - home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ - request-redirected: - - 'true' - x-ms-public-api-error-code: - - RequestBlocked - status: - code: 429 - message: '' -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Type: - - application/json - User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/43f38a69-aa95-4193-b265-3ac2028a6a5d/folders?recursive=True response: body: - string: '{"value": [{"id": "df77ee34-a676-476f-b8f0-7e65c08d6e54", "displayName": - "fabcli000002", "workspaceId": "d9fccd23-2442-4b79-bb9d-64968e14aa0d"}, {"id": - "4e3c190e-c500-47d8-a5e6-41b81bb15f36", "displayName": "fabcli000002_copy", - "workspaceId": "d9fccd23-2442-4b79-bb9d-64968e14aa0d"}]}' + string: '{"value": [{"id": "fcdedc27-b0d3-494f-8ffa-c36ec15a5887", "displayName": + "fabcli000002", "workspaceId": "43f38a69-aa95-4193-b265-3ac2028a6a5d"}, {"id": + "f844a32a-5b75-4f6e-9b5f-3bbad08950ab", "displayName": "fabcli000002_copy", + "workspaceId": "43f38a69-aa95-4193-b265-3ac2028a6a5d"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2666,15 +2626,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '181' + - '178' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:42:25 GMT + - Fri, 06 Feb 2026 08:08:53 GMT Pragma: - no-cache RequestId: - - 2176f850-f6c8-4a3f-a5e3-76dd3edfd794 + - e17b1103-6361-4369-aa3f-9aad0517bcc3 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2682,7 +2642,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2700,15 +2660,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/43f38a69-aa95-4193-b265-3ac2028a6a5d/folders?recursive=True response: body: - string: '{"value": [{"id": "df77ee34-a676-476f-b8f0-7e65c08d6e54", "displayName": - "fabcli000002", "workspaceId": "d9fccd23-2442-4b79-bb9d-64968e14aa0d"}, {"id": - "4e3c190e-c500-47d8-a5e6-41b81bb15f36", "displayName": "fabcli000002_copy", - "workspaceId": "d9fccd23-2442-4b79-bb9d-64968e14aa0d"}]}' + string: '{"value": [{"id": "fcdedc27-b0d3-494f-8ffa-c36ec15a5887", "displayName": + "fabcli000002", "workspaceId": "43f38a69-aa95-4193-b265-3ac2028a6a5d"}, {"id": + "f844a32a-5b75-4f6e-9b5f-3bbad08950ab", "displayName": "fabcli000002_copy", + "workspaceId": "43f38a69-aa95-4193-b265-3ac2028a6a5d"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2717,15 +2677,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '181' + - '178' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:42:25 GMT + - Fri, 06 Feb 2026 08:08:54 GMT Pragma: - no-cache RequestId: - - 8566fac7-da23-4e49-9ad4-e0ce6ae20343 + - 3f684e42-0c8c-445a-a365-39f0b16c64d3 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2733,7 +2693,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2751,16 +2711,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "d9fccd23-2442-4b79-bb9d-64968e14aa0d", "displayName": "fabcli000001", + {"id": "43f38a69-aa95-4193-b265-3ac2028a6a5d", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -2770,15 +2730,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '600' + - '2843' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:42:25 GMT + - Fri, 06 Feb 2026 08:08:55 GMT Pragma: - no-cache RequestId: - - 4ca702cc-308a-4280-aee9-aa381dc58d23 + - eec8d8d3-f333-400d-b4f3-8ed43fd07793 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2786,7 +2746,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2804,15 +2764,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/43f38a69-aa95-4193-b265-3ac2028a6a5d/folders?recursive=True response: body: - string: '{"value": [{"id": "df77ee34-a676-476f-b8f0-7e65c08d6e54", "displayName": - "fabcli000002", "workspaceId": "d9fccd23-2442-4b79-bb9d-64968e14aa0d"}, {"id": - "4e3c190e-c500-47d8-a5e6-41b81bb15f36", "displayName": "fabcli000002_copy", - "workspaceId": "d9fccd23-2442-4b79-bb9d-64968e14aa0d"}]}' + string: '{"value": [{"id": "fcdedc27-b0d3-494f-8ffa-c36ec15a5887", "displayName": + "fabcli000002", "workspaceId": "43f38a69-aa95-4193-b265-3ac2028a6a5d"}, {"id": + "f844a32a-5b75-4f6e-9b5f-3bbad08950ab", "displayName": "fabcli000002_copy", + "workspaceId": "43f38a69-aa95-4193-b265-3ac2028a6a5d"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2821,15 +2781,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '181' + - '178' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:42:25 GMT + - Fri, 06 Feb 2026 08:08:55 GMT Pragma: - no-cache RequestId: - - c4b68bd1-f6ae-49de-bfc7-f5a5cb2da3cf + - a24637c3-4acc-4f90-b3a9-f8d682e0f409 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2837,7 +2797,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2855,17 +2815,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d/items + uri: https://api.fabric.microsoft.com/v1/workspaces/43f38a69-aa95-4193-b265-3ac2028a6a5d/items response: body: - string: '{"value": [{"id": "47f38ee3-24c0-499b-bb33-e52e87a930ab", "type": "Notebook", + string: '{"value": [{"id": "a96e8cf6-2653-4097-9363-bb9d28960d02", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "d9fccd23-2442-4b79-bb9d-64968e14aa0d", "folderId": "df77ee34-a676-476f-b8f0-7e65c08d6e54"}, - {"id": "5d99115b-fd31-4a1e-baf5-38965853d3ef", "type": "Notebook", "displayName": - "fabcli000003_copy", "description": "Created by fab", "workspaceId": "d9fccd23-2442-4b79-bb9d-64968e14aa0d", - "folderId": "4e3c190e-c500-47d8-a5e6-41b81bb15f36"}]}' + "43f38a69-aa95-4193-b265-3ac2028a6a5d", "folderId": "fcdedc27-b0d3-494f-8ffa-c36ec15a5887"}, + {"id": "3e9ad918-faa8-4056-894e-3a5c34052326", "type": "Notebook", "displayName": + "fabcli000003_copy", "description": "Created by fab", "workspaceId": "43f38a69-aa95-4193-b265-3ac2028a6a5d", + "folderId": "f844a32a-5b75-4f6e-9b5f-3bbad08950ab"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2878,11 +2838,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:42:25 GMT + - Fri, 06 Feb 2026 08:08:57 GMT Pragma: - no-cache RequestId: - - c803bd64-d25f-4b10-8483-530800b31ed3 + - 579fd6e8-3662-40c4-bc86-d1415e5ca2c2 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2890,7 +2850,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2908,15 +2868,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/43f38a69-aa95-4193-b265-3ac2028a6a5d/folders?recursive=True response: body: - string: '{"value": [{"id": "df77ee34-a676-476f-b8f0-7e65c08d6e54", "displayName": - "fabcli000002", "workspaceId": "d9fccd23-2442-4b79-bb9d-64968e14aa0d"}, {"id": - "4e3c190e-c500-47d8-a5e6-41b81bb15f36", "displayName": "fabcli000002_copy", - "workspaceId": "d9fccd23-2442-4b79-bb9d-64968e14aa0d"}]}' + string: '{"value": [{"id": "fcdedc27-b0d3-494f-8ffa-c36ec15a5887", "displayName": + "fabcli000002", "workspaceId": "43f38a69-aa95-4193-b265-3ac2028a6a5d"}, {"id": + "f844a32a-5b75-4f6e-9b5f-3bbad08950ab", "displayName": "fabcli000002_copy", + "workspaceId": "43f38a69-aa95-4193-b265-3ac2028a6a5d"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2925,15 +2885,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '181' + - '178' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:42:25 GMT + - Fri, 06 Feb 2026 08:08:57 GMT Pragma: - no-cache RequestId: - - fa1a6d89-9c69-46af-b155-0923c7732204 + - 86d03bdf-72fa-4ecd-908d-41098bc3f6de Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2941,7 +2901,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2959,15 +2919,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/43f38a69-aa95-4193-b265-3ac2028a6a5d/folders?recursive=True response: body: - string: '{"value": [{"id": "df77ee34-a676-476f-b8f0-7e65c08d6e54", "displayName": - "fabcli000002", "workspaceId": "d9fccd23-2442-4b79-bb9d-64968e14aa0d"}, {"id": - "4e3c190e-c500-47d8-a5e6-41b81bb15f36", "displayName": "fabcli000002_copy", - "workspaceId": "d9fccd23-2442-4b79-bb9d-64968e14aa0d"}]}' + string: '{"value": [{"id": "fcdedc27-b0d3-494f-8ffa-c36ec15a5887", "displayName": + "fabcli000002", "workspaceId": "43f38a69-aa95-4193-b265-3ac2028a6a5d"}, {"id": + "f844a32a-5b75-4f6e-9b5f-3bbad08950ab", "displayName": "fabcli000002_copy", + "workspaceId": "43f38a69-aa95-4193-b265-3ac2028a6a5d"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2976,15 +2936,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '181' + - '178' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:42:25 GMT + - Fri, 06 Feb 2026 08:08:58 GMT Pragma: - no-cache RequestId: - - 158ea195-cb87-4507-85ac-074a715b1e4f + - e4752f7d-419e-4562-a08f-9e3095149d75 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2992,7 +2952,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3010,15 +2970,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/43f38a69-aa95-4193-b265-3ac2028a6a5d/folders?recursive=True response: body: - string: '{"value": [{"id": "df77ee34-a676-476f-b8f0-7e65c08d6e54", "displayName": - "fabcli000002", "workspaceId": "d9fccd23-2442-4b79-bb9d-64968e14aa0d"}, {"id": - "4e3c190e-c500-47d8-a5e6-41b81bb15f36", "displayName": "fabcli000002_copy", - "workspaceId": "d9fccd23-2442-4b79-bb9d-64968e14aa0d"}]}' + string: '{"value": [{"id": "fcdedc27-b0d3-494f-8ffa-c36ec15a5887", "displayName": + "fabcli000002", "workspaceId": "43f38a69-aa95-4193-b265-3ac2028a6a5d"}, {"id": + "f844a32a-5b75-4f6e-9b5f-3bbad08950ab", "displayName": "fabcli000002_copy", + "workspaceId": "43f38a69-aa95-4193-b265-3ac2028a6a5d"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3027,15 +2987,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '181' + - '178' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:42:26 GMT + - Fri, 06 Feb 2026 08:08:59 GMT Pragma: - no-cache RequestId: - - 1cf52277-e4ef-4a5a-855d-cd918737a1d8 + - eaaa2338-003a-47fc-bd1e-7d018a1bdf8f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3043,7 +3003,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3061,16 +3021,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "d9fccd23-2442-4b79-bb9d-64968e14aa0d", "displayName": "fabcli000001", + {"id": "43f38a69-aa95-4193-b265-3ac2028a6a5d", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -3080,15 +3040,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '600' + - '2843' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:42:26 GMT + - Fri, 06 Feb 2026 08:08:59 GMT Pragma: - no-cache RequestId: - - f4cb227c-b8d8-4c15-a05f-a02c649c4e1b + - f43ba627-6666-4f9e-8f1e-943d7180ddc5 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3096,7 +3056,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3114,15 +3074,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/43f38a69-aa95-4193-b265-3ac2028a6a5d/folders?recursive=True response: body: - string: '{"value": [{"id": "df77ee34-a676-476f-b8f0-7e65c08d6e54", "displayName": - "fabcli000002", "workspaceId": "d9fccd23-2442-4b79-bb9d-64968e14aa0d"}, {"id": - "4e3c190e-c500-47d8-a5e6-41b81bb15f36", "displayName": "fabcli000002_copy", - "workspaceId": "d9fccd23-2442-4b79-bb9d-64968e14aa0d"}]}' + string: '{"value": [{"id": "fcdedc27-b0d3-494f-8ffa-c36ec15a5887", "displayName": + "fabcli000002", "workspaceId": "43f38a69-aa95-4193-b265-3ac2028a6a5d"}, {"id": + "f844a32a-5b75-4f6e-9b5f-3bbad08950ab", "displayName": "fabcli000002_copy", + "workspaceId": "43f38a69-aa95-4193-b265-3ac2028a6a5d"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3131,15 +3091,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '181' + - '178' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:42:26 GMT + - Fri, 06 Feb 2026 08:09:00 GMT Pragma: - no-cache RequestId: - - e0a24283-29fb-4a05-a2b2-2c58cd309077 + - 591cccc6-ecd1-443a-b21d-a8f76407b8cd Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3147,7 +3107,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3165,17 +3125,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d/items + uri: https://api.fabric.microsoft.com/v1/workspaces/43f38a69-aa95-4193-b265-3ac2028a6a5d/items response: body: - string: '{"value": [{"id": "47f38ee3-24c0-499b-bb33-e52e87a930ab", "type": "Notebook", + string: '{"value": [{"id": "a96e8cf6-2653-4097-9363-bb9d28960d02", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "d9fccd23-2442-4b79-bb9d-64968e14aa0d", "folderId": "df77ee34-a676-476f-b8f0-7e65c08d6e54"}, - {"id": "5d99115b-fd31-4a1e-baf5-38965853d3ef", "type": "Notebook", "displayName": - "fabcli000003_copy", "description": "Created by fab", "workspaceId": "d9fccd23-2442-4b79-bb9d-64968e14aa0d", - "folderId": "4e3c190e-c500-47d8-a5e6-41b81bb15f36"}]}' + "43f38a69-aa95-4193-b265-3ac2028a6a5d", "folderId": "fcdedc27-b0d3-494f-8ffa-c36ec15a5887"}, + {"id": "3e9ad918-faa8-4056-894e-3a5c34052326", "type": "Notebook", "displayName": + "fabcli000003_copy", "description": "Created by fab", "workspaceId": "43f38a69-aa95-4193-b265-3ac2028a6a5d", + "folderId": "f844a32a-5b75-4f6e-9b5f-3bbad08950ab"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3188,11 +3148,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:42:27 GMT + - Fri, 06 Feb 2026 08:09:01 GMT Pragma: - no-cache RequestId: - - efed4083-bebf-4b47-83be-2423c256f972 + - e89c24e0-474f-4cd7-9ada-14afc589b898 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3200,7 +3160,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3218,15 +3178,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/43f38a69-aa95-4193-b265-3ac2028a6a5d/folders?recursive=True response: body: - string: '{"value": [{"id": "df77ee34-a676-476f-b8f0-7e65c08d6e54", "displayName": - "fabcli000002", "workspaceId": "d9fccd23-2442-4b79-bb9d-64968e14aa0d"}, {"id": - "4e3c190e-c500-47d8-a5e6-41b81bb15f36", "displayName": "fabcli000002_copy", - "workspaceId": "d9fccd23-2442-4b79-bb9d-64968e14aa0d"}]}' + string: '{"value": [{"id": "fcdedc27-b0d3-494f-8ffa-c36ec15a5887", "displayName": + "fabcli000002", "workspaceId": "43f38a69-aa95-4193-b265-3ac2028a6a5d"}, {"id": + "f844a32a-5b75-4f6e-9b5f-3bbad08950ab", "displayName": "fabcli000002_copy", + "workspaceId": "43f38a69-aa95-4193-b265-3ac2028a6a5d"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3235,15 +3195,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '181' + - '178' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:42:27 GMT + - Fri, 06 Feb 2026 08:09:02 GMT Pragma: - no-cache RequestId: - - 10684032-d23e-44b9-bee5-1e25e6bebfe2 + - 0abe008d-e016-4c3e-b129-18a67f9473ec Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3251,7 +3211,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3269,15 +3229,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/43f38a69-aa95-4193-b265-3ac2028a6a5d/folders?recursive=True response: body: - string: '{"value": [{"id": "df77ee34-a676-476f-b8f0-7e65c08d6e54", "displayName": - "fabcli000002", "workspaceId": "d9fccd23-2442-4b79-bb9d-64968e14aa0d"}, {"id": - "4e3c190e-c500-47d8-a5e6-41b81bb15f36", "displayName": "fabcli000002_copy", - "workspaceId": "d9fccd23-2442-4b79-bb9d-64968e14aa0d"}]}' + string: '{"value": [{"id": "fcdedc27-b0d3-494f-8ffa-c36ec15a5887", "displayName": + "fabcli000002", "workspaceId": "43f38a69-aa95-4193-b265-3ac2028a6a5d"}, {"id": + "f844a32a-5b75-4f6e-9b5f-3bbad08950ab", "displayName": "fabcli000002_copy", + "workspaceId": "43f38a69-aa95-4193-b265-3ac2028a6a5d"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3286,15 +3246,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '181' + - '178' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:42:27 GMT + - Fri, 06 Feb 2026 08:09:02 GMT Pragma: - no-cache RequestId: - - 8eac1dfc-e134-4982-a006-0093e89c2d46 + - f09b9e3d-0a90-4ff7-8990-7504c64ceeda Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3302,7 +3262,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3322,9 +3282,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d/items/47f38ee3-24c0-499b-bb33-e52e87a930ab + uri: https://api.fabric.microsoft.com/v1/workspaces/43f38a69-aa95-4193-b265-3ac2028a6a5d/items/a96e8cf6-2653-4097-9363-bb9d28960d02 response: body: string: '' @@ -3340,11 +3300,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:42:27 GMT + - Fri, 06 Feb 2026 08:09:04 GMT Pragma: - no-cache RequestId: - - fd0ca3ed-5a31-47df-a4c5-80892ff8d987 + - c2fda6b1-7587-4a67-b466-e066495dcce1 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3352,7 +3312,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3370,16 +3330,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "d9fccd23-2442-4b79-bb9d-64968e14aa0d", "displayName": "fabcli000001", + {"id": "43f38a69-aa95-4193-b265-3ac2028a6a5d", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -3389,15 +3349,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '600' + - '2843' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:42:27 GMT + - Fri, 06 Feb 2026 08:09:04 GMT Pragma: - no-cache RequestId: - - 741b1df4-911d-4444-9d87-b6bb5eccb6dc + - 9b4a30e8-9abd-4694-9f91-c2035a20c4f6 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3405,7 +3365,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3423,15 +3383,55 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/43f38a69-aa95-4193-b265-3ac2028a6a5d/folders?recursive=True + response: + body: + string: '{"requestId": "d83ae5b7-92be-4724-ae35-a988a4eb4a92", "errorCode": + "RequestBlocked", "message": "Request is blocked by the upstream service until: + 2/6/2026 8:09:53 AM (UTC)", "isRetriable": true}' + headers: + Content-Length: + - '188' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:09:05 GMT + RequestId: + - d83ae5b7-92be-4724-ae35-a988a4eb4a92 + Retry-After: + - '48' + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-public-api-error-code: + - RequestBlocked + status: + code: 429 + message: '' +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/43f38a69-aa95-4193-b265-3ac2028a6a5d/folders?recursive=True response: body: - string: '{"value": [{"id": "df77ee34-a676-476f-b8f0-7e65c08d6e54", "displayName": - "fabcli000002", "workspaceId": "d9fccd23-2442-4b79-bb9d-64968e14aa0d"}, {"id": - "4e3c190e-c500-47d8-a5e6-41b81bb15f36", "displayName": "fabcli000002_copy", - "workspaceId": "d9fccd23-2442-4b79-bb9d-64968e14aa0d"}]}' + string: '{"value": [{"id": "fcdedc27-b0d3-494f-8ffa-c36ec15a5887", "displayName": + "fabcli000002", "workspaceId": "43f38a69-aa95-4193-b265-3ac2028a6a5d"}, {"id": + "f844a32a-5b75-4f6e-9b5f-3bbad08950ab", "displayName": "fabcli000002_copy", + "workspaceId": "43f38a69-aa95-4193-b265-3ac2028a6a5d"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3440,15 +3440,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '181' + - '178' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:42:27 GMT + - Fri, 06 Feb 2026 08:09:56 GMT Pragma: - no-cache RequestId: - - 47ae9153-7b31-48f3-88ad-72c9c369ef89 + - 4480cce9-0c30-4eb6-9e25-6a2405d165da Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3456,7 +3456,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3476,9 +3476,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d/folders/df77ee34-a676-476f-b8f0-7e65c08d6e54 + uri: https://api.fabric.microsoft.com/v1/workspaces/43f38a69-aa95-4193-b265-3ac2028a6a5d/folders/fcdedc27-b0d3-494f-8ffa-c36ec15a5887 response: body: string: '' @@ -3494,11 +3494,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:42:28 GMT + - Fri, 06 Feb 2026 08:09:57 GMT Pragma: - no-cache RequestId: - - ebfc550a-f77b-47c3-ae48-35def651f1cf + - ea69dee5-4236-4843-9825-9cc6f39584b4 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3506,7 +3506,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3524,16 +3524,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "d9fccd23-2442-4b79-bb9d-64968e14aa0d", "displayName": "fabcli000001", + {"id": "43f38a69-aa95-4193-b265-3ac2028a6a5d", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -3543,15 +3543,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '600' + - '2843' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:42:28 GMT + - Fri, 06 Feb 2026 08:09:58 GMT Pragma: - no-cache RequestId: - - a3f888b8-b3ef-43b2-bac5-3eb0bc718729 + - 43066e5a-67ae-493a-8fd1-bbbc76a1213d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3559,7 +3559,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3577,14 +3577,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d/items + uri: https://api.fabric.microsoft.com/v1/workspaces/43f38a69-aa95-4193-b265-3ac2028a6a5d/items response: body: - string: '{"value": [{"id": "5d99115b-fd31-4a1e-baf5-38965853d3ef", "type": "Notebook", + string: '{"value": [{"id": "3e9ad918-faa8-4056-894e-3a5c34052326", "type": "Notebook", "displayName": "fabcli000003_copy", "description": "Created by fab", "workspaceId": - "d9fccd23-2442-4b79-bb9d-64968e14aa0d", "folderId": "4e3c190e-c500-47d8-a5e6-41b81bb15f36"}]}' + "43f38a69-aa95-4193-b265-3ac2028a6a5d", "folderId": "f844a32a-5b75-4f6e-9b5f-3bbad08950ab"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3593,15 +3593,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '212' + - '210' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:42:28 GMT + - Fri, 06 Feb 2026 08:09:59 GMT Pragma: - no-cache RequestId: - - 0aba3a30-7e10-4012-af71-ed90d3ef3f08 + - bc34db58-32ff-42d5-8141-2dba17bf5bac Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3609,7 +3609,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3627,53 +3627,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/43f38a69-aa95-4193-b265-3ac2028a6a5d/folders?recursive=True response: body: - string: '{"requestId": "9301702e-7f8f-4008-b281-8d81fd0a2424", "errorCode": - "RequestBlocked", "message": "Request is blocked by the upstream service until: - 9/8/2025 2:43:25 PM (UTC)"}' - headers: - Content-Length: - - '169' - Content-Type: - - application/json; charset=utf-8 - Date: - - Mon, 08 Sep 2025 14:42:28 GMT - RequestId: - - 9301702e-7f8f-4008-b281-8d81fd0a2424 - Retry-After: - - '57' - home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ - request-redirected: - - 'true' - x-ms-public-api-error-code: - - RequestBlocked - status: - code: 429 - message: '' -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Type: - - application/json - User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 - method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d/folders?recursive=True - response: - body: - string: '{"value": [{"id": "4e3c190e-c500-47d8-a5e6-41b81bb15f36", "displayName": - "fabcli000002_copy", "workspaceId": "d9fccd23-2442-4b79-bb9d-64968e14aa0d"}]}' + string: '{"value": [{"id": "f844a32a-5b75-4f6e-9b5f-3bbad08950ab", "displayName": + "fabcli000002_copy", "workspaceId": "43f38a69-aa95-4193-b265-3ac2028a6a5d"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3682,15 +3642,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '149' + - '144' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:43:25 GMT + - Fri, 06 Feb 2026 08:10:00 GMT Pragma: - no-cache RequestId: - - d77e8ff8-332b-4eb6-8220-37875f193b0f + - 08dc618a-bae1-4426-9cec-46ba218723a3 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3698,7 +3658,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3718,9 +3678,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/d9fccd23-2442-4b79-bb9d-64968e14aa0d + uri: https://api.fabric.microsoft.com/v1/workspaces/43f38a69-aa95-4193-b265-3ac2028a6a5d response: body: string: '' @@ -3736,11 +3696,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:43:26 GMT + - Fri, 06 Feb 2026 08:10:00 GMT Pragma: - no-cache RequestId: - - ced1de39-deaf-4d6d-ac57-a4ba152c75f9 + - 41a418bc-7d23-4852-a1ac-28c0e9aa0a45 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3748,7 +3708,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: diff --git a/tests/test_commands/recordings/test_commands/test_cp/test_cp_folder_to_workspace_nested_folder_success.yaml b/tests/test_commands/recordings/test_commands/test_cp/test_cp_folder_to_workspace_nested_folder_success.yaml index abb21aa4..2f430bdf 100644 --- a/tests/test_commands/recordings/test_commands/test_cp/test_cp_folder_to_workspace_nested_folder_success.yaml +++ b/tests/test_commands/recordings/test_commands/test_cp/test_cp_folder_to_workspace_nested_folder_success.yaml @@ -11,13 +11,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "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: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:25:44 GMT + - Fri, 06 Feb 2026 07:50:59 GMT Pragma: - no-cache RequestId: - - 69c90f60-6e97-4a50-851d-6fe70ee05ac5 + - 980c2c93-28d2-4d6d-9fcc-231734e0bce7 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -44,7 +44,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -62,13 +62,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -79,15 +79,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:25:45 GMT + - Fri, 06 Feb 2026 07:51:01 GMT Pragma: - no-cache RequestId: - - 3f5bbf8c-c135-4770-9077-b3b4063a6754 + - adb95462-e0b2-4f34-b724-3c95a1987a1e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -95,7 +95,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -113,13 +113,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 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": "F16", "region": "West Europe", "state": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": "Active"}]}' headers: Access-Control-Expose-Headers: @@ -129,15 +129,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '456' + - '429' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:25:50 GMT + - Fri, 06 Feb 2026 07:51:06 GMT Pragma: - no-cache RequestId: - - be8e86e8-11c0-4e45-a5e4-b3b40a51ad75 + - 9ab271a3-3a40-4674-adcf-c96e63db3321 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -145,7 +145,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -166,12 +166,12 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"id": "2dea1342-7241-43e0-baa5-a58ab2a71851", "displayName": "fabcli000001", + string: '{"id": "39a1a111-e03b-4684-841a-e0a5e631000e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' headers: Access-Control-Expose-Headers: @@ -185,13 +185,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:25:58 GMT + - Fri, 06 Feb 2026 07:51:15 GMT Location: - - https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851 + - https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e Pragma: - no-cache RequestId: - - d227040a-1812-41e5-9810-33a565835d79 + - 848e4cb3-c3a4-4491-a7c2-0ef429dc5dac Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -199,7 +199,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -217,16 +217,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "2dea1342-7241-43e0-baa5-a58ab2a71851", "displayName": "fabcli000001", + {"id": "39a1a111-e03b-4684-841a-e0a5e631000e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -236,15 +236,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '603' + - '2842' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:25:58 GMT + - Fri, 06 Feb 2026 07:51:16 GMT Pragma: - no-cache RequestId: - - 66954fcb-4d6e-415e-ab7e-6b1c40e8c990 + - d3476ddd-2181-491d-868a-fc3c86439461 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -252,7 +252,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -270,16 +270,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "2dea1342-7241-43e0-baa5-a58ab2a71851", "displayName": "fabcli000001", + {"id": "39a1a111-e03b-4684-841a-e0a5e631000e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -289,15 +289,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '603' + - '2842' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:25:58 GMT + - Fri, 06 Feb 2026 07:51:16 GMT Pragma: - no-cache RequestId: - - b811101f-c687-4248-8742-87d02f42dd08 + - a52aeea1-7306-4803-9c7c-dc6e1b06b03e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -305,7 +305,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -323,13 +323,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 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": "F16", "region": "West Europe", "state": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": "Active"}]}' headers: Access-Control-Expose-Headers: @@ -339,15 +339,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '456' + - '427' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:26:04 GMT + - Fri, 06 Feb 2026 07:51:19 GMT Pragma: - no-cache RequestId: - - b91af617-1773-4c33-989d-4088e26737dd + - 0676ad62-1b91-4af6-b556-49cf846b0615 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -355,7 +355,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -376,12 +376,12 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"id": "24a85a40-291d-41ea-a507-c81a1258c9ec", "displayName": "fabcli000002", + string: '{"id": "f80ed229-5a94-47c4-b945-151d5c4e1734", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' headers: Access-Control-Expose-Headers: @@ -391,17 +391,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '166' + - '165' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:26:11 GMT + - Fri, 06 Feb 2026 07:51:27 GMT Location: - - https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec + - https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734 Pragma: - no-cache RequestId: - - 4200f9a2-0f7a-4f6f-9f0a-bcb38e52d0c7 + - 68e9fd32-e03b-4e1c-bd49-557580ec837f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -409,7 +409,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -427,18 +427,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "2dea1342-7241-43e0-baa5-a58ab2a71851", "displayName": "fabcli000001", + {"id": "39a1a111-e03b-4684-841a-e0a5e631000e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "24a85a40-291d-41ea-a507-c81a1258c9ec", "displayName": "fabcli000002", + {"id": "f80ed229-5a94-47c4-b945-151d5c4e1734", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -448,15 +448,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '637' + - '2878' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:26:12 GMT + - Fri, 06 Feb 2026 07:51:28 GMT Pragma: - no-cache RequestId: - - f5806304-9630-41c7-9445-b9ae697a2e33 + - 7983811d-688d-4ba7-ad27-b7ca85327705 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -464,7 +464,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -482,9 +482,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/folders?recursive=True response: body: string: '{"value": []}' @@ -500,11 +500,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:26:12 GMT + - Fri, 06 Feb 2026 07:51:29 GMT Pragma: - no-cache RequestId: - - a5b4a815-b773-41f9-9ad4-0d00f44f2224 + - 08067838-29c4-4e22-892a-3915bec1f265 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -512,7 +512,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -530,9 +530,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/folders?recursive=True response: body: string: '{"value": []}' @@ -548,11 +548,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:26:12 GMT + - Fri, 06 Feb 2026 07:51:30 GMT Pragma: - no-cache RequestId: - - b9b0b3f9-b4bf-4773-b707-c9972d708109 + - 068d71e5-6d0b-4d70-b345-6d316afd6e2a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -560,7 +560,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -580,13 +580,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/folders + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/folders response: body: - string: '{"id": "70b05128-1612-4e3e-9eb9-282589162460", "displayName": "fabcli000003", - "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}' + string: '{"id": "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "displayName": "fabcli000003", + "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}' headers: Access-Control-Expose-Headers: - RequestId,Location @@ -599,13 +599,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:26:12 GMT + - Fri, 06 Feb 2026 07:51:30 GMT Location: - - https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/folders/70b05128-1612-4e3e-9eb9-282589162460 + - https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/folders/286030e4-8cb5-4735-9b6c-bdda8b2f4dfe Pragma: - no-cache RequestId: - - 24119a22-b7d4-4f20-9a21-5cbb58ad935e + - 1405af4e-e988-402c-8cc2-5ac6959c15aa Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -613,7 +613,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -631,18 +631,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "2dea1342-7241-43e0-baa5-a58ab2a71851", "displayName": "fabcli000001", + {"id": "39a1a111-e03b-4684-841a-e0a5e631000e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "24a85a40-291d-41ea-a507-c81a1258c9ec", "displayName": "fabcli000002", + {"id": "f80ed229-5a94-47c4-b945-151d5c4e1734", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -652,15 +652,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '637' + - '2878' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:26:12 GMT + - Fri, 06 Feb 2026 07:51:31 GMT Pragma: - no-cache RequestId: - - c49c4abd-8ab2-48e4-b075-f72251b28b14 + - a4fd541b-f9c5-45eb-8f89-8755f274075d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -668,7 +668,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -686,53 +686,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 - method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/folders?recursive=True - response: - body: - string: '{"requestId": "ef26ae14-4ecf-4b86-bfe1-18df06343d0e", "errorCode": - "RequestBlocked", "message": "Request is blocked by the upstream service until: - 9/8/2025 2:26:42 PM (UTC)"}' - headers: - Content-Length: - - '169' - Content-Type: - - application/json; charset=utf-8 - Date: - - Mon, 08 Sep 2025 14:26:12 GMT - RequestId: - - ef26ae14-4ecf-4b86-bfe1-18df06343d0e - Retry-After: - - '29' - home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ - request-redirected: - - 'true' - x-ms-public-api-error-code: - - RequestBlocked - status: - code: 429 - message: '' -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Type: - - application/json - User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/folders?recursive=True response: body: - string: '{"value": [{"id": "70b05128-1612-4e3e-9eb9-282589162460", "displayName": - "fabcli000003", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}]}' + string: '{"value": [{"id": "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "displayName": + "fabcli000003", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -745,11 +705,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:26:41 GMT + - Fri, 06 Feb 2026 07:51:32 GMT Pragma: - no-cache RequestId: - - 2739fdaa-0e7e-4db2-9856-00d6f5b57072 + - 7d0e3860-f1f4-4861-9cd0-2c054b87b53f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -757,7 +717,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -775,13 +735,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/folders?recursive=True response: body: - string: '{"value": [{"id": "70b05128-1612-4e3e-9eb9-282589162460", "displayName": - "fabcli000003", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}]}' + string: '{"value": [{"id": "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "displayName": + "fabcli000003", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -794,11 +754,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:26:41 GMT + - Fri, 06 Feb 2026 07:51:33 GMT Pragma: - no-cache RequestId: - - 11cffd3a-63fc-4810-8dd4-486d7c7c0f9e + - 5920e662-4cd9-4e85-882d-30422c05bf16 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -806,7 +766,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -824,13 +784,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/folders?recursive=True response: body: - string: '{"value": [{"id": "70b05128-1612-4e3e-9eb9-282589162460", "displayName": - "fabcli000003", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}]}' + string: '{"value": [{"id": "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "displayName": + "fabcli000003", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -843,11 +803,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:26:42 GMT + - Fri, 06 Feb 2026 07:51:34 GMT Pragma: - no-cache RequestId: - - 64bc18c5-8428-4748-8ee7-b646e7bbf3a0 + - 8227b161-5659-46cd-a76d-7f3f3ce440cc Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -855,7 +815,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -863,7 +823,7 @@ interactions: message: OK - request: body: '{"description": "Created by fab", "displayName": "fabcli000004", "parentFolderId": - "70b05128-1612-4e3e-9eb9-282589162460"}' + "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe"}' headers: Accept: - '*/*' @@ -876,13 +836,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/folders + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/folders response: body: - string: '{"id": "8e8d7cc6-7a30-4c9b-ada8-ccd1e2070371", "displayName": "fabcli000004", - "parentFolderId": "70b05128-1612-4e3e-9eb9-282589162460", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}' + string: '{"id": "b6217fa4-8911-4c8b-98c4-2507fb6fb87c", "displayName": "fabcli000004", + "parentFolderId": "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}' headers: Access-Control-Expose-Headers: - RequestId,Location @@ -891,17 +851,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '166' + - '168' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:26:41 GMT + - Fri, 06 Feb 2026 07:51:35 GMT Location: - - https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/folders/8e8d7cc6-7a30-4c9b-ada8-ccd1e2070371 + - https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/folders/b6217fa4-8911-4c8b-98c4-2507fb6fb87c Pragma: - no-cache RequestId: - - b45a7802-58fa-404f-a384-78cef929e697 + - 1d89a4b8-61da-49ef-a841-0a18ffb2d66d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -909,7 +869,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -927,18 +887,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "2dea1342-7241-43e0-baa5-a58ab2a71851", "displayName": "fabcli000001", + {"id": "39a1a111-e03b-4684-841a-e0a5e631000e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "24a85a40-291d-41ea-a507-c81a1258c9ec", "displayName": "fabcli000002", + {"id": "f80ed229-5a94-47c4-b945-151d5c4e1734", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -948,15 +908,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '637' + - '2878' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:26:41 GMT + - Fri, 06 Feb 2026 07:51:35 GMT Pragma: - no-cache RequestId: - - 5a5bc298-f3ad-41f3-8de5-32f4218ae2a9 + - 3144aef9-bccf-497c-94c5-602318482c7f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -964,7 +924,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -982,9 +942,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/folders?recursive=True response: body: string: '{"value": []}' @@ -1000,11 +960,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:26:42 GMT + - Fri, 06 Feb 2026 07:51:36 GMT Pragma: - no-cache RequestId: - - d50b8f55-ce9b-410d-b571-2949165a0dac + - 264ab13a-b18a-4d3a-bc50-bbab6e8d1e23 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1012,7 +972,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1030,9 +990,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/folders?recursive=True response: body: string: '{"value": []}' @@ -1048,11 +1008,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:26:42 GMT + - Fri, 06 Feb 2026 07:51:37 GMT Pragma: - no-cache RequestId: - - c276d49e-7e2a-48d8-a0b6-16de22c74449 + - 17ee1d5e-7795-4b3d-b30a-5332963613ed Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1060,7 +1020,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1080,13 +1040,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/folders + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/folders response: body: - string: '{"id": "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "displayName": "fabcli000005", - "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}' + string: '{"id": "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "displayName": "fabcli000005", + "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}' headers: Access-Control-Expose-Headers: - RequestId,Location @@ -1095,17 +1055,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '131' + - '132' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:26:42 GMT + - Fri, 06 Feb 2026 07:51:37 GMT Location: - - https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/folders/4a008c70-dec4-4473-bd3a-da3c92c3a8b0 + - https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/folders/197237c1-a9dd-44e4-81c8-15ae690cf0a6 Pragma: - no-cache RequestId: - - 45c00b4d-5778-46f2-ab55-57e259dae134 + - b08719cd-de3b-469d-a47f-f6884bae02bf Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1113,7 +1073,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1131,18 +1091,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "2dea1342-7241-43e0-baa5-a58ab2a71851", "displayName": "fabcli000001", + {"id": "39a1a111-e03b-4684-841a-e0a5e631000e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "24a85a40-291d-41ea-a507-c81a1258c9ec", "displayName": "fabcli000002", + {"id": "f80ed229-5a94-47c4-b945-151d5c4e1734", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -1152,15 +1112,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '637' + - '2878' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:26:42 GMT + - Fri, 06 Feb 2026 07:51:38 GMT Pragma: - no-cache RequestId: - - fff2c08f-7008-4405-815a-6c548beb585a + - 7849b815-e54f-4443-922a-12e2852750bd Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1168,7 +1128,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1186,15 +1146,55 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/folders?recursive=True response: body: - string: '{"value": [{"id": "70b05128-1612-4e3e-9eb9-282589162460", "displayName": - "fabcli000003", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}, {"id": - "8e8d7cc6-7a30-4c9b-ada8-ccd1e2070371", "displayName": "fabcli000004", "parentFolderId": - "70b05128-1612-4e3e-9eb9-282589162460", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}]}' + string: '{"requestId": "c8cd8a19-5f5d-4e01-8a43-6e9b0c488557", "errorCode": + "RequestBlocked", "message": "Request is blocked by the upstream service until: + 2/6/2026 7:51:49 AM (UTC)", "isRetriable": true}' + headers: + Content-Length: + - '188' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:51:39 GMT + RequestId: + - c8cd8a19-5f5d-4e01-8a43-6e9b0c488557 + Retry-After: + - '9' + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-public-api-error-code: + - RequestBlocked + status: + code: 429 + message: '' +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/folders?recursive=True + response: + body: + string: '{"value": [{"id": "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "displayName": + "fabcli000003", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}, {"id": + "b6217fa4-8911-4c8b-98c4-2507fb6fb87c", "displayName": "fabcli000004", "parentFolderId": + "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1203,15 +1203,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '202' + - '201' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:26:43 GMT + - Fri, 06 Feb 2026 07:51:50 GMT Pragma: - no-cache RequestId: - - 5d7cf1d2-8240-4d3d-869c-fa78c9245b52 + - 9edd1076-3212-40af-89f6-ffbd35de6561 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1219,7 +1219,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1237,9 +1237,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/items + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/items response: body: string: '{"value": []}' @@ -1255,11 +1255,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:26:42 GMT + - Fri, 06 Feb 2026 07:51:51 GMT Pragma: - no-cache RequestId: - - ddae67fb-1711-424f-9249-fd73817a5cc8 + - 2e0e6125-8aba-4f1b-be53-68fd5da8a5cf Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1267,7 +1267,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1285,9 +1285,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/items + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/items response: body: string: '{"value": []}' @@ -1303,11 +1303,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:26:43 GMT + - Fri, 06 Feb 2026 07:51:52 GMT Pragma: - no-cache RequestId: - - cea85ada-8538-4404-a4a3-79303f8c8ff2 + - c3b11966-b698-4e2b-bd6e-949cdf91f949 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1315,7 +1315,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1323,7 +1323,7 @@ interactions: message: OK - request: body: '{"description": "Created by fab", "displayName": "fabcli000006", "type": - "Notebook", "folderId": "70b05128-1612-4e3e-9eb9-282589162460", "definition": + "Notebook", "folderId": "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "definition": {"parts": [{"path": "notebook-content.py", "payload": "IyBGYWJyaWMgbm90ZWJvb2sgc291cmNlCgojIE1FVEFEQVRBICoqKioqKioqKioqKioqKioqKioqCgojIE1FVEEgewojIE1FVEEgICAia2VybmVsX2luZm8iOiB7CiMgTUVUQSAgICAgIm5hbWUiOiAic3luYXBzZV9weXNwYXJrIgojIE1FVEEgICB9LAojIE1FVEEgICAiZGVwZW5kZW5jaWVzIjoge30KIyBNRVRBIH0KCiMgQ0VMTCAqKioqKioqKioqKioqKioqKioqKgoKIyBXZWxjb21lIHRvIHlvdXIgbmV3IG5vdGVib29rCiMgVHlwZSBoZXJlIGluIHRoZSBjZWxsIGVkaXRvciB0byBhZGQgY29kZSEKCgojIE1FVEFEQVRBICoqKioqKioqKioqKioqKioqKioqCgojIE1FVEEgewojIE1FVEEgICAibGFuZ3VhZ2UiOiAicHl0aG9uIiwKIyBNRVRBICAgImxhbmd1YWdlX2dyb3VwIjogInN5bmFwc2VfcHlzcGFyayIKIyBNRVRBIH0K", "payloadType": "InlineBase64"}]}}' headers: @@ -1338,9 +1338,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/notebooks + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/notebooks response: body: string: 'null' @@ -1356,15 +1356,15 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:26:44 GMT + - Fri, 06 Feb 2026 07:51:54 GMT ETag: - '""' Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/7027c990-0c7b-44bd-be05-8e976b087d19 + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b8e8d851-1efd-4dd0-a29e-a096cb380378 Pragma: - no-cache RequestId: - - 00c1bcef-1005-4cd0-9e23-704aa438702f + - 7434eb45-33a2-4f96-9e4c-4be9bd9eae99 Retry-After: - '20' Strict-Transport-Security: @@ -1374,11 +1374,11 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' x-ms-operation-id: - - 7027c990-0c7b-44bd-be05-8e976b087d19 + - b8e8d851-1efd-4dd0-a29e-a096cb380378 status: code: 202 message: Accepted @@ -1394,13 +1394,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/7027c990-0c7b-44bd-be05-8e976b087d19 + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b8e8d851-1efd-4dd0-a29e-a096cb380378 response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2025-09-08T14:26:44.3500829", - "lastUpdatedTimeUtc": "2025-09-08T14:26:46.0385741", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-06T07:51:53.7456402", + "lastUpdatedTimeUtc": "2026-02-06T07:51:55.1684247", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -1414,13 +1414,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:27:04 GMT + - Fri, 06 Feb 2026 07:52:15 GMT Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/7027c990-0c7b-44bd-be05-8e976b087d19/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b8e8d851-1efd-4dd0-a29e-a096cb380378/result Pragma: - no-cache RequestId: - - c2f0b9ec-df2b-4372-b453-a89d69ec92d9 + - adbb5176-db90-45be-994e-e48c3ecb5065 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1428,7 +1428,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - 7027c990-0c7b-44bd-be05-8e976b087d19 + - b8e8d851-1efd-4dd0-a29e-a096cb380378 status: code: 200 message: OK @@ -1444,14 +1444,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/7027c990-0c7b-44bd-be05-8e976b087d19/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b8e8d851-1efd-4dd0-a29e-a096cb380378/result response: body: - string: '{"id": "c8e30cfe-d36f-455a-8644-9594cbd94866", "type": "Notebook", + string: '{"id": "92270156-79b2-409b-bd1a-bad40cff71fe", "type": "Notebook", "displayName": "fabcli000006", "description": "Created by fab", "workspaceId": - "2dea1342-7241-43e0-baa5-a58ab2a71851", "folderId": "70b05128-1612-4e3e-9eb9-282589162460"}' + "39a1a111-e03b-4684-841a-e0a5e631000e", "folderId": "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe"}' headers: Access-Control-Expose-Headers: - RequestId @@ -1462,11 +1462,11 @@ interactions: Content-Type: - application/json Date: - - Mon, 08 Sep 2025 14:27:04 GMT + - Fri, 06 Feb 2026 07:52:16 GMT Pragma: - no-cache RequestId: - - 3525b252-8a92-499e-9798-a5796565eb10 + - bbec0b0e-e233-46ef-820e-def77d64cd18 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -1490,18 +1490,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "2dea1342-7241-43e0-baa5-a58ab2a71851", "displayName": "fabcli000001", + {"id": "39a1a111-e03b-4684-841a-e0a5e631000e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "24a85a40-291d-41ea-a507-c81a1258c9ec", "displayName": "fabcli000002", + {"id": "f80ed229-5a94-47c4-b945-151d5c4e1734", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -1511,15 +1511,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '637' + - '2878' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:27:04 GMT + - Fri, 06 Feb 2026 07:52:17 GMT Pragma: - no-cache RequestId: - - 5c6f999b-9ec4-4abd-9fed-25f24205c023 + - 1d7a5e42-efca-4aaf-af31-8e9a2e05967f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1527,7 +1527,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1545,15 +1545,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/folders?recursive=True response: body: - string: '{"value": [{"id": "70b05128-1612-4e3e-9eb9-282589162460", "displayName": - "fabcli000003", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}, {"id": - "8e8d7cc6-7a30-4c9b-ada8-ccd1e2070371", "displayName": "fabcli000004", "parentFolderId": - "70b05128-1612-4e3e-9eb9-282589162460", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}]}' + string: '{"value": [{"id": "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "displayName": + "fabcli000003", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}, {"id": + "b6217fa4-8911-4c8b-98c4-2507fb6fb87c", "displayName": "fabcli000004", "parentFolderId": + "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1562,15 +1562,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '202' + - '201' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:27:05 GMT + - Fri, 06 Feb 2026 07:52:18 GMT Pragma: - no-cache RequestId: - - 09801ef3-56c1-45f8-9f07-c7b5a9cec258 + - 2412737b-58ed-4025-ae70-6d1e233e6e92 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1578,7 +1578,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1596,15 +1596,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/folders?recursive=True response: body: - string: '{"value": [{"id": "70b05128-1612-4e3e-9eb9-282589162460", "displayName": - "fabcli000003", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}, {"id": - "8e8d7cc6-7a30-4c9b-ada8-ccd1e2070371", "displayName": "fabcli000004", "parentFolderId": - "70b05128-1612-4e3e-9eb9-282589162460", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}]}' + string: '{"value": [{"id": "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "displayName": + "fabcli000003", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}, {"id": + "b6217fa4-8911-4c8b-98c4-2507fb6fb87c", "displayName": "fabcli000004", "parentFolderId": + "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1613,15 +1613,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '202' + - '201' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:27:05 GMT + - Fri, 06 Feb 2026 07:52:19 GMT Pragma: - no-cache RequestId: - - c7a20fab-7e60-43b2-a584-18c14bcf5590 + - fbe5a6ee-35ee-40dd-8c7f-1870ecb74a0e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1629,7 +1629,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1647,14 +1647,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/items + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/items response: body: - string: '{"value": [{"id": "c8e30cfe-d36f-455a-8644-9594cbd94866", "type": "Notebook", + string: '{"value": [{"id": "92270156-79b2-409b-bd1a-bad40cff71fe", "type": "Notebook", "displayName": "fabcli000006", "description": "Created by fab", "workspaceId": - "2dea1342-7241-43e0-baa5-a58ab2a71851", "folderId": "70b05128-1612-4e3e-9eb9-282589162460"}]}' + "39a1a111-e03b-4684-841a-e0a5e631000e", "folderId": "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1663,15 +1663,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '208' + - '209' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:27:05 GMT + - Fri, 06 Feb 2026 07:52:20 GMT Pragma: - no-cache RequestId: - - 4a7b4e18-e616-471c-9b63-d3f6cd596642 + - df1bb99a-2177-45ea-9604-b2a4ec010cff Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1679,7 +1679,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1697,15 +1697,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/folders?recursive=True response: body: - string: '{"value": [{"id": "70b05128-1612-4e3e-9eb9-282589162460", "displayName": - "fabcli000003", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}, {"id": - "8e8d7cc6-7a30-4c9b-ada8-ccd1e2070371", "displayName": "fabcli000004", "parentFolderId": - "70b05128-1612-4e3e-9eb9-282589162460", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}]}' + string: '{"value": [{"id": "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "displayName": + "fabcli000003", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}, {"id": + "b6217fa4-8911-4c8b-98c4-2507fb6fb87c", "displayName": "fabcli000004", "parentFolderId": + "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1714,15 +1714,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '202' + - '201' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:27:05 GMT + - Fri, 06 Feb 2026 07:52:21 GMT Pragma: - no-cache RequestId: - - 84746968-9705-453a-b482-f5d4aa008ec0 + - 9d9edbb8-abc0-41ab-bbf9-95fc3d170a94 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1730,7 +1730,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1748,14 +1748,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/items + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/items response: body: - string: '{"value": [{"id": "c8e30cfe-d36f-455a-8644-9594cbd94866", "type": "Notebook", + string: '{"value": [{"id": "92270156-79b2-409b-bd1a-bad40cff71fe", "type": "Notebook", "displayName": "fabcli000006", "description": "Created by fab", "workspaceId": - "2dea1342-7241-43e0-baa5-a58ab2a71851", "folderId": "70b05128-1612-4e3e-9eb9-282589162460"}]}' + "39a1a111-e03b-4684-841a-e0a5e631000e", "folderId": "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1764,15 +1764,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '208' + - '209' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:27:06 GMT + - Fri, 06 Feb 2026 07:52:21 GMT Pragma: - no-cache RequestId: - - 98897521-9d33-4252-a135-3928f933aae5 + - f8ce80e2-20ba-4466-a490-055ebfe71b16 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1780,7 +1780,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1798,15 +1798,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/folders?recursive=True response: body: - string: '{"value": [{"id": "70b05128-1612-4e3e-9eb9-282589162460", "displayName": - "fabcli000003", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}, {"id": - "8e8d7cc6-7a30-4c9b-ada8-ccd1e2070371", "displayName": "fabcli000004", "parentFolderId": - "70b05128-1612-4e3e-9eb9-282589162460", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}]}' + string: '{"value": [{"id": "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "displayName": + "fabcli000003", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}, {"id": + "b6217fa4-8911-4c8b-98c4-2507fb6fb87c", "displayName": "fabcli000004", "parentFolderId": + "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1815,15 +1815,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '202' + - '201' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:27:06 GMT + - Fri, 06 Feb 2026 07:52:23 GMT Pragma: - no-cache RequestId: - - cdc16b95-e41c-46d9-9edf-1a43611a3709 + - 38160f8e-2a27-4531-8196-aaeb5ae68e2b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1831,7 +1831,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1839,7 +1839,7 @@ interactions: message: OK - request: body: '{"description": "Created by fab", "displayName": "fabcli000007", "type": - "SparkJobDefinition", "folderId": "8e8d7cc6-7a30-4c9b-ada8-ccd1e2070371"}' + "SparkJobDefinition", "folderId": "b6217fa4-8911-4c8b-98c4-2507fb6fb87c"}' headers: Accept: - '*/*' @@ -1852,14 +1852,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/sparkJobDefinitions + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/sparkJobDefinitions response: body: - string: '{"id": "bc89aa6a-c2d1-4fbf-9ca6-613e223ace5e", "type": "SparkJobDefinition", + string: '{"id": "a4517be4-4347-4fc9-9a6a-2dea722c8909", "type": "SparkJobDefinition", "displayName": "fabcli000007", "description": "Created by fab", "workspaceId": - "2dea1342-7241-43e0-baa5-a58ab2a71851", "folderId": "8e8d7cc6-7a30-4c9b-ada8-ccd1e2070371"}' + "39a1a111-e03b-4684-841a-e0a5e631000e", "folderId": "b6217fa4-8911-4c8b-98c4-2507fb6fb87c"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -1872,13 +1872,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:27:06 GMT + - Fri, 06 Feb 2026 07:52:25 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 3fff9b8a-0a49-453e-8e99-3270812bed8b + - cc08f36a-9c8a-4e07-a86a-40d39d21a04c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1886,7 +1886,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1904,18 +1904,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "2dea1342-7241-43e0-baa5-a58ab2a71851", "displayName": "fabcli000001", + {"id": "39a1a111-e03b-4684-841a-e0a5e631000e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "24a85a40-291d-41ea-a507-c81a1258c9ec", "displayName": "fabcli000002", + {"id": "f80ed229-5a94-47c4-b945-151d5c4e1734", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -1925,15 +1925,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '637' + - '2878' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:27:07 GMT + - Fri, 06 Feb 2026 07:52:27 GMT Pragma: - no-cache RequestId: - - f6fcfea1-009a-4754-ae9f-89285683d95d + - 1dc2911d-4e01-4c73-8272-9b5b6cdb4511 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1941,7 +1941,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1959,55 +1959,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/folders?recursive=True response: body: - string: '{"requestId": "fb8d431c-ee95-46c1-be3c-a39c0159e6b3", "errorCode": - "RequestBlocked", "message": "Request is blocked by the upstream service until: - 9/8/2025 2:27:42 PM (UTC)"}' - headers: - Content-Length: - - '169' - Content-Type: - - application/json; charset=utf-8 - Date: - - Mon, 08 Sep 2025 14:27:07 GMT - RequestId: - - fb8d431c-ee95-46c1-be3c-a39c0159e6b3 - Retry-After: - - '35' - home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ - request-redirected: - - 'true' - x-ms-public-api-error-code: - - RequestBlocked - status: - code: 429 - message: '' -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Type: - - application/json - User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 - method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/folders?recursive=True - response: - body: - string: '{"value": [{"id": "70b05128-1612-4e3e-9eb9-282589162460", "displayName": - "fabcli000003", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}, {"id": - "8e8d7cc6-7a30-4c9b-ada8-ccd1e2070371", "displayName": "fabcli000004", "parentFolderId": - "70b05128-1612-4e3e-9eb9-282589162460", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}]}' + string: '{"value": [{"id": "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "displayName": + "fabcli000003", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}, {"id": + "b6217fa4-8911-4c8b-98c4-2507fb6fb87c", "displayName": "fabcli000004", "parentFolderId": + "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2016,15 +1976,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '202' + - '201' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:27:42 GMT + - Fri, 06 Feb 2026 07:52:27 GMT Pragma: - no-cache RequestId: - - a67393f5-3922-49a2-85c4-73568c1522ee + - 8ea9c5fa-078e-4d4c-a94b-285069db899e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2032,7 +1992,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2050,18 +2010,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "2dea1342-7241-43e0-baa5-a58ab2a71851", "displayName": "fabcli000001", + {"id": "39a1a111-e03b-4684-841a-e0a5e631000e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "24a85a40-291d-41ea-a507-c81a1258c9ec", "displayName": "fabcli000002", + {"id": "f80ed229-5a94-47c4-b945-151d5c4e1734", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -2071,15 +2031,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '637' + - '2878' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:27:42 GMT + - Fri, 06 Feb 2026 07:52:28 GMT Pragma: - no-cache RequestId: - - cfc475cc-e559-4124-bab5-bf53b6e4e4a6 + - 258f261a-1a39-4e67-9b3b-45623ac176f2 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2087,7 +2047,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2105,13 +2065,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/folders?recursive=True response: body: - string: '{"value": [{"id": "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "displayName": - "fabcli000005", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}]}' + string: '{"value": [{"id": "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "displayName": + "fabcli000005", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2120,15 +2080,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '143' + - '144' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:27:42 GMT + - Fri, 06 Feb 2026 07:52:29 GMT Pragma: - no-cache RequestId: - - 63d8007f-acc2-4c1e-840d-56e0e4b866fb + - c34c0458-0343-4b73-9bf8-accbd4dccce3 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2136,7 +2096,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2154,18 +2114,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "2dea1342-7241-43e0-baa5-a58ab2a71851", "displayName": "fabcli000001", + {"id": "39a1a111-e03b-4684-841a-e0a5e631000e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "24a85a40-291d-41ea-a507-c81a1258c9ec", "displayName": "fabcli000002", + {"id": "f80ed229-5a94-47c4-b945-151d5c4e1734", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -2175,15 +2135,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '637' + - '2878' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:27:42 GMT + - Fri, 06 Feb 2026 07:52:29 GMT Pragma: - no-cache RequestId: - - 8e0c9cfc-8ab7-495b-b86b-44f68c2e377d + - 5e1f7bbf-7eea-45ac-88f5-76834c716e0b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2191,7 +2151,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2209,13 +2169,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/folders?recursive=True response: body: - string: '{"value": [{"id": "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "displayName": - "fabcli000005", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}]}' + string: '{"value": [{"id": "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "displayName": + "fabcli000005", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2224,15 +2184,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '143' + - '144' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:27:43 GMT + - Fri, 06 Feb 2026 07:52:30 GMT Pragma: - no-cache RequestId: - - 991fcc2f-55e7-4e72-881f-6629f8ee4935 + - 35c14a14-5161-4c93-872e-558b86826faf Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2240,7 +2200,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2258,13 +2218,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/folders?recursive=True response: body: - string: '{"value": [{"id": "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "displayName": - "fabcli000005", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}]}' + string: '{"value": [{"id": "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "displayName": + "fabcli000005", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2273,15 +2233,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '143' + - '144' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:27:44 GMT + - Fri, 06 Feb 2026 07:52:30 GMT Pragma: - no-cache RequestId: - - e142e10e-a70a-4286-89b2-1305ed1907fb + - 19ada750-0564-4e5c-9eb0-124e6b94b718 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2289,7 +2249,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2307,13 +2267,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/folders?recursive=True response: body: - string: '{"value": [{"id": "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "displayName": - "fabcli000005", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}]}' + string: '{"value": [{"id": "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "displayName": + "fabcli000005", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2322,15 +2282,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '143' + - '144' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:27:43 GMT + - Fri, 06 Feb 2026 07:52:32 GMT Pragma: - no-cache RequestId: - - b52fe56a-242b-4d7c-a89b-2bdb5abd3d75 + - 0d9a7f5f-f123-473f-9ef5-2c3622056175 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2338,7 +2298,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2346,7 +2306,7 @@ interactions: message: OK - request: body: '{"description": "Created by fab", "displayName": "fabcli000003", "parentFolderId": - "4a008c70-dec4-4473-bd3a-da3c92c3a8b0"}' + "197237c1-a9dd-44e4-81c8-15ae690cf0a6"}' headers: Accept: - '*/*' @@ -2359,13 +2319,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/folders + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/folders response: body: - string: '{"id": "fbe33ae9-9112-41ea-af63-a378ee894bd8", "displayName": "fabcli000003", - "parentFolderId": "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}' + string: '{"id": "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "displayName": "fabcli000003", + "parentFolderId": "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}' headers: Access-Control-Expose-Headers: - RequestId,Location @@ -2374,17 +2334,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '166' + - '168' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:27:43 GMT + - Fri, 06 Feb 2026 07:52:32 GMT Location: - - https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/folders/fbe33ae9-9112-41ea-af63-a378ee894bd8 + - https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/folders/397c7786-3d84-460c-9dc4-8d54c1eb9f1b Pragma: - no-cache RequestId: - - 8074acac-2c2a-4fe0-8a9d-b88a5bc87cf7 + - 95598d84-ac8b-41ab-a443-9a997e197067 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2392,7 +2352,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2410,17 +2370,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/items + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/items response: body: - string: '{"value": [{"id": "c8e30cfe-d36f-455a-8644-9594cbd94866", "type": "Notebook", + string: '{"value": [{"id": "92270156-79b2-409b-bd1a-bad40cff71fe", "type": "Notebook", "displayName": "fabcli000006", "description": "Created by fab", "workspaceId": - "2dea1342-7241-43e0-baa5-a58ab2a71851", "folderId": "70b05128-1612-4e3e-9eb9-282589162460"}, - {"id": "bc89aa6a-c2d1-4fbf-9ca6-613e223ace5e", "type": "SparkJobDefinition", + "39a1a111-e03b-4684-841a-e0a5e631000e", "folderId": "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe"}, + {"id": "a4517be4-4347-4fc9-9a6a-2dea722c8909", "type": "SparkJobDefinition", "displayName": "fabcli000007", "description": "Created by fab", "workspaceId": - "2dea1342-7241-43e0-baa5-a58ab2a71851", "folderId": "8e8d7cc6-7a30-4c9b-ada8-ccd1e2070371"}]}' + "39a1a111-e03b-4684-841a-e0a5e631000e", "folderId": "b6217fa4-8911-4c8b-98c4-2507fb6fb87c"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2429,15 +2389,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '288' + - '289' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:27:44 GMT + - Fri, 06 Feb 2026 07:52:33 GMT Pragma: - no-cache RequestId: - - b441a9b5-78ae-45b3-8bee-60667d0916c6 + - e7e8ab47-c9b7-4e17-9940-87c4b04e1da6 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2445,7 +2405,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2463,45 +2423,34 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/folders?recursive=True response: body: - string: '{"value": [{"id": "70b05128-1612-4e3e-9eb9-282589162460", "displayName": - "fabcli000003", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}, {"id": - "8e8d7cc6-7a30-4c9b-ada8-ccd1e2070371", "displayName": "fabcli000004", "parentFolderId": - "70b05128-1612-4e3e-9eb9-282589162460", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}]}' + string: '{"requestId": "c5370741-7797-43ad-89e5-608687842dcf", "errorCode": + "RequestBlocked", "message": "Request is blocked by the upstream service until: + 2/6/2026 7:52:51 AM (UTC)", "isRetriable": true}' headers: - Access-Control-Expose-Headers: - - RequestId - Cache-Control: - - no-store, must-revalidate, no-cache - Content-Encoding: - - gzip Content-Length: - - '202' + - '188' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:27:43 GMT - Pragma: - - no-cache + - Fri, 06 Feb 2026 07:52:34 GMT RequestId: - - b526e5f6-63cd-420e-96ea-a9e2fd45ebb9 - Strict-Transport-Security: - - max-age=31536000; includeSubDomains - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - deny + - c5370741-7797-43ad-89e5-608687842dcf + Retry-After: + - '17' home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' + x-ms-public-api-error-code: + - RequestBlocked status: - code: 200 - message: OK + code: 429 + message: '' - request: body: null headers: @@ -2514,15 +2463,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/folders?recursive=True response: body: - string: '{"value": [{"id": "70b05128-1612-4e3e-9eb9-282589162460", "displayName": - "fabcli000003", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}, {"id": - "8e8d7cc6-7a30-4c9b-ada8-ccd1e2070371", "displayName": "fabcli000004", "parentFolderId": - "70b05128-1612-4e3e-9eb9-282589162460", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}]}' + string: '{"value": [{"id": "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "displayName": + "fabcli000003", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}, {"id": + "b6217fa4-8911-4c8b-98c4-2507fb6fb87c", "displayName": "fabcli000004", "parentFolderId": + "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2531,15 +2480,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '202' + - '201' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:27:44 GMT + - Fri, 06 Feb 2026 07:52:52 GMT Pragma: - no-cache RequestId: - - d89167ff-24fd-4e7c-b7c0-78965dea26f4 + - 49cf4b0d-f4da-4ce4-ab39-c1bf13317590 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2547,7 +2496,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2565,15 +2514,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/folders?recursive=True response: body: - string: '{"value": [{"id": "70b05128-1612-4e3e-9eb9-282589162460", "displayName": - "fabcli000003", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}, {"id": - "8e8d7cc6-7a30-4c9b-ada8-ccd1e2070371", "displayName": "fabcli000004", "parentFolderId": - "70b05128-1612-4e3e-9eb9-282589162460", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}]}' + string: '{"value": [{"id": "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "displayName": + "fabcli000003", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}, {"id": + "b6217fa4-8911-4c8b-98c4-2507fb6fb87c", "displayName": "fabcli000004", "parentFolderId": + "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2582,15 +2531,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '202' + - '201' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:27:44 GMT + - Fri, 06 Feb 2026 07:52:53 GMT Pragma: - no-cache RequestId: - - 7751508d-02d1-4d96-ac2a-fcb9a813e1d0 + - 33f15325-2d98-442e-9819-d40e9286cb97 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2598,7 +2547,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2616,17 +2565,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/items + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/folders?recursive=True response: body: - string: '{"value": [{"id": "c8e30cfe-d36f-455a-8644-9594cbd94866", "type": "Notebook", - "displayName": "fabcli000006", "description": "Created by fab", "workspaceId": - "2dea1342-7241-43e0-baa5-a58ab2a71851", "folderId": "70b05128-1612-4e3e-9eb9-282589162460"}, - {"id": "bc89aa6a-c2d1-4fbf-9ca6-613e223ace5e", "type": "SparkJobDefinition", - "displayName": "fabcli000007", "description": "Created by fab", "workspaceId": - "2dea1342-7241-43e0-baa5-a58ab2a71851", "folderId": "8e8d7cc6-7a30-4c9b-ada8-ccd1e2070371"}]}' + string: '{"value": [{"id": "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "displayName": + "fabcli000003", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}, {"id": + "b6217fa4-8911-4c8b-98c4-2507fb6fb87c", "displayName": "fabcli000004", "parentFolderId": + "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2635,15 +2582,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '288' + - '201' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:27:44 GMT + - Fri, 06 Feb 2026 07:52:54 GMT Pragma: - no-cache RequestId: - - f63a2d16-dd35-4e31-b3ed-55019fb1fef2 + - 3cdc80fa-1417-4e49-b0f2-81eda1cc77c9 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2651,7 +2598,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2669,15 +2616,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/items response: body: - string: '{"value": [{"id": "70b05128-1612-4e3e-9eb9-282589162460", "displayName": - "fabcli000003", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}, {"id": - "8e8d7cc6-7a30-4c9b-ada8-ccd1e2070371", "displayName": "fabcli000004", "parentFolderId": - "70b05128-1612-4e3e-9eb9-282589162460", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}]}' + string: '{"value": [{"id": "92270156-79b2-409b-bd1a-bad40cff71fe", "type": "Notebook", + "displayName": "fabcli000006", "description": "Created by fab", "workspaceId": + "39a1a111-e03b-4684-841a-e0a5e631000e", "folderId": "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe"}, + {"id": "a4517be4-4347-4fc9-9a6a-2dea722c8909", "type": "SparkJobDefinition", + "displayName": "fabcli000007", "description": "Created by fab", "workspaceId": + "39a1a111-e03b-4684-841a-e0a5e631000e", "folderId": "b6217fa4-8911-4c8b-98c4-2507fb6fb87c"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2686,15 +2635,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '202' + - '289' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:27:45 GMT + - Fri, 06 Feb 2026 07:52:54 GMT Pragma: - no-cache RequestId: - - 3320c74c-3b04-41ee-86c5-5736a54ebc61 + - 554dae55-55f9-4312-bd46-cf0445514621 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2702,7 +2651,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2720,15 +2669,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/folders?recursive=True response: body: - string: '{"value": [{"id": "70b05128-1612-4e3e-9eb9-282589162460", "displayName": - "fabcli000003", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}, {"id": - "8e8d7cc6-7a30-4c9b-ada8-ccd1e2070371", "displayName": "fabcli000004", "parentFolderId": - "70b05128-1612-4e3e-9eb9-282589162460", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}]}' + string: '{"value": [{"id": "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "displayName": + "fabcli000003", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}, {"id": + "b6217fa4-8911-4c8b-98c4-2507fb6fb87c", "displayName": "fabcli000004", "parentFolderId": + "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2737,15 +2686,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '202' + - '201' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:27:44 GMT + - Fri, 06 Feb 2026 07:52:55 GMT Pragma: - no-cache RequestId: - - b98ef652-f0e3-4086-a77b-479bf7663457 + - fccd6125-4315-4927-8f00-3d6c19913852 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2753,7 +2702,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2771,34 +2720,45 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/folders?recursive=True response: body: - string: '{"requestId": "6a2413d2-a594-41ba-9556-c7d4ea8d0204", "errorCode": - "RequestBlocked", "message": "Request is blocked by the upstream service until: - 9/8/2025 2:28:43 PM (UTC)"}' + string: '{"value": [{"id": "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "displayName": + "fabcli000003", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}, {"id": + "b6217fa4-8911-4c8b-98c4-2507fb6fb87c", "displayName": "fabcli000004", "parentFolderId": + "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}]}' headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip Content-Length: - - '169' + - '201' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:27:44 GMT + - Fri, 06 Feb 2026 07:52:55 GMT + Pragma: + - no-cache RequestId: - - 6a2413d2-a594-41ba-9556-c7d4ea8d0204 - Retry-After: - - '58' + - 29d82aa8-53ce-4ba1-becd-9b83551e3630 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' - x-ms-public-api-error-code: - - RequestBlocked status: - code: 429 - message: '' + code: 200 + message: OK - request: body: null headers: @@ -2811,15 +2771,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/folders?recursive=True response: body: - string: '{"value": [{"id": "70b05128-1612-4e3e-9eb9-282589162460", "displayName": - "fabcli000003", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}, {"id": - "8e8d7cc6-7a30-4c9b-ada8-ccd1e2070371", "displayName": "fabcli000004", "parentFolderId": - "70b05128-1612-4e3e-9eb9-282589162460", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}]}' + string: '{"value": [{"id": "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "displayName": + "fabcli000003", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}, {"id": + "b6217fa4-8911-4c8b-98c4-2507fb6fb87c", "displayName": "fabcli000004", "parentFolderId": + "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2828,15 +2788,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '202' + - '201' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:28:43 GMT + - Fri, 06 Feb 2026 07:52:56 GMT Pragma: - no-cache RequestId: - - 1b63d0fe-b4a4-4490-911c-8ac97fdaa8d4 + - 2af68861-0be2-4ca8-b03c-072e40d8d769 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2844,7 +2804,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2862,17 +2822,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/items + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/items response: body: - string: '{"value": [{"id": "c8e30cfe-d36f-455a-8644-9594cbd94866", "type": "Notebook", + string: '{"value": [{"id": "92270156-79b2-409b-bd1a-bad40cff71fe", "type": "Notebook", "displayName": "fabcli000006", "description": "Created by fab", "workspaceId": - "2dea1342-7241-43e0-baa5-a58ab2a71851", "folderId": "70b05128-1612-4e3e-9eb9-282589162460"}, - {"id": "bc89aa6a-c2d1-4fbf-9ca6-613e223ace5e", "type": "SparkJobDefinition", + "39a1a111-e03b-4684-841a-e0a5e631000e", "folderId": "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe"}, + {"id": "a4517be4-4347-4fc9-9a6a-2dea722c8909", "type": "SparkJobDefinition", "displayName": "fabcli000007", "description": "Created by fab", "workspaceId": - "2dea1342-7241-43e0-baa5-a58ab2a71851", "folderId": "8e8d7cc6-7a30-4c9b-ada8-ccd1e2070371"}]}' + "39a1a111-e03b-4684-841a-e0a5e631000e", "folderId": "b6217fa4-8911-4c8b-98c4-2507fb6fb87c"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2881,15 +2841,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '288' + - '289' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:28:43 GMT + - Fri, 06 Feb 2026 07:52:56 GMT Pragma: - no-cache RequestId: - - 80cf9833-db3f-419a-9c4a-8757485b4840 + - a94701f6-9081-4bc9-abeb-2f40e1a1c72d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2897,7 +2857,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2915,15 +2875,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/folders?recursive=True response: body: - string: '{"value": [{"id": "70b05128-1612-4e3e-9eb9-282589162460", "displayName": - "fabcli000003", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}, {"id": - "8e8d7cc6-7a30-4c9b-ada8-ccd1e2070371", "displayName": "fabcli000004", "parentFolderId": - "70b05128-1612-4e3e-9eb9-282589162460", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}]}' + string: '{"value": [{"id": "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "displayName": + "fabcli000003", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}, {"id": + "b6217fa4-8911-4c8b-98c4-2507fb6fb87c", "displayName": "fabcli000004", "parentFolderId": + "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2932,15 +2892,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '202' + - '201' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:28:43 GMT + - Fri, 06 Feb 2026 07:52:58 GMT Pragma: - no-cache RequestId: - - 5cb9de2b-f8b1-4f48-8b0c-8b1aadb061de + - 22fb6715-8eb5-4b69-badd-982ccca6dd2e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2948,7 +2908,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2966,15 +2926,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/folders?recursive=True response: body: - string: '{"value": [{"id": "70b05128-1612-4e3e-9eb9-282589162460", "displayName": - "fabcli000003", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}, {"id": - "8e8d7cc6-7a30-4c9b-ada8-ccd1e2070371", "displayName": "fabcli000004", "parentFolderId": - "70b05128-1612-4e3e-9eb9-282589162460", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}]}' + string: '{"value": [{"id": "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "displayName": + "fabcli000003", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}, {"id": + "b6217fa4-8911-4c8b-98c4-2507fb6fb87c", "displayName": "fabcli000004", "parentFolderId": + "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2983,15 +2943,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '202' + - '201' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:28:43 GMT + - Fri, 06 Feb 2026 07:52:57 GMT Pragma: - no-cache RequestId: - - 7bbd38e1-f21e-412a-a2ab-e06b8b65b2b6 + - 6c09a708-7f3b-49c1-89e4-04d7f0a537a8 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2999,7 +2959,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3017,15 +2977,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/folders?recursive=True response: body: - string: '{"value": [{"id": "70b05128-1612-4e3e-9eb9-282589162460", "displayName": - "fabcli000003", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}, {"id": - "8e8d7cc6-7a30-4c9b-ada8-ccd1e2070371", "displayName": "fabcli000004", "parentFolderId": - "70b05128-1612-4e3e-9eb9-282589162460", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}]}' + string: '{"value": [{"id": "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "displayName": + "fabcli000003", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}, {"id": + "b6217fa4-8911-4c8b-98c4-2507fb6fb87c", "displayName": "fabcli000004", "parentFolderId": + "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3034,15 +2994,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '202' + - '201' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:28:44 GMT + - Fri, 06 Feb 2026 07:52:58 GMT Pragma: - no-cache RequestId: - - 1ebbf512-511c-4ea5-ad92-68d233890864 + - abc7787d-c997-49bc-a0d5-c12399d5ed05 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3050,7 +3010,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3068,18 +3028,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "2dea1342-7241-43e0-baa5-a58ab2a71851", "displayName": "fabcli000001", + {"id": "39a1a111-e03b-4684-841a-e0a5e631000e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "24a85a40-291d-41ea-a507-c81a1258c9ec", "displayName": "fabcli000002", + {"id": "f80ed229-5a94-47c4-b945-151d5c4e1734", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -3089,15 +3049,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '637' + - '2878' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:28:44 GMT + - Fri, 06 Feb 2026 07:52:59 GMT Pragma: - no-cache RequestId: - - 3589ef9a-2717-442c-960f-93eb7e702a9b + - bcdf8169-c8cc-43fc-97bf-9306bf47ee1a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3105,7 +3065,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3123,15 +3083,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/folders?recursive=True response: body: - string: '{"value": [{"id": "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "displayName": - "fabcli000005", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, {"id": - "fbe33ae9-9112-41ea-af63-a378ee894bd8", "displayName": "fabcli000003", "parentFolderId": - "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}]}' + string: '{"value": [{"id": "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "displayName": + "fabcli000005", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, {"id": + "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "displayName": "fabcli000003", "parentFolderId": + "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3140,15 +3100,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '199' + - '203' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:28:44 GMT + - Fri, 06 Feb 2026 07:52:59 GMT Pragma: - no-cache RequestId: - - 95edb45c-552a-4440-b5a0-cc77cce0fce6 + - bce89db5-5e34-4786-8335-f7e1682f58c0 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3156,7 +3116,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3174,15 +3134,55 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/folders?recursive=True response: body: - string: '{"value": [{"id": "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "displayName": - "fabcli000005", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, {"id": - "fbe33ae9-9112-41ea-af63-a378ee894bd8", "displayName": "fabcli000003", "parentFolderId": - "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}]}' + string: '{"requestId": "4f4db9ab-1262-4b50-9663-7c0bc2d6e086", "errorCode": + "RequestBlocked", "message": "Request is blocked by the upstream service until: + 2/6/2026 7:53:54 AM (UTC)", "isRetriable": true}' + headers: + Content-Length: + - '188' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:53:00 GMT + RequestId: + - 4f4db9ab-1262-4b50-9663-7c0bc2d6e086 + Retry-After: + - '53' + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-public-api-error-code: + - RequestBlocked + status: + code: 429 + message: '' +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/folders?recursive=True + response: + body: + string: '{"value": [{"id": "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "displayName": + "fabcli000005", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, {"id": + "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "displayName": "fabcli000003", "parentFolderId": + "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3191,15 +3191,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '199' + - '203' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:28:44 GMT + - Fri, 06 Feb 2026 07:53:57 GMT Pragma: - no-cache RequestId: - - 37a59104-b8d9-49a0-b8eb-2fbd5e85012c + - 257fdd68-6ad3-49b0-a23f-9de523d7d1d2 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3207,7 +3207,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3225,9 +3225,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/items + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/items response: body: string: '{"value": []}' @@ -3243,11 +3243,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:28:45 GMT + - Fri, 06 Feb 2026 07:53:58 GMT Pragma: - no-cache RequestId: - - 22cbeaa4-7b9a-43c8-be33-514711041bf0 + - 71fb9bfd-2809-4b01-8a7f-14931669eafc Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3255,7 +3255,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3273,9 +3273,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/items + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/items response: body: string: '{"value": []}' @@ -3291,11 +3291,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:28:45 GMT + - Fri, 06 Feb 2026 07:53:58 GMT Pragma: - no-cache RequestId: - - 4d27d321-0523-44c6-8231-a47c8a4f364b + - 42a0f9af-cbd5-4a23-8af7-1f24fba6a9c6 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3303,7 +3303,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3321,9 +3321,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/items + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/items response: body: string: '{"value": []}' @@ -3339,11 +3339,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:28:45 GMT + - Fri, 06 Feb 2026 07:53:59 GMT Pragma: - no-cache RequestId: - - 95046ade-691c-48fa-a7b3-090dfed60694 + - b1ed761b-b605-4880-8684-f6c3e6e04df6 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3351,7 +3351,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3369,14 +3369,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/items/c8e30cfe-d36f-455a-8644-9594cbd94866 + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/items/92270156-79b2-409b-bd1a-bad40cff71fe response: body: - string: '{"id": "c8e30cfe-d36f-455a-8644-9594cbd94866", "type": "Notebook", + string: '{"id": "92270156-79b2-409b-bd1a-bad40cff71fe", "type": "Notebook", "displayName": "fabcli000006", "description": "Created by fab", "workspaceId": - "2dea1342-7241-43e0-baa5-a58ab2a71851", "folderId": "70b05128-1612-4e3e-9eb9-282589162460"}' + "39a1a111-e03b-4684-841a-e0a5e631000e", "folderId": "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -3385,17 +3385,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '196' + - '197' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:28:45 GMT + - Fri, 06 Feb 2026 07:54:00 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 22de1fe1-4a52-4b5e-b962-5eed5750c8ff + - ec539ae7-0808-4c8a-bf8b-4da9ff6139f4 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3403,7 +3403,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3423,9 +3423,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/items/c8e30cfe-d36f-455a-8644-9594cbd94866/getDefinition + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/items/92270156-79b2-409b-bd1a-bad40cff71fe/getDefinition response: body: string: 'null' @@ -3441,13 +3441,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:28:45 GMT + - Fri, 06 Feb 2026 07:54:01 GMT Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/d9d682ba-0577-4189-b49d-341b1a19c3fc + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/bba931ed-1a6a-4d67-9a07-753935196cc6 Pragma: - no-cache RequestId: - - 2db2de0f-3224-494e-b4aa-a4087e05c9aa + - b135c583-d6bf-43e9-902b-ba8008b8f967 Retry-After: - '20' Strict-Transport-Security: @@ -3457,11 +3457,11 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' x-ms-operation-id: - - d9d682ba-0577-4189-b49d-341b1a19c3fc + - bba931ed-1a6a-4d67-9a07-753935196cc6 status: code: 202 message: Accepted @@ -3477,13 +3477,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/d9d682ba-0577-4189-b49d-341b1a19c3fc + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/bba931ed-1a6a-4d67-9a07-753935196cc6 response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2025-09-08T14:28:45.8562583", - "lastUpdatedTimeUtc": "2025-09-08T14:28:46.2787132", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-06T07:54:02.2932203", + "lastUpdatedTimeUtc": "2026-02-06T07:54:02.6213465", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -3493,17 +3493,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '131' + - '129' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:29:05 GMT + - Fri, 06 Feb 2026 07:54:24 GMT Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/d9d682ba-0577-4189-b49d-341b1a19c3fc/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/bba931ed-1a6a-4d67-9a07-753935196cc6/result Pragma: - no-cache RequestId: - - ee0ca900-44ec-434c-969f-dea6cf02a950 + - 90ca05bc-244a-4a63-ad2c-3babc67a3eb2 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3511,7 +3511,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - d9d682ba-0577-4189-b49d-341b1a19c3fc + - bba931ed-1a6a-4d67-9a07-753935196cc6 status: code: 200 message: OK @@ -3527,9 +3527,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/d9d682ba-0577-4189-b49d-341b1a19c3fc/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/bba931ed-1a6a-4d67-9a07-753935196cc6/result response: body: string: '{"definition": {"parts": [{"path": "notebook-content.py", "payload": @@ -3546,11 +3546,11 @@ interactions: Content-Type: - application/json Date: - - Mon, 08 Sep 2025 14:29:06 GMT + - Fri, 06 Feb 2026 07:54:24 GMT Pragma: - no-cache RequestId: - - 522c3722-cada-4e13-ba81-9e8db1a307f4 + - 77df1f8a-c4cf-4d33-8db8-a2cb210e9896 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -3566,7 +3566,7 @@ interactions: body: '{"type": "Notebook", "description": "Created by fab", "displayName": "fabcli000006", "definition": {"parts": [{"path": "notebook-content.py", "payload": "IyBGYWJyaWMgbm90ZWJvb2sgc291cmNlCgojIE1FVEFEQVRBICoqKioqKioqKioqKioqKioqKioqCgojIE1FVEEgewojIE1FVEEgICAia2VybmVsX2luZm8iOiB7CiMgTUVUQSAgICAgIm5hbWUiOiAic3luYXBzZV9weXNwYXJrIgojIE1FVEEgICB9LAojIE1FVEEgICAiZGVwZW5kZW5jaWVzIjoge30KIyBNRVRBIH0KCiMgQ0VMTCAqKioqKioqKioqKioqKioqKioqKgoKIyBXZWxjb21lIHRvIHlvdXIgbmV3IG5vdGVib29rCiMgVHlwZSBoZXJlIGluIHRoZSBjZWxsIGVkaXRvciB0byBhZGQgY29kZSEKCgojIE1FVEFEQVRBICoqKioqKioqKioqKioqKioqKioqCgojIE1FVEEgewojIE1FVEEgICAibGFuZ3VhZ2UiOiAicHl0aG9uIiwKIyBNRVRBICAgImxhbmd1YWdlX2dyb3VwIjogInN5bmFwc2VfcHlzcGFyayIKIyBNRVRBIH0K", "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIk5vdGVib29rIiwKICAgICJkaXNwbGF5TmFtZSI6ICJmYWJjbGkwMDAwMDYiLAogICAgImRlc2NyaXB0aW9uIjogIkNyZWF0ZWQgYnkgZmFiIgogIH0sCiAgImNvbmZpZyI6IHsKICAgICJ2ZXJzaW9uIjogIjIuMCIsCiAgICAibG9naWNhbElkIjogIjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIKICB9Cn0=", - "payloadType": "InlineBase64"}]}, "folderId": "fbe33ae9-9112-41ea-af63-a378ee894bd8"}' + "payloadType": "InlineBase64"}]}, "folderId": "397c7786-3d84-460c-9dc4-8d54c1eb9f1b"}' headers: Accept: - '*/*' @@ -3579,9 +3579,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/items + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/items response: body: string: 'null' @@ -3597,15 +3597,15 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:29:07 GMT + - Fri, 06 Feb 2026 07:54:26 GMT ETag: - '""' Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/1a4d2436-3c7d-4719-a7b1-bcf2fb16e696 + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/e636a0da-2bbf-4acf-af6e-4b0472619b91 Pragma: - no-cache RequestId: - - 8cac114b-17ea-491c-9ab5-9dc1e4f5b104 + - 888efacc-8a18-4f85-8f31-2b77cd569830 Retry-After: - '20' Strict-Transport-Security: @@ -3615,11 +3615,11 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' x-ms-operation-id: - - 1a4d2436-3c7d-4719-a7b1-bcf2fb16e696 + - e636a0da-2bbf-4acf-af6e-4b0472619b91 status: code: 202 message: Accepted @@ -3635,13 +3635,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/1a4d2436-3c7d-4719-a7b1-bcf2fb16e696 + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/e636a0da-2bbf-4acf-af6e-4b0472619b91 response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2025-09-08T14:29:06.857764", - "lastUpdatedTimeUtc": "2025-09-08T14:29:08.6390193", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-06T07:54:26.1879511", + "lastUpdatedTimeUtc": "2026-02-06T07:54:27.703555", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -3651,17 +3651,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '131' + - '130' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:29:27 GMT + - Fri, 06 Feb 2026 07:54:47 GMT Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/1a4d2436-3c7d-4719-a7b1-bcf2fb16e696/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/e636a0da-2bbf-4acf-af6e-4b0472619b91/result Pragma: - no-cache RequestId: - - 4fe0f5d7-a008-4812-8327-05acc9ebcf07 + - eef096e0-eadf-4e1a-9afb-9c46b5a88775 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3669,7 +3669,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - 1a4d2436-3c7d-4719-a7b1-bcf2fb16e696 + - e636a0da-2bbf-4acf-af6e-4b0472619b91 status: code: 200 message: OK @@ -3685,14 +3685,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/1a4d2436-3c7d-4719-a7b1-bcf2fb16e696/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/e636a0da-2bbf-4acf-af6e-4b0472619b91/result response: body: - string: '{"id": "c7961b6e-a9cb-4abd-ad64-9411a98175a6", "type": "Notebook", + string: '{"id": "929f0151-40f6-4974-a346-61295f187e4e", "type": "Notebook", "displayName": "fabcli000006", "description": "Created by fab", "workspaceId": - "24a85a40-291d-41ea-a507-c81a1258c9ec", "folderId": "fbe33ae9-9112-41ea-af63-a378ee894bd8"}' + "f80ed229-5a94-47c4-b945-151d5c4e1734", "folderId": "397c7786-3d84-460c-9dc4-8d54c1eb9f1b"}' headers: Access-Control-Expose-Headers: - RequestId @@ -3703,11 +3703,11 @@ interactions: Content-Type: - application/json Date: - - Mon, 08 Sep 2025 14:29:27 GMT + - Fri, 06 Feb 2026 07:54:49 GMT Pragma: - no-cache RequestId: - - 274345bc-eed6-41dc-977b-a7486fb7e1b0 + - da1fcf3f-044c-4194-bcff-36520af36204 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -3731,17 +3731,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/items + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/items response: body: - string: '{"value": [{"id": "c8e30cfe-d36f-455a-8644-9594cbd94866", "type": "Notebook", + string: '{"value": [{"id": "92270156-79b2-409b-bd1a-bad40cff71fe", "type": "Notebook", "displayName": "fabcli000006", "description": "Created by fab", "workspaceId": - "2dea1342-7241-43e0-baa5-a58ab2a71851", "folderId": "70b05128-1612-4e3e-9eb9-282589162460"}, - {"id": "bc89aa6a-c2d1-4fbf-9ca6-613e223ace5e", "type": "SparkJobDefinition", + "39a1a111-e03b-4684-841a-e0a5e631000e", "folderId": "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe"}, + {"id": "a4517be4-4347-4fc9-9a6a-2dea722c8909", "type": "SparkJobDefinition", "displayName": "fabcli000007", "description": "Created by fab", "workspaceId": - "2dea1342-7241-43e0-baa5-a58ab2a71851", "folderId": "8e8d7cc6-7a30-4c9b-ada8-ccd1e2070371"}]}' + "39a1a111-e03b-4684-841a-e0a5e631000e", "folderId": "b6217fa4-8911-4c8b-98c4-2507fb6fb87c"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3750,15 +3750,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '288' + - '289' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:29:27 GMT + - Fri, 06 Feb 2026 07:54:50 GMT Pragma: - no-cache RequestId: - - 971e4d26-aaa3-4638-bd8c-35174ac5a30f + - 84eb8898-1631-47d9-9a7d-33753efeab2c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3766,7 +3766,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3784,15 +3784,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/folders?recursive=True response: body: - string: '{"value": [{"id": "70b05128-1612-4e3e-9eb9-282589162460", "displayName": - "fabcli000003", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}, {"id": - "8e8d7cc6-7a30-4c9b-ada8-ccd1e2070371", "displayName": "fabcli000004", "parentFolderId": - "70b05128-1612-4e3e-9eb9-282589162460", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}]}' + string: '{"value": [{"id": "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "displayName": + "fabcli000003", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}, {"id": + "b6217fa4-8911-4c8b-98c4-2507fb6fb87c", "displayName": "fabcli000004", "parentFolderId": + "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3801,15 +3801,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '202' + - '201' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:29:27 GMT + - Fri, 06 Feb 2026 07:54:51 GMT Pragma: - no-cache RequestId: - - bc56e77d-56d7-4f64-87bf-cee3a5b1eefd + - a3a5e865-335b-49b4-8a0e-a9b62e0cb1ab Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3817,7 +3817,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3835,15 +3835,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/folders?recursive=True response: body: - string: '{"value": [{"id": "70b05128-1612-4e3e-9eb9-282589162460", "displayName": - "fabcli000003", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}, {"id": - "8e8d7cc6-7a30-4c9b-ada8-ccd1e2070371", "displayName": "fabcli000004", "parentFolderId": - "70b05128-1612-4e3e-9eb9-282589162460", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}]}' + string: '{"value": [{"id": "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "displayName": + "fabcli000003", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}, {"id": + "b6217fa4-8911-4c8b-98c4-2507fb6fb87c", "displayName": "fabcli000004", "parentFolderId": + "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3852,15 +3852,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '202' + - '201' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:29:28 GMT + - Fri, 06 Feb 2026 07:54:52 GMT Pragma: - no-cache RequestId: - - 39b76b2b-433e-4289-9d1f-d5c294edccc4 + - 2a651df8-5fd5-42fa-a431-a926af01ffe7 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3868,7 +3868,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3886,15 +3886,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/folders?recursive=True response: body: - string: '{"value": [{"id": "70b05128-1612-4e3e-9eb9-282589162460", "displayName": - "fabcli000003", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}, {"id": - "8e8d7cc6-7a30-4c9b-ada8-ccd1e2070371", "displayName": "fabcli000004", "parentFolderId": - "70b05128-1612-4e3e-9eb9-282589162460", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}]}' + string: '{"value": [{"id": "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "displayName": + "fabcli000003", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}, {"id": + "b6217fa4-8911-4c8b-98c4-2507fb6fb87c", "displayName": "fabcli000004", "parentFolderId": + "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3903,15 +3903,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '202' + - '201' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:29:28 GMT + - Fri, 06 Feb 2026 07:54:53 GMT Pragma: - no-cache RequestId: - - 9ba19ea3-9528-4853-9e3b-1977c94cdc66 + - f8d9b280-8018-47fb-adfc-ee84984ae3be Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3919,7 +3919,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3937,17 +3937,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/items + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/items response: body: - string: '{"value": [{"id": "c8e30cfe-d36f-455a-8644-9594cbd94866", "type": "Notebook", + string: '{"value": [{"id": "92270156-79b2-409b-bd1a-bad40cff71fe", "type": "Notebook", "displayName": "fabcli000006", "description": "Created by fab", "workspaceId": - "2dea1342-7241-43e0-baa5-a58ab2a71851", "folderId": "70b05128-1612-4e3e-9eb9-282589162460"}, - {"id": "bc89aa6a-c2d1-4fbf-9ca6-613e223ace5e", "type": "SparkJobDefinition", + "39a1a111-e03b-4684-841a-e0a5e631000e", "folderId": "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe"}, + {"id": "a4517be4-4347-4fc9-9a6a-2dea722c8909", "type": "SparkJobDefinition", "displayName": "fabcli000007", "description": "Created by fab", "workspaceId": - "2dea1342-7241-43e0-baa5-a58ab2a71851", "folderId": "8e8d7cc6-7a30-4c9b-ada8-ccd1e2070371"}]}' + "39a1a111-e03b-4684-841a-e0a5e631000e", "folderId": "b6217fa4-8911-4c8b-98c4-2507fb6fb87c"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3956,15 +3956,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '288' + - '289' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:29:28 GMT + - Fri, 06 Feb 2026 07:54:54 GMT Pragma: - no-cache RequestId: - - e5dcd1cc-313e-47ba-9073-d4d22ca8d1fb + - 1d924fa2-2079-4c32-82c4-27c9d0fc3fac Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3972,7 +3972,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3990,15 +3990,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/folders?recursive=True response: body: - string: '{"value": [{"id": "70b05128-1612-4e3e-9eb9-282589162460", "displayName": - "fabcli000003", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}, {"id": - "8e8d7cc6-7a30-4c9b-ada8-ccd1e2070371", "displayName": "fabcli000004", "parentFolderId": - "70b05128-1612-4e3e-9eb9-282589162460", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}]}' + string: '{"value": [{"id": "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "displayName": + "fabcli000003", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}, {"id": + "b6217fa4-8911-4c8b-98c4-2507fb6fb87c", "displayName": "fabcli000004", "parentFolderId": + "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -4007,15 +4007,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '202' + - '201' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:29:29 GMT + - Fri, 06 Feb 2026 07:54:54 GMT Pragma: - no-cache RequestId: - - 72c3277a-5647-4bcc-8da4-0bfea912afd3 + - cc5e24ae-7a38-4661-8e8e-4e635e6d4cbb Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4023,7 +4023,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4041,55 +4041,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 - method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/folders?recursive=True - response: - body: - string: '{"requestId": "c540e2d0-36c7-4e3b-bf2c-1f8b2f07be71", "errorCode": - "RequestBlocked", "message": "Request is blocked by the upstream service until: - 9/8/2025 2:29:44 PM (UTC)"}' - headers: - Content-Length: - - '169' - Content-Type: - - application/json; charset=utf-8 - Date: - - Mon, 08 Sep 2025 14:29:28 GMT - RequestId: - - c540e2d0-36c7-4e3b-bf2c-1f8b2f07be71 - Retry-After: - - '15' - home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ - request-redirected: - - 'true' - x-ms-public-api-error-code: - - RequestBlocked - status: - code: 429 - message: '' -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Type: - - application/json - User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/folders?recursive=True response: body: - string: '{"value": [{"id": "70b05128-1612-4e3e-9eb9-282589162460", "displayName": - "fabcli000003", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}, {"id": - "8e8d7cc6-7a30-4c9b-ada8-ccd1e2070371", "displayName": "fabcli000004", "parentFolderId": - "70b05128-1612-4e3e-9eb9-282589162460", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}]}' + string: '{"value": [{"id": "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "displayName": + "fabcli000003", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}, {"id": + "b6217fa4-8911-4c8b-98c4-2507fb6fb87c", "displayName": "fabcli000004", "parentFolderId": + "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -4098,15 +4058,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '202' + - '201' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:29:43 GMT + - Fri, 06 Feb 2026 07:54:55 GMT Pragma: - no-cache RequestId: - - 6ac3ba8c-85e7-4de3-b323-c96e9a6ea3f5 + - a3bff7c2-c859-44cf-9ab8-812e415996ef Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4114,7 +4074,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4132,15 +4092,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/folders?recursive=True response: body: - string: '{"value": [{"id": "70b05128-1612-4e3e-9eb9-282589162460", "displayName": - "fabcli000003", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}, {"id": - "8e8d7cc6-7a30-4c9b-ada8-ccd1e2070371", "displayName": "fabcli000004", "parentFolderId": - "70b05128-1612-4e3e-9eb9-282589162460", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}]}' + string: '{"value": [{"id": "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "displayName": + "fabcli000003", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}, {"id": + "b6217fa4-8911-4c8b-98c4-2507fb6fb87c", "displayName": "fabcli000004", "parentFolderId": + "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -4149,15 +4109,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '202' + - '201' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:29:44 GMT + - Fri, 06 Feb 2026 07:54:56 GMT Pragma: - no-cache RequestId: - - 3dd9e0b8-9883-41ec-bade-8d1b61c31ff3 + - ca360e72-056d-4bf9-a4aa-05abca8926ab Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4165,7 +4125,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4183,18 +4143,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "2dea1342-7241-43e0-baa5-a58ab2a71851", "displayName": "fabcli000001", + {"id": "39a1a111-e03b-4684-841a-e0a5e631000e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "24a85a40-291d-41ea-a507-c81a1258c9ec", "displayName": "fabcli000002", + {"id": "f80ed229-5a94-47c4-b945-151d5c4e1734", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -4204,15 +4164,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '637' + - '2878' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:29:44 GMT + - Fri, 06 Feb 2026 07:54:57 GMT Pragma: - no-cache RequestId: - - e9af6a9a-e093-4893-b1d6-72cd9cae81a3 + - d33b9746-03d2-4052-948b-54604fcd0da5 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4220,7 +4180,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4238,15 +4198,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/folders?recursive=True response: body: - string: '{"value": [{"id": "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "displayName": - "fabcli000005", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, {"id": - "fbe33ae9-9112-41ea-af63-a378ee894bd8", "displayName": "fabcli000003", "parentFolderId": - "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}]}' + string: '{"value": [{"id": "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "displayName": + "fabcli000005", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, {"id": + "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "displayName": "fabcli000003", "parentFolderId": + "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -4255,15 +4215,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '199' + - '203' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:29:44 GMT + - Fri, 06 Feb 2026 07:54:58 GMT Pragma: - no-cache RequestId: - - f6a399ad-e620-40b6-b5eb-309dd7215c71 + - d7a19d95-385a-4477-9795-7a4503147ecb Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4271,7 +4231,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4289,15 +4249,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/folders?recursive=True response: body: - string: '{"value": [{"id": "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "displayName": - "fabcli000005", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, {"id": - "fbe33ae9-9112-41ea-af63-a378ee894bd8", "displayName": "fabcli000003", "parentFolderId": - "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}]}' + string: '{"value": [{"id": "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "displayName": + "fabcli000005", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, {"id": + "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "displayName": "fabcli000003", "parentFolderId": + "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -4306,15 +4266,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '199' + - '203' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:29:44 GMT + - Fri, 06 Feb 2026 07:54:58 GMT Pragma: - no-cache RequestId: - - 8d433c3c-a0ce-4726-bb30-34acb8e40450 + - 0ff48f38-30af-47be-829f-85024aeaddd7 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4322,7 +4282,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4340,15 +4300,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/folders?recursive=True response: body: - string: '{"value": [{"id": "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "displayName": - "fabcli000005", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, {"id": - "fbe33ae9-9112-41ea-af63-a378ee894bd8", "displayName": "fabcli000003", "parentFolderId": - "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}]}' + string: '{"value": [{"id": "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "displayName": + "fabcli000005", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, {"id": + "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "displayName": "fabcli000003", "parentFolderId": + "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -4357,15 +4317,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '199' + - '203' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:29:45 GMT + - Fri, 06 Feb 2026 07:55:00 GMT Pragma: - no-cache RequestId: - - 3aba095b-11a9-4c57-a89b-b581e3968838 + - 77286d0e-84e4-4882-88c9-dfe72943fc0c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4373,7 +4333,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4391,15 +4351,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/folders?recursive=True response: body: - string: '{"value": [{"id": "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "displayName": - "fabcli000005", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, {"id": - "fbe33ae9-9112-41ea-af63-a378ee894bd8", "displayName": "fabcli000003", "parentFolderId": - "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}]}' + string: '{"value": [{"id": "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "displayName": + "fabcli000005", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, {"id": + "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "displayName": "fabcli000003", "parentFolderId": + "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -4408,15 +4368,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '199' + - '203' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:29:45 GMT + - Fri, 06 Feb 2026 07:55:01 GMT Pragma: - no-cache RequestId: - - a2491d34-62cc-4684-ad5f-7896c69e6975 + - 114ceb91-dcc3-47c9-b0c6-bcf3fce4becb Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4424,7 +4384,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4432,7 +4392,7 @@ interactions: message: OK - request: body: '{"description": "Created by fab", "displayName": "fabcli000004", "parentFolderId": - "fbe33ae9-9112-41ea-af63-a378ee894bd8"}' + "397c7786-3d84-460c-9dc4-8d54c1eb9f1b"}' headers: Accept: - '*/*' @@ -4445,13 +4405,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/folders + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/folders response: body: - string: '{"id": "b02662f5-6010-416c-8b0d-4e90f54fa9d0", "displayName": "fabcli000004", - "parentFolderId": "fbe33ae9-9112-41ea-af63-a378ee894bd8", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}' + string: '{"id": "106edf30-9814-456c-a065-61d2ba9ffe11", "displayName": "fabcli000004", + "parentFolderId": "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}' headers: Access-Control-Expose-Headers: - RequestId,Location @@ -4460,17 +4420,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '165' + - '166' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:29:45 GMT + - Fri, 06 Feb 2026 07:55:02 GMT Location: - - https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/folders/b02662f5-6010-416c-8b0d-4e90f54fa9d0 + - https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/folders/106edf30-9814-456c-a065-61d2ba9ffe11 Pragma: - no-cache RequestId: - - 967a7b89-e4da-47a3-a999-4112606181d4 + - 9cd2f14a-dc14-4ebd-bc6e-c5b998d68575 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4478,7 +4438,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4496,17 +4456,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/items + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/items response: body: - string: '{"value": [{"id": "c8e30cfe-d36f-455a-8644-9594cbd94866", "type": "Notebook", + string: '{"value": [{"id": "92270156-79b2-409b-bd1a-bad40cff71fe", "type": "Notebook", "displayName": "fabcli000006", "description": "Created by fab", "workspaceId": - "2dea1342-7241-43e0-baa5-a58ab2a71851", "folderId": "70b05128-1612-4e3e-9eb9-282589162460"}, - {"id": "bc89aa6a-c2d1-4fbf-9ca6-613e223ace5e", "type": "SparkJobDefinition", + "39a1a111-e03b-4684-841a-e0a5e631000e", "folderId": "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe"}, + {"id": "a4517be4-4347-4fc9-9a6a-2dea722c8909", "type": "SparkJobDefinition", "displayName": "fabcli000007", "description": "Created by fab", "workspaceId": - "2dea1342-7241-43e0-baa5-a58ab2a71851", "folderId": "8e8d7cc6-7a30-4c9b-ada8-ccd1e2070371"}]}' + "39a1a111-e03b-4684-841a-e0a5e631000e", "folderId": "b6217fa4-8911-4c8b-98c4-2507fb6fb87c"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -4515,15 +4475,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '288' + - '289' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:29:45 GMT + - Fri, 06 Feb 2026 07:55:03 GMT Pragma: - no-cache RequestId: - - 8467db7a-66cc-4d2c-907e-69b62cf6bf92 + - e61b5441-3b1f-4533-8cbb-cdfc3dc9e9e6 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4531,7 +4491,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4549,15 +4509,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/folders?recursive=True response: body: - string: '{"value": [{"id": "70b05128-1612-4e3e-9eb9-282589162460", "displayName": - "fabcli000003", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}, {"id": - "8e8d7cc6-7a30-4c9b-ada8-ccd1e2070371", "displayName": "fabcli000004", "parentFolderId": - "70b05128-1612-4e3e-9eb9-282589162460", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}]}' + string: '{"value": [{"id": "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "displayName": + "fabcli000003", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}, {"id": + "b6217fa4-8911-4c8b-98c4-2507fb6fb87c", "displayName": "fabcli000004", "parentFolderId": + "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -4566,15 +4526,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '202' + - '201' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:29:45 GMT + - Fri, 06 Feb 2026 07:55:03 GMT Pragma: - no-cache RequestId: - - 45e6def5-8cc0-46df-a4f3-6f3143442914 + - 36d44062-9eb9-4289-990e-d40bf4ffaa44 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4582,7 +4542,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4600,15 +4560,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/folders?recursive=True response: body: - string: '{"value": [{"id": "70b05128-1612-4e3e-9eb9-282589162460", "displayName": - "fabcli000003", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}, {"id": - "8e8d7cc6-7a30-4c9b-ada8-ccd1e2070371", "displayName": "fabcli000004", "parentFolderId": - "70b05128-1612-4e3e-9eb9-282589162460", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}]}' + string: '{"value": [{"id": "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "displayName": + "fabcli000003", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}, {"id": + "b6217fa4-8911-4c8b-98c4-2507fb6fb87c", "displayName": "fabcli000004", "parentFolderId": + "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -4617,15 +4577,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '202' + - '201' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:29:46 GMT + - Fri, 06 Feb 2026 07:55:04 GMT Pragma: - no-cache RequestId: - - 98d5a2bf-e8bb-4a9b-b357-7e413a0b86dc + - 0bbf4f98-9a7b-4459-bff9-44db62996a81 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4633,7 +4593,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4651,15 +4611,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/folders?recursive=True response: body: - string: '{"value": [{"id": "70b05128-1612-4e3e-9eb9-282589162460", "displayName": - "fabcli000003", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}, {"id": - "8e8d7cc6-7a30-4c9b-ada8-ccd1e2070371", "displayName": "fabcli000004", "parentFolderId": - "70b05128-1612-4e3e-9eb9-282589162460", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}]}' + string: '{"value": [{"id": "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "displayName": + "fabcli000003", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}, {"id": + "b6217fa4-8911-4c8b-98c4-2507fb6fb87c", "displayName": "fabcli000004", "parentFolderId": + "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -4668,15 +4628,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '202' + - '201' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:29:45 GMT + - Fri, 06 Feb 2026 07:55:04 GMT Pragma: - no-cache RequestId: - - 19f9dc76-46d1-4db7-afe4-a4c32ebfd75b + - 3d594cc4-2894-40da-a162-bee4d0655fde Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4684,7 +4644,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4702,18 +4662,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "2dea1342-7241-43e0-baa5-a58ab2a71851", "displayName": "fabcli000001", + {"id": "39a1a111-e03b-4684-841a-e0a5e631000e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "24a85a40-291d-41ea-a507-c81a1258c9ec", "displayName": "fabcli000002", + {"id": "f80ed229-5a94-47c4-b945-151d5c4e1734", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -4723,15 +4683,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '637' + - '2878' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:29:46 GMT + - Fri, 06 Feb 2026 07:55:05 GMT Pragma: - no-cache RequestId: - - 9b551277-a6d8-45cc-b46a-6595f903065d + - 59dd6427-0418-4a09-9ed0-7e1375360d7e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4739,7 +4699,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4757,17 +4717,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/folders?recursive=True response: body: - string: '{"value": [{"id": "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "displayName": - "fabcli000005", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, {"id": - "fbe33ae9-9112-41ea-af63-a378ee894bd8", "displayName": "fabcli000003", "parentFolderId": - "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, - {"id": "b02662f5-6010-416c-8b0d-4e90f54fa9d0", "displayName": "fabcli000004", - "parentFolderId": "fbe33ae9-9112-41ea-af63-a378ee894bd8", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}]}' + string: '{"value": [{"id": "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "displayName": + "fabcli000005", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, {"id": + "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "displayName": "fabcli000003", "parentFolderId": + "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, + {"id": "106edf30-9814-456c-a065-61d2ba9ffe11", "displayName": "fabcli000004", + "parentFolderId": "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -4776,15 +4736,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '239' + - '240' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:29:45 GMT + - Fri, 06 Feb 2026 07:55:05 GMT Pragma: - no-cache RequestId: - - d91c4551-5f73-4864-84b9-2419c878b198 + - 882a4852-2334-47ac-96dd-1759f9fddbb6 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4792,7 +4752,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4810,34 +4770,47 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/folders?recursive=True response: body: - string: '{"requestId": "412c340d-7fcf-4c44-8165-53055ee04a53", "errorCode": - "RequestBlocked", "message": "Request is blocked by the upstream service until: - 9/8/2025 2:30:44 PM (UTC)"}' + string: '{"value": [{"id": "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "displayName": + "fabcli000005", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, {"id": + "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "displayName": "fabcli000003", "parentFolderId": + "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, + {"id": "106edf30-9814-456c-a065-61d2ba9ffe11", "displayName": "fabcli000004", + "parentFolderId": "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}]}' headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip Content-Length: - - '169' + - '240' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:29:46 GMT + - Fri, 06 Feb 2026 07:55:06 GMT + Pragma: + - no-cache RequestId: - - 412c340d-7fcf-4c44-8165-53055ee04a53 - Retry-After: - - '58' + - 66c9f1fd-776b-4c15-8d6b-11e48d375867 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' - x-ms-public-api-error-code: - - RequestBlocked status: - code: 429 - message: '' + code: 200 + message: OK - request: body: null headers: @@ -4850,17 +4823,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/folders?recursive=True response: body: - string: '{"value": [{"id": "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "displayName": - "fabcli000005", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, {"id": - "fbe33ae9-9112-41ea-af63-a378ee894bd8", "displayName": "fabcli000003", "parentFolderId": - "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, - {"id": "b02662f5-6010-416c-8b0d-4e90f54fa9d0", "displayName": "fabcli000004", - "parentFolderId": "fbe33ae9-9112-41ea-af63-a378ee894bd8", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}]}' + string: '{"value": [{"id": "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "displayName": + "fabcli000005", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, {"id": + "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "displayName": "fabcli000003", "parentFolderId": + "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, + {"id": "106edf30-9814-456c-a065-61d2ba9ffe11", "displayName": "fabcli000004", + "parentFolderId": "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -4869,15 +4842,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '239' + - '240' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:30:44 GMT + - Fri, 06 Feb 2026 07:55:07 GMT Pragma: - no-cache RequestId: - - a612bb42-e8cd-43da-a11e-e1975eaad949 + - 0c82119f-bcfc-46f5-9dbd-762f85b02f1f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4885,7 +4858,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4903,17 +4876,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/items response: body: - string: '{"value": [{"id": "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "displayName": - "fabcli000005", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, {"id": - "fbe33ae9-9112-41ea-af63-a378ee894bd8", "displayName": "fabcli000003", "parentFolderId": - "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, - {"id": "b02662f5-6010-416c-8b0d-4e90f54fa9d0", "displayName": "fabcli000004", - "parentFolderId": "fbe33ae9-9112-41ea-af63-a378ee894bd8", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}]}' + string: '{"value": [{"id": "929f0151-40f6-4974-a346-61295f187e4e", "type": "Notebook", + "displayName": "fabcli000006", "description": "Created by fab", "workspaceId": + "f80ed229-5a94-47c4-b945-151d5c4e1734", "folderId": "397c7786-3d84-460c-9dc4-8d54c1eb9f1b"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -4922,15 +4892,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '239' + - '210' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:30:44 GMT + - Fri, 06 Feb 2026 07:55:08 GMT Pragma: - no-cache RequestId: - - c3c49f90-6221-44a7-a6c0-45ceb57e17e1 + - f6394a26-c3a4-4cdc-bb7d-356224a4fbc5 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4938,7 +4908,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4956,44 +4926,34 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/items + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/folders?recursive=True response: body: - string: '{"value": [{"id": "c7961b6e-a9cb-4abd-ad64-9411a98175a6", "type": "Notebook", - "displayName": "fabcli000006", "description": "Created by fab", "workspaceId": - "24a85a40-291d-41ea-a507-c81a1258c9ec", "folderId": "fbe33ae9-9112-41ea-af63-a378ee894bd8"}]}' + string: '{"requestId": "def6c854-7488-40c6-9242-3777c80cf9ff", "errorCode": + "RequestBlocked", "message": "Request is blocked by the upstream service until: + 2/6/2026 7:55:59 AM (UTC)", "isRetriable": true}' headers: - Access-Control-Expose-Headers: - - RequestId - Cache-Control: - - no-store, must-revalidate, no-cache - Content-Encoding: - - gzip Content-Length: - - '206' + - '188' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:30:44 GMT - Pragma: - - no-cache + - Fri, 06 Feb 2026 07:55:09 GMT RequestId: - - 4382465d-5741-4e26-90ae-7b7010899206 - Strict-Transport-Security: - - max-age=31536000; includeSubDomains - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - deny + - def6c854-7488-40c6-9242-3777c80cf9ff + Retry-After: + - '50' home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' + x-ms-public-api-error-code: + - RequestBlocked status: - code: 200 - message: OK + code: 429 + message: '' - request: body: null headers: @@ -5006,17 +4966,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/folders?recursive=True response: body: - string: '{"value": [{"id": "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "displayName": - "fabcli000005", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, {"id": - "fbe33ae9-9112-41ea-af63-a378ee894bd8", "displayName": "fabcli000003", "parentFolderId": - "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, - {"id": "b02662f5-6010-416c-8b0d-4e90f54fa9d0", "displayName": "fabcli000004", - "parentFolderId": "fbe33ae9-9112-41ea-af63-a378ee894bd8", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}]}' + string: '{"value": [{"id": "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "displayName": + "fabcli000005", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, {"id": + "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "displayName": "fabcli000003", "parentFolderId": + "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, + {"id": "106edf30-9814-456c-a065-61d2ba9ffe11", "displayName": "fabcli000004", + "parentFolderId": "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -5025,15 +4985,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '239' + - '240' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:30:44 GMT + - Fri, 06 Feb 2026 07:56:02 GMT Pragma: - no-cache RequestId: - - e36521d7-30fb-4841-aaca-b8fac5909ce7 + - b55d2ad6-7b5e-46f6-8569-81247ee0283b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -5041,7 +5001,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -5059,14 +5019,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/items + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/items response: body: - string: '{"value": [{"id": "c7961b6e-a9cb-4abd-ad64-9411a98175a6", "type": "Notebook", + string: '{"value": [{"id": "929f0151-40f6-4974-a346-61295f187e4e", "type": "Notebook", "displayName": "fabcli000006", "description": "Created by fab", "workspaceId": - "24a85a40-291d-41ea-a507-c81a1258c9ec", "folderId": "fbe33ae9-9112-41ea-af63-a378ee894bd8"}]}' + "f80ed229-5a94-47c4-b945-151d5c4e1734", "folderId": "397c7786-3d84-460c-9dc4-8d54c1eb9f1b"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -5075,15 +5035,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '206' + - '210' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:30:45 GMT + - Fri, 06 Feb 2026 07:56:03 GMT Pragma: - no-cache RequestId: - - f3625cf2-dc00-4d98-81bd-e65156b80ee2 + - 26e54010-5abe-497b-b570-29c0c6a4c332 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -5091,7 +5051,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -5109,17 +5069,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/folders?recursive=True response: body: - string: '{"value": [{"id": "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "displayName": - "fabcli000005", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, {"id": - "fbe33ae9-9112-41ea-af63-a378ee894bd8", "displayName": "fabcli000003", "parentFolderId": - "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, - {"id": "b02662f5-6010-416c-8b0d-4e90f54fa9d0", "displayName": "fabcli000004", - "parentFolderId": "fbe33ae9-9112-41ea-af63-a378ee894bd8", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}]}' + string: '{"value": [{"id": "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "displayName": + "fabcli000005", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, {"id": + "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "displayName": "fabcli000003", "parentFolderId": + "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, + {"id": "106edf30-9814-456c-a065-61d2ba9ffe11", "displayName": "fabcli000004", + "parentFolderId": "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -5128,15 +5088,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '239' + - '240' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:30:45 GMT + - Fri, 06 Feb 2026 07:56:03 GMT Pragma: - no-cache RequestId: - - 8d12a128-81a6-4714-898f-b8eed80ac00f + - 48e3dbf9-784d-4f03-a9bb-44c9569fb83e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -5144,7 +5104,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -5162,14 +5122,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/items + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/items response: body: - string: '{"value": [{"id": "c7961b6e-a9cb-4abd-ad64-9411a98175a6", "type": "Notebook", + string: '{"value": [{"id": "929f0151-40f6-4974-a346-61295f187e4e", "type": "Notebook", "displayName": "fabcli000006", "description": "Created by fab", "workspaceId": - "24a85a40-291d-41ea-a507-c81a1258c9ec", "folderId": "fbe33ae9-9112-41ea-af63-a378ee894bd8"}]}' + "f80ed229-5a94-47c4-b945-151d5c4e1734", "folderId": "397c7786-3d84-460c-9dc4-8d54c1eb9f1b"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -5178,15 +5138,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '206' + - '210' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:30:45 GMT + - Fri, 06 Feb 2026 07:56:05 GMT Pragma: - no-cache RequestId: - - e8069ba9-e3f1-4ac8-a46e-90fc69ddc39d + - e67b5961-b65e-482e-ae9e-172a1da39dc6 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -5194,7 +5154,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -5212,17 +5172,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/folders?recursive=True response: body: - string: '{"value": [{"id": "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "displayName": - "fabcli000005", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, {"id": - "fbe33ae9-9112-41ea-af63-a378ee894bd8", "displayName": "fabcli000003", "parentFolderId": - "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, - {"id": "b02662f5-6010-416c-8b0d-4e90f54fa9d0", "displayName": "fabcli000004", - "parentFolderId": "fbe33ae9-9112-41ea-af63-a378ee894bd8", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}]}' + string: '{"value": [{"id": "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "displayName": + "fabcli000005", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, {"id": + "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "displayName": "fabcli000003", "parentFolderId": + "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, + {"id": "106edf30-9814-456c-a065-61d2ba9ffe11", "displayName": "fabcli000004", + "parentFolderId": "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -5231,15 +5191,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '239' + - '240' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:30:45 GMT + - Fri, 06 Feb 2026 07:56:06 GMT Pragma: - no-cache RequestId: - - 4038a807-540f-407d-817e-f9e65d8d4583 + - 8e5688ab-225f-4b36-833c-06a823b7fea7 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -5247,7 +5207,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -5265,14 +5225,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/items/bc89aa6a-c2d1-4fbf-9ca6-613e223ace5e + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/items/a4517be4-4347-4fc9-9a6a-2dea722c8909 response: body: - string: '{"id": "bc89aa6a-c2d1-4fbf-9ca6-613e223ace5e", "type": "SparkJobDefinition", + string: '{"id": "a4517be4-4347-4fc9-9a6a-2dea722c8909", "type": "SparkJobDefinition", "displayName": "fabcli000007", "description": "Created by fab", "workspaceId": - "2dea1342-7241-43e0-baa5-a58ab2a71851", "folderId": "8e8d7cc6-7a30-4c9b-ada8-ccd1e2070371"}' + "39a1a111-e03b-4684-841a-e0a5e631000e", "folderId": "b6217fa4-8911-4c8b-98c4-2507fb6fb87c"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -5285,13 +5245,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:30:46 GMT + - Fri, 06 Feb 2026 07:56:06 GMT ETag: - '""' Pragma: - no-cache RequestId: - - f9da9476-0fb1-4806-bed5-c7e2b0a0077e + - db42a8f0-2a0e-40da-a7ad-8a6b8491f7bc Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -5299,7 +5259,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -5319,9 +5279,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/items/bc89aa6a-c2d1-4fbf-9ca6-613e223ace5e/getDefinition + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/items/a4517be4-4347-4fc9-9a6a-2dea722c8909/getDefinition response: body: string: '{"definition": {"parts": [{"path": "SparkJobDefinitionV1.json", "payload": @@ -5336,15 +5296,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '616' + - '617' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:30:47 GMT + - Fri, 06 Feb 2026 07:56:08 GMT Pragma: - no-cache RequestId: - - 9a06daaa-ea5d-430d-8871-0ba9cff904fa + - d196506c-d134-44f9-aabf-1cbe8ad4a1e5 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -5352,7 +5312,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -5363,7 +5323,7 @@ interactions: "fabcli000007", "definition": {"parts": [{"path": "SparkJobDefinitionV1.json", "payload": "ew0KICAiZXhlY3V0YWJsZUZpbGUiOiBudWxsLA0KICAiZGVmYXVsdExha2Vob3VzZUFydGlmYWN0SWQiOiBudWxsLA0KICAibWFpbkNsYXNzIjogbnVsbCwNCiAgImFkZGl0aW9uYWxMYWtlaG91c2VJZHMiOiBbXSwNCiAgInJldHJ5UG9saWN5IjogbnVsbCwNCiAgImNvbW1hbmRMaW5lQXJndW1lbnRzIjogbnVsbCwNCiAgImFkZGl0aW9uYWxMaWJyYXJ5VXJpcyI6IG51bGwsDQogICJsYW5ndWFnZSI6IG51bGwsDQogICJlbnZpcm9ubWVudEFydGlmYWN0SWQiOiBudWxsDQp9", "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIlNwYXJrSm9iRGVmaW5pdGlvbiIsCiAgICAiZGlzcGxheU5hbWUiOiAiZmFiY2xpMDAwMDA3IiwKICAgICJkZXNjcmlwdGlvbiI6ICJDcmVhdGVkIGJ5IGZhYiIKICB9LAogICJjb25maWciOiB7CiAgICAidmVyc2lvbiI6ICIyLjAiLAogICAgImxvZ2ljYWxJZCI6ICIwMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiCiAgfQp9", - "payloadType": "InlineBase64"}]}, "folderId": "b02662f5-6010-416c-8b0d-4e90f54fa9d0"}' + "payloadType": "InlineBase64"}]}, "folderId": "106edf30-9814-456c-a065-61d2ba9ffe11"}' headers: Accept: - '*/*' @@ -5376,14 +5336,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/items + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/items response: body: - string: '{"id": "ce9f2bc3-e9b6-424e-986d-a0f9c0b0811a", "type": "SparkJobDefinition", + string: '{"id": "fb81e7f4-338b-4d77-ac4d-05fb43000131", "type": "SparkJobDefinition", "displayName": "fabcli000007", "description": "Created by fab", "workspaceId": - "24a85a40-291d-41ea-a507-c81a1258c9ec", "folderId": "b02662f5-6010-416c-8b0d-4e90f54fa9d0"}' + "f80ed229-5a94-47c4-b945-151d5c4e1734", "folderId": "106edf30-9814-456c-a065-61d2ba9ffe11"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -5396,13 +5356,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:30:48 GMT + - Fri, 06 Feb 2026 07:56:10 GMT ETag: - '""' Pragma: - no-cache RequestId: - - afa1b0cb-aa37-4fca-b448-abd0a317aa2d + - 09970700-37f1-46ed-b425-3b77f4134142 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -5410,7 +5370,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -5428,18 +5388,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "2dea1342-7241-43e0-baa5-a58ab2a71851", "displayName": "fabcli000001", + {"id": "39a1a111-e03b-4684-841a-e0a5e631000e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "24a85a40-291d-41ea-a507-c81a1258c9ec", "displayName": "fabcli000002", + {"id": "f80ed229-5a94-47c4-b945-151d5c4e1734", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -5449,15 +5409,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '637' + - '2878' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:30:48 GMT + - Fri, 06 Feb 2026 07:56:11 GMT Pragma: - no-cache RequestId: - - edbb9e46-d8a2-4aed-b292-affa91dffa7d + - 60539473-d781-4516-9a02-1e95868a7279 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -5465,7 +5425,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -5483,17 +5443,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/items + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/items response: body: - string: '{"value": [{"id": "c7961b6e-a9cb-4abd-ad64-9411a98175a6", "type": "Notebook", + string: '{"value": [{"id": "929f0151-40f6-4974-a346-61295f187e4e", "type": "Notebook", "displayName": "fabcli000006", "description": "Created by fab", "workspaceId": - "24a85a40-291d-41ea-a507-c81a1258c9ec", "folderId": "fbe33ae9-9112-41ea-af63-a378ee894bd8"}, - {"id": "ce9f2bc3-e9b6-424e-986d-a0f9c0b0811a", "type": "SparkJobDefinition", + "f80ed229-5a94-47c4-b945-151d5c4e1734", "folderId": "397c7786-3d84-460c-9dc4-8d54c1eb9f1b"}, + {"id": "fb81e7f4-338b-4d77-ac4d-05fb43000131", "type": "SparkJobDefinition", "displayName": "fabcli000007", "description": "Created by fab", "workspaceId": - "24a85a40-291d-41ea-a507-c81a1258c9ec", "folderId": "b02662f5-6010-416c-8b0d-4e90f54fa9d0"}]}' + "f80ed229-5a94-47c4-b945-151d5c4e1734", "folderId": "106edf30-9814-456c-a065-61d2ba9ffe11"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -5502,15 +5462,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '284' + - '291' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:30:48 GMT + - Fri, 06 Feb 2026 07:56:12 GMT Pragma: - no-cache RequestId: - - 5760a43c-bc2d-45e7-86ad-4fb109366d7d + - 5ce80732-00bb-464e-a831-edb8a1781ca9 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -5518,7 +5478,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -5536,17 +5496,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/folders?recursive=True response: body: - string: '{"value": [{"id": "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "displayName": - "fabcli000005", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, {"id": - "fbe33ae9-9112-41ea-af63-a378ee894bd8", "displayName": "fabcli000003", "parentFolderId": - "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, - {"id": "b02662f5-6010-416c-8b0d-4e90f54fa9d0", "displayName": "fabcli000004", - "parentFolderId": "fbe33ae9-9112-41ea-af63-a378ee894bd8", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}]}' + string: '{"value": [{"id": "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "displayName": + "fabcli000005", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, {"id": + "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "displayName": "fabcli000003", "parentFolderId": + "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, + {"id": "106edf30-9814-456c-a065-61d2ba9ffe11", "displayName": "fabcli000004", + "parentFolderId": "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -5555,15 +5515,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '239' + - '240' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:30:48 GMT + - Fri, 06 Feb 2026 07:56:12 GMT Pragma: - no-cache RequestId: - - 9655ca52-5ebc-4966-a821-a3fa0241a8a3 + - 13664f0b-a38a-454a-8b69-9f4b3d55e52e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -5571,7 +5531,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -5589,17 +5549,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/folders?recursive=True response: body: - string: '{"value": [{"id": "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "displayName": - "fabcli000005", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, {"id": - "fbe33ae9-9112-41ea-af63-a378ee894bd8", "displayName": "fabcli000003", "parentFolderId": - "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, - {"id": "b02662f5-6010-416c-8b0d-4e90f54fa9d0", "displayName": "fabcli000004", - "parentFolderId": "fbe33ae9-9112-41ea-af63-a378ee894bd8", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}]}' + string: '{"value": [{"id": "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "displayName": + "fabcli000005", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, {"id": + "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "displayName": "fabcli000003", "parentFolderId": + "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, + {"id": "106edf30-9814-456c-a065-61d2ba9ffe11", "displayName": "fabcli000004", + "parentFolderId": "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -5608,15 +5568,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '239' + - '240' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:30:49 GMT + - Fri, 06 Feb 2026 07:56:14 GMT Pragma: - no-cache RequestId: - - 32ab38aa-5ccd-4bfc-a9ae-9482a23380fa + - 9bffda53-356d-4201-a448-5f13c4f15a24 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -5624,7 +5584,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -5642,17 +5602,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/folders?recursive=True response: body: - string: '{"value": [{"id": "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "displayName": - "fabcli000005", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, {"id": - "fbe33ae9-9112-41ea-af63-a378ee894bd8", "displayName": "fabcli000003", "parentFolderId": - "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, - {"id": "b02662f5-6010-416c-8b0d-4e90f54fa9d0", "displayName": "fabcli000004", - "parentFolderId": "fbe33ae9-9112-41ea-af63-a378ee894bd8", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}]}' + string: '{"value": [{"id": "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "displayName": + "fabcli000005", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, {"id": + "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "displayName": "fabcli000003", "parentFolderId": + "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, + {"id": "106edf30-9814-456c-a065-61d2ba9ffe11", "displayName": "fabcli000004", + "parentFolderId": "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -5661,15 +5621,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '239' + - '240' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:30:49 GMT + - Fri, 06 Feb 2026 07:56:15 GMT Pragma: - no-cache RequestId: - - 98b353af-f3c9-48db-a91d-017f3c089217 + - 47410b61-cd1e-4db9-8c21-6ecab2fb6f3d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -5677,7 +5637,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -5695,18 +5655,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "2dea1342-7241-43e0-baa5-a58ab2a71851", "displayName": "fabcli000001", + {"id": "39a1a111-e03b-4684-841a-e0a5e631000e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "24a85a40-291d-41ea-a507-c81a1258c9ec", "displayName": "fabcli000002", + {"id": "f80ed229-5a94-47c4-b945-151d5c4e1734", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -5716,15 +5676,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '637' + - '2878' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:30:49 GMT + - Fri, 06 Feb 2026 07:56:15 GMT Pragma: - no-cache RequestId: - - 4aadc62f-9811-44ba-926c-d7964be406e8 + - e799a751-7182-447a-a3b2-b0201e3592fa Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -5732,7 +5692,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -5750,17 +5710,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/folders?recursive=True response: body: - string: '{"value": [{"id": "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "displayName": - "fabcli000005", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, {"id": - "fbe33ae9-9112-41ea-af63-a378ee894bd8", "displayName": "fabcli000003", "parentFolderId": - "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, - {"id": "b02662f5-6010-416c-8b0d-4e90f54fa9d0", "displayName": "fabcli000004", - "parentFolderId": "fbe33ae9-9112-41ea-af63-a378ee894bd8", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}]}' + string: '{"value": [{"id": "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "displayName": + "fabcli000005", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, {"id": + "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "displayName": "fabcli000003", "parentFolderId": + "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, + {"id": "106edf30-9814-456c-a065-61d2ba9ffe11", "displayName": "fabcli000004", + "parentFolderId": "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -5769,15 +5729,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '239' + - '240' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:30:49 GMT + - Fri, 06 Feb 2026 07:56:16 GMT Pragma: - no-cache RequestId: - - 9889ebc4-3771-45c7-a551-696143fae5b3 + - 9355e02c-fad5-4402-8508-6167dc26a305 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -5785,7 +5745,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -5803,17 +5763,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/items + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/items response: body: - string: '{"value": [{"id": "c7961b6e-a9cb-4abd-ad64-9411a98175a6", "type": "Notebook", + string: '{"value": [{"id": "929f0151-40f6-4974-a346-61295f187e4e", "type": "Notebook", "displayName": "fabcli000006", "description": "Created by fab", "workspaceId": - "24a85a40-291d-41ea-a507-c81a1258c9ec", "folderId": "fbe33ae9-9112-41ea-af63-a378ee894bd8"}, - {"id": "ce9f2bc3-e9b6-424e-986d-a0f9c0b0811a", "type": "SparkJobDefinition", + "f80ed229-5a94-47c4-b945-151d5c4e1734", "folderId": "397c7786-3d84-460c-9dc4-8d54c1eb9f1b"}, + {"id": "fb81e7f4-338b-4d77-ac4d-05fb43000131", "type": "SparkJobDefinition", "displayName": "fabcli000007", "description": "Created by fab", "workspaceId": - "24a85a40-291d-41ea-a507-c81a1258c9ec", "folderId": "b02662f5-6010-416c-8b0d-4e90f54fa9d0"}]}' + "f80ed229-5a94-47c4-b945-151d5c4e1734", "folderId": "106edf30-9814-456c-a065-61d2ba9ffe11"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -5822,15 +5782,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '284' + - '291' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:30:50 GMT + - Fri, 06 Feb 2026 07:56:16 GMT Pragma: - no-cache RequestId: - - 8c23c1f0-a675-4191-8790-70edeeec22c0 + - 2f80249a-1f34-43e8-8536-c29e691315e1 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -5838,7 +5798,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -5856,17 +5816,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/folders?recursive=True response: body: - string: '{"value": [{"id": "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "displayName": - "fabcli000005", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, {"id": - "fbe33ae9-9112-41ea-af63-a378ee894bd8", "displayName": "fabcli000003", "parentFolderId": - "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, - {"id": "b02662f5-6010-416c-8b0d-4e90f54fa9d0", "displayName": "fabcli000004", - "parentFolderId": "fbe33ae9-9112-41ea-af63-a378ee894bd8", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}]}' + string: '{"value": [{"id": "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "displayName": + "fabcli000005", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, {"id": + "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "displayName": "fabcli000003", "parentFolderId": + "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, + {"id": "106edf30-9814-456c-a065-61d2ba9ffe11", "displayName": "fabcli000004", + "parentFolderId": "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -5875,15 +5835,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '239' + - '240' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:30:50 GMT + - Fri, 06 Feb 2026 07:56:18 GMT Pragma: - no-cache RequestId: - - a2048313-da44-4b69-b82a-38c95ccd05a6 + - b929b311-c592-40af-b4cc-5384a0f956bf Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -5891,7 +5851,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -5909,34 +5869,47 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/folders?recursive=True response: body: - string: '{"requestId": "dac72ac7-1caa-4efa-8a75-455cb538bf8f", "errorCode": - "RequestBlocked", "message": "Request is blocked by the upstream service until: - 9/8/2025 2:31:45 PM (UTC)"}' + string: '{"value": [{"id": "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "displayName": + "fabcli000005", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, {"id": + "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "displayName": "fabcli000003", "parentFolderId": + "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, + {"id": "106edf30-9814-456c-a065-61d2ba9ffe11", "displayName": "fabcli000004", + "parentFolderId": "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}]}' headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip Content-Length: - - '169' + - '240' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:30:50 GMT + - Fri, 06 Feb 2026 07:56:18 GMT + Pragma: + - no-cache RequestId: - - dac72ac7-1caa-4efa-8a75-455cb538bf8f - Retry-After: - - '55' + - b9248c63-8924-4e94-ae20-5f317e9f09c5 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' - x-ms-public-api-error-code: - - RequestBlocked status: - code: 429 - message: '' + code: 200 + message: OK - request: body: null headers: @@ -5949,17 +5922,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/folders?recursive=True response: body: - string: '{"value": [{"id": "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "displayName": - "fabcli000005", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, {"id": - "fbe33ae9-9112-41ea-af63-a378ee894bd8", "displayName": "fabcli000003", "parentFolderId": - "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, - {"id": "b02662f5-6010-416c-8b0d-4e90f54fa9d0", "displayName": "fabcli000004", - "parentFolderId": "fbe33ae9-9112-41ea-af63-a378ee894bd8", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}]}' + string: '{"value": [{"id": "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "displayName": + "fabcli000005", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, {"id": + "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "displayName": "fabcli000003", "parentFolderId": + "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, + {"id": "106edf30-9814-456c-a065-61d2ba9ffe11", "displayName": "fabcli000004", + "parentFolderId": "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -5968,15 +5941,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '239' + - '240' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:31:45 GMT + - Fri, 06 Feb 2026 07:56:19 GMT Pragma: - no-cache RequestId: - - 93e7b851-53e8-4e43-aade-adf8aaef59ec + - 314e384c-fc42-4fe9-915c-e83add2f5f67 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -5984,7 +5957,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -6002,17 +5975,19 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "displayName": - "fabcli000005", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, {"id": - "fbe33ae9-9112-41ea-af63-a378ee894bd8", "displayName": "fabcli000003", "parentFolderId": - "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, - {"id": "b02662f5-6010-416c-8b0d-4e90f54fa9d0", "displayName": "fabcli000004", - "parentFolderId": "fbe33ae9-9112-41ea-af63-a378ee894bd8", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}]}' + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "39a1a111-e03b-4684-841a-e0a5e631000e", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "f80ed229-5a94-47c4-b945-151d5c4e1734", "displayName": "fabcli000002", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -6021,15 +5996,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '239' + - '2878' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:31:45 GMT + - Fri, 06 Feb 2026 07:56:19 GMT Pragma: - no-cache RequestId: - - 3e268aa6-5843-44b9-964e-471db7c93b42 + - 2a5b444a-838a-430c-9479-c1fbdc6cd49c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -6037,7 +6012,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -6055,49 +6030,34 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/folders?recursive=True response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", - "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created - by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "2dea1342-7241-43e0-baa5-a58ab2a71851", "displayName": "fabcli000001", - "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "24a85a40-291d-41ea-a507-c81a1258c9ec", "displayName": "fabcli000002", - "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' + string: '{"requestId": "04c7c7e0-5cf3-491c-bbca-254b823ed312", "errorCode": + "RequestBlocked", "message": "Request is blocked by the upstream service until: + 2/6/2026 7:57:03 AM (UTC)", "isRetriable": true}' headers: - Access-Control-Expose-Headers: - - RequestId - Cache-Control: - - no-store, must-revalidate, no-cache - Content-Encoding: - - gzip Content-Length: - - '637' + - '188' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:31:45 GMT - Pragma: - - no-cache + - Fri, 06 Feb 2026 07:56:20 GMT RequestId: - - 8300076f-2087-4b67-9824-8bbb2a326905 - Strict-Transport-Security: - - max-age=31536000; includeSubDomains - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - deny + - 04c7c7e0-5cf3-491c-bbca-254b823ed312 + Retry-After: + - '42' home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' + x-ms-public-api-error-code: + - RequestBlocked status: - code: 200 - message: OK + code: 429 + message: '' - request: body: null headers: @@ -6110,17 +6070,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/folders?recursive=True response: body: - string: '{"value": [{"id": "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "displayName": - "fabcli000005", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, {"id": - "fbe33ae9-9112-41ea-af63-a378ee894bd8", "displayName": "fabcli000003", "parentFolderId": - "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, - {"id": "b02662f5-6010-416c-8b0d-4e90f54fa9d0", "displayName": "fabcli000004", - "parentFolderId": "fbe33ae9-9112-41ea-af63-a378ee894bd8", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}]}' + string: '{"value": [{"id": "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "displayName": + "fabcli000005", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, {"id": + "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "displayName": "fabcli000003", "parentFolderId": + "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, + {"id": "106edf30-9814-456c-a065-61d2ba9ffe11", "displayName": "fabcli000004", + "parentFolderId": "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -6129,15 +6089,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '239' + - '240' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:31:45 GMT + - Fri, 06 Feb 2026 07:57:05 GMT Pragma: - no-cache RequestId: - - 2fae1072-b1f4-4967-bdb7-d9694e71406d + - 4547bf1a-70d8-4a4d-88d8-6887b4eccfe5 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -6145,7 +6105,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -6163,17 +6123,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/folders?recursive=True response: body: - string: '{"value": [{"id": "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "displayName": - "fabcli000005", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, {"id": - "fbe33ae9-9112-41ea-af63-a378ee894bd8", "displayName": "fabcli000003", "parentFolderId": - "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, - {"id": "b02662f5-6010-416c-8b0d-4e90f54fa9d0", "displayName": "fabcli000004", - "parentFolderId": "fbe33ae9-9112-41ea-af63-a378ee894bd8", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}]}' + string: '{"value": [{"id": "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "displayName": + "fabcli000005", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, {"id": + "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "displayName": "fabcli000003", "parentFolderId": + "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, + {"id": "106edf30-9814-456c-a065-61d2ba9ffe11", "displayName": "fabcli000004", + "parentFolderId": "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -6182,15 +6142,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '239' + - '240' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:31:45 GMT + - Fri, 06 Feb 2026 07:57:06 GMT Pragma: - no-cache RequestId: - - 964fa6ad-3332-4daa-a1d0-ac483b42905a + - 8da87230-2ab5-4aa0-bec0-af5dccaf273b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -6198,7 +6158,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -6216,17 +6176,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/items + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/items response: body: - string: '{"value": [{"id": "c7961b6e-a9cb-4abd-ad64-9411a98175a6", "type": "Notebook", + string: '{"value": [{"id": "929f0151-40f6-4974-a346-61295f187e4e", "type": "Notebook", "displayName": "fabcli000006", "description": "Created by fab", "workspaceId": - "24a85a40-291d-41ea-a507-c81a1258c9ec", "folderId": "fbe33ae9-9112-41ea-af63-a378ee894bd8"}, - {"id": "ce9f2bc3-e9b6-424e-986d-a0f9c0b0811a", "type": "SparkJobDefinition", + "f80ed229-5a94-47c4-b945-151d5c4e1734", "folderId": "397c7786-3d84-460c-9dc4-8d54c1eb9f1b"}, + {"id": "fb81e7f4-338b-4d77-ac4d-05fb43000131", "type": "SparkJobDefinition", "displayName": "fabcli000007", "description": "Created by fab", "workspaceId": - "24a85a40-291d-41ea-a507-c81a1258c9ec", "folderId": "b02662f5-6010-416c-8b0d-4e90f54fa9d0"}]}' + "f80ed229-5a94-47c4-b945-151d5c4e1734", "folderId": "106edf30-9814-456c-a065-61d2ba9ffe11"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -6235,15 +6195,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '284' + - '291' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:31:46 GMT + - Fri, 06 Feb 2026 07:57:07 GMT Pragma: - no-cache RequestId: - - 12ada8c9-8be9-4689-886f-ec2cd687b79d + - 4638251f-a443-46a2-866a-c8e9de144ee8 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -6251,7 +6211,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -6269,17 +6229,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/folders?recursive=True response: body: - string: '{"value": [{"id": "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "displayName": - "fabcli000005", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, {"id": - "fbe33ae9-9112-41ea-af63-a378ee894bd8", "displayName": "fabcli000003", "parentFolderId": - "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, - {"id": "b02662f5-6010-416c-8b0d-4e90f54fa9d0", "displayName": "fabcli000004", - "parentFolderId": "fbe33ae9-9112-41ea-af63-a378ee894bd8", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}]}' + string: '{"value": [{"id": "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "displayName": + "fabcli000005", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, {"id": + "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "displayName": "fabcli000003", "parentFolderId": + "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, + {"id": "106edf30-9814-456c-a065-61d2ba9ffe11", "displayName": "fabcli000004", + "parentFolderId": "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -6288,15 +6248,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '239' + - '240' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:31:46 GMT + - Fri, 06 Feb 2026 07:57:08 GMT Pragma: - no-cache RequestId: - - f6d32fcb-9f68-4979-a84b-5ed79c08fadb + - 4bc53337-2bc6-4494-8f64-fa2907bd5f8b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -6304,7 +6264,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -6322,17 +6282,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/folders?recursive=True response: body: - string: '{"value": [{"id": "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "displayName": - "fabcli000005", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, {"id": - "fbe33ae9-9112-41ea-af63-a378ee894bd8", "displayName": "fabcli000003", "parentFolderId": - "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, - {"id": "b02662f5-6010-416c-8b0d-4e90f54fa9d0", "displayName": "fabcli000004", - "parentFolderId": "fbe33ae9-9112-41ea-af63-a378ee894bd8", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}]}' + string: '{"value": [{"id": "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "displayName": + "fabcli000005", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, {"id": + "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "displayName": "fabcli000003", "parentFolderId": + "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, + {"id": "106edf30-9814-456c-a065-61d2ba9ffe11", "displayName": "fabcli000004", + "parentFolderId": "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -6341,15 +6301,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '239' + - '240' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:31:46 GMT + - Fri, 06 Feb 2026 07:57:09 GMT Pragma: - no-cache RequestId: - - 6217298a-ba6c-48bf-b367-4ffd07746ec3 + - 9d5f5a3a-837c-4c50-9805-1b3f33c4ad44 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -6357,7 +6317,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -6375,17 +6335,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/folders?recursive=True response: body: - string: '{"value": [{"id": "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "displayName": - "fabcli000005", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, {"id": - "fbe33ae9-9112-41ea-af63-a378ee894bd8", "displayName": "fabcli000003", "parentFolderId": - "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, - {"id": "b02662f5-6010-416c-8b0d-4e90f54fa9d0", "displayName": "fabcli000004", - "parentFolderId": "fbe33ae9-9112-41ea-af63-a378ee894bd8", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}]}' + string: '{"value": [{"id": "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "displayName": + "fabcli000005", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, {"id": + "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "displayName": "fabcli000003", "parentFolderId": + "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, + {"id": "106edf30-9814-456c-a065-61d2ba9ffe11", "displayName": "fabcli000004", + "parentFolderId": "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -6394,15 +6354,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '239' + - '240' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:31:47 GMT + - Fri, 06 Feb 2026 07:57:10 GMT Pragma: - no-cache RequestId: - - bb0078b0-0d51-4d8f-947b-efee9624adce + - 8f859d29-7293-4ad7-aacb-21b2772f7c8e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -6410,7 +6370,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -6428,18 +6388,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "2dea1342-7241-43e0-baa5-a58ab2a71851", "displayName": "fabcli000001", + {"id": "39a1a111-e03b-4684-841a-e0a5e631000e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "24a85a40-291d-41ea-a507-c81a1258c9ec", "displayName": "fabcli000002", + {"id": "f80ed229-5a94-47c4-b945-151d5c4e1734", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -6449,15 +6409,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '637' + - '2878' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:31:46 GMT + - Fri, 06 Feb 2026 07:57:11 GMT Pragma: - no-cache RequestId: - - 75a3ab6c-f0ea-4bbc-bd93-8e666d449855 + - 4e571a74-848b-4713-95ce-4dc9aa33b88e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -6465,7 +6425,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -6483,17 +6443,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/folders?recursive=True response: body: - string: '{"value": [{"id": "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "displayName": - "fabcli000005", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, {"id": - "fbe33ae9-9112-41ea-af63-a378ee894bd8", "displayName": "fabcli000003", "parentFolderId": - "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, - {"id": "b02662f5-6010-416c-8b0d-4e90f54fa9d0", "displayName": "fabcli000004", - "parentFolderId": "fbe33ae9-9112-41ea-af63-a378ee894bd8", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}]}' + string: '{"value": [{"id": "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "displayName": + "fabcli000005", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, {"id": + "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "displayName": "fabcli000003", "parentFolderId": + "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, + {"id": "106edf30-9814-456c-a065-61d2ba9ffe11", "displayName": "fabcli000004", + "parentFolderId": "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -6502,15 +6462,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '239' + - '240' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:31:47 GMT + - Fri, 06 Feb 2026 07:57:11 GMT Pragma: - no-cache RequestId: - - 7a7782a7-b61d-4b7a-96ab-d5f65b3c0f86 + - 81f6027e-8e6d-4289-a514-da3a6718773e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -6518,7 +6478,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -6536,17 +6496,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/folders?recursive=True response: body: - string: '{"value": [{"id": "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "displayName": - "fabcli000005", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, {"id": - "fbe33ae9-9112-41ea-af63-a378ee894bd8", "displayName": "fabcli000003", "parentFolderId": - "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, - {"id": "b02662f5-6010-416c-8b0d-4e90f54fa9d0", "displayName": "fabcli000004", - "parentFolderId": "fbe33ae9-9112-41ea-af63-a378ee894bd8", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}]}' + string: '{"value": [{"id": "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "displayName": + "fabcli000005", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, {"id": + "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "displayName": "fabcli000003", "parentFolderId": + "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, + {"id": "106edf30-9814-456c-a065-61d2ba9ffe11", "displayName": "fabcli000004", + "parentFolderId": "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -6555,15 +6515,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '239' + - '240' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:31:47 GMT + - Fri, 06 Feb 2026 07:57:12 GMT Pragma: - no-cache RequestId: - - 687203ca-486d-4f89-b14b-a778f5c70a07 + - 09d90219-5f66-4242-9609-9e444a4291d0 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -6571,7 +6531,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -6589,17 +6549,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/folders?recursive=True response: body: - string: '{"value": [{"id": "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "displayName": - "fabcli000005", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, {"id": - "fbe33ae9-9112-41ea-af63-a378ee894bd8", "displayName": "fabcli000003", "parentFolderId": - "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, - {"id": "b02662f5-6010-416c-8b0d-4e90f54fa9d0", "displayName": "fabcli000004", - "parentFolderId": "fbe33ae9-9112-41ea-af63-a378ee894bd8", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}]}' + string: '{"value": [{"id": "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "displayName": + "fabcli000005", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, {"id": + "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "displayName": "fabcli000003", "parentFolderId": + "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, + {"id": "106edf30-9814-456c-a065-61d2ba9ffe11", "displayName": "fabcli000004", + "parentFolderId": "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -6608,15 +6568,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '239' + - '240' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:31:47 GMT + - Fri, 06 Feb 2026 07:57:13 GMT Pragma: - no-cache RequestId: - - 4db201a1-f835-4d99-9fa8-ded8ee16e024 + - 448f1c19-afd6-45ca-b65b-b17016d0d749 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -6624,7 +6584,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -6642,17 +6602,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/items + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/items response: body: - string: '{"value": [{"id": "c7961b6e-a9cb-4abd-ad64-9411a98175a6", "type": "Notebook", + string: '{"value": [{"id": "929f0151-40f6-4974-a346-61295f187e4e", "type": "Notebook", "displayName": "fabcli000006", "description": "Created by fab", "workspaceId": - "24a85a40-291d-41ea-a507-c81a1258c9ec", "folderId": "fbe33ae9-9112-41ea-af63-a378ee894bd8"}, - {"id": "ce9f2bc3-e9b6-424e-986d-a0f9c0b0811a", "type": "SparkJobDefinition", + "f80ed229-5a94-47c4-b945-151d5c4e1734", "folderId": "397c7786-3d84-460c-9dc4-8d54c1eb9f1b"}, + {"id": "fb81e7f4-338b-4d77-ac4d-05fb43000131", "type": "SparkJobDefinition", "displayName": "fabcli000007", "description": "Created by fab", "workspaceId": - "24a85a40-291d-41ea-a507-c81a1258c9ec", "folderId": "b02662f5-6010-416c-8b0d-4e90f54fa9d0"}]}' + "f80ed229-5a94-47c4-b945-151d5c4e1734", "folderId": "106edf30-9814-456c-a065-61d2ba9ffe11"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -6661,15 +6621,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '284' + - '291' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:31:47 GMT + - Fri, 06 Feb 2026 07:57:13 GMT Pragma: - no-cache RequestId: - - 2f97949b-826c-48d3-8771-66f1af595402 + - 19fce5fe-d570-46c0-a3d6-65498ad79307 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -6677,7 +6637,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -6695,34 +6655,47 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/folders?recursive=True response: body: - string: '{"requestId": "8c744d8b-ba21-4ae3-ad31-9748765c96a9", "errorCode": - "RequestBlocked", "message": "Request is blocked by the upstream service until: - 9/8/2025 2:32:45 PM (UTC)"}' + string: '{"value": [{"id": "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "displayName": + "fabcli000005", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, {"id": + "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "displayName": "fabcli000003", "parentFolderId": + "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, + {"id": "106edf30-9814-456c-a065-61d2ba9ffe11", "displayName": "fabcli000004", + "parentFolderId": "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}]}' headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip Content-Length: - - '169' + - '240' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:31:47 GMT + - Fri, 06 Feb 2026 07:57:14 GMT + Pragma: + - no-cache RequestId: - - 8c744d8b-ba21-4ae3-ad31-9748765c96a9 - Retry-After: - - '58' + - a99ed911-a2d0-4231-b9d7-1f2c7e1d9f96 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' - x-ms-public-api-error-code: - - RequestBlocked status: - code: 429 - message: '' + code: 200 + message: OK - request: body: null headers: @@ -6735,17 +6708,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/folders?recursive=True response: body: - string: '{"value": [{"id": "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "displayName": - "fabcli000005", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, {"id": - "fbe33ae9-9112-41ea-af63-a378ee894bd8", "displayName": "fabcli000003", "parentFolderId": - "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, - {"id": "b02662f5-6010-416c-8b0d-4e90f54fa9d0", "displayName": "fabcli000004", - "parentFolderId": "fbe33ae9-9112-41ea-af63-a378ee894bd8", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}]}' + string: '{"value": [{"id": "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "displayName": + "fabcli000005", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, {"id": + "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "displayName": "fabcli000003", "parentFolderId": + "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, + {"id": "106edf30-9814-456c-a065-61d2ba9ffe11", "displayName": "fabcli000004", + "parentFolderId": "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -6754,15 +6727,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '239' + - '240' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:32:46 GMT + - Fri, 06 Feb 2026 07:57:15 GMT Pragma: - no-cache RequestId: - - 796424b4-24fd-4dd4-8f0e-495382434c6c + - 845f4aca-d219-4666-a5fc-ab532314da91 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -6770,7 +6743,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -6788,47 +6761,34 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/folders?recursive=True response: body: - string: '{"value": [{"id": "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "displayName": - "fabcli000005", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, {"id": - "fbe33ae9-9112-41ea-af63-a378ee894bd8", "displayName": "fabcli000003", "parentFolderId": - "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, - {"id": "b02662f5-6010-416c-8b0d-4e90f54fa9d0", "displayName": "fabcli000004", - "parentFolderId": "fbe33ae9-9112-41ea-af63-a378ee894bd8", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}]}' + string: '{"requestId": "cbddaaa2-181f-49d0-b874-ee919b709588", "errorCode": + "RequestBlocked", "message": "Request is blocked by the upstream service until: + 2/6/2026 7:58:07 AM (UTC)", "isRetriable": true}' headers: - Access-Control-Expose-Headers: - - RequestId - Cache-Control: - - no-store, must-revalidate, no-cache - Content-Encoding: - - gzip Content-Length: - - '239' + - '188' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:32:46 GMT - Pragma: - - no-cache + - Fri, 06 Feb 2026 07:57:17 GMT RequestId: - - e4a38077-697c-4bc1-a032-f6fd0870da86 - Strict-Transport-Security: - - max-age=31536000; includeSubDomains - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - deny + - cbddaaa2-181f-49d0-b874-ee919b709588 + Retry-After: + - '50' home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' + x-ms-public-api-error-code: + - RequestBlocked status: - code: 200 - message: OK + code: 429 + message: '' - request: body: null headers: @@ -6841,17 +6801,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/folders?recursive=True response: body: - string: '{"value": [{"id": "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "displayName": - "fabcli000005", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, {"id": - "fbe33ae9-9112-41ea-af63-a378ee894bd8", "displayName": "fabcli000003", "parentFolderId": - "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, - {"id": "b02662f5-6010-416c-8b0d-4e90f54fa9d0", "displayName": "fabcli000004", - "parentFolderId": "fbe33ae9-9112-41ea-af63-a378ee894bd8", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}]}' + string: '{"value": [{"id": "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "displayName": + "fabcli000005", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, {"id": + "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "displayName": "fabcli000003", "parentFolderId": + "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, + {"id": "106edf30-9814-456c-a065-61d2ba9ffe11", "displayName": "fabcli000004", + "parentFolderId": "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -6860,15 +6820,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '239' + - '240' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:32:46 GMT + - Fri, 06 Feb 2026 07:58:10 GMT Pragma: - no-cache RequestId: - - bcade08a-5c1c-48ac-b1c6-d3735c8838ba + - 561fc628-81ac-4226-b2ca-9fea2f690c4c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -6876,7 +6836,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -6894,18 +6854,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "2dea1342-7241-43e0-baa5-a58ab2a71851", "displayName": "fabcli000001", + {"id": "39a1a111-e03b-4684-841a-e0a5e631000e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "24a85a40-291d-41ea-a507-c81a1258c9ec", "displayName": "fabcli000002", + {"id": "f80ed229-5a94-47c4-b945-151d5c4e1734", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -6915,15 +6875,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '637' + - '2878' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:32:46 GMT + - Fri, 06 Feb 2026 07:58:11 GMT Pragma: - no-cache RequestId: - - ed144877-7478-4b3f-a1b8-5817cdf63f21 + - 36faed39-269b-409b-8f99-57a1297800eb Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -6931,7 +6891,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -6949,15 +6909,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/folders?recursive=True response: body: - string: '{"value": [{"id": "70b05128-1612-4e3e-9eb9-282589162460", "displayName": - "fabcli000003", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}, {"id": - "8e8d7cc6-7a30-4c9b-ada8-ccd1e2070371", "displayName": "fabcli000004", "parentFolderId": - "70b05128-1612-4e3e-9eb9-282589162460", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}]}' + string: '{"value": [{"id": "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "displayName": + "fabcli000003", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}, {"id": + "b6217fa4-8911-4c8b-98c4-2507fb6fb87c", "displayName": "fabcli000004", "parentFolderId": + "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -6966,15 +6926,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '202' + - '201' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:32:46 GMT + - Fri, 06 Feb 2026 07:58:12 GMT Pragma: - no-cache RequestId: - - 22d41dae-2643-4418-bc84-559522445f12 + - c4e8c43c-8343-4a34-a3e0-bf03f1a9891e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -6982,7 +6942,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -7000,15 +6960,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/folders?recursive=True response: body: - string: '{"value": [{"id": "70b05128-1612-4e3e-9eb9-282589162460", "displayName": - "fabcli000003", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}, {"id": - "8e8d7cc6-7a30-4c9b-ada8-ccd1e2070371", "displayName": "fabcli000004", "parentFolderId": - "70b05128-1612-4e3e-9eb9-282589162460", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}]}' + string: '{"value": [{"id": "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "displayName": + "fabcli000003", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}, {"id": + "b6217fa4-8911-4c8b-98c4-2507fb6fb87c", "displayName": "fabcli000004", "parentFolderId": + "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -7017,15 +6977,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '202' + - '201' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:32:46 GMT + - Fri, 06 Feb 2026 07:58:12 GMT Pragma: - no-cache RequestId: - - d402d5f3-0861-4c2c-b834-6d135fe2ba57 + - b9cd1235-40ba-4480-9173-90107a10dacf Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -7033,7 +6993,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -7051,17 +7011,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/items + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/items response: body: - string: '{"value": [{"id": "c8e30cfe-d36f-455a-8644-9594cbd94866", "type": "Notebook", + string: '{"value": [{"id": "92270156-79b2-409b-bd1a-bad40cff71fe", "type": "Notebook", "displayName": "fabcli000006", "description": "Created by fab", "workspaceId": - "2dea1342-7241-43e0-baa5-a58ab2a71851", "folderId": "70b05128-1612-4e3e-9eb9-282589162460"}, - {"id": "bc89aa6a-c2d1-4fbf-9ca6-613e223ace5e", "type": "SparkJobDefinition", + "39a1a111-e03b-4684-841a-e0a5e631000e", "folderId": "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe"}, + {"id": "a4517be4-4347-4fc9-9a6a-2dea722c8909", "type": "SparkJobDefinition", "displayName": "fabcli000007", "description": "Created by fab", "workspaceId": - "2dea1342-7241-43e0-baa5-a58ab2a71851", "folderId": "8e8d7cc6-7a30-4c9b-ada8-ccd1e2070371"}]}' + "39a1a111-e03b-4684-841a-e0a5e631000e", "folderId": "b6217fa4-8911-4c8b-98c4-2507fb6fb87c"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -7070,15 +7030,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '288' + - '289' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:32:46 GMT + - Fri, 06 Feb 2026 07:58:13 GMT Pragma: - no-cache RequestId: - - 34c13176-56e9-47d3-bd68-09d007a28984 + - b32f1e62-9dca-49fa-a962-fd9cb896fa1a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -7086,7 +7046,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -7104,15 +7064,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/folders?recursive=True response: body: - string: '{"value": [{"id": "70b05128-1612-4e3e-9eb9-282589162460", "displayName": - "fabcli000003", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}, {"id": - "8e8d7cc6-7a30-4c9b-ada8-ccd1e2070371", "displayName": "fabcli000004", "parentFolderId": - "70b05128-1612-4e3e-9eb9-282589162460", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}]}' + string: '{"value": [{"id": "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "displayName": + "fabcli000003", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}, {"id": + "b6217fa4-8911-4c8b-98c4-2507fb6fb87c", "displayName": "fabcli000004", "parentFolderId": + "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -7121,15 +7081,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '202' + - '201' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:32:46 GMT + - Fri, 06 Feb 2026 07:58:15 GMT Pragma: - no-cache RequestId: - - d6c36435-dc03-4730-acbc-2a3e0053236d + - aef7f152-0242-40c7-b995-06e0c6e020f5 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -7137,7 +7097,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -7155,15 +7115,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/folders?recursive=True response: body: - string: '{"value": [{"id": "70b05128-1612-4e3e-9eb9-282589162460", "displayName": - "fabcli000003", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}, {"id": - "8e8d7cc6-7a30-4c9b-ada8-ccd1e2070371", "displayName": "fabcli000004", "parentFolderId": - "70b05128-1612-4e3e-9eb9-282589162460", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}]}' + string: '{"value": [{"id": "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "displayName": + "fabcli000003", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}, {"id": + "b6217fa4-8911-4c8b-98c4-2507fb6fb87c", "displayName": "fabcli000004", "parentFolderId": + "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -7172,15 +7132,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '202' + - '201' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:32:47 GMT + - Fri, 06 Feb 2026 07:58:15 GMT Pragma: - no-cache RequestId: - - 4494e400-f888-432c-9999-4022a83987a4 + - ecc33e69-948d-4dd8-b9f2-903e71041105 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -7188,7 +7148,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -7208,9 +7168,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/items/bc89aa6a-c2d1-4fbf-9ca6-613e223ace5e + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/items/a4517be4-4347-4fc9-9a6a-2dea722c8909 response: body: string: '' @@ -7226,11 +7186,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:32:47 GMT + - Fri, 06 Feb 2026 07:58:15 GMT Pragma: - no-cache RequestId: - - 18a61350-7ef7-4885-a5e7-92b768251112 + - 48bd7b43-14ed-4b0d-9963-a966392e13ab Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -7238,7 +7198,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -7256,18 +7216,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "2dea1342-7241-43e0-baa5-a58ab2a71851", "displayName": "fabcli000001", + {"id": "39a1a111-e03b-4684-841a-e0a5e631000e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "24a85a40-291d-41ea-a507-c81a1258c9ec", "displayName": "fabcli000002", + {"id": "f80ed229-5a94-47c4-b945-151d5c4e1734", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -7277,15 +7237,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '637' + - '2878' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:32:47 GMT + - Fri, 06 Feb 2026 07:58:17 GMT Pragma: - no-cache RequestId: - - f8425357-8fd6-46ee-ac92-6e318909a6e0 + - ebd0646b-8e75-4101-80e7-499e8db8571c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -7293,7 +7253,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -7311,15 +7271,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/folders?recursive=True response: body: - string: '{"value": [{"id": "70b05128-1612-4e3e-9eb9-282589162460", "displayName": - "fabcli000003", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}, {"id": - "8e8d7cc6-7a30-4c9b-ada8-ccd1e2070371", "displayName": "fabcli000004", "parentFolderId": - "70b05128-1612-4e3e-9eb9-282589162460", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}]}' + string: '{"value": [{"id": "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "displayName": + "fabcli000003", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}, {"id": + "b6217fa4-8911-4c8b-98c4-2507fb6fb87c", "displayName": "fabcli000004", "parentFolderId": + "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -7328,15 +7288,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '202' + - '201' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:32:47 GMT + - Fri, 06 Feb 2026 07:58:17 GMT Pragma: - no-cache RequestId: - - 8ca30c9a-80ad-48b2-a7d8-e8944d85ade3 + - 4032e33a-e9a9-4f65-829e-c3cdd6c67fc1 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -7344,7 +7304,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -7362,14 +7322,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/items + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/items response: body: - string: '{"value": [{"id": "c8e30cfe-d36f-455a-8644-9594cbd94866", "type": "Notebook", + string: '{"value": [{"id": "92270156-79b2-409b-bd1a-bad40cff71fe", "type": "Notebook", "displayName": "fabcli000006", "description": "Created by fab", "workspaceId": - "2dea1342-7241-43e0-baa5-a58ab2a71851", "folderId": "70b05128-1612-4e3e-9eb9-282589162460"}]}' + "39a1a111-e03b-4684-841a-e0a5e631000e", "folderId": "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -7378,15 +7338,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '208' + - '209' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:32:47 GMT + - Fri, 06 Feb 2026 07:58:18 GMT Pragma: - no-cache RequestId: - - 5d9ec41e-04fe-4062-a347-7c54b2d804e7 + - c27d989b-eafc-4a7b-943e-6529735be928 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -7394,7 +7354,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -7412,15 +7372,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/folders?recursive=True response: body: - string: '{"value": [{"id": "70b05128-1612-4e3e-9eb9-282589162460", "displayName": - "fabcli000003", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}, {"id": - "8e8d7cc6-7a30-4c9b-ada8-ccd1e2070371", "displayName": "fabcli000004", "parentFolderId": - "70b05128-1612-4e3e-9eb9-282589162460", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}]}' + string: '{"value": [{"id": "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "displayName": + "fabcli000003", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}, {"id": + "b6217fa4-8911-4c8b-98c4-2507fb6fb87c", "displayName": "fabcli000004", "parentFolderId": + "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -7429,15 +7389,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '202' + - '201' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:32:47 GMT + - Fri, 06 Feb 2026 07:58:19 GMT Pragma: - no-cache RequestId: - - 8f601d7f-710e-4b4d-91fe-2427be817f5c + - 3cf2cf92-10db-4b8e-9053-08afce841e12 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -7445,7 +7405,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -7465,9 +7425,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/items/c8e30cfe-d36f-455a-8644-9594cbd94866 + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/items/92270156-79b2-409b-bd1a-bad40cff71fe response: body: string: '' @@ -7483,11 +7443,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:32:47 GMT + - Fri, 06 Feb 2026 07:58:20 GMT Pragma: - no-cache RequestId: - - 9de10135-6a7e-435a-86ad-7cc45546bea2 + - 722f0be0-ce43-45d6-8aa2-c23004257bf2 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -7495,7 +7455,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -7513,18 +7473,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "2dea1342-7241-43e0-baa5-a58ab2a71851", "displayName": "fabcli000001", + {"id": "39a1a111-e03b-4684-841a-e0a5e631000e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "24a85a40-291d-41ea-a507-c81a1258c9ec", "displayName": "fabcli000002", + {"id": "f80ed229-5a94-47c4-b945-151d5c4e1734", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -7534,15 +7494,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '637' + - '2878' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:32:48 GMT + - Fri, 06 Feb 2026 07:58:21 GMT Pragma: - no-cache RequestId: - - c300adbc-8490-4ef4-855b-261f9e4932bb + - ce774f3f-5d56-49a8-a6bc-95693f14e7a5 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -7550,7 +7510,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -7568,15 +7528,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/folders?recursive=True response: body: - string: '{"value": [{"id": "70b05128-1612-4e3e-9eb9-282589162460", "displayName": - "fabcli000003", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}, {"id": - "8e8d7cc6-7a30-4c9b-ada8-ccd1e2070371", "displayName": "fabcli000004", "parentFolderId": - "70b05128-1612-4e3e-9eb9-282589162460", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}]}' + string: '{"value": [{"id": "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "displayName": + "fabcli000003", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}, {"id": + "b6217fa4-8911-4c8b-98c4-2507fb6fb87c", "displayName": "fabcli000004", "parentFolderId": + "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -7585,15 +7545,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '202' + - '201' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:32:48 GMT + - Fri, 06 Feb 2026 07:58:22 GMT Pragma: - no-cache RequestId: - - d4ff8d66-2d1a-4446-a901-ed5f6bb5c5ce + - 15972ee7-a983-4c06-8b66-57dbdcee9bb3 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -7601,7 +7561,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -7619,55 +7579,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/folders?recursive=True response: body: - string: '{"requestId": "39a65821-1ace-401d-952b-18bb3bdd0e20", "errorCode": - "RequestBlocked", "message": "Request is blocked by the upstream service until: - 9/8/2025 2:33:46 PM (UTC)"}' - headers: - Content-Length: - - '169' - Content-Type: - - application/json; charset=utf-8 - Date: - - Mon, 08 Sep 2025 14:32:48 GMT - RequestId: - - 39a65821-1ace-401d-952b-18bb3bdd0e20 - Retry-After: - - '58' - home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ - request-redirected: - - 'true' - x-ms-public-api-error-code: - - RequestBlocked - status: - code: 429 - message: '' -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Type: - - application/json - User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 - method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/folders?recursive=True - response: - body: - string: '{"value": [{"id": "70b05128-1612-4e3e-9eb9-282589162460", "displayName": - "fabcli000003", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}, {"id": - "8e8d7cc6-7a30-4c9b-ada8-ccd1e2070371", "displayName": "fabcli000004", "parentFolderId": - "70b05128-1612-4e3e-9eb9-282589162460", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}]}' + string: '{"value": [{"id": "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "displayName": + "fabcli000003", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}, {"id": + "b6217fa4-8911-4c8b-98c4-2507fb6fb87c", "displayName": "fabcli000004", "parentFolderId": + "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -7676,15 +7596,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '202' + - '201' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:33:47 GMT + - Fri, 06 Feb 2026 07:58:23 GMT Pragma: - no-cache RequestId: - - 6f7f4c71-6ee2-4361-8f1f-f18674ef6220 + - 5b0fa4bd-b2df-439d-b3d6-a276fb958de2 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -7692,7 +7612,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -7712,9 +7632,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/folders/8e8d7cc6-7a30-4c9b-ada8-ccd1e2070371 + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/folders/b6217fa4-8911-4c8b-98c4-2507fb6fb87c response: body: string: '' @@ -7730,11 +7650,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:33:46 GMT + - Fri, 06 Feb 2026 07:58:24 GMT Pragma: - no-cache RequestId: - - 9c4b19c9-e05c-4824-8315-74692f6ab0d7 + - 3991d598-179e-420e-a7cc-df24131653b9 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -7742,7 +7662,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -7760,18 +7680,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "2dea1342-7241-43e0-baa5-a58ab2a71851", "displayName": "fabcli000001", + {"id": "39a1a111-e03b-4684-841a-e0a5e631000e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "24a85a40-291d-41ea-a507-c81a1258c9ec", "displayName": "fabcli000002", + {"id": "f80ed229-5a94-47c4-b945-151d5c4e1734", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -7781,15 +7701,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '637' + - '2878' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:33:47 GMT + - Fri, 06 Feb 2026 07:58:24 GMT Pragma: - no-cache RequestId: - - a0a91a14-da1d-47ce-ae3d-5a925440e946 + - d27590a4-c770-4380-82d2-53982e05ca2e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -7797,7 +7717,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -7815,13 +7735,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/folders?recursive=True response: body: - string: '{"value": [{"id": "70b05128-1612-4e3e-9eb9-282589162460", "displayName": - "fabcli000003", "workspaceId": "2dea1342-7241-43e0-baa5-a58ab2a71851"}]}' + string: '{"value": [{"id": "286030e4-8cb5-4735-9b6c-bdda8b2f4dfe", "displayName": + "fabcli000003", "workspaceId": "39a1a111-e03b-4684-841a-e0a5e631000e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -7834,11 +7754,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:33:47 GMT + - Fri, 06 Feb 2026 07:58:26 GMT Pragma: - no-cache RequestId: - - c578c462-548c-461e-ae0d-45c3759aade7 + - 578c740b-43f9-44f1-92d7-6efce5e96533 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -7846,7 +7766,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -7866,9 +7786,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/folders/70b05128-1612-4e3e-9eb9-282589162460 + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/folders/286030e4-8cb5-4735-9b6c-bdda8b2f4dfe response: body: string: '' @@ -7884,11 +7804,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:33:47 GMT + - Fri, 06 Feb 2026 07:58:27 GMT Pragma: - no-cache RequestId: - - 7a8d5982-2bcc-40d2-843b-7db49445b828 + - 36cd3597-3751-46a7-99fd-ceb34692da1d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -7896,7 +7816,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -7914,18 +7834,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "2dea1342-7241-43e0-baa5-a58ab2a71851", "displayName": "fabcli000001", + {"id": "39a1a111-e03b-4684-841a-e0a5e631000e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "24a85a40-291d-41ea-a507-c81a1258c9ec", "displayName": "fabcli000002", + {"id": "f80ed229-5a94-47c4-b945-151d5c4e1734", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -7935,15 +7855,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '637' + - '2878' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:33:47 GMT + - Fri, 06 Feb 2026 07:58:27 GMT Pragma: - no-cache RequestId: - - abb2186e-9c4b-4f9b-b0b6-acbaa6e571ab + - 368933cd-626d-4d20-82ed-19c3e76afdaf Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -7951,7 +7871,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -7969,9 +7889,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851/items + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e/items response: body: string: '{"value": []}' @@ -7987,11 +7907,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:33:47 GMT + - Fri, 06 Feb 2026 07:58:28 GMT Pragma: - no-cache RequestId: - - fa3713a9-742d-4cbf-bd05-51fb7a4c0345 + - 333967c7-6653-42cc-966e-7eae8627c2fa Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -7999,7 +7919,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -8019,9 +7939,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/2dea1342-7241-43e0-baa5-a58ab2a71851 + uri: https://api.fabric.microsoft.com/v1/workspaces/39a1a111-e03b-4684-841a-e0a5e631000e response: body: string: '' @@ -8037,11 +7957,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:33:47 GMT + - Fri, 06 Feb 2026 07:58:29 GMT Pragma: - no-cache RequestId: - - e92c7a99-16b4-4de5-b703-b15c80ac9e6a + - def7c6a0-94e9-42eb-b3c8-317b8c0f54fe Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -8049,7 +7969,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -8067,16 +7987,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "24a85a40-291d-41ea-a507-c81a1258c9ec", "displayName": "fabcli000002", + {"id": "f80ed229-5a94-47c4-b945-151d5c4e1734", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -8086,15 +8006,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '601' + - '2840' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:33:48 GMT + - Fri, 06 Feb 2026 07:58:29 GMT Pragma: - no-cache RequestId: - - a3931856-e912-4236-a057-25c9614a2af1 + - 235d9069-d5e7-4869-bc67-0599468785d0 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -8102,7 +8022,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -8120,17 +8040,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/items + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/items response: body: - string: '{"value": [{"id": "c7961b6e-a9cb-4abd-ad64-9411a98175a6", "type": "Notebook", + string: '{"value": [{"id": "929f0151-40f6-4974-a346-61295f187e4e", "type": "Notebook", "displayName": "fabcli000006", "description": "Created by fab", "workspaceId": - "24a85a40-291d-41ea-a507-c81a1258c9ec", "folderId": "fbe33ae9-9112-41ea-af63-a378ee894bd8"}, - {"id": "ce9f2bc3-e9b6-424e-986d-a0f9c0b0811a", "type": "SparkJobDefinition", + "f80ed229-5a94-47c4-b945-151d5c4e1734", "folderId": "397c7786-3d84-460c-9dc4-8d54c1eb9f1b"}, + {"id": "fb81e7f4-338b-4d77-ac4d-05fb43000131", "type": "SparkJobDefinition", "displayName": "fabcli000007", "description": "Created by fab", "workspaceId": - "24a85a40-291d-41ea-a507-c81a1258c9ec", "folderId": "b02662f5-6010-416c-8b0d-4e90f54fa9d0"}]}' + "f80ed229-5a94-47c4-b945-151d5c4e1734", "folderId": "106edf30-9814-456c-a065-61d2ba9ffe11"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -8139,15 +8059,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '284' + - '291' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:33:48 GMT + - Fri, 06 Feb 2026 07:58:31 GMT Pragma: - no-cache RequestId: - - 50ae6e4c-675b-4d34-bf51-02f1240169c4 + - e02c3c91-e7e0-43c6-8c2b-5485b15ec19c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -8155,7 +8075,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -8173,17 +8093,57 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/folders?recursive=True + response: + body: + string: '{"requestId": "6d71e019-c049-4f98-8fa6-c24d2d532626", "errorCode": + "RequestBlocked", "message": "Request is blocked by the upstream service until: + 2/6/2026 7:59:11 AM (UTC)", "isRetriable": true}' + headers: + Content-Length: + - '188' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:58:31 GMT + RequestId: + - 6d71e019-c049-4f98-8fa6-c24d2d532626 + Retry-After: + - '39' + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-public-api-error-code: + - RequestBlocked + status: + code: 429 + message: '' +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/folders?recursive=True response: body: - string: '{"value": [{"id": "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "displayName": - "fabcli000005", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, {"id": - "fbe33ae9-9112-41ea-af63-a378ee894bd8", "displayName": "fabcli000003", "parentFolderId": - "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, - {"id": "b02662f5-6010-416c-8b0d-4e90f54fa9d0", "displayName": "fabcli000004", - "parentFolderId": "fbe33ae9-9112-41ea-af63-a378ee894bd8", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}]}' + string: '{"value": [{"id": "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "displayName": + "fabcli000005", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, {"id": + "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "displayName": "fabcli000003", "parentFolderId": + "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, + {"id": "106edf30-9814-456c-a065-61d2ba9ffe11", "displayName": "fabcli000004", + "parentFolderId": "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -8192,15 +8152,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '239' + - '240' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:33:48 GMT + - Fri, 06 Feb 2026 07:59:14 GMT Pragma: - no-cache RequestId: - - 967f2c48-f62d-4359-bf2a-8c7ef3af0961 + - 82b5a2d5-bf1d-4e7c-ba9d-c2c00b83043a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -8208,7 +8168,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -8226,17 +8186,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734/folders?recursive=True response: body: - string: '{"value": [{"id": "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "displayName": - "fabcli000005", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, {"id": - "fbe33ae9-9112-41ea-af63-a378ee894bd8", "displayName": "fabcli000003", "parentFolderId": - "4a008c70-dec4-4473-bd3a-da3c92c3a8b0", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}, - {"id": "b02662f5-6010-416c-8b0d-4e90f54fa9d0", "displayName": "fabcli000004", - "parentFolderId": "fbe33ae9-9112-41ea-af63-a378ee894bd8", "workspaceId": "24a85a40-291d-41ea-a507-c81a1258c9ec"}]}' + string: '{"value": [{"id": "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "displayName": + "fabcli000005", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, {"id": + "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "displayName": "fabcli000003", "parentFolderId": + "197237c1-a9dd-44e4-81c8-15ae690cf0a6", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}, + {"id": "106edf30-9814-456c-a065-61d2ba9ffe11", "displayName": "fabcli000004", + "parentFolderId": "397c7786-3d84-460c-9dc4-8d54c1eb9f1b", "workspaceId": "f80ed229-5a94-47c4-b945-151d5c4e1734"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -8245,15 +8205,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '239' + - '240' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:33:48 GMT + - Fri, 06 Feb 2026 07:59:14 GMT Pragma: - no-cache RequestId: - - 4567d8aa-61cd-4162-b71f-f095b21db619 + - 3ff43611-0635-4f45-a8cc-cf14314f0288 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -8261,7 +8221,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -8281,9 +8241,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/24a85a40-291d-41ea-a507-c81a1258c9ec + uri: https://api.fabric.microsoft.com/v1/workspaces/f80ed229-5a94-47c4-b945-151d5c4e1734 response: body: string: '' @@ -8299,11 +8259,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:33:48 GMT + - Fri, 06 Feb 2026 07:59:16 GMT Pragma: - no-cache RequestId: - - 0777692e-7571-4f32-9b88-1d142d764e14 + - e5fef65a-1f9b-4eaf-90d4-1febefb33637 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -8311,7 +8271,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: diff --git a/tests/test_commands/recordings/test_commands/test_cp/test_cp_folder_to_workspace_non_recursive_failure.yaml b/tests/test_commands/recordings/test_commands/test_cp/test_cp_folder_to_workspace_non_recursive_failure.yaml index d06c6a9b..b7e1f08d 100644 --- a/tests/test_commands/recordings/test_commands/test_cp/test_cp_folder_to_workspace_non_recursive_failure.yaml +++ b/tests/test_commands/recordings/test_commands/test_cp/test_cp_folder_to_workspace_non_recursive_failure.yaml @@ -11,13 +11,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "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: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:23:13 GMT + - Fri, 06 Feb 2026 07:46:55 GMT Pragma: - no-cache RequestId: - - 621c95f1-ad7f-40c4-84d7-416a08a69b4d + - f3135b1c-3aa0-4b62-a869-2be456d97816 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -44,7 +44,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -62,13 +62,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -79,15 +79,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:23:13 GMT + - Fri, 06 Feb 2026 07:46:55 GMT Pragma: - no-cache RequestId: - - b0479e65-03fc-4134-aeca-373b520b098a + - 52e9f3e4-833d-4cdf-9a7d-9ebbb2c6f7f8 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -95,7 +95,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -113,13 +113,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 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": "F16", "region": "West Europe", "state": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": "Active"}]}' headers: Access-Control-Expose-Headers: @@ -129,15 +129,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '456' + - '424' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:23:18 GMT + - Fri, 06 Feb 2026 07:47:01 GMT Pragma: - no-cache RequestId: - - ad33274c-2ab2-4702-bfa7-5f0138b954f0 + - af147cc1-4795-4fb5-8794-9fe10a5c9237 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -145,7 +145,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -166,12 +166,12 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"id": "de21cf28-a1b0-43e4-aa15-669e0b55ccc0", "displayName": "fabcli000001", + string: '{"id": "880f932f-0f13-4ad8-8cdb-c678342510a4", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' headers: Access-Control-Expose-Headers: @@ -185,13 +185,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:23:25 GMT + - Fri, 06 Feb 2026 07:47:09 GMT Location: - - https://api.fabric.microsoft.com/v1/workspaces/de21cf28-a1b0-43e4-aa15-669e0b55ccc0 + - https://api.fabric.microsoft.com/v1/workspaces/880f932f-0f13-4ad8-8cdb-c678342510a4 Pragma: - no-cache RequestId: - - d218fb68-12f3-4a9f-92ec-1725b71dfec1 + - aa60778d-2ba0-4e0c-9f66-9d6f611a64d4 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -199,7 +199,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -217,16 +217,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "de21cf28-a1b0-43e4-aa15-669e0b55ccc0", "displayName": "fabcli000001", + {"id": "880f932f-0f13-4ad8-8cdb-c678342510a4", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -236,15 +236,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '598' + - '2839' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:23:26 GMT + - Fri, 06 Feb 2026 07:47:09 GMT Pragma: - no-cache RequestId: - - 0e06330b-0d6b-4e30-a274-0affadaf5926 + - 31ab0201-4848-414f-af3a-6c6487922ff1 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -252,7 +252,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -270,16 +270,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "de21cf28-a1b0-43e4-aa15-669e0b55ccc0", "displayName": "fabcli000001", + {"id": "880f932f-0f13-4ad8-8cdb-c678342510a4", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -289,15 +289,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '598' + - '2839' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:23:25 GMT + - Fri, 06 Feb 2026 07:47:10 GMT Pragma: - no-cache RequestId: - - fa6c4516-a064-4d47-8747-730eb7c7dc53 + - e0bdaea4-9326-4b72-9891-10f0f520b946 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -305,7 +305,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -323,13 +323,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 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": "F16", "region": "West Europe", "state": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": "Active"}]}' headers: Access-Control-Expose-Headers: @@ -339,15 +339,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '456' + - '424' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:23:31 GMT + - Fri, 06 Feb 2026 07:47:16 GMT Pragma: - no-cache RequestId: - - d7066bf4-ef55-4861-a3e1-2f32061d71f6 + - 01cd9f20-f548-42be-bc44-b3d63f041641 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -355,7 +355,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -376,12 +376,12 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"id": "d1e10f08-6f24-47ba-bef9-eaf3ccb17ae9", "displayName": "fabcli000002", + string: '{"id": "fed2fb31-d782-4c62-9aec-a03c5a9484d0", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' headers: Access-Control-Expose-Headers: @@ -395,13 +395,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:23:39 GMT + - Fri, 06 Feb 2026 07:47:24 GMT Location: - - https://api.fabric.microsoft.com/v1/workspaces/d1e10f08-6f24-47ba-bef9-eaf3ccb17ae9 + - https://api.fabric.microsoft.com/v1/workspaces/fed2fb31-d782-4c62-9aec-a03c5a9484d0 Pragma: - no-cache RequestId: - - 722ec68c-cd6c-4d67-a9f8-4472e158edbf + - 6f5e1edc-c8c4-45ac-8a66-abc4617e9f2b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -409,7 +409,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -427,18 +427,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "de21cf28-a1b0-43e4-aa15-669e0b55ccc0", "displayName": "fabcli000001", + {"id": "880f932f-0f13-4ad8-8cdb-c678342510a4", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "d1e10f08-6f24-47ba-bef9-eaf3ccb17ae9", "displayName": "fabcli000002", + {"id": "fed2fb31-d782-4c62-9aec-a03c5a9484d0", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -448,15 +448,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '632' + - '2879' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:23:39 GMT + - Fri, 06 Feb 2026 07:47:25 GMT Pragma: - no-cache RequestId: - - ab5e96f1-b41b-4825-8b88-41f550c41962 + - 3a3450b9-1810-4962-b06c-d0d967dd1e81 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -464,7 +464,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -482,9 +482,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/de21cf28-a1b0-43e4-aa15-669e0b55ccc0/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/880f932f-0f13-4ad8-8cdb-c678342510a4/folders?recursive=True response: body: string: '{"value": []}' @@ -500,11 +500,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:23:40 GMT + - Fri, 06 Feb 2026 07:47:25 GMT Pragma: - no-cache RequestId: - - 25afa226-862d-4058-89cd-cc3b2f6604e4 + - def0fe91-46af-493d-9603-d7130e9452c8 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -512,7 +512,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -530,9 +530,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/de21cf28-a1b0-43e4-aa15-669e0b55ccc0/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/880f932f-0f13-4ad8-8cdb-c678342510a4/folders?recursive=True response: body: string: '{"value": []}' @@ -548,11 +548,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:23:39 GMT + - Fri, 06 Feb 2026 07:47:26 GMT Pragma: - no-cache RequestId: - - 674ba2c6-7869-47e0-aaec-d3467f7c3418 + - 9bddd753-3931-470d-9668-d715e37fb311 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -560,7 +560,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -580,13 +580,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/de21cf28-a1b0-43e4-aa15-669e0b55ccc0/folders + uri: https://api.fabric.microsoft.com/v1/workspaces/880f932f-0f13-4ad8-8cdb-c678342510a4/folders response: body: - string: '{"id": "ecc78c4b-ce7a-4ff6-9250-566cd9bebb70", "displayName": "fabcli000003", - "workspaceId": "de21cf28-a1b0-43e4-aa15-669e0b55ccc0"}' + string: '{"id": "75141f12-346e-47c5-a201-5c936938c46d", "displayName": "fabcli000003", + "workspaceId": "880f932f-0f13-4ad8-8cdb-c678342510a4"}' headers: Access-Control-Expose-Headers: - RequestId,Location @@ -595,17 +595,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '132' + - '133' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:23:40 GMT + - Fri, 06 Feb 2026 07:47:27 GMT Location: - - https://api.fabric.microsoft.com/v1/workspaces/de21cf28-a1b0-43e4-aa15-669e0b55ccc0/folders/ecc78c4b-ce7a-4ff6-9250-566cd9bebb70 + - https://api.fabric.microsoft.com/v1/workspaces/880f932f-0f13-4ad8-8cdb-c678342510a4/folders/75141f12-346e-47c5-a201-5c936938c46d Pragma: - no-cache RequestId: - - b7e86776-8184-479d-b2eb-3ecf077bb458 + - ab8f4576-35d1-4aaa-a10a-51cbad4a3af8 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -613,7 +613,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -631,18 +631,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "de21cf28-a1b0-43e4-aa15-669e0b55ccc0", "displayName": "fabcli000001", + {"id": "880f932f-0f13-4ad8-8cdb-c678342510a4", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "d1e10f08-6f24-47ba-bef9-eaf3ccb17ae9", "displayName": "fabcli000002", + {"id": "fed2fb31-d782-4c62-9aec-a03c5a9484d0", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -652,15 +652,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '632' + - '2879' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:23:40 GMT + - Fri, 06 Feb 2026 07:47:28 GMT Pragma: - no-cache RequestId: - - b6d0d89c-3585-4f26-b411-5b3c5761873b + - 6da15cd8-0ab5-4e0a-991a-35374145d9e2 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -668,7 +668,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -686,13 +686,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/de21cf28-a1b0-43e4-aa15-669e0b55ccc0/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/880f932f-0f13-4ad8-8cdb-c678342510a4/folders?recursive=True response: body: - string: '{"value": [{"id": "ecc78c4b-ce7a-4ff6-9250-566cd9bebb70", "displayName": - "fabcli000003", "workspaceId": "de21cf28-a1b0-43e4-aa15-669e0b55ccc0"}]}' + string: '{"value": [{"id": "75141f12-346e-47c5-a201-5c936938c46d", "displayName": + "fabcli000003", "workspaceId": "880f932f-0f13-4ad8-8cdb-c678342510a4"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -701,15 +701,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '142' + - '144' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:23:40 GMT + - Fri, 06 Feb 2026 07:47:28 GMT Pragma: - no-cache RequestId: - - 707e6ceb-0baa-448f-b4f2-97889702c6f1 + - 8457418a-3481-4b39-bde9-182236e82368 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -717,7 +717,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -735,18 +735,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "de21cf28-a1b0-43e4-aa15-669e0b55ccc0", "displayName": "fabcli000001", + {"id": "880f932f-0f13-4ad8-8cdb-c678342510a4", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "d1e10f08-6f24-47ba-bef9-eaf3ccb17ae9", "displayName": "fabcli000002", + {"id": "fed2fb31-d782-4c62-9aec-a03c5a9484d0", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -756,15 +756,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '632' + - '2879' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:23:40 GMT + - Fri, 06 Feb 2026 07:47:29 GMT Pragma: - no-cache RequestId: - - 9233dcf6-de1a-432d-9928-ba705b6ddf89 + - ead56177-8790-48b6-8165-df27d89c08f4 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -772,7 +772,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -790,18 +790,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "de21cf28-a1b0-43e4-aa15-669e0b55ccc0", "displayName": "fabcli000001", + {"id": "880f932f-0f13-4ad8-8cdb-c678342510a4", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "d1e10f08-6f24-47ba-bef9-eaf3ccb17ae9", "displayName": "fabcli000002", + {"id": "fed2fb31-d782-4c62-9aec-a03c5a9484d0", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -811,15 +811,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '632' + - '2879' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:23:41 GMT + - Fri, 06 Feb 2026 07:47:29 GMT Pragma: - no-cache RequestId: - - 71303bc8-b71d-46e0-8f5a-71755568235e + - d558869d-fada-47cc-bff5-ec6b1e7821d0 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -827,7 +827,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -845,13 +845,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/de21cf28-a1b0-43e4-aa15-669e0b55ccc0/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/880f932f-0f13-4ad8-8cdb-c678342510a4/folders?recursive=True response: body: - string: '{"value": [{"id": "ecc78c4b-ce7a-4ff6-9250-566cd9bebb70", "displayName": - "fabcli000003", "workspaceId": "de21cf28-a1b0-43e4-aa15-669e0b55ccc0"}]}' + string: '{"value": [{"id": "75141f12-346e-47c5-a201-5c936938c46d", "displayName": + "fabcli000003", "workspaceId": "880f932f-0f13-4ad8-8cdb-c678342510a4"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -860,15 +860,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '142' + - '144' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:23:40 GMT + - Fri, 06 Feb 2026 07:47:30 GMT Pragma: - no-cache RequestId: - - 18fd230b-58ab-4159-ab15-cc34bed6a4ec + - 664de2d2-b70b-4416-9a41-05c0d870bfbe Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -876,7 +876,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -896,9 +896,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/de21cf28-a1b0-43e4-aa15-669e0b55ccc0/folders/ecc78c4b-ce7a-4ff6-9250-566cd9bebb70 + uri: https://api.fabric.microsoft.com/v1/workspaces/880f932f-0f13-4ad8-8cdb-c678342510a4/folders/75141f12-346e-47c5-a201-5c936938c46d response: body: string: '' @@ -914,11 +914,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:23:41 GMT + - Fri, 06 Feb 2026 07:47:31 GMT Pragma: - no-cache RequestId: - - 2d7f92c4-11ad-424a-8e89-bf40c8f0a95b + - 90521941-ad72-4429-9660-05ca4762955f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -926,7 +926,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -944,18 +944,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "de21cf28-a1b0-43e4-aa15-669e0b55ccc0", "displayName": "fabcli000001", + {"id": "880f932f-0f13-4ad8-8cdb-c678342510a4", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "d1e10f08-6f24-47ba-bef9-eaf3ccb17ae9", "displayName": "fabcli000002", + {"id": "fed2fb31-d782-4c62-9aec-a03c5a9484d0", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -965,15 +965,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '632' + - '2879' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:23:41 GMT + - Fri, 06 Feb 2026 07:47:31 GMT Pragma: - no-cache RequestId: - - 36031d6f-5d32-403c-8c91-ecf65d66518e + - 592f2b33-e86e-44c3-9621-33c0de823b92 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -981,7 +981,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -999,9 +999,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/de21cf28-a1b0-43e4-aa15-669e0b55ccc0/items + uri: https://api.fabric.microsoft.com/v1/workspaces/880f932f-0f13-4ad8-8cdb-c678342510a4/items response: body: string: '{"value": []}' @@ -1017,11 +1017,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:23:41 GMT + - Fri, 06 Feb 2026 07:47:32 GMT Pragma: - no-cache RequestId: - - 6bf124a6-2355-4d3d-ad44-c7adcdef6dd4 + - 2307e8e9-ea86-4042-9e2a-e75bf3c8ac29 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1029,7 +1029,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1049,9 +1049,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/de21cf28-a1b0-43e4-aa15-669e0b55ccc0 + uri: https://api.fabric.microsoft.com/v1/workspaces/880f932f-0f13-4ad8-8cdb-c678342510a4 response: body: string: '' @@ -1067,11 +1067,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:23:41 GMT + - Fri, 06 Feb 2026 07:47:33 GMT Pragma: - no-cache RequestId: - - 73c8c547-09d3-4ad7-8e3f-26546b5b06a9 + - 8492b116-172a-4507-b965-428983cc7953 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1079,7 +1079,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1097,16 +1097,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "d1e10f08-6f24-47ba-bef9-eaf3ccb17ae9", "displayName": "fabcli000002", + {"id": "fed2fb31-d782-4c62-9aec-a03c5a9484d0", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -1116,15 +1116,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '599' + - '2845' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:23:41 GMT + - Fri, 06 Feb 2026 07:47:34 GMT Pragma: - no-cache RequestId: - - 5d3baef3-d532-4c30-901c-94e7dd302817 + - 072c0a10-b39f-428c-8323-f00d8e8a507b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1132,7 +1132,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1150,9 +1150,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/d1e10f08-6f24-47ba-bef9-eaf3ccb17ae9/items + uri: https://api.fabric.microsoft.com/v1/workspaces/fed2fb31-d782-4c62-9aec-a03c5a9484d0/items response: body: string: '{"value": []}' @@ -1168,11 +1168,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:23:41 GMT + - Fri, 06 Feb 2026 07:47:35 GMT Pragma: - no-cache RequestId: - - 939f7295-490f-4c0c-9542-cafbc98e8027 + - 60899624-3be9-44a4-b135-bf4bd6191bf0 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1180,7 +1180,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1200,9 +1200,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/d1e10f08-6f24-47ba-bef9-eaf3ccb17ae9 + uri: https://api.fabric.microsoft.com/v1/workspaces/fed2fb31-d782-4c62-9aec-a03c5a9484d0 response: body: string: '' @@ -1218,11 +1218,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:23:42 GMT + - Fri, 06 Feb 2026 07:47:36 GMT Pragma: - no-cache RequestId: - - 26f878b5-f990-4baf-9128-5e2473737a9c + - a2d3e594-adea-4ce4-85d4-33bb16754951 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1230,7 +1230,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: diff --git a/tests/test_commands/recordings/test_commands/test_cp/test_cp_folder_to_workspace_sucess.yaml b/tests/test_commands/recordings/test_commands/test_cp/test_cp_folder_to_workspace_sucess.yaml index 8249f190..9a4bf380 100644 --- a/tests/test_commands/recordings/test_commands/test_cp/test_cp_folder_to_workspace_sucess.yaml +++ b/tests/test_commands/recordings/test_commands/test_cp/test_cp_folder_to_workspace_sucess.yaml @@ -11,13 +11,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "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: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:23:42 GMT + - Fri, 06 Feb 2026 07:47:37 GMT Pragma: - no-cache RequestId: - - 066ba2fa-cee5-4d7e-85fd-c963fd30f492 + - 420944be-d1bc-4842-b0eb-516cfffd0071 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -44,7 +44,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -62,13 +62,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -79,15 +79,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:23:42 GMT + - Fri, 06 Feb 2026 07:47:37 GMT Pragma: - no-cache RequestId: - - 0ce161e4-a3d0-412f-8a27-70787a5458e7 + - eb62193b-b6e8-40b4-ae4b-2ab7bc9d66d2 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -95,7 +95,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -113,13 +113,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 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": "F16", "region": "West Europe", "state": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": "Active"}]}' headers: Access-Control-Expose-Headers: @@ -129,15 +129,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '456' + - '424' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:23:46 GMT + - Fri, 06 Feb 2026 07:47:43 GMT Pragma: - no-cache RequestId: - - cffd8934-0e05-4c9b-8549-50814f55583c + - 1ffdce57-0ee5-4005-b044-2de9df00c130 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -145,7 +145,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -166,12 +166,12 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"id": "9417c456-60df-436f-bd3e-0240daf4fe75", "displayName": "fabcli000001", + string: '{"id": "53297cef-1d90-40ae-88f7-07170438ec2f", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' headers: Access-Control-Expose-Headers: @@ -181,17 +181,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '166' + - '167' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:23:51 GMT + - Fri, 06 Feb 2026 07:47:51 GMT Location: - - https://api.fabric.microsoft.com/v1/workspaces/9417c456-60df-436f-bd3e-0240daf4fe75 + - https://api.fabric.microsoft.com/v1/workspaces/53297cef-1d90-40ae-88f7-07170438ec2f Pragma: - no-cache RequestId: - - d3b3cb86-80b2-45e3-a9d4-1e11999936b0 + - 7fbcca60-68b1-4d43-bb5d-021ae4bd0086 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -199,7 +199,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -217,16 +217,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "9417c456-60df-436f-bd3e-0240daf4fe75", "displayName": "fabcli000001", + {"id": "53297cef-1d90-40ae-88f7-07170438ec2f", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -236,15 +236,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '601' + - '2841' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:23:52 GMT + - Fri, 06 Feb 2026 07:47:52 GMT Pragma: - no-cache RequestId: - - 4826d264-202b-4483-af29-e8735c100671 + - ce6ad327-bfe8-400c-9421-37d61ab26b2c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -252,7 +252,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -270,16 +270,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "9417c456-60df-436f-bd3e-0240daf4fe75", "displayName": "fabcli000001", + {"id": "53297cef-1d90-40ae-88f7-07170438ec2f", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -289,15 +289,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '601' + - '2841' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:23:52 GMT + - Fri, 06 Feb 2026 07:47:52 GMT Pragma: - no-cache RequestId: - - cf967748-ff8d-4c3a-8e4b-c4aa905134ef + - 4c517a68-cc87-430a-af81-6868787de247 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -305,7 +305,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -323,13 +323,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 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": "F16", "region": "West Europe", "state": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": "Active"}]}' headers: Access-Control-Expose-Headers: @@ -339,15 +339,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '456' + - '424' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:23:57 GMT + - Fri, 06 Feb 2026 07:47:58 GMT Pragma: - no-cache RequestId: - - 7a494d24-9cd1-4ff8-84c1-478f073dc5cf + - 0c450565-13b7-4faf-a9bf-67ede8deadf9 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -355,7 +355,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -376,12 +376,12 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"id": "04d4e19b-b223-4a61-85ef-bb6d2fff51e7", "displayName": "fabcli000002", + string: '{"id": "13bc1b7a-612b-49a6-a134-e09fb0e565a7", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' headers: Access-Control-Expose-Headers: @@ -395,13 +395,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:24:05 GMT + - Fri, 06 Feb 2026 07:48:05 GMT Location: - - https://api.fabric.microsoft.com/v1/workspaces/04d4e19b-b223-4a61-85ef-bb6d2fff51e7 + - https://api.fabric.microsoft.com/v1/workspaces/13bc1b7a-612b-49a6-a134-e09fb0e565a7 Pragma: - no-cache RequestId: - - ccce6d6d-abac-4e4b-9e1c-b82f3f2158a2 + - cc47ad82-95cc-40fd-94e6-b8ff6e33e680 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -409,7 +409,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -427,18 +427,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "9417c456-60df-436f-bd3e-0240daf4fe75", "displayName": "fabcli000001", + {"id": "53297cef-1d90-40ae-88f7-07170438ec2f", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "04d4e19b-b223-4a61-85ef-bb6d2fff51e7", "displayName": "fabcli000002", + {"id": "13bc1b7a-612b-49a6-a134-e09fb0e565a7", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -448,15 +448,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '638' + - '2878' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:24:05 GMT + - Fri, 06 Feb 2026 07:48:07 GMT Pragma: - no-cache RequestId: - - 7e1c77cd-17fb-46fb-a3b2-631abe50cea7 + - ab0c6401-c0cf-4ed5-8425-f6f0c7a9fcff Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -464,7 +464,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -482,9 +482,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9417c456-60df-436f-bd3e-0240daf4fe75/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/53297cef-1d90-40ae-88f7-07170438ec2f/folders?recursive=True response: body: string: '{"value": []}' @@ -500,11 +500,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:24:05 GMT + - Fri, 06 Feb 2026 07:48:07 GMT Pragma: - no-cache RequestId: - - ca9f1d5c-0bd6-4faa-a8a2-147a3b79fb94 + - 365bec2f-7217-4be3-92dc-c478c8b77828 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -512,7 +512,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -530,9 +530,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9417c456-60df-436f-bd3e-0240daf4fe75/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/53297cef-1d90-40ae-88f7-07170438ec2f/folders?recursive=True response: body: string: '{"value": []}' @@ -548,11 +548,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:24:05 GMT + - Fri, 06 Feb 2026 07:48:08 GMT Pragma: - no-cache RequestId: - - 8d4cccea-f970-4785-a4df-393d418b50aa + - 63981d71-88b3-405b-8fcf-0872de3c6465 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -560,7 +560,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -580,13 +580,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/9417c456-60df-436f-bd3e-0240daf4fe75/folders + uri: https://api.fabric.microsoft.com/v1/workspaces/53297cef-1d90-40ae-88f7-07170438ec2f/folders response: body: - string: '{"id": "bb0c90b9-9186-48a6-b3ad-7a1716a085fc", "displayName": "fabcli000003", - "workspaceId": "9417c456-60df-436f-bd3e-0240daf4fe75"}' + string: '{"id": "4cb417a0-e34f-4733-b1d8-045c6b4e09ef", "displayName": "fabcli000003", + "workspaceId": "53297cef-1d90-40ae-88f7-07170438ec2f"}' headers: Access-Control-Expose-Headers: - RequestId,Location @@ -599,13 +599,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:24:06 GMT + - Fri, 06 Feb 2026 07:48:08 GMT Location: - - https://api.fabric.microsoft.com/v1/workspaces/9417c456-60df-436f-bd3e-0240daf4fe75/folders/bb0c90b9-9186-48a6-b3ad-7a1716a085fc + - https://api.fabric.microsoft.com/v1/workspaces/53297cef-1d90-40ae-88f7-07170438ec2f/folders/4cb417a0-e34f-4733-b1d8-045c6b4e09ef Pragma: - no-cache RequestId: - - 2b330a7c-0b0a-427c-ac9c-2b4f8f90fb2c + - 75d7def9-5073-479f-a8b1-9740d0da0cda Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -613,7 +613,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -631,18 +631,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "9417c456-60df-436f-bd3e-0240daf4fe75", "displayName": "fabcli000001", + {"id": "53297cef-1d90-40ae-88f7-07170438ec2f", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "04d4e19b-b223-4a61-85ef-bb6d2fff51e7", "displayName": "fabcli000002", + {"id": "13bc1b7a-612b-49a6-a134-e09fb0e565a7", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -652,15 +652,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '638' + - '2878' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:24:05 GMT + - Fri, 06 Feb 2026 07:48:10 GMT Pragma: - no-cache RequestId: - - b6b7db6a-f78b-432c-94aa-2c6e2b91bf2a + - dfb16298-1516-4b57-9416-78232c015ede Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -668,7 +668,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -686,13 +686,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9417c456-60df-436f-bd3e-0240daf4fe75/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/53297cef-1d90-40ae-88f7-07170438ec2f/folders?recursive=True response: body: - string: '{"value": [{"id": "bb0c90b9-9186-48a6-b3ad-7a1716a085fc", "displayName": - "fabcli000003", "workspaceId": "9417c456-60df-436f-bd3e-0240daf4fe75"}]}' + string: '{"value": [{"id": "4cb417a0-e34f-4733-b1d8-045c6b4e09ef", "displayName": + "fabcli000003", "workspaceId": "53297cef-1d90-40ae-88f7-07170438ec2f"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -705,11 +705,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:24:06 GMT + - Fri, 06 Feb 2026 07:48:10 GMT Pragma: - no-cache RequestId: - - ef691e62-dbae-4f79-a464-57c7903d5e82 + - 93873027-27ae-40db-ba3f-fc53b136befe Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -717,7 +717,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -735,9 +735,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9417c456-60df-436f-bd3e-0240daf4fe75/items + uri: https://api.fabric.microsoft.com/v1/workspaces/53297cef-1d90-40ae-88f7-07170438ec2f/items response: body: string: '{"value": []}' @@ -753,11 +753,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:24:06 GMT + - Fri, 06 Feb 2026 07:48:11 GMT Pragma: - no-cache RequestId: - - 4c1fad84-1cdb-4abd-bd8c-c216f74b6ac1 + - 40229745-a62d-429a-8c21-7e247e32431c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -765,7 +765,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -783,9 +783,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9417c456-60df-436f-bd3e-0240daf4fe75/items + uri: https://api.fabric.microsoft.com/v1/workspaces/53297cef-1d90-40ae-88f7-07170438ec2f/items response: body: string: '{"value": []}' @@ -801,11 +801,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:24:06 GMT + - Fri, 06 Feb 2026 07:48:12 GMT Pragma: - no-cache RequestId: - - ef5bf4dd-1f93-4bf2-ba31-f14346450021 + - e6543136-90af-4490-abba-2077dfcf1d1d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -813,7 +813,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -821,7 +821,7 @@ interactions: message: OK - request: body: '{"description": "Created by fab", "displayName": "fabcli000004", "type": - "Notebook", "folderId": "bb0c90b9-9186-48a6-b3ad-7a1716a085fc", "definition": + "Notebook", "folderId": "4cb417a0-e34f-4733-b1d8-045c6b4e09ef", "definition": {"parts": [{"path": "notebook-content.py", "payload": "IyBGYWJyaWMgbm90ZWJvb2sgc291cmNlCgojIE1FVEFEQVRBICoqKioqKioqKioqKioqKioqKioqCgojIE1FVEEgewojIE1FVEEgICAia2VybmVsX2luZm8iOiB7CiMgTUVUQSAgICAgIm5hbWUiOiAic3luYXBzZV9weXNwYXJrIgojIE1FVEEgICB9LAojIE1FVEEgICAiZGVwZW5kZW5jaWVzIjoge30KIyBNRVRBIH0KCiMgQ0VMTCAqKioqKioqKioqKioqKioqKioqKgoKIyBXZWxjb21lIHRvIHlvdXIgbmV3IG5vdGVib29rCiMgVHlwZSBoZXJlIGluIHRoZSBjZWxsIGVkaXRvciB0byBhZGQgY29kZSEKCgojIE1FVEFEQVRBICoqKioqKioqKioqKioqKioqKioqCgojIE1FVEEgewojIE1FVEEgICAibGFuZ3VhZ2UiOiAicHl0aG9uIiwKIyBNRVRBICAgImxhbmd1YWdlX2dyb3VwIjogInN5bmFwc2VfcHlzcGFyayIKIyBNRVRBIH0K", "payloadType": "InlineBase64"}]}}' headers: @@ -836,9 +836,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/9417c456-60df-436f-bd3e-0240daf4fe75/notebooks + uri: https://api.fabric.microsoft.com/v1/workspaces/53297cef-1d90-40ae-88f7-07170438ec2f/notebooks response: body: string: 'null' @@ -854,15 +854,15 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:24:07 GMT + - Fri, 06 Feb 2026 07:48:14 GMT ETag: - '""' Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/297e8c39-b2ef-4186-8122-032691ab8637 + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/cb96d310-3f09-46b9-8110-939746f8c493 Pragma: - no-cache RequestId: - - f1a24775-672d-4bf1-b0bc-3685c751f460 + - 2a74b63c-6cbe-4e06-b94e-10416e6c754f Retry-After: - '20' Strict-Transport-Security: @@ -872,11 +872,11 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' x-ms-operation-id: - - 297e8c39-b2ef-4186-8122-032691ab8637 + - cb96d310-3f09-46b9-8110-939746f8c493 status: code: 202 message: Accepted @@ -892,13 +892,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/297e8c39-b2ef-4186-8122-032691ab8637 + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/cb96d310-3f09-46b9-8110-939746f8c493 response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2025-09-08T14:24:07.4167887", - "lastUpdatedTimeUtc": "2025-09-08T14:24:09.4793239", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-06T07:48:13.8489931", + "lastUpdatedTimeUtc": "2026-02-06T07:48:17.2711496", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -908,17 +908,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '132' + - '131' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:24:28 GMT + - Fri, 06 Feb 2026 07:48:36 GMT Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/297e8c39-b2ef-4186-8122-032691ab8637/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/cb96d310-3f09-46b9-8110-939746f8c493/result Pragma: - no-cache RequestId: - - 16bda0e1-dc7f-490a-abdb-74ae7e8b1f30 + - 3a9acdf0-97fd-4abf-87a9-db11954d8432 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -926,7 +926,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - 297e8c39-b2ef-4186-8122-032691ab8637 + - cb96d310-3f09-46b9-8110-939746f8c493 status: code: 200 message: OK @@ -942,14 +942,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/297e8c39-b2ef-4186-8122-032691ab8637/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/cb96d310-3f09-46b9-8110-939746f8c493/result response: body: - string: '{"id": "78b92bf4-5f05-4f25-ad04-88a30ec35d57", "type": "Notebook", + string: '{"id": "bf2d1795-59e1-4e4c-a1ea-e07d1fe76b72", "type": "Notebook", "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": - "9417c456-60df-436f-bd3e-0240daf4fe75", "folderId": "bb0c90b9-9186-48a6-b3ad-7a1716a085fc"}' + "53297cef-1d90-40ae-88f7-07170438ec2f", "folderId": "4cb417a0-e34f-4733-b1d8-045c6b4e09ef"}' headers: Access-Control-Expose-Headers: - RequestId @@ -960,11 +960,11 @@ interactions: Content-Type: - application/json Date: - - Mon, 08 Sep 2025 14:24:28 GMT + - Fri, 06 Feb 2026 07:48:37 GMT Pragma: - no-cache RequestId: - - 8edcc352-0dca-43dd-90e1-b01b801f924b + - 6e2effd6-3d39-49a5-9ce8-671db9f1eb9c Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -988,18 +988,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "9417c456-60df-436f-bd3e-0240daf4fe75", "displayName": "fabcli000001", + {"id": "53297cef-1d90-40ae-88f7-07170438ec2f", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "04d4e19b-b223-4a61-85ef-bb6d2fff51e7", "displayName": "fabcli000002", + {"id": "13bc1b7a-612b-49a6-a134-e09fb0e565a7", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -1009,15 +1009,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '638' + - '2878' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:24:28 GMT + - Fri, 06 Feb 2026 07:48:38 GMT Pragma: - no-cache RequestId: - - c329f290-dc4c-4085-bef5-0ae68fb0ca64 + - b4b151b8-3d39-4c32-bb7c-f892e8217354 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1025,7 +1025,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1043,13 +1043,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9417c456-60df-436f-bd3e-0240daf4fe75/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/53297cef-1d90-40ae-88f7-07170438ec2f/folders?recursive=True response: body: - string: '{"value": [{"id": "bb0c90b9-9186-48a6-b3ad-7a1716a085fc", "displayName": - "fabcli000003", "workspaceId": "9417c456-60df-436f-bd3e-0240daf4fe75"}]}' + string: '{"value": [{"id": "4cb417a0-e34f-4733-b1d8-045c6b4e09ef", "displayName": + "fabcli000003", "workspaceId": "53297cef-1d90-40ae-88f7-07170438ec2f"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1062,11 +1062,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:24:28 GMT + - Fri, 06 Feb 2026 07:48:38 GMT Pragma: - no-cache RequestId: - - b1e3086e-31e6-41c3-a021-db308535592f + - 1cf9d223-fd85-44dc-89ff-c2d41b443bfc Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1074,7 +1074,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1092,18 +1092,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "9417c456-60df-436f-bd3e-0240daf4fe75", "displayName": "fabcli000001", + {"id": "53297cef-1d90-40ae-88f7-07170438ec2f", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "04d4e19b-b223-4a61-85ef-bb6d2fff51e7", "displayName": "fabcli000002", + {"id": "13bc1b7a-612b-49a6-a134-e09fb0e565a7", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -1113,15 +1113,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '638' + - '2878' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:24:28 GMT + - Fri, 06 Feb 2026 07:48:40 GMT Pragma: - no-cache RequestId: - - dc8df25e-ba09-48fa-b0d6-34caaa672edb + - 217332d3-2979-41fa-9b1e-1d088c57df6c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1129,7 +1129,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1147,18 +1147,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "9417c456-60df-436f-bd3e-0240daf4fe75", "displayName": "fabcli000001", + {"id": "53297cef-1d90-40ae-88f7-07170438ec2f", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "04d4e19b-b223-4a61-85ef-bb6d2fff51e7", "displayName": "fabcli000002", + {"id": "13bc1b7a-612b-49a6-a134-e09fb0e565a7", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -1168,15 +1168,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '638' + - '2878' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:24:28 GMT + - Fri, 06 Feb 2026 07:48:40 GMT Pragma: - no-cache RequestId: - - 68ff8017-d7db-4be9-a1b1-f6556794355a + - 05e0c758-a1e3-4345-86f0-6ee1ea97a28c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1184,7 +1184,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1202,9 +1202,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/04d4e19b-b223-4a61-85ef-bb6d2fff51e7/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/13bc1b7a-612b-49a6-a134-e09fb0e565a7/folders?recursive=True response: body: string: '{"value": []}' @@ -1220,11 +1220,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:24:28 GMT + - Fri, 06 Feb 2026 07:48:41 GMT Pragma: - no-cache RequestId: - - 1a5bea62-5b69-4293-9980-78587867fa29 + - 6cbc209e-c3b2-4baa-801f-65885c798581 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1232,7 +1232,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1250,9 +1250,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/04d4e19b-b223-4a61-85ef-bb6d2fff51e7/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/13bc1b7a-612b-49a6-a134-e09fb0e565a7/folders?recursive=True response: body: string: '{"value": []}' @@ -1268,11 +1268,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:24:29 GMT + - Fri, 06 Feb 2026 07:48:42 GMT Pragma: - no-cache RequestId: - - d6f064b2-b612-4f49-8ec6-eb8f498e8a44 + - 7ce0394d-df82-4a66-ad5d-91ce786eb917 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1280,7 +1280,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1300,13 +1300,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/04d4e19b-b223-4a61-85ef-bb6d2fff51e7/folders + uri: https://api.fabric.microsoft.com/v1/workspaces/13bc1b7a-612b-49a6-a134-e09fb0e565a7/folders response: body: - string: '{"id": "0e2cdc4f-7c93-4715-90a7-69a53245459c", "displayName": "fabcli000003", - "workspaceId": "04d4e19b-b223-4a61-85ef-bb6d2fff51e7"}' + string: '{"id": "89903e53-6be2-4ffa-9962-cb330ad26313", "displayName": "fabcli000003", + "workspaceId": "13bc1b7a-612b-49a6-a134-e09fb0e565a7"}' headers: Access-Control-Expose-Headers: - RequestId,Location @@ -1319,13 +1319,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:24:29 GMT + - Fri, 06 Feb 2026 07:48:43 GMT Location: - - https://api.fabric.microsoft.com/v1/workspaces/04d4e19b-b223-4a61-85ef-bb6d2fff51e7/folders/0e2cdc4f-7c93-4715-90a7-69a53245459c + - https://api.fabric.microsoft.com/v1/workspaces/13bc1b7a-612b-49a6-a134-e09fb0e565a7/folders/89903e53-6be2-4ffa-9962-cb330ad26313 Pragma: - no-cache RequestId: - - 12061da6-f0b7-4e9b-8cbf-20230a0b4504 + - 1a55dc8a-da92-43b5-a676-0e9a8789a2b1 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1333,7 +1333,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1351,14 +1351,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9417c456-60df-436f-bd3e-0240daf4fe75/items + uri: https://api.fabric.microsoft.com/v1/workspaces/53297cef-1d90-40ae-88f7-07170438ec2f/items response: body: - string: '{"value": [{"id": "78b92bf4-5f05-4f25-ad04-88a30ec35d57", "type": "Notebook", + string: '{"value": [{"id": "bf2d1795-59e1-4e4c-a1ea-e07d1fe76b72", "type": "Notebook", "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": - "9417c456-60df-436f-bd3e-0240daf4fe75", "folderId": "bb0c90b9-9186-48a6-b3ad-7a1716a085fc"}]}' + "53297cef-1d90-40ae-88f7-07170438ec2f", "folderId": "4cb417a0-e34f-4733-b1d8-045c6b4e09ef"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1367,15 +1367,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '209' + - '208' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:24:29 GMT + - Fri, 06 Feb 2026 07:48:44 GMT Pragma: - no-cache RequestId: - - 037389ed-45a9-447f-9720-f27877451ded + - 96b453a9-3385-4c7f-97c9-4eeacc7c4eb6 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1383,7 +1383,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1401,53 +1401,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 - method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9417c456-60df-436f-bd3e-0240daf4fe75/folders?recursive=True - response: - body: - string: '{"requestId": "5fec6d7c-a1c2-4c92-9d78-2e60df65227e", "errorCode": - "RequestBlocked", "message": "Request is blocked by the upstream service until: - 9/8/2025 2:24:40 PM (UTC)"}' - headers: - Content-Length: - - '169' - Content-Type: - - application/json; charset=utf-8 - Date: - - Mon, 08 Sep 2025 14:24:29 GMT - RequestId: - - 5fec6d7c-a1c2-4c92-9d78-2e60df65227e - Retry-After: - - '10' - home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ - request-redirected: - - 'true' - x-ms-public-api-error-code: - - RequestBlocked - status: - code: 429 - message: '' -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Type: - - application/json - User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9417c456-60df-436f-bd3e-0240daf4fe75/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/53297cef-1d90-40ae-88f7-07170438ec2f/folders?recursive=True response: body: - string: '{"value": [{"id": "bb0c90b9-9186-48a6-b3ad-7a1716a085fc", "displayName": - "fabcli000003", "workspaceId": "9417c456-60df-436f-bd3e-0240daf4fe75"}]}' + string: '{"value": [{"id": "4cb417a0-e34f-4733-b1d8-045c6b4e09ef", "displayName": + "fabcli000003", "workspaceId": "53297cef-1d90-40ae-88f7-07170438ec2f"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1460,11 +1420,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:24:40 GMT + - Fri, 06 Feb 2026 07:48:45 GMT Pragma: - no-cache RequestId: - - e5900b70-2bd8-4508-b4e8-54ba621e9c29 + - 73351387-970f-445c-91a5-d8576c8f79bf Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1472,7 +1432,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1490,13 +1450,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9417c456-60df-436f-bd3e-0240daf4fe75/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/53297cef-1d90-40ae-88f7-07170438ec2f/folders?recursive=True response: body: - string: '{"value": [{"id": "bb0c90b9-9186-48a6-b3ad-7a1716a085fc", "displayName": - "fabcli000003", "workspaceId": "9417c456-60df-436f-bd3e-0240daf4fe75"}]}' + string: '{"value": [{"id": "4cb417a0-e34f-4733-b1d8-045c6b4e09ef", "displayName": + "fabcli000003", "workspaceId": "53297cef-1d90-40ae-88f7-07170438ec2f"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1509,11 +1469,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:24:40 GMT + - Fri, 06 Feb 2026 07:48:46 GMT Pragma: - no-cache RequestId: - - f91dd280-7d89-4282-8bd3-b77256c6930e + - 8cd008f6-d3ac-4314-ab0d-1857f904f2bd Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1521,7 +1481,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1539,14 +1499,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9417c456-60df-436f-bd3e-0240daf4fe75/items + uri: https://api.fabric.microsoft.com/v1/workspaces/53297cef-1d90-40ae-88f7-07170438ec2f/items response: body: - string: '{"value": [{"id": "78b92bf4-5f05-4f25-ad04-88a30ec35d57", "type": "Notebook", + string: '{"value": [{"id": "bf2d1795-59e1-4e4c-a1ea-e07d1fe76b72", "type": "Notebook", "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": - "9417c456-60df-436f-bd3e-0240daf4fe75", "folderId": "bb0c90b9-9186-48a6-b3ad-7a1716a085fc"}]}' + "53297cef-1d90-40ae-88f7-07170438ec2f", "folderId": "4cb417a0-e34f-4733-b1d8-045c6b4e09ef"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1555,15 +1515,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '209' + - '208' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:24:40 GMT + - Fri, 06 Feb 2026 07:48:47 GMT Pragma: - no-cache RequestId: - - 92997139-5eb7-4d8d-a312-a1f8b96ccfaf + - 8e76bd7b-808e-4987-9e8f-482a7b1db6f9 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1571,7 +1531,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1589,13 +1549,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9417c456-60df-436f-bd3e-0240daf4fe75/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/53297cef-1d90-40ae-88f7-07170438ec2f/folders?recursive=True response: body: - string: '{"value": [{"id": "bb0c90b9-9186-48a6-b3ad-7a1716a085fc", "displayName": - "fabcli000003", "workspaceId": "9417c456-60df-436f-bd3e-0240daf4fe75"}]}' + string: '{"value": [{"id": "4cb417a0-e34f-4733-b1d8-045c6b4e09ef", "displayName": + "fabcli000003", "workspaceId": "53297cef-1d90-40ae-88f7-07170438ec2f"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1608,11 +1568,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:24:40 GMT + - Fri, 06 Feb 2026 07:48:47 GMT Pragma: - no-cache RequestId: - - 6ee8a355-ef82-4ef4-baeb-34f86c8b8f6b + - 214ab35d-b6b7-4a5c-883c-698bcc5f6f2f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1620,7 +1580,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1638,13 +1598,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9417c456-60df-436f-bd3e-0240daf4fe75/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/53297cef-1d90-40ae-88f7-07170438ec2f/folders?recursive=True response: body: - string: '{"value": [{"id": "bb0c90b9-9186-48a6-b3ad-7a1716a085fc", "displayName": - "fabcli000003", "workspaceId": "9417c456-60df-436f-bd3e-0240daf4fe75"}]}' + string: '{"value": [{"id": "4cb417a0-e34f-4733-b1d8-045c6b4e09ef", "displayName": + "fabcli000003", "workspaceId": "53297cef-1d90-40ae-88f7-07170438ec2f"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1657,11 +1617,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:24:40 GMT + - Fri, 06 Feb 2026 07:48:49 GMT Pragma: - no-cache RequestId: - - 9c645fb1-47e6-4541-a094-285946308898 + - dba1292c-37b6-4746-ba6a-0ab38c43996b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1669,7 +1629,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1687,18 +1647,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "9417c456-60df-436f-bd3e-0240daf4fe75", "displayName": "fabcli000001", + {"id": "53297cef-1d90-40ae-88f7-07170438ec2f", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "04d4e19b-b223-4a61-85ef-bb6d2fff51e7", "displayName": "fabcli000002", + {"id": "13bc1b7a-612b-49a6-a134-e09fb0e565a7", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -1708,15 +1668,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '638' + - '2878' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:24:40 GMT + - Fri, 06 Feb 2026 07:48:49 GMT Pragma: - no-cache RequestId: - - 364dd728-070f-4034-bac0-fdf6ca543dc8 + - d78c02c5-b9fd-40c7-8bdc-a98351f4836d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1724,7 +1684,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1742,13 +1702,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/04d4e19b-b223-4a61-85ef-bb6d2fff51e7/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/13bc1b7a-612b-49a6-a134-e09fb0e565a7/folders?recursive=True response: body: - string: '{"value": [{"id": "0e2cdc4f-7c93-4715-90a7-69a53245459c", "displayName": - "fabcli000003", "workspaceId": "04d4e19b-b223-4a61-85ef-bb6d2fff51e7"}]}' + string: '{"value": [{"id": "89903e53-6be2-4ffa-9962-cb330ad26313", "displayName": + "fabcli000003", "workspaceId": "13bc1b7a-612b-49a6-a134-e09fb0e565a7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1761,11 +1721,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:24:40 GMT + - Fri, 06 Feb 2026 07:48:50 GMT Pragma: - no-cache RequestId: - - 0c4c0d0c-f2cb-47ce-a2df-0f734cba2cd6 + - 9840ac2e-81cf-4fe6-b264-022945185897 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1773,7 +1733,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1791,9 +1751,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/04d4e19b-b223-4a61-85ef-bb6d2fff51e7/items + uri: https://api.fabric.microsoft.com/v1/workspaces/13bc1b7a-612b-49a6-a134-e09fb0e565a7/items response: body: string: '{"value": []}' @@ -1809,11 +1769,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:24:40 GMT + - Fri, 06 Feb 2026 07:48:51 GMT Pragma: - no-cache RequestId: - - 59ffb034-bddd-49f8-9a9e-da7c22449740 + - 8e4845fc-b40a-421d-b0e8-30ebaf9d4040 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1821,7 +1781,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1839,9 +1799,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/04d4e19b-b223-4a61-85ef-bb6d2fff51e7/items + uri: https://api.fabric.microsoft.com/v1/workspaces/13bc1b7a-612b-49a6-a134-e09fb0e565a7/items response: body: string: '{"value": []}' @@ -1857,11 +1817,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:24:41 GMT + - Fri, 06 Feb 2026 07:48:52 GMT Pragma: - no-cache RequestId: - - 6355b0d8-8935-471d-8caa-246504805178 + - d44364bc-1acf-4913-8748-eaa46422edde Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1869,7 +1829,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1887,9 +1847,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/04d4e19b-b223-4a61-85ef-bb6d2fff51e7/items + uri: https://api.fabric.microsoft.com/v1/workspaces/13bc1b7a-612b-49a6-a134-e09fb0e565a7/items response: body: string: '{"value": []}' @@ -1905,11 +1865,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:24:41 GMT + - Fri, 06 Feb 2026 07:48:53 GMT Pragma: - no-cache RequestId: - - 70c89d4e-c837-4403-bace-28639d913311 + - cb271679-34a1-45c4-9ec5-0c82c7deadbc Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1917,7 +1877,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1935,14 +1895,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9417c456-60df-436f-bd3e-0240daf4fe75/items/78b92bf4-5f05-4f25-ad04-88a30ec35d57 + uri: https://api.fabric.microsoft.com/v1/workspaces/53297cef-1d90-40ae-88f7-07170438ec2f/items/bf2d1795-59e1-4e4c-a1ea-e07d1fe76b72 response: body: - string: '{"id": "78b92bf4-5f05-4f25-ad04-88a30ec35d57", "type": "Notebook", + string: '{"id": "bf2d1795-59e1-4e4c-a1ea-e07d1fe76b72", "type": "Notebook", "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": - "9417c456-60df-436f-bd3e-0240daf4fe75", "folderId": "bb0c90b9-9186-48a6-b3ad-7a1716a085fc"}' + "53297cef-1d90-40ae-88f7-07170438ec2f", "folderId": "4cb417a0-e34f-4733-b1d8-045c6b4e09ef"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -1951,17 +1911,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '198' + - '197' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:24:41 GMT + - Fri, 06 Feb 2026 07:48:54 GMT ETag: - '""' Pragma: - no-cache RequestId: - - fa73c389-4dfb-496a-a521-ea5499c70e39 + - bc4e3852-d82f-47d6-ba29-5fe8cc4a6ab2 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1969,7 +1929,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1989,9 +1949,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/9417c456-60df-436f-bd3e-0240daf4fe75/items/78b92bf4-5f05-4f25-ad04-88a30ec35d57/getDefinition + uri: https://api.fabric.microsoft.com/v1/workspaces/53297cef-1d90-40ae-88f7-07170438ec2f/items/bf2d1795-59e1-4e4c-a1ea-e07d1fe76b72/getDefinition response: body: string: 'null' @@ -2007,13 +1967,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:24:42 GMT + - Fri, 06 Feb 2026 07:48:54 GMT Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/2fd90297-97b4-487e-9d11-204f6877ef9b + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/5a63d0d5-bcae-4cfe-b6ee-e53fe01f517c Pragma: - no-cache RequestId: - - dcf69e43-258b-4f87-ac1e-34c8cdd9066d + - 6991ea5c-d509-44a2-b519-1ed18846dd37 Retry-After: - '20' Strict-Transport-Security: @@ -2023,11 +1983,11 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' x-ms-operation-id: - - 2fd90297-97b4-487e-9d11-204f6877ef9b + - 5a63d0d5-bcae-4cfe-b6ee-e53fe01f517c status: code: 202 message: Accepted @@ -2043,13 +2003,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/2fd90297-97b4-487e-9d11-204f6877ef9b + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/5a63d0d5-bcae-4cfe-b6ee-e53fe01f517c response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2025-09-08T14:24:42.3506054", - "lastUpdatedTimeUtc": "2025-09-08T14:24:42.8193591", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-06T07:48:55.4673039", + "lastUpdatedTimeUtc": "2026-02-06T07:48:55.7955942", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -2059,17 +2019,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '130' + - '131' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:25:02 GMT + - Fri, 06 Feb 2026 07:49:16 GMT Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/2fd90297-97b4-487e-9d11-204f6877ef9b/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/5a63d0d5-bcae-4cfe-b6ee-e53fe01f517c/result Pragma: - no-cache RequestId: - - 9d647407-202f-4dee-9a26-4b9105d56163 + - d9c31836-eabc-4397-a510-de93ecdd16ca Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2077,7 +2037,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - 2fd90297-97b4-487e-9d11-204f6877ef9b + - 5a63d0d5-bcae-4cfe-b6ee-e53fe01f517c status: code: 200 message: OK @@ -2093,9 +2053,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/2fd90297-97b4-487e-9d11-204f6877ef9b/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/5a63d0d5-bcae-4cfe-b6ee-e53fe01f517c/result response: body: string: '{"definition": {"parts": [{"path": "notebook-content.py", "payload": @@ -2112,11 +2072,11 @@ interactions: Content-Type: - application/json Date: - - Mon, 08 Sep 2025 14:25:01 GMT + - Fri, 06 Feb 2026 07:49:18 GMT Pragma: - no-cache RequestId: - - 59cba07e-276d-412b-9d07-1a4ff3ff331f + - e4bec1f9-a555-4e4f-bb62-28ea37ccec42 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -2132,7 +2092,7 @@ interactions: body: '{"type": "Notebook", "description": "Created by fab", "displayName": "fabcli000004", "definition": {"parts": [{"path": "notebook-content.py", "payload": "IyBGYWJyaWMgbm90ZWJvb2sgc291cmNlCgojIE1FVEFEQVRBICoqKioqKioqKioqKioqKioqKioqCgojIE1FVEEgewojIE1FVEEgICAia2VybmVsX2luZm8iOiB7CiMgTUVUQSAgICAgIm5hbWUiOiAic3luYXBzZV9weXNwYXJrIgojIE1FVEEgICB9LAojIE1FVEEgICAiZGVwZW5kZW5jaWVzIjoge30KIyBNRVRBIH0KCiMgQ0VMTCAqKioqKioqKioqKioqKioqKioqKgoKIyBXZWxjb21lIHRvIHlvdXIgbmV3IG5vdGVib29rCiMgVHlwZSBoZXJlIGluIHRoZSBjZWxsIGVkaXRvciB0byBhZGQgY29kZSEKCgojIE1FVEFEQVRBICoqKioqKioqKioqKioqKioqKioqCgojIE1FVEEgewojIE1FVEEgICAibGFuZ3VhZ2UiOiAicHl0aG9uIiwKIyBNRVRBICAgImxhbmd1YWdlX2dyb3VwIjogInN5bmFwc2VfcHlzcGFyayIKIyBNRVRBIH0K", "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIk5vdGVib29rIiwKICAgICJkaXNwbGF5TmFtZSI6ICJmYWJjbGkwMDAwMDQiLAogICAgImRlc2NyaXB0aW9uIjogIkNyZWF0ZWQgYnkgZmFiIgogIH0sCiAgImNvbmZpZyI6IHsKICAgICJ2ZXJzaW9uIjogIjIuMCIsCiAgICAibG9naWNhbElkIjogIjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIKICB9Cn0=", - "payloadType": "InlineBase64"}]}, "folderId": "0e2cdc4f-7c93-4715-90a7-69a53245459c"}' + "payloadType": "InlineBase64"}]}, "folderId": "89903e53-6be2-4ffa-9962-cb330ad26313"}' headers: Accept: - '*/*' @@ -2145,9 +2105,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/04d4e19b-b223-4a61-85ef-bb6d2fff51e7/items + uri: https://api.fabric.microsoft.com/v1/workspaces/13bc1b7a-612b-49a6-a134-e09fb0e565a7/items response: body: string: 'null' @@ -2163,15 +2123,15 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:25:03 GMT + - Fri, 06 Feb 2026 07:49:20 GMT ETag: - '""' Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/c4619532-343d-4e5a-9f51-b6b5e09f2190 + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/c46bf6b6-ad83-4b6e-8c5d-cca369ed9e7b Pragma: - no-cache RequestId: - - 97a83091-6fd7-4959-b6f7-7142176a38ba + - e767b6ea-e92e-4a81-afa9-af92a52fcfee Retry-After: - '20' Strict-Transport-Security: @@ -2181,11 +2141,11 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' x-ms-operation-id: - - c4619532-343d-4e5a-9f51-b6b5e09f2190 + - c46bf6b6-ad83-4b6e-8c5d-cca369ed9e7b status: code: 202 message: Accepted @@ -2201,13 +2161,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/c4619532-343d-4e5a-9f51-b6b5e09f2190 + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/c46bf6b6-ad83-4b6e-8c5d-cca369ed9e7b response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2025-09-08T14:25:03.2890703", - "lastUpdatedTimeUtc": "2025-09-08T14:25:05.0860333", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-06T07:49:19.7282426", + "lastUpdatedTimeUtc": "2026-02-06T07:49:21.2285088", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -2221,13 +2181,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:25:24 GMT + - Fri, 06 Feb 2026 07:49:42 GMT Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/c4619532-343d-4e5a-9f51-b6b5e09f2190/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/c46bf6b6-ad83-4b6e-8c5d-cca369ed9e7b/result Pragma: - no-cache RequestId: - - a4d09808-f46c-46c8-955b-9aec70e4317a + - cb7b4dc6-8c22-43bf-a360-3a469496c014 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2235,7 +2195,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - c4619532-343d-4e5a-9f51-b6b5e09f2190 + - c46bf6b6-ad83-4b6e-8c5d-cca369ed9e7b status: code: 200 message: OK @@ -2251,14 +2211,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/c4619532-343d-4e5a-9f51-b6b5e09f2190/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/c46bf6b6-ad83-4b6e-8c5d-cca369ed9e7b/result response: body: - string: '{"id": "bd0929c0-991b-4bf5-9025-d57083f8d8b7", "type": "Notebook", + string: '{"id": "e6fa6c43-ec05-4374-8cd6-db7fc60e6bd6", "type": "Notebook", "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": - "04d4e19b-b223-4a61-85ef-bb6d2fff51e7", "folderId": "0e2cdc4f-7c93-4715-90a7-69a53245459c"}' + "13bc1b7a-612b-49a6-a134-e09fb0e565a7", "folderId": "89903e53-6be2-4ffa-9962-cb330ad26313"}' headers: Access-Control-Expose-Headers: - RequestId @@ -2269,11 +2229,11 @@ interactions: Content-Type: - application/json Date: - - Mon, 08 Sep 2025 14:25:23 GMT + - Fri, 06 Feb 2026 07:49:43 GMT Pragma: - no-cache RequestId: - - 05c0e323-369a-4671-8917-bab41a438b29 + - aad661c0-d650-4028-ac8f-557892ab97a9 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -2297,14 +2257,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9417c456-60df-436f-bd3e-0240daf4fe75/items + uri: https://api.fabric.microsoft.com/v1/workspaces/53297cef-1d90-40ae-88f7-07170438ec2f/items response: body: - string: '{"value": [{"id": "78b92bf4-5f05-4f25-ad04-88a30ec35d57", "type": "Notebook", + string: '{"value": [{"id": "bf2d1795-59e1-4e4c-a1ea-e07d1fe76b72", "type": "Notebook", "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": - "9417c456-60df-436f-bd3e-0240daf4fe75", "folderId": "bb0c90b9-9186-48a6-b3ad-7a1716a085fc"}]}' + "53297cef-1d90-40ae-88f7-07170438ec2f", "folderId": "4cb417a0-e34f-4733-b1d8-045c6b4e09ef"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2313,15 +2273,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '209' + - '208' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:25:24 GMT + - Fri, 06 Feb 2026 07:49:43 GMT Pragma: - no-cache RequestId: - - 715dc04b-4014-4124-bcc8-52178dd1178e + - cb563e51-164d-43f3-bc65-f3dabe2694ff Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2329,7 +2289,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2347,13 +2307,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9417c456-60df-436f-bd3e-0240daf4fe75/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/53297cef-1d90-40ae-88f7-07170438ec2f/folders?recursive=True response: body: - string: '{"value": [{"id": "bb0c90b9-9186-48a6-b3ad-7a1716a085fc", "displayName": - "fabcli000003", "workspaceId": "9417c456-60df-436f-bd3e-0240daf4fe75"}]}' + string: '{"value": [{"id": "4cb417a0-e34f-4733-b1d8-045c6b4e09ef", "displayName": + "fabcli000003", "workspaceId": "53297cef-1d90-40ae-88f7-07170438ec2f"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2366,11 +2326,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:25:24 GMT + - Fri, 06 Feb 2026 07:49:44 GMT Pragma: - no-cache RequestId: - - 10c230ca-dd4c-4fcd-8329-27bb014e3a36 + - 505e9d99-32ad-40f1-9d8e-fa7a1cedbaf0 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2378,7 +2338,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2396,13 +2356,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9417c456-60df-436f-bd3e-0240daf4fe75/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/53297cef-1d90-40ae-88f7-07170438ec2f/folders?recursive=True response: body: - string: '{"value": [{"id": "bb0c90b9-9186-48a6-b3ad-7a1716a085fc", "displayName": - "fabcli000003", "workspaceId": "9417c456-60df-436f-bd3e-0240daf4fe75"}]}' + string: '{"value": [{"id": "4cb417a0-e34f-4733-b1d8-045c6b4e09ef", "displayName": + "fabcli000003", "workspaceId": "53297cef-1d90-40ae-88f7-07170438ec2f"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2415,11 +2375,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:25:24 GMT + - Fri, 06 Feb 2026 07:49:46 GMT Pragma: - no-cache RequestId: - - 935db343-c354-4e34-a07d-91e65a132422 + - ee8054f3-d3fa-4285-8cde-a739dd38fe47 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2427,7 +2387,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2445,18 +2405,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "9417c456-60df-436f-bd3e-0240daf4fe75", "displayName": "fabcli000001", + {"id": "53297cef-1d90-40ae-88f7-07170438ec2f", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "04d4e19b-b223-4a61-85ef-bb6d2fff51e7", "displayName": "fabcli000002", + {"id": "13bc1b7a-612b-49a6-a134-e09fb0e565a7", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -2466,15 +2426,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '638' + - '2878' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:25:25 GMT + - Fri, 06 Feb 2026 07:49:46 GMT Pragma: - no-cache RequestId: - - 4038d613-3bae-4bdd-a070-75bf0a932add + - 7fbef4f2-255c-4787-a663-5d615e4dc025 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2482,7 +2442,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2500,14 +2460,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/04d4e19b-b223-4a61-85ef-bb6d2fff51e7/items + uri: https://api.fabric.microsoft.com/v1/workspaces/13bc1b7a-612b-49a6-a134-e09fb0e565a7/items response: body: - string: '{"value": [{"id": "bd0929c0-991b-4bf5-9025-d57083f8d8b7", "type": "Notebook", + string: '{"value": [{"id": "e6fa6c43-ec05-4374-8cd6-db7fc60e6bd6", "type": "Notebook", "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": - "04d4e19b-b223-4a61-85ef-bb6d2fff51e7", "folderId": "0e2cdc4f-7c93-4715-90a7-69a53245459c"}]}' + "13bc1b7a-612b-49a6-a134-e09fb0e565a7", "folderId": "89903e53-6be2-4ffa-9962-cb330ad26313"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2520,11 +2480,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:25:25 GMT + - Fri, 06 Feb 2026 07:49:47 GMT Pragma: - no-cache RequestId: - - fe815096-6648-45ed-b573-18f70aac6bc0 + - b0df368f-1b50-479d-acec-0bce5cfcb701 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2532,7 +2492,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2550,13 +2510,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/04d4e19b-b223-4a61-85ef-bb6d2fff51e7/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/13bc1b7a-612b-49a6-a134-e09fb0e565a7/folders?recursive=True response: body: - string: '{"value": [{"id": "0e2cdc4f-7c93-4715-90a7-69a53245459c", "displayName": - "fabcli000003", "workspaceId": "04d4e19b-b223-4a61-85ef-bb6d2fff51e7"}]}' + string: '{"value": [{"id": "89903e53-6be2-4ffa-9962-cb330ad26313", "displayName": + "fabcli000003", "workspaceId": "13bc1b7a-612b-49a6-a134-e09fb0e565a7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2569,11 +2529,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:25:25 GMT + - Fri, 06 Feb 2026 07:49:48 GMT Pragma: - no-cache RequestId: - - 627d3d38-6d65-4657-9f23-dbfe712e8a41 + - ac0578c9-ae42-4977-a5ee-327c4942e02e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2581,7 +2541,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2599,13 +2559,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/04d4e19b-b223-4a61-85ef-bb6d2fff51e7/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/13bc1b7a-612b-49a6-a134-e09fb0e565a7/folders?recursive=True response: body: - string: '{"value": [{"id": "0e2cdc4f-7c93-4715-90a7-69a53245459c", "displayName": - "fabcli000003", "workspaceId": "04d4e19b-b223-4a61-85ef-bb6d2fff51e7"}]}' + string: '{"value": [{"id": "89903e53-6be2-4ffa-9962-cb330ad26313", "displayName": + "fabcli000003", "workspaceId": "13bc1b7a-612b-49a6-a134-e09fb0e565a7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2618,11 +2578,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:25:25 GMT + - Fri, 06 Feb 2026 07:49:49 GMT Pragma: - no-cache RequestId: - - eba8f977-b79b-4589-acd2-d78244c7d3a2 + - 120475c1-1e67-431c-b29a-daa86bc70790 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2630,7 +2590,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2648,18 +2608,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "9417c456-60df-436f-bd3e-0240daf4fe75", "displayName": "fabcli000001", + {"id": "53297cef-1d90-40ae-88f7-07170438ec2f", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "04d4e19b-b223-4a61-85ef-bb6d2fff51e7", "displayName": "fabcli000002", + {"id": "13bc1b7a-612b-49a6-a134-e09fb0e565a7", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -2669,15 +2629,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '638' + - '2878' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:25:25 GMT + - Fri, 06 Feb 2026 07:49:49 GMT Pragma: - no-cache RequestId: - - 472f6dc8-d3ac-45e9-8385-02c44bea37ed + - 1cf29014-9c75-4e81-b353-5d359962daca Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2685,7 +2645,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2703,13 +2663,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/04d4e19b-b223-4a61-85ef-bb6d2fff51e7/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/13bc1b7a-612b-49a6-a134-e09fb0e565a7/folders?recursive=True response: body: - string: '{"value": [{"id": "0e2cdc4f-7c93-4715-90a7-69a53245459c", "displayName": - "fabcli000003", "workspaceId": "04d4e19b-b223-4a61-85ef-bb6d2fff51e7"}]}' + string: '{"value": [{"id": "89903e53-6be2-4ffa-9962-cb330ad26313", "displayName": + "fabcli000003", "workspaceId": "13bc1b7a-612b-49a6-a134-e09fb0e565a7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2722,11 +2682,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:25:25 GMT + - Fri, 06 Feb 2026 07:49:50 GMT Pragma: - no-cache RequestId: - - 7df0da0c-f1dc-4afb-8c2e-576b00be82d3 + - e3190498-40ef-4309-9f41-a2cccab278a0 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2734,7 +2694,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2752,14 +2712,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/04d4e19b-b223-4a61-85ef-bb6d2fff51e7/items + uri: https://api.fabric.microsoft.com/v1/workspaces/13bc1b7a-612b-49a6-a134-e09fb0e565a7/items response: body: - string: '{"value": [{"id": "bd0929c0-991b-4bf5-9025-d57083f8d8b7", "type": "Notebook", + string: '{"value": [{"id": "e6fa6c43-ec05-4374-8cd6-db7fc60e6bd6", "type": "Notebook", "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": - "04d4e19b-b223-4a61-85ef-bb6d2fff51e7", "folderId": "0e2cdc4f-7c93-4715-90a7-69a53245459c"}]}' + "13bc1b7a-612b-49a6-a134-e09fb0e565a7", "folderId": "89903e53-6be2-4ffa-9962-cb330ad26313"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2772,11 +2732,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:25:25 GMT + - Fri, 06 Feb 2026 07:49:51 GMT Pragma: - no-cache RequestId: - - 8492a437-bab1-413d-893f-b6814f99a098 + - 962a0a6c-e3de-41ee-b8cd-afccdb0700a0 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2784,7 +2744,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2802,53 +2762,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 - method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/04d4e19b-b223-4a61-85ef-bb6d2fff51e7/folders?recursive=True - response: - body: - string: '{"requestId": "97eacfd6-024b-46a4-aad1-3aea3a8b87e1", "errorCode": - "RequestBlocked", "message": "Request is blocked by the upstream service until: - 9/8/2025 2:25:41 PM (UTC)"}' - headers: - Content-Length: - - '169' - Content-Type: - - application/json; charset=utf-8 - Date: - - Mon, 08 Sep 2025 14:25:25 GMT - RequestId: - - 97eacfd6-024b-46a4-aad1-3aea3a8b87e1 - Retry-After: - - '15' - home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ - request-redirected: - - 'true' - x-ms-public-api-error-code: - - RequestBlocked - status: - code: 429 - message: '' -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Type: - - application/json - User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/04d4e19b-b223-4a61-85ef-bb6d2fff51e7/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/13bc1b7a-612b-49a6-a134-e09fb0e565a7/folders?recursive=True response: body: - string: '{"value": [{"id": "0e2cdc4f-7c93-4715-90a7-69a53245459c", "displayName": - "fabcli000003", "workspaceId": "04d4e19b-b223-4a61-85ef-bb6d2fff51e7"}]}' + string: '{"value": [{"id": "89903e53-6be2-4ffa-9962-cb330ad26313", "displayName": + "fabcli000003", "workspaceId": "13bc1b7a-612b-49a6-a134-e09fb0e565a7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2861,11 +2781,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:25:40 GMT + - Fri, 06 Feb 2026 07:49:51 GMT Pragma: - no-cache RequestId: - - 7df175f6-d2d8-413c-bd89-7ed884c4d9a8 + - c74b05bb-a3b5-4569-bbe9-18c1baf07e1f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2873,7 +2793,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2891,13 +2811,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/04d4e19b-b223-4a61-85ef-bb6d2fff51e7/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/13bc1b7a-612b-49a6-a134-e09fb0e565a7/folders?recursive=True response: body: - string: '{"value": [{"id": "0e2cdc4f-7c93-4715-90a7-69a53245459c", "displayName": - "fabcli000003", "workspaceId": "04d4e19b-b223-4a61-85ef-bb6d2fff51e7"}]}' + string: '{"value": [{"id": "89903e53-6be2-4ffa-9962-cb330ad26313", "displayName": + "fabcli000003", "workspaceId": "13bc1b7a-612b-49a6-a134-e09fb0e565a7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2910,11 +2830,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:25:41 GMT + - Fri, 06 Feb 2026 07:49:52 GMT Pragma: - no-cache RequestId: - - 1f580c04-fede-476f-9ee9-03273049cb04 + - 40a3074a-2a3d-47d5-9eb9-024bffc81266 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2922,7 +2842,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2940,18 +2860,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "9417c456-60df-436f-bd3e-0240daf4fe75", "displayName": "fabcli000001", + {"id": "53297cef-1d90-40ae-88f7-07170438ec2f", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "04d4e19b-b223-4a61-85ef-bb6d2fff51e7", "displayName": "fabcli000002", + {"id": "13bc1b7a-612b-49a6-a134-e09fb0e565a7", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -2961,15 +2881,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '638' + - '2878' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:25:41 GMT + - Fri, 06 Feb 2026 07:49:53 GMT Pragma: - no-cache RequestId: - - 7faff311-9d1b-43ce-9d68-59e8d8fe6bd8 + - 4934d0c6-8e8b-4eb6-9a07-d27f3f6f7f90 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2977,7 +2897,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2995,13 +2915,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/04d4e19b-b223-4a61-85ef-bb6d2fff51e7/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/13bc1b7a-612b-49a6-a134-e09fb0e565a7/folders?recursive=True response: body: - string: '{"value": [{"id": "0e2cdc4f-7c93-4715-90a7-69a53245459c", "displayName": - "fabcli000003", "workspaceId": "04d4e19b-b223-4a61-85ef-bb6d2fff51e7"}]}' + string: '{"value": [{"id": "89903e53-6be2-4ffa-9962-cb330ad26313", "displayName": + "fabcli000003", "workspaceId": "13bc1b7a-612b-49a6-a134-e09fb0e565a7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3014,11 +2934,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:25:41 GMT + - Fri, 06 Feb 2026 07:49:54 GMT Pragma: - no-cache RequestId: - - 293b595b-b658-4e98-946a-c9460438b4e5 + - c9665baa-fc1c-4d63-b646-34d3a7de4138 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3026,7 +2946,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3044,14 +2964,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/04d4e19b-b223-4a61-85ef-bb6d2fff51e7/items + uri: https://api.fabric.microsoft.com/v1/workspaces/13bc1b7a-612b-49a6-a134-e09fb0e565a7/items response: body: - string: '{"value": [{"id": "bd0929c0-991b-4bf5-9025-d57083f8d8b7", "type": "Notebook", + string: '{"value": [{"id": "e6fa6c43-ec05-4374-8cd6-db7fc60e6bd6", "type": "Notebook", "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": - "04d4e19b-b223-4a61-85ef-bb6d2fff51e7", "folderId": "0e2cdc4f-7c93-4715-90a7-69a53245459c"}]}' + "13bc1b7a-612b-49a6-a134-e09fb0e565a7", "folderId": "89903e53-6be2-4ffa-9962-cb330ad26313"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3064,11 +2984,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:25:41 GMT + - Fri, 06 Feb 2026 07:49:55 GMT Pragma: - no-cache RequestId: - - 3c2ea6d6-ef0d-467c-b66c-f0b198ac9fd5 + - fb66f240-2410-467d-a2eb-92851130313e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3076,7 +2996,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3094,13 +3014,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/04d4e19b-b223-4a61-85ef-bb6d2fff51e7/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/13bc1b7a-612b-49a6-a134-e09fb0e565a7/folders?recursive=True response: body: - string: '{"value": [{"id": "0e2cdc4f-7c93-4715-90a7-69a53245459c", "displayName": - "fabcli000003", "workspaceId": "04d4e19b-b223-4a61-85ef-bb6d2fff51e7"}]}' + string: '{"value": [{"id": "89903e53-6be2-4ffa-9962-cb330ad26313", "displayName": + "fabcli000003", "workspaceId": "13bc1b7a-612b-49a6-a134-e09fb0e565a7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3113,11 +3033,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:25:41 GMT + - Fri, 06 Feb 2026 07:49:56 GMT Pragma: - no-cache RequestId: - - f5834ae4-07e0-4fd5-87ce-1ef50238fcec + - 30541fea-cb25-4100-b142-11910d6af61c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3125,7 +3045,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3145,9 +3065,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/04d4e19b-b223-4a61-85ef-bb6d2fff51e7/items/bd0929c0-991b-4bf5-9025-d57083f8d8b7 + uri: https://api.fabric.microsoft.com/v1/workspaces/13bc1b7a-612b-49a6-a134-e09fb0e565a7/items/e6fa6c43-ec05-4374-8cd6-db7fc60e6bd6 response: body: string: '' @@ -3163,11 +3083,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:25:42 GMT + - Fri, 06 Feb 2026 07:49:56 GMT Pragma: - no-cache RequestId: - - aba4b0d3-9ea1-4ce5-a37e-79fdb21caa8a + - 42c97472-6980-425a-bec0-a0c5e7e692e9 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3175,7 +3095,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3193,18 +3113,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "9417c456-60df-436f-bd3e-0240daf4fe75", "displayName": "fabcli000001", + {"id": "53297cef-1d90-40ae-88f7-07170438ec2f", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "04d4e19b-b223-4a61-85ef-bb6d2fff51e7", "displayName": "fabcli000002", + {"id": "13bc1b7a-612b-49a6-a134-e09fb0e565a7", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -3214,15 +3134,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '638' + - '2878' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:25:42 GMT + - Fri, 06 Feb 2026 07:49:57 GMT Pragma: - no-cache RequestId: - - 128385f8-09d7-432e-a473-65a9c1a3e5c2 + - 528cf464-68c7-4c63-99bf-55683eecfd52 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3230,7 +3150,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3248,13 +3168,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/04d4e19b-b223-4a61-85ef-bb6d2fff51e7/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/13bc1b7a-612b-49a6-a134-e09fb0e565a7/folders?recursive=True response: body: - string: '{"value": [{"id": "0e2cdc4f-7c93-4715-90a7-69a53245459c", "displayName": - "fabcli000003", "workspaceId": "04d4e19b-b223-4a61-85ef-bb6d2fff51e7"}]}' + string: '{"value": [{"id": "89903e53-6be2-4ffa-9962-cb330ad26313", "displayName": + "fabcli000003", "workspaceId": "13bc1b7a-612b-49a6-a134-e09fb0e565a7"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3267,11 +3187,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:25:41 GMT + - Fri, 06 Feb 2026 07:49:58 GMT Pragma: - no-cache RequestId: - - ed5c5d20-394c-4db7-9eeb-e30a032431fd + - a6e1e390-66f8-4158-ad12-a10b8a64d769 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3279,7 +3199,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3299,9 +3219,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/04d4e19b-b223-4a61-85ef-bb6d2fff51e7/folders/0e2cdc4f-7c93-4715-90a7-69a53245459c + uri: https://api.fabric.microsoft.com/v1/workspaces/13bc1b7a-612b-49a6-a134-e09fb0e565a7/folders/89903e53-6be2-4ffa-9962-cb330ad26313 response: body: string: '' @@ -3317,11 +3237,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:25:42 GMT + - Fri, 06 Feb 2026 07:49:59 GMT Pragma: - no-cache RequestId: - - 20188b8b-6b51-4218-b732-911f583f73b5 + - ee87325b-a079-48e6-86ad-ab105986dc94 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3329,7 +3249,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3347,18 +3267,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "9417c456-60df-436f-bd3e-0240daf4fe75", "displayName": "fabcli000001", + {"id": "53297cef-1d90-40ae-88f7-07170438ec2f", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "04d4e19b-b223-4a61-85ef-bb6d2fff51e7", "displayName": "fabcli000002", + {"id": "13bc1b7a-612b-49a6-a134-e09fb0e565a7", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -3368,15 +3288,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '638' + - '2878' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:25:42 GMT + - Fri, 06 Feb 2026 07:50:00 GMT Pragma: - no-cache RequestId: - - dcfc5577-d61f-43d9-a637-dfe340d7f9a8 + - acb350ae-6b9f-4bcd-8f59-e88202449d4c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3384,7 +3304,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3402,13 +3322,53 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/53297cef-1d90-40ae-88f7-07170438ec2f/folders?recursive=True + response: + body: + string: '{"requestId": "96157820-b599-4cee-a523-584404ae9af7", "errorCode": + "RequestBlocked", "message": "Request is blocked by the upstream service until: + 2/6/2026 7:50:45 AM (UTC)", "isRetriable": true}' + headers: + Content-Length: + - '188' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:50:01 GMT + RequestId: + - 96157820-b599-4cee-a523-584404ae9af7 + Retry-After: + - '44' + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-public-api-error-code: + - RequestBlocked + status: + code: 429 + message: '' +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9417c456-60df-436f-bd3e-0240daf4fe75/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/53297cef-1d90-40ae-88f7-07170438ec2f/folders?recursive=True response: body: - string: '{"value": [{"id": "bb0c90b9-9186-48a6-b3ad-7a1716a085fc", "displayName": - "fabcli000003", "workspaceId": "9417c456-60df-436f-bd3e-0240daf4fe75"}]}' + string: '{"value": [{"id": "4cb417a0-e34f-4733-b1d8-045c6b4e09ef", "displayName": + "fabcli000003", "workspaceId": "53297cef-1d90-40ae-88f7-07170438ec2f"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3421,11 +3381,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:25:43 GMT + - Fri, 06 Feb 2026 07:50:48 GMT Pragma: - no-cache RequestId: - - bb1ceb2d-6f20-464b-9d15-5e0a3e0acdae + - cbe701d9-ac5c-4f85-8a85-31c3e2b8460f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3433,7 +3393,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3451,14 +3411,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9417c456-60df-436f-bd3e-0240daf4fe75/items + uri: https://api.fabric.microsoft.com/v1/workspaces/53297cef-1d90-40ae-88f7-07170438ec2f/items response: body: - string: '{"value": [{"id": "78b92bf4-5f05-4f25-ad04-88a30ec35d57", "type": "Notebook", + string: '{"value": [{"id": "bf2d1795-59e1-4e4c-a1ea-e07d1fe76b72", "type": "Notebook", "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": - "9417c456-60df-436f-bd3e-0240daf4fe75", "folderId": "bb0c90b9-9186-48a6-b3ad-7a1716a085fc"}]}' + "53297cef-1d90-40ae-88f7-07170438ec2f", "folderId": "4cb417a0-e34f-4733-b1d8-045c6b4e09ef"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3467,15 +3427,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '209' + - '208' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:25:42 GMT + - Fri, 06 Feb 2026 07:50:49 GMT Pragma: - no-cache RequestId: - - 45b80262-0bb7-4c4a-b3cc-e562864d1869 + - d1845735-3359-4db7-aa8b-eefc73ca6233 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3483,7 +3443,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3501,13 +3461,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9417c456-60df-436f-bd3e-0240daf4fe75/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/53297cef-1d90-40ae-88f7-07170438ec2f/folders?recursive=True response: body: - string: '{"value": [{"id": "bb0c90b9-9186-48a6-b3ad-7a1716a085fc", "displayName": - "fabcli000003", "workspaceId": "9417c456-60df-436f-bd3e-0240daf4fe75"}]}' + string: '{"value": [{"id": "4cb417a0-e34f-4733-b1d8-045c6b4e09ef", "displayName": + "fabcli000003", "workspaceId": "53297cef-1d90-40ae-88f7-07170438ec2f"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3520,11 +3480,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:25:42 GMT + - Fri, 06 Feb 2026 07:50:50 GMT Pragma: - no-cache RequestId: - - 402b056a-70ae-4590-aad3-e8dec10e36cd + - 0b65eb77-7405-40b8-880a-60394b3ed9ee Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3532,7 +3492,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3552,9 +3512,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/9417c456-60df-436f-bd3e-0240daf4fe75/items/78b92bf4-5f05-4f25-ad04-88a30ec35d57 + uri: https://api.fabric.microsoft.com/v1/workspaces/53297cef-1d90-40ae-88f7-07170438ec2f/items/bf2d1795-59e1-4e4c-a1ea-e07d1fe76b72 response: body: string: '' @@ -3570,11 +3530,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:25:43 GMT + - Fri, 06 Feb 2026 07:50:51 GMT Pragma: - no-cache RequestId: - - 64af9aac-29b8-4125-a51a-658e04d2a5a3 + - 6889ceb8-c177-4b83-aafc-6cbfa50c0ccd Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3582,7 +3542,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3600,18 +3560,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "9417c456-60df-436f-bd3e-0240daf4fe75", "displayName": "fabcli000001", + {"id": "53297cef-1d90-40ae-88f7-07170438ec2f", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "04d4e19b-b223-4a61-85ef-bb6d2fff51e7", "displayName": "fabcli000002", + {"id": "13bc1b7a-612b-49a6-a134-e09fb0e565a7", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -3621,15 +3581,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '638' + - '2878' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:25:43 GMT + - Fri, 06 Feb 2026 07:50:52 GMT Pragma: - no-cache RequestId: - - c1039300-5ef3-4d90-a248-1a29b8a8aad5 + - 6f2f2812-3805-4fbd-9baf-13555d06c9f5 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3637,7 +3597,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3655,13 +3615,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9417c456-60df-436f-bd3e-0240daf4fe75/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/53297cef-1d90-40ae-88f7-07170438ec2f/folders?recursive=True response: body: - string: '{"value": [{"id": "bb0c90b9-9186-48a6-b3ad-7a1716a085fc", "displayName": - "fabcli000003", "workspaceId": "9417c456-60df-436f-bd3e-0240daf4fe75"}]}' + string: '{"value": [{"id": "4cb417a0-e34f-4733-b1d8-045c6b4e09ef", "displayName": + "fabcli000003", "workspaceId": "53297cef-1d90-40ae-88f7-07170438ec2f"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3674,11 +3634,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:25:43 GMT + - Fri, 06 Feb 2026 07:50:53 GMT Pragma: - no-cache RequestId: - - 377127d0-f0fd-41fc-acca-99cdb92a6659 + - 441b7d5a-e37b-424f-9419-13d003791cee Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3686,7 +3646,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3706,9 +3666,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/9417c456-60df-436f-bd3e-0240daf4fe75/folders/bb0c90b9-9186-48a6-b3ad-7a1716a085fc + uri: https://api.fabric.microsoft.com/v1/workspaces/53297cef-1d90-40ae-88f7-07170438ec2f/folders/4cb417a0-e34f-4733-b1d8-045c6b4e09ef response: body: string: '' @@ -3724,11 +3684,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:25:44 GMT + - Fri, 06 Feb 2026 07:50:53 GMT Pragma: - no-cache RequestId: - - 10558b19-0a30-453c-b9d0-d2418c9ae096 + - 6a966642-2a9c-43fd-9ca4-1072fe60d2da Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3736,7 +3696,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3754,18 +3714,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "9417c456-60df-436f-bd3e-0240daf4fe75", "displayName": "fabcli000001", + {"id": "53297cef-1d90-40ae-88f7-07170438ec2f", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "04d4e19b-b223-4a61-85ef-bb6d2fff51e7", "displayName": "fabcli000002", + {"id": "13bc1b7a-612b-49a6-a134-e09fb0e565a7", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -3775,15 +3735,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '638' + - '2878' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:25:43 GMT + - Fri, 06 Feb 2026 07:50:54 GMT Pragma: - no-cache RequestId: - - daacff69-8572-4ba8-822e-01543764ffc9 + - 67005f91-c054-4194-8f1e-de50ad9ca314 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3791,7 +3751,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3809,9 +3769,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9417c456-60df-436f-bd3e-0240daf4fe75/items + uri: https://api.fabric.microsoft.com/v1/workspaces/53297cef-1d90-40ae-88f7-07170438ec2f/items response: body: string: '{"value": []}' @@ -3827,11 +3787,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:25:44 GMT + - Fri, 06 Feb 2026 07:50:55 GMT Pragma: - no-cache RequestId: - - e28c847e-a9f6-4565-92aa-91be2a915348 + - 1d6ca9a1-902e-49ef-afc4-814681397e92 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3839,7 +3799,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3859,9 +3819,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/9417c456-60df-436f-bd3e-0240daf4fe75 + uri: https://api.fabric.microsoft.com/v1/workspaces/53297cef-1d90-40ae-88f7-07170438ec2f response: body: string: '' @@ -3877,11 +3837,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:25:43 GMT + - Fri, 06 Feb 2026 07:50:56 GMT Pragma: - no-cache RequestId: - - fbf207e1-ffda-472b-9b52-85f11c2818c8 + - 9f1e8c2b-6ba3-424a-a2a6-6b09a3ac4f04 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3889,7 +3849,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3907,16 +3867,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "04d4e19b-b223-4a61-85ef-bb6d2fff51e7", "displayName": "fabcli000002", + {"id": "13bc1b7a-612b-49a6-a134-e09fb0e565a7", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -3926,15 +3886,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '600' + - '2840' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:25:44 GMT + - Fri, 06 Feb 2026 07:50:56 GMT Pragma: - no-cache RequestId: - - 56837f85-325d-41fb-8ba9-5ca9cc41005d + - ed87060d-4a00-4c1d-a253-ce1681b0d2bd Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3942,7 +3902,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3960,9 +3920,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/04d4e19b-b223-4a61-85ef-bb6d2fff51e7/items + uri: https://api.fabric.microsoft.com/v1/workspaces/13bc1b7a-612b-49a6-a134-e09fb0e565a7/items response: body: string: '{"value": []}' @@ -3978,11 +3938,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:25:44 GMT + - Fri, 06 Feb 2026 07:50:58 GMT Pragma: - no-cache RequestId: - - efd2102f-644a-433b-97c6-827cf47ef9ab + - 2d041b60-65e5-4ce9-b3f0-9d03d7a1c827 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3990,7 +3950,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4010,9 +3970,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/04d4e19b-b223-4a61-85ef-bb6d2fff51e7 + uri: https://api.fabric.microsoft.com/v1/workspaces/13bc1b7a-612b-49a6-a134-e09fb0e565a7 response: body: string: '' @@ -4028,11 +3988,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:25:44 GMT + - Fri, 06 Feb 2026 07:50:59 GMT Pragma: - no-cache RequestId: - - 29250ea3-83f9-4ef6-ab8b-d1546788b842 + - 30cb8035-2e92-4369-a3b6-47299e0dfb3c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4040,7 +4000,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: diff --git a/tests/test_commands/recordings/test_commands/test_cp/test_cp_folder_with_different_item_types_success[CosmosDBDatabase].yaml b/tests/test_commands/recordings/test_commands/test_cp/test_cp_folder_with_different_item_types_success[CosmosDBDatabase].yaml new file mode 100644 index 00000000..7ce7978a --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_cp/test_cp_folder_with_different_item_types_success[CosmosDBDatabase].yaml @@ -0,0 +1,4215 @@ +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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "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: + - '2805' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:33:19 GMT + Pragma: + - no-cache + RequestId: + - ea7be342-a06f-483f-8c5c-65873f75353f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "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: + - '2805' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:33:19 GMT + Pragma: + - no-cache + RequestId: + - 251252c8-3e10-423f-af61-3a3644095b09 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/capacities + response: + body: + string: '{"value": [{"id": "00000000-0000-0000-0000-000000000004", "displayName": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": + "Active"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '424' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:33:25 GMT + Pragma: + - no-cache + RequestId: + - a29dd47b-fa0b-408f-9f73-3be2c9034595 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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", "capacityId": + "00000000-0000-0000-0000-000000000004"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '122' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"id": "3e2bba4b-44d0-49ff-a65d-fbbea595cf2d", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '166' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:33:34 GMT + Location: + - https://api.fabric.microsoft.com/v1/workspaces/3e2bba4b-44d0-49ff-a65d-fbbea595cf2d + Pragma: + - no-cache + RequestId: + - 8e8858f5-386a-42b4-be79-c6a955520f72 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "3e2bba4b-44d0-49ff-a65d-fbbea595cf2d", "displayName": "fabcli000001", + "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: + - '2842' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:33:35 GMT + Pragma: + - no-cache + RequestId: + - 0f4df12a-e31e-4ac4-8878-264ce622a9f3 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "3e2bba4b-44d0-49ff-a65d-fbbea595cf2d", "displayName": "fabcli000001", + "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: + - '2842' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:33:36 GMT + Pragma: + - no-cache + RequestId: + - 476ffc44-27f6-424c-bf99-f186ace94a72 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/capacities + response: + body: + string: '{"value": [{"id": "00000000-0000-0000-0000-000000000004", "displayName": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": + "Active"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '424' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:33:42 GMT + Pragma: + - no-cache + RequestId: + - bd25330e-03e9-46bd-aa85-e6d8a69ac0f6 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "fabcli000002", "capacityId": + "00000000-0000-0000-0000-000000000004"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '122' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"id": "663c8802-1a86-4500-aa99-666f57823e08", "displayName": "fabcli000002", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '166' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:33:49 GMT + Location: + - https://api.fabric.microsoft.com/v1/workspaces/663c8802-1a86-4500-aa99-666f57823e08 + Pragma: + - no-cache + RequestId: + - db8ebdab-8446-42bf-95d5-4a51e6b16190 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "3e2bba4b-44d0-49ff-a65d-fbbea595cf2d", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "663c8802-1a86-4500-aa99-666f57823e08", "displayName": "fabcli000002", + "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: + - '2879' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:33:50 GMT + Pragma: + - no-cache + RequestId: + - 6fdf37ad-8099-4c2a-ab8e-2f93d67dbcd8 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/3e2bba4b-44d0-49ff-a65d-fbbea595cf2d/folders?recursive=True + 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: + - Fri, 06 Feb 2026 08:33:51 GMT + Pragma: + - no-cache + RequestId: + - 7d87a7db-301b-41dc-b02d-c0efaa35b716 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/3e2bba4b-44d0-49ff-a65d-fbbea595cf2d/folders?recursive=True + 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: + - Fri, 06 Feb 2026 08:33:52 GMT + Pragma: + - no-cache + RequestId: + - 3837e4cc-4961-4c48-9c8f-69ebab6c5b57 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "fabcli000003"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '68' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/3e2bba4b-44d0-49ff-a65d-fbbea595cf2d/folders + response: + body: + string: '{"id": "92de4c19-548f-430f-9778-e87a0a663d84", "displayName": "fabcli000003", + "workspaceId": "3e2bba4b-44d0-49ff-a65d-fbbea595cf2d"}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '131' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:33:52 GMT + Location: + - https://api.fabric.microsoft.com/v1/workspaces/3e2bba4b-44d0-49ff-a65d-fbbea595cf2d/folders/92de4c19-548f-430f-9778-e87a0a663d84 + Pragma: + - no-cache + RequestId: + - ec13044b-58b0-4d4f-80e9-b700f3af0f7a + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "3e2bba4b-44d0-49ff-a65d-fbbea595cf2d", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "663c8802-1a86-4500-aa99-666f57823e08", "displayName": "fabcli000002", + "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: + - '2879' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:33:53 GMT + Pragma: + - no-cache + RequestId: + - 52d38c24-0a51-4a2a-a03b-2cca5f0fa321 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/3e2bba4b-44d0-49ff-a65d-fbbea595cf2d/folders?recursive=True + response: + body: + string: '{"value": [{"id": "92de4c19-548f-430f-9778-e87a0a663d84", "displayName": + "fabcli000003", "workspaceId": "3e2bba4b-44d0-49ff-a65d-fbbea595cf2d"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:33:54 GMT + Pragma: + - no-cache + RequestId: + - 925fd9be-4897-40a8-ad2e-f6c23f026c6d + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/3e2bba4b-44d0-49ff-a65d-fbbea595cf2d/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: + - Fri, 06 Feb 2026 08:33:55 GMT + Pragma: + - no-cache + RequestId: + - c8b73454-e3dd-4f14-b856-3353b86f3004 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/3e2bba4b-44d0-49ff-a65d-fbbea595cf2d/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: + - Fri, 06 Feb 2026 08:33:55 GMT + Pragma: + - no-cache + RequestId: + - 3182cb09-bcf8-4bed-921f-f22908d0aadb + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "fabcli000004", "type": + "CosmosDBDatabase", "folderId": "92de4c19-548f-430f-9778-e87a0a663d84"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '148' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/3e2bba4b-44d0-49ff-a65d-fbbea595cf2d/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: + - Fri, 06 Feb 2026 08:34:09 GMT + ETag: + - '""' + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b6006268-073f-45e2-b4f8-64015c20edc5 + Pragma: + - no-cache + RequestId: + - 1a1b3369-6d53-4611-a4f3-987867717a70 + 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: + - b6006268-073f-45e2-b4f8-64015c20edc5 + 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/b6006268-073f-45e2-b4f8-64015c20edc5 + response: + body: + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-06T08:33:57.5025274", + "lastUpdatedTimeUtc": "2026-02-06T08:34:18.4315259", "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: + - Fri, 06 Feb 2026 08:34:31 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b6006268-073f-45e2-b4f8-64015c20edc5/result + Pragma: + - no-cache + RequestId: + - c82f68bf-b483-4354-9170-e95dfc66129f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + x-ms-operation-id: + - b6006268-073f-45e2-b4f8-64015c20edc5 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + 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/b6006268-073f-45e2-b4f8-64015c20edc5/result + response: + body: + string: '{"id": "fa0c9832-d9ba-43e8-9d4b-3abf4f1436f5", "type": "CosmosDBDatabase", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "3e2bba4b-44d0-49ff-a65d-fbbea595cf2d", "folderId": "92de4c19-548f-430f-9778-e87a0a663d84"}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Type: + - application/json + Date: + - Fri, 06 Feb 2026 08:34:32 GMT + Pragma: + - no-cache + RequestId: + - 3d550f9f-cd88-492c-b1bb-32d42baeb069 + 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "3e2bba4b-44d0-49ff-a65d-fbbea595cf2d", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "663c8802-1a86-4500-aa99-666f57823e08", "displayName": "fabcli000002", + "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: + - '2879' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:34:33 GMT + Pragma: + - no-cache + RequestId: + - 4bc13363-3165-4a56-baf4-1b4e5bbf3d9c + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/3e2bba4b-44d0-49ff-a65d-fbbea595cf2d/folders?recursive=True + response: + body: + string: '{"value": [{"id": "92de4c19-548f-430f-9778-e87a0a663d84", "displayName": + "fabcli000003", "workspaceId": "3e2bba4b-44d0-49ff-a65d-fbbea595cf2d"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:34:34 GMT + Pragma: + - no-cache + RequestId: + - 37e1caf4-c3d0-48e2-bb37-52634dacdee5 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "3e2bba4b-44d0-49ff-a65d-fbbea595cf2d", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "663c8802-1a86-4500-aa99-666f57823e08", "displayName": "fabcli000002", + "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: + - '2879' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:34:35 GMT + Pragma: + - no-cache + RequestId: + - 1f78e48d-94ea-4986-9c52-2cb4f5de5f0e + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "3e2bba4b-44d0-49ff-a65d-fbbea595cf2d", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "663c8802-1a86-4500-aa99-666f57823e08", "displayName": "fabcli000002", + "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: + - '2879' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:34:36 GMT + Pragma: + - no-cache + RequestId: + - 8bb4180c-430e-4dc5-b7c4-ac9435ac9e86 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/663c8802-1a86-4500-aa99-666f57823e08/folders?recursive=True + 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: + - Fri, 06 Feb 2026 08:34:37 GMT + Pragma: + - no-cache + RequestId: + - 2e049832-1042-4510-bd99-c7ff65f62bdc + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/663c8802-1a86-4500-aa99-666f57823e08/folders?recursive=True + 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: + - Fri, 06 Feb 2026 08:34:37 GMT + Pragma: + - no-cache + RequestId: + - e1a34eba-6b9b-4bf4-889e-e8c09dbb65c3 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "fabcli000003"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '68' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/663c8802-1a86-4500-aa99-666f57823e08/folders + response: + body: + string: '{"id": "ec965fb9-2de0-40fe-a41e-73d3a79c8df2", "displayName": "fabcli000003", + "workspaceId": "663c8802-1a86-4500-aa99-666f57823e08"}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '133' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:34:38 GMT + Location: + - https://api.fabric.microsoft.com/v1/workspaces/663c8802-1a86-4500-aa99-666f57823e08/folders/ec965fb9-2de0-40fe-a41e-73d3a79c8df2 + Pragma: + - no-cache + RequestId: + - af713adb-fa88-43bb-8da3-d0a833c4c6b3 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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/3e2bba4b-44d0-49ff-a65d-fbbea595cf2d/items + response: + body: + string: '{"value": [{"id": "fa0c9832-d9ba-43e8-9d4b-3abf4f1436f5", "type": "CosmosDBDatabase", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "3e2bba4b-44d0-49ff-a65d-fbbea595cf2d", "folderId": "92de4c19-548f-430f-9778-e87a0a663d84"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '215' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:34:39 GMT + Pragma: + - no-cache + RequestId: + - 78811538-ea2d-43b9-8076-da257fa9c47d + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/3e2bba4b-44d0-49ff-a65d-fbbea595cf2d/folders?recursive=True + response: + body: + string: '{"value": [{"id": "92de4c19-548f-430f-9778-e87a0a663d84", "displayName": + "fabcli000003", "workspaceId": "3e2bba4b-44d0-49ff-a65d-fbbea595cf2d"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:34:40 GMT + Pragma: + - no-cache + RequestId: + - 04388baf-b707-490d-b762-e5867dadc1a8 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/3e2bba4b-44d0-49ff-a65d-fbbea595cf2d/folders?recursive=True + response: + body: + string: '{"value": [{"id": "92de4c19-548f-430f-9778-e87a0a663d84", "displayName": + "fabcli000003", "workspaceId": "3e2bba4b-44d0-49ff-a65d-fbbea595cf2d"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:34:41 GMT + Pragma: + - no-cache + RequestId: + - 64bdbca0-7d41-4133-af93-3cb0f68b9536 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/3e2bba4b-44d0-49ff-a65d-fbbea595cf2d/items + response: + body: + string: '{"value": [{"id": "fa0c9832-d9ba-43e8-9d4b-3abf4f1436f5", "type": "CosmosDBDatabase", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "3e2bba4b-44d0-49ff-a65d-fbbea595cf2d", "folderId": "92de4c19-548f-430f-9778-e87a0a663d84"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '215' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:34:42 GMT + Pragma: + - no-cache + RequestId: + - 1ea76add-318b-4646-a2e4-f6cf82b58627 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/3e2bba4b-44d0-49ff-a65d-fbbea595cf2d/folders?recursive=True + response: + body: + string: '{"value": [{"id": "92de4c19-548f-430f-9778-e87a0a663d84", "displayName": + "fabcli000003", "workspaceId": "3e2bba4b-44d0-49ff-a65d-fbbea595cf2d"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:34:42 GMT + Pragma: + - no-cache + RequestId: + - 22950a17-d65f-4849-bbbf-69da32204dd2 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/3e2bba4b-44d0-49ff-a65d-fbbea595cf2d/folders?recursive=True + response: + body: + string: '{"value": [{"id": "92de4c19-548f-430f-9778-e87a0a663d84", "displayName": + "fabcli000003", "workspaceId": "3e2bba4b-44d0-49ff-a65d-fbbea595cf2d"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:34:44 GMT + Pragma: + - no-cache + RequestId: + - 7ba5ca4b-0bc8-4560-9ff5-5bd98018fb80 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "3e2bba4b-44d0-49ff-a65d-fbbea595cf2d", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "663c8802-1a86-4500-aa99-666f57823e08", "displayName": "fabcli000002", + "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: + - '2879' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:34:45 GMT + Pragma: + - no-cache + RequestId: + - 44d99c6c-28c2-42f2-b11c-6cfd55c64436 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/663c8802-1a86-4500-aa99-666f57823e08/folders?recursive=True + response: + body: + string: '{"value": [{"id": "ec965fb9-2de0-40fe-a41e-73d3a79c8df2", "displayName": + "fabcli000003", "workspaceId": "663c8802-1a86-4500-aa99-666f57823e08"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:34:45 GMT + Pragma: + - no-cache + RequestId: + - ae7dae60-86c6-46fd-92eb-296c61de8dd2 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/663c8802-1a86-4500-aa99-666f57823e08/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: + - Fri, 06 Feb 2026 08:34:46 GMT + Pragma: + - no-cache + RequestId: + - 9d31ca17-b1d3-4444-9d35-f9bc762cf8c5 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/663c8802-1a86-4500-aa99-666f57823e08/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: + - Fri, 06 Feb 2026 08:34:47 GMT + Pragma: + - no-cache + RequestId: + - 02a744ff-e576-43de-bc6f-aa906fa15e27 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/663c8802-1a86-4500-aa99-666f57823e08/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: + - Fri, 06 Feb 2026 08:34:48 GMT + Pragma: + - no-cache + RequestId: + - 3830632e-61ac-493f-8683-751a243d45f8 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/3e2bba4b-44d0-49ff-a65d-fbbea595cf2d/items/fa0c9832-d9ba-43e8-9d4b-3abf4f1436f5 + response: + body: + string: '{"id": "fa0c9832-d9ba-43e8-9d4b-3abf4f1436f5", "type": "CosmosDBDatabase", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "3e2bba4b-44d0-49ff-a65d-fbbea595cf2d", "folderId": "92de4c19-548f-430f-9778-e87a0a663d84"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '202' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:34:48 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - ddd1066c-bc1d-4c19-920e-6e163d3ee061 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/3e2bba4b-44d0-49ff-a65d-fbbea595cf2d/items/fa0c9832-d9ba-43e8-9d4b-3abf4f1436f5/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: + - Fri, 06 Feb 2026 08:34:49 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/cc0b5f97-aea0-4d18-aff2-6badcdc70247 + Pragma: + - no-cache + RequestId: + - 94f5acea-e082-4821-ba69-2949d23301ea + 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: + - cc0b5f97-aea0-4d18-aff2-6badcdc70247 + 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/cc0b5f97-aea0-4d18-aff2-6badcdc70247 + response: + body: + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-06T08:34:50.3296944", + "lastUpdatedTimeUtc": "2026-02-06T08:34:51.0640792", "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: + - Fri, 06 Feb 2026 08:35:12 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/cc0b5f97-aea0-4d18-aff2-6badcdc70247/result + Pragma: + - no-cache + RequestId: + - 2df5f342-ecc2-4bf2-947a-e83164333221 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + x-ms-operation-id: + - cc0b5f97-aea0-4d18-aff2-6badcdc70247 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + 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/cc0b5f97-aea0-4d18-aff2-6badcdc70247/result + response: + body: + string: '{"definition": {"parts": [{"path": "definition.json", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9pdGVtL0Nvc21vc0RCL2RlZmluaXRpb24vQ29zbW9zREIvMi4wLjAvc2NoZW1hLmpzb24iLAogICJjb250YWluZXJzIjogW10KfQ==", + "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIkNvc21vc0RCRGF0YWJhc2UiLAogICAgImRpc3BsYXlOYW1lIjogImZhYmNsaTAwMDAwNCIsCiAgICAiZGVzY3JpcHRpb24iOiAiQ3JlYXRlZCBieSBmYWIiCiAgfSwKICAiY29uZmlnIjogewogICAgInZlcnNpb24iOiAiMi4wIiwKICAgICJsb2dpY2FsSWQiOiAiMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIgogIH0KfQ==", + "payloadType": "InlineBase64"}]}}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Type: + - application/json + Date: + - Fri, 06 Feb 2026 08:35:12 GMT + Pragma: + - no-cache + RequestId: + - 9e0a507e-c294-43fe-a85c-2b53f1daf012 + 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: '{"type": "CosmosDBDatabase", "description": "Created by fab", "displayName": + "fabcli000004", "definition": {"parts": [{"path": "definition.json", "payload": + "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9pdGVtL0Nvc21vc0RCL2RlZmluaXRpb24vQ29zbW9zREIvMi4wLjAvc2NoZW1hLmpzb24iLAogICJjb250YWluZXJzIjogW10KfQ==", + "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIkNvc21vc0RCRGF0YWJhc2UiLAogICAgImRpc3BsYXlOYW1lIjogImZhYmNsaTAwMDAwNCIsCiAgICAiZGVzY3JpcHRpb24iOiAiQ3JlYXRlZCBieSBmYWIiCiAgfSwKICAiY29uZmlnIjogewogICAgInZlcnNpb24iOiAiMi4wIiwKICAgICJsb2dpY2FsSWQiOiAiMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIgogIH0KfQ==", + "payloadType": "InlineBase64"}]}, "folderId": "ec965fb9-2de0-40fe-a41e-73d3a79c8df2"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '975' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/663c8802-1a86-4500-aa99-666f57823e08/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: + - Fri, 06 Feb 2026 08:35:14 GMT + ETag: + - '""' + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/aa8a03a4-7f67-4a41-a369-1fafaebec146 + Pragma: + - no-cache + RequestId: + - 2456f0ad-5568-4266-aa24-0adb295d6335 + 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: + - aa8a03a4-7f67-4a41-a369-1fafaebec146 + 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/aa8a03a4-7f67-4a41-a369-1fafaebec146 + response: + body: + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-06T08:35:14.1944951", + "lastUpdatedTimeUtc": "2026-02-06T08:35:33.7887645", "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: + - Fri, 06 Feb 2026 08:35:36 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/aa8a03a4-7f67-4a41-a369-1fafaebec146/result + Pragma: + - no-cache + RequestId: + - 039b4cb9-44c7-4dd2-b288-d3a6c38e6ab6 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + x-ms-operation-id: + - aa8a03a4-7f67-4a41-a369-1fafaebec146 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + 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/aa8a03a4-7f67-4a41-a369-1fafaebec146/result + response: + body: + string: '{"id": "f88a16d6-4032-4758-a41b-375bae1c6681", "type": "CosmosDBDatabase", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "663c8802-1a86-4500-aa99-666f57823e08", "folderId": "ec965fb9-2de0-40fe-a41e-73d3a79c8df2"}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Type: + - application/json + Date: + - Fri, 06 Feb 2026 08:35:37 GMT + Pragma: + - no-cache + RequestId: + - b1d36381-3076-49d0-b68f-787a018c5978 + 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/3e2bba4b-44d0-49ff-a65d-fbbea595cf2d/items + response: + body: + string: '{"value": [{"id": "3f8e2ecf-f3d1-4627-bc61-daf66505ef16", "type": "SQLEndpoint", + "displayName": "fabcli000004", "description": "", "workspaceId": "3e2bba4b-44d0-49ff-a65d-fbbea595cf2d", + "folderId": "92de4c19-548f-430f-9778-e87a0a663d84"}, {"id": "fa0c9832-d9ba-43e8-9d4b-3abf4f1436f5", + "type": "CosmosDBDatabase", "displayName": "fabcli000004", "description": + "Created by fab", "workspaceId": "3e2bba4b-44d0-49ff-a65d-fbbea595cf2d", "folderId": + "92de4c19-548f-430f-9778-e87a0a663d84"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '263' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:35:38 GMT + Pragma: + - no-cache + RequestId: + - dc495b0d-0f1b-4ec8-ab4c-63fe3f87a3e5 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/3e2bba4b-44d0-49ff-a65d-fbbea595cf2d/folders?recursive=True + response: + body: + string: '{"value": [{"id": "92de4c19-548f-430f-9778-e87a0a663d84", "displayName": + "fabcli000003", "workspaceId": "3e2bba4b-44d0-49ff-a65d-fbbea595cf2d"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:35:39 GMT + Pragma: + - no-cache + RequestId: + - 4c1bb255-a14c-4bb3-bef1-8544ac47d487 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/3e2bba4b-44d0-49ff-a65d-fbbea595cf2d/folders?recursive=True + response: + body: + string: '{"value": [{"id": "92de4c19-548f-430f-9778-e87a0a663d84", "displayName": + "fabcli000003", "workspaceId": "3e2bba4b-44d0-49ff-a65d-fbbea595cf2d"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:35:39 GMT + Pragma: + - no-cache + RequestId: + - 239b6e33-d37d-4a75-8877-c50a1e2b4e28 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/3e2bba4b-44d0-49ff-a65d-fbbea595cf2d/folders?recursive=True + response: + body: + string: '{"value": [{"id": "92de4c19-548f-430f-9778-e87a0a663d84", "displayName": + "fabcli000003", "workspaceId": "3e2bba4b-44d0-49ff-a65d-fbbea595cf2d"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:35:40 GMT + Pragma: + - no-cache + RequestId: + - 8fd179dc-b592-4e96-8187-1331897d1a22 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "3e2bba4b-44d0-49ff-a65d-fbbea595cf2d", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "663c8802-1a86-4500-aa99-666f57823e08", "displayName": "fabcli000002", + "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: + - '2879' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:35:41 GMT + Pragma: + - no-cache + RequestId: + - b991bca9-acba-459e-9746-6af16acd90a5 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/663c8802-1a86-4500-aa99-666f57823e08/items + response: + body: + string: '{"value": [{"id": "f88a16d6-4032-4758-a41b-375bae1c6681", "type": "CosmosDBDatabase", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "663c8802-1a86-4500-aa99-666f57823e08", "folderId": "ec965fb9-2de0-40fe-a41e-73d3a79c8df2"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '215' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:35:42 GMT + Pragma: + - no-cache + RequestId: + - 2096642f-7efd-41f3-a4b7-c42e188fe4e3 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/663c8802-1a86-4500-aa99-666f57823e08/folders?recursive=True + response: + body: + string: '{"value": [{"id": "ec965fb9-2de0-40fe-a41e-73d3a79c8df2", "displayName": + "fabcli000003", "workspaceId": "663c8802-1a86-4500-aa99-666f57823e08"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:35:43 GMT + Pragma: + - no-cache + RequestId: + - a5e1dfff-23e9-40e3-9ba6-24ce8e642ffc + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/663c8802-1a86-4500-aa99-666f57823e08/folders?recursive=True + response: + body: + string: '{"value": [{"id": "ec965fb9-2de0-40fe-a41e-73d3a79c8df2", "displayName": + "fabcli000003", "workspaceId": "663c8802-1a86-4500-aa99-666f57823e08"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:35:44 GMT + Pragma: + - no-cache + RequestId: + - 2fa841fb-d24c-478c-87a5-1dcc0fb59e1d + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "3e2bba4b-44d0-49ff-a65d-fbbea595cf2d", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "663c8802-1a86-4500-aa99-666f57823e08", "displayName": "fabcli000002", + "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: + - '2879' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:35:44 GMT + Pragma: + - no-cache + RequestId: + - 6584b12a-fda8-4c33-aeb1-9d9052aa13fb + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/663c8802-1a86-4500-aa99-666f57823e08/folders?recursive=True + response: + body: + string: '{"value": [{"id": "ec965fb9-2de0-40fe-a41e-73d3a79c8df2", "displayName": + "fabcli000003", "workspaceId": "663c8802-1a86-4500-aa99-666f57823e08"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:35:45 GMT + Pragma: + - no-cache + RequestId: + - 98f3429d-345b-4d8f-a5a3-717119a72aa4 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/663c8802-1a86-4500-aa99-666f57823e08/items + response: + body: + string: '{"value": [{"id": "e9cf5569-e6fd-46e9-a211-e58ea25be022", "type": "SQLEndpoint", + "displayName": "fabcli000004", "description": "", "workspaceId": "663c8802-1a86-4500-aa99-666f57823e08", + "folderId": "ec965fb9-2de0-40fe-a41e-73d3a79c8df2"}, {"id": "f88a16d6-4032-4758-a41b-375bae1c6681", + "type": "CosmosDBDatabase", "displayName": "fabcli000004", "description": + "Created by fab", "workspaceId": "663c8802-1a86-4500-aa99-666f57823e08", "folderId": + "ec965fb9-2de0-40fe-a41e-73d3a79c8df2"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '263' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:35:46 GMT + Pragma: + - no-cache + RequestId: + - 5f4fc3e3-34bf-4339-b686-b9f554bfa3bc + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/663c8802-1a86-4500-aa99-666f57823e08/folders?recursive=True + response: + body: + string: '{"value": [{"id": "ec965fb9-2de0-40fe-a41e-73d3a79c8df2", "displayName": + "fabcli000003", "workspaceId": "663c8802-1a86-4500-aa99-666f57823e08"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:35:47 GMT + Pragma: + - no-cache + RequestId: + - d93e0ed3-03c7-4889-9b81-b547e13e67dd + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/663c8802-1a86-4500-aa99-666f57823e08/folders?recursive=True + response: + body: + string: '{"value": [{"id": "ec965fb9-2de0-40fe-a41e-73d3a79c8df2", "displayName": + "fabcli000003", "workspaceId": "663c8802-1a86-4500-aa99-666f57823e08"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:35:47 GMT + Pragma: + - no-cache + RequestId: + - d95d1370-7a81-455c-8581-714ceb9b3410 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/663c8802-1a86-4500-aa99-666f57823e08/folders?recursive=True + response: + body: + string: '{"value": [{"id": "ec965fb9-2de0-40fe-a41e-73d3a79c8df2", "displayName": + "fabcli000003", "workspaceId": "663c8802-1a86-4500-aa99-666f57823e08"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:35:48 GMT + Pragma: + - no-cache + RequestId: + - cdb95b09-7a0c-4338-81fa-b217eeebfe3a + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "3e2bba4b-44d0-49ff-a65d-fbbea595cf2d", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "663c8802-1a86-4500-aa99-666f57823e08", "displayName": "fabcli000002", + "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: + - '2879' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:35:50 GMT + Pragma: + - no-cache + RequestId: + - 16335a5e-5267-4372-a6a0-e8ccd28d88e0 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/663c8802-1a86-4500-aa99-666f57823e08/folders?recursive=True + response: + body: + string: '{"value": [{"id": "ec965fb9-2de0-40fe-a41e-73d3a79c8df2", "displayName": + "fabcli000003", "workspaceId": "663c8802-1a86-4500-aa99-666f57823e08"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:35:50 GMT + Pragma: + - no-cache + RequestId: + - d805ffd3-bde2-4139-b5f6-a304fc1d2831 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/663c8802-1a86-4500-aa99-666f57823e08/items + response: + body: + string: '{"value": [{"id": "e9cf5569-e6fd-46e9-a211-e58ea25be022", "type": "SQLEndpoint", + "displayName": "fabcli000004", "description": "", "workspaceId": "663c8802-1a86-4500-aa99-666f57823e08", + "folderId": "ec965fb9-2de0-40fe-a41e-73d3a79c8df2"}, {"id": "f88a16d6-4032-4758-a41b-375bae1c6681", + "type": "CosmosDBDatabase", "displayName": "fabcli000004", "description": + "Created by fab", "workspaceId": "663c8802-1a86-4500-aa99-666f57823e08", "folderId": + "ec965fb9-2de0-40fe-a41e-73d3a79c8df2"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '263' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:35:50 GMT + Pragma: + - no-cache + RequestId: + - 127651b1-8adb-4af6-a894-967e8988a60b + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/663c8802-1a86-4500-aa99-666f57823e08/folders?recursive=True + response: + body: + string: '{"requestId": "369563a2-ddd0-411d-8a38-84eac5b6f154", "errorCode": + "RequestBlocked", "message": "Request is blocked by the upstream service until: + 2/6/2026 8:36:39 AM (UTC)", "isRetriable": true}' + headers: + Content-Length: + - '188' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:35:51 GMT + RequestId: + - 369563a2-ddd0-411d-8a38-84eac5b6f154 + Retry-After: + - '47' + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-public-api-error-code: + - RequestBlocked + status: + code: 429 + message: '' +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/663c8802-1a86-4500-aa99-666f57823e08/folders?recursive=True + response: + body: + string: '{"value": [{"id": "ec965fb9-2de0-40fe-a41e-73d3a79c8df2", "displayName": + "fabcli000003", "workspaceId": "663c8802-1a86-4500-aa99-666f57823e08"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:36:42 GMT + Pragma: + - no-cache + RequestId: + - 6aca3854-13e4-40b9-9253-21a104658422 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/663c8802-1a86-4500-aa99-666f57823e08/folders?recursive=True + response: + body: + string: '{"value": [{"id": "ec965fb9-2de0-40fe-a41e-73d3a79c8df2", "displayName": + "fabcli000003", "workspaceId": "663c8802-1a86-4500-aa99-666f57823e08"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:36:42 GMT + Pragma: + - no-cache + RequestId: + - c707c679-49d8-4ada-b502-4069aacd8598 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/663c8802-1a86-4500-aa99-666f57823e08/items/f88a16d6-4032-4758-a41b-375bae1c6681 + 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: + - Fri, 06 Feb 2026 08:36:44 GMT + Pragma: + - no-cache + RequestId: + - c743e75a-b6bd-458f-ae1d-6b3370a79eef + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "3e2bba4b-44d0-49ff-a65d-fbbea595cf2d", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "663c8802-1a86-4500-aa99-666f57823e08", "displayName": "fabcli000002", + "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: + - '2879' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:36:44 GMT + Pragma: + - no-cache + RequestId: + - 14560d90-7e14-450c-abc2-0600b7e6eb82 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/663c8802-1a86-4500-aa99-666f57823e08/folders?recursive=True + response: + body: + string: '{"value": [{"id": "ec965fb9-2de0-40fe-a41e-73d3a79c8df2", "displayName": + "fabcli000003", "workspaceId": "663c8802-1a86-4500-aa99-666f57823e08"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:36:45 GMT + Pragma: + - no-cache + RequestId: + - 2821506f-6c13-4d93-9dfb-6aa32f4bd0cc + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/663c8802-1a86-4500-aa99-666f57823e08/folders/ec965fb9-2de0-40fe-a41e-73d3a79c8df2 + 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: + - Fri, 06 Feb 2026 08:36:46 GMT + Pragma: + - no-cache + RequestId: + - 7cc9d12b-7e4d-4b19-aa52-0b2ff4465421 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "3e2bba4b-44d0-49ff-a65d-fbbea595cf2d", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "663c8802-1a86-4500-aa99-666f57823e08", "displayName": "fabcli000002", + "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: + - '2879' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:36:46 GMT + Pragma: + - no-cache + RequestId: + - 8996a096-fff8-48df-ad01-1066573b8c3a + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/3e2bba4b-44d0-49ff-a65d-fbbea595cf2d/folders?recursive=True + response: + body: + string: '{"value": [{"id": "92de4c19-548f-430f-9778-e87a0a663d84", "displayName": + "fabcli000003", "workspaceId": "3e2bba4b-44d0-49ff-a65d-fbbea595cf2d"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:36:47 GMT + Pragma: + - no-cache + RequestId: + - 3976a8f3-df31-4f0a-84ad-79f5250614f7 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/3e2bba4b-44d0-49ff-a65d-fbbea595cf2d/items + response: + body: + string: '{"value": [{"id": "3f8e2ecf-f3d1-4627-bc61-daf66505ef16", "type": "SQLEndpoint", + "displayName": "fabcli000004", "description": "", "workspaceId": "3e2bba4b-44d0-49ff-a65d-fbbea595cf2d", + "folderId": "92de4c19-548f-430f-9778-e87a0a663d84"}, {"id": "fa0c9832-d9ba-43e8-9d4b-3abf4f1436f5", + "type": "CosmosDBDatabase", "displayName": "fabcli000004", "description": + "Created by fab", "workspaceId": "3e2bba4b-44d0-49ff-a65d-fbbea595cf2d", "folderId": + "92de4c19-548f-430f-9778-e87a0a663d84"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '263' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:36:48 GMT + Pragma: + - no-cache + RequestId: + - 553fff0f-9e04-4ebd-a10a-060bb8ffe454 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/3e2bba4b-44d0-49ff-a65d-fbbea595cf2d/folders?recursive=True + response: + body: + string: '{"value": [{"id": "92de4c19-548f-430f-9778-e87a0a663d84", "displayName": + "fabcli000003", "workspaceId": "3e2bba4b-44d0-49ff-a65d-fbbea595cf2d"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:36:49 GMT + Pragma: + - no-cache + RequestId: + - a5ae90d0-280d-4dd9-8ede-a7a46c420d45 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/3e2bba4b-44d0-49ff-a65d-fbbea595cf2d/folders?recursive=True + response: + body: + string: '{"value": [{"id": "92de4c19-548f-430f-9778-e87a0a663d84", "displayName": + "fabcli000003", "workspaceId": "3e2bba4b-44d0-49ff-a65d-fbbea595cf2d"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:36:50 GMT + Pragma: + - no-cache + RequestId: + - be27381e-fec4-4d61-97a2-9bf2524f1526 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/3e2bba4b-44d0-49ff-a65d-fbbea595cf2d/items/fa0c9832-d9ba-43e8-9d4b-3abf4f1436f5 + 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: + - Fri, 06 Feb 2026 08:36:50 GMT + Pragma: + - no-cache + RequestId: + - 92705afd-9e1a-486f-b573-eb1acb490200 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "3e2bba4b-44d0-49ff-a65d-fbbea595cf2d", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "663c8802-1a86-4500-aa99-666f57823e08", "displayName": "fabcli000002", + "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: + - '2879' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:36:52 GMT + Pragma: + - no-cache + RequestId: + - 5beaaf5e-be16-4a64-a945-e881a174d942 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/3e2bba4b-44d0-49ff-a65d-fbbea595cf2d/folders?recursive=True + response: + body: + string: '{"value": [{"id": "92de4c19-548f-430f-9778-e87a0a663d84", "displayName": + "fabcli000003", "workspaceId": "3e2bba4b-44d0-49ff-a65d-fbbea595cf2d"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:36:53 GMT + Pragma: + - no-cache + RequestId: + - 8bbba3fa-1911-430d-915c-58a8904ba653 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/3e2bba4b-44d0-49ff-a65d-fbbea595cf2d/folders/92de4c19-548f-430f-9778-e87a0a663d84 + 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: + - Fri, 06 Feb 2026 08:36:54 GMT + Pragma: + - no-cache + RequestId: + - 4b7092a7-6f4d-42cc-9a2b-cd3318961b9b + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "3e2bba4b-44d0-49ff-a65d-fbbea595cf2d", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "663c8802-1a86-4500-aa99-666f57823e08", "displayName": "fabcli000002", + "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: + - '2879' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:36:54 GMT + Pragma: + - no-cache + RequestId: + - a97ee7ea-b1bd-4f8b-9ed5-a9e8fc52cab7 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/3e2bba4b-44d0-49ff-a65d-fbbea595cf2d/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: + - Fri, 06 Feb 2026 08:36:55 GMT + Pragma: + - no-cache + RequestId: + - 584b11ce-f95d-42c0-8cfd-79b6bb6495a8 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/3e2bba4b-44d0-49ff-a65d-fbbea595cf2d + 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: + - Fri, 06 Feb 2026 08:36:56 GMT + Pragma: + - no-cache + RequestId: + - 5902bb64-f6f1-48b3-bdfa-64e26119e810 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "663c8802-1a86-4500-aa99-666f57823e08", "displayName": "fabcli000002", + "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: + - '2841' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:36:57 GMT + Pragma: + - no-cache + RequestId: + - 85df337f-22ae-4612-97bc-977cf842fd93 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/663c8802-1a86-4500-aa99-666f57823e08/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: + - Fri, 06 Feb 2026 08:36:58 GMT + Pragma: + - no-cache + RequestId: + - a5ddb74a-c1b2-4846-935b-c0735a924ab7 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/663c8802-1a86-4500-aa99-666f57823e08 + 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: + - Fri, 06 Feb 2026 08:36:58 GMT + Pragma: + - no-cache + RequestId: + - 2167818a-256e-46d5-899a-8b4b1f6c28f3 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-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_cp/test_cp_folder_with_different_item_types_success[DataPipeline].yaml b/tests/test_commands/recordings/test_commands/test_cp/test_cp_folder_with_different_item_types_success[DataPipeline].yaml new file mode 100644 index 00000000..3cccef25 --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_cp/test_cp_folder_with_different_item_types_success[DataPipeline].yaml @@ -0,0 +1,3748 @@ +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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "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: + - '2805' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:14:27 GMT + Pragma: + - no-cache + RequestId: + - 5631c736-d2ac-4597-aaf5-ca767f56c4e4 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "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: + - '2805' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:14:28 GMT + Pragma: + - no-cache + RequestId: + - 467ec3d3-0c4d-4146-8a42-e8f1464a81f5 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/capacities + response: + body: + string: '{"value": [{"id": "00000000-0000-0000-0000-000000000004", "displayName": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": + "Active"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '427' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:14:32 GMT + Pragma: + - no-cache + RequestId: + - 7a494747-9b8a-4a1a-9d92-738088338a7f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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", "capacityId": + "00000000-0000-0000-0000-000000000004"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '122' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"id": "d1df1cf9-4071-451f-b495-9990506dc8ec", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '166' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:14:39 GMT + Location: + - https://api.fabric.microsoft.com/v1/workspaces/d1df1cf9-4071-451f-b495-9990506dc8ec + Pragma: + - no-cache + RequestId: + - b5b4ff5c-6668-4171-9e30-b3d8dea75d44 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "d1df1cf9-4071-451f-b495-9990506dc8ec", "displayName": "fabcli000001", + "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: + - '2847' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:14:40 GMT + Pragma: + - no-cache + RequestId: + - 2078e768-917f-4dfe-b660-a9b7a915e1fa + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "d1df1cf9-4071-451f-b495-9990506dc8ec", "displayName": "fabcli000001", + "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: + - '2847' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:14:41 GMT + Pragma: + - no-cache + RequestId: + - 2470e8a3-d8c9-4f5a-833f-3e5227ed898b + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/capacities + response: + body: + string: '{"value": [{"id": "00000000-0000-0000-0000-000000000004", "displayName": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": + "Active"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '424' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:14:46 GMT + Pragma: + - no-cache + RequestId: + - 24918917-0872-46cc-ac9e-3f15e9a794c5 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "fabcli000002", "capacityId": + "00000000-0000-0000-0000-000000000004"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '122' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"id": "86a7832d-1baa-4ad4-a1b4-5313dc823f31", "displayName": "fabcli000002", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '166' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:14:53 GMT + Location: + - https://api.fabric.microsoft.com/v1/workspaces/86a7832d-1baa-4ad4-a1b4-5313dc823f31 + Pragma: + - no-cache + RequestId: + - 00e1979e-6ee4-41b5-8684-d493e88604db + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "d1df1cf9-4071-451f-b495-9990506dc8ec", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "86a7832d-1baa-4ad4-a1b4-5313dc823f31", "displayName": "fabcli000002", + "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: + - '2883' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:14:54 GMT + Pragma: + - no-cache + RequestId: + - a61636ee-e512-4f4c-a5a3-91855919389b + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/d1df1cf9-4071-451f-b495-9990506dc8ec/folders?recursive=True + 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: + - Fri, 06 Feb 2026 08:14:55 GMT + Pragma: + - no-cache + RequestId: + - eb56277b-ef0f-4c61-b40b-5c7ffe6dcea6 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/d1df1cf9-4071-451f-b495-9990506dc8ec/folders?recursive=True + 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: + - Fri, 06 Feb 2026 08:14:56 GMT + Pragma: + - no-cache + RequestId: + - e1667d39-f98d-4eeb-9290-1eee5c6c11c0 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "fabcli000003"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '68' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/d1df1cf9-4071-451f-b495-9990506dc8ec/folders + response: + body: + string: '{"id": "464163de-4664-4347-8124-4b18c93a5f6e", "displayName": "fabcli000003", + "workspaceId": "d1df1cf9-4071-451f-b495-9990506dc8ec"}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '132' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:14:56 GMT + Location: + - https://api.fabric.microsoft.com/v1/workspaces/d1df1cf9-4071-451f-b495-9990506dc8ec/folders/464163de-4664-4347-8124-4b18c93a5f6e + Pragma: + - no-cache + RequestId: + - d653c700-c677-4351-86e4-a1fca697a439 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "d1df1cf9-4071-451f-b495-9990506dc8ec", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "86a7832d-1baa-4ad4-a1b4-5313dc823f31", "displayName": "fabcli000002", + "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: + - '2883' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:14:58 GMT + Pragma: + - no-cache + RequestId: + - a5ac5845-926f-4844-a7a0-56de754542d5 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/d1df1cf9-4071-451f-b495-9990506dc8ec/folders?recursive=True + response: + body: + string: '{"value": [{"id": "464163de-4664-4347-8124-4b18c93a5f6e", "displayName": + "fabcli000003", "workspaceId": "d1df1cf9-4071-451f-b495-9990506dc8ec"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:14:59 GMT + Pragma: + - no-cache + RequestId: + - 89fad134-eb67-4c65-8baf-7a5a9dbea671 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/d1df1cf9-4071-451f-b495-9990506dc8ec/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: + - Fri, 06 Feb 2026 08:15:00 GMT + Pragma: + - no-cache + RequestId: + - 90a99cce-638a-4140-8d03-58d50dfab9a2 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/d1df1cf9-4071-451f-b495-9990506dc8ec/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: + - Fri, 06 Feb 2026 08:15:00 GMT + Pragma: + - no-cache + RequestId: + - 8499b3f1-dea0-4531-9edd-c13c4bc6573b + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "fabcli000004", "type": + "DataPipeline", "folderId": "464163de-4664-4347-8124-4b18c93a5f6e"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '144' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/d1df1cf9-4071-451f-b495-9990506dc8ec/dataPipelines + response: + body: + string: '{"id": "58ed4d14-805b-4dc7-98f9-e55428c3e5f0", "type": "DataPipeline", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "d1df1cf9-4071-451f-b495-9990506dc8ec", "folderId": "464163de-4664-4347-8124-4b18c93a5f6e"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '203' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:15:07 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - a56a25f9-6623-4716-a8b8-0da2a39e83af + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "d1df1cf9-4071-451f-b495-9990506dc8ec", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "86a7832d-1baa-4ad4-a1b4-5313dc823f31", "displayName": "fabcli000002", + "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: + - '2883' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:15:07 GMT + Pragma: + - no-cache + RequestId: + - 7b922003-4398-4b95-b19d-5a1125261605 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/d1df1cf9-4071-451f-b495-9990506dc8ec/folders?recursive=True + response: + body: + string: '{"value": [{"id": "464163de-4664-4347-8124-4b18c93a5f6e", "displayName": + "fabcli000003", "workspaceId": "d1df1cf9-4071-451f-b495-9990506dc8ec"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:15:08 GMT + Pragma: + - no-cache + RequestId: + - e66c8d28-f20c-4620-9b11-b4316046c621 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "d1df1cf9-4071-451f-b495-9990506dc8ec", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "86a7832d-1baa-4ad4-a1b4-5313dc823f31", "displayName": "fabcli000002", + "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: + - '2883' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:15:09 GMT + Pragma: + - no-cache + RequestId: + - 54114ad1-5936-46a3-9692-2c5ba94a80da + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "d1df1cf9-4071-451f-b495-9990506dc8ec", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "86a7832d-1baa-4ad4-a1b4-5313dc823f31", "displayName": "fabcli000002", + "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: + - '2883' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:15:09 GMT + Pragma: + - no-cache + RequestId: + - 3d1bb147-177c-417f-b636-a406fb9d3667 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/86a7832d-1baa-4ad4-a1b4-5313dc823f31/folders?recursive=True + 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: + - Fri, 06 Feb 2026 08:15:11 GMT + Pragma: + - no-cache + RequestId: + - 379247c0-707e-4cb2-b28e-78d820b72abb + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/86a7832d-1baa-4ad4-a1b4-5313dc823f31/folders?recursive=True + 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: + - Fri, 06 Feb 2026 08:15:11 GMT + Pragma: + - no-cache + RequestId: + - 6c6275dc-548c-4759-93df-d50d625d7be2 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "fabcli000003"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '68' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/86a7832d-1baa-4ad4-a1b4-5313dc823f31/folders + response: + body: + string: '{"id": "5eba2120-30b0-461d-94de-a9a80ec43e93", "displayName": "fabcli000003", + "workspaceId": "86a7832d-1baa-4ad4-a1b4-5313dc823f31"}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '132' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:15:12 GMT + Location: + - https://api.fabric.microsoft.com/v1/workspaces/86a7832d-1baa-4ad4-a1b4-5313dc823f31/folders/5eba2120-30b0-461d-94de-a9a80ec43e93 + Pragma: + - no-cache + RequestId: + - 19c8fe02-936b-4559-8b94-3480e7172ff9 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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/d1df1cf9-4071-451f-b495-9990506dc8ec/items + response: + body: + string: '{"value": [{"id": "58ed4d14-805b-4dc7-98f9-e55428c3e5f0", "type": "DataPipeline", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "d1df1cf9-4071-451f-b495-9990506dc8ec", "folderId": "464163de-4664-4347-8124-4b18c93a5f6e"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '214' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:15:13 GMT + Pragma: + - no-cache + RequestId: + - cb6e73db-d0f1-4e14-b694-21f59968ad5f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/d1df1cf9-4071-451f-b495-9990506dc8ec/folders?recursive=True + response: + body: + string: '{"value": [{"id": "464163de-4664-4347-8124-4b18c93a5f6e", "displayName": + "fabcli000003", "workspaceId": "d1df1cf9-4071-451f-b495-9990506dc8ec"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:15:14 GMT + Pragma: + - no-cache + RequestId: + - e0586982-f261-4ece-a0fb-290216516c35 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/d1df1cf9-4071-451f-b495-9990506dc8ec/folders?recursive=True + response: + body: + string: '{"value": [{"id": "464163de-4664-4347-8124-4b18c93a5f6e", "displayName": + "fabcli000003", "workspaceId": "d1df1cf9-4071-451f-b495-9990506dc8ec"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:15:15 GMT + Pragma: + - no-cache + RequestId: + - 32fa2616-64b8-4454-ab9f-9e533eb0ea4f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/d1df1cf9-4071-451f-b495-9990506dc8ec/items + response: + body: + string: '{"value": [{"id": "58ed4d14-805b-4dc7-98f9-e55428c3e5f0", "type": "DataPipeline", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "d1df1cf9-4071-451f-b495-9990506dc8ec", "folderId": "464163de-4664-4347-8124-4b18c93a5f6e"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '214' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:15:16 GMT + Pragma: + - no-cache + RequestId: + - 580249de-f163-438a-97fb-9f58bcaaac74 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/d1df1cf9-4071-451f-b495-9990506dc8ec/folders?recursive=True + response: + body: + string: '{"value": [{"id": "464163de-4664-4347-8124-4b18c93a5f6e", "displayName": + "fabcli000003", "workspaceId": "d1df1cf9-4071-451f-b495-9990506dc8ec"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:15:16 GMT + Pragma: + - no-cache + RequestId: + - 5d3af147-9e21-48ce-a5c5-3bc8931bb8db + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/d1df1cf9-4071-451f-b495-9990506dc8ec/folders?recursive=True + response: + body: + string: '{"value": [{"id": "464163de-4664-4347-8124-4b18c93a5f6e", "displayName": + "fabcli000003", "workspaceId": "d1df1cf9-4071-451f-b495-9990506dc8ec"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:15:16 GMT + Pragma: + - no-cache + RequestId: + - 284579b9-08e3-4834-8afd-10fef3894f56 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "d1df1cf9-4071-451f-b495-9990506dc8ec", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "86a7832d-1baa-4ad4-a1b4-5313dc823f31", "displayName": "fabcli000002", + "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: + - '2883' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:15:18 GMT + Pragma: + - no-cache + RequestId: + - 528909e9-c4af-4146-8c74-b05f528538bb + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/86a7832d-1baa-4ad4-a1b4-5313dc823f31/folders?recursive=True + response: + body: + string: '{"requestId": "d0133f3c-b6f8-4631-a131-63ffba6959ce", "errorCode": + "RequestBlocked", "message": "Request is blocked by the upstream service until: + 2/6/2026 8:15:56 AM (UTC)", "isRetriable": true}' + headers: + Content-Length: + - '188' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:15:18 GMT + RequestId: + - d0133f3c-b6f8-4631-a131-63ffba6959ce + Retry-After: + - '37' + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-public-api-error-code: + - RequestBlocked + status: + code: 429 + message: '' +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/86a7832d-1baa-4ad4-a1b4-5313dc823f31/folders?recursive=True + response: + body: + string: '{"value": [{"id": "5eba2120-30b0-461d-94de-a9a80ec43e93", "displayName": + "fabcli000003", "workspaceId": "86a7832d-1baa-4ad4-a1b4-5313dc823f31"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:15:58 GMT + Pragma: + - no-cache + RequestId: + - 738ee5e2-66ca-4e4e-b13f-21e3d87c4ad5 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/86a7832d-1baa-4ad4-a1b4-5313dc823f31/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: + - Fri, 06 Feb 2026 08:15:59 GMT + Pragma: + - no-cache + RequestId: + - 6c239580-5f23-42ac-a5a5-c88f621b51b3 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/86a7832d-1baa-4ad4-a1b4-5313dc823f31/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: + - Fri, 06 Feb 2026 08:16:00 GMT + Pragma: + - no-cache + RequestId: + - 4beab00d-395b-4b4c-a2ed-d9b1720851ec + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/86a7832d-1baa-4ad4-a1b4-5313dc823f31/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: + - Fri, 06 Feb 2026 08:16:01 GMT + Pragma: + - no-cache + RequestId: + - 2265c51b-0c5f-4b41-8154-025680d7ef00 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/d1df1cf9-4071-451f-b495-9990506dc8ec/items/58ed4d14-805b-4dc7-98f9-e55428c3e5f0 + response: + body: + string: '{"id": "58ed4d14-805b-4dc7-98f9-e55428c3e5f0", "type": "DataPipeline", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "d1df1cf9-4071-451f-b495-9990506dc8ec", "folderId": "464163de-4664-4347-8124-4b18c93a5f6e"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '203' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:16:01 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - e3fd5ce9-3400-40f4-bf8e-c36152778324 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/d1df1cf9-4071-451f-b495-9990506dc8ec/items/58ed4d14-805b-4dc7-98f9-e55428c3e5f0/getDefinition + response: + body: + string: '{"definition": {"parts": [{"path": "pipeline-content.json", "payload": + "ewogICJwcm9wZXJ0aWVzIjogewogICAgImFjdGl2aXRpZXMiOiBbXQogIH0KfQ==", "payloadType": + "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIkRhdGFQaXBlbGluZSIsCiAgICAiZGlzcGxheU5hbWUiOiAiZmFiY2xpMDAwMDA0IiwKICAgICJkZXNjcmlwdGlvbiI6ICJDcmVhdGVkIGJ5IGZhYiIKICB9LAogICJjb25maWciOiB7CiAgICAidmVyc2lvbiI6ICIyLjAiLAogICAgImxvZ2ljYWxJZCI6ICIwMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiCiAgfQp9", + "payloadType": "InlineBase64"}]}}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '456' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:16:03 GMT + Pragma: + - no-cache + RequestId: + - 37bd3a46-4d3a-4f28-8f0d-baede00bd4aa + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "Created by fab", "displayName": + "fabcli000004", "definition": {"parts": [{"path": "pipeline-content.json", "payload": + "ewogICJwcm9wZXJ0aWVzIjogewogICAgImFjdGl2aXRpZXMiOiBbXQogIH0KfQ==", "payloadType": + "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIkRhdGFQaXBlbGluZSIsCiAgICAiZGlzcGxheU5hbWUiOiAiZmFiY2xpMDAwMDA0IiwKICAgICJkZXNjcmlwdGlvbiI6ICJDcmVhdGVkIGJ5IGZhYiIKICB9LAogICJjb25maWciOiB7CiAgICAidmVyc2lvbiI6ICIyLjAiLAogICAgImxvZ2ljYWxJZCI6ICIwMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiCiAgfQp9", + "payloadType": "InlineBase64"}]}, "folderId": "5eba2120-30b0-461d-94de-a9a80ec43e93"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '845' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/86a7832d-1baa-4ad4-a1b4-5313dc823f31/items + response: + body: + string: '{"id": "3cd19cee-8bb0-4093-b573-ed8395d5a2b1", "type": "DataPipeline", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "86a7832d-1baa-4ad4-a1b4-5313dc823f31", "folderId": "5eba2120-30b0-461d-94de-a9a80ec43e93"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '199' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:16:10 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - bc3c7b2d-d5e1-4a70-a7a4-85911b2c4c87 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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/d1df1cf9-4071-451f-b495-9990506dc8ec/items + response: + body: + string: '{"value": [{"id": "58ed4d14-805b-4dc7-98f9-e55428c3e5f0", "type": "DataPipeline", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "d1df1cf9-4071-451f-b495-9990506dc8ec", "folderId": "464163de-4664-4347-8124-4b18c93a5f6e"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '214' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:16:11 GMT + Pragma: + - no-cache + RequestId: + - 4d04ecf1-b7fc-469b-add1-adbf884d1eb3 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/d1df1cf9-4071-451f-b495-9990506dc8ec/folders?recursive=True + response: + body: + string: '{"value": [{"id": "464163de-4664-4347-8124-4b18c93a5f6e", "displayName": + "fabcli000003", "workspaceId": "d1df1cf9-4071-451f-b495-9990506dc8ec"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:16:12 GMT + Pragma: + - no-cache + RequestId: + - 31d5d48f-1718-4fba-994f-58c9a7bb975b + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/d1df1cf9-4071-451f-b495-9990506dc8ec/folders?recursive=True + response: + body: + string: '{"value": [{"id": "464163de-4664-4347-8124-4b18c93a5f6e", "displayName": + "fabcli000003", "workspaceId": "d1df1cf9-4071-451f-b495-9990506dc8ec"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:16:13 GMT + Pragma: + - no-cache + RequestId: + - 5abd0ccf-5df9-4f78-b2a1-14495ed3d989 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "d1df1cf9-4071-451f-b495-9990506dc8ec", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "86a7832d-1baa-4ad4-a1b4-5313dc823f31", "displayName": "fabcli000002", + "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: + - '2883' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:16:13 GMT + Pragma: + - no-cache + RequestId: + - cae0f7da-b383-4925-b2f5-55ec479d1120 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/86a7832d-1baa-4ad4-a1b4-5313dc823f31/items + response: + body: + string: '{"value": [{"id": "3cd19cee-8bb0-4093-b573-ed8395d5a2b1", "type": "DataPipeline", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "86a7832d-1baa-4ad4-a1b4-5313dc823f31", "folderId": "5eba2120-30b0-461d-94de-a9a80ec43e93"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '211' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:16:14 GMT + Pragma: + - no-cache + RequestId: + - 317e9b39-b919-4a28-b74c-bb5372438107 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/86a7832d-1baa-4ad4-a1b4-5313dc823f31/folders?recursive=True + response: + body: + string: '{"value": [{"id": "5eba2120-30b0-461d-94de-a9a80ec43e93", "displayName": + "fabcli000003", "workspaceId": "86a7832d-1baa-4ad4-a1b4-5313dc823f31"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:16:14 GMT + Pragma: + - no-cache + RequestId: + - 83b7c799-ece6-468a-a32d-16d669c399ec + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/86a7832d-1baa-4ad4-a1b4-5313dc823f31/folders?recursive=True + response: + body: + string: '{"value": [{"id": "5eba2120-30b0-461d-94de-a9a80ec43e93", "displayName": + "fabcli000003", "workspaceId": "86a7832d-1baa-4ad4-a1b4-5313dc823f31"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:16:15 GMT + Pragma: + - no-cache + RequestId: + - 3276afef-a258-43b7-9407-1b12da2a4f94 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "d1df1cf9-4071-451f-b495-9990506dc8ec", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "86a7832d-1baa-4ad4-a1b4-5313dc823f31", "displayName": "fabcli000002", + "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: + - '2883' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:16:16 GMT + Pragma: + - no-cache + RequestId: + - b817dc91-ad18-4e02-bf30-bf96d11ae13a + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/86a7832d-1baa-4ad4-a1b4-5313dc823f31/folders?recursive=True + response: + body: + string: '{"value": [{"id": "5eba2120-30b0-461d-94de-a9a80ec43e93", "displayName": + "fabcli000003", "workspaceId": "86a7832d-1baa-4ad4-a1b4-5313dc823f31"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:16:17 GMT + Pragma: + - no-cache + RequestId: + - 406b034c-c8d5-4083-8b12-b184fd7093c8 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/86a7832d-1baa-4ad4-a1b4-5313dc823f31/items + response: + body: + string: '{"value": [{"id": "3cd19cee-8bb0-4093-b573-ed8395d5a2b1", "type": "DataPipeline", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "86a7832d-1baa-4ad4-a1b4-5313dc823f31", "folderId": "5eba2120-30b0-461d-94de-a9a80ec43e93"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '211' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:16:17 GMT + Pragma: + - no-cache + RequestId: + - faf47687-412d-4d48-a90f-1c4d456c59e6 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/86a7832d-1baa-4ad4-a1b4-5313dc823f31/folders?recursive=True + response: + body: + string: '{"value": [{"id": "5eba2120-30b0-461d-94de-a9a80ec43e93", "displayName": + "fabcli000003", "workspaceId": "86a7832d-1baa-4ad4-a1b4-5313dc823f31"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:16:18 GMT + Pragma: + - no-cache + RequestId: + - e29c80e6-f1fe-46c6-bc6e-9d1a806e2479 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/86a7832d-1baa-4ad4-a1b4-5313dc823f31/folders?recursive=True + response: + body: + string: '{"value": [{"id": "5eba2120-30b0-461d-94de-a9a80ec43e93", "displayName": + "fabcli000003", "workspaceId": "86a7832d-1baa-4ad4-a1b4-5313dc823f31"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:16:19 GMT + Pragma: + - no-cache + RequestId: + - e17edcff-033d-47d3-9f70-9a8df3ed4e1c + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "d1df1cf9-4071-451f-b495-9990506dc8ec", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "86a7832d-1baa-4ad4-a1b4-5313dc823f31", "displayName": "fabcli000002", + "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: + - '2883' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:16:20 GMT + Pragma: + - no-cache + RequestId: + - ff90a011-a42d-459f-8d03-b187a2383fb8 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/86a7832d-1baa-4ad4-a1b4-5313dc823f31/folders?recursive=True + response: + body: + string: '{"value": [{"id": "5eba2120-30b0-461d-94de-a9a80ec43e93", "displayName": + "fabcli000003", "workspaceId": "86a7832d-1baa-4ad4-a1b4-5313dc823f31"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:16:21 GMT + Pragma: + - no-cache + RequestId: + - b83b8d01-4273-46fa-a6c7-a1fe82c17a59 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/86a7832d-1baa-4ad4-a1b4-5313dc823f31/items + response: + body: + string: '{"value": [{"id": "3cd19cee-8bb0-4093-b573-ed8395d5a2b1", "type": "DataPipeline", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "86a7832d-1baa-4ad4-a1b4-5313dc823f31", "folderId": "5eba2120-30b0-461d-94de-a9a80ec43e93"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '211' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:16:22 GMT + Pragma: + - no-cache + RequestId: + - ea86a0a3-8255-4279-9521-65901cd8f96b + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/86a7832d-1baa-4ad4-a1b4-5313dc823f31/folders?recursive=True + response: + body: + string: '{"value": [{"id": "5eba2120-30b0-461d-94de-a9a80ec43e93", "displayName": + "fabcli000003", "workspaceId": "86a7832d-1baa-4ad4-a1b4-5313dc823f31"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:16:22 GMT + Pragma: + - no-cache + RequestId: + - 0f16f64f-b00e-4180-ac05-4eb0520a2aef + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/86a7832d-1baa-4ad4-a1b4-5313dc823f31/items/3cd19cee-8bb0-4093-b573-ed8395d5a2b1 + 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: + - Fri, 06 Feb 2026 08:16:22 GMT + Pragma: + - no-cache + RequestId: + - cf3168c4-5faa-4ebe-a381-6f5683b9ffa3 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "d1df1cf9-4071-451f-b495-9990506dc8ec", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "86a7832d-1baa-4ad4-a1b4-5313dc823f31", "displayName": "fabcli000002", + "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: + - '2883' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:16:24 GMT + Pragma: + - no-cache + RequestId: + - 3403ab97-5ff7-4b1a-bbd9-622c784d1f18 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/86a7832d-1baa-4ad4-a1b4-5313dc823f31/folders?recursive=True + response: + body: + string: '{"requestId": "bed8f620-7407-454d-88b7-927722b2883c", "errorCode": + "RequestBlocked", "message": "Request is blocked by the upstream service until: + 2/6/2026 8:16:59 AM (UTC)", "isRetriable": true}' + headers: + Content-Length: + - '188' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:16:25 GMT + RequestId: + - bed8f620-7407-454d-88b7-927722b2883c + Retry-After: + - '34' + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-public-api-error-code: + - RequestBlocked + status: + code: 429 + message: '' +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/86a7832d-1baa-4ad4-a1b4-5313dc823f31/folders?recursive=True + response: + body: + string: '{"value": [{"id": "5eba2120-30b0-461d-94de-a9a80ec43e93", "displayName": + "fabcli000003", "workspaceId": "86a7832d-1baa-4ad4-a1b4-5313dc823f31"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:17:01 GMT + Pragma: + - no-cache + RequestId: + - 37be5f6a-f13a-4dd4-8ab3-ba1ed18e8cbb + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/86a7832d-1baa-4ad4-a1b4-5313dc823f31/folders/5eba2120-30b0-461d-94de-a9a80ec43e93 + 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: + - Fri, 06 Feb 2026 08:17:02 GMT + Pragma: + - no-cache + RequestId: + - 163fabcc-6fd5-4622-8350-2e77b2363d3d + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "d1df1cf9-4071-451f-b495-9990506dc8ec", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "86a7832d-1baa-4ad4-a1b4-5313dc823f31", "displayName": "fabcli000002", + "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: + - '2883' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:17:03 GMT + Pragma: + - no-cache + RequestId: + - 9ffcab16-2016-46e8-8d02-e55ea7e7d91b + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/d1df1cf9-4071-451f-b495-9990506dc8ec/folders?recursive=True + response: + body: + string: '{"value": [{"id": "464163de-4664-4347-8124-4b18c93a5f6e", "displayName": + "fabcli000003", "workspaceId": "d1df1cf9-4071-451f-b495-9990506dc8ec"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:17:03 GMT + Pragma: + - no-cache + RequestId: + - e20e6974-2431-4b15-a93a-b78fc4fae174 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/d1df1cf9-4071-451f-b495-9990506dc8ec/items + response: + body: + string: '{"value": [{"id": "58ed4d14-805b-4dc7-98f9-e55428c3e5f0", "type": "DataPipeline", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "d1df1cf9-4071-451f-b495-9990506dc8ec", "folderId": "464163de-4664-4347-8124-4b18c93a5f6e"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '214' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:17:05 GMT + Pragma: + - no-cache + RequestId: + - 6c674953-9083-44d5-befc-ad78cca885a9 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/d1df1cf9-4071-451f-b495-9990506dc8ec/folders?recursive=True + response: + body: + string: '{"value": [{"id": "464163de-4664-4347-8124-4b18c93a5f6e", "displayName": + "fabcli000003", "workspaceId": "d1df1cf9-4071-451f-b495-9990506dc8ec"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:17:06 GMT + Pragma: + - no-cache + RequestId: + - 4b01a49b-076c-4063-8cee-c70556413dd9 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/d1df1cf9-4071-451f-b495-9990506dc8ec/items/58ed4d14-805b-4dc7-98f9-e55428c3e5f0 + 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: + - Fri, 06 Feb 2026 08:17:06 GMT + Pragma: + - no-cache + RequestId: + - f6851ca5-b14c-46b5-8920-4a429353e827 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "d1df1cf9-4071-451f-b495-9990506dc8ec", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "86a7832d-1baa-4ad4-a1b4-5313dc823f31", "displayName": "fabcli000002", + "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: + - '2883' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:17:07 GMT + Pragma: + - no-cache + RequestId: + - a09a7960-29aa-4a15-9c79-aa96ba807fda + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/d1df1cf9-4071-451f-b495-9990506dc8ec/folders?recursive=True + response: + body: + string: '{"value": [{"id": "464163de-4664-4347-8124-4b18c93a5f6e", "displayName": + "fabcli000003", "workspaceId": "d1df1cf9-4071-451f-b495-9990506dc8ec"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:17:08 GMT + Pragma: + - no-cache + RequestId: + - 3c83abf2-6d72-4efc-9ec9-bc63c164a179 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/d1df1cf9-4071-451f-b495-9990506dc8ec/folders/464163de-4664-4347-8124-4b18c93a5f6e + 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: + - Fri, 06 Feb 2026 08:17:09 GMT + Pragma: + - no-cache + RequestId: + - 9fa82921-b38c-4da1-a758-4766ac8f80c7 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "d1df1cf9-4071-451f-b495-9990506dc8ec", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "86a7832d-1baa-4ad4-a1b4-5313dc823f31", "displayName": "fabcli000002", + "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: + - '2883' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:17:10 GMT + Pragma: + - no-cache + RequestId: + - ff7f6c76-e7d1-4b3e-9be3-7d9e7db1cb1f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/d1df1cf9-4071-451f-b495-9990506dc8ec/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: + - Fri, 06 Feb 2026 08:17:10 GMT + Pragma: + - no-cache + RequestId: + - 2ae7ae16-38b8-4684-a6ef-7baf2f1dde9f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/d1df1cf9-4071-451f-b495-9990506dc8ec + 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: + - Fri, 06 Feb 2026 08:17:11 GMT + Pragma: + - no-cache + RequestId: + - 42c6d815-a14c-49a3-8226-1ede543b7139 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "86a7832d-1baa-4ad4-a1b4-5313dc823f31", "displayName": "fabcli000002", + "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: + - '2842' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:17:12 GMT + Pragma: + - no-cache + RequestId: + - 348eb395-4458-4c06-8b96-54ed584da4d7 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/86a7832d-1baa-4ad4-a1b4-5313dc823f31/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: + - Fri, 06 Feb 2026 08:17:13 GMT + Pragma: + - no-cache + RequestId: + - 4d74ca35-c0ca-4f53-ac0a-f14253790f84 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/86a7832d-1baa-4ad4-a1b4-5313dc823f31 + 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: + - Fri, 06 Feb 2026 08:17:14 GMT + Pragma: + - no-cache + RequestId: + - 611fd3e8-a342-4049-b9a9-74ff7fa32a83 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-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_cp/test_cp_folder_with_different_item_types_success[KQLDashboard].yaml b/tests/test_commands/recordings/test_commands/test_cp/test_cp_folder_with_different_item_types_success[KQLDashboard].yaml new file mode 100644 index 00000000..b05a3d2d --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_cp/test_cp_folder_with_different_item_types_success[KQLDashboard].yaml @@ -0,0 +1,3747 @@ +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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "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: + - '2805' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:17:15 GMT + Pragma: + - no-cache + RequestId: + - 057b0b9b-9976-4c17-8743-c42e246f6292 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "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: + - '2805' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:17:15 GMT + Pragma: + - no-cache + RequestId: + - a8a1b072-d405-4aa7-9e2a-21a5d409ca9a + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/capacities + response: + body: + string: '{"value": [{"id": "00000000-0000-0000-0000-000000000004", "displayName": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": + "Active"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '427' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:17:20 GMT + Pragma: + - no-cache + RequestId: + - a6c4cfe8-c0d9-4ac5-93b9-1b994b08d5ae + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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", "capacityId": + "00000000-0000-0000-0000-000000000004"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '122' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"id": "b8d8b914-dc78-478b-ad97-dc80db117062", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '165' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:17:27 GMT + Location: + - https://api.fabric.microsoft.com/v1/workspaces/b8d8b914-dc78-478b-ad97-dc80db117062 + Pragma: + - no-cache + RequestId: + - 836a2caa-6a05-4b3b-9be6-312506fc720d + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "b8d8b914-dc78-478b-ad97-dc80db117062", "displayName": "fabcli000001", + "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: + - '2843' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:17:28 GMT + Pragma: + - no-cache + RequestId: + - 63b2c04b-870e-4aa4-be21-4f622e076028 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "b8d8b914-dc78-478b-ad97-dc80db117062", "displayName": "fabcli000001", + "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: + - '2843' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:17:28 GMT + Pragma: + - no-cache + RequestId: + - 54dcdd36-7d60-4de5-8315-056dd1af443c + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/capacities + response: + body: + string: '{"value": [{"id": "00000000-0000-0000-0000-000000000004", "displayName": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": + "Active"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '429' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:17:34 GMT + Pragma: + - no-cache + RequestId: + - 704a7897-78b7-4138-b346-f8f33bc8ab0f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "fabcli000002", "capacityId": + "00000000-0000-0000-0000-000000000004"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '122' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"id": "82f63520-4c38-40af-a97e-a9c550d666d5", "displayName": "fabcli000002", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '166' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:17:41 GMT + Location: + - https://api.fabric.microsoft.com/v1/workspaces/82f63520-4c38-40af-a97e-a9c550d666d5 + Pragma: + - no-cache + RequestId: + - c29eecd9-f880-476b-9fd7-b2a86a31e29a + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "b8d8b914-dc78-478b-ad97-dc80db117062", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "82f63520-4c38-40af-a97e-a9c550d666d5", "displayName": "fabcli000002", + "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: + - '2880' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:17:42 GMT + Pragma: + - no-cache + RequestId: + - 24d63f02-a4aa-4379-9b8e-749ec2f840b9 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/b8d8b914-dc78-478b-ad97-dc80db117062/folders?recursive=True + 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: + - Fri, 06 Feb 2026 08:17:43 GMT + Pragma: + - no-cache + RequestId: + - 86cb0759-b128-409c-8f8a-47301f507306 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/b8d8b914-dc78-478b-ad97-dc80db117062/folders?recursive=True + 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: + - Fri, 06 Feb 2026 08:17:44 GMT + Pragma: + - no-cache + RequestId: + - 8e5f670d-64cf-4bd0-8071-29240b6a26e2 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "fabcli000003"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '68' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/b8d8b914-dc78-478b-ad97-dc80db117062/folders + response: + body: + string: '{"id": "b9b12f64-d37b-4273-b0f7-1cc083db5ee0", "displayName": "fabcli000003", + "workspaceId": "b8d8b914-dc78-478b-ad97-dc80db117062"}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '132' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:17:45 GMT + Location: + - https://api.fabric.microsoft.com/v1/workspaces/b8d8b914-dc78-478b-ad97-dc80db117062/folders/b9b12f64-d37b-4273-b0f7-1cc083db5ee0 + Pragma: + - no-cache + RequestId: + - 09db2ad6-7201-4515-8bf7-6e7de10fc77e + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "b8d8b914-dc78-478b-ad97-dc80db117062", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "82f63520-4c38-40af-a97e-a9c550d666d5", "displayName": "fabcli000002", + "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: + - '2880' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:17:45 GMT + Pragma: + - no-cache + RequestId: + - 53819fa2-0346-4363-836f-9a489eadcaa3 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/b8d8b914-dc78-478b-ad97-dc80db117062/folders?recursive=True + response: + body: + string: '{"value": [{"id": "b9b12f64-d37b-4273-b0f7-1cc083db5ee0", "displayName": + "fabcli000003", "workspaceId": "b8d8b914-dc78-478b-ad97-dc80db117062"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:17:46 GMT + Pragma: + - no-cache + RequestId: + - a6d75c96-775d-4d40-8f99-d5f9ca72643f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/b8d8b914-dc78-478b-ad97-dc80db117062/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: + - Fri, 06 Feb 2026 08:17:47 GMT + Pragma: + - no-cache + RequestId: + - bb98cdd3-11e8-4517-8ba6-3a08f9858fb7 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/b8d8b914-dc78-478b-ad97-dc80db117062/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: + - Fri, 06 Feb 2026 08:17:48 GMT + Pragma: + - no-cache + RequestId: + - a8bf9b13-db29-4d60-a5ec-67aa54b48df8 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "fabcli000004", "type": + "KQLDashboard", "folderId": "b9b12f64-d37b-4273-b0f7-1cc083db5ee0"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '144' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/b8d8b914-dc78-478b-ad97-dc80db117062/kqlDashboards + response: + body: + string: '{"id": "d97f6b0d-db51-42c0-8a88-4e39d275e06f", "type": "KQLDashboard", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "b8d8b914-dc78-478b-ad97-dc80db117062", "folderId": "b9b12f64-d37b-4273-b0f7-1cc083db5ee0"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '202' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:17:50 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - 8294c98d-07cb-4d12-a6df-5d2657da45c8 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "b8d8b914-dc78-478b-ad97-dc80db117062", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "82f63520-4c38-40af-a97e-a9c550d666d5", "displayName": "fabcli000002", + "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: + - '2880' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:17:50 GMT + Pragma: + - no-cache + RequestId: + - cb136af0-f95f-4215-ae3e-a27b2f9f511f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/b8d8b914-dc78-478b-ad97-dc80db117062/folders?recursive=True + response: + body: + string: '{"value": [{"id": "b9b12f64-d37b-4273-b0f7-1cc083db5ee0", "displayName": + "fabcli000003", "workspaceId": "b8d8b914-dc78-478b-ad97-dc80db117062"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:17:52 GMT + Pragma: + - no-cache + RequestId: + - d89bb4b9-03f6-4a44-8ca4-b1d04fa984f5 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "b8d8b914-dc78-478b-ad97-dc80db117062", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "82f63520-4c38-40af-a97e-a9c550d666d5", "displayName": "fabcli000002", + "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: + - '2880' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:17:52 GMT + Pragma: + - no-cache + RequestId: + - 15216104-a7f9-4b9a-9c4e-9b616add9c78 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "b8d8b914-dc78-478b-ad97-dc80db117062", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "82f63520-4c38-40af-a97e-a9c550d666d5", "displayName": "fabcli000002", + "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: + - '2880' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:17:53 GMT + Pragma: + - no-cache + RequestId: + - 512896cc-6555-4a87-a5a1-f264080f5db5 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/82f63520-4c38-40af-a97e-a9c550d666d5/folders?recursive=True + 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: + - Fri, 06 Feb 2026 08:17:55 GMT + Pragma: + - no-cache + RequestId: + - 496a4bdb-b5f0-488e-9313-5eaf8c365b51 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/82f63520-4c38-40af-a97e-a9c550d666d5/folders?recursive=True + 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: + - Fri, 06 Feb 2026 08:17:55 GMT + Pragma: + - no-cache + RequestId: + - 8a7d5877-073d-44a5-8315-6dba0c8d45d6 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "fabcli000003"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '68' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/82f63520-4c38-40af-a97e-a9c550d666d5/folders + response: + body: + string: '{"id": "3c11c78a-9cd8-48bc-8cfe-2909668e2067", "displayName": "fabcli000003", + "workspaceId": "82f63520-4c38-40af-a97e-a9c550d666d5"}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '132' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:17:55 GMT + Location: + - https://api.fabric.microsoft.com/v1/workspaces/82f63520-4c38-40af-a97e-a9c550d666d5/folders/3c11c78a-9cd8-48bc-8cfe-2909668e2067 + Pragma: + - no-cache + RequestId: + - aa9c542f-2be6-44c2-9aa3-51c7801b2943 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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/b8d8b914-dc78-478b-ad97-dc80db117062/items + response: + body: + string: '{"value": [{"id": "d97f6b0d-db51-42c0-8a88-4e39d275e06f", "type": "KQLDashboard", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "b8d8b914-dc78-478b-ad97-dc80db117062", "folderId": "b9b12f64-d37b-4273-b0f7-1cc083db5ee0"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '213' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:17:56 GMT + Pragma: + - no-cache + RequestId: + - 825a1ca0-c4f5-4bab-995a-4577ae963f4c + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/b8d8b914-dc78-478b-ad97-dc80db117062/folders?recursive=True + response: + body: + string: '{"requestId": "2f2d9502-e189-44af-8052-1d7544199a21", "errorCode": + "RequestBlocked", "message": "Request is blocked by the upstream service until: + 2/6/2026 8:18:02 AM (UTC)", "isRetriable": true}' + headers: + Content-Length: + - '188' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:17:57 GMT + RequestId: + - 2f2d9502-e189-44af-8052-1d7544199a21 + Retry-After: + - '4' + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-public-api-error-code: + - RequestBlocked + status: + code: 429 + message: '' +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/b8d8b914-dc78-478b-ad97-dc80db117062/folders?recursive=True + response: + body: + string: '{"value": [{"id": "b9b12f64-d37b-4273-b0f7-1cc083db5ee0", "displayName": + "fabcli000003", "workspaceId": "b8d8b914-dc78-478b-ad97-dc80db117062"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:18:03 GMT + Pragma: + - no-cache + RequestId: + - 4518c24f-fb74-48bf-9e99-2ae2f1a79a19 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/b8d8b914-dc78-478b-ad97-dc80db117062/folders?recursive=True + response: + body: + string: '{"value": [{"id": "b9b12f64-d37b-4273-b0f7-1cc083db5ee0", "displayName": + "fabcli000003", "workspaceId": "b8d8b914-dc78-478b-ad97-dc80db117062"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:18:03 GMT + Pragma: + - no-cache + RequestId: + - 3e756c95-c3fd-40db-bf22-de4565367ba9 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/b8d8b914-dc78-478b-ad97-dc80db117062/items + response: + body: + string: '{"value": [{"id": "d97f6b0d-db51-42c0-8a88-4e39d275e06f", "type": "KQLDashboard", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "b8d8b914-dc78-478b-ad97-dc80db117062", "folderId": "b9b12f64-d37b-4273-b0f7-1cc083db5ee0"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '213' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:18:04 GMT + Pragma: + - no-cache + RequestId: + - f0091949-4456-4812-b5ef-5057353c94d1 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/b8d8b914-dc78-478b-ad97-dc80db117062/folders?recursive=True + response: + body: + string: '{"value": [{"id": "b9b12f64-d37b-4273-b0f7-1cc083db5ee0", "displayName": + "fabcli000003", "workspaceId": "b8d8b914-dc78-478b-ad97-dc80db117062"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:18:04 GMT + Pragma: + - no-cache + RequestId: + - 2b5f09a9-51bf-4e51-9160-26a77696aaf4 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/b8d8b914-dc78-478b-ad97-dc80db117062/folders?recursive=True + response: + body: + string: '{"value": [{"id": "b9b12f64-d37b-4273-b0f7-1cc083db5ee0", "displayName": + "fabcli000003", "workspaceId": "b8d8b914-dc78-478b-ad97-dc80db117062"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:18:06 GMT + Pragma: + - no-cache + RequestId: + - 220f3ad0-78e1-4ee1-9781-c5e4f9d282dd + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "b8d8b914-dc78-478b-ad97-dc80db117062", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "82f63520-4c38-40af-a97e-a9c550d666d5", "displayName": "fabcli000002", + "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: + - '2880' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:18:06 GMT + Pragma: + - no-cache + RequestId: + - 69e1b655-a92c-4b2d-ab49-32928c4298f7 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/82f63520-4c38-40af-a97e-a9c550d666d5/folders?recursive=True + response: + body: + string: '{"value": [{"id": "3c11c78a-9cd8-48bc-8cfe-2909668e2067", "displayName": + "fabcli000003", "workspaceId": "82f63520-4c38-40af-a97e-a9c550d666d5"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:18:08 GMT + Pragma: + - no-cache + RequestId: + - a77b9f78-a496-4fc4-bbf2-acd2b98bfb9e + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/82f63520-4c38-40af-a97e-a9c550d666d5/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: + - Fri, 06 Feb 2026 08:18:08 GMT + Pragma: + - no-cache + RequestId: + - dfb30c8b-73f9-4ee6-98cd-fc14306743fd + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/82f63520-4c38-40af-a97e-a9c550d666d5/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: + - Fri, 06 Feb 2026 08:18:09 GMT + Pragma: + - no-cache + RequestId: + - ff02e755-9fd3-4acf-979e-26f8c97b5687 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/82f63520-4c38-40af-a97e-a9c550d666d5/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: + - Fri, 06 Feb 2026 08:18:10 GMT + Pragma: + - no-cache + RequestId: + - a1e3cb13-e08d-486d-bf1a-468a3c5169fd + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/b8d8b914-dc78-478b-ad97-dc80db117062/items/d97f6b0d-db51-42c0-8a88-4e39d275e06f + response: + body: + string: '{"id": "d97f6b0d-db51-42c0-8a88-4e39d275e06f", "type": "KQLDashboard", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "b8d8b914-dc78-478b-ad97-dc80db117062", "folderId": "b9b12f64-d37b-4273-b0f7-1cc083db5ee0"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '202' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:18:10 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - cc627602-ffd7-4040-b98d-c541cc5ee048 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/b8d8b914-dc78-478b-ad97-dc80db117062/items/d97f6b0d-db51-42c0-8a88-4e39d275e06f/getDefinition + response: + body: + string: '{"definition": {"parts": [{"path": "RealTimeDashboard.json", "payload": + "e30=", "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIktRTERhc2hib2FyZCIsCiAgICAiZGlzcGxheU5hbWUiOiAiZmFiY2xpMDAwMDA0IiwKICAgICJkZXNjcmlwdGlvbiI6ICJDcmVhdGVkIGJ5IGZhYiIKICB9LAogICJjb25maWciOiB7CiAgICAidmVyc2lvbiI6ICIyLjAiLAogICAgImxvZ2ljYWxJZCI6ICIwMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiCiAgfQp9", + "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: + - Fri, 06 Feb 2026 08:18:12 GMT + Pragma: + - no-cache + RequestId: + - 6e1b72ca-3179-45df-8071-633ac3e73048 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "Created by fab", "displayName": + "fabcli000004", "definition": {"parts": [{"path": "RealTimeDashboard.json", + "payload": "e30=", "payloadType": "InlineBase64"}, {"path": ".platform", "payload": + "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIktRTERhc2hib2FyZCIsCiAgICAiZGlzcGxheU5hbWUiOiAiZmFiY2xpMDAwMDA0IiwKICAgICJkZXNjcmlwdGlvbiI6ICJDcmVhdGVkIGJ5IGZhYiIKICB9LAogICJjb25maWciOiB7CiAgICAidmVyc2lvbiI6ICIyLjAiLAogICAgImxvZ2ljYWxJZCI6ICIwMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiCiAgfQp9", + "payloadType": "InlineBase64"}]}, "folderId": "3c11c78a-9cd8-48bc-8cfe-2909668e2067"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '786' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/82f63520-4c38-40af-a97e-a9c550d666d5/items + response: + body: + string: '{"id": "b4a24af6-2bf5-4ec8-8a91-9d6e3fdd16ae", "type": "KQLDashboard", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "82f63520-4c38-40af-a97e-a9c550d666d5", "folderId": "3c11c78a-9cd8-48bc-8cfe-2909668e2067"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '202' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:18:16 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - bae1c4dc-3ad8-4fbc-b474-1bc49e09e7c9 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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/b8d8b914-dc78-478b-ad97-dc80db117062/items + response: + body: + string: '{"value": [{"id": "d97f6b0d-db51-42c0-8a88-4e39d275e06f", "type": "KQLDashboard", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "b8d8b914-dc78-478b-ad97-dc80db117062", "folderId": "b9b12f64-d37b-4273-b0f7-1cc083db5ee0"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '213' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:18:17 GMT + Pragma: + - no-cache + RequestId: + - 5c38cfe3-26d9-43d4-a63a-d5099df4a518 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/b8d8b914-dc78-478b-ad97-dc80db117062/folders?recursive=True + response: + body: + string: '{"value": [{"id": "b9b12f64-d37b-4273-b0f7-1cc083db5ee0", "displayName": + "fabcli000003", "workspaceId": "b8d8b914-dc78-478b-ad97-dc80db117062"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:18:18 GMT + Pragma: + - no-cache + RequestId: + - 6b0f14d1-4eb9-4820-907f-78b8b5e45672 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/b8d8b914-dc78-478b-ad97-dc80db117062/folders?recursive=True + response: + body: + string: '{"value": [{"id": "b9b12f64-d37b-4273-b0f7-1cc083db5ee0", "displayName": + "fabcli000003", "workspaceId": "b8d8b914-dc78-478b-ad97-dc80db117062"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:18:19 GMT + Pragma: + - no-cache + RequestId: + - 57435b87-ead9-4443-b80c-8a08a982ff77 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "b8d8b914-dc78-478b-ad97-dc80db117062", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "82f63520-4c38-40af-a97e-a9c550d666d5", "displayName": "fabcli000002", + "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: + - '2880' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:18:20 GMT + Pragma: + - no-cache + RequestId: + - 5134f61b-aa1b-41d9-8bdf-15d0e4e6caea + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/82f63520-4c38-40af-a97e-a9c550d666d5/items + response: + body: + string: '{"value": [{"id": "b4a24af6-2bf5-4ec8-8a91-9d6e3fdd16ae", "type": "KQLDashboard", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "82f63520-4c38-40af-a97e-a9c550d666d5", "folderId": "3c11c78a-9cd8-48bc-8cfe-2909668e2067"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '215' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:18:20 GMT + Pragma: + - no-cache + RequestId: + - 4fab3639-1079-4b45-a9bd-bd64462d8506 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/82f63520-4c38-40af-a97e-a9c550d666d5/folders?recursive=True + response: + body: + string: '{"value": [{"id": "3c11c78a-9cd8-48bc-8cfe-2909668e2067", "displayName": + "fabcli000003", "workspaceId": "82f63520-4c38-40af-a97e-a9c550d666d5"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:18:21 GMT + Pragma: + - no-cache + RequestId: + - ff389cf1-56c5-43b3-aecd-0258b93d8ab5 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/82f63520-4c38-40af-a97e-a9c550d666d5/folders?recursive=True + response: + body: + string: '{"value": [{"id": "3c11c78a-9cd8-48bc-8cfe-2909668e2067", "displayName": + "fabcli000003", "workspaceId": "82f63520-4c38-40af-a97e-a9c550d666d5"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:18:21 GMT + Pragma: + - no-cache + RequestId: + - a1f51ec5-e765-4918-8afc-a9940a9dd528 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "b8d8b914-dc78-478b-ad97-dc80db117062", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "82f63520-4c38-40af-a97e-a9c550d666d5", "displayName": "fabcli000002", + "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: + - '2880' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:18:23 GMT + Pragma: + - no-cache + RequestId: + - 1a22d6ac-53d8-49d6-8f8a-41a3caec0354 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/82f63520-4c38-40af-a97e-a9c550d666d5/folders?recursive=True + response: + body: + string: '{"value": [{"id": "3c11c78a-9cd8-48bc-8cfe-2909668e2067", "displayName": + "fabcli000003", "workspaceId": "82f63520-4c38-40af-a97e-a9c550d666d5"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:18:23 GMT + Pragma: + - no-cache + RequestId: + - 569e8c2a-cd73-4bb0-af88-fae105773594 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/82f63520-4c38-40af-a97e-a9c550d666d5/items + response: + body: + string: '{"value": [{"id": "b4a24af6-2bf5-4ec8-8a91-9d6e3fdd16ae", "type": "KQLDashboard", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "82f63520-4c38-40af-a97e-a9c550d666d5", "folderId": "3c11c78a-9cd8-48bc-8cfe-2909668e2067"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '215' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:18:24 GMT + Pragma: + - no-cache + RequestId: + - f82f4416-7e34-46c1-893e-e6d7cb596a94 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/82f63520-4c38-40af-a97e-a9c550d666d5/folders?recursive=True + response: + body: + string: '{"requestId": "b135c701-f68e-4b5c-b18d-61b8a3f6067a", "errorCode": + "RequestBlocked", "message": "Request is blocked by the upstream service until: + 2/6/2026 8:19:03 AM (UTC)", "isRetriable": true}' + headers: + Content-Length: + - '188' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:18:25 GMT + RequestId: + - b135c701-f68e-4b5c-b18d-61b8a3f6067a + Retry-After: + - '38' + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-public-api-error-code: + - RequestBlocked + status: + code: 429 + message: '' +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/82f63520-4c38-40af-a97e-a9c550d666d5/folders?recursive=True + response: + body: + string: '{"value": [{"id": "3c11c78a-9cd8-48bc-8cfe-2909668e2067", "displayName": + "fabcli000003", "workspaceId": "82f63520-4c38-40af-a97e-a9c550d666d5"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:19:06 GMT + Pragma: + - no-cache + RequestId: + - 0cd047e5-6d15-4916-9873-6aa9117c78ae + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/82f63520-4c38-40af-a97e-a9c550d666d5/folders?recursive=True + response: + body: + string: '{"value": [{"id": "3c11c78a-9cd8-48bc-8cfe-2909668e2067", "displayName": + "fabcli000003", "workspaceId": "82f63520-4c38-40af-a97e-a9c550d666d5"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:19:07 GMT + Pragma: + - no-cache + RequestId: + - 368b0202-26de-487f-8a50-d7774b5a0875 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "b8d8b914-dc78-478b-ad97-dc80db117062", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "82f63520-4c38-40af-a97e-a9c550d666d5", "displayName": "fabcli000002", + "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: + - '2880' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:19:08 GMT + Pragma: + - no-cache + RequestId: + - d66e2684-8ea6-43fe-99dd-77f86f417101 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/82f63520-4c38-40af-a97e-a9c550d666d5/folders?recursive=True + response: + body: + string: '{"value": [{"id": "3c11c78a-9cd8-48bc-8cfe-2909668e2067", "displayName": + "fabcli000003", "workspaceId": "82f63520-4c38-40af-a97e-a9c550d666d5"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:19:08 GMT + Pragma: + - no-cache + RequestId: + - ed4a706d-19a4-4af6-9ef8-f54a8bc03ae4 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/82f63520-4c38-40af-a97e-a9c550d666d5/items + response: + body: + string: '{"value": [{"id": "b4a24af6-2bf5-4ec8-8a91-9d6e3fdd16ae", "type": "KQLDashboard", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "82f63520-4c38-40af-a97e-a9c550d666d5", "folderId": "3c11c78a-9cd8-48bc-8cfe-2909668e2067"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '215' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:19:09 GMT + Pragma: + - no-cache + RequestId: + - 964df57c-96a7-43c6-89a0-86615929c41a + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/82f63520-4c38-40af-a97e-a9c550d666d5/folders?recursive=True + response: + body: + string: '{"value": [{"id": "3c11c78a-9cd8-48bc-8cfe-2909668e2067", "displayName": + "fabcli000003", "workspaceId": "82f63520-4c38-40af-a97e-a9c550d666d5"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:19:10 GMT + Pragma: + - no-cache + RequestId: + - cdeb7584-98ff-4195-8926-bab5469c8324 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/82f63520-4c38-40af-a97e-a9c550d666d5/items/b4a24af6-2bf5-4ec8-8a91-9d6e3fdd16ae + 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: + - Fri, 06 Feb 2026 08:19:11 GMT + Pragma: + - no-cache + RequestId: + - 757dd63f-7f91-4685-96fc-1916cd857f76 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "b8d8b914-dc78-478b-ad97-dc80db117062", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "82f63520-4c38-40af-a97e-a9c550d666d5", "displayName": "fabcli000002", + "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: + - '2880' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:19:12 GMT + Pragma: + - no-cache + RequestId: + - a5d227ff-a10d-4f09-bd78-c2d1dcef05e7 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/82f63520-4c38-40af-a97e-a9c550d666d5/folders?recursive=True + response: + body: + string: '{"value": [{"id": "3c11c78a-9cd8-48bc-8cfe-2909668e2067", "displayName": + "fabcli000003", "workspaceId": "82f63520-4c38-40af-a97e-a9c550d666d5"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:19:13 GMT + Pragma: + - no-cache + RequestId: + - 058e5475-790d-4596-8b5f-f1504b3dc9a9 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/82f63520-4c38-40af-a97e-a9c550d666d5/folders/3c11c78a-9cd8-48bc-8cfe-2909668e2067 + 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: + - Fri, 06 Feb 2026 08:19:14 GMT + Pragma: + - no-cache + RequestId: + - 23e96b8a-14c8-4564-9696-9deaa0aa0d2b + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "b8d8b914-dc78-478b-ad97-dc80db117062", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "82f63520-4c38-40af-a97e-a9c550d666d5", "displayName": "fabcli000002", + "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: + - '2880' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:19:14 GMT + Pragma: + - no-cache + RequestId: + - 69048cad-41f4-4d40-84fc-07f0e8d6cbb5 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/b8d8b914-dc78-478b-ad97-dc80db117062/folders?recursive=True + response: + body: + string: '{"value": [{"id": "b9b12f64-d37b-4273-b0f7-1cc083db5ee0", "displayName": + "fabcli000003", "workspaceId": "b8d8b914-dc78-478b-ad97-dc80db117062"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:19:15 GMT + Pragma: + - no-cache + RequestId: + - c407d37f-596f-410e-833b-47906db70dde + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/b8d8b914-dc78-478b-ad97-dc80db117062/items + response: + body: + string: '{"value": [{"id": "d97f6b0d-db51-42c0-8a88-4e39d275e06f", "type": "KQLDashboard", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "b8d8b914-dc78-478b-ad97-dc80db117062", "folderId": "b9b12f64-d37b-4273-b0f7-1cc083db5ee0"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '213' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:19:16 GMT + Pragma: + - no-cache + RequestId: + - 93b07d5a-3717-4a75-8b07-8b3248181327 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/b8d8b914-dc78-478b-ad97-dc80db117062/folders?recursive=True + response: + body: + string: '{"value": [{"id": "b9b12f64-d37b-4273-b0f7-1cc083db5ee0", "displayName": + "fabcli000003", "workspaceId": "b8d8b914-dc78-478b-ad97-dc80db117062"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:19:17 GMT + Pragma: + - no-cache + RequestId: + - 64cff1e0-afc2-48b0-b604-65d8b143d4e6 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/b8d8b914-dc78-478b-ad97-dc80db117062/items/d97f6b0d-db51-42c0-8a88-4e39d275e06f + 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: + - Fri, 06 Feb 2026 08:19:17 GMT + Pragma: + - no-cache + RequestId: + - fb77b0e3-4509-44a7-9e33-a0164b5d986e + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "b8d8b914-dc78-478b-ad97-dc80db117062", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "82f63520-4c38-40af-a97e-a9c550d666d5", "displayName": "fabcli000002", + "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: + - '2880' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:19:18 GMT + Pragma: + - no-cache + RequestId: + - f274ddfc-98dd-45d4-a17e-30562f3b27d4 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/b8d8b914-dc78-478b-ad97-dc80db117062/folders?recursive=True + response: + body: + string: '{"value": [{"id": "b9b12f64-d37b-4273-b0f7-1cc083db5ee0", "displayName": + "fabcli000003", "workspaceId": "b8d8b914-dc78-478b-ad97-dc80db117062"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:19:20 GMT + Pragma: + - no-cache + RequestId: + - 0f60d745-88fe-4f1b-bcde-cd58b09ab83d + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/b8d8b914-dc78-478b-ad97-dc80db117062/folders/b9b12f64-d37b-4273-b0f7-1cc083db5ee0 + 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: + - Fri, 06 Feb 2026 08:19:20 GMT + Pragma: + - no-cache + RequestId: + - 4b5cea96-f813-4c6a-8daf-43bd880f2df1 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "b8d8b914-dc78-478b-ad97-dc80db117062", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "82f63520-4c38-40af-a97e-a9c550d666d5", "displayName": "fabcli000002", + "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: + - '2880' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:19:21 GMT + Pragma: + - no-cache + RequestId: + - f73e0557-f9a7-4e9b-8d97-d42004f13e4e + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/b8d8b914-dc78-478b-ad97-dc80db117062/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: + - Fri, 06 Feb 2026 08:19:21 GMT + Pragma: + - no-cache + RequestId: + - 5a015bf7-082b-4275-8936-c02c5de06be1 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/b8d8b914-dc78-478b-ad97-dc80db117062 + 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: + - Fri, 06 Feb 2026 08:19:23 GMT + Pragma: + - no-cache + RequestId: + - bf6dd207-64d2-4c4b-82a7-ed4a136b4c3e + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "82f63520-4c38-40af-a97e-a9c550d666d5", "displayName": "fabcli000002", + "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: + - '2840' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:19:24 GMT + Pragma: + - no-cache + RequestId: + - 184d92bb-b8c8-435b-ab75-459380dd600c + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/82f63520-4c38-40af-a97e-a9c550d666d5/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: + - Fri, 06 Feb 2026 08:19:24 GMT + Pragma: + - no-cache + RequestId: + - a06fff1d-c2fd-4bef-b692-25ffd04b941c + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/82f63520-4c38-40af-a97e-a9c550d666d5 + 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: + - Fri, 06 Feb 2026 08:19:25 GMT + Pragma: + - no-cache + RequestId: + - cbad9ad2-1d06-4b83-9fab-2192beaf1b78 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-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_cp/test_cp_folder_with_different_item_types_success[KQLQueryset].yaml b/tests/test_commands/recordings/test_commands/test_cp/test_cp_folder_with_different_item_types_success[KQLQueryset].yaml new file mode 100644 index 00000000..eaf0e07f --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_cp/test_cp_folder_with_different_item_types_success[KQLQueryset].yaml @@ -0,0 +1,3786 @@ +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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "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: + - '2805' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:19:26 GMT + Pragma: + - no-cache + RequestId: + - 7c7b9ccd-453d-444b-9c04-907732a8559a + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "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: + - '2805' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:19:27 GMT + Pragma: + - no-cache + RequestId: + - dcd9d914-5f3e-4521-9e71-cbabbba67740 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/capacities + response: + body: + string: '{"value": [{"id": "00000000-0000-0000-0000-000000000004", "displayName": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": + "Active"}]}' + 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: + - Fri, 06 Feb 2026 08:19:32 GMT + Pragma: + - no-cache + RequestId: + - 5462b85b-9a52-4970-9142-b4771c2bbced + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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", "capacityId": + "00000000-0000-0000-0000-000000000004"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '122' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"id": "eaac88e1-2dc9-457d-9567-9d209f417c41", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '166' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:19:41 GMT + Location: + - https://api.fabric.microsoft.com/v1/workspaces/eaac88e1-2dc9-457d-9567-9d209f417c41 + Pragma: + - no-cache + RequestId: + - 1e471717-5a2d-41f5-9d72-b236eaf8a4e0 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "eaac88e1-2dc9-457d-9567-9d209f417c41", "displayName": "fabcli000001", + "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: + - '2843' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:19:41 GMT + Pragma: + - no-cache + RequestId: + - 4abb917c-1682-4a63-bb50-e3f68b6dcccd + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "eaac88e1-2dc9-457d-9567-9d209f417c41", "displayName": "fabcli000001", + "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: + - '2843' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:19:43 GMT + Pragma: + - no-cache + RequestId: + - 1ec61cbe-910d-45bf-bc3b-bf3057c8efde + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/capacities + response: + body: + string: '{"value": [{"id": "00000000-0000-0000-0000-000000000004", "displayName": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": + "Active"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '427' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:19:48 GMT + Pragma: + - no-cache + RequestId: + - 3dcccd26-d283-48e8-9230-8d5b9fb1bb1a + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "fabcli000002", "capacityId": + "00000000-0000-0000-0000-000000000004"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '122' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"id": "c8b4c040-611e-4fd4-8ff1-c49d9d6524c1", "displayName": "fabcli000002", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '165' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:19:55 GMT + Location: + - https://api.fabric.microsoft.com/v1/workspaces/c8b4c040-611e-4fd4-8ff1-c49d9d6524c1 + Pragma: + - no-cache + RequestId: + - b2024f1a-10cb-483e-b740-783367be7b7f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "eaac88e1-2dc9-457d-9567-9d209f417c41", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "c8b4c040-611e-4fd4-8ff1-c49d9d6524c1", "displayName": "fabcli000002", + "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: + - '2877' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:19:56 GMT + Pragma: + - no-cache + RequestId: + - 846109c4-9531-48bb-a6f7-9b894b046922 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/eaac88e1-2dc9-457d-9567-9d209f417c41/folders?recursive=True + 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: + - Fri, 06 Feb 2026 08:19:57 GMT + Pragma: + - no-cache + RequestId: + - a7802370-6c92-4406-9914-e959cb9ee661 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/eaac88e1-2dc9-457d-9567-9d209f417c41/folders?recursive=True + 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: + - Fri, 06 Feb 2026 08:19:58 GMT + Pragma: + - no-cache + RequestId: + - 725efbdc-c259-4d1f-87e9-65b6d8abaf3b + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "fabcli000003"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '68' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/eaac88e1-2dc9-457d-9567-9d209f417c41/folders + response: + body: + string: '{"id": "b738b885-3ed1-484f-8781-e309b5982688", "displayName": "fabcli000003", + "workspaceId": "eaac88e1-2dc9-457d-9567-9d209f417c41"}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '133' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:19:58 GMT + Location: + - https://api.fabric.microsoft.com/v1/workspaces/eaac88e1-2dc9-457d-9567-9d209f417c41/folders/b738b885-3ed1-484f-8781-e309b5982688 + Pragma: + - no-cache + RequestId: + - ee6477e4-3bed-45b1-8dea-bceff553d74d + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "eaac88e1-2dc9-457d-9567-9d209f417c41", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "c8b4c040-611e-4fd4-8ff1-c49d9d6524c1", "displayName": "fabcli000002", + "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: + - '2877' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:20:00 GMT + Pragma: + - no-cache + RequestId: + - bc3c7197-ce2c-4572-bf2c-ec826f71e85c + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/eaac88e1-2dc9-457d-9567-9d209f417c41/folders?recursive=True + response: + body: + string: '{"requestId": "50210e92-d996-4c7f-94f8-4fcf83c60455", "errorCode": + "RequestBlocked", "message": "Request is blocked by the upstream service until: + 2/6/2026 8:20:07 AM (UTC)", "isRetriable": true}' + headers: + Content-Length: + - '188' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:20:00 GMT + RequestId: + - 50210e92-d996-4c7f-94f8-4fcf83c60455 + Retry-After: + - '6' + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-public-api-error-code: + - RequestBlocked + status: + code: 429 + message: '' +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/eaac88e1-2dc9-457d-9567-9d209f417c41/folders?recursive=True + response: + body: + string: '{"value": [{"id": "b738b885-3ed1-484f-8781-e309b5982688", "displayName": + "fabcli000003", "workspaceId": "eaac88e1-2dc9-457d-9567-9d209f417c41"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:20:08 GMT + Pragma: + - no-cache + RequestId: + - b0e05229-736e-4594-9f93-e6c3416cc3d9 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/eaac88e1-2dc9-457d-9567-9d209f417c41/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: + - Fri, 06 Feb 2026 08:20:09 GMT + Pragma: + - no-cache + RequestId: + - c5479eef-ab98-49cb-b91e-8c0524162ca1 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/eaac88e1-2dc9-457d-9567-9d209f417c41/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: + - Fri, 06 Feb 2026 08:20:09 GMT + Pragma: + - no-cache + RequestId: + - ea43e87b-a46e-486d-b30a-a00c7932dc26 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "fabcli000004", "type": + "KQLQueryset", "folderId": "b738b885-3ed1-484f-8781-e309b5982688"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '143' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/eaac88e1-2dc9-457d-9567-9d209f417c41/kqlQuerysets + response: + body: + string: '{"id": "a5d2c427-7175-42c7-b9bd-1a220f2888e6", "type": "KQLQueryset", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "eaac88e1-2dc9-457d-9567-9d209f417c41", "folderId": "b738b885-3ed1-484f-8781-e309b5982688"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '201' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:20:12 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - f7c208f0-bc08-4fe1-82d4-9e0adf3c9857 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "eaac88e1-2dc9-457d-9567-9d209f417c41", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "c8b4c040-611e-4fd4-8ff1-c49d9d6524c1", "displayName": "fabcli000002", + "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: + - '2877' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:20:13 GMT + Pragma: + - no-cache + RequestId: + - a0c6cd52-a4b0-4721-8938-f83355efe3ff + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/eaac88e1-2dc9-457d-9567-9d209f417c41/folders?recursive=True + response: + body: + string: '{"value": [{"id": "b738b885-3ed1-484f-8781-e309b5982688", "displayName": + "fabcli000003", "workspaceId": "eaac88e1-2dc9-457d-9567-9d209f417c41"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:20:14 GMT + Pragma: + - no-cache + RequestId: + - f0f25d19-00e6-4ea8-b62a-894cf92e645e + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "eaac88e1-2dc9-457d-9567-9d209f417c41", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "c8b4c040-611e-4fd4-8ff1-c49d9d6524c1", "displayName": "fabcli000002", + "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: + - '2877' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:20:14 GMT + Pragma: + - no-cache + RequestId: + - 6268bc83-305a-4337-a397-a1b6ee289a86 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "eaac88e1-2dc9-457d-9567-9d209f417c41", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "c8b4c040-611e-4fd4-8ff1-c49d9d6524c1", "displayName": "fabcli000002", + "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: + - '2877' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:20:15 GMT + Pragma: + - no-cache + RequestId: + - 9456b32d-4b8f-4ae4-b361-795b58fb98c5 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/c8b4c040-611e-4fd4-8ff1-c49d9d6524c1/folders?recursive=True + 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: + - Fri, 06 Feb 2026 08:20:16 GMT + Pragma: + - no-cache + RequestId: + - 4ff52884-7b51-48b9-abc8-e0ba5a80e684 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/c8b4c040-611e-4fd4-8ff1-c49d9d6524c1/folders?recursive=True + 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: + - Fri, 06 Feb 2026 08:20:17 GMT + Pragma: + - no-cache + RequestId: + - 1ebe4f6f-ba1a-46f9-a86a-2144cc02e297 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "fabcli000003"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '68' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/c8b4c040-611e-4fd4-8ff1-c49d9d6524c1/folders + response: + body: + string: '{"id": "2e818f79-1973-4ba9-8f2e-eca4a935dfe4", "displayName": "fabcli000003", + "workspaceId": "c8b4c040-611e-4fd4-8ff1-c49d9d6524c1"}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '132' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:20:18 GMT + Location: + - https://api.fabric.microsoft.com/v1/workspaces/c8b4c040-611e-4fd4-8ff1-c49d9d6524c1/folders/2e818f79-1973-4ba9-8f2e-eca4a935dfe4 + Pragma: + - no-cache + RequestId: + - 6e5f74c2-42ce-4c52-b424-79427347e697 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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/eaac88e1-2dc9-457d-9567-9d209f417c41/items + response: + body: + string: '{"value": [{"id": "a5d2c427-7175-42c7-b9bd-1a220f2888e6", "type": "KQLQueryset", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "eaac88e1-2dc9-457d-9567-9d209f417c41", "folderId": "b738b885-3ed1-484f-8781-e309b5982688"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '213' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:20:19 GMT + Pragma: + - no-cache + RequestId: + - 2efb8b50-89d2-41a0-9d26-c716d14a978e + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/eaac88e1-2dc9-457d-9567-9d209f417c41/folders?recursive=True + response: + body: + string: '{"value": [{"id": "b738b885-3ed1-484f-8781-e309b5982688", "displayName": + "fabcli000003", "workspaceId": "eaac88e1-2dc9-457d-9567-9d209f417c41"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:20:20 GMT + Pragma: + - no-cache + RequestId: + - 8ce1efbd-14c8-49aa-b3b1-c3359aece61e + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/eaac88e1-2dc9-457d-9567-9d209f417c41/folders?recursive=True + response: + body: + string: '{"value": [{"id": "b738b885-3ed1-484f-8781-e309b5982688", "displayName": + "fabcli000003", "workspaceId": "eaac88e1-2dc9-457d-9567-9d209f417c41"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:20:20 GMT + Pragma: + - no-cache + RequestId: + - d43fb517-c31a-466b-99d0-b04ac190b87e + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/eaac88e1-2dc9-457d-9567-9d209f417c41/items + response: + body: + string: '{"value": [{"id": "a5d2c427-7175-42c7-b9bd-1a220f2888e6", "type": "KQLQueryset", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "eaac88e1-2dc9-457d-9567-9d209f417c41", "folderId": "b738b885-3ed1-484f-8781-e309b5982688"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '213' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:20:21 GMT + Pragma: + - no-cache + RequestId: + - 7fc7db20-e367-486b-ade3-6ac083bfc441 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/eaac88e1-2dc9-457d-9567-9d209f417c41/folders?recursive=True + response: + body: + string: '{"value": [{"id": "b738b885-3ed1-484f-8781-e309b5982688", "displayName": + "fabcli000003", "workspaceId": "eaac88e1-2dc9-457d-9567-9d209f417c41"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:20:21 GMT + Pragma: + - no-cache + RequestId: + - 6742a1a6-c2f0-45ee-803c-e54482ce42b3 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/eaac88e1-2dc9-457d-9567-9d209f417c41/folders?recursive=True + response: + body: + string: '{"value": [{"id": "b738b885-3ed1-484f-8781-e309b5982688", "displayName": + "fabcli000003", "workspaceId": "eaac88e1-2dc9-457d-9567-9d209f417c41"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:20:22 GMT + Pragma: + - no-cache + RequestId: + - 154bb7bc-f356-4955-8d29-83d7057bd45f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "eaac88e1-2dc9-457d-9567-9d209f417c41", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "c8b4c040-611e-4fd4-8ff1-c49d9d6524c1", "displayName": "fabcli000002", + "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: + - '2877' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:20:23 GMT + Pragma: + - no-cache + RequestId: + - 4d4f100c-ef0f-47dd-b746-af83367d9e1f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/c8b4c040-611e-4fd4-8ff1-c49d9d6524c1/folders?recursive=True + response: + body: + string: '{"value": [{"id": "2e818f79-1973-4ba9-8f2e-eca4a935dfe4", "displayName": + "fabcli000003", "workspaceId": "c8b4c040-611e-4fd4-8ff1-c49d9d6524c1"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:20:24 GMT + Pragma: + - no-cache + RequestId: + - 675cc3f6-3385-46c9-83f2-b88dc8cdd720 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/c8b4c040-611e-4fd4-8ff1-c49d9d6524c1/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: + - Fri, 06 Feb 2026 08:20:24 GMT + Pragma: + - no-cache + RequestId: + - c76e9be0-f0f1-412a-a27c-7590e1508868 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/c8b4c040-611e-4fd4-8ff1-c49d9d6524c1/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: + - Fri, 06 Feb 2026 08:20:25 GMT + Pragma: + - no-cache + RequestId: + - 3240e5da-ac97-42e7-99ad-30a1a69645fe + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/c8b4c040-611e-4fd4-8ff1-c49d9d6524c1/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: + - Fri, 06 Feb 2026 08:20:26 GMT + Pragma: + - no-cache + RequestId: + - 92ed84aa-011a-4a9b-8f5c-71b02b33f42c + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/eaac88e1-2dc9-457d-9567-9d209f417c41/items/a5d2c427-7175-42c7-b9bd-1a220f2888e6 + response: + body: + string: '{"id": "a5d2c427-7175-42c7-b9bd-1a220f2888e6", "type": "KQLQueryset", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "eaac88e1-2dc9-457d-9567-9d209f417c41", "folderId": "b738b885-3ed1-484f-8781-e309b5982688"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '201' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:20:27 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - 2ee447a3-90d8-4bdb-a747-851960c66bf6 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/eaac88e1-2dc9-457d-9567-9d209f417c41/items/a5d2c427-7175-42c7-b9bd-1a220f2888e6/getDefinition + response: + body: + string: '{"definition": {"parts": [{"path": "RealTimeQueryset.json", "payload": + "e30=", "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIktRTFF1ZXJ5c2V0IiwKICAgICJkaXNwbGF5TmFtZSI6ICJmYWJjbGkwMDAwMDQiLAogICAgImRlc2NyaXB0aW9uIjogIkNyZWF0ZWQgYnkgZmFiIgogIH0sCiAgImNvbmZpZyI6IHsKICAgICJ2ZXJzaW9uIjogIjIuMCIsCiAgICAibG9naWNhbElkIjogIjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIKICB9Cn0=", + "payloadType": "InlineBase64"}]}}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '427' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:20:29 GMT + Pragma: + - no-cache + RequestId: + - 1ec256ce-4831-4448-b116-60902ba4563d + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "Created by fab", "displayName": + "fabcli000004", "definition": {"parts": [{"path": "RealTimeQueryset.json", "payload": + "e30=", "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIktRTFF1ZXJ5c2V0IiwKICAgICJkaXNwbGF5TmFtZSI6ICJmYWJjbGkwMDAwMDQiLAogICAgImRlc2NyaXB0aW9uIjogIkNyZWF0ZWQgYnkgZmFiIgogIH0sCiAgImNvbmZpZyI6IHsKICAgICJ2ZXJzaW9uIjogIjIuMCIsCiAgICAibG9naWNhbElkIjogIjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIKICB9Cn0=", + "payloadType": "InlineBase64"}]}, "folderId": "2e818f79-1973-4ba9-8f2e-eca4a935dfe4"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '780' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/c8b4c040-611e-4fd4-8ff1-c49d9d6524c1/items + response: + body: + string: '{"id": "dded563f-0616-41c2-9ddc-d2c9c05884cf", "type": "KQLQueryset", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "c8b4c040-611e-4fd4-8ff1-c49d9d6524c1", "folderId": "2e818f79-1973-4ba9-8f2e-eca4a935dfe4"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '200' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:20:31 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - 7e1adaae-ca6e-473b-a78e-7cec605454ea + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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/eaac88e1-2dc9-457d-9567-9d209f417c41/items + response: + body: + string: '{"value": [{"id": "a5d2c427-7175-42c7-b9bd-1a220f2888e6", "type": "KQLQueryset", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "eaac88e1-2dc9-457d-9567-9d209f417c41", "folderId": "b738b885-3ed1-484f-8781-e309b5982688"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '213' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:20:31 GMT + Pragma: + - no-cache + RequestId: + - 32f42fb1-a18a-4087-b832-b72109668a71 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/eaac88e1-2dc9-457d-9567-9d209f417c41/folders?recursive=True + response: + body: + string: '{"value": [{"id": "b738b885-3ed1-484f-8781-e309b5982688", "displayName": + "fabcli000003", "workspaceId": "eaac88e1-2dc9-457d-9567-9d209f417c41"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:20:32 GMT + Pragma: + - no-cache + RequestId: + - 4ce0b2df-d6ad-47a1-a273-6e168eea1103 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/eaac88e1-2dc9-457d-9567-9d209f417c41/folders?recursive=True + response: + body: + string: '{"requestId": "8f6d4b1d-6744-4bc0-8ea0-bda32cc55953", "errorCode": + "RequestBlocked", "message": "Request is blocked by the upstream service until: + 2/6/2026 8:21:09 AM (UTC)", "isRetriable": true}' + headers: + Content-Length: + - '188' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:20:32 GMT + RequestId: + - 8f6d4b1d-6744-4bc0-8ea0-bda32cc55953 + Retry-After: + - '36' + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-public-api-error-code: + - RequestBlocked + status: + code: 429 + message: '' +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/eaac88e1-2dc9-457d-9567-9d209f417c41/folders?recursive=True + response: + body: + string: '{"value": [{"id": "b738b885-3ed1-484f-8781-e309b5982688", "displayName": + "fabcli000003", "workspaceId": "eaac88e1-2dc9-457d-9567-9d209f417c41"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:21:11 GMT + Pragma: + - no-cache + RequestId: + - 63ca1d3c-2a1e-4987-86ae-74a0399c94f1 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "eaac88e1-2dc9-457d-9567-9d209f417c41", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "c8b4c040-611e-4fd4-8ff1-c49d9d6524c1", "displayName": "fabcli000002", + "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: + - '2877' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:21:11 GMT + Pragma: + - no-cache + RequestId: + - 3e6cba17-5f32-4ff2-a8e8-f1323569e16d + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/c8b4c040-611e-4fd4-8ff1-c49d9d6524c1/items + response: + body: + string: '{"value": [{"id": "dded563f-0616-41c2-9ddc-d2c9c05884cf", "type": "KQLQueryset", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "c8b4c040-611e-4fd4-8ff1-c49d9d6524c1", "folderId": "2e818f79-1973-4ba9-8f2e-eca4a935dfe4"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '211' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:21:12 GMT + Pragma: + - no-cache + RequestId: + - 04680bb6-2b25-4eb2-9d36-17ea650d77f9 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/c8b4c040-611e-4fd4-8ff1-c49d9d6524c1/folders?recursive=True + response: + body: + string: '{"value": [{"id": "2e818f79-1973-4ba9-8f2e-eca4a935dfe4", "displayName": + "fabcli000003", "workspaceId": "c8b4c040-611e-4fd4-8ff1-c49d9d6524c1"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:21:13 GMT + Pragma: + - no-cache + RequestId: + - 4846bb9d-053d-4d6a-8dff-984fe6b79ced + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/c8b4c040-611e-4fd4-8ff1-c49d9d6524c1/folders?recursive=True + response: + body: + string: '{"value": [{"id": "2e818f79-1973-4ba9-8f2e-eca4a935dfe4", "displayName": + "fabcli000003", "workspaceId": "c8b4c040-611e-4fd4-8ff1-c49d9d6524c1"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:21:14 GMT + Pragma: + - no-cache + RequestId: + - 1e1d80d6-e41d-4b84-81b1-a9378d99862f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "eaac88e1-2dc9-457d-9567-9d209f417c41", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "c8b4c040-611e-4fd4-8ff1-c49d9d6524c1", "displayName": "fabcli000002", + "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: + - '2877' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:21:14 GMT + Pragma: + - no-cache + RequestId: + - a07cb89b-8410-48ad-b202-9a6d2a49e044 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/c8b4c040-611e-4fd4-8ff1-c49d9d6524c1/folders?recursive=True + response: + body: + string: '{"value": [{"id": "2e818f79-1973-4ba9-8f2e-eca4a935dfe4", "displayName": + "fabcli000003", "workspaceId": "c8b4c040-611e-4fd4-8ff1-c49d9d6524c1"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:21:16 GMT + Pragma: + - no-cache + RequestId: + - 90aaccc7-b6b6-42c1-a5b3-0d05409397b6 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/c8b4c040-611e-4fd4-8ff1-c49d9d6524c1/items + response: + body: + string: '{"value": [{"id": "dded563f-0616-41c2-9ddc-d2c9c05884cf", "type": "KQLQueryset", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "c8b4c040-611e-4fd4-8ff1-c49d9d6524c1", "folderId": "2e818f79-1973-4ba9-8f2e-eca4a935dfe4"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '211' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:21:17 GMT + Pragma: + - no-cache + RequestId: + - 8d0c8cc1-94b4-4137-8b91-efa6cc7d7cf4 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/c8b4c040-611e-4fd4-8ff1-c49d9d6524c1/folders?recursive=True + response: + body: + string: '{"value": [{"id": "2e818f79-1973-4ba9-8f2e-eca4a935dfe4", "displayName": + "fabcli000003", "workspaceId": "c8b4c040-611e-4fd4-8ff1-c49d9d6524c1"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:21:17 GMT + Pragma: + - no-cache + RequestId: + - 10e711dc-5b0e-4fd7-a3df-d5dacd6dd4c5 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/c8b4c040-611e-4fd4-8ff1-c49d9d6524c1/folders?recursive=True + response: + body: + string: '{"value": [{"id": "2e818f79-1973-4ba9-8f2e-eca4a935dfe4", "displayName": + "fabcli000003", "workspaceId": "c8b4c040-611e-4fd4-8ff1-c49d9d6524c1"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:21:18 GMT + Pragma: + - no-cache + RequestId: + - d19f0bfe-0661-4a18-9392-beca013daa3a + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "eaac88e1-2dc9-457d-9567-9d209f417c41", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "c8b4c040-611e-4fd4-8ff1-c49d9d6524c1", "displayName": "fabcli000002", + "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: + - '2877' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:21:19 GMT + Pragma: + - no-cache + RequestId: + - 3bce0f27-19e5-4153-9812-08093c5adcb8 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/c8b4c040-611e-4fd4-8ff1-c49d9d6524c1/folders?recursive=True + response: + body: + string: '{"value": [{"id": "2e818f79-1973-4ba9-8f2e-eca4a935dfe4", "displayName": + "fabcli000003", "workspaceId": "c8b4c040-611e-4fd4-8ff1-c49d9d6524c1"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:21:19 GMT + Pragma: + - no-cache + RequestId: + - 6e013ece-038d-466f-8380-917a2086a91f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/c8b4c040-611e-4fd4-8ff1-c49d9d6524c1/items + response: + body: + string: '{"value": [{"id": "dded563f-0616-41c2-9ddc-d2c9c05884cf", "type": "KQLQueryset", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "c8b4c040-611e-4fd4-8ff1-c49d9d6524c1", "folderId": "2e818f79-1973-4ba9-8f2e-eca4a935dfe4"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '211' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:21:20 GMT + Pragma: + - no-cache + RequestId: + - 5afd147f-ff8a-4a54-bbee-7003da0eb85f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/c8b4c040-611e-4fd4-8ff1-c49d9d6524c1/folders?recursive=True + response: + body: + string: '{"value": [{"id": "2e818f79-1973-4ba9-8f2e-eca4a935dfe4", "displayName": + "fabcli000003", "workspaceId": "c8b4c040-611e-4fd4-8ff1-c49d9d6524c1"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:21:21 GMT + Pragma: + - no-cache + RequestId: + - 6f780ab4-9b56-4e05-9cc9-d9140c96f693 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/c8b4c040-611e-4fd4-8ff1-c49d9d6524c1/items/dded563f-0616-41c2-9ddc-d2c9c05884cf + 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: + - Fri, 06 Feb 2026 08:21:22 GMT + Pragma: + - no-cache + RequestId: + - 6f442256-1512-4c73-8d52-659af1b6d7b1 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "eaac88e1-2dc9-457d-9567-9d209f417c41", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "c8b4c040-611e-4fd4-8ff1-c49d9d6524c1", "displayName": "fabcli000002", + "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: + - '2877' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:21:23 GMT + Pragma: + - no-cache + RequestId: + - 514c9727-3188-4532-b0ab-7ab8bc34a58e + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/c8b4c040-611e-4fd4-8ff1-c49d9d6524c1/folders?recursive=True + response: + body: + string: '{"value": [{"id": "2e818f79-1973-4ba9-8f2e-eca4a935dfe4", "displayName": + "fabcli000003", "workspaceId": "c8b4c040-611e-4fd4-8ff1-c49d9d6524c1"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:21:24 GMT + Pragma: + - no-cache + RequestId: + - 0bace079-1d5c-4381-b91d-2939f50fae14 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/c8b4c040-611e-4fd4-8ff1-c49d9d6524c1/folders/2e818f79-1973-4ba9-8f2e-eca4a935dfe4 + 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: + - Fri, 06 Feb 2026 08:21:24 GMT + Pragma: + - no-cache + RequestId: + - 1b08ae23-3025-497b-815b-80ce6fc39577 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "eaac88e1-2dc9-457d-9567-9d209f417c41", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "c8b4c040-611e-4fd4-8ff1-c49d9d6524c1", "displayName": "fabcli000002", + "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: + - '2877' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:21:25 GMT + Pragma: + - no-cache + RequestId: + - 45762c4b-12bc-4267-9b2c-e2cd819190a3 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/eaac88e1-2dc9-457d-9567-9d209f417c41/folders?recursive=True + response: + body: + string: '{"value": [{"id": "b738b885-3ed1-484f-8781-e309b5982688", "displayName": + "fabcli000003", "workspaceId": "eaac88e1-2dc9-457d-9567-9d209f417c41"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:21:26 GMT + Pragma: + - no-cache + RequestId: + - b84852be-1671-458c-bad1-25aa86b3b361 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/eaac88e1-2dc9-457d-9567-9d209f417c41/items + response: + body: + string: '{"value": [{"id": "a5d2c427-7175-42c7-b9bd-1a220f2888e6", "type": "KQLQueryset", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "eaac88e1-2dc9-457d-9567-9d209f417c41", "folderId": "b738b885-3ed1-484f-8781-e309b5982688"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '213' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:21:27 GMT + Pragma: + - no-cache + RequestId: + - 2324a752-f33c-47f7-932d-dc09736bd9cb + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/eaac88e1-2dc9-457d-9567-9d209f417c41/folders?recursive=True + response: + body: + string: '{"requestId": "69e3cbc8-8120-497a-8296-215a019ebae5", "errorCode": + "RequestBlocked", "message": "Request is blocked by the upstream service until: + 2/6/2026 8:22:11 AM (UTC)", "isRetriable": true}' + headers: + Content-Length: + - '188' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:21:28 GMT + RequestId: + - 69e3cbc8-8120-497a-8296-215a019ebae5 + Retry-After: + - '43' + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-public-api-error-code: + - RequestBlocked + status: + code: 429 + message: '' +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/eaac88e1-2dc9-457d-9567-9d209f417c41/folders?recursive=True + response: + body: + string: '{"value": [{"id": "b738b885-3ed1-484f-8781-e309b5982688", "displayName": + "fabcli000003", "workspaceId": "eaac88e1-2dc9-457d-9567-9d209f417c41"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:22:14 GMT + Pragma: + - no-cache + RequestId: + - 9a6b6e8c-bf72-49c3-83ae-31305d7d151c + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/eaac88e1-2dc9-457d-9567-9d209f417c41/items/a5d2c427-7175-42c7-b9bd-1a220f2888e6 + 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: + - Fri, 06 Feb 2026 08:22:15 GMT + Pragma: + - no-cache + RequestId: + - b6e257b8-bcd0-4807-9f01-810ce79478f3 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "eaac88e1-2dc9-457d-9567-9d209f417c41", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "c8b4c040-611e-4fd4-8ff1-c49d9d6524c1", "displayName": "fabcli000002", + "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: + - '2877' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:22:15 GMT + Pragma: + - no-cache + RequestId: + - 2166cec3-d919-4f29-8cd4-1b5c7f7d75d7 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/eaac88e1-2dc9-457d-9567-9d209f417c41/folders?recursive=True + response: + body: + string: '{"value": [{"id": "b738b885-3ed1-484f-8781-e309b5982688", "displayName": + "fabcli000003", "workspaceId": "eaac88e1-2dc9-457d-9567-9d209f417c41"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:22:17 GMT + Pragma: + - no-cache + RequestId: + - 0b068e21-b5bc-4b3c-8da6-d18e2b91b643 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/eaac88e1-2dc9-457d-9567-9d209f417c41/folders/b738b885-3ed1-484f-8781-e309b5982688 + 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: + - Fri, 06 Feb 2026 08:22:18 GMT + Pragma: + - no-cache + RequestId: + - b2f7bc93-9360-4a70-a0a1-093abc74371e + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "eaac88e1-2dc9-457d-9567-9d209f417c41", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "c8b4c040-611e-4fd4-8ff1-c49d9d6524c1", "displayName": "fabcli000002", + "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: + - '2877' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:22:18 GMT + Pragma: + - no-cache + RequestId: + - 45c6aaae-1652-43ab-93cd-932c4d57192f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/eaac88e1-2dc9-457d-9567-9d209f417c41/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: + - Fri, 06 Feb 2026 08:22:19 GMT + Pragma: + - no-cache + RequestId: + - 81b2c7ed-4a17-4184-bd68-827209b1883c + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/eaac88e1-2dc9-457d-9567-9d209f417c41 + 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: + - Fri, 06 Feb 2026 08:22:20 GMT + Pragma: + - no-cache + RequestId: + - 79f858d4-f203-45ab-8a7e-55c15252bc7e + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "c8b4c040-611e-4fd4-8ff1-c49d9d6524c1", "displayName": "fabcli000002", + "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: + - '2841' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:22:20 GMT + Pragma: + - no-cache + RequestId: + - ebb947cc-40d0-4a11-8e73-a167bf5bcedc + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/c8b4c040-611e-4fd4-8ff1-c49d9d6524c1/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: + - Fri, 06 Feb 2026 08:22:22 GMT + Pragma: + - no-cache + RequestId: + - d927190f-4ce0-439f-a275-182862ccc09a + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/c8b4c040-611e-4fd4-8ff1-c49d9d6524c1 + 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: + - Fri, 06 Feb 2026 08:22:22 GMT + Pragma: + - no-cache + RequestId: + - 2c942cf3-2252-4d23-944d-27cb31516efb + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-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_cp/test_cp_folder_with_different_item_types_success[MirroredDatabase].yaml b/tests/test_commands/recordings/test_commands/test_cp/test_cp_folder_with_different_item_types_success[MirroredDatabase].yaml new file mode 100644 index 00000000..b658617c --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_cp/test_cp_folder_with_different_item_types_success[MirroredDatabase].yaml @@ -0,0 +1,3905 @@ +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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "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: + - '2805' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:22:24 GMT + Pragma: + - no-cache + RequestId: + - a5dbf9b1-d8e5-4ef1-9dd4-6328bf23212a + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "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: + - '2805' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:22:24 GMT + Pragma: + - no-cache + RequestId: + - ad12498e-f27d-49f5-b3b0-a47c0de25a80 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/capacities + response: + body: + string: '{"value": [{"id": "00000000-0000-0000-0000-000000000004", "displayName": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": + "Active"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '424' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:22:29 GMT + Pragma: + - no-cache + RequestId: + - 56a568c5-a3b3-4fd5-ab07-ec51d7b8da4e + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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", "capacityId": + "00000000-0000-0000-0000-000000000004"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '122' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"id": "7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '166' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:22:38 GMT + Location: + - https://api.fabric.microsoft.com/v1/workspaces/7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf + Pragma: + - no-cache + RequestId: + - ece365fb-bd64-45cd-91bc-f6245802d2e1 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf", "displayName": "fabcli000001", + "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: + - '2840' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:22:39 GMT + Pragma: + - no-cache + RequestId: + - 5b218704-43e7-4f17-8979-a15376f8c6db + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf", "displayName": "fabcli000001", + "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: + - '2840' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:22:39 GMT + Pragma: + - no-cache + RequestId: + - d7f11dab-5ac9-42ed-be6b-593fe4039764 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/capacities + response: + body: + string: '{"value": [{"id": "00000000-0000-0000-0000-000000000004", "displayName": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": + "Active"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '424' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:22:43 GMT + Pragma: + - no-cache + RequestId: + - 51439d92-0b00-4985-b676-173a4170a648 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "fabcli000002", "capacityId": + "00000000-0000-0000-0000-000000000004"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '122' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"id": "ea214bd9-415d-4843-9beb-5e850f9645a3", "displayName": "fabcli000002", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '166' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:22:52 GMT + Location: + - https://api.fabric.microsoft.com/v1/workspaces/ea214bd9-415d-4843-9beb-5e850f9645a3 + Pragma: + - no-cache + RequestId: + - 9d796844-19ae-49b5-a1ef-499090d747c2 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "ea214bd9-415d-4843-9beb-5e850f9645a3", "displayName": "fabcli000002", + "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: + - '2879' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:22:53 GMT + Pragma: + - no-cache + RequestId: + - 5602831f-ecc3-40a6-8bd6-60b826fa6c0f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf/folders?recursive=True + 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: + - Fri, 06 Feb 2026 08:22:54 GMT + Pragma: + - no-cache + RequestId: + - 2817b221-caa6-4492-a149-2b6aa106e03d + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf/folders?recursive=True + 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: + - Fri, 06 Feb 2026 08:22:54 GMT + Pragma: + - no-cache + RequestId: + - a46626ba-4b4e-4457-9c2e-3f5be50e56f7 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "fabcli000003"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '68' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf/folders + response: + body: + string: '{"id": "dbed2ee2-5dc2-4037-867c-9d29b6287340", "displayName": "fabcli000003", + "workspaceId": "7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf"}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '132' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:22:55 GMT + Location: + - https://api.fabric.microsoft.com/v1/workspaces/7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf/folders/dbed2ee2-5dc2-4037-867c-9d29b6287340 + Pragma: + - no-cache + RequestId: + - 15779819-226b-4da6-b421-fbb73cda1c55 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "ea214bd9-415d-4843-9beb-5e850f9645a3", "displayName": "fabcli000002", + "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: + - '2879' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:22:56 GMT + Pragma: + - no-cache + RequestId: + - a369b1b3-7141-44d5-be4a-681454d48168 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf/folders?recursive=True + response: + body: + string: '{"value": [{"id": "dbed2ee2-5dc2-4037-867c-9d29b6287340", "displayName": + "fabcli000003", "workspaceId": "7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:22:56 GMT + Pragma: + - no-cache + RequestId: + - c142e616-8536-4c5f-a0e3-522fbaba9c1d + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf/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: + - Fri, 06 Feb 2026 08:22:58 GMT + Pragma: + - no-cache + RequestId: + - ebe1e381-ed06-49a7-bcf9-c4cfdd7939bc + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf/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: + - Fri, 06 Feb 2026 08:22:58 GMT + Pragma: + - no-cache + RequestId: + - db5d8737-ce58-4783-b885-07aeafd34b5a + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "fabcli000004", "type": + "MirroredDatabase", "folderId": "dbed2ee2-5dc2-4037-867c-9d29b6287340", "definition": + {"parts": [{"path": "mirroring.json", "payload": "ewogICAgInByb3BlcnRpZXMiOiB7CiAgICAgICAgInNvdXJjZSI6IHsKICAgICAgICAgICAgInR5cGUiOiAiR2VuZXJpY01pcnJvciIsCiAgICAgICAgICAgICJ0eXBlUHJvcGVydGllcyI6IHt9CiAgICAgICAgfSwKICAgICAgICAidGFyZ2V0IjogewogICAgICAgICAgICAidHlwZSI6ICJNb3VudGVkUmVsYXRpb25hbERhdGFiYXNlIiwKICAgICAgICAgICAgInR5cGVQcm9wZXJ0aWVzIjogewogICAgICAgICAgICAgICAgImZvcm1hdCI6ICJEZWx0YSIKICAgICAgICAgICAgfQogICAgICAgIH0KICAgIH0KfQ==", + "payloadType": "InlineBase64"}]}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '637' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf/mirroredDatabases + response: + body: + string: '{"id": "e647cfcf-363f-4a80-9616-e145b698b150", "type": "MirroredDatabase", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf", "folderId": "dbed2ee2-5dc2-4037-867c-9d29b6287340"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '201' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:23:01 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - 765e526b-39c8-4ede-bca7-b6aec5b61e91 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "ea214bd9-415d-4843-9beb-5e850f9645a3", "displayName": "fabcli000002", + "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: + - '2879' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:23:01 GMT + Pragma: + - no-cache + RequestId: + - e9068338-53e8-4509-be22-48585c5189b7 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf/folders?recursive=True + response: + body: + string: '{"value": [{"id": "dbed2ee2-5dc2-4037-867c-9d29b6287340", "displayName": + "fabcli000003", "workspaceId": "7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:23:02 GMT + Pragma: + - no-cache + RequestId: + - 86e39af1-cb6b-4df3-8a99-8ed78f11e940 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "ea214bd9-415d-4843-9beb-5e850f9645a3", "displayName": "fabcli000002", + "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: + - '2879' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:23:03 GMT + Pragma: + - no-cache + RequestId: + - fec415a6-a03a-4493-80b4-493c0102f7b4 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "ea214bd9-415d-4843-9beb-5e850f9645a3", "displayName": "fabcli000002", + "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: + - '2879' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:23:04 GMT + Pragma: + - no-cache + RequestId: + - 7257300f-b8bd-4f98-94d2-5b3998bc1b81 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/ea214bd9-415d-4843-9beb-5e850f9645a3/folders?recursive=True + 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: + - Fri, 06 Feb 2026 08:23:04 GMT + Pragma: + - no-cache + RequestId: + - a7e60761-bee6-4aea-ae9b-22af98db8c7f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/ea214bd9-415d-4843-9beb-5e850f9645a3/folders?recursive=True + 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: + - Fri, 06 Feb 2026 08:23:05 GMT + Pragma: + - no-cache + RequestId: + - 61ac3a47-caad-4bb2-9bf5-cfeb0cf11582 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "fabcli000003"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '68' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/ea214bd9-415d-4843-9beb-5e850f9645a3/folders + response: + body: + string: '{"id": "4c964959-5e03-42a4-bdbe-188c15d43a99", "displayName": "fabcli000003", + "workspaceId": "ea214bd9-415d-4843-9beb-5e850f9645a3"}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '130' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:23:06 GMT + Location: + - https://api.fabric.microsoft.com/v1/workspaces/ea214bd9-415d-4843-9beb-5e850f9645a3/folders/4c964959-5e03-42a4-bdbe-188c15d43a99 + Pragma: + - no-cache + RequestId: + - 4f5f29ff-cb73-41ec-a19f-94f72369b70b + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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/7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf/items + response: + body: + string: '{"value": [{"id": "e647cfcf-363f-4a80-9616-e145b698b150", "type": "MirroredDatabase", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf", "folderId": "dbed2ee2-5dc2-4037-867c-9d29b6287340"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '214' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:23:07 GMT + Pragma: + - no-cache + RequestId: + - e7302926-bf4e-4bfc-8b8a-b28f8c8826ef + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf/folders?recursive=True + response: + body: + string: '{"value": [{"id": "dbed2ee2-5dc2-4037-867c-9d29b6287340", "displayName": + "fabcli000003", "workspaceId": "7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:23:08 GMT + Pragma: + - no-cache + RequestId: + - c6fdd83d-606c-4806-9f85-60c36e285956 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf/folders?recursive=True + response: + body: + string: '{"value": [{"id": "dbed2ee2-5dc2-4037-867c-9d29b6287340", "displayName": + "fabcli000003", "workspaceId": "7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:23:08 GMT + Pragma: + - no-cache + RequestId: + - c5720427-eaf5-47b0-9be1-aab8e83005de + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf/items + response: + body: + string: '{"value": [{"id": "e647cfcf-363f-4a80-9616-e145b698b150", "type": "MirroredDatabase", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf", "folderId": "dbed2ee2-5dc2-4037-867c-9d29b6287340"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '214' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:23:09 GMT + Pragma: + - no-cache + RequestId: + - 59fdde5f-ade9-4609-9cf1-7a1d87656224 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf/folders?recursive=True + response: + body: + string: '{"requestId": "fc75deef-55ed-4e76-9dcf-29342d572add", "errorCode": + "RequestBlocked", "message": "Request is blocked by the upstream service until: + 2/6/2026 8:23:15 AM (UTC)", "isRetriable": true}' + headers: + Content-Length: + - '188' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:23:10 GMT + RequestId: + - fc75deef-55ed-4e76-9dcf-29342d572add + Retry-After: + - '5' + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-public-api-error-code: + - RequestBlocked + status: + code: 429 + message: '' +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf/folders?recursive=True + response: + body: + string: '{"value": [{"id": "dbed2ee2-5dc2-4037-867c-9d29b6287340", "displayName": + "fabcli000003", "workspaceId": "7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:23:16 GMT + Pragma: + - no-cache + RequestId: + - c26279cd-10c9-4121-bcf4-0ecb7a567190 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf/folders?recursive=True + response: + body: + string: '{"value": [{"id": "dbed2ee2-5dc2-4037-867c-9d29b6287340", "displayName": + "fabcli000003", "workspaceId": "7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:23:17 GMT + Pragma: + - no-cache + RequestId: + - 6831390c-e52c-480c-ad4e-fb69f7986c06 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "ea214bd9-415d-4843-9beb-5e850f9645a3", "displayName": "fabcli000002", + "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: + - '2879' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:23:17 GMT + Pragma: + - no-cache + RequestId: + - 1ec7c23b-88cb-43c0-ab96-b0858f847b16 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/ea214bd9-415d-4843-9beb-5e850f9645a3/folders?recursive=True + response: + body: + string: '{"value": [{"id": "4c964959-5e03-42a4-bdbe-188c15d43a99", "displayName": + "fabcli000003", "workspaceId": "ea214bd9-415d-4843-9beb-5e850f9645a3"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '140' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:23:18 GMT + Pragma: + - no-cache + RequestId: + - 3403ba10-ed84-4231-8181-e4c4f76605a1 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/ea214bd9-415d-4843-9beb-5e850f9645a3/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: + - Fri, 06 Feb 2026 08:23:19 GMT + Pragma: + - no-cache + RequestId: + - f0cc6610-7f1b-4185-ae42-0227d8f1be8a + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/ea214bd9-415d-4843-9beb-5e850f9645a3/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: + - Fri, 06 Feb 2026 08:23:20 GMT + Pragma: + - no-cache + RequestId: + - 1a73f75e-825f-4555-81e1-9c0d8aa5d5dc + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/ea214bd9-415d-4843-9beb-5e850f9645a3/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: + - Fri, 06 Feb 2026 08:23:20 GMT + Pragma: + - no-cache + RequestId: + - 8cbb6e6b-2fc2-4eef-886b-b60f6c081517 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf/items/e647cfcf-363f-4a80-9616-e145b698b150 + response: + body: + string: '{"id": "e647cfcf-363f-4a80-9616-e145b698b150", "type": "MirroredDatabase", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf", "folderId": "dbed2ee2-5dc2-4037-867c-9d29b6287340"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '201' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:23:21 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - a63c50f0-8bc3-4478-8d9a-67fe0b647705 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf/items/e647cfcf-363f-4a80-9616-e145b698b150/getDefinition + response: + body: + string: '{"definition": {"parts": [{"path": "mirroring.json", "payload": "ew0KICAicHJvcGVydGllcyI6IHsNCiAgICAic291cmNlIjogew0KICAgICAgInR5cGUiOiAiR2VuZXJpY01pcnJvciIsDQogICAgICAidHlwZVByb3BlcnRpZXMiOiB7fQ0KICAgIH0sDQogICAgInRhcmdldCI6IHsNCiAgICAgICJ0eXBlIjogIk1vdW50ZWRSZWxhdGlvbmFsRGF0YWJhc2UiLA0KICAgICAgInR5cGVQcm9wZXJ0aWVzIjogew0KICAgICAgICAiZm9ybWF0IjogIkRlbHRhIg0KICAgICAgfQ0KICAgIH0NCiAgfQ0KfQ==", + "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIk1pcnJvcmVkRGF0YWJhc2UiLAogICAgImRpc3BsYXlOYW1lIjogImZhYmNsaTAwMDAwNCIsCiAgICAiZGVzY3JpcHRpb24iOiAiQ3JlYXRlZCBieSBmYWIiCiAgfSwKICAiY29uZmlnIjogewogICAgInZlcnNpb24iOiAiMi4wIiwKICAgICJsb2dpY2FsSWQiOiAiMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIgogIH0KfQ==", + "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: + - Fri, 06 Feb 2026 08:23:22 GMT + Pragma: + - no-cache + RequestId: + - e279b4b3-e8d5-49e5-bce9-2100f451ea86 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "Created by fab", "displayName": + "fabcli000004", "definition": {"parts": [{"path": "mirroring.json", "payload": + "ew0KICAicHJvcGVydGllcyI6IHsNCiAgICAic291cmNlIjogew0KICAgICAgInR5cGUiOiAiR2VuZXJpY01pcnJvciIsDQogICAgICAidHlwZVByb3BlcnRpZXMiOiB7fQ0KICAgIH0sDQogICAgInRhcmdldCI6IHsNCiAgICAgICJ0eXBlIjogIk1vdW50ZWRSZWxhdGlvbmFsRGF0YWJhc2UiLA0KICAgICAgInR5cGVQcm9wZXJ0aWVzIjogew0KICAgICAgICAiZm9ybWF0IjogIkRlbHRhIg0KICAgICAgfQ0KICAgIH0NCiAgfQ0KfQ==", + "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIk1pcnJvcmVkRGF0YWJhc2UiLAogICAgImRpc3BsYXlOYW1lIjogImZhYmNsaTAwMDAwNCIsCiAgICAiZGVzY3JpcHRpb24iOiAiQ3JlYXRlZCBieSBmYWIiCiAgfSwKICAiY29uZmlnIjogewogICAgInZlcnNpb24iOiAiMi4wIiwKICAgICJsb2dpY2FsSWQiOiAiMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIgogIH0KfQ==", + "payloadType": "InlineBase64"}]}, "folderId": "4c964959-5e03-42a4-bdbe-188c15d43a99"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '1110' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/ea214bd9-415d-4843-9beb-5e850f9645a3/items + response: + body: + string: '{"id": "83f5c4fb-65b3-489f-80e1-d915e28a4775", "type": "MirroredDatabase", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "ea214bd9-415d-4843-9beb-5e850f9645a3", "folderId": "4c964959-5e03-42a4-bdbe-188c15d43a99"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '202' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:23:25 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - 66fc3bb6-8750-4b3d-aac7-17278ca0ec9a + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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/7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf/items + response: + body: + string: '{"value": [{"id": "d1815453-76e7-46c8-8af7-ea2f00255805", "type": "SQLEndpoint", + "displayName": "fabcli000004", "description": "", "workspaceId": "7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf", + "folderId": "dbed2ee2-5dc2-4037-867c-9d29b6287340"}, {"id": "e647cfcf-363f-4a80-9616-e145b698b150", + "type": "MirroredDatabase", "displayName": "fabcli000004", "description": + "Created by fab", "workspaceId": "7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf", "folderId": + "dbed2ee2-5dc2-4037-867c-9d29b6287340"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '260' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:23:25 GMT + Pragma: + - no-cache + RequestId: + - a387b00f-96ae-4150-ad95-61cb48ec89b1 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf/folders?recursive=True + response: + body: + string: '{"value": [{"id": "dbed2ee2-5dc2-4037-867c-9d29b6287340", "displayName": + "fabcli000003", "workspaceId": "7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:23:26 GMT + Pragma: + - no-cache + RequestId: + - 7dff590c-aee3-4ac2-a6cc-358e4b239865 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf/folders?recursive=True + response: + body: + string: '{"value": [{"id": "dbed2ee2-5dc2-4037-867c-9d29b6287340", "displayName": + "fabcli000003", "workspaceId": "7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:23:27 GMT + Pragma: + - no-cache + RequestId: + - 071091e6-4574-42fe-937e-06ae9c6df50f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf/folders?recursive=True + response: + body: + string: '{"value": [{"id": "dbed2ee2-5dc2-4037-867c-9d29b6287340", "displayName": + "fabcli000003", "workspaceId": "7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:23:28 GMT + Pragma: + - no-cache + RequestId: + - 1a4c412f-d40f-49c2-9c1f-657aa782db28 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "ea214bd9-415d-4843-9beb-5e850f9645a3", "displayName": "fabcli000002", + "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: + - '2879' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:23:29 GMT + Pragma: + - no-cache + RequestId: + - 11ac2dc1-a499-413c-937a-ad7868b39842 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/ea214bd9-415d-4843-9beb-5e850f9645a3/items + response: + body: + string: '{"value": [{"id": "83f5c4fb-65b3-489f-80e1-d915e28a4775", "type": "MirroredDatabase", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "ea214bd9-415d-4843-9beb-5e850f9645a3", "folderId": "4c964959-5e03-42a4-bdbe-188c15d43a99"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '214' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:23:29 GMT + Pragma: + - no-cache + RequestId: + - adbf0870-29eb-48fa-899b-5310e2ecaf71 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/ea214bd9-415d-4843-9beb-5e850f9645a3/folders?recursive=True + response: + body: + string: '{"value": [{"id": "4c964959-5e03-42a4-bdbe-188c15d43a99", "displayName": + "fabcli000003", "workspaceId": "ea214bd9-415d-4843-9beb-5e850f9645a3"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '140' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:23:29 GMT + Pragma: + - no-cache + RequestId: + - e6142bc8-beac-4142-a817-f5dbb2b53be2 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/ea214bd9-415d-4843-9beb-5e850f9645a3/folders?recursive=True + response: + body: + string: '{"value": [{"id": "4c964959-5e03-42a4-bdbe-188c15d43a99", "displayName": + "fabcli000003", "workspaceId": "ea214bd9-415d-4843-9beb-5e850f9645a3"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '140' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:23:30 GMT + Pragma: + - no-cache + RequestId: + - 2b257292-8a4e-4034-ab91-6e63d233f226 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "ea214bd9-415d-4843-9beb-5e850f9645a3", "displayName": "fabcli000002", + "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: + - '2879' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:23:31 GMT + Pragma: + - no-cache + RequestId: + - 25bbcc55-3894-4c4a-bf4f-9c3cd7bd1b0f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/ea214bd9-415d-4843-9beb-5e850f9645a3/folders?recursive=True + response: + body: + string: '{"value": [{"id": "4c964959-5e03-42a4-bdbe-188c15d43a99", "displayName": + "fabcli000003", "workspaceId": "ea214bd9-415d-4843-9beb-5e850f9645a3"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '140' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:23:31 GMT + Pragma: + - no-cache + RequestId: + - 05e1c922-7fae-41a7-af7e-0ad58c8b7cf1 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/ea214bd9-415d-4843-9beb-5e850f9645a3/items + response: + body: + string: '{"value": [{"id": "83f5c4fb-65b3-489f-80e1-d915e28a4775", "type": "MirroredDatabase", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "ea214bd9-415d-4843-9beb-5e850f9645a3", "folderId": "4c964959-5e03-42a4-bdbe-188c15d43a99"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '214' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:23:32 GMT + Pragma: + - no-cache + RequestId: + - 45e0e01d-c30f-43c3-9051-f81b2d11f623 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/ea214bd9-415d-4843-9beb-5e850f9645a3/folders?recursive=True + response: + body: + string: '{"value": [{"id": "4c964959-5e03-42a4-bdbe-188c15d43a99", "displayName": + "fabcli000003", "workspaceId": "ea214bd9-415d-4843-9beb-5e850f9645a3"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '140' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:23:33 GMT + Pragma: + - no-cache + RequestId: + - 2f5f1e8f-8e91-49e3-96fe-42c1aa932529 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/ea214bd9-415d-4843-9beb-5e850f9645a3/folders?recursive=True + response: + body: + string: '{"requestId": "97b6fcf4-957f-4d4f-bb4d-8b12680de4d1", "errorCode": + "RequestBlocked", "message": "Request is blocked by the upstream service until: + 2/6/2026 8:24:17 AM (UTC)", "isRetriable": true}' + headers: + Content-Length: + - '188' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:23:33 GMT + RequestId: + - 97b6fcf4-957f-4d4f-bb4d-8b12680de4d1 + Retry-After: + - '43' + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-public-api-error-code: + - RequestBlocked + status: + code: 429 + message: '' +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/ea214bd9-415d-4843-9beb-5e850f9645a3/folders?recursive=True + response: + body: + string: '{"value": [{"id": "4c964959-5e03-42a4-bdbe-188c15d43a99", "displayName": + "fabcli000003", "workspaceId": "ea214bd9-415d-4843-9beb-5e850f9645a3"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '140' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:24:20 GMT + Pragma: + - no-cache + RequestId: + - 2a093334-3885-4af6-a53a-7d4cf21da526 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "ea214bd9-415d-4843-9beb-5e850f9645a3", "displayName": "fabcli000002", + "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: + - '2879' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:24:22 GMT + Pragma: + - no-cache + RequestId: + - e9cb8026-c493-4f66-b035-d46238842004 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/ea214bd9-415d-4843-9beb-5e850f9645a3/folders?recursive=True + response: + body: + string: '{"value": [{"id": "4c964959-5e03-42a4-bdbe-188c15d43a99", "displayName": + "fabcli000003", "workspaceId": "ea214bd9-415d-4843-9beb-5e850f9645a3"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '140' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:24:22 GMT + Pragma: + - no-cache + RequestId: + - 8253a573-4fb6-4c49-aeb6-607ec9524a5b + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/ea214bd9-415d-4843-9beb-5e850f9645a3/items + response: + body: + string: '{"value": [{"id": "29e06968-00e2-4949-a1da-cb6addf6f658", "type": "SQLEndpoint", + "displayName": "fabcli000004", "description": "", "workspaceId": "ea214bd9-415d-4843-9beb-5e850f9645a3", + "folderId": "4c964959-5e03-42a4-bdbe-188c15d43a99"}, {"id": "83f5c4fb-65b3-489f-80e1-d915e28a4775", + "type": "MirroredDatabase", "displayName": "fabcli000004", "description": + "Created by fab", "workspaceId": "ea214bd9-415d-4843-9beb-5e850f9645a3", "folderId": + "4c964959-5e03-42a4-bdbe-188c15d43a99"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '260' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:24:23 GMT + Pragma: + - no-cache + RequestId: + - b0d71b5c-a024-4d63-9d80-5fbe4226ed03 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/ea214bd9-415d-4843-9beb-5e850f9645a3/folders?recursive=True + response: + body: + string: '{"value": [{"id": "4c964959-5e03-42a4-bdbe-188c15d43a99", "displayName": + "fabcli000003", "workspaceId": "ea214bd9-415d-4843-9beb-5e850f9645a3"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '140' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:24:24 GMT + Pragma: + - no-cache + RequestId: + - 6008fe6d-502d-4cb0-b0fa-809538876b3a + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/ea214bd9-415d-4843-9beb-5e850f9645a3/folders?recursive=True + response: + body: + string: '{"value": [{"id": "4c964959-5e03-42a4-bdbe-188c15d43a99", "displayName": + "fabcli000003", "workspaceId": "ea214bd9-415d-4843-9beb-5e850f9645a3"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '140' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:24:25 GMT + Pragma: + - no-cache + RequestId: + - c46ac5fb-f651-4836-a6f7-1e5048ba49b8 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/ea214bd9-415d-4843-9beb-5e850f9645a3/items/83f5c4fb-65b3-489f-80e1-d915e28a4775 + 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: + - Fri, 06 Feb 2026 08:24:25 GMT + Pragma: + - no-cache + RequestId: + - fb038b95-c00b-44c2-9f57-55eb0ead5079 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "ea214bd9-415d-4843-9beb-5e850f9645a3", "displayName": "fabcli000002", + "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: + - '2879' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:24:27 GMT + Pragma: + - no-cache + RequestId: + - 46a290a9-501d-4f06-bb10-faec79b2681c + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/ea214bd9-415d-4843-9beb-5e850f9645a3/folders?recursive=True + response: + body: + string: '{"value": [{"id": "4c964959-5e03-42a4-bdbe-188c15d43a99", "displayName": + "fabcli000003", "workspaceId": "ea214bd9-415d-4843-9beb-5e850f9645a3"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '140' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:24:27 GMT + Pragma: + - no-cache + RequestId: + - 0a51acbb-2f21-4090-903e-ac498b6c421f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/ea214bd9-415d-4843-9beb-5e850f9645a3/folders/4c964959-5e03-42a4-bdbe-188c15d43a99 + 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: + - Fri, 06 Feb 2026 08:24:28 GMT + Pragma: + - no-cache + RequestId: + - d5794667-c6bb-4596-8d45-1383132d8963 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "ea214bd9-415d-4843-9beb-5e850f9645a3", "displayName": "fabcli000002", + "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: + - '2879' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:24:29 GMT + Pragma: + - no-cache + RequestId: + - c839834c-f5f9-4fd0-8cdb-d9b6605f614c + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf/folders?recursive=True + response: + body: + string: '{"value": [{"id": "dbed2ee2-5dc2-4037-867c-9d29b6287340", "displayName": + "fabcli000003", "workspaceId": "7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:24:30 GMT + Pragma: + - no-cache + RequestId: + - 5f2cd5b5-2191-4342-9951-f8dd4d15ea7c + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf/items + response: + body: + string: '{"value": [{"id": "d1815453-76e7-46c8-8af7-ea2f00255805", "type": "SQLEndpoint", + "displayName": "fabcli000004", "description": "", "workspaceId": "7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf", + "folderId": "dbed2ee2-5dc2-4037-867c-9d29b6287340"}, {"id": "e647cfcf-363f-4a80-9616-e145b698b150", + "type": "MirroredDatabase", "displayName": "fabcli000004", "description": + "Created by fab", "workspaceId": "7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf", "folderId": + "dbed2ee2-5dc2-4037-867c-9d29b6287340"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '260' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:24:31 GMT + Pragma: + - no-cache + RequestId: + - 043003ed-be87-4ca9-b4e6-21ce1c63469d + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf/folders?recursive=True + response: + body: + string: '{"value": [{"id": "dbed2ee2-5dc2-4037-867c-9d29b6287340", "displayName": + "fabcli000003", "workspaceId": "7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:24:32 GMT + Pragma: + - no-cache + RequestId: + - d6bfa36a-1011-42f0-b267-7d8b1cf260b4 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf/folders?recursive=True + response: + body: + string: '{"value": [{"id": "dbed2ee2-5dc2-4037-867c-9d29b6287340", "displayName": + "fabcli000003", "workspaceId": "7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:24:33 GMT + Pragma: + - no-cache + RequestId: + - 7963282e-92bd-4fb5-be78-79dee99ce0bd + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf/items/e647cfcf-363f-4a80-9616-e145b698b150 + 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: + - Fri, 06 Feb 2026 08:24:33 GMT + Pragma: + - no-cache + RequestId: + - 858fc90e-4307-484e-a4b5-17a1d71e1761 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "ea214bd9-415d-4843-9beb-5e850f9645a3", "displayName": "fabcli000002", + "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: + - '2879' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:24:34 GMT + Pragma: + - no-cache + RequestId: + - 06feb392-7579-46ff-8e5d-e047856af679 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf/folders?recursive=True + response: + body: + string: '{"value": [{"id": "dbed2ee2-5dc2-4037-867c-9d29b6287340", "displayName": + "fabcli000003", "workspaceId": "7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:24:35 GMT + Pragma: + - no-cache + RequestId: + - 9b0a6f2f-4c14-4677-9a4b-f478cef325fe + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf/folders/dbed2ee2-5dc2-4037-867c-9d29b6287340 + 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: + - Fri, 06 Feb 2026 08:24:36 GMT + Pragma: + - no-cache + RequestId: + - 6e989c6a-cf44-4cfa-bb2b-68e00e5b3cf6 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "ea214bd9-415d-4843-9beb-5e850f9645a3", "displayName": "fabcli000002", + "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: + - '2879' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:24:37 GMT + Pragma: + - no-cache + RequestId: + - b9a90fc7-3e4b-44a8-b35c-6531456fc22e + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf/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: + - Fri, 06 Feb 2026 08:24:37 GMT + Pragma: + - no-cache + RequestId: + - 7a25ebd8-40eb-4390-b64f-98447abf4e34 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/7d1a7c35-1a32-49aa-aaee-9ddf181eb3cf + 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: + - Fri, 06 Feb 2026 08:24:38 GMT + Pragma: + - no-cache + RequestId: + - 1cdc15ed-08f8-4dc2-9cf5-88f62bce2cd8 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "ea214bd9-415d-4843-9beb-5e850f9645a3", "displayName": "fabcli000002", + "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: + - '2843' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:24:40 GMT + Pragma: + - no-cache + RequestId: + - 69514b42-6fc9-465c-9429-22ced029f8dd + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/ea214bd9-415d-4843-9beb-5e850f9645a3/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: + - Fri, 06 Feb 2026 08:24:40 GMT + Pragma: + - no-cache + RequestId: + - e2a70933-f2c4-41cd-b692-12269414ab85 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/ea214bd9-415d-4843-9beb-5e850f9645a3 + 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: + - Fri, 06 Feb 2026 08:24:41 GMT + Pragma: + - no-cache + RequestId: + - 389f0abb-0c21-4791-bda8-5193def30ab1 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-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_cp/test_cp_folder_with_different_item_types_success[Notebook].yaml b/tests/test_commands/recordings/test_commands/test_cp/test_cp_folder_with_different_item_types_success[Notebook].yaml new file mode 100644 index 00000000..d13c38fd --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_cp/test_cp_folder_with_different_item_types_success[Notebook].yaml @@ -0,0 +1,4009 @@ +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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "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: + - '2805' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:24:42 GMT + Pragma: + - no-cache + RequestId: + - 5af01cf5-75b0-4639-a304-b91b26c57cae + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "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: + - '2805' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:24:43 GMT + Pragma: + - no-cache + RequestId: + - 42cdb5e7-beec-4aef-9830-8df1a1390fd0 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/capacities + response: + body: + string: '{"value": [{"id": "00000000-0000-0000-0000-000000000004", "displayName": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": + "Active"}]}' + 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: + - Fri, 06 Feb 2026 08:24:48 GMT + Pragma: + - no-cache + RequestId: + - 01a49bd0-235e-4226-982c-c95736b015e4 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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", "capacityId": + "00000000-0000-0000-0000-000000000004"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '122' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"id": "30763b40-c9c2-4527-9246-d12086f5b498", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '166' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:25:03 GMT + Location: + - https://api.fabric.microsoft.com/v1/workspaces/30763b40-c9c2-4527-9246-d12086f5b498 + Pragma: + - no-cache + RequestId: + - 64b5c0fb-cb4c-4554-afd9-854a065ff73e + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "30763b40-c9c2-4527-9246-d12086f5b498", "displayName": "fabcli000001", + "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: + - '2842' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:25:04 GMT + Pragma: + - no-cache + RequestId: + - 88119ee4-30d9-4556-a487-4d638c4d3542 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "30763b40-c9c2-4527-9246-d12086f5b498", "displayName": "fabcli000001", + "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: + - '2842' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:25:05 GMT + Pragma: + - no-cache + RequestId: + - 29433bd1-c32c-4ce9-9dc8-3fc0275524ed + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/capacities + response: + body: + string: '{"value": [{"id": "00000000-0000-0000-0000-000000000004", "displayName": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": + "Active"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '424' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:25:10 GMT + Pragma: + - no-cache + RequestId: + - 63a46024-f771-48c2-a2a2-0d55da684145 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "fabcli000002", "capacityId": + "00000000-0000-0000-0000-000000000004"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '122' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"id": "5d9e9502-f2b7-49f2-8ddc-f8381d07b760", "displayName": "fabcli000002", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '166' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:25:18 GMT + Location: + - https://api.fabric.microsoft.com/v1/workspaces/5d9e9502-f2b7-49f2-8ddc-f8381d07b760 + Pragma: + - no-cache + RequestId: + - 5ec21bcd-8ab2-48e0-96d5-26b2ef4a778c + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "30763b40-c9c2-4527-9246-d12086f5b498", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "5d9e9502-f2b7-49f2-8ddc-f8381d07b760", "displayName": "fabcli000002", + "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: + - '2884' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:25:18 GMT + Pragma: + - no-cache + RequestId: + - 299db34e-0ce0-4c6f-b3e9-76358a1b8732 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/30763b40-c9c2-4527-9246-d12086f5b498/folders?recursive=True + 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: + - Fri, 06 Feb 2026 08:25:20 GMT + Pragma: + - no-cache + RequestId: + - 51ef95c8-9512-4669-859c-5fecc964a4d8 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/30763b40-c9c2-4527-9246-d12086f5b498/folders?recursive=True + 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: + - Fri, 06 Feb 2026 08:25:20 GMT + Pragma: + - no-cache + RequestId: + - 14260bc3-3dcc-4ce1-9979-4ae5c4e78990 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "fabcli000003"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '68' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/30763b40-c9c2-4527-9246-d12086f5b498/folders + response: + body: + string: '{"id": "40291a18-8b1f-4762-a94e-1f35b90a4a90", "displayName": "fabcli000003", + "workspaceId": "30763b40-c9c2-4527-9246-d12086f5b498"}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '132' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:25:21 GMT + Location: + - https://api.fabric.microsoft.com/v1/workspaces/30763b40-c9c2-4527-9246-d12086f5b498/folders/40291a18-8b1f-4762-a94e-1f35b90a4a90 + Pragma: + - no-cache + RequestId: + - 607935b2-ef91-465d-8684-4d178b7e8d6e + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "30763b40-c9c2-4527-9246-d12086f5b498", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "5d9e9502-f2b7-49f2-8ddc-f8381d07b760", "displayName": "fabcli000002", + "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: + - '2884' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:25:22 GMT + Pragma: + - no-cache + RequestId: + - d34fc1f6-3a6a-4297-bd21-96a3b506989f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/30763b40-c9c2-4527-9246-d12086f5b498/folders?recursive=True + response: + body: + string: '{"value": [{"id": "40291a18-8b1f-4762-a94e-1f35b90a4a90", "displayName": + "fabcli000003", "workspaceId": "30763b40-c9c2-4527-9246-d12086f5b498"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '142' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:25:22 GMT + Pragma: + - no-cache + RequestId: + - 07e9a09b-ce57-457c-8fca-98eebc5b8d58 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/30763b40-c9c2-4527-9246-d12086f5b498/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: + - Fri, 06 Feb 2026 08:25:23 GMT + Pragma: + - no-cache + RequestId: + - ec42160a-c29f-4d51-b891-bf399f54f3e5 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/30763b40-c9c2-4527-9246-d12086f5b498/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: + - Fri, 06 Feb 2026 08:25:24 GMT + Pragma: + - no-cache + RequestId: + - d82fa014-239c-4512-985c-0a645008ee8c + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "fabcli000004", "type": + "Notebook", "folderId": "40291a18-8b1f-4762-a94e-1f35b90a4a90", "definition": + {"parts": [{"path": "notebook-content.py", "payload": "IyBGYWJyaWMgbm90ZWJvb2sgc291cmNlCgojIE1FVEFEQVRBICoqKioqKioqKioqKioqKioqKioqCgojIE1FVEEgewojIE1FVEEgICAia2VybmVsX2luZm8iOiB7CiMgTUVUQSAgICAgIm5hbWUiOiAic3luYXBzZV9weXNwYXJrIgojIE1FVEEgICB9LAojIE1FVEEgICAiZGVwZW5kZW5jaWVzIjoge30KIyBNRVRBIH0KCiMgQ0VMTCAqKioqKioqKioqKioqKioqKioqKgoKIyBXZWxjb21lIHRvIHlvdXIgbmV3IG5vdGVib29rCiMgVHlwZSBoZXJlIGluIHRoZSBjZWxsIGVkaXRvciB0byBhZGQgY29kZSEKCgojIE1FVEFEQVRBICoqKioqKioqKioqKioqKioqKioqCgojIE1FVEEgewojIE1FVEEgICAibGFuZ3VhZ2UiOiAicHl0aG9uIiwKIyBNRVRBICAgImxhbmd1YWdlX2dyb3VwIjogInN5bmFwc2VfcHlzcGFyayIKIyBNRVRBIH0K", + "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/30763b40-c9c2-4527-9246-d12086f5b498/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: + - Fri, 06 Feb 2026 08:25:25 GMT + ETag: + - '""' + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/068dc9d6-255c-4014-817d-6d3bcae0dbdf + Pragma: + - no-cache + RequestId: + - a3643cc3-f1d5-421a-b58d-8520d895ab3f + 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: + - 068dc9d6-255c-4014-817d-6d3bcae0dbdf + 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/068dc9d6-255c-4014-817d-6d3bcae0dbdf + response: + body: + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-06T08:25:25.9069726", + "lastUpdatedTimeUtc": "2026-02-06T08:25:27.3450818", "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: + - Fri, 06 Feb 2026 08:25:47 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/068dc9d6-255c-4014-817d-6d3bcae0dbdf/result + Pragma: + - no-cache + RequestId: + - 356d19f7-35a5-4ddf-8058-dc69d192f943 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + x-ms-operation-id: + - 068dc9d6-255c-4014-817d-6d3bcae0dbdf + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + 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/068dc9d6-255c-4014-817d-6d3bcae0dbdf/result + response: + body: + string: '{"id": "5c04201e-d9f3-49d1-9e6c-5f875c4835fd", "type": "Notebook", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "30763b40-c9c2-4527-9246-d12086f5b498", "folderId": "40291a18-8b1f-4762-a94e-1f35b90a4a90"}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Type: + - application/json + Date: + - Fri, 06 Feb 2026 08:25:49 GMT + Pragma: + - no-cache + RequestId: + - 11f38018-3f37-49de-8517-958477563451 + 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "30763b40-c9c2-4527-9246-d12086f5b498", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "5d9e9502-f2b7-49f2-8ddc-f8381d07b760", "displayName": "fabcli000002", + "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: + - '2884' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:25:49 GMT + Pragma: + - no-cache + RequestId: + - ef2d00b0-b603-4065-8d4f-c2c890a4108a + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/30763b40-c9c2-4527-9246-d12086f5b498/folders?recursive=True + response: + body: + string: '{"value": [{"id": "40291a18-8b1f-4762-a94e-1f35b90a4a90", "displayName": + "fabcli000003", "workspaceId": "30763b40-c9c2-4527-9246-d12086f5b498"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '142' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:25:50 GMT + Pragma: + - no-cache + RequestId: + - 58a98234-4bc2-494d-b591-1574cbc2ca5f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "30763b40-c9c2-4527-9246-d12086f5b498", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "5d9e9502-f2b7-49f2-8ddc-f8381d07b760", "displayName": "fabcli000002", + "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: + - '2884' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:25:50 GMT + Pragma: + - no-cache + RequestId: + - ca99c4e1-de86-485d-a163-06a7ef613f03 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "30763b40-c9c2-4527-9246-d12086f5b498", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "5d9e9502-f2b7-49f2-8ddc-f8381d07b760", "displayName": "fabcli000002", + "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: + - '2884' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:25:51 GMT + Pragma: + - no-cache + RequestId: + - 501ca900-03bf-4eeb-a287-94f916cd6ab5 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/5d9e9502-f2b7-49f2-8ddc-f8381d07b760/folders?recursive=True + 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: + - Fri, 06 Feb 2026 08:25:52 GMT + Pragma: + - no-cache + RequestId: + - fddf19d3-a6c2-4ea5-9100-bea08bf2ed7c + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/5d9e9502-f2b7-49f2-8ddc-f8381d07b760/folders?recursive=True + 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: + - Fri, 06 Feb 2026 08:25:53 GMT + Pragma: + - no-cache + RequestId: + - e71e7db1-f0cf-4636-b4c3-037f48c4e140 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "fabcli000003"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '68' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/5d9e9502-f2b7-49f2-8ddc-f8381d07b760/folders + response: + body: + string: '{"id": "a0ea3aa1-61e3-4b93-b71b-25f4bd03c3ea", "displayName": "fabcli000003", + "workspaceId": "5d9e9502-f2b7-49f2-8ddc-f8381d07b760"}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '131' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:25:54 GMT + Location: + - https://api.fabric.microsoft.com/v1/workspaces/5d9e9502-f2b7-49f2-8ddc-f8381d07b760/folders/a0ea3aa1-61e3-4b93-b71b-25f4bd03c3ea + Pragma: + - no-cache + RequestId: + - 0966dde0-c977-491f-836f-d2fd74e0c7af + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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/30763b40-c9c2-4527-9246-d12086f5b498/items + response: + body: + string: '{"value": [{"id": "5c04201e-d9f3-49d1-9e6c-5f875c4835fd", "type": "Notebook", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "30763b40-c9c2-4527-9246-d12086f5b498", "folderId": "40291a18-8b1f-4762-a94e-1f35b90a4a90"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '209' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:25:54 GMT + Pragma: + - no-cache + RequestId: + - 9adb8f6c-3d2e-4b7a-bffc-5b80aa8939c9 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/30763b40-c9c2-4527-9246-d12086f5b498/folders?recursive=True + response: + body: + string: '{"value": [{"id": "40291a18-8b1f-4762-a94e-1f35b90a4a90", "displayName": + "fabcli000003", "workspaceId": "30763b40-c9c2-4527-9246-d12086f5b498"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '142' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:25:55 GMT + Pragma: + - no-cache + RequestId: + - 467863e5-b0bd-4272-83bb-9e7169a6afe7 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/30763b40-c9c2-4527-9246-d12086f5b498/folders?recursive=True + response: + body: + string: '{"value": [{"id": "40291a18-8b1f-4762-a94e-1f35b90a4a90", "displayName": + "fabcli000003", "workspaceId": "30763b40-c9c2-4527-9246-d12086f5b498"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '142' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:25:56 GMT + Pragma: + - no-cache + RequestId: + - ca1b1396-6625-45a1-9b14-deed5478dd9a + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/30763b40-c9c2-4527-9246-d12086f5b498/items + response: + body: + string: '{"value": [{"id": "5c04201e-d9f3-49d1-9e6c-5f875c4835fd", "type": "Notebook", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "30763b40-c9c2-4527-9246-d12086f5b498", "folderId": "40291a18-8b1f-4762-a94e-1f35b90a4a90"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '209' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:25:57 GMT + Pragma: + - no-cache + RequestId: + - cb802104-950c-43b5-be48-2b40222c68ca + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/30763b40-c9c2-4527-9246-d12086f5b498/folders?recursive=True + response: + body: + string: '{"value": [{"id": "40291a18-8b1f-4762-a94e-1f35b90a4a90", "displayName": + "fabcli000003", "workspaceId": "30763b40-c9c2-4527-9246-d12086f5b498"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '142' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:25:57 GMT + Pragma: + - no-cache + RequestId: + - b2a06033-5284-400f-aa81-f406d34850d5 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/30763b40-c9c2-4527-9246-d12086f5b498/folders?recursive=True + response: + body: + string: '{"value": [{"id": "40291a18-8b1f-4762-a94e-1f35b90a4a90", "displayName": + "fabcli000003", "workspaceId": "30763b40-c9c2-4527-9246-d12086f5b498"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '142' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:25:58 GMT + Pragma: + - no-cache + RequestId: + - 20aca092-22eb-40cf-9be6-b09e994c7836 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "30763b40-c9c2-4527-9246-d12086f5b498", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "5d9e9502-f2b7-49f2-8ddc-f8381d07b760", "displayName": "fabcli000002", + "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: + - '2884' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:26:00 GMT + Pragma: + - no-cache + RequestId: + - 8beea879-1433-4d05-9084-da3f7b9fe286 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/5d9e9502-f2b7-49f2-8ddc-f8381d07b760/folders?recursive=True + response: + body: + string: '{"value": [{"id": "a0ea3aa1-61e3-4b93-b71b-25f4bd03c3ea", "displayName": + "fabcli000003", "workspaceId": "5d9e9502-f2b7-49f2-8ddc-f8381d07b760"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:26:00 GMT + Pragma: + - no-cache + RequestId: + - cd2c78cd-81d6-4c6b-8438-b9ba4b3c42cd + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/5d9e9502-f2b7-49f2-8ddc-f8381d07b760/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: + - Fri, 06 Feb 2026 08:26:01 GMT + Pragma: + - no-cache + RequestId: + - c1ea45c1-0acc-49f3-850e-532684932612 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/5d9e9502-f2b7-49f2-8ddc-f8381d07b760/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: + - Fri, 06 Feb 2026 08:26:02 GMT + Pragma: + - no-cache + RequestId: + - b1a7b783-c241-45fc-8060-989d2e17eb61 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/5d9e9502-f2b7-49f2-8ddc-f8381d07b760/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: + - Fri, 06 Feb 2026 08:26:03 GMT + Pragma: + - no-cache + RequestId: + - 31c28fda-3f59-4bf5-ad10-a3cb3aa3f9df + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/30763b40-c9c2-4527-9246-d12086f5b498/items/5c04201e-d9f3-49d1-9e6c-5f875c4835fd + response: + body: + string: '{"id": "5c04201e-d9f3-49d1-9e6c-5f875c4835fd", "type": "Notebook", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "30763b40-c9c2-4527-9246-d12086f5b498", "folderId": "40291a18-8b1f-4762-a94e-1f35b90a4a90"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '197' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:26:04 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - 10c7b30e-e9d2-4f30-942e-7ba8d1b9cf87 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/30763b40-c9c2-4527-9246-d12086f5b498/items/5c04201e-d9f3-49d1-9e6c-5f875c4835fd/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: + - Fri, 06 Feb 2026 08:26:05 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/319283ea-0a3e-44ca-9a21-33639e9333bc + Pragma: + - no-cache + RequestId: + - f53082fb-1e6b-4667-b194-f2e847cb2aba + 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: + - 319283ea-0a3e-44ca-9a21-33639e9333bc + 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/319283ea-0a3e-44ca-9a21-33639e9333bc + response: + body: + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-06T08:26:05.33643", + "lastUpdatedTimeUtc": "2026-02-06T08:26:05.6645579", "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: + - Fri, 06 Feb 2026 08:26:26 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/319283ea-0a3e-44ca-9a21-33639e9333bc/result + Pragma: + - no-cache + RequestId: + - c8c4fae5-4546-4e6c-9ddd-1488586f4ca7 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + x-ms-operation-id: + - 319283ea-0a3e-44ca-9a21-33639e9333bc + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + 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/319283ea-0a3e-44ca-9a21-33639e9333bc/result + response: + body: + string: '{"definition": {"parts": [{"path": "notebook-content.py", "payload": + "IyBGYWJyaWMgbm90ZWJvb2sgc291cmNlCgojIE1FVEFEQVRBICoqKioqKioqKioqKioqKioqKioqCgojIE1FVEEgewojIE1FVEEgICAia2VybmVsX2luZm8iOiB7CiMgTUVUQSAgICAgIm5hbWUiOiAic3luYXBzZV9weXNwYXJrIgojIE1FVEEgICB9LAojIE1FVEEgICAiZGVwZW5kZW5jaWVzIjoge30KIyBNRVRBIH0KCiMgQ0VMTCAqKioqKioqKioqKioqKioqKioqKgoKIyBXZWxjb21lIHRvIHlvdXIgbmV3IG5vdGVib29rCiMgVHlwZSBoZXJlIGluIHRoZSBjZWxsIGVkaXRvciB0byBhZGQgY29kZSEKCgojIE1FVEFEQVRBICoqKioqKioqKioqKioqKioqKioqCgojIE1FVEEgewojIE1FVEEgICAibGFuZ3VhZ2UiOiAicHl0aG9uIiwKIyBNRVRBICAgImxhbmd1YWdlX2dyb3VwIjogInN5bmFwc2VfcHlzcGFyayIKIyBNRVRBIH0K", + "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIk5vdGVib29rIiwKICAgICJkaXNwbGF5TmFtZSI6ICJmYWJjbGkwMDAwMDQiLAogICAgImRlc2NyaXB0aW9uIjogIkNyZWF0ZWQgYnkgZmFiIgogIH0sCiAgImNvbmZpZyI6IHsKICAgICJ2ZXJzaW9uIjogIjIuMCIsCiAgICAibG9naWNhbElkIjogIjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIKICB9Cn0=", + "payloadType": "InlineBase64"}]}}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Type: + - application/json + Date: + - Fri, 06 Feb 2026 08:26:27 GMT + Pragma: + - no-cache + RequestId: + - 641cf46a-bf75-4a3b-b2bd-ef9bdce0dfb5 + 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: '{"type": "Notebook", "description": "Created by fab", "displayName": "fabcli000004", + "definition": {"parts": [{"path": "notebook-content.py", "payload": "IyBGYWJyaWMgbm90ZWJvb2sgc291cmNlCgojIE1FVEFEQVRBICoqKioqKioqKioqKioqKioqKioqCgojIE1FVEEgewojIE1FVEEgICAia2VybmVsX2luZm8iOiB7CiMgTUVUQSAgICAgIm5hbWUiOiAic3luYXBzZV9weXNwYXJrIgojIE1FVEEgICB9LAojIE1FVEEgICAiZGVwZW5kZW5jaWVzIjoge30KIyBNRVRBIH0KCiMgQ0VMTCAqKioqKioqKioqKioqKioqKioqKgoKIyBXZWxjb21lIHRvIHlvdXIgbmV3IG5vdGVib29rCiMgVHlwZSBoZXJlIGluIHRoZSBjZWxsIGVkaXRvciB0byBhZGQgY29kZSEKCgojIE1FVEFEQVRBICoqKioqKioqKioqKioqKioqKioqCgojIE1FVEEgewojIE1FVEEgICAibGFuZ3VhZ2UiOiAicHl0aG9uIiwKIyBNRVRBICAgImxhbmd1YWdlX2dyb3VwIjogInN5bmFwc2VfcHlzcGFyayIKIyBNRVRBIH0K", + "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIk5vdGVib29rIiwKICAgICJkaXNwbGF5TmFtZSI6ICJmYWJjbGkwMDAwMDQiLAogICAgImRlc2NyaXB0aW9uIjogIkNyZWF0ZWQgYnkgZmFiIgogIH0sCiAgImNvbmZpZyI6IHsKICAgICJ2ZXJzaW9uIjogIjIuMCIsCiAgICAibG9naWNhbElkIjogIjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIKICB9Cn0=", + "payloadType": "InlineBase64"}]}, "folderId": "a0ea3aa1-61e3-4b93-b71b-25f4bd03c3ea"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '1319' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/5d9e9502-f2b7-49f2-8ddc-f8381d07b760/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: + - Fri, 06 Feb 2026 08:26:31 GMT + ETag: + - '""' + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/fde3bcf5-41b6-48ee-a61c-ed1a9ce70efe + Pragma: + - no-cache + RequestId: + - 44070771-1f62-4e15-907b-1e2937a46922 + 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: + - fde3bcf5-41b6-48ee-a61c-ed1a9ce70efe + 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/fde3bcf5-41b6-48ee-a61c-ed1a9ce70efe + response: + body: + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-06T08:26:29.5289671", + "lastUpdatedTimeUtc": "2026-02-06T08:26:32.4510817", "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: + - Fri, 06 Feb 2026 08:26:52 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/fde3bcf5-41b6-48ee-a61c-ed1a9ce70efe/result + Pragma: + - no-cache + RequestId: + - 15e279d9-1ef8-4173-be8d-19ef9b1cc676 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + x-ms-operation-id: + - fde3bcf5-41b6-48ee-a61c-ed1a9ce70efe + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + 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/fde3bcf5-41b6-48ee-a61c-ed1a9ce70efe/result + response: + body: + string: '{"id": "567bb09e-b164-41ff-9227-d9a74f0b087d", "type": "Notebook", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "5d9e9502-f2b7-49f2-8ddc-f8381d07b760", "folderId": "a0ea3aa1-61e3-4b93-b71b-25f4bd03c3ea"}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Type: + - application/json + Date: + - Fri, 06 Feb 2026 08:26:53 GMT + Pragma: + - no-cache + RequestId: + - f368538a-04a9-4e58-949e-ddcb80f4208d + 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/30763b40-c9c2-4527-9246-d12086f5b498/items + response: + body: + string: '{"value": [{"id": "5c04201e-d9f3-49d1-9e6c-5f875c4835fd", "type": "Notebook", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "30763b40-c9c2-4527-9246-d12086f5b498", "folderId": "40291a18-8b1f-4762-a94e-1f35b90a4a90"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '209' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:26:54 GMT + Pragma: + - no-cache + RequestId: + - 2ee86f6d-e88f-4f04-bad0-0a535c19556c + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/30763b40-c9c2-4527-9246-d12086f5b498/folders?recursive=True + response: + body: + string: '{"value": [{"id": "40291a18-8b1f-4762-a94e-1f35b90a4a90", "displayName": + "fabcli000003", "workspaceId": "30763b40-c9c2-4527-9246-d12086f5b498"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '142' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:26:56 GMT + Pragma: + - no-cache + RequestId: + - 333a0483-843c-49e8-a035-94ffb969ef5d + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/30763b40-c9c2-4527-9246-d12086f5b498/folders?recursive=True + response: + body: + string: '{"value": [{"id": "40291a18-8b1f-4762-a94e-1f35b90a4a90", "displayName": + "fabcli000003", "workspaceId": "30763b40-c9c2-4527-9246-d12086f5b498"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '142' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:26:56 GMT + Pragma: + - no-cache + RequestId: + - 216b57a8-4998-4aee-8115-9aecf4649620 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "30763b40-c9c2-4527-9246-d12086f5b498", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "5d9e9502-f2b7-49f2-8ddc-f8381d07b760", "displayName": "fabcli000002", + "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: + - '2884' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:26:57 GMT + Pragma: + - no-cache + RequestId: + - e8c5e1a0-30c8-47fe-86a2-e6ac2dca3e7d + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/5d9e9502-f2b7-49f2-8ddc-f8381d07b760/items + response: + body: + string: '{"value": [{"id": "567bb09e-b164-41ff-9227-d9a74f0b087d", "type": "Notebook", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "5d9e9502-f2b7-49f2-8ddc-f8381d07b760", "folderId": "a0ea3aa1-61e3-4b93-b71b-25f4bd03c3ea"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '208' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:26:58 GMT + Pragma: + - no-cache + RequestId: + - d5f323ae-0798-4ec1-a07c-50f7950cfba1 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/5d9e9502-f2b7-49f2-8ddc-f8381d07b760/folders?recursive=True + response: + body: + string: '{"value": [{"id": "a0ea3aa1-61e3-4b93-b71b-25f4bd03c3ea", "displayName": + "fabcli000003", "workspaceId": "5d9e9502-f2b7-49f2-8ddc-f8381d07b760"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:26:59 GMT + Pragma: + - no-cache + RequestId: + - dea97287-2992-4c64-a623-3142fe4a2c18 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/5d9e9502-f2b7-49f2-8ddc-f8381d07b760/folders?recursive=True + response: + body: + string: '{"value": [{"id": "a0ea3aa1-61e3-4b93-b71b-25f4bd03c3ea", "displayName": + "fabcli000003", "workspaceId": "5d9e9502-f2b7-49f2-8ddc-f8381d07b760"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:26:59 GMT + Pragma: + - no-cache + RequestId: + - d581c6a2-217e-44c0-90ee-5bee352b69df + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "30763b40-c9c2-4527-9246-d12086f5b498", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "5d9e9502-f2b7-49f2-8ddc-f8381d07b760", "displayName": "fabcli000002", + "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: + - '2884' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:27:00 GMT + Pragma: + - no-cache + RequestId: + - 260e7eee-3e6a-4119-9b16-3ebcf91f6677 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/5d9e9502-f2b7-49f2-8ddc-f8381d07b760/folders?recursive=True + response: + body: + string: '{"value": [{"id": "a0ea3aa1-61e3-4b93-b71b-25f4bd03c3ea", "displayName": + "fabcli000003", "workspaceId": "5d9e9502-f2b7-49f2-8ddc-f8381d07b760"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:27:01 GMT + Pragma: + - no-cache + RequestId: + - 3e90f3d0-33ed-46eb-af98-b2e6bf0a0449 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/5d9e9502-f2b7-49f2-8ddc-f8381d07b760/items + response: + body: + string: '{"value": [{"id": "567bb09e-b164-41ff-9227-d9a74f0b087d", "type": "Notebook", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "5d9e9502-f2b7-49f2-8ddc-f8381d07b760", "folderId": "a0ea3aa1-61e3-4b93-b71b-25f4bd03c3ea"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '208' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:27:02 GMT + Pragma: + - no-cache + RequestId: + - 56b5d24b-15c9-4e18-8d05-0ef8e2669f50 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/5d9e9502-f2b7-49f2-8ddc-f8381d07b760/folders?recursive=True + response: + body: + string: '{"value": [{"id": "a0ea3aa1-61e3-4b93-b71b-25f4bd03c3ea", "displayName": + "fabcli000003", "workspaceId": "5d9e9502-f2b7-49f2-8ddc-f8381d07b760"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:27:03 GMT + Pragma: + - no-cache + RequestId: + - a9903c3a-f824-4ec3-938c-da94f7e92339 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/5d9e9502-f2b7-49f2-8ddc-f8381d07b760/folders?recursive=True + response: + body: + string: '{"value": [{"id": "a0ea3aa1-61e3-4b93-b71b-25f4bd03c3ea", "displayName": + "fabcli000003", "workspaceId": "5d9e9502-f2b7-49f2-8ddc-f8381d07b760"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:27:03 GMT + Pragma: + - no-cache + RequestId: + - 48f0511a-a7d7-4ef2-a47f-78a122f51195 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "30763b40-c9c2-4527-9246-d12086f5b498", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "5d9e9502-f2b7-49f2-8ddc-f8381d07b760", "displayName": "fabcli000002", + "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: + - '2884' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:27:04 GMT + Pragma: + - no-cache + RequestId: + - 02683ff9-f500-4fb2-bf28-572c5a4d5830 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/5d9e9502-f2b7-49f2-8ddc-f8381d07b760/folders?recursive=True + response: + body: + string: '{"value": [{"id": "a0ea3aa1-61e3-4b93-b71b-25f4bd03c3ea", "displayName": + "fabcli000003", "workspaceId": "5d9e9502-f2b7-49f2-8ddc-f8381d07b760"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:27:05 GMT + Pragma: + - no-cache + RequestId: + - d02f1e6d-70cd-44ce-a876-5141812ef939 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/5d9e9502-f2b7-49f2-8ddc-f8381d07b760/items + response: + body: + string: '{"value": [{"id": "567bb09e-b164-41ff-9227-d9a74f0b087d", "type": "Notebook", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "5d9e9502-f2b7-49f2-8ddc-f8381d07b760", "folderId": "a0ea3aa1-61e3-4b93-b71b-25f4bd03c3ea"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '208' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:27:06 GMT + Pragma: + - no-cache + RequestId: + - 06badb0a-703d-4273-bed4-8645dd2b6a1a + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/5d9e9502-f2b7-49f2-8ddc-f8381d07b760/folders?recursive=True + response: + body: + string: '{"value": [{"id": "a0ea3aa1-61e3-4b93-b71b-25f4bd03c3ea", "displayName": + "fabcli000003", "workspaceId": "5d9e9502-f2b7-49f2-8ddc-f8381d07b760"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:27:06 GMT + Pragma: + - no-cache + RequestId: + - 997ae79d-9d80-4d28-a141-4929ba019839 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/5d9e9502-f2b7-49f2-8ddc-f8381d07b760/items/567bb09e-b164-41ff-9227-d9a74f0b087d + 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: + - Fri, 06 Feb 2026 08:27:07 GMT + Pragma: + - no-cache + RequestId: + - 0ac99cfe-e17c-4a37-8d46-013c0e462d1c + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "30763b40-c9c2-4527-9246-d12086f5b498", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "5d9e9502-f2b7-49f2-8ddc-f8381d07b760", "displayName": "fabcli000002", + "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: + - '2884' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:27:07 GMT + Pragma: + - no-cache + RequestId: + - 19c1d42c-9ec6-4a11-9940-64e16861afc1 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/5d9e9502-f2b7-49f2-8ddc-f8381d07b760/folders?recursive=True + response: + body: + string: '{"value": [{"id": "a0ea3aa1-61e3-4b93-b71b-25f4bd03c3ea", "displayName": + "fabcli000003", "workspaceId": "5d9e9502-f2b7-49f2-8ddc-f8381d07b760"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:27:08 GMT + Pragma: + - no-cache + RequestId: + - dacab54e-b7ef-4a9c-b1a7-83862df37e4a + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/5d9e9502-f2b7-49f2-8ddc-f8381d07b760/folders/a0ea3aa1-61e3-4b93-b71b-25f4bd03c3ea + 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: + - Fri, 06 Feb 2026 08:27:10 GMT + Pragma: + - no-cache + RequestId: + - 4b1d4693-3873-43e7-9987-81dbff4783e9 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "30763b40-c9c2-4527-9246-d12086f5b498", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "5d9e9502-f2b7-49f2-8ddc-f8381d07b760", "displayName": "fabcli000002", + "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: + - '2884' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:27:11 GMT + Pragma: + - no-cache + RequestId: + - b8386846-e814-42a7-ab5d-87d310e3b6f9 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/30763b40-c9c2-4527-9246-d12086f5b498/folders?recursive=True + response: + body: + string: '{"requestId": "842652fa-b851-495a-9397-5feebfc24f79", "errorCode": + "RequestBlocked", "message": "Request is blocked by the upstream service until: + 2/6/2026 8:27:56 AM (UTC)", "isRetriable": true}' + headers: + Content-Length: + - '188' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:27:12 GMT + RequestId: + - 842652fa-b851-495a-9397-5feebfc24f79 + Retry-After: + - '44' + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-public-api-error-code: + - RequestBlocked + status: + code: 429 + message: '' +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/30763b40-c9c2-4527-9246-d12086f5b498/folders?recursive=True + response: + body: + string: '{"value": [{"id": "40291a18-8b1f-4762-a94e-1f35b90a4a90", "displayName": + "fabcli000003", "workspaceId": "30763b40-c9c2-4527-9246-d12086f5b498"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '142' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:27:58 GMT + Pragma: + - no-cache + RequestId: + - ed9c74dd-4e35-4de3-832a-036d37485d2c + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/30763b40-c9c2-4527-9246-d12086f5b498/items + response: + body: + string: '{"value": [{"id": "5c04201e-d9f3-49d1-9e6c-5f875c4835fd", "type": "Notebook", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "30763b40-c9c2-4527-9246-d12086f5b498", "folderId": "40291a18-8b1f-4762-a94e-1f35b90a4a90"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '209' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:27:59 GMT + Pragma: + - no-cache + RequestId: + - 64e1e632-8df0-45e7-952a-c4c95a3ef947 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/30763b40-c9c2-4527-9246-d12086f5b498/folders?recursive=True + response: + body: + string: '{"value": [{"id": "40291a18-8b1f-4762-a94e-1f35b90a4a90", "displayName": + "fabcli000003", "workspaceId": "30763b40-c9c2-4527-9246-d12086f5b498"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '142' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:28:00 GMT + Pragma: + - no-cache + RequestId: + - 3ada0bd4-3403-4370-97a9-16e54b6b78a5 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/30763b40-c9c2-4527-9246-d12086f5b498/items/5c04201e-d9f3-49d1-9e6c-5f875c4835fd + 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: + - Fri, 06 Feb 2026 08:28:01 GMT + Pragma: + - no-cache + RequestId: + - eb7c420a-9c56-48ea-80c4-29adf57591c6 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "30763b40-c9c2-4527-9246-d12086f5b498", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "5d9e9502-f2b7-49f2-8ddc-f8381d07b760", "displayName": "fabcli000002", + "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: + - '2884' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:28:01 GMT + Pragma: + - no-cache + RequestId: + - d28689ac-1a1d-4a02-916d-a8cbbb0a8fd6 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/30763b40-c9c2-4527-9246-d12086f5b498/folders?recursive=True + response: + body: + string: '{"value": [{"id": "40291a18-8b1f-4762-a94e-1f35b90a4a90", "displayName": + "fabcli000003", "workspaceId": "30763b40-c9c2-4527-9246-d12086f5b498"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '142' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:28:03 GMT + Pragma: + - no-cache + RequestId: + - 805b4df9-3313-41a2-9955-e9517e5488c2 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/30763b40-c9c2-4527-9246-d12086f5b498/folders/40291a18-8b1f-4762-a94e-1f35b90a4a90 + 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: + - Fri, 06 Feb 2026 08:28:03 GMT + Pragma: + - no-cache + RequestId: + - 32c41a4c-fa12-4743-afca-049b4c9f7efe + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "30763b40-c9c2-4527-9246-d12086f5b498", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "5d9e9502-f2b7-49f2-8ddc-f8381d07b760", "displayName": "fabcli000002", + "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: + - '2884' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:28:04 GMT + Pragma: + - no-cache + RequestId: + - a4bcf32b-f469-44c5-b8fd-cab584d09d90 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/30763b40-c9c2-4527-9246-d12086f5b498/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: + - Fri, 06 Feb 2026 08:28:05 GMT + Pragma: + - no-cache + RequestId: + - 06034b21-6d8b-490d-8a31-8048714c03aa + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/30763b40-c9c2-4527-9246-d12086f5b498 + 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: + - Fri, 06 Feb 2026 08:28:06 GMT + Pragma: + - no-cache + RequestId: + - 6792e822-8ceb-4aa8-9e10-4356aa3d701b + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "5d9e9502-f2b7-49f2-8ddc-f8381d07b760", "displayName": "fabcli000002", + "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: + - '2847' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:28:07 GMT + Pragma: + - no-cache + RequestId: + - dd5f0903-3217-40e4-b297-fb58d2100d78 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/5d9e9502-f2b7-49f2-8ddc-f8381d07b760/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: + - Fri, 06 Feb 2026 08:28:07 GMT + Pragma: + - no-cache + RequestId: + - c2fd1527-0d20-476f-82a0-4a5e367de6ba + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/5d9e9502-f2b7-49f2-8ddc-f8381d07b760 + 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: + - Fri, 06 Feb 2026 08:28:08 GMT + Pragma: + - no-cache + RequestId: + - 62ed4299-1a5a-4a5b-9d31-efff7e860622 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-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_cp/test_cp_folder_with_different_item_types_success[Reflex].yaml b/tests/test_commands/recordings/test_commands/test_cp/test_cp_folder_with_different_item_types_success[Reflex].yaml new file mode 100644 index 00000000..cd04c9dc --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_cp/test_cp_folder_with_different_item_types_success[Reflex].yaml @@ -0,0 +1,3746 @@ +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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "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: + - '2805' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:28:09 GMT + Pragma: + - no-cache + RequestId: + - 975948c9-a10a-4193-9053-7cfcd23eb7ea + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "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: + - '2805' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:28:10 GMT + Pragma: + - no-cache + RequestId: + - 52fc52ad-a9d4-4151-8454-a9b19a57f567 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/capacities + response: + body: + string: '{"value": [{"id": "00000000-0000-0000-0000-000000000004", "displayName": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": + "Active"}]}' + 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: + - Fri, 06 Feb 2026 08:28:16 GMT + Pragma: + - no-cache + RequestId: + - 16dde09e-6f37-408f-bd24-6fc680e3f3a2 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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", "capacityId": + "00000000-0000-0000-0000-000000000004"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '122' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"id": "92eb7715-46b8-4aa4-ab55-680935cf0635", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '166' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:28:24 GMT + Location: + - https://api.fabric.microsoft.com/v1/workspaces/92eb7715-46b8-4aa4-ab55-680935cf0635 + Pragma: + - no-cache + RequestId: + - 7d4d5b5a-640d-4ee9-81d2-ad305c9950b3 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "92eb7715-46b8-4aa4-ab55-680935cf0635", "displayName": "fabcli000001", + "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: + - '2844' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:28:25 GMT + Pragma: + - no-cache + RequestId: + - 57596775-c5c7-4845-b988-7d3a18f0cfb4 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "92eb7715-46b8-4aa4-ab55-680935cf0635", "displayName": "fabcli000001", + "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: + - '2844' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:28:25 GMT + Pragma: + - no-cache + RequestId: + - 597e87ef-ab76-4e9c-86c4-31ad0fc109d5 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/capacities + response: + body: + string: '{"value": [{"id": "00000000-0000-0000-0000-000000000004", "displayName": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": + "Active"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '427' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:28:31 GMT + Pragma: + - no-cache + RequestId: + - d613c79f-822c-4d19-abd6-d0dd262dc535 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "fabcli000002", "capacityId": + "00000000-0000-0000-0000-000000000004"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '122' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"id": "4db2ea4d-49a9-4fa5-8522-328ed395bcc1", "displayName": "fabcli000002", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '165' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:28:40 GMT + Location: + - https://api.fabric.microsoft.com/v1/workspaces/4db2ea4d-49a9-4fa5-8522-328ed395bcc1 + Pragma: + - no-cache + RequestId: + - 072d5a9a-4d5f-44ac-9072-baf94354bed4 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "92eb7715-46b8-4aa4-ab55-680935cf0635", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "4db2ea4d-49a9-4fa5-8522-328ed395bcc1", "displayName": "fabcli000002", + "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: + - '2884' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:28:41 GMT + Pragma: + - no-cache + RequestId: + - a36c617c-88d0-411f-8759-b6846b07b348 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/92eb7715-46b8-4aa4-ab55-680935cf0635/folders?recursive=True + 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: + - Fri, 06 Feb 2026 08:28:42 GMT + Pragma: + - no-cache + RequestId: + - 9590e93c-7ba1-4b28-b841-f8abb3ba2bce + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/92eb7715-46b8-4aa4-ab55-680935cf0635/folders?recursive=True + 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: + - Fri, 06 Feb 2026 08:28:43 GMT + Pragma: + - no-cache + RequestId: + - afada5e7-c06a-4947-9f66-e55cf4578f86 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "fabcli000003"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '68' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/92eb7715-46b8-4aa4-ab55-680935cf0635/folders + response: + body: + string: '{"id": "75575781-b775-4df2-be7c-eb7a330992fd", "displayName": "fabcli000003", + "workspaceId": "92eb7715-46b8-4aa4-ab55-680935cf0635"}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '132' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:28:44 GMT + Location: + - https://api.fabric.microsoft.com/v1/workspaces/92eb7715-46b8-4aa4-ab55-680935cf0635/folders/75575781-b775-4df2-be7c-eb7a330992fd + Pragma: + - no-cache + RequestId: + - c43694a3-22ff-4093-ab11-70c48b2920d3 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "92eb7715-46b8-4aa4-ab55-680935cf0635", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "4db2ea4d-49a9-4fa5-8522-328ed395bcc1", "displayName": "fabcli000002", + "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: + - '2884' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:28:45 GMT + Pragma: + - no-cache + RequestId: + - 58816a32-8ca8-4891-a806-6a82948afbdc + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/92eb7715-46b8-4aa4-ab55-680935cf0635/folders?recursive=True + response: + body: + string: '{"value": [{"id": "75575781-b775-4df2-be7c-eb7a330992fd", "displayName": + "fabcli000003", "workspaceId": "92eb7715-46b8-4aa4-ab55-680935cf0635"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:28:45 GMT + Pragma: + - no-cache + RequestId: + - b15668cd-bdd5-4acb-8a55-b84509493557 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/92eb7715-46b8-4aa4-ab55-680935cf0635/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: + - Fri, 06 Feb 2026 08:28:46 GMT + Pragma: + - no-cache + RequestId: + - 2e1bdef6-9cef-4d5c-b983-14dcba20a433 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/92eb7715-46b8-4aa4-ab55-680935cf0635/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: + - Fri, 06 Feb 2026 08:28:47 GMT + Pragma: + - no-cache + RequestId: + - 54afd967-1f9e-4caf-8089-7e652c154048 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "fabcli000004", "type": + "Reflex", "folderId": "75575781-b775-4df2-be7c-eb7a330992fd"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '138' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/92eb7715-46b8-4aa4-ab55-680935cf0635/reflexes + response: + body: + string: '{"id": "0a9a9dea-0db8-4d41-b71b-e8ed10a8c91f", "type": "Reflex", "displayName": + "fabcli000004", "description": "Created by fab", "workspaceId": "92eb7715-46b8-4aa4-ab55-680935cf0635", + "folderId": "75575781-b775-4df2-be7c-eb7a330992fd"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '196' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:28:50 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - 24b519b3-4066-4305-9c06-c6ee45a7a637 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "92eb7715-46b8-4aa4-ab55-680935cf0635", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "4db2ea4d-49a9-4fa5-8522-328ed395bcc1", "displayName": "fabcli000002", + "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: + - '2884' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:28:50 GMT + Pragma: + - no-cache + RequestId: + - 588fb2b0-ab22-4564-969c-810b2c74174f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/92eb7715-46b8-4aa4-ab55-680935cf0635/folders?recursive=True + response: + body: + string: '{"value": [{"id": "75575781-b775-4df2-be7c-eb7a330992fd", "displayName": + "fabcli000003", "workspaceId": "92eb7715-46b8-4aa4-ab55-680935cf0635"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:28:52 GMT + Pragma: + - no-cache + RequestId: + - d1e3545e-28ff-46fd-b776-ff1aa9c0f927 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "92eb7715-46b8-4aa4-ab55-680935cf0635", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "4db2ea4d-49a9-4fa5-8522-328ed395bcc1", "displayName": "fabcli000002", + "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: + - '2884' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:28:52 GMT + Pragma: + - no-cache + RequestId: + - 09040ec6-8af9-4206-a34e-6c6ceab4eefa + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "92eb7715-46b8-4aa4-ab55-680935cf0635", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "4db2ea4d-49a9-4fa5-8522-328ed395bcc1", "displayName": "fabcli000002", + "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: + - '2884' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:28:54 GMT + Pragma: + - no-cache + RequestId: + - eaf00e3a-d628-4dd5-bfd0-9da7207dfac3 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/4db2ea4d-49a9-4fa5-8522-328ed395bcc1/folders?recursive=True + 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: + - Fri, 06 Feb 2026 08:28:54 GMT + Pragma: + - no-cache + RequestId: + - 814e021b-1527-45b2-af63-ac6673a4b3fa + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/4db2ea4d-49a9-4fa5-8522-328ed395bcc1/folders?recursive=True + 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: + - Fri, 06 Feb 2026 08:28:55 GMT + Pragma: + - no-cache + RequestId: + - dd5243f5-f879-41bd-a12d-0d31495b859d + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "fabcli000003"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '68' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/4db2ea4d-49a9-4fa5-8522-328ed395bcc1/folders + response: + body: + string: '{"id": "9e62aa3f-368e-4b58-aed4-f8d0632de25b", "displayName": "fabcli000003", + "workspaceId": "4db2ea4d-49a9-4fa5-8522-328ed395bcc1"}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '132' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:28:55 GMT + Location: + - https://api.fabric.microsoft.com/v1/workspaces/4db2ea4d-49a9-4fa5-8522-328ed395bcc1/folders/9e62aa3f-368e-4b58-aed4-f8d0632de25b + Pragma: + - no-cache + RequestId: + - c5b16148-19cf-41d2-bf79-7f1f5b631326 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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/92eb7715-46b8-4aa4-ab55-680935cf0635/items + response: + body: + string: '{"value": [{"id": "0a9a9dea-0db8-4d41-b71b-e8ed10a8c91f", "type": "Reflex", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "92eb7715-46b8-4aa4-ab55-680935cf0635", "folderId": "75575781-b775-4df2-be7c-eb7a330992fd"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '207' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:28:56 GMT + Pragma: + - no-cache + RequestId: + - 156dec40-e29a-44a6-89b2-a1aa3eb07cac + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/92eb7715-46b8-4aa4-ab55-680935cf0635/folders?recursive=True + response: + body: + string: '{"value": [{"id": "75575781-b775-4df2-be7c-eb7a330992fd", "displayName": + "fabcli000003", "workspaceId": "92eb7715-46b8-4aa4-ab55-680935cf0635"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:28:57 GMT + Pragma: + - no-cache + RequestId: + - 41044faa-eff4-4406-a0c1-be51f2eb15e0 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/92eb7715-46b8-4aa4-ab55-680935cf0635/folders?recursive=True + response: + body: + string: '{"requestId": "a456edbe-0ba7-4b08-a638-b71c52f4c366", "errorCode": + "RequestBlocked", "message": "Request is blocked by the upstream service until: + 2/6/2026 8:28:59 AM (UTC)", "isRetriable": true}' + headers: + Content-Length: + - '188' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:28:58 GMT + RequestId: + - a456edbe-0ba7-4b08-a638-b71c52f4c366 + Retry-After: + - '1' + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-public-api-error-code: + - RequestBlocked + status: + code: 429 + message: '' +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/92eb7715-46b8-4aa4-ab55-680935cf0635/folders?recursive=True + response: + body: + string: '{"value": [{"id": "75575781-b775-4df2-be7c-eb7a330992fd", "displayName": + "fabcli000003", "workspaceId": "92eb7715-46b8-4aa4-ab55-680935cf0635"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:29:00 GMT + Pragma: + - no-cache + RequestId: + - aa628dfc-2284-4acf-a530-bf702b5c5a78 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/92eb7715-46b8-4aa4-ab55-680935cf0635/items + response: + body: + string: '{"value": [{"id": "0a9a9dea-0db8-4d41-b71b-e8ed10a8c91f", "type": "Reflex", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "92eb7715-46b8-4aa4-ab55-680935cf0635", "folderId": "75575781-b775-4df2-be7c-eb7a330992fd"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '207' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:29:01 GMT + Pragma: + - no-cache + RequestId: + - da980a37-c17e-4303-bf4d-a0f233c9984e + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/92eb7715-46b8-4aa4-ab55-680935cf0635/folders?recursive=True + response: + body: + string: '{"value": [{"id": "75575781-b775-4df2-be7c-eb7a330992fd", "displayName": + "fabcli000003", "workspaceId": "92eb7715-46b8-4aa4-ab55-680935cf0635"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:29:02 GMT + Pragma: + - no-cache + RequestId: + - 0c4f8301-352a-4111-80c9-b4f0570643d6 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/92eb7715-46b8-4aa4-ab55-680935cf0635/folders?recursive=True + response: + body: + string: '{"value": [{"id": "75575781-b775-4df2-be7c-eb7a330992fd", "displayName": + "fabcli000003", "workspaceId": "92eb7715-46b8-4aa4-ab55-680935cf0635"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:29:02 GMT + Pragma: + - no-cache + RequestId: + - 696847b6-d5ce-4d57-be9e-52810e2df68d + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "92eb7715-46b8-4aa4-ab55-680935cf0635", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "4db2ea4d-49a9-4fa5-8522-328ed395bcc1", "displayName": "fabcli000002", + "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: + - '2884' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:29:03 GMT + Pragma: + - no-cache + RequestId: + - 21c05d70-f46b-46ec-a861-274b4ee302b0 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/4db2ea4d-49a9-4fa5-8522-328ed395bcc1/folders?recursive=True + response: + body: + string: '{"value": [{"id": "9e62aa3f-368e-4b58-aed4-f8d0632de25b", "displayName": + "fabcli000003", "workspaceId": "4db2ea4d-49a9-4fa5-8522-328ed395bcc1"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:29:04 GMT + Pragma: + - no-cache + RequestId: + - c8cd0786-b5ee-4fca-a3bc-0778aef6d15f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/4db2ea4d-49a9-4fa5-8522-328ed395bcc1/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: + - Fri, 06 Feb 2026 08:29:05 GMT + Pragma: + - no-cache + RequestId: + - 9a11a921-3701-4b71-bfcb-83bcf2476719 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/4db2ea4d-49a9-4fa5-8522-328ed395bcc1/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: + - Fri, 06 Feb 2026 08:29:06 GMT + Pragma: + - no-cache + RequestId: + - 0d08b387-5742-4c32-93fe-63efe3251e1d + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/4db2ea4d-49a9-4fa5-8522-328ed395bcc1/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: + - Fri, 06 Feb 2026 08:29:06 GMT + Pragma: + - no-cache + RequestId: + - 4d091a0a-319b-4431-99e3-e991574fb863 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/92eb7715-46b8-4aa4-ab55-680935cf0635/items/0a9a9dea-0db8-4d41-b71b-e8ed10a8c91f + response: + body: + string: '{"id": "0a9a9dea-0db8-4d41-b71b-e8ed10a8c91f", "type": "Reflex", "displayName": + "fabcli000004", "description": "Created by fab", "workspaceId": "92eb7715-46b8-4aa4-ab55-680935cf0635", + "folderId": "75575781-b775-4df2-be7c-eb7a330992fd"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '196' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:29:07 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - 68fb83dd-bc23-4546-ab1f-861ce5ae02a4 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/92eb7715-46b8-4aa4-ab55-680935cf0635/items/0a9a9dea-0db8-4d41-b71b-e8ed10a8c91f/getDefinition + response: + body: + string: '{"definition": {"parts": [{"path": "ReflexEntities.json", "payload": + "W10=", "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIlJlZmxleCIsCiAgICAiZGlzcGxheU5hbWUiOiAiZmFiY2xpMDAwMDA0IiwKICAgICJkZXNjcmlwdGlvbiI6ICJDcmVhdGVkIGJ5IGZhYiIKICB9LAogICJjb25maWciOiB7CiAgICAidmVyc2lvbiI6ICIyLjAiLAogICAgImxvZ2ljYWxJZCI6ICIwMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiCiAgfQp9", + "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: + - Fri, 06 Feb 2026 08:29:10 GMT + Pragma: + - no-cache + RequestId: + - d99a8752-598d-4d1d-9796-cced700414fe + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "Created by fab", "displayName": "fabcli000004", + "definition": {"parts": [{"path": "ReflexEntities.json", "payload": "W10=", + "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIlJlZmxleCIsCiAgICAiZGlzcGxheU5hbWUiOiAiZmFiY2xpMDAwMDA0IiwKICAgICJkZXNjcmlwdGlvbiI6ICJDcmVhdGVkIGJ5IGZhYiIKICB9LAogICJjb25maWciOiB7CiAgICAidmVyc2lvbiI6ICIyLjAiLAogICAgImxvZ2ljYWxJZCI6ICIwMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiCiAgfQp9", + "payloadType": "InlineBase64"}]}, "folderId": "9e62aa3f-368e-4b58-aed4-f8d0632de25b"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '769' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/4db2ea4d-49a9-4fa5-8522-328ed395bcc1/items + response: + body: + string: '{"id": "f6685eec-5ba4-4abb-888e-ff2db21c87ea", "type": "Reflex", "displayName": + "fabcli000004", "description": "Created by fab", "workspaceId": "4db2ea4d-49a9-4fa5-8522-328ed395bcc1", + "folderId": "9e62aa3f-368e-4b58-aed4-f8d0632de25b"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '197' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:29:15 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - 509df0d4-5f76-4308-a84b-8a4105069ca5 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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/92eb7715-46b8-4aa4-ab55-680935cf0635/items + response: + body: + string: '{"value": [{"id": "0a9a9dea-0db8-4d41-b71b-e8ed10a8c91f", "type": "Reflex", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "92eb7715-46b8-4aa4-ab55-680935cf0635", "folderId": "75575781-b775-4df2-be7c-eb7a330992fd"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '207' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:29:16 GMT + Pragma: + - no-cache + RequestId: + - 45991398-5c07-49b5-88ed-e0ca906812f7 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/92eb7715-46b8-4aa4-ab55-680935cf0635/folders?recursive=True + response: + body: + string: '{"value": [{"id": "75575781-b775-4df2-be7c-eb7a330992fd", "displayName": + "fabcli000003", "workspaceId": "92eb7715-46b8-4aa4-ab55-680935cf0635"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:29:17 GMT + Pragma: + - no-cache + RequestId: + - 84e58e58-e25d-4252-87be-1a85aaeee28c + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/92eb7715-46b8-4aa4-ab55-680935cf0635/folders?recursive=True + response: + body: + string: '{"value": [{"id": "75575781-b775-4df2-be7c-eb7a330992fd", "displayName": + "fabcli000003", "workspaceId": "92eb7715-46b8-4aa4-ab55-680935cf0635"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:29:17 GMT + Pragma: + - no-cache + RequestId: + - 5b7ab91d-6efd-454a-9472-7a1cc2ea9c9d + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "92eb7715-46b8-4aa4-ab55-680935cf0635", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "4db2ea4d-49a9-4fa5-8522-328ed395bcc1", "displayName": "fabcli000002", + "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: + - '2884' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:29:19 GMT + Pragma: + - no-cache + RequestId: + - c9b3015f-0194-43cb-b73a-a148764239e7 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/4db2ea4d-49a9-4fa5-8522-328ed395bcc1/items + response: + body: + string: '{"value": [{"id": "f6685eec-5ba4-4abb-888e-ff2db21c87ea", "type": "Reflex", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "4db2ea4d-49a9-4fa5-8522-328ed395bcc1", "folderId": "9e62aa3f-368e-4b58-aed4-f8d0632de25b"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '208' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:29:19 GMT + Pragma: + - no-cache + RequestId: + - a0d14cd0-90db-4358-99ca-aec8ca1ef955 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/4db2ea4d-49a9-4fa5-8522-328ed395bcc1/folders?recursive=True + response: + body: + string: '{"value": [{"id": "9e62aa3f-368e-4b58-aed4-f8d0632de25b", "displayName": + "fabcli000003", "workspaceId": "4db2ea4d-49a9-4fa5-8522-328ed395bcc1"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:29:20 GMT + Pragma: + - no-cache + RequestId: + - 0972b645-b4af-4324-8849-347260507559 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/4db2ea4d-49a9-4fa5-8522-328ed395bcc1/folders?recursive=True + response: + body: + string: '{"value": [{"id": "9e62aa3f-368e-4b58-aed4-f8d0632de25b", "displayName": + "fabcli000003", "workspaceId": "4db2ea4d-49a9-4fa5-8522-328ed395bcc1"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:29:21 GMT + Pragma: + - no-cache + RequestId: + - 8f5f0ac4-56d8-4722-b0da-1cd392b019b5 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "92eb7715-46b8-4aa4-ab55-680935cf0635", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "4db2ea4d-49a9-4fa5-8522-328ed395bcc1", "displayName": "fabcli000002", + "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: + - '2884' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:29:21 GMT + Pragma: + - no-cache + RequestId: + - 48e01d12-ccfd-4b54-ad03-d9d1af762737 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/4db2ea4d-49a9-4fa5-8522-328ed395bcc1/folders?recursive=True + response: + body: + string: '{"value": [{"id": "9e62aa3f-368e-4b58-aed4-f8d0632de25b", "displayName": + "fabcli000003", "workspaceId": "4db2ea4d-49a9-4fa5-8522-328ed395bcc1"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:29:22 GMT + Pragma: + - no-cache + RequestId: + - 3455a0d1-f293-4ab6-b223-6edc7cee905f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/4db2ea4d-49a9-4fa5-8522-328ed395bcc1/items + response: + body: + string: '{"value": [{"id": "f6685eec-5ba4-4abb-888e-ff2db21c87ea", "type": "Reflex", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "4db2ea4d-49a9-4fa5-8522-328ed395bcc1", "folderId": "9e62aa3f-368e-4b58-aed4-f8d0632de25b"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '208' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:29:23 GMT + Pragma: + - no-cache + RequestId: + - 6c0446ec-a37d-4c4c-8de4-93469a1c5a68 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/4db2ea4d-49a9-4fa5-8522-328ed395bcc1/folders?recursive=True + response: + body: + string: '{"value": [{"id": "9e62aa3f-368e-4b58-aed4-f8d0632de25b", "displayName": + "fabcli000003", "workspaceId": "4db2ea4d-49a9-4fa5-8522-328ed395bcc1"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:29:23 GMT + Pragma: + - no-cache + RequestId: + - 36f96f93-b8cd-4a83-8651-40830726089b + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/4db2ea4d-49a9-4fa5-8522-328ed395bcc1/folders?recursive=True + response: + body: + string: '{"requestId": "c67f7bfe-e293-4d3e-a7a9-be3796ebdbd1", "errorCode": + "RequestBlocked", "message": "Request is blocked by the upstream service until: + 2/6/2026 8:30:00 AM (UTC)", "isRetriable": true}' + headers: + Content-Length: + - '188' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:29:24 GMT + RequestId: + - c67f7bfe-e293-4d3e-a7a9-be3796ebdbd1 + Retry-After: + - '36' + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-public-api-error-code: + - RequestBlocked + status: + code: 429 + message: '' +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/4db2ea4d-49a9-4fa5-8522-328ed395bcc1/folders?recursive=True + response: + body: + string: '{"value": [{"id": "9e62aa3f-368e-4b58-aed4-f8d0632de25b", "displayName": + "fabcli000003", "workspaceId": "4db2ea4d-49a9-4fa5-8522-328ed395bcc1"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:30:03 GMT + Pragma: + - no-cache + RequestId: + - f80f2d82-f703-47eb-80e1-d27411509ae6 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "92eb7715-46b8-4aa4-ab55-680935cf0635", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "4db2ea4d-49a9-4fa5-8522-328ed395bcc1", "displayName": "fabcli000002", + "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: + - '2884' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:30:04 GMT + Pragma: + - no-cache + RequestId: + - 9fd49b38-c0f7-4722-a8a1-02cd117cd80e + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/4db2ea4d-49a9-4fa5-8522-328ed395bcc1/folders?recursive=True + response: + body: + string: '{"value": [{"id": "9e62aa3f-368e-4b58-aed4-f8d0632de25b", "displayName": + "fabcli000003", "workspaceId": "4db2ea4d-49a9-4fa5-8522-328ed395bcc1"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:30:04 GMT + Pragma: + - no-cache + RequestId: + - d608abdd-f7f7-48e4-9b54-3a3a6ee21130 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/4db2ea4d-49a9-4fa5-8522-328ed395bcc1/items + response: + body: + string: '{"value": [{"id": "f6685eec-5ba4-4abb-888e-ff2db21c87ea", "type": "Reflex", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "4db2ea4d-49a9-4fa5-8522-328ed395bcc1", "folderId": "9e62aa3f-368e-4b58-aed4-f8d0632de25b"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '208' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:30:06 GMT + Pragma: + - no-cache + RequestId: + - 6296eb86-5a4c-4947-8f77-ee8a3bd42370 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/4db2ea4d-49a9-4fa5-8522-328ed395bcc1/folders?recursive=True + response: + body: + string: '{"value": [{"id": "9e62aa3f-368e-4b58-aed4-f8d0632de25b", "displayName": + "fabcli000003", "workspaceId": "4db2ea4d-49a9-4fa5-8522-328ed395bcc1"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:30:06 GMT + Pragma: + - no-cache + RequestId: + - 9c6e63e6-1592-4582-897a-42cec3634b12 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/4db2ea4d-49a9-4fa5-8522-328ed395bcc1/items/f6685eec-5ba4-4abb-888e-ff2db21c87ea + 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: + - Fri, 06 Feb 2026 08:30:07 GMT + Pragma: + - no-cache + RequestId: + - 78f3fb81-a706-482f-9531-b83f8a9e2b2f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "92eb7715-46b8-4aa4-ab55-680935cf0635", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "4db2ea4d-49a9-4fa5-8522-328ed395bcc1", "displayName": "fabcli000002", + "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: + - '2884' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:30:08 GMT + Pragma: + - no-cache + RequestId: + - d2a8e877-9c07-45bd-b609-d1fcefd2d689 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/4db2ea4d-49a9-4fa5-8522-328ed395bcc1/folders?recursive=True + response: + body: + string: '{"value": [{"id": "9e62aa3f-368e-4b58-aed4-f8d0632de25b", "displayName": + "fabcli000003", "workspaceId": "4db2ea4d-49a9-4fa5-8522-328ed395bcc1"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:30:09 GMT + Pragma: + - no-cache + RequestId: + - facf8463-3c9f-4def-8d15-d31c967c65ca + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/4db2ea4d-49a9-4fa5-8522-328ed395bcc1/folders/9e62aa3f-368e-4b58-aed4-f8d0632de25b + 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: + - Fri, 06 Feb 2026 08:30:10 GMT + Pragma: + - no-cache + RequestId: + - cd697629-5ae3-4981-8287-384092e65c5c + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "92eb7715-46b8-4aa4-ab55-680935cf0635", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "4db2ea4d-49a9-4fa5-8522-328ed395bcc1", "displayName": "fabcli000002", + "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: + - '2884' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:30:11 GMT + Pragma: + - no-cache + RequestId: + - 6fae67b6-f3b6-40d6-ba5f-d46dd6fec119 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/92eb7715-46b8-4aa4-ab55-680935cf0635/folders?recursive=True + response: + body: + string: '{"value": [{"id": "75575781-b775-4df2-be7c-eb7a330992fd", "displayName": + "fabcli000003", "workspaceId": "92eb7715-46b8-4aa4-ab55-680935cf0635"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:30:11 GMT + Pragma: + - no-cache + RequestId: + - 088d5091-77c1-4078-a5e8-92e3a2c853c8 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/92eb7715-46b8-4aa4-ab55-680935cf0635/items + response: + body: + string: '{"value": [{"id": "0a9a9dea-0db8-4d41-b71b-e8ed10a8c91f", "type": "Reflex", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "92eb7715-46b8-4aa4-ab55-680935cf0635", "folderId": "75575781-b775-4df2-be7c-eb7a330992fd"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '207' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:30:12 GMT + Pragma: + - no-cache + RequestId: + - 622c837f-8988-4f4f-a0f4-228e52eed519 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/92eb7715-46b8-4aa4-ab55-680935cf0635/folders?recursive=True + response: + body: + string: '{"value": [{"id": "75575781-b775-4df2-be7c-eb7a330992fd", "displayName": + "fabcli000003", "workspaceId": "92eb7715-46b8-4aa4-ab55-680935cf0635"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:30:13 GMT + Pragma: + - no-cache + RequestId: + - 1f981592-e86b-4b99-a9ba-7c1077edfa4a + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/92eb7715-46b8-4aa4-ab55-680935cf0635/items/0a9a9dea-0db8-4d41-b71b-e8ed10a8c91f + 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: + - Fri, 06 Feb 2026 08:30:14 GMT + Pragma: + - no-cache + RequestId: + - 4e2d9664-5c4f-4c4e-918e-631df7b80acf + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "92eb7715-46b8-4aa4-ab55-680935cf0635", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "4db2ea4d-49a9-4fa5-8522-328ed395bcc1", "displayName": "fabcli000002", + "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: + - '2884' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:30:14 GMT + Pragma: + - no-cache + RequestId: + - 912208de-1a08-41ae-ac4e-4c4e5cf1b8c8 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/92eb7715-46b8-4aa4-ab55-680935cf0635/folders?recursive=True + response: + body: + string: '{"value": [{"id": "75575781-b775-4df2-be7c-eb7a330992fd", "displayName": + "fabcli000003", "workspaceId": "92eb7715-46b8-4aa4-ab55-680935cf0635"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:30:15 GMT + Pragma: + - no-cache + RequestId: + - ae1ee2f8-7768-44df-af97-236080a7c381 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/92eb7715-46b8-4aa4-ab55-680935cf0635/folders/75575781-b775-4df2-be7c-eb7a330992fd + 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: + - Fri, 06 Feb 2026 08:30:16 GMT + Pragma: + - no-cache + RequestId: + - 889b4323-1af7-4f73-bb4c-40ef93bd0a5d + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "92eb7715-46b8-4aa4-ab55-680935cf0635", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "4db2ea4d-49a9-4fa5-8522-328ed395bcc1", "displayName": "fabcli000002", + "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: + - '2884' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:30:17 GMT + Pragma: + - no-cache + RequestId: + - 52099bfe-9ff7-481e-b106-0743c98cb52a + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/92eb7715-46b8-4aa4-ab55-680935cf0635/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: + - Fri, 06 Feb 2026 08:30:17 GMT + Pragma: + - no-cache + RequestId: + - f429b6ec-85b4-4c9a-a5fe-4e53f887b4c0 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/92eb7715-46b8-4aa4-ab55-680935cf0635 + 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: + - Fri, 06 Feb 2026 08:30:19 GMT + Pragma: + - no-cache + RequestId: + - e617413b-20a4-4a94-9953-72f5f111dc07 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "4db2ea4d-49a9-4fa5-8522-328ed395bcc1", "displayName": "fabcli000002", + "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: + - '2842' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:30:19 GMT + Pragma: + - no-cache + RequestId: + - 7f986954-9ac8-4e3b-9e92-b602b2c87046 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/4db2ea4d-49a9-4fa5-8522-328ed395bcc1/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: + - Fri, 06 Feb 2026 08:30:20 GMT + Pragma: + - no-cache + RequestId: + - a887d3da-062c-4a82-9e30-aaeffaad0185 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/4db2ea4d-49a9-4fa5-8522-328ed395bcc1 + 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: + - Fri, 06 Feb 2026 08:30:21 GMT + Pragma: + - no-cache + RequestId: + - 90c86ef5-addc-4ed8-9b46-85bbbae310fd + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-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_cp/test_cp_folder_with_different_item_types_success[SparkJobDefinition].yaml b/tests/test_commands/recordings/test_commands/test_cp/test_cp_folder_with_different_item_types_success[SparkJobDefinition].yaml new file mode 100644 index 00000000..823dd679 --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_cp/test_cp_folder_with_different_item_types_success[SparkJobDefinition].yaml @@ -0,0 +1,3788 @@ +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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "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: + - '2805' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:30:22 GMT + Pragma: + - no-cache + RequestId: + - 8dd48fad-07db-4d64-99b2-21edfb60def3 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "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: + - '2805' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:30:23 GMT + Pragma: + - no-cache + RequestId: + - 7275f64e-58cf-4cdb-bbe2-4a1eadb3bbdb + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/capacities + response: + body: + string: '{"value": [{"id": "00000000-0000-0000-0000-000000000004", "displayName": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": + "Active"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '424' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:30:28 GMT + Pragma: + - no-cache + RequestId: + - 6a8e51cc-7c97-45b9-90a2-9ae8032667c9 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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", "capacityId": + "00000000-0000-0000-0000-000000000004"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '122' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"id": "747d69b2-79bb-48c9-a284-3f9a777297fc", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '166' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:30:37 GMT + Location: + - https://api.fabric.microsoft.com/v1/workspaces/747d69b2-79bb-48c9-a284-3f9a777297fc + Pragma: + - no-cache + RequestId: + - b6c0f5ec-3e96-4d59-b03f-3c92f5394774 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "747d69b2-79bb-48c9-a284-3f9a777297fc", "displayName": "fabcli000001", + "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: + - '2841' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:30:38 GMT + Pragma: + - no-cache + RequestId: + - 22472458-39d0-45a7-890f-fc8adab27d6e + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "747d69b2-79bb-48c9-a284-3f9a777297fc", "displayName": "fabcli000001", + "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: + - '2841' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:30:39 GMT + Pragma: + - no-cache + RequestId: + - b4ddec1e-044f-466b-a671-77e57abc7a95 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/capacities + response: + body: + string: '{"value": [{"id": "00000000-0000-0000-0000-000000000004", "displayName": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": + "Active"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '424' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:30:44 GMT + Pragma: + - no-cache + RequestId: + - b6b11c84-acae-4ece-91cd-fe17da052c1b + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "fabcli000002", "capacityId": + "00000000-0000-0000-0000-000000000004"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '122' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"id": "40eb0da3-18e1-4ecb-ba83-349893d9a3ed", "displayName": "fabcli000002", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '166' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:30:52 GMT + Location: + - https://api.fabric.microsoft.com/v1/workspaces/40eb0da3-18e1-4ecb-ba83-349893d9a3ed + Pragma: + - no-cache + RequestId: + - 35d1ef55-7c3c-4017-9092-654264878790 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "747d69b2-79bb-48c9-a284-3f9a777297fc", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "40eb0da3-18e1-4ecb-ba83-349893d9a3ed", "displayName": "fabcli000002", + "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: + - '2880' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:30:52 GMT + Pragma: + - no-cache + RequestId: + - eb6cfbfc-4186-414f-ab22-dbcfd80d065b + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/747d69b2-79bb-48c9-a284-3f9a777297fc/folders?recursive=True + 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: + - Fri, 06 Feb 2026 08:30:53 GMT + Pragma: + - no-cache + RequestId: + - 29c80bd6-8341-4c3a-b688-7cb590e9443d + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/747d69b2-79bb-48c9-a284-3f9a777297fc/folders?recursive=True + 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: + - Fri, 06 Feb 2026 08:30:54 GMT + Pragma: + - no-cache + RequestId: + - 62f8921a-7870-4eb9-bf7d-d4fa29bd6f28 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "fabcli000003"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '68' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/747d69b2-79bb-48c9-a284-3f9a777297fc/folders + response: + body: + string: '{"id": "6f48997a-cb6a-4c8b-b653-9a89060553dc", "displayName": "fabcli000003", + "workspaceId": "747d69b2-79bb-48c9-a284-3f9a777297fc"}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '132' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:30:54 GMT + Location: + - https://api.fabric.microsoft.com/v1/workspaces/747d69b2-79bb-48c9-a284-3f9a777297fc/folders/6f48997a-cb6a-4c8b-b653-9a89060553dc + Pragma: + - no-cache + RequestId: + - 7fe77e4f-ae62-4ae8-8e59-cd804f87ba86 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "747d69b2-79bb-48c9-a284-3f9a777297fc", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "40eb0da3-18e1-4ecb-ba83-349893d9a3ed", "displayName": "fabcli000002", + "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: + - '2880' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:30:55 GMT + Pragma: + - no-cache + RequestId: + - cf2202a3-a7f4-4c23-b7e8-023b230cdee5 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/747d69b2-79bb-48c9-a284-3f9a777297fc/folders?recursive=True + response: + body: + string: '{"value": [{"id": "6f48997a-cb6a-4c8b-b653-9a89060553dc", "displayName": + "fabcli000003", "workspaceId": "747d69b2-79bb-48c9-a284-3f9a777297fc"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:30:55 GMT + Pragma: + - no-cache + RequestId: + - 13e4f45f-4317-4ffa-9617-66afaeaaa06b + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/747d69b2-79bb-48c9-a284-3f9a777297fc/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: + - Fri, 06 Feb 2026 08:30:56 GMT + Pragma: + - no-cache + RequestId: + - 7074d730-7ede-4ec5-a4e4-feee17350988 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/747d69b2-79bb-48c9-a284-3f9a777297fc/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: + - Fri, 06 Feb 2026 08:30:57 GMT + Pragma: + - no-cache + RequestId: + - 4ea82e1d-0e59-4260-aade-04c8392dc162 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "fabcli000004", "type": + "SparkJobDefinition", "folderId": "6f48997a-cb6a-4c8b-b653-9a89060553dc"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '150' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/747d69b2-79bb-48c9-a284-3f9a777297fc/sparkJobDefinitions + response: + body: + string: '{"id": "c31f55a0-96ee-47d4-a89d-4adfdaa2face", "type": "SparkJobDefinition", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "747d69b2-79bb-48c9-a284-3f9a777297fc", "folderId": "6f48997a-cb6a-4c8b-b653-9a89060553dc"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '206' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:30:59 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - 54e6945e-a2f7-45c3-970d-65e78880cad7 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "747d69b2-79bb-48c9-a284-3f9a777297fc", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "40eb0da3-18e1-4ecb-ba83-349893d9a3ed", "displayName": "fabcli000002", + "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: + - '2880' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:31:00 GMT + Pragma: + - no-cache + RequestId: + - 2acd6fb6-2d48-4bd8-a665-2790cd30d69c + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/747d69b2-79bb-48c9-a284-3f9a777297fc/folders?recursive=True + response: + body: + string: '{"requestId": "f5e637f3-dc2f-44fc-88ae-a7eb3040d538", "errorCode": + "RequestBlocked", "message": "Request is blocked by the upstream service until: + 2/6/2026 8:31:04 AM (UTC)", "isRetriable": true}' + headers: + Content-Length: + - '188' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:31:01 GMT + RequestId: + - f5e637f3-dc2f-44fc-88ae-a7eb3040d538 + Retry-After: + - '3' + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-public-api-error-code: + - RequestBlocked + status: + code: 429 + message: '' +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/747d69b2-79bb-48c9-a284-3f9a777297fc/folders?recursive=True + response: + body: + string: '{"value": [{"id": "6f48997a-cb6a-4c8b-b653-9a89060553dc", "displayName": + "fabcli000003", "workspaceId": "747d69b2-79bb-48c9-a284-3f9a777297fc"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:31:05 GMT + Pragma: + - no-cache + RequestId: + - d36183dc-64e4-4cef-b0e6-7ae9122f964b + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "747d69b2-79bb-48c9-a284-3f9a777297fc", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "40eb0da3-18e1-4ecb-ba83-349893d9a3ed", "displayName": "fabcli000002", + "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: + - '2880' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:31:05 GMT + Pragma: + - no-cache + RequestId: + - 175c3fa3-4ba5-4278-b93c-6d05fdcd7ac5 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "747d69b2-79bb-48c9-a284-3f9a777297fc", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "40eb0da3-18e1-4ecb-ba83-349893d9a3ed", "displayName": "fabcli000002", + "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: + - '2880' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:31:06 GMT + Pragma: + - no-cache + RequestId: + - 5fac3109-39e0-4a26-af07-9830247bef5f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/40eb0da3-18e1-4ecb-ba83-349893d9a3ed/folders?recursive=True + 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: + - Fri, 06 Feb 2026 08:31:07 GMT + Pragma: + - no-cache + RequestId: + - 00953e0c-60de-4ff2-8cf8-0da85e2510c8 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/40eb0da3-18e1-4ecb-ba83-349893d9a3ed/folders?recursive=True + 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: + - Fri, 06 Feb 2026 08:31:08 GMT + Pragma: + - no-cache + RequestId: + - 08728652-887b-4837-81f6-cffb5c904597 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "fabcli000003"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '68' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/40eb0da3-18e1-4ecb-ba83-349893d9a3ed/folders + response: + body: + string: '{"id": "dfccfe1d-c393-41df-823c-ff7da7146ea7", "displayName": "fabcli000003", + "workspaceId": "40eb0da3-18e1-4ecb-ba83-349893d9a3ed"}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '132' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:31:08 GMT + Location: + - https://api.fabric.microsoft.com/v1/workspaces/40eb0da3-18e1-4ecb-ba83-349893d9a3ed/folders/dfccfe1d-c393-41df-823c-ff7da7146ea7 + Pragma: + - no-cache + RequestId: + - eb4ec6a7-591c-4398-a6ef-efc62945f141 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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/747d69b2-79bb-48c9-a284-3f9a777297fc/items + response: + body: + string: '{"value": [{"id": "c31f55a0-96ee-47d4-a89d-4adfdaa2face", "type": "SparkJobDefinition", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "747d69b2-79bb-48c9-a284-3f9a777297fc", "folderId": "6f48997a-cb6a-4c8b-b653-9a89060553dc"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '216' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:31:09 GMT + Pragma: + - no-cache + RequestId: + - b0eae9bc-1541-45f0-baff-d43258c9351c + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/747d69b2-79bb-48c9-a284-3f9a777297fc/folders?recursive=True + response: + body: + string: '{"value": [{"id": "6f48997a-cb6a-4c8b-b653-9a89060553dc", "displayName": + "fabcli000003", "workspaceId": "747d69b2-79bb-48c9-a284-3f9a777297fc"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:31:10 GMT + Pragma: + - no-cache + RequestId: + - 9f82e1a9-2a61-434b-801b-e1e8ecb31801 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/747d69b2-79bb-48c9-a284-3f9a777297fc/folders?recursive=True + response: + body: + string: '{"value": [{"id": "6f48997a-cb6a-4c8b-b653-9a89060553dc", "displayName": + "fabcli000003", "workspaceId": "747d69b2-79bb-48c9-a284-3f9a777297fc"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:31:10 GMT + Pragma: + - no-cache + RequestId: + - 4840ff38-0881-4643-b2b5-f99b28eb1311 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/747d69b2-79bb-48c9-a284-3f9a777297fc/items + response: + body: + string: '{"value": [{"id": "c31f55a0-96ee-47d4-a89d-4adfdaa2face", "type": "SparkJobDefinition", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "747d69b2-79bb-48c9-a284-3f9a777297fc", "folderId": "6f48997a-cb6a-4c8b-b653-9a89060553dc"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '216' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:31:11 GMT + Pragma: + - no-cache + RequestId: + - 8c245d85-3473-42d1-91da-e1b795fb2cea + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/747d69b2-79bb-48c9-a284-3f9a777297fc/folders?recursive=True + response: + body: + string: '{"value": [{"id": "6f48997a-cb6a-4c8b-b653-9a89060553dc", "displayName": + "fabcli000003", "workspaceId": "747d69b2-79bb-48c9-a284-3f9a777297fc"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:31:12 GMT + Pragma: + - no-cache + RequestId: + - 88a9db3d-d97d-440f-aec9-2982800be532 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/747d69b2-79bb-48c9-a284-3f9a777297fc/folders?recursive=True + response: + body: + string: '{"value": [{"id": "6f48997a-cb6a-4c8b-b653-9a89060553dc", "displayName": + "fabcli000003", "workspaceId": "747d69b2-79bb-48c9-a284-3f9a777297fc"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:31:13 GMT + Pragma: + - no-cache + RequestId: + - 3afe09a4-3c9b-4b38-a3a1-df1d9c4fa6af + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "747d69b2-79bb-48c9-a284-3f9a777297fc", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "40eb0da3-18e1-4ecb-ba83-349893d9a3ed", "displayName": "fabcli000002", + "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: + - '2880' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:31:14 GMT + Pragma: + - no-cache + RequestId: + - 3f598b15-e7c7-403e-b39b-bce8f9182847 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/40eb0da3-18e1-4ecb-ba83-349893d9a3ed/folders?recursive=True + response: + body: + string: '{"value": [{"id": "dfccfe1d-c393-41df-823c-ff7da7146ea7", "displayName": + "fabcli000003", "workspaceId": "40eb0da3-18e1-4ecb-ba83-349893d9a3ed"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:31:14 GMT + Pragma: + - no-cache + RequestId: + - 938420f6-964f-42c6-83ad-c953aa19f1e4 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/40eb0da3-18e1-4ecb-ba83-349893d9a3ed/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: + - Fri, 06 Feb 2026 08:31:16 GMT + Pragma: + - no-cache + RequestId: + - d36113c0-185c-4bff-b339-b2010ac8a238 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/40eb0da3-18e1-4ecb-ba83-349893d9a3ed/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: + - Fri, 06 Feb 2026 08:31:16 GMT + Pragma: + - no-cache + RequestId: + - f1f7fe1d-4198-4c09-aec5-025a4d20b3b5 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/40eb0da3-18e1-4ecb-ba83-349893d9a3ed/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: + - Fri, 06 Feb 2026 08:31:17 GMT + Pragma: + - no-cache + RequestId: + - 8d2bebe0-7779-4635-938d-deb61b03b221 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/747d69b2-79bb-48c9-a284-3f9a777297fc/items/c31f55a0-96ee-47d4-a89d-4adfdaa2face + response: + body: + string: '{"id": "c31f55a0-96ee-47d4-a89d-4adfdaa2face", "type": "SparkJobDefinition", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "747d69b2-79bb-48c9-a284-3f9a777297fc", "folderId": "6f48997a-cb6a-4c8b-b653-9a89060553dc"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '206' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:31:18 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - 830bd552-74a6-4610-9297-f2b14bf4f4ae + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/747d69b2-79bb-48c9-a284-3f9a777297fc/items/c31f55a0-96ee-47d4-a89d-4adfdaa2face/getDefinition + response: + body: + string: '{"definition": {"parts": [{"path": "SparkJobDefinitionV1.json", "payload": + "ew0KICAiZXhlY3V0YWJsZUZpbGUiOiBudWxsLA0KICAiZGVmYXVsdExha2Vob3VzZUFydGlmYWN0SWQiOiBudWxsLA0KICAibWFpbkNsYXNzIjogbnVsbCwNCiAgImFkZGl0aW9uYWxMYWtlaG91c2VJZHMiOiBbXSwNCiAgInJldHJ5UG9saWN5IjogbnVsbCwNCiAgImNvbW1hbmRMaW5lQXJndW1lbnRzIjogbnVsbCwNCiAgImFkZGl0aW9uYWxMaWJyYXJ5VXJpcyI6IG51bGwsDQogICJsYW5ndWFnZSI6IG51bGwsDQogICJlbnZpcm9ubWVudEFydGlmYWN0SWQiOiBudWxsDQp9", + "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIlNwYXJrSm9iRGVmaW5pdGlvbiIsCiAgICAiZGlzcGxheU5hbWUiOiAiZmFiY2xpMDAwMDA0IiwKICAgICJkZXNjcmlwdGlvbiI6ICJDcmVhdGVkIGJ5IGZhYiIKICB9LAogICJjb25maWciOiB7CiAgICAidmVyc2lvbiI6ICIyLjAiLAogICAgImxvZ2ljYWxJZCI6ICIwMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiCiAgfQp9", + "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: + - Fri, 06 Feb 2026 08:31:19 GMT + Pragma: + - no-cache + RequestId: + - bc355f3f-ad84-452c-8361-38121fcb70d5 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "Created by fab", "displayName": + "fabcli000004", "definition": {"parts": [{"path": "SparkJobDefinitionV1.json", + "payload": "ew0KICAiZXhlY3V0YWJsZUZpbGUiOiBudWxsLA0KICAiZGVmYXVsdExha2Vob3VzZUFydGlmYWN0SWQiOiBudWxsLA0KICAibWFpbkNsYXNzIjogbnVsbCwNCiAgImFkZGl0aW9uYWxMYWtlaG91c2VJZHMiOiBbXSwNCiAgInJldHJ5UG9saWN5IjogbnVsbCwNCiAgImNvbW1hbmRMaW5lQXJndW1lbnRzIjogbnVsbCwNCiAgImFkZGl0aW9uYWxMaWJyYXJ5VXJpcyI6IG51bGwsDQogICJsYW5ndWFnZSI6IG51bGwsDQogICJlbnZpcm9ubWVudEFydGlmYWN0SWQiOiBudWxsDQp9", + "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIlNwYXJrSm9iRGVmaW5pdGlvbiIsCiAgICAiZGlzcGxheU5hbWUiOiAiZmFiY2xpMDAwMDA0IiwKICAgICJkZXNjcmlwdGlvbiI6ICJDcmVhdGVkIGJ5IGZhYiIKICB9LAogICJjb25maWciOiB7CiAgICAidmVyc2lvbiI6ICIyLjAiLAogICAgImxvZ2ljYWxJZCI6ICIwMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiCiAgfQp9", + "payloadType": "InlineBase64"}]}, "folderId": "dfccfe1d-c393-41df-823c-ff7da7146ea7"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '1159' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/40eb0da3-18e1-4ecb-ba83-349893d9a3ed/items + response: + body: + string: '{"id": "2dc8f689-e555-4462-9718-7122e32cbf33", "type": "SparkJobDefinition", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "40eb0da3-18e1-4ecb-ba83-349893d9a3ed", "folderId": "dfccfe1d-c393-41df-823c-ff7da7146ea7"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '205' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:31:21 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - 73c0ec40-7bef-4ef9-9857-a24c82251d51 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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/747d69b2-79bb-48c9-a284-3f9a777297fc/items + response: + body: + string: '{"value": [{"id": "c31f55a0-96ee-47d4-a89d-4adfdaa2face", "type": "SparkJobDefinition", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "747d69b2-79bb-48c9-a284-3f9a777297fc", "folderId": "6f48997a-cb6a-4c8b-b653-9a89060553dc"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '216' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:31:22 GMT + Pragma: + - no-cache + RequestId: + - f8ac2263-da34-4399-94bf-2c138a9f16ef + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/747d69b2-79bb-48c9-a284-3f9a777297fc/folders?recursive=True + response: + body: + string: '{"value": [{"id": "6f48997a-cb6a-4c8b-b653-9a89060553dc", "displayName": + "fabcli000003", "workspaceId": "747d69b2-79bb-48c9-a284-3f9a777297fc"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:31:23 GMT + Pragma: + - no-cache + RequestId: + - 31e91d47-d27d-4369-9f1f-a8435c91d494 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/747d69b2-79bb-48c9-a284-3f9a777297fc/folders?recursive=True + response: + body: + string: '{"value": [{"id": "6f48997a-cb6a-4c8b-b653-9a89060553dc", "displayName": + "fabcli000003", "workspaceId": "747d69b2-79bb-48c9-a284-3f9a777297fc"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:31:23 GMT + Pragma: + - no-cache + RequestId: + - 74471907-db08-4f07-be13-a1ec0aba554a + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "747d69b2-79bb-48c9-a284-3f9a777297fc", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "40eb0da3-18e1-4ecb-ba83-349893d9a3ed", "displayName": "fabcli000002", + "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: + - '2880' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:31:24 GMT + Pragma: + - no-cache + RequestId: + - d7a8b5b3-afb2-407a-af80-6cb9977adc3b + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/40eb0da3-18e1-4ecb-ba83-349893d9a3ed/items + response: + body: + string: '{"value": [{"id": "2dc8f689-e555-4462-9718-7122e32cbf33", "type": "SparkJobDefinition", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "40eb0da3-18e1-4ecb-ba83-349893d9a3ed", "folderId": "dfccfe1d-c393-41df-823c-ff7da7146ea7"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '216' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:31:24 GMT + Pragma: + - no-cache + RequestId: + - a990969e-93d1-43ac-9515-4389958ade16 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/40eb0da3-18e1-4ecb-ba83-349893d9a3ed/folders?recursive=True + response: + body: + string: '{"requestId": "c231a1bd-d103-46dc-950a-8f708f7b0d3e", "errorCode": + "RequestBlocked", "message": "Request is blocked by the upstream service until: + 2/6/2026 8:32:05 AM (UTC)", "isRetriable": true}' + headers: + Content-Length: + - '188' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:31:25 GMT + RequestId: + - c231a1bd-d103-46dc-950a-8f708f7b0d3e + Retry-After: + - '40' + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-public-api-error-code: + - RequestBlocked + status: + code: 429 + message: '' +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/40eb0da3-18e1-4ecb-ba83-349893d9a3ed/folders?recursive=True + response: + body: + string: '{"value": [{"id": "dfccfe1d-c393-41df-823c-ff7da7146ea7", "displayName": + "fabcli000003", "workspaceId": "40eb0da3-18e1-4ecb-ba83-349893d9a3ed"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:32:08 GMT + Pragma: + - no-cache + RequestId: + - ded98fae-82d8-4e10-99ac-04132a7a87b8 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/40eb0da3-18e1-4ecb-ba83-349893d9a3ed/folders?recursive=True + response: + body: + string: '{"value": [{"id": "dfccfe1d-c393-41df-823c-ff7da7146ea7", "displayName": + "fabcli000003", "workspaceId": "40eb0da3-18e1-4ecb-ba83-349893d9a3ed"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:32:09 GMT + Pragma: + - no-cache + RequestId: + - 5a54a527-c705-4d7b-a36a-8697333a938e + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "747d69b2-79bb-48c9-a284-3f9a777297fc", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "40eb0da3-18e1-4ecb-ba83-349893d9a3ed", "displayName": "fabcli000002", + "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: + - '2880' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:32:09 GMT + Pragma: + - no-cache + RequestId: + - 3c2ac28b-fba2-4428-9b59-f2a8aede322b + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/40eb0da3-18e1-4ecb-ba83-349893d9a3ed/folders?recursive=True + response: + body: + string: '{"value": [{"id": "dfccfe1d-c393-41df-823c-ff7da7146ea7", "displayName": + "fabcli000003", "workspaceId": "40eb0da3-18e1-4ecb-ba83-349893d9a3ed"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:32:10 GMT + Pragma: + - no-cache + RequestId: + - 60fe1c81-6088-4f72-a8a1-24710c6e4f50 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/40eb0da3-18e1-4ecb-ba83-349893d9a3ed/items + response: + body: + string: '{"value": [{"id": "2dc8f689-e555-4462-9718-7122e32cbf33", "type": "SparkJobDefinition", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "40eb0da3-18e1-4ecb-ba83-349893d9a3ed", "folderId": "dfccfe1d-c393-41df-823c-ff7da7146ea7"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '216' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:32:11 GMT + Pragma: + - no-cache + RequestId: + - d0d37ebb-c889-4b8c-a2d9-b942db92f279 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/40eb0da3-18e1-4ecb-ba83-349893d9a3ed/folders?recursive=True + response: + body: + string: '{"value": [{"id": "dfccfe1d-c393-41df-823c-ff7da7146ea7", "displayName": + "fabcli000003", "workspaceId": "40eb0da3-18e1-4ecb-ba83-349893d9a3ed"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:32:11 GMT + Pragma: + - no-cache + RequestId: + - c7ecd01f-e72e-41b3-8890-5e3b1907f418 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/40eb0da3-18e1-4ecb-ba83-349893d9a3ed/folders?recursive=True + response: + body: + string: '{"value": [{"id": "dfccfe1d-c393-41df-823c-ff7da7146ea7", "displayName": + "fabcli000003", "workspaceId": "40eb0da3-18e1-4ecb-ba83-349893d9a3ed"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:32:13 GMT + Pragma: + - no-cache + RequestId: + - 1a3073fe-a19c-40e8-9dba-df34557b65b2 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "747d69b2-79bb-48c9-a284-3f9a777297fc", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "40eb0da3-18e1-4ecb-ba83-349893d9a3ed", "displayName": "fabcli000002", + "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: + - '2880' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:32:14 GMT + Pragma: + - no-cache + RequestId: + - e46dd814-4e7d-4056-9279-52ff00cb36fa + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/40eb0da3-18e1-4ecb-ba83-349893d9a3ed/folders?recursive=True + response: + body: + string: '{"value": [{"id": "dfccfe1d-c393-41df-823c-ff7da7146ea7", "displayName": + "fabcli000003", "workspaceId": "40eb0da3-18e1-4ecb-ba83-349893d9a3ed"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:32:14 GMT + Pragma: + - no-cache + RequestId: + - 9cff34b2-a1a2-4809-94bc-a74a5e753397 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/40eb0da3-18e1-4ecb-ba83-349893d9a3ed/items + response: + body: + string: '{"value": [{"id": "2dc8f689-e555-4462-9718-7122e32cbf33", "type": "SparkJobDefinition", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "40eb0da3-18e1-4ecb-ba83-349893d9a3ed", "folderId": "dfccfe1d-c393-41df-823c-ff7da7146ea7"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '216' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:32:15 GMT + Pragma: + - no-cache + RequestId: + - dfab5c5b-144b-4bf3-a6e7-4492887ef302 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/40eb0da3-18e1-4ecb-ba83-349893d9a3ed/folders?recursive=True + response: + body: + string: '{"value": [{"id": "dfccfe1d-c393-41df-823c-ff7da7146ea7", "displayName": + "fabcli000003", "workspaceId": "40eb0da3-18e1-4ecb-ba83-349893d9a3ed"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:32:16 GMT + Pragma: + - no-cache + RequestId: + - 3a6282fc-609f-4cca-b718-4f491838ed76 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/40eb0da3-18e1-4ecb-ba83-349893d9a3ed/items/2dc8f689-e555-4462-9718-7122e32cbf33 + 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: + - Fri, 06 Feb 2026 08:32:17 GMT + Pragma: + - no-cache + RequestId: + - 271d9aa0-0336-4152-ade3-c20c9e9ae2e8 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "747d69b2-79bb-48c9-a284-3f9a777297fc", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "40eb0da3-18e1-4ecb-ba83-349893d9a3ed", "displayName": "fabcli000002", + "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: + - '2880' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:32:18 GMT + Pragma: + - no-cache + RequestId: + - ab7f3e2d-6b4b-494d-88fb-6f07bfb16b52 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/40eb0da3-18e1-4ecb-ba83-349893d9a3ed/folders?recursive=True + response: + body: + string: '{"value": [{"id": "dfccfe1d-c393-41df-823c-ff7da7146ea7", "displayName": + "fabcli000003", "workspaceId": "40eb0da3-18e1-4ecb-ba83-349893d9a3ed"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:32:18 GMT + Pragma: + - no-cache + RequestId: + - 255fd04a-dc34-4ab8-a248-933f679b1492 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/40eb0da3-18e1-4ecb-ba83-349893d9a3ed/folders/dfccfe1d-c393-41df-823c-ff7da7146ea7 + 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: + - Fri, 06 Feb 2026 08:32:19 GMT + Pragma: + - no-cache + RequestId: + - d20cc6a1-cf24-4662-be86-f83ea3d2371b + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "747d69b2-79bb-48c9-a284-3f9a777297fc", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "40eb0da3-18e1-4ecb-ba83-349893d9a3ed", "displayName": "fabcli000002", + "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: + - '2880' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:32:20 GMT + Pragma: + - no-cache + RequestId: + - 96929eec-accc-4814-8a90-24788287e9c9 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/747d69b2-79bb-48c9-a284-3f9a777297fc/folders?recursive=True + response: + body: + string: '{"value": [{"id": "6f48997a-cb6a-4c8b-b653-9a89060553dc", "displayName": + "fabcli000003", "workspaceId": "747d69b2-79bb-48c9-a284-3f9a777297fc"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:32:21 GMT + Pragma: + - no-cache + RequestId: + - 05765cd1-12fb-4e99-b690-f34e877814a3 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/747d69b2-79bb-48c9-a284-3f9a777297fc/items + response: + body: + string: '{"value": [{"id": "c31f55a0-96ee-47d4-a89d-4adfdaa2face", "type": "SparkJobDefinition", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "747d69b2-79bb-48c9-a284-3f9a777297fc", "folderId": "6f48997a-cb6a-4c8b-b653-9a89060553dc"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '216' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:32:21 GMT + Pragma: + - no-cache + RequestId: + - fee9ce10-47b1-490b-bf8c-4d18ccf163ca + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/747d69b2-79bb-48c9-a284-3f9a777297fc/folders?recursive=True + response: + body: + string: '{"value": [{"id": "6f48997a-cb6a-4c8b-b653-9a89060553dc", "displayName": + "fabcli000003", "workspaceId": "747d69b2-79bb-48c9-a284-3f9a777297fc"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:32:22 GMT + Pragma: + - no-cache + RequestId: + - fddf023b-7d0f-477b-9ceb-b4b9b6abd8b9 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/747d69b2-79bb-48c9-a284-3f9a777297fc/items/c31f55a0-96ee-47d4-a89d-4adfdaa2face + 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: + - Fri, 06 Feb 2026 08:32:24 GMT + Pragma: + - no-cache + RequestId: + - 7787a5d5-91ae-439d-8caa-2b50a53a19cf + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "747d69b2-79bb-48c9-a284-3f9a777297fc", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "40eb0da3-18e1-4ecb-ba83-349893d9a3ed", "displayName": "fabcli000002", + "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: + - '2880' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:32:24 GMT + Pragma: + - no-cache + RequestId: + - ed08a9bb-d2cf-4468-8f01-182ace1011c1 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/747d69b2-79bb-48c9-a284-3f9a777297fc/folders?recursive=True + response: + body: + string: '{"requestId": "fab194b2-3a1f-455b-bef5-92384485704e", "errorCode": + "RequestBlocked", "message": "Request is blocked by the upstream service until: + 2/6/2026 8:33:09 AM (UTC)", "isRetriable": true}' + headers: + Content-Length: + - '188' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:32:25 GMT + RequestId: + - fab194b2-3a1f-455b-bef5-92384485704e + Retry-After: + - '44' + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-public-api-error-code: + - RequestBlocked + status: + code: 429 + message: '' +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/747d69b2-79bb-48c9-a284-3f9a777297fc/folders?recursive=True + response: + body: + string: '{"value": [{"id": "6f48997a-cb6a-4c8b-b653-9a89060553dc", "displayName": + "fabcli000003", "workspaceId": "747d69b2-79bb-48c9-a284-3f9a777297fc"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '144' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:33:12 GMT + Pragma: + - no-cache + RequestId: + - 5bfc5c20-a08c-4139-9394-cc04b6b1b946 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/747d69b2-79bb-48c9-a284-3f9a777297fc/folders/6f48997a-cb6a-4c8b-b653-9a89060553dc + 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: + - Fri, 06 Feb 2026 08:33:13 GMT + Pragma: + - no-cache + RequestId: + - c7ee7c92-02ce-4eb7-a89b-16a025c4d1e3 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "747d69b2-79bb-48c9-a284-3f9a777297fc", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "40eb0da3-18e1-4ecb-ba83-349893d9a3ed", "displayName": "fabcli000002", + "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: + - '2880' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:33:14 GMT + Pragma: + - no-cache + RequestId: + - f2ca89b3-338b-4b4c-b7b2-86c732cc8cd1 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/747d69b2-79bb-48c9-a284-3f9a777297fc/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: + - Fri, 06 Feb 2026 08:33:15 GMT + Pragma: + - no-cache + RequestId: + - 89bc07e3-cb31-48ab-97a4-f2fbb5734c4a + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/747d69b2-79bb-48c9-a284-3f9a777297fc + 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: + - Fri, 06 Feb 2026 08:33:16 GMT + Pragma: + - no-cache + RequestId: + - 307d8a29-456c-4076-9996-8ce800d63644 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "40eb0da3-18e1-4ecb-ba83-349893d9a3ed", "displayName": "fabcli000002", + "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: + - '2844' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:33:16 GMT + Pragma: + - no-cache + RequestId: + - b40f25a8-bdd7-4d7f-b6b8-0ffdc312d618 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/40eb0da3-18e1-4ecb-ba83-349893d9a3ed/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: + - Fri, 06 Feb 2026 08:33:16 GMT + Pragma: + - no-cache + RequestId: + - dc555566-ffcc-4f8b-be62-2f75b9a160cf + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/40eb0da3-18e1-4ecb-ba83-349893d9a3ed + 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: + - Fri, 06 Feb 2026 08:33:18 GMT + Pragma: + - no-cache + RequestId: + - 37bf8062-794c-475b-94b3-6ea300759f7c + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-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_cp/test_cp_folder_with_different_item_types_success[UserDataFunction].yaml b/tests/test_commands/recordings/test_commands/test_cp/test_cp_folder_with_different_item_types_success[UserDataFunction].yaml new file mode 100644 index 00000000..47c0eb90 --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_cp/test_cp_folder_with_different_item_types_success[UserDataFunction].yaml @@ -0,0 +1,3947 @@ +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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "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: + - '2805' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:36:59 GMT + Pragma: + - no-cache + RequestId: + - fc71c787-252f-4cfd-ba77-cc1954085995 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "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: + - '2805' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:37:00 GMT + Pragma: + - no-cache + RequestId: + - b9f248a8-48f8-4ff8-befd-24aaac83369d + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/capacities + response: + body: + string: '{"value": [{"id": "00000000-0000-0000-0000-000000000004", "displayName": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": + "Active"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '427' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:37:06 GMT + Pragma: + - no-cache + RequestId: + - 8e79e504-beb2-48e0-b049-633e19933ad2 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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", "capacityId": + "00000000-0000-0000-0000-000000000004"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '122' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"id": "8a45ab65-004c-4701-8010-749472af28d8", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '167' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:37:14 GMT + Location: + - https://api.fabric.microsoft.com/v1/workspaces/8a45ab65-004c-4701-8010-749472af28d8 + Pragma: + - no-cache + RequestId: + - 57628633-73a9-4e0f-a723-0eba2ffdc172 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "8a45ab65-004c-4701-8010-749472af28d8", "displayName": "fabcli000001", + "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: + - '2843' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:37:15 GMT + Pragma: + - no-cache + RequestId: + - 076e9389-00f7-439d-9363-1212baf7c55a + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "8a45ab65-004c-4701-8010-749472af28d8", "displayName": "fabcli000001", + "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: + - '2843' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:37:15 GMT + Pragma: + - no-cache + RequestId: + - 6c0ee6a8-5457-4550-b6f7-3d93aafbe6db + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/capacities + response: + body: + string: '{"value": [{"id": "00000000-0000-0000-0000-000000000004", "displayName": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": + "Active"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '427' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:37:20 GMT + Pragma: + - no-cache + RequestId: + - 82ef3f0a-8db0-4079-926d-9321b30cc16d + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "fabcli000002", "capacityId": + "00000000-0000-0000-0000-000000000004"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '122' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"id": "93eb3596-2c8f-4aa4-be02-d3420853704e", "displayName": "fabcli000002", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '165' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:37:29 GMT + Location: + - https://api.fabric.microsoft.com/v1/workspaces/93eb3596-2c8f-4aa4-be02-d3420853704e + Pragma: + - no-cache + RequestId: + - 5c5d84dc-4378-4203-932b-35c2d695f3c0 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "8a45ab65-004c-4701-8010-749472af28d8", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "93eb3596-2c8f-4aa4-be02-d3420853704e", "displayName": "fabcli000002", + "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: + - '2880' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:37:30 GMT + Pragma: + - no-cache + RequestId: + - 092cbeb5-120b-4006-adf9-4044bf8dd0fb + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/8a45ab65-004c-4701-8010-749472af28d8/folders?recursive=True + 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: + - Fri, 06 Feb 2026 08:37:30 GMT + Pragma: + - no-cache + RequestId: + - 214d9a46-3c6c-4af1-be43-38ad5b923b93 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/8a45ab65-004c-4701-8010-749472af28d8/folders?recursive=True + 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: + - Fri, 06 Feb 2026 08:37:30 GMT + Pragma: + - no-cache + RequestId: + - f6d5bcfc-a5ae-4f93-aab8-788b3a9b8c79 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "fabcli000003"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '68' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/8a45ab65-004c-4701-8010-749472af28d8/folders + response: + body: + string: '{"id": "7a343f3b-0a57-4adb-95fb-5723e265f971", "displayName": "fabcli000003", + "workspaceId": "8a45ab65-004c-4701-8010-749472af28d8"}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '133' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:37:31 GMT + Location: + - https://api.fabric.microsoft.com/v1/workspaces/8a45ab65-004c-4701-8010-749472af28d8/folders/7a343f3b-0a57-4adb-95fb-5723e265f971 + Pragma: + - no-cache + RequestId: + - c50a9b70-fad6-4546-b29c-d212109ea07b + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "8a45ab65-004c-4701-8010-749472af28d8", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "93eb3596-2c8f-4aa4-be02-d3420853704e", "displayName": "fabcli000002", + "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: + - '2880' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:37:31 GMT + Pragma: + - no-cache + RequestId: + - fbd9380b-47c4-455a-92e1-40f1e2d5f1eb + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/8a45ab65-004c-4701-8010-749472af28d8/folders?recursive=True + response: + body: + string: '{"value": [{"id": "7a343f3b-0a57-4adb-95fb-5723e265f971", "displayName": + "fabcli000003", "workspaceId": "8a45ab65-004c-4701-8010-749472af28d8"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '145' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:37:32 GMT + Pragma: + - no-cache + RequestId: + - 78a03236-10df-4fc4-9d1b-b94c66556b51 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/8a45ab65-004c-4701-8010-749472af28d8/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: + - Fri, 06 Feb 2026 08:37:33 GMT + Pragma: + - no-cache + RequestId: + - ce265d78-4820-4090-b5e1-89600001b706 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/8a45ab65-004c-4701-8010-749472af28d8/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: + - Fri, 06 Feb 2026 08:37:33 GMT + Pragma: + - no-cache + RequestId: + - dfdd70f0-2ee4-419e-adc7-e29c2c1126fa + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "fabcli000004", "type": + "UserDataFunction", "folderId": "7a343f3b-0a57-4adb-95fb-5723e265f971"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '148' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/8a45ab65-004c-4701-8010-749472af28d8/userdatafunctions + response: + body: + string: '{"id": "63c6dd9c-e3c1-4304-b2fe-1dd7f03b3208", "type": "UserDataFunction", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "8a45ab65-004c-4701-8010-749472af28d8", "folderId": "7a343f3b-0a57-4adb-95fb-5723e265f971"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '204' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:37:36 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - 67f1fca1-2482-4e8e-80cd-64e2d9849aaa + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "8a45ab65-004c-4701-8010-749472af28d8", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "93eb3596-2c8f-4aa4-be02-d3420853704e", "displayName": "fabcli000002", + "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: + - '2880' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:37:37 GMT + Pragma: + - no-cache + RequestId: + - 35aa9f19-d6c6-4010-b24e-b403f72c0fa7 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/8a45ab65-004c-4701-8010-749472af28d8/folders?recursive=True + response: + body: + string: '{"requestId": "6686cfb4-b276-4cfd-b3d7-e2b59b94e3e3", "errorCode": + "RequestBlocked", "message": "Request is blocked by the upstream service until: + 2/6/2026 8:37:43 AM (UTC)", "isRetriable": true}' + headers: + Content-Length: + - '188' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:37:38 GMT + RequestId: + - 6686cfb4-b276-4cfd-b3d7-e2b59b94e3e3 + Retry-After: + - '5' + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-public-api-error-code: + - RequestBlocked + status: + code: 429 + message: '' +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/8a45ab65-004c-4701-8010-749472af28d8/folders?recursive=True + response: + body: + string: '{"value": [{"id": "7a343f3b-0a57-4adb-95fb-5723e265f971", "displayName": + "fabcli000003", "workspaceId": "8a45ab65-004c-4701-8010-749472af28d8"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '145' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:37:43 GMT + Pragma: + - no-cache + RequestId: + - 9f29875b-7590-4ccf-807f-f1c5e976543f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "8a45ab65-004c-4701-8010-749472af28d8", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "93eb3596-2c8f-4aa4-be02-d3420853704e", "displayName": "fabcli000002", + "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: + - '2880' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:37:43 GMT + Pragma: + - no-cache + RequestId: + - 8c9e743d-1e93-4eb8-a65b-66d3144a55e0 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "8a45ab65-004c-4701-8010-749472af28d8", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "93eb3596-2c8f-4aa4-be02-d3420853704e", "displayName": "fabcli000002", + "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: + - '2880' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:37:44 GMT + Pragma: + - no-cache + RequestId: + - 9a1e4a73-c3b5-41f9-ba0e-97707e441a7b + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/93eb3596-2c8f-4aa4-be02-d3420853704e/folders?recursive=True + 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: + - Fri, 06 Feb 2026 08:37:45 GMT + Pragma: + - no-cache + RequestId: + - 7cc2cea1-5541-4c91-8d64-243c8113c99b + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/93eb3596-2c8f-4aa4-be02-d3420853704e/folders?recursive=True + 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: + - Fri, 06 Feb 2026 08:37:46 GMT + Pragma: + - no-cache + RequestId: + - 46466059-c026-4f65-be6c-1de06f921265 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "fabcli000003"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '68' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/93eb3596-2c8f-4aa4-be02-d3420853704e/folders + response: + body: + string: '{"id": "1e9dc060-5f16-46c9-b7c5-81504b8d888c", "displayName": "fabcli000003", + "workspaceId": "93eb3596-2c8f-4aa4-be02-d3420853704e"}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '133' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:37:46 GMT + Location: + - https://api.fabric.microsoft.com/v1/workspaces/93eb3596-2c8f-4aa4-be02-d3420853704e/folders/1e9dc060-5f16-46c9-b7c5-81504b8d888c + Pragma: + - no-cache + RequestId: + - 43e0d2c1-66e5-4219-a071-04828a129632 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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/8a45ab65-004c-4701-8010-749472af28d8/items + response: + body: + string: '{"value": [{"id": "63c6dd9c-e3c1-4304-b2fe-1dd7f03b3208", "type": "UserDataFunction", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "8a45ab65-004c-4701-8010-749472af28d8", "folderId": "7a343f3b-0a57-4adb-95fb-5723e265f971"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '215' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:37:47 GMT + Pragma: + - no-cache + RequestId: + - abaa3db6-bcd3-4bce-bfbd-d4b4bca9c236 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/8a45ab65-004c-4701-8010-749472af28d8/folders?recursive=True + response: + body: + string: '{"value": [{"id": "7a343f3b-0a57-4adb-95fb-5723e265f971", "displayName": + "fabcli000003", "workspaceId": "8a45ab65-004c-4701-8010-749472af28d8"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '145' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:37:48 GMT + Pragma: + - no-cache + RequestId: + - 53d2a2e3-fe01-4cd9-a89f-71d963c40c57 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/8a45ab65-004c-4701-8010-749472af28d8/folders?recursive=True + response: + body: + string: '{"value": [{"id": "7a343f3b-0a57-4adb-95fb-5723e265f971", "displayName": + "fabcli000003", "workspaceId": "8a45ab65-004c-4701-8010-749472af28d8"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '145' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:37:49 GMT + Pragma: + - no-cache + RequestId: + - 8aab5f90-a3f0-493b-b3b0-f90252b53928 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/8a45ab65-004c-4701-8010-749472af28d8/items + response: + body: + string: '{"value": [{"id": "63c6dd9c-e3c1-4304-b2fe-1dd7f03b3208", "type": "UserDataFunction", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "8a45ab65-004c-4701-8010-749472af28d8", "folderId": "7a343f3b-0a57-4adb-95fb-5723e265f971"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '215' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:37:50 GMT + Pragma: + - no-cache + RequestId: + - c98e5395-b81d-4544-ae05-e0241d231ac0 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/8a45ab65-004c-4701-8010-749472af28d8/folders?recursive=True + response: + body: + string: '{"value": [{"id": "7a343f3b-0a57-4adb-95fb-5723e265f971", "displayName": + "fabcli000003", "workspaceId": "8a45ab65-004c-4701-8010-749472af28d8"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '145' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:37:51 GMT + Pragma: + - no-cache + RequestId: + - e04c6e10-d316-4014-a927-51b652967a63 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/8a45ab65-004c-4701-8010-749472af28d8/folders?recursive=True + response: + body: + string: '{"value": [{"id": "7a343f3b-0a57-4adb-95fb-5723e265f971", "displayName": + "fabcli000003", "workspaceId": "8a45ab65-004c-4701-8010-749472af28d8"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '145' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:37:51 GMT + Pragma: + - no-cache + RequestId: + - a235576d-b436-4928-aded-bebbbe325a30 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "8a45ab65-004c-4701-8010-749472af28d8", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "93eb3596-2c8f-4aa4-be02-d3420853704e", "displayName": "fabcli000002", + "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: + - '2880' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:37:52 GMT + Pragma: + - no-cache + RequestId: + - 441b610e-df10-4364-a18d-4145251958dd + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/93eb3596-2c8f-4aa4-be02-d3420853704e/folders?recursive=True + response: + body: + string: '{"value": [{"id": "1e9dc060-5f16-46c9-b7c5-81504b8d888c", "displayName": + "fabcli000003", "workspaceId": "93eb3596-2c8f-4aa4-be02-d3420853704e"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '145' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:37:53 GMT + Pragma: + - no-cache + RequestId: + - cc65c624-4b79-46b0-a5d4-a3c793f3153b + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/93eb3596-2c8f-4aa4-be02-d3420853704e/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: + - Fri, 06 Feb 2026 08:37:54 GMT + Pragma: + - no-cache + RequestId: + - 2ab4f0c2-b0b5-477e-8ecf-2f405d0d1cac + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/93eb3596-2c8f-4aa4-be02-d3420853704e/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: + - Fri, 06 Feb 2026 08:37:55 GMT + Pragma: + - no-cache + RequestId: + - 3ea489ba-bb0c-493d-aea2-d3f9c17df4b2 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/93eb3596-2c8f-4aa4-be02-d3420853704e/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: + - Fri, 06 Feb 2026 08:37:55 GMT + Pragma: + - no-cache + RequestId: + - 603417ce-3f9f-4019-8f18-79243f582593 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/8a45ab65-004c-4701-8010-749472af28d8/items/63c6dd9c-e3c1-4304-b2fe-1dd7f03b3208 + response: + body: + string: '{"id": "63c6dd9c-e3c1-4304-b2fe-1dd7f03b3208", "type": "UserDataFunction", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "8a45ab65-004c-4701-8010-749472af28d8", "folderId": "7a343f3b-0a57-4adb-95fb-5723e265f971"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '204' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:37:56 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - e77d81d0-fa67-479f-aea9-29542ec891d7 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/8a45ab65-004c-4701-8010-749472af28d8/items/63c6dd9c-e3c1-4304-b2fe-1dd7f03b3208/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: + - Fri, 06 Feb 2026 08:37:57 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/d0455930-f492-431e-aed7-3dcc08790238 + Pragma: + - no-cache + RequestId: + - 66fd0dc8-bcf4-4982-a619-071e33fbe753 + 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: + - d0455930-f492-431e-aed7-3dcc08790238 + 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/d0455930-f492-431e-aed7-3dcc08790238 + response: + body: + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-06T08:37:57.8195758", + "lastUpdatedTimeUtc": "2026-02-06T08:37:58.1009934", "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: + - Fri, 06 Feb 2026 08:38:19 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/d0455930-f492-431e-aed7-3dcc08790238/result + Pragma: + - no-cache + RequestId: + - 6a3f647e-c475-4d5c-b2e4-8cecb86b91e0 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + x-ms-operation-id: + - d0455930-f492-431e-aed7-3dcc08790238 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + 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/d0455930-f492-431e-aed7-3dcc08790238/result + response: + body: + string: '{"definition": {"parts": [{"path": "definition.json", "payload": "ew0KICAiJHNjaGVtYSI6ICJodHRwczovL2RldmVsb3Blci5taWNyb3NvZnQuY29tL2pzb24tc2NoZW1hcy9mYWJyaWMvaXRlbS91c2VyRGF0YUZ1bmN0aW9uL2RlZmluaXRpb24vMS4xLjAvc2NoZW1hLmpzb24iLA0KICAicnVudGltZSI6ICJQWVRIT04iLA0KICAiY29ubmVjdGVkRGF0YVNvdXJjZXMiOiBbXSwNCiAgImZ1bmN0aW9ucyI6IFtdLA0KICAibGlicmFyaWVzIjogew0KICAgICJwdWJsaWMiOiBbXSwNCiAgICAicHJpdmF0ZSI6IFtdDQogIH0NCn0=", + "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIlVzZXJEYXRhRnVuY3Rpb24iLAogICAgImRpc3BsYXlOYW1lIjogImZhYmNsaTAwMDAwNCIsCiAgICAiZGVzY3JpcHRpb24iOiAiQ3JlYXRlZCBieSBmYWIiCiAgfSwKICAiY29uZmlnIjogewogICAgInZlcnNpb24iOiAiMi4wIiwKICAgICJsb2dpY2FsSWQiOiAiMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIgogIH0KfQ==", + "payloadType": "InlineBase64"}]}}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Type: + - application/json + Date: + - Fri, 06 Feb 2026 08:38:20 GMT + Pragma: + - no-cache + RequestId: + - d3c79c0f-1a51-44f2-882d-160edc44734e + 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: '{"type": "UserDataFunction", "description": "Created by fab", "displayName": + "fabcli000004", "definition": {"parts": [{"path": "definition.json", "payload": + "ew0KICAiJHNjaGVtYSI6ICJodHRwczovL2RldmVsb3Blci5taWNyb3NvZnQuY29tL2pzb24tc2NoZW1hcy9mYWJyaWMvaXRlbS91c2VyRGF0YUZ1bmN0aW9uL2RlZmluaXRpb24vMS4xLjAvc2NoZW1hLmpzb24iLA0KICAicnVudGltZSI6ICJQWVRIT04iLA0KICAiY29ubmVjdGVkRGF0YVNvdXJjZXMiOiBbXSwNCiAgImZ1bmN0aW9ucyI6IFtdLA0KICAibGlicmFyaWVzIjogew0KICAgICJwdWJsaWMiOiBbXSwNCiAgICAicHJpdmF0ZSI6IFtdDQogIH0NCn0=", + "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIlVzZXJEYXRhRnVuY3Rpb24iLAogICAgImRpc3BsYXlOYW1lIjogImZhYmNsaTAwMDAwNCIsCiAgICAiZGVzY3JpcHRpb24iOiAiQ3JlYXRlZCBieSBmYWIiCiAgfSwKICAiY29uZmlnIjogewogICAgInZlcnNpb24iOiAiMi4wIiwKICAgICJsb2dpY2FsSWQiOiAiMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIgogIH0KfQ==", + "payloadType": "InlineBase64"}]}, "folderId": "1e9dc060-5f16-46c9-b7c5-81504b8d888c"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '1131' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/93eb3596-2c8f-4aa4-be02-d3420853704e/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: + - Fri, 06 Feb 2026 08:38:21 GMT + ETag: + - '""' + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/fec68534-b3d9-4f5e-9b37-46a64e6520d4 + Pragma: + - no-cache + RequestId: + - e882e0b3-dbd2-4e5e-adc3-2239b5ea0717 + 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: + - fec68534-b3d9-4f5e-9b37-46a64e6520d4 + 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/fec68534-b3d9-4f5e-9b37-46a64e6520d4 + response: + body: + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-06T08:38:21.7008693", + "lastUpdatedTimeUtc": "2026-02-06T08:38:24.9198959", "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: + - Fri, 06 Feb 2026 08:38:44 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/fec68534-b3d9-4f5e-9b37-46a64e6520d4/result + Pragma: + - no-cache + RequestId: + - 5b1744d4-96af-4712-aa14-19c004934151 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + x-ms-operation-id: + - fec68534-b3d9-4f5e-9b37-46a64e6520d4 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + 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/fec68534-b3d9-4f5e-9b37-46a64e6520d4/result + response: + body: + string: '{"id": "43474723-2eec-45e1-b0f6-e1664d472a07", "type": "UserDataFunction", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "93eb3596-2c8f-4aa4-be02-d3420853704e", "folderId": "1e9dc060-5f16-46c9-b7c5-81504b8d888c"}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Type: + - application/json + Date: + - Fri, 06 Feb 2026 08:38:44 GMT + Pragma: + - no-cache + RequestId: + - 6f2fcbcf-b9de-4231-b063-b3b49ba4151d + 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/8a45ab65-004c-4701-8010-749472af28d8/items + response: + body: + string: '{"value": [{"id": "63c6dd9c-e3c1-4304-b2fe-1dd7f03b3208", "type": "UserDataFunction", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "8a45ab65-004c-4701-8010-749472af28d8", "folderId": "7a343f3b-0a57-4adb-95fb-5723e265f971"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '215' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:38:45 GMT + Pragma: + - no-cache + RequestId: + - 1f25c32e-226a-4b73-ae09-0de04ed8af72 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/8a45ab65-004c-4701-8010-749472af28d8/folders?recursive=True + response: + body: + string: '{"value": [{"id": "7a343f3b-0a57-4adb-95fb-5723e265f971", "displayName": + "fabcli000003", "workspaceId": "8a45ab65-004c-4701-8010-749472af28d8"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '145' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:38:46 GMT + Pragma: + - no-cache + RequestId: + - 2b1a9fb0-5e3d-4e5c-8a15-555c4ecaac18 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/8a45ab65-004c-4701-8010-749472af28d8/folders?recursive=True + response: + body: + string: '{"value": [{"id": "7a343f3b-0a57-4adb-95fb-5723e265f971", "displayName": + "fabcli000003", "workspaceId": "8a45ab65-004c-4701-8010-749472af28d8"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '145' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:38:47 GMT + Pragma: + - no-cache + RequestId: + - 797717d6-0b55-4874-bbef-4d7905d2986b + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "8a45ab65-004c-4701-8010-749472af28d8", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "93eb3596-2c8f-4aa4-be02-d3420853704e", "displayName": "fabcli000002", + "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: + - '2880' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:38:47 GMT + Pragma: + - no-cache + RequestId: + - 564b2095-0358-4c52-ac77-5b0bc574427e + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/93eb3596-2c8f-4aa4-be02-d3420853704e/items + response: + body: + string: '{"value": [{"id": "43474723-2eec-45e1-b0f6-e1664d472a07", "type": "UserDataFunction", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "93eb3596-2c8f-4aa4-be02-d3420853704e", "folderId": "1e9dc060-5f16-46c9-b7c5-81504b8d888c"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '215' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:38:48 GMT + Pragma: + - no-cache + RequestId: + - 0a34c5c3-776f-47fe-a5ad-b8650797c55d + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/93eb3596-2c8f-4aa4-be02-d3420853704e/folders?recursive=True + response: + body: + string: '{"value": [{"id": "1e9dc060-5f16-46c9-b7c5-81504b8d888c", "displayName": + "fabcli000003", "workspaceId": "93eb3596-2c8f-4aa4-be02-d3420853704e"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '145' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:38:49 GMT + Pragma: + - no-cache + RequestId: + - bc16fd0d-bc05-4775-9e53-b51382f2e534 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/93eb3596-2c8f-4aa4-be02-d3420853704e/folders?recursive=True + response: + body: + string: '{"value": [{"id": "1e9dc060-5f16-46c9-b7c5-81504b8d888c", "displayName": + "fabcli000003", "workspaceId": "93eb3596-2c8f-4aa4-be02-d3420853704e"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '145' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:38:50 GMT + Pragma: + - no-cache + RequestId: + - b49c6eae-c75c-41af-9638-f8a3c49269e9 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "8a45ab65-004c-4701-8010-749472af28d8", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "93eb3596-2c8f-4aa4-be02-d3420853704e", "displayName": "fabcli000002", + "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: + - '2880' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:38:50 GMT + Pragma: + - no-cache + RequestId: + - 0121f926-a5b1-4253-8a91-5308fccb0add + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/93eb3596-2c8f-4aa4-be02-d3420853704e/folders?recursive=True + response: + body: + string: '{"value": [{"id": "1e9dc060-5f16-46c9-b7c5-81504b8d888c", "displayName": + "fabcli000003", "workspaceId": "93eb3596-2c8f-4aa4-be02-d3420853704e"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '145' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:38:51 GMT + Pragma: + - no-cache + RequestId: + - 3e574a9e-3060-40ff-a53c-8cd6f9606a54 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/93eb3596-2c8f-4aa4-be02-d3420853704e/items + response: + body: + string: '{"value": [{"id": "43474723-2eec-45e1-b0f6-e1664d472a07", "type": "UserDataFunction", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "93eb3596-2c8f-4aa4-be02-d3420853704e", "folderId": "1e9dc060-5f16-46c9-b7c5-81504b8d888c"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '215' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:38:52 GMT + Pragma: + - no-cache + RequestId: + - d0b46e78-132e-4497-abe2-5f3142a104f9 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/93eb3596-2c8f-4aa4-be02-d3420853704e/folders?recursive=True + response: + body: + string: '{"value": [{"id": "1e9dc060-5f16-46c9-b7c5-81504b8d888c", "displayName": + "fabcli000003", "workspaceId": "93eb3596-2c8f-4aa4-be02-d3420853704e"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '145' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:38:53 GMT + Pragma: + - no-cache + RequestId: + - 41bdff14-5ba3-4cc8-a186-0739da6e38bf + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/93eb3596-2c8f-4aa4-be02-d3420853704e/folders?recursive=True + response: + body: + string: '{"value": [{"id": "1e9dc060-5f16-46c9-b7c5-81504b8d888c", "displayName": + "fabcli000003", "workspaceId": "93eb3596-2c8f-4aa4-be02-d3420853704e"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '145' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:38:54 GMT + Pragma: + - no-cache + RequestId: + - f33f66a3-0d86-4a72-9fb0-5a9719136569 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "8a45ab65-004c-4701-8010-749472af28d8", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "93eb3596-2c8f-4aa4-be02-d3420853704e", "displayName": "fabcli000002", + "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: + - '2880' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:38:55 GMT + Pragma: + - no-cache + RequestId: + - f9ca7307-3474-480a-b1d4-891aad2e487a + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/93eb3596-2c8f-4aa4-be02-d3420853704e/folders?recursive=True + response: + body: + string: '{"value": [{"id": "1e9dc060-5f16-46c9-b7c5-81504b8d888c", "displayName": + "fabcli000003", "workspaceId": "93eb3596-2c8f-4aa4-be02-d3420853704e"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '145' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:38:55 GMT + Pragma: + - no-cache + RequestId: + - a67687f9-a404-41b1-a039-676b6a4184c5 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/93eb3596-2c8f-4aa4-be02-d3420853704e/items + response: + body: + string: '{"value": [{"id": "43474723-2eec-45e1-b0f6-e1664d472a07", "type": "UserDataFunction", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "93eb3596-2c8f-4aa4-be02-d3420853704e", "folderId": "1e9dc060-5f16-46c9-b7c5-81504b8d888c"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '215' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:38:56 GMT + Pragma: + - no-cache + RequestId: + - d3382c5b-092d-4c3c-ae16-fd73402aa6e8 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/93eb3596-2c8f-4aa4-be02-d3420853704e/folders?recursive=True + response: + body: + string: '{"value": [{"id": "1e9dc060-5f16-46c9-b7c5-81504b8d888c", "displayName": + "fabcli000003", "workspaceId": "93eb3596-2c8f-4aa4-be02-d3420853704e"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '145' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:38:58 GMT + Pragma: + - no-cache + RequestId: + - c9e95c92-ba99-4bdb-92fa-b7f8ac9422b3 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/93eb3596-2c8f-4aa4-be02-d3420853704e/items/43474723-2eec-45e1-b0f6-e1664d472a07 + 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: + - Fri, 06 Feb 2026 08:38:59 GMT + Pragma: + - no-cache + RequestId: + - c2ce6381-cc7b-4dbc-9011-6327dd848b1b + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "8a45ab65-004c-4701-8010-749472af28d8", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "93eb3596-2c8f-4aa4-be02-d3420853704e", "displayName": "fabcli000002", + "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: + - '2880' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:38:59 GMT + Pragma: + - no-cache + RequestId: + - 738416ef-7851-4cce-9d38-e3e310308546 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/93eb3596-2c8f-4aa4-be02-d3420853704e/folders?recursive=True + response: + body: + string: '{"value": [{"id": "1e9dc060-5f16-46c9-b7c5-81504b8d888c", "displayName": + "fabcli000003", "workspaceId": "93eb3596-2c8f-4aa4-be02-d3420853704e"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '145' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:38:59 GMT + Pragma: + - no-cache + RequestId: + - a6ac7d65-5522-44b1-b0c5-bff9f8a9ac14 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/93eb3596-2c8f-4aa4-be02-d3420853704e/folders/1e9dc060-5f16-46c9-b7c5-81504b8d888c + 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: + - Fri, 06 Feb 2026 08:39:01 GMT + Pragma: + - no-cache + RequestId: + - 359e63dd-4723-46ed-b45d-bdf51e43fe52 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "8a45ab65-004c-4701-8010-749472af28d8", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "93eb3596-2c8f-4aa4-be02-d3420853704e", "displayName": "fabcli000002", + "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: + - '2880' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:39:01 GMT + Pragma: + - no-cache + RequestId: + - 56c722d0-8a23-4c60-bc3d-dc87e88248e9 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/8a45ab65-004c-4701-8010-749472af28d8/folders?recursive=True + response: + body: + string: '{"requestId": "fdb8e242-134b-426c-aa3c-8f8fcdf4543d", "errorCode": + "RequestBlocked", "message": "Request is blocked by the upstream service until: + 2/6/2026 8:39:47 AM (UTC)", "isRetriable": true}' + headers: + Content-Length: + - '188' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:39:02 GMT + RequestId: + - fdb8e242-134b-426c-aa3c-8f8fcdf4543d + Retry-After: + - '44' + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-public-api-error-code: + - RequestBlocked + status: + code: 429 + message: '' +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/8a45ab65-004c-4701-8010-749472af28d8/folders?recursive=True + response: + body: + string: '{"value": [{"id": "7a343f3b-0a57-4adb-95fb-5723e265f971", "displayName": + "fabcli000003", "workspaceId": "8a45ab65-004c-4701-8010-749472af28d8"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '145' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:39:49 GMT + Pragma: + - no-cache + RequestId: + - 931a99a1-e241-4e17-ba17-9cb65b443a69 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/8a45ab65-004c-4701-8010-749472af28d8/items + response: + body: + string: '{"value": [{"id": "63c6dd9c-e3c1-4304-b2fe-1dd7f03b3208", "type": "UserDataFunction", + "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": + "8a45ab65-004c-4701-8010-749472af28d8", "folderId": "7a343f3b-0a57-4adb-95fb-5723e265f971"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '215' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:39:50 GMT + Pragma: + - no-cache + RequestId: + - f565a509-fdc8-4a5b-9126-d94a7db6ee44 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/8a45ab65-004c-4701-8010-749472af28d8/folders?recursive=True + response: + body: + string: '{"value": [{"id": "7a343f3b-0a57-4adb-95fb-5723e265f971", "displayName": + "fabcli000003", "workspaceId": "8a45ab65-004c-4701-8010-749472af28d8"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '145' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:39:51 GMT + Pragma: + - no-cache + RequestId: + - d1f25d1b-2004-4890-8679-2ab29e5cce45 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/8a45ab65-004c-4701-8010-749472af28d8/items/63c6dd9c-e3c1-4304-b2fe-1dd7f03b3208 + 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: + - Fri, 06 Feb 2026 08:39:51 GMT + Pragma: + - no-cache + RequestId: + - c45033d9-679b-4ef4-8f45-f07f92abfb35 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "8a45ab65-004c-4701-8010-749472af28d8", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "93eb3596-2c8f-4aa4-be02-d3420853704e", "displayName": "fabcli000002", + "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: + - '2880' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:39:53 GMT + Pragma: + - no-cache + RequestId: + - e44eb33d-bd5e-410d-accf-5b5df87e7308 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/8a45ab65-004c-4701-8010-749472af28d8/folders?recursive=True + response: + body: + string: '{"value": [{"id": "7a343f3b-0a57-4adb-95fb-5723e265f971", "displayName": + "fabcli000003", "workspaceId": "8a45ab65-004c-4701-8010-749472af28d8"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '145' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:39:53 GMT + Pragma: + - no-cache + RequestId: + - f4cd3849-2b4b-4c79-86c7-fc4af25acab3 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/8a45ab65-004c-4701-8010-749472af28d8/folders/7a343f3b-0a57-4adb-95fb-5723e265f971 + 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: + - Fri, 06 Feb 2026 08:39:53 GMT + Pragma: + - no-cache + RequestId: + - 90a84c74-1731-45d8-836d-c45e1a01633b + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "8a45ab65-004c-4701-8010-749472af28d8", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "93eb3596-2c8f-4aa4-be02-d3420853704e", "displayName": "fabcli000002", + "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: + - '2880' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:39:55 GMT + Pragma: + - no-cache + RequestId: + - 37251518-498f-4b16-aeb4-7cdb493abccf + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/8a45ab65-004c-4701-8010-749472af28d8/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: + - Fri, 06 Feb 2026 08:39:56 GMT + Pragma: + - no-cache + RequestId: + - 0fa8a934-af0b-439c-bf2b-8804dfdf8be8 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/8a45ab65-004c-4701-8010-749472af28d8 + 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: + - Fri, 06 Feb 2026 08:39:56 GMT + Pragma: + - no-cache + RequestId: + - 9b1d2ca5-adb6-4e49-9233-1dd821febaf8 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "93eb3596-2c8f-4aa4-be02-d3420853704e", "displayName": "fabcli000002", + "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: + - '2841' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 08:39:58 GMT + Pragma: + - no-cache + RequestId: + - 1bc48798-d3d6-4c74-80e2-67049030c903 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/93eb3596-2c8f-4aa4-be02-d3420853704e/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: + - Fri, 06 Feb 2026 08:39:58 GMT + Pragma: + - no-cache + RequestId: + - 60d29784-694b-4dcf-9fd1-8c7390197712 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/93eb3596-2c8f-4aa4-be02-d3420853704e + 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: + - Fri, 06 Feb 2026 08:39:59 GMT + Pragma: + - no-cache + RequestId: + - afdb9ea4-7deb-4685-bcd5-32eda43d0dee + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-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_cp/test_cp_from_local_recursive_unsupported.yaml b/tests/test_commands/recordings/test_commands/test_cp/test_cp_from_local_recursive_unsupported.yaml index 66a4e786..02481701 100644 --- a/tests/test_commands/recordings/test_commands/test_cp/test_cp_from_local_recursive_unsupported.yaml +++ b/tests/test_commands/recordings/test_commands/test_cp/test_cp_from_local_recursive_unsupported.yaml @@ -11,13 +11,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "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: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:54 GMT + - Fri, 06 Feb 2026 07:46:03 GMT Pragma: - no-cache RequestId: - - 6cb2f8e2-21da-46b8-896b-a9b23f5c7b4f + - de212870-98a8-4fd4-983b-5859d149bb7a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -44,7 +44,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -62,9 +62,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: string: '{"value": []}' @@ -80,11 +80,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:55 GMT + - Fri, 06 Feb 2026 07:46:04 GMT Pragma: - no-cache RequestId: - - fdee6410-8a80-4dcc-983a-0169a638aee1 + - 830b6a15-41e6-414a-b050-4c785fe631b1 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -92,7 +92,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -110,9 +110,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: string: '{"value": []}' @@ -128,11 +128,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:55 GMT + - Fri, 06 Feb 2026 07:46:04 GMT Pragma: - no-cache RequestId: - - 10ba7bde-9d36-4f48-91d5-a0e5b371d357 + - 170473f4-5308-4141-951a-078786578782 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -140,7 +140,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -161,14 +161,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/lakehouses + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/lakehouses response: body: - string: '{"id": "6e2b963b-e336-40b4-8787-020b4bc5a1a5", "type": "Lakehouse", + string: '{"id": "6d6316b7-9fc5-4982-b3be-bd88df335e52", "type": "Lakehouse", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}' + "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -177,17 +177,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '168' + - '167' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:58 GMT + - Fri, 06 Feb 2026 07:46:07 GMT ETag: - '""' Pragma: - no-cache RequestId: - - ab06f123-6951-488c-81f4-610a89036841 + - 2e0ba51a-d84b-47a5-9415-f9d64916582c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -195,7 +195,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -213,13 +213,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "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: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:57 GMT + - Fri, 06 Feb 2026 07:46:08 GMT Pragma: - no-cache RequestId: - - 2e60b4f2-6cfb-4a4e-907a-170800dac3be + - 2ad1f27f-e193-4019-bcc7-65f57fc3cb76 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -246,7 +246,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -264,14 +264,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: - string: '{"value": [{"id": "6e2b963b-e336-40b4-8787-020b4bc5a1a5", "type": "Lakehouse", + string: '{"value": [{"id": "6d6316b7-9fc5-4982-b3be-bd88df335e52", "type": "Lakehouse", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}]}' + "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -280,15 +280,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '180' + - '179' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:58 GMT + - Fri, 06 Feb 2026 07:46:08 GMT Pragma: - no-cache RequestId: - - 4588267a-0fd7-4d52-bb57-94ff790caac0 + - 737b81de-c4d6-47c5-a32e-99c9d5ec45ae Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -296,7 +296,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -314,13 +314,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -331,15 +331,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:58 GMT + - Fri, 06 Feb 2026 07:46:10 GMT Pragma: - no-cache RequestId: - - 96bfe297-caf4-4911-8677-7972a89aa3e5 + - e08a5fde-9b3d-4f23-a2b5-4e2858f20ffc Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -347,7 +347,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -365,14 +365,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: - string: '{"value": [{"id": "6e2b963b-e336-40b4-8787-020b4bc5a1a5", "type": "Lakehouse", + string: '{"value": [{"id": "6d6316b7-9fc5-4982-b3be-bd88df335e52", "type": "Lakehouse", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}]}' + "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -381,15 +381,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '180' + - '179' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:58 GMT + - Fri, 06 Feb 2026 07:46:11 GMT Pragma: - no-cache RequestId: - - 943f7d2d-7ae5-4f8e-bcac-d543bf8738ee + - c8ca4f03-1afd-4e14-ba8b-8ee9aeaf24da Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -397,7 +397,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -417,9 +417,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items/6e2b963b-e336-40b4-8787-020b4bc5a1a5 + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items/6d6316b7-9fc5-4982-b3be-bd88df335e52 response: body: string: '' @@ -435,11 +435,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:22:59 GMT + - Fri, 06 Feb 2026 07:46:11 GMT Pragma: - no-cache RequestId: - - 84ff33d8-c062-4212-b55a-66ff816597d6 + - c9780798-f2fa-4f1a-bd40-cdf02a4c1619 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -447,7 +447,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: diff --git a/tests/test_commands/recordings/test_commands/test_cp/test_cp_from_onelake_recursive_unsupported.yaml b/tests/test_commands/recordings/test_commands/test_cp/test_cp_from_onelake_recursive_unsupported.yaml index 9ccabb36..55a3a4c7 100644 --- a/tests/test_commands/recordings/test_commands/test_cp/test_cp_from_onelake_recursive_unsupported.yaml +++ b/tests/test_commands/recordings/test_commands/test_cp/test_cp_from_onelake_recursive_unsupported.yaml @@ -11,13 +11,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "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: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:38 GMT + - Fri, 06 Feb 2026 07:44:38 GMT Pragma: - no-cache RequestId: - - 381a00d4-1ee2-4117-a0ab-104d37ab57c4 + - a7234d27-b84e-4212-949c-24ad1267df06 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -44,7 +44,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -62,9 +62,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: string: '{"value": []}' @@ -80,11 +80,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:38 GMT + - Fri, 06 Feb 2026 07:44:39 GMT Pragma: - no-cache RequestId: - - ef42681a-e9c9-4f2a-81da-c7de12848167 + - 1f94a77c-7648-483c-9625-70c89b0c618f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -92,7 +92,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -110,9 +110,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: string: '{"value": []}' @@ -128,11 +128,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:39 GMT + - Fri, 06 Feb 2026 07:44:40 GMT Pragma: - no-cache RequestId: - - 6f19ed9f-240a-4593-93b2-385310fb7acf + - 8ed29525-5483-44d0-8574-f69478e2dfc0 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -140,7 +140,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -161,14 +161,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/lakehouses + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/lakehouses response: body: - string: '{"id": "14b9e4bc-d3e2-4a32-a82c-6a7ce688dbe4", "type": "Lakehouse", + string: '{"id": "bfebde03-6387-45cc-b29e-1492d6f16508", "type": "Lakehouse", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}' + "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -177,17 +177,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '166' + - '168' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:40 GMT + - Fri, 06 Feb 2026 07:44:43 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 70bd45e9-193e-46ca-b10c-c77ae7440c7b + - fa8196d0-1a63-430f-bd76-a75f4c529a5d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -195,7 +195,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -213,13 +213,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "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: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:41 GMT + - Fri, 06 Feb 2026 07:44:44 GMT Pragma: - no-cache RequestId: - - fb30291b-780d-4110-9614-59452e6815d7 + - 61576702-0773-47a2-a56b-e275aaaccc97 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -246,7 +246,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -264,14 +264,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: - string: '{"value": [{"id": "14b9e4bc-d3e2-4a32-a82c-6a7ce688dbe4", "type": "Lakehouse", + string: '{"value": [{"id": "bfebde03-6387-45cc-b29e-1492d6f16508", "type": "Lakehouse", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}]}' + "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -280,15 +280,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '178' + - '180' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:41 GMT + - Fri, 06 Feb 2026 07:44:45 GMT Pragma: - no-cache RequestId: - - 3d3e5619-3294-4279-ac4c-b47b70b13dea + - be94c987-cffa-4a3e-83fa-b7828602c727 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -296,7 +296,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -314,14 +314,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: - string: '{"value": [{"id": "14b9e4bc-d3e2-4a32-a82c-6a7ce688dbe4", "type": "Lakehouse", + string: '{"value": [{"id": "bfebde03-6387-45cc-b29e-1492d6f16508", "type": "Lakehouse", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}]}' + "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -330,15 +330,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '178' + - '180' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:42 GMT + - Fri, 06 Feb 2026 07:44:46 GMT Pragma: - no-cache RequestId: - - 7c595f0b-377e-4603-9c55-a117c3a091ee + - e1c92233-649f-4ccc-b6b8-878687777ffc Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -346,7 +346,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -367,14 +367,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/lakehouses + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/lakehouses response: body: - string: '{"id": "dfcf88ae-64bc-48a1-ba0c-26fcc88f29de", "type": "Lakehouse", + string: '{"id": "d009bff7-2d71-43eb-b5bd-a2278f6bbece", "type": "Lakehouse", "displayName": "fabcli000002", "description": "Created by fab", "workspaceId": - "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}' + "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -387,13 +387,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:44 GMT + - Fri, 06 Feb 2026 07:44:48 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 68bc5888-29d3-42c5-8d64-43b9e012d365 + - 5833ccef-1d39-4833-8e07-b4c8d0c50477 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -401,7 +401,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -419,13 +419,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "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: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:44 GMT + - Fri, 06 Feb 2026 07:44:49 GMT Pragma: - no-cache RequestId: - - aacec933-1075-4ed3-abb4-a162c7f00d20 + - 72cb9aca-f4b7-411e-a41c-53d7db79d397 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -452,7 +452,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -470,16 +470,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: - string: '{"value": [{"id": "14b9e4bc-d3e2-4a32-a82c-6a7ce688dbe4", "type": "Lakehouse", + string: '{"value": [{"id": "bfebde03-6387-45cc-b29e-1492d6f16508", "type": "Lakehouse", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}, {"id": "dfcf88ae-64bc-48a1-ba0c-26fcc88f29de", + "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}, {"id": "d009bff7-2d71-43eb-b5bd-a2278f6bbece", "type": "Lakehouse", "displayName": "fabcli000002", "description": "Created - by fab", "workspaceId": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}]}' + by fab", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -488,15 +488,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '221' + - '223' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:44 GMT + - Fri, 06 Feb 2026 07:44:49 GMT Pragma: - no-cache RequestId: - - ede2bf3f-ea6c-49d2-ae50-2a85cc20a00d + - d01bed36-b056-41fb-8c54-39a213a8bea0 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -504,7 +504,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -522,13 +522,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -539,15 +539,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:44 GMT + - Fri, 06 Feb 2026 07:44:50 GMT Pragma: - no-cache RequestId: - - 4f578f2e-acaa-44a0-8fa3-125e4ec643fd + - dc9e29e4-5550-42ec-91e9-acfb72965a91 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -555,7 +555,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -573,16 +573,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: - string: '{"value": [{"id": "14b9e4bc-d3e2-4a32-a82c-6a7ce688dbe4", "type": "Lakehouse", + string: '{"value": [{"id": "bfebde03-6387-45cc-b29e-1492d6f16508", "type": "Lakehouse", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}, {"id": "dfcf88ae-64bc-48a1-ba0c-26fcc88f29de", + "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}, {"id": "d009bff7-2d71-43eb-b5bd-a2278f6bbece", "type": "Lakehouse", "displayName": "fabcli000002", "description": "Created - by fab", "workspaceId": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}]}' + by fab", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -591,15 +591,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '221' + - '223' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:44 GMT + - Fri, 06 Feb 2026 07:44:51 GMT Pragma: - no-cache RequestId: - - 714c2793-eb0e-442b-a931-5e0da14cad6d + - 8b785ce9-ac69-4bb8-b552-c8eeab119993 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -607,7 +607,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -625,13 +625,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -642,15 +642,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:44 GMT + - Fri, 06 Feb 2026 07:44:51 GMT Pragma: - no-cache RequestId: - - c4d96421-cac4-4ef9-9920-a2f80224f6a8 + - 826c9231-ac3c-4e75-82f5-c4c6d1e6ed28 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -658,7 +658,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -676,16 +676,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: - string: '{"value": [{"id": "14b9e4bc-d3e2-4a32-a82c-6a7ce688dbe4", "type": "Lakehouse", + string: '{"value": [{"id": "bfebde03-6387-45cc-b29e-1492d6f16508", "type": "Lakehouse", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}, {"id": "dfcf88ae-64bc-48a1-ba0c-26fcc88f29de", + "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}, {"id": "d009bff7-2d71-43eb-b5bd-a2278f6bbece", "type": "Lakehouse", "displayName": "fabcli000002", "description": "Created - by fab", "workspaceId": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}]}' + by fab", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -694,15 +694,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '221' + - '223' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:45 GMT + - Fri, 06 Feb 2026 07:44:52 GMT Pragma: - no-cache RequestId: - - 89b45eae-9dc1-46fc-ae37-943fa020e662 + - a862d1fb-2c17-4c06-881b-53a22814a78a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -710,7 +710,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -730,9 +730,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items/dfcf88ae-64bc-48a1-ba0c-26fcc88f29de + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items/d009bff7-2d71-43eb-b5bd-a2278f6bbece response: body: string: '' @@ -748,11 +748,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:22:44 GMT + - Fri, 06 Feb 2026 07:44:53 GMT Pragma: - no-cache RequestId: - - f008e9aa-5e01-4b46-a26d-4cb1bc1fc81f + - 4d0365e2-fd4a-4c41-af9a-094099b6a54a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -760,7 +760,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -778,13 +778,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -795,15 +795,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:45 GMT + - Fri, 06 Feb 2026 07:44:53 GMT Pragma: - no-cache RequestId: - - 25d48e06-604c-43f4-95dc-b50096307a44 + - c7eb1129-9128-46ac-8af4-2fae2db8e482 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -811,7 +811,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -829,14 +829,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: - string: '{"value": [{"id": "14b9e4bc-d3e2-4a32-a82c-6a7ce688dbe4", "type": "Lakehouse", + string: '{"value": [{"id": "bfebde03-6387-45cc-b29e-1492d6f16508", "type": "Lakehouse", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}]}' + "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -845,15 +845,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '178' + - '180' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:46 GMT + - Fri, 06 Feb 2026 07:44:54 GMT Pragma: - no-cache RequestId: - - 1e04732b-fe62-4d45-9dce-673a2f0cf465 + - c909ebbe-8006-47a3-9994-e5284a349157 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -861,7 +861,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -881,9 +881,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items/14b9e4bc-d3e2-4a32-a82c-6a7ce688dbe4 + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items/bfebde03-6387-45cc-b29e-1492d6f16508 response: body: string: '' @@ -899,11 +899,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:22:45 GMT + - Fri, 06 Feb 2026 07:44:56 GMT Pragma: - no-cache RequestId: - - e2924509-a984-4641-b6a4-bda56e22b214 + - 2cb01745-6a20-403a-aa47-de697f80c033 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -911,7 +911,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: diff --git a/tests/test_commands/recordings/test_commands/test_cp/test_cp_item_existing_name_different_location_with_block_on_path_collision_failure.yaml b/tests/test_commands/recordings/test_commands/test_cp/test_cp_item_existing_name_different_location_with_block_on_path_collision_failure.yaml index ac897280..7e75a45b 100644 --- a/tests/test_commands/recordings/test_commands/test_cp/test_cp_item_existing_name_different_location_with_block_on_path_collision_failure.yaml +++ b/tests/test_commands/recordings/test_commands/test_cp/test_cp_item_existing_name_different_location_with_block_on_path_collision_failure.yaml @@ -11,13 +11,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.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": "08bfc868-2a78-49cd-a320-0ae9101a5ab1", + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "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: - - '853' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:14:12 GMT + - Fri, 06 Feb 2026 08:12:39 GMT Pragma: - no-cache RequestId: - - 1733c8c6-7c6c-42d6-a94d-737967131141 + - 3d646010-0312-470a-abfc-85c65f0b6d44 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -62,13 +62,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.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": "08bfc868-2a78-49cd-a320-0ae9101a5ab1", + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -79,15 +79,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '853' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:14:13 GMT + - Fri, 06 Feb 2026 08:12:40 GMT Pragma: - no-cache RequestId: - - fb09bb82-9474-4ce5-be13-edc5d7408db3 + - 8cd0fa65-b4d3-4641-8e77-9eaf50a6c921 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -113,13 +113,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 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": "F16", "region": "Central US", "state": "Active"}]}' headers: Access-Control-Expose-Headers: @@ -129,15 +129,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '271' + - '425' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:14:18 GMT + - Fri, 06 Feb 2026 08:12:44 GMT Pragma: - no-cache RequestId: - - 65d35e21-062f-4518-bf1d-139c915e7e35 + - f49f56fd-edf6-4c65-a6e1-ec84bef7d2e2 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -166,12 +166,12 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: POST uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"id": "ab57c911-1767-4ced-9c31-1fb4e6d87670", "displayName": "fabcli000001", + string: '{"id": "06eac17b-a935-4074-aaba-4984997c6704", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' headers: Access-Control-Expose-Headers: @@ -181,17 +181,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '166' + - '165' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:14:27 GMT + - Fri, 06 Feb 2026 08:12:51 GMT Location: - - https://api.fabric.microsoft.com/v1/workspaces/ab57c911-1767-4ced-9c31-1fb4e6d87670 + - https://api.fabric.microsoft.com/v1/workspaces/06eac17b-a935-4074-aaba-4984997c6704 Pragma: - no-cache RequestId: - - 3984aa3a-caf3-4827-8416-13f7a33492b8 + - aa598f3f-efda-4d1c-9f9a-b9bec21a1af4 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -217,16 +217,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.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": "08bfc868-2a78-49cd-a320-0ae9101a5ab1", + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "ab57c911-1767-4ced-9c31-1fb4e6d87670", "displayName": "fabcli000001", + {"id": "06eac17b-a935-4074-aaba-4984997c6704", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -236,15 +236,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '885' + - '2841' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:14:27 GMT + - Fri, 06 Feb 2026 08:12:52 GMT Pragma: - no-cache RequestId: - - f68b9d8d-f872-465e-9673-78543c613fba + - ae747753-e81a-485c-ad1a-ff5a69a0c416 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -270,16 +270,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.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": "08bfc868-2a78-49cd-a320-0ae9101a5ab1", + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "ab57c911-1767-4ced-9c31-1fb4e6d87670", "displayName": "fabcli000001", + {"id": "06eac17b-a935-4074-aaba-4984997c6704", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -289,15 +289,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '885' + - '2841' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:14:27 GMT + - Fri, 06 Feb 2026 08:12:52 GMT Pragma: - no-cache RequestId: - - 439cdb3d-c9ab-433d-87ae-c9e064db8abf + - 2ae67d2f-bb62-412a-b5d9-bb85ac2e7277 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -323,13 +323,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 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": "F16", "region": "Central US", "state": "Active"}]}' headers: Access-Control-Expose-Headers: @@ -339,15 +339,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '271' + - '429' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:14:33 GMT + - Fri, 06 Feb 2026 08:12:56 GMT Pragma: - no-cache RequestId: - - 9c093869-fa8a-45d9-9899-552897e0172a + - 00831512-6713-4f28-8479-a1b4126fad57 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -376,12 +376,12 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: POST uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"id": "7be0b56e-4548-4ea4-899e-be2fa8000f8a", "displayName": "fabcli000002", + string: '{"id": "6558b0ea-37f3-46fc-8905-ab94f315b5da", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' headers: Access-Control-Expose-Headers: @@ -391,17 +391,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '163' + - '166' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:14:40 GMT + - Fri, 06 Feb 2026 08:13:03 GMT Location: - - https://api.fabric.microsoft.com/v1/workspaces/7be0b56e-4548-4ea4-899e-be2fa8000f8a + - https://api.fabric.microsoft.com/v1/workspaces/6558b0ea-37f3-46fc-8905-ab94f315b5da Pragma: - no-cache RequestId: - - 43a1c947-b4ac-4f90-be9d-ca10eafbe609 + - a75ef8b8-b0ac-42e7-988c-e501cffc96b6 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -427,18 +427,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.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": "08bfc868-2a78-49cd-a320-0ae9101a5ab1", + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "ab57c911-1767-4ced-9c31-1fb4e6d87670", "displayName": "fabcli000001", + {"id": "06eac17b-a935-4074-aaba-4984997c6704", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "7be0b56e-4548-4ea4-899e-be2fa8000f8a", "displayName": "fabcli000002", + {"id": "6558b0ea-37f3-46fc-8905-ab94f315b5da", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -448,15 +448,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '920' + - '2878' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:14:42 GMT + - Fri, 06 Feb 2026 08:13:04 GMT Pragma: - no-cache RequestId: - - 7f451b10-c5ee-4693-a78b-175b157eec6e + - 2bd77aa7-1149-4b58-9bbe-4ea3840aa54b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -482,9 +482,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/ab57c911-1767-4ced-9c31-1fb4e6d87670/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/06eac17b-a935-4074-aaba-4984997c6704/folders?recursive=True response: body: string: '{"value": []}' @@ -500,11 +500,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:14:43 GMT + - Fri, 06 Feb 2026 08:13:05 GMT Pragma: - no-cache RequestId: - - 1bb8be66-a27a-4d9a-9196-33509cc555c6 + - 0b31837e-2a42-4b32-9797-a5a9255579fc Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -530,9 +530,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/ab57c911-1767-4ced-9c31-1fb4e6d87670/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/06eac17b-a935-4074-aaba-4984997c6704/folders?recursive=True response: body: string: '{"value": []}' @@ -548,11 +548,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:14:44 GMT + - Fri, 06 Feb 2026 08:13:05 GMT Pragma: - no-cache RequestId: - - f422aec4-ae1e-4165-b0ac-ed1582bbf008 + - 00d20a14-f8c0-4181-abe0-49df242c50f3 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -580,13 +580,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/ab57c911-1767-4ced-9c31-1fb4e6d87670/folders + uri: https://api.fabric.microsoft.com/v1/workspaces/06eac17b-a935-4074-aaba-4984997c6704/folders response: body: - string: '{"id": "137328bd-acd5-4af2-9911-b9ff246f8a1e", "displayName": "fabcli000003", - "workspaceId": "ab57c911-1767-4ced-9c31-1fb4e6d87670"}' + string: '{"id": "d381ab60-87eb-427c-9423-94bace295d79", "displayName": "fabcli000003", + "workspaceId": "06eac17b-a935-4074-aaba-4984997c6704"}' headers: Access-Control-Expose-Headers: - RequestId,Location @@ -595,17 +595,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '133' + - '132' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:14:45 GMT + - Fri, 06 Feb 2026 08:13:06 GMT Location: - - https://api.fabric.microsoft.com/v1/workspaces/ab57c911-1767-4ced-9c31-1fb4e6d87670/folders/137328bd-acd5-4af2-9911-b9ff246f8a1e + - https://api.fabric.microsoft.com/v1/workspaces/06eac17b-a935-4074-aaba-4984997c6704/folders/d381ab60-87eb-427c-9423-94bace295d79 Pragma: - no-cache RequestId: - - 435837d0-f895-41cd-b6c9-40e6de7eb0ef + - db66c07c-0509-4592-baf0-0515541cfe99 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -631,18 +631,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.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": "08bfc868-2a78-49cd-a320-0ae9101a5ab1", + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "ab57c911-1767-4ced-9c31-1fb4e6d87670", "displayName": "fabcli000001", + {"id": "06eac17b-a935-4074-aaba-4984997c6704", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "7be0b56e-4548-4ea4-899e-be2fa8000f8a", "displayName": "fabcli000002", + {"id": "6558b0ea-37f3-46fc-8905-ab94f315b5da", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -652,15 +652,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '920' + - '2878' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:14:45 GMT + - Fri, 06 Feb 2026 08:13:07 GMT Pragma: - no-cache RequestId: - - 685738aa-9ce9-4cba-8e57-304ce4616df0 + - 3d563abb-74d6-4610-9b84-c0ea15921d14 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -686,9 +686,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/7be0b56e-4548-4ea4-899e-be2fa8000f8a/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/6558b0ea-37f3-46fc-8905-ab94f315b5da/folders?recursive=True response: body: string: '{"value": []}' @@ -704,11 +704,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:14:46 GMT + - Fri, 06 Feb 2026 08:13:08 GMT Pragma: - no-cache RequestId: - - d6b7a169-1ff9-43ad-a716-9b3ab77cfb0e + - fe118e26-ac1e-4d54-b784-8a087d9c0aeb Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -734,9 +734,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/7be0b56e-4548-4ea4-899e-be2fa8000f8a/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/6558b0ea-37f3-46fc-8905-ab94f315b5da/folders?recursive=True response: body: string: '{"value": []}' @@ -752,11 +752,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:14:47 GMT + - Fri, 06 Feb 2026 08:13:09 GMT Pragma: - no-cache RequestId: - - 9f05200a-517e-458b-be1c-61d940c0a07a + - 6d014186-4625-47d0-a716-f340a61522bf Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -784,13 +784,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/7be0b56e-4548-4ea4-899e-be2fa8000f8a/folders + uri: https://api.fabric.microsoft.com/v1/workspaces/6558b0ea-37f3-46fc-8905-ab94f315b5da/folders response: body: - string: '{"id": "993730c5-7baf-4f51-b284-826e0d4687fc", "displayName": "fabcli000004", - "workspaceId": "7be0b56e-4548-4ea4-899e-be2fa8000f8a"}' + string: '{"id": "3f9e4b85-13e3-401d-909d-a091e08e6cdd", "displayName": "fabcli000004", + "workspaceId": "6558b0ea-37f3-46fc-8905-ab94f315b5da"}' headers: Access-Control-Expose-Headers: - RequestId,Location @@ -803,13 +803,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:14:47 GMT + - Fri, 06 Feb 2026 08:13:09 GMT Location: - - https://api.fabric.microsoft.com/v1/workspaces/7be0b56e-4548-4ea4-899e-be2fa8000f8a/folders/993730c5-7baf-4f51-b284-826e0d4687fc + - https://api.fabric.microsoft.com/v1/workspaces/6558b0ea-37f3-46fc-8905-ab94f315b5da/folders/3f9e4b85-13e3-401d-909d-a091e08e6cdd Pragma: - no-cache RequestId: - - ca993e70-ce45-4ed6-940d-c0f3eae77289 + - 752ad387-ea1a-4b98-93ad-ee13b06506d0 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -835,18 +835,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.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": "08bfc868-2a78-49cd-a320-0ae9101a5ab1", + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "ab57c911-1767-4ced-9c31-1fb4e6d87670", "displayName": "fabcli000001", + {"id": "06eac17b-a935-4074-aaba-4984997c6704", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "7be0b56e-4548-4ea4-899e-be2fa8000f8a", "displayName": "fabcli000002", + {"id": "6558b0ea-37f3-46fc-8905-ab94f315b5da", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -856,15 +856,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '920' + - '2878' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:14:48 GMT + - Fri, 06 Feb 2026 08:13:10 GMT Pragma: - no-cache RequestId: - - 12a4d1d2-d6e4-48a7-ba8e-0d1a91dec7b8 + - 7f29a307-f1c8-4ad7-8f5f-da654287eea7 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -890,9 +890,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/ab57c911-1767-4ced-9c31-1fb4e6d87670/items + uri: https://api.fabric.microsoft.com/v1/workspaces/06eac17b-a935-4074-aaba-4984997c6704/items response: body: string: '{"value": []}' @@ -908,11 +908,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:14:49 GMT + - Fri, 06 Feb 2026 08:13:10 GMT Pragma: - no-cache RequestId: - - 93065760-6473-4a08-8271-22dc3bc58037 + - 777951d4-86ef-44f5-9ea9-b178231b3069 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -938,9 +938,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/ab57c911-1767-4ced-9c31-1fb4e6d87670/items + uri: https://api.fabric.microsoft.com/v1/workspaces/06eac17b-a935-4074-aaba-4984997c6704/items response: body: string: '{"value": []}' @@ -956,11 +956,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:14:49 GMT + - Fri, 06 Feb 2026 08:13:11 GMT Pragma: - no-cache RequestId: - - 2bd5e42d-263f-4209-b245-39d3374b6eb7 + - 82e5284f-b97c-4c6e-865c-b88a16240ea5 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -991,9 +991,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/ab57c911-1767-4ced-9c31-1fb4e6d87670/notebooks + uri: https://api.fabric.microsoft.com/v1/workspaces/06eac17b-a935-4074-aaba-4984997c6704/notebooks response: body: string: 'null' @@ -1009,15 +1009,15 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:14:51 GMT + - Fri, 06 Feb 2026 08:13:13 GMT ETag: - '""' Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/c5051edf-10da-467a-93d3-0f024cada326 + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/75c4851f-7747-47ef-8cab-57b7fb0db383 Pragma: - no-cache RequestId: - - 49a05cc2-6d39-47c3-b753-f0a0f28a1a93 + - 37275b78-cb06-4c5d-b609-c9f82c66fda1 Retry-After: - '20' Strict-Transport-Security: @@ -1031,7 +1031,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - c5051edf-10da-467a-93d3-0f024cada326 + - 75c4851f-7747-47ef-8cab-57b7fb0db383 status: code: 202 message: Accepted @@ -1047,13 +1047,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/c5051edf-10da-467a-93d3-0f024cada326 + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/75c4851f-7747-47ef-8cab-57b7fb0db383 response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2025-09-29T17:14:51.1632801", - "lastUpdatedTimeUtc": "2025-09-29T17:14:52.8824086", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-06T08:13:12.7023819", + "lastUpdatedTimeUtc": "2026-02-06T08:13:14.3904671", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -1067,13 +1067,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:15:12 GMT + - Fri, 06 Feb 2026 08:13:34 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/c5051edf-10da-467a-93d3-0f024cada326/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/75c4851f-7747-47ef-8cab-57b7fb0db383/result Pragma: - no-cache RequestId: - - 3080f7e0-d63c-4164-9191-a3ce04b96c95 + - d2c363c5-0267-4b50-b045-e3bed7bbc181 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1081,7 +1081,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - c5051edf-10da-467a-93d3-0f024cada326 + - 75c4851f-7747-47ef-8cab-57b7fb0db383 status: code: 200 message: OK @@ -1097,14 +1097,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/c5051edf-10da-467a-93d3-0f024cada326/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/75c4851f-7747-47ef-8cab-57b7fb0db383/result response: body: - string: '{"id": "f7591856-8f24-45c5-8a23-bf1b00509e69", "type": "Notebook", + string: '{"id": "4a9f2d42-b08e-448f-afc1-183097f41abc", "type": "Notebook", "displayName": "fabcli000005", "description": "Created by fab", "workspaceId": - "ab57c911-1767-4ced-9c31-1fb4e6d87670"}' + "06eac17b-a935-4074-aaba-4984997c6704"}' headers: Access-Control-Expose-Headers: - RequestId @@ -1115,11 +1115,11 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 Sep 2025 17:15:13 GMT + - Fri, 06 Feb 2026 08:13:35 GMT Pragma: - no-cache RequestId: - - 62d6bc8a-bf08-4720-b599-70fd6e6a4454 + - 85654b13-d8a9-4122-b028-1c83ce311eb7 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -1143,18 +1143,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.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": "08bfc868-2a78-49cd-a320-0ae9101a5ab1", + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "ab57c911-1767-4ced-9c31-1fb4e6d87670", "displayName": "fabcli000001", + {"id": "06eac17b-a935-4074-aaba-4984997c6704", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "7be0b56e-4548-4ea4-899e-be2fa8000f8a", "displayName": "fabcli000002", + {"id": "6558b0ea-37f3-46fc-8905-ab94f315b5da", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -1164,15 +1164,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '920' + - '2878' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:15:13 GMT + - Fri, 06 Feb 2026 08:13:37 GMT Pragma: - no-cache RequestId: - - 5830a437-0b0b-4502-8f96-3ac5862c1ad1 + - 478a3483-a624-4173-abc6-10b5babf8b8e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1198,13 +1198,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/7be0b56e-4548-4ea4-899e-be2fa8000f8a/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/6558b0ea-37f3-46fc-8905-ab94f315b5da/folders?recursive=True response: body: - string: '{"value": [{"id": "993730c5-7baf-4f51-b284-826e0d4687fc", "displayName": - "fabcli000004", "workspaceId": "7be0b56e-4548-4ea4-899e-be2fa8000f8a"}]}' + string: '{"value": [{"id": "3f9e4b85-13e3-401d-909d-a091e08e6cdd", "displayName": + "fabcli000004", "workspaceId": "6558b0ea-37f3-46fc-8905-ab94f315b5da"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1217,11 +1217,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:15:13 GMT + - Fri, 06 Feb 2026 08:13:38 GMT Pragma: - no-cache RequestId: - - f5b37e3b-36cc-46ce-8878-5eb2dccc5dd4 + - 7233bdde-2319-4b88-967f-3937e1a80196 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1247,9 +1247,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/7be0b56e-4548-4ea4-899e-be2fa8000f8a/items + uri: https://api.fabric.microsoft.com/v1/workspaces/6558b0ea-37f3-46fc-8905-ab94f315b5da/items response: body: string: '{"value": []}' @@ -1265,11 +1265,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:15:14 GMT + - Fri, 06 Feb 2026 08:13:39 GMT Pragma: - no-cache RequestId: - - f27d7fa7-5ab6-4649-84ad-83f055ced292 + - 579d5bbe-7f89-4855-ad87-43166857ab8b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1295,9 +1295,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/7be0b56e-4548-4ea4-899e-be2fa8000f8a/items + uri: https://api.fabric.microsoft.com/v1/workspaces/6558b0ea-37f3-46fc-8905-ab94f315b5da/items response: body: string: '{"value": []}' @@ -1313,11 +1313,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:15:15 GMT + - Fri, 06 Feb 2026 08:13:39 GMT Pragma: - no-cache RequestId: - - 1a669dce-7df8-44d8-81be-73c650521bd6 + - f017a981-db69-4167-a303-6d211e5a78e7 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1333,7 +1333,7 @@ interactions: message: OK - request: body: '{"description": "Created by fab", "displayName": "fabcli000005", "type": - "Notebook", "folderId": "993730c5-7baf-4f51-b284-826e0d4687fc", "definition": + "Notebook", "folderId": "3f9e4b85-13e3-401d-909d-a091e08e6cdd", "definition": {"parts": [{"path": "notebook-content.py", "payload": "IyBGYWJyaWMgbm90ZWJvb2sgc291cmNlCgojIE1FVEFEQVRBICoqKioqKioqKioqKioqKioqKioqCgojIE1FVEEgewojIE1FVEEgICAia2VybmVsX2luZm8iOiB7CiMgTUVUQSAgICAgIm5hbWUiOiAic3luYXBzZV9weXNwYXJrIgojIE1FVEEgICB9LAojIE1FVEEgICAiZGVwZW5kZW5jaWVzIjoge30KIyBNRVRBIH0KCiMgQ0VMTCAqKioqKioqKioqKioqKioqKioqKgoKIyBXZWxjb21lIHRvIHlvdXIgbmV3IG5vdGVib29rCiMgVHlwZSBoZXJlIGluIHRoZSBjZWxsIGVkaXRvciB0byBhZGQgY29kZSEKCgojIE1FVEFEQVRBICoqKioqKioqKioqKioqKioqKioqCgojIE1FVEEgewojIE1FVEEgICAibGFuZ3VhZ2UiOiAicHl0aG9uIiwKIyBNRVRBICAgImxhbmd1YWdlX2dyb3VwIjogInN5bmFwc2VfcHlzcGFyayIKIyBNRVRBIH0K", "payloadType": "InlineBase64"}]}}' headers: @@ -1348,9 +1348,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/7be0b56e-4548-4ea4-899e-be2fa8000f8a/notebooks + uri: https://api.fabric.microsoft.com/v1/workspaces/6558b0ea-37f3-46fc-8905-ab94f315b5da/notebooks response: body: string: 'null' @@ -1366,15 +1366,15 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:15:16 GMT + - Fri, 06 Feb 2026 08:13:41 GMT ETag: - '""' Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/5a07c7d5-1268-42a5-8df0-c24264298bbd + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/424ff7a0-8faa-4971-a799-6290792324b7 Pragma: - no-cache RequestId: - - 3875ec88-31cf-4137-84cd-cd6fbec8cfa3 + - 3e23b419-af8e-4c5d-a5b1-424735c0a386 Retry-After: - '20' Strict-Transport-Security: @@ -1388,7 +1388,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - 5a07c7d5-1268-42a5-8df0-c24264298bbd + - 424ff7a0-8faa-4971-a799-6290792324b7 status: code: 202 message: Accepted @@ -1404,13 +1404,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/5a07c7d5-1268-42a5-8df0-c24264298bbd + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/424ff7a0-8faa-4971-a799-6290792324b7 response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2025-09-29T17:15:16.0744868", - "lastUpdatedTimeUtc": "2025-09-29T17:15:18.0433605", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-06T08:13:41.2406298", + "lastUpdatedTimeUtc": "2026-02-06T08:13:42.8343897", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -1424,13 +1424,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:15:37 GMT + - Fri, 06 Feb 2026 08:14:03 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/5a07c7d5-1268-42a5-8df0-c24264298bbd/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/424ff7a0-8faa-4971-a799-6290792324b7/result Pragma: - no-cache RequestId: - - f8684359-b16d-45f5-b8d9-00ab0675412c + - f3b74303-068b-4881-8a24-3d1ba94ddabe Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1438,7 +1438,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - 5a07c7d5-1268-42a5-8df0-c24264298bbd + - 424ff7a0-8faa-4971-a799-6290792324b7 status: code: 200 message: OK @@ -1454,14 +1454,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/5a07c7d5-1268-42a5-8df0-c24264298bbd/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/424ff7a0-8faa-4971-a799-6290792324b7/result response: body: - string: '{"id": "b4df4c07-ceac-48a2-a427-36b1e2f74c02", "type": "Notebook", + string: '{"id": "ffe7200b-1cb2-4931-98fa-7a39e082c364", "type": "Notebook", "displayName": "fabcli000005", "description": "Created by fab", "workspaceId": - "7be0b56e-4548-4ea4-899e-be2fa8000f8a", "folderId": "993730c5-7baf-4f51-b284-826e0d4687fc"}' + "6558b0ea-37f3-46fc-8905-ab94f315b5da", "folderId": "3f9e4b85-13e3-401d-909d-a091e08e6cdd"}' headers: Access-Control-Expose-Headers: - RequestId @@ -1472,11 +1472,11 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 Sep 2025 17:15:38 GMT + - Fri, 06 Feb 2026 08:14:04 GMT Pragma: - no-cache RequestId: - - 55f69b71-2560-4137-90ba-28e177a74271 + - 46ff083c-8457-4950-b56d-117d7ee50b9a Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -1500,18 +1500,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.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": "08bfc868-2a78-49cd-a320-0ae9101a5ab1", + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "ab57c911-1767-4ced-9c31-1fb4e6d87670", "displayName": "fabcli000001", + {"id": "06eac17b-a935-4074-aaba-4984997c6704", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "7be0b56e-4548-4ea4-899e-be2fa8000f8a", "displayName": "fabcli000002", + {"id": "6558b0ea-37f3-46fc-8905-ab94f315b5da", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -1521,15 +1521,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '920' + - '2878' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:15:39 GMT + - Fri, 06 Feb 2026 08:14:05 GMT Pragma: - no-cache RequestId: - - 2becf5ad-a19b-450c-8329-6ba60192d5ed + - 0e9de9b3-1c1c-4208-bbc2-71077dccda66 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1555,14 +1555,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/ab57c911-1767-4ced-9c31-1fb4e6d87670/items + uri: https://api.fabric.microsoft.com/v1/workspaces/06eac17b-a935-4074-aaba-4984997c6704/items response: body: - string: '{"value": [{"id": "f7591856-8f24-45c5-8a23-bf1b00509e69", "type": "Notebook", + string: '{"value": [{"id": "4a9f2d42-b08e-448f-afc1-183097f41abc", "type": "Notebook", "displayName": "fabcli000005", "description": "Created by fab", "workspaceId": - "ab57c911-1767-4ced-9c31-1fb4e6d87670"}]}' + "06eac17b-a935-4074-aaba-4984997c6704"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1571,15 +1571,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '177' + - '176' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:15:40 GMT + - Fri, 06 Feb 2026 08:14:06 GMT Pragma: - no-cache RequestId: - - f97a0b05-96cd-4887-8920-14ac0cee6850 + - d19ad972-7d1a-4abc-b91f-91ac4f16e657 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1605,18 +1605,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.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": "08bfc868-2a78-49cd-a320-0ae9101a5ab1", + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "ab57c911-1767-4ced-9c31-1fb4e6d87670", "displayName": "fabcli000001", + {"id": "06eac17b-a935-4074-aaba-4984997c6704", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "7be0b56e-4548-4ea4-899e-be2fa8000f8a", "displayName": "fabcli000002", + {"id": "6558b0ea-37f3-46fc-8905-ab94f315b5da", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -1626,15 +1626,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '920' + - '2878' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:15:40 GMT + - Fri, 06 Feb 2026 08:14:07 GMT Pragma: - no-cache RequestId: - - c9713d53-31b3-4490-96d4-714f24a149c5 + - d5f427b5-ddfe-499e-91d6-abbf57251227 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1660,14 +1660,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/7be0b56e-4548-4ea4-899e-be2fa8000f8a/items + uri: https://api.fabric.microsoft.com/v1/workspaces/6558b0ea-37f3-46fc-8905-ab94f315b5da/items response: body: - string: '{"value": [{"id": "b4df4c07-ceac-48a2-a427-36b1e2f74c02", "type": "Notebook", + string: '{"value": [{"id": "ffe7200b-1cb2-4931-98fa-7a39e082c364", "type": "Notebook", "displayName": "fabcli000005", "description": "Created by fab", "workspaceId": - "7be0b56e-4548-4ea4-899e-be2fa8000f8a", "folderId": "993730c5-7baf-4f51-b284-826e0d4687fc"}]}' + "6558b0ea-37f3-46fc-8905-ab94f315b5da", "folderId": "3f9e4b85-13e3-401d-909d-a091e08e6cdd"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1676,15 +1676,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '207' + - '208' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:15:41 GMT + - Fri, 06 Feb 2026 08:14:07 GMT Pragma: - no-cache RequestId: - - d6035772-cf04-446e-8b49-ee48996bf976 + - f2796d6c-e65f-42bd-be1e-77ac840175a6 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1710,13 +1710,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/7be0b56e-4548-4ea4-899e-be2fa8000f8a/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/6558b0ea-37f3-46fc-8905-ab94f315b5da/folders?recursive=True response: body: - string: '{"value": [{"id": "993730c5-7baf-4f51-b284-826e0d4687fc", "displayName": - "fabcli000004", "workspaceId": "7be0b56e-4548-4ea4-899e-be2fa8000f8a"}]}' + string: '{"value": [{"id": "3f9e4b85-13e3-401d-909d-a091e08e6cdd", "displayName": + "fabcli000004", "workspaceId": "6558b0ea-37f3-46fc-8905-ab94f315b5da"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1729,11 +1729,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:15:41 GMT + - Fri, 06 Feb 2026 08:14:09 GMT Pragma: - no-cache RequestId: - - 09304e1c-c500-4381-9545-2592563eac39 + - 3c697520-042f-4446-ac0b-545cd1939126 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1759,14 +1759,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/7be0b56e-4548-4ea4-899e-be2fa8000f8a/items + uri: https://api.fabric.microsoft.com/v1/workspaces/6558b0ea-37f3-46fc-8905-ab94f315b5da/items response: body: - string: '{"value": [{"id": "b4df4c07-ceac-48a2-a427-36b1e2f74c02", "type": "Notebook", + string: '{"value": [{"id": "ffe7200b-1cb2-4931-98fa-7a39e082c364", "type": "Notebook", "displayName": "fabcli000005", "description": "Created by fab", "workspaceId": - "7be0b56e-4548-4ea4-899e-be2fa8000f8a", "folderId": "993730c5-7baf-4f51-b284-826e0d4687fc"}]}' + "6558b0ea-37f3-46fc-8905-ab94f315b5da", "folderId": "3f9e4b85-13e3-401d-909d-a091e08e6cdd"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1775,15 +1775,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '207' + - '208' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:15:42 GMT + - Fri, 06 Feb 2026 08:14:09 GMT Pragma: - no-cache RequestId: - - f308049c-a433-418d-9289-d64095e6fe07 + - cd1e1dd8-dd61-4242-b0e3-d6f3421e5f7f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1809,13 +1809,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/7be0b56e-4548-4ea4-899e-be2fa8000f8a/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/6558b0ea-37f3-46fc-8905-ab94f315b5da/folders?recursive=True response: body: - string: '{"value": [{"id": "993730c5-7baf-4f51-b284-826e0d4687fc", "displayName": - "fabcli000004", "workspaceId": "7be0b56e-4548-4ea4-899e-be2fa8000f8a"}]}' + string: '{"value": [{"id": "3f9e4b85-13e3-401d-909d-a091e08e6cdd", "displayName": + "fabcli000004", "workspaceId": "6558b0ea-37f3-46fc-8905-ab94f315b5da"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1828,11 +1828,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:15:42 GMT + - Fri, 06 Feb 2026 08:14:10 GMT Pragma: - no-cache RequestId: - - 91a3a8f1-08a7-457f-878d-110d1b20caf7 + - c3847df0-1afa-4021-8567-83e453336fdb Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1858,18 +1858,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.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": "08bfc868-2a78-49cd-a320-0ae9101a5ab1", + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "ab57c911-1767-4ced-9c31-1fb4e6d87670", "displayName": "fabcli000001", + {"id": "06eac17b-a935-4074-aaba-4984997c6704", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "7be0b56e-4548-4ea4-899e-be2fa8000f8a", "displayName": "fabcli000002", + {"id": "6558b0ea-37f3-46fc-8905-ab94f315b5da", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -1879,15 +1879,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '920' + - '2878' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:15:43 GMT + - Fri, 06 Feb 2026 08:14:11 GMT Pragma: - no-cache RequestId: - - 9f10e410-5e97-44fe-8d2b-353c28abf732 + - c1f184c7-1200-4335-88d8-98e6d245d5cd Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1913,13 +1913,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/7be0b56e-4548-4ea4-899e-be2fa8000f8a/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/6558b0ea-37f3-46fc-8905-ab94f315b5da/folders?recursive=True response: body: - string: '{"value": [{"id": "993730c5-7baf-4f51-b284-826e0d4687fc", "displayName": - "fabcli000004", "workspaceId": "7be0b56e-4548-4ea4-899e-be2fa8000f8a"}]}' + string: '{"value": [{"id": "3f9e4b85-13e3-401d-909d-a091e08e6cdd", "displayName": + "fabcli000004", "workspaceId": "6558b0ea-37f3-46fc-8905-ab94f315b5da"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1932,11 +1932,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:15:44 GMT + - Fri, 06 Feb 2026 08:14:11 GMT Pragma: - no-cache RequestId: - - b8a91932-4369-4395-85c5-782107a99e86 + - 3ef7d485-a6a3-4124-ac27-8de9951cb138 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1962,14 +1962,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/7be0b56e-4548-4ea4-899e-be2fa8000f8a/items + uri: https://api.fabric.microsoft.com/v1/workspaces/6558b0ea-37f3-46fc-8905-ab94f315b5da/items response: body: - string: '{"value": [{"id": "b4df4c07-ceac-48a2-a427-36b1e2f74c02", "type": "Notebook", + string: '{"value": [{"id": "ffe7200b-1cb2-4931-98fa-7a39e082c364", "type": "Notebook", "displayName": "fabcli000005", "description": "Created by fab", "workspaceId": - "7be0b56e-4548-4ea4-899e-be2fa8000f8a", "folderId": "993730c5-7baf-4f51-b284-826e0d4687fc"}]}' + "6558b0ea-37f3-46fc-8905-ab94f315b5da", "folderId": "3f9e4b85-13e3-401d-909d-a091e08e6cdd"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1978,15 +1978,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '207' + - '208' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:15:44 GMT + - Fri, 06 Feb 2026 08:14:12 GMT Pragma: - no-cache RequestId: - - f4c687f0-042e-4ba0-9be2-c5153c9e7ef3 + - a6d6c5c3-d065-4859-931c-5ff90dbc2317 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2012,13 +2012,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/7be0b56e-4548-4ea4-899e-be2fa8000f8a/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/6558b0ea-37f3-46fc-8905-ab94f315b5da/folders?recursive=True response: body: - string: '{"value": [{"id": "993730c5-7baf-4f51-b284-826e0d4687fc", "displayName": - "fabcli000004", "workspaceId": "7be0b56e-4548-4ea4-899e-be2fa8000f8a"}]}' + string: '{"value": [{"id": "3f9e4b85-13e3-401d-909d-a091e08e6cdd", "displayName": + "fabcli000004", "workspaceId": "6558b0ea-37f3-46fc-8905-ab94f315b5da"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2031,11 +2031,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:15:44 GMT + - Fri, 06 Feb 2026 08:14:13 GMT Pragma: - no-cache RequestId: - - 705bd936-490e-4455-aaac-c79267e065f6 + - a33a53e5-2f5c-4284-894c-790a6db0e51c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2063,9 +2063,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/7be0b56e-4548-4ea4-899e-be2fa8000f8a/items/b4df4c07-ceac-48a2-a427-36b1e2f74c02 + uri: https://api.fabric.microsoft.com/v1/workspaces/6558b0ea-37f3-46fc-8905-ab94f315b5da/items/ffe7200b-1cb2-4931-98fa-7a39e082c364 response: body: string: '' @@ -2081,11 +2081,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 29 Sep 2025 17:15:45 GMT + - Fri, 06 Feb 2026 08:14:14 GMT Pragma: - no-cache RequestId: - - 411d4750-70de-49b2-b3b7-7b3320074b08 + - 1e994137-94b8-42f9-90c4-0f9d25b423cc Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2111,18 +2111,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.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": "08bfc868-2a78-49cd-a320-0ae9101a5ab1", + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "ab57c911-1767-4ced-9c31-1fb4e6d87670", "displayName": "fabcli000001", + {"id": "06eac17b-a935-4074-aaba-4984997c6704", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "7be0b56e-4548-4ea4-899e-be2fa8000f8a", "displayName": "fabcli000002", + {"id": "6558b0ea-37f3-46fc-8905-ab94f315b5da", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -2132,15 +2132,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '920' + - '2878' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:15:45 GMT + - Fri, 06 Feb 2026 08:14:14 GMT Pragma: - no-cache RequestId: - - 63654808-936e-47ab-8a77-cfe9bffbd4a9 + - 3fae3972-103e-4686-b2ab-3da2e7bc5365 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2166,14 +2166,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/ab57c911-1767-4ced-9c31-1fb4e6d87670/items + uri: https://api.fabric.microsoft.com/v1/workspaces/06eac17b-a935-4074-aaba-4984997c6704/items response: body: - string: '{"value": [{"id": "f7591856-8f24-45c5-8a23-bf1b00509e69", "type": "Notebook", + string: '{"value": [{"id": "4a9f2d42-b08e-448f-afc1-183097f41abc", "type": "Notebook", "displayName": "fabcli000005", "description": "Created by fab", "workspaceId": - "ab57c911-1767-4ced-9c31-1fb4e6d87670"}]}' + "06eac17b-a935-4074-aaba-4984997c6704"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2182,15 +2182,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '177' + - '176' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:15:46 GMT + - Fri, 06 Feb 2026 08:14:15 GMT Pragma: - no-cache RequestId: - - cc595d0e-dd4c-4029-8d1c-374afd3cc980 + - 6f8aeab2-5337-4bb8-98df-a85b9ff34083 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2218,9 +2218,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/ab57c911-1767-4ced-9c31-1fb4e6d87670/items/f7591856-8f24-45c5-8a23-bf1b00509e69 + uri: https://api.fabric.microsoft.com/v1/workspaces/06eac17b-a935-4074-aaba-4984997c6704/items/4a9f2d42-b08e-448f-afc1-183097f41abc response: body: string: '' @@ -2236,11 +2236,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 29 Sep 2025 17:15:46 GMT + - Fri, 06 Feb 2026 08:14:17 GMT Pragma: - no-cache RequestId: - - 03e5e036-45a2-437a-8065-e49d92107af9 + - 7c449c0f-0440-4218-b7cf-a1fcc0a47b3e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2266,18 +2266,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.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": "08bfc868-2a78-49cd-a320-0ae9101a5ab1", + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "ab57c911-1767-4ced-9c31-1fb4e6d87670", "displayName": "fabcli000001", + {"id": "06eac17b-a935-4074-aaba-4984997c6704", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "7be0b56e-4548-4ea4-899e-be2fa8000f8a", "displayName": "fabcli000002", + {"id": "6558b0ea-37f3-46fc-8905-ab94f315b5da", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -2287,15 +2287,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '920' + - '2878' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:15:46 GMT + - Fri, 06 Feb 2026 08:14:17 GMT Pragma: - no-cache RequestId: - - 09c2f07e-09e1-4000-a542-5449cab2804e + - 7280145a-33b0-4d27-93d4-a11c4d49586c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2321,13 +2321,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/7be0b56e-4548-4ea4-899e-be2fa8000f8a/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/6558b0ea-37f3-46fc-8905-ab94f315b5da/folders?recursive=True response: body: - string: '{"value": [{"id": "993730c5-7baf-4f51-b284-826e0d4687fc", "displayName": - "fabcli000004", "workspaceId": "7be0b56e-4548-4ea4-899e-be2fa8000f8a"}]}' + string: '{"value": [{"id": "3f9e4b85-13e3-401d-909d-a091e08e6cdd", "displayName": + "fabcli000004", "workspaceId": "6558b0ea-37f3-46fc-8905-ab94f315b5da"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2340,11 +2340,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:15:47 GMT + - Fri, 06 Feb 2026 08:14:18 GMT Pragma: - no-cache RequestId: - - 213e7c30-ab03-4917-887b-aab523a237c8 + - ebcb5735-c4db-4c67-91b2-b4f89e9ed298 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2372,9 +2372,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/7be0b56e-4548-4ea4-899e-be2fa8000f8a/folders/993730c5-7baf-4f51-b284-826e0d4687fc + uri: https://api.fabric.microsoft.com/v1/workspaces/6558b0ea-37f3-46fc-8905-ab94f315b5da/folders/3f9e4b85-13e3-401d-909d-a091e08e6cdd response: body: string: '' @@ -2390,11 +2390,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 29 Sep 2025 17:15:48 GMT + - Fri, 06 Feb 2026 08:14:18 GMT Pragma: - no-cache RequestId: - - 2ab7c114-1eb3-43c9-8b3e-08e11e8f23ba + - 4069f475-6b61-4187-9691-9603a22efa64 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2420,18 +2420,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.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": "08bfc868-2a78-49cd-a320-0ae9101a5ab1", + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "ab57c911-1767-4ced-9c31-1fb4e6d87670", "displayName": "fabcli000001", + {"id": "06eac17b-a935-4074-aaba-4984997c6704", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "7be0b56e-4548-4ea4-899e-be2fa8000f8a", "displayName": "fabcli000002", + {"id": "6558b0ea-37f3-46fc-8905-ab94f315b5da", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -2441,15 +2441,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '920' + - '2878' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:15:49 GMT + - Fri, 06 Feb 2026 08:14:20 GMT Pragma: - no-cache RequestId: - - 12ead1ff-209b-41de-88ab-7fe6f03a9b02 + - 14efc1b5-4797-4aec-b9c1-6d796cf85cdf Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2475,13 +2475,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/ab57c911-1767-4ced-9c31-1fb4e6d87670/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/06eac17b-a935-4074-aaba-4984997c6704/folders?recursive=True response: body: - string: '{"value": [{"id": "137328bd-acd5-4af2-9911-b9ff246f8a1e", "displayName": - "fabcli000003", "workspaceId": "ab57c911-1767-4ced-9c31-1fb4e6d87670"}]}' + string: '{"value": [{"id": "d381ab60-87eb-427c-9423-94bace295d79", "displayName": + "fabcli000003", "workspaceId": "06eac17b-a935-4074-aaba-4984997c6704"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2490,15 +2490,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '144' + - '143' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:15:49 GMT + - Fri, 06 Feb 2026 08:14:20 GMT Pragma: - no-cache RequestId: - - 50459734-1a61-4ae3-96e1-f9f41bf94e6f + - 9c612845-914e-4f6a-92bc-4f2c2d69329b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2526,9 +2526,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/ab57c911-1767-4ced-9c31-1fb4e6d87670/folders/137328bd-acd5-4af2-9911-b9ff246f8a1e + uri: https://api.fabric.microsoft.com/v1/workspaces/06eac17b-a935-4074-aaba-4984997c6704/folders/d381ab60-87eb-427c-9423-94bace295d79 response: body: string: '' @@ -2544,11 +2544,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 29 Sep 2025 17:15:50 GMT + - Fri, 06 Feb 2026 08:14:21 GMT Pragma: - no-cache RequestId: - - 3e41c5b1-ab5d-493a-9ea2-511b3625d5e2 + - f71d166a-2387-4eb8-ab4c-0e94231c7688 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2574,18 +2574,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.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": "08bfc868-2a78-49cd-a320-0ae9101a5ab1", + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "ab57c911-1767-4ced-9c31-1fb4e6d87670", "displayName": "fabcli000001", + {"id": "06eac17b-a935-4074-aaba-4984997c6704", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "7be0b56e-4548-4ea4-899e-be2fa8000f8a", "displayName": "fabcli000002", + {"id": "6558b0ea-37f3-46fc-8905-ab94f315b5da", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -2595,15 +2595,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '920' + - '2878' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:15:50 GMT + - Fri, 06 Feb 2026 08:14:22 GMT Pragma: - no-cache RequestId: - - f63d3fb0-fe68-4fc1-80c5-b323f6983604 + - 34764f28-bd94-4cd5-b31d-d8c8ee4dab21 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2629,9 +2629,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/ab57c911-1767-4ced-9c31-1fb4e6d87670/items + uri: https://api.fabric.microsoft.com/v1/workspaces/06eac17b-a935-4074-aaba-4984997c6704/items response: body: string: '{"value": []}' @@ -2647,11 +2647,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:15:50 GMT + - Fri, 06 Feb 2026 08:14:23 GMT Pragma: - no-cache RequestId: - - 9f3f2f46-247f-4135-b324-457542ac9c51 + - b75b9c30-ca97-44e3-859b-00adf71f7c5b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2679,9 +2679,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/ab57c911-1767-4ced-9c31-1fb4e6d87670 + uri: https://api.fabric.microsoft.com/v1/workspaces/06eac17b-a935-4074-aaba-4984997c6704 response: body: string: '' @@ -2697,11 +2697,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 29 Sep 2025 17:15:51 GMT + - Fri, 06 Feb 2026 08:14:24 GMT Pragma: - no-cache RequestId: - - 3816d64d-b70a-4092-8bfa-5283b656a809 + - 174bce63-810d-403d-bb07-354f3d941174 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2727,16 +2727,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.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": "08bfc868-2a78-49cd-a320-0ae9101a5ab1", + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "7be0b56e-4548-4ea4-899e-be2fa8000f8a", "displayName": "fabcli000002", + {"id": "6558b0ea-37f3-46fc-8905-ab94f315b5da", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -2746,15 +2746,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '888' + - '2842' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:15:51 GMT + - Fri, 06 Feb 2026 08:14:24 GMT Pragma: - no-cache RequestId: - - c2dbe175-ca02-41f8-b8e1-7556113820db + - f0ad59c2-b8b4-4538-ab69-aa7e7b416b6d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2780,9 +2780,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/7be0b56e-4548-4ea4-899e-be2fa8000f8a/items + uri: https://api.fabric.microsoft.com/v1/workspaces/6558b0ea-37f3-46fc-8905-ab94f315b5da/items response: body: string: '{"value": []}' @@ -2798,11 +2798,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:15:52 GMT + - Fri, 06 Feb 2026 08:14:25 GMT Pragma: - no-cache RequestId: - - 1bdc2e16-4b22-4dd5-9e44-415cc2b48a11 + - aa472769-b523-42ea-9462-c1d6aca943d6 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2830,9 +2830,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/7be0b56e-4548-4ea4-899e-be2fa8000f8a + uri: https://api.fabric.microsoft.com/v1/workspaces/6558b0ea-37f3-46fc-8905-ab94f315b5da response: body: string: '' @@ -2848,11 +2848,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 29 Sep 2025 17:15:52 GMT + - Fri, 06 Feb 2026 08:14:26 GMT Pragma: - no-cache RequestId: - - 43d1a878-6272-4734-9eb4-5270fe1ccf20 + - ac5f1c43-031f-4d4c-99ab-115d88bac089 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: diff --git a/tests/test_commands/recordings/test_commands/test_cp/test_cp_item_existing_name_different_location_without_block_on_path_collision_success.yaml b/tests/test_commands/recordings/test_commands/test_cp/test_cp_item_existing_name_different_location_without_block_on_path_collision_success.yaml index 9351b110..59b48c06 100644 --- a/tests/test_commands/recordings/test_commands/test_cp/test_cp_item_existing_name_different_location_without_block_on_path_collision_success.yaml +++ b/tests/test_commands/recordings/test_commands/test_cp/test_cp_item_existing_name_different_location_without_block_on_path_collision_success.yaml @@ -11,13 +11,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.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": "71a636be-95f1-48c1-8be9-bae9a9ba2353", + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "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: - - '854' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:08:15 GMT + - Fri, 06 Feb 2026 08:10:02 GMT Pragma: - no-cache RequestId: - - b6d6a7ab-0a31-4b6a-adcb-7418757147a3 + - fe905ab0-eb2d-4530-82c3-5db3c9ca1a82 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -62,13 +62,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.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": "71a636be-95f1-48c1-8be9-bae9a9ba2353", + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -79,15 +79,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '854' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:08:16 GMT + - Fri, 06 Feb 2026 08:10:02 GMT Pragma: - no-cache RequestId: - - 5d3f8f58-79d7-4c63-8126-986b4f560274 + - 64581cfc-e2bd-4f78-a909-7f0dd371e7c8 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -113,13 +113,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 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": "F16", "region": "Central US", "state": "Active"}]}' headers: Access-Control-Expose-Headers: @@ -129,15 +129,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '271' + - '429' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:08:21 GMT + - Fri, 06 Feb 2026 08:10:08 GMT Pragma: - no-cache RequestId: - - f41e1ad1-b33c-4664-acac-ea0402da806e + - 047c69a5-e874-4548-8b6c-133c21f4af8a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -166,12 +166,12 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: POST uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"id": "bb4af7d3-b476-4e1d-a003-126f75ceb073", "displayName": "fabcli000001", + string: '{"id": "bccf3171-5cbc-49a2-9686-70c37f7ad943", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' headers: Access-Control-Expose-Headers: @@ -185,13 +185,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:08:31 GMT + - Fri, 06 Feb 2026 08:10:15 GMT Location: - - https://api.fabric.microsoft.com/v1/workspaces/bb4af7d3-b476-4e1d-a003-126f75ceb073 + - https://api.fabric.microsoft.com/v1/workspaces/bccf3171-5cbc-49a2-9686-70c37f7ad943 Pragma: - no-cache RequestId: - - 5156ed52-30e2-40af-93f4-7bc3aa9a0e82 + - 8ba13d68-41e9-4c08-8c75-9459e65d64c2 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -217,16 +217,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.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": "71a636be-95f1-48c1-8be9-bae9a9ba2353", + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "bb4af7d3-b476-4e1d-a003-126f75ceb073", "displayName": "fabcli000001", + {"id": "bccf3171-5cbc-49a2-9686-70c37f7ad943", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -236,15 +236,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '888' + - '2843' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:08:31 GMT + - Fri, 06 Feb 2026 08:10:16 GMT Pragma: - no-cache RequestId: - - d6ecb406-c5fd-42aa-8ea2-9242ea601226 + - 3415d19e-84c7-440c-8959-4b985ceeb5a5 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -270,16 +270,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.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": "71a636be-95f1-48c1-8be9-bae9a9ba2353", + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "bb4af7d3-b476-4e1d-a003-126f75ceb073", "displayName": "fabcli000001", + {"id": "bccf3171-5cbc-49a2-9686-70c37f7ad943", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -289,15 +289,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '888' + - '2843' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:08:31 GMT + - Fri, 06 Feb 2026 08:10:16 GMT Pragma: - no-cache RequestId: - - 56cdf6df-9400-4d8e-b3d0-64f5e3cc57e0 + - dd9391d1-1e8c-4acb-84e1-0bc64fab6d25 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -323,13 +323,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 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": "F16", "region": "Central US", "state": "Active"}]}' headers: Access-Control-Expose-Headers: @@ -339,15 +339,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '271' + - '424' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:08:34 GMT + - Fri, 06 Feb 2026 08:10:20 GMT Pragma: - no-cache RequestId: - - bef26056-6476-4973-af69-5f2061c2c347 + - 55d7a4d0-1c95-43e7-8343-d426bc3038c2 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -376,12 +376,12 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: POST uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"id": "9303308c-ce0b-4a3e-963a-7e7013a979e0", "displayName": "fabcli000002", + string: '{"id": "a35fac2b-91dc-4dd2-bdd3-6a5c6ae390bb", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' headers: Access-Control-Expose-Headers: @@ -395,13 +395,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:08:42 GMT + - Fri, 06 Feb 2026 08:10:27 GMT Location: - - https://api.fabric.microsoft.com/v1/workspaces/9303308c-ce0b-4a3e-963a-7e7013a979e0 + - https://api.fabric.microsoft.com/v1/workspaces/a35fac2b-91dc-4dd2-bdd3-6a5c6ae390bb Pragma: - no-cache RequestId: - - cb14b14f-3a4a-4aa5-9b10-a1532402e23c + - fe52ef0b-73b8-41c0-8038-4657e4ccf282 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -427,18 +427,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.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": "71a636be-95f1-48c1-8be9-bae9a9ba2353", + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "bb4af7d3-b476-4e1d-a003-126f75ceb073", "displayName": "fabcli000001", + {"id": "bccf3171-5cbc-49a2-9686-70c37f7ad943", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "9303308c-ce0b-4a3e-963a-7e7013a979e0", "displayName": "fabcli000002", + {"id": "a35fac2b-91dc-4dd2-bdd3-6a5c6ae390bb", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -448,15 +448,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '927' + - '2880' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:08:43 GMT + - Fri, 06 Feb 2026 08:10:28 GMT Pragma: - no-cache RequestId: - - 2b0b4a39-a29b-426a-bf49-023032c572b3 + - 3d577320-6e11-43e4-a8bd-eacf8e57a0d0 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -482,9 +482,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/bb4af7d3-b476-4e1d-a003-126f75ceb073/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/bccf3171-5cbc-49a2-9686-70c37f7ad943/folders?recursive=True response: body: string: '{"value": []}' @@ -500,11 +500,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:08:43 GMT + - Fri, 06 Feb 2026 08:10:28 GMT Pragma: - no-cache RequestId: - - 64408195-d094-4f9d-9d63-42aad241f8ee + - 6516978d-37e8-48ed-9104-3fea2ba0cc5b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -530,9 +530,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/bb4af7d3-b476-4e1d-a003-126f75ceb073/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/bccf3171-5cbc-49a2-9686-70c37f7ad943/folders?recursive=True response: body: string: '{"value": []}' @@ -548,11 +548,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:08:44 GMT + - Fri, 06 Feb 2026 08:10:29 GMT Pragma: - no-cache RequestId: - - 6401334b-fd90-408d-b664-9a4eceb8790b + - 41c73f82-051e-44c0-88d0-c62c7d5a1dc0 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -580,13 +580,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/bb4af7d3-b476-4e1d-a003-126f75ceb073/folders + uri: https://api.fabric.microsoft.com/v1/workspaces/bccf3171-5cbc-49a2-9686-70c37f7ad943/folders response: body: - string: '{"id": "ba083d3b-cfa6-41d2-88a7-097cea0436a9", "displayName": "fabcli000003", - "workspaceId": "bb4af7d3-b476-4e1d-a003-126f75ceb073"}' + string: '{"id": "30f875b4-90d5-4616-ace6-587508a6ee5e", "displayName": "fabcli000003", + "workspaceId": "bccf3171-5cbc-49a2-9686-70c37f7ad943"}' headers: Access-Control-Expose-Headers: - RequestId,Location @@ -595,17 +595,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '133' + - '132' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:08:44 GMT + - Fri, 06 Feb 2026 08:10:30 GMT Location: - - https://api.fabric.microsoft.com/v1/workspaces/bb4af7d3-b476-4e1d-a003-126f75ceb073/folders/ba083d3b-cfa6-41d2-88a7-097cea0436a9 + - https://api.fabric.microsoft.com/v1/workspaces/bccf3171-5cbc-49a2-9686-70c37f7ad943/folders/30f875b4-90d5-4616-ace6-587508a6ee5e Pragma: - no-cache RequestId: - - 71c08726-7ef6-4890-aa28-39bb81ddd48f + - 9b83083a-58d4-4184-892d-32d0fd731b5f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -631,18 +631,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.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": "71a636be-95f1-48c1-8be9-bae9a9ba2353", + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "bb4af7d3-b476-4e1d-a003-126f75ceb073", "displayName": "fabcli000001", + {"id": "bccf3171-5cbc-49a2-9686-70c37f7ad943", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "9303308c-ce0b-4a3e-963a-7e7013a979e0", "displayName": "fabcli000002", + {"id": "a35fac2b-91dc-4dd2-bdd3-6a5c6ae390bb", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -652,15 +652,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '927' + - '2880' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:08:45 GMT + - Fri, 06 Feb 2026 08:10:31 GMT Pragma: - no-cache RequestId: - - 3b68c6ad-df83-4511-a22d-7b033f36e7f0 + - 6278dcae-8f65-46b9-bf67-8cc9a1de1a46 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -686,9 +686,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9303308c-ce0b-4a3e-963a-7e7013a979e0/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/a35fac2b-91dc-4dd2-bdd3-6a5c6ae390bb/folders?recursive=True response: body: string: '{"value": []}' @@ -704,11 +704,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:08:45 GMT + - Fri, 06 Feb 2026 08:10:32 GMT Pragma: - no-cache RequestId: - - 364e1a89-5545-4f25-8852-ea266f9b000b + - 2e77c53b-9a37-479d-9b74-72803106ef6e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -734,9 +734,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9303308c-ce0b-4a3e-963a-7e7013a979e0/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/a35fac2b-91dc-4dd2-bdd3-6a5c6ae390bb/folders?recursive=True response: body: string: '{"value": []}' @@ -752,11 +752,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:08:46 GMT + - Fri, 06 Feb 2026 08:10:32 GMT Pragma: - no-cache RequestId: - - 83df924a-96b2-414d-8dfc-ee2e2b18fffc + - 3016b896-141a-42e5-80bb-341162760601 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -784,13 +784,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/9303308c-ce0b-4a3e-963a-7e7013a979e0/folders + uri: https://api.fabric.microsoft.com/v1/workspaces/a35fac2b-91dc-4dd2-bdd3-6a5c6ae390bb/folders response: body: - string: '{"id": "89e54d93-a6ae-4d8a-b4ff-0ced59f03a89", "displayName": "fabcli000004", - "workspaceId": "9303308c-ce0b-4a3e-963a-7e7013a979e0"}' + string: '{"id": "3de4c823-bd95-4344-8b80-730d299687e6", "displayName": "fabcli000004", + "workspaceId": "a35fac2b-91dc-4dd2-bdd3-6a5c6ae390bb"}' headers: Access-Control-Expose-Headers: - RequestId,Location @@ -803,13 +803,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:08:46 GMT + - Fri, 06 Feb 2026 08:10:33 GMT Location: - - https://api.fabric.microsoft.com/v1/workspaces/9303308c-ce0b-4a3e-963a-7e7013a979e0/folders/89e54d93-a6ae-4d8a-b4ff-0ced59f03a89 + - https://api.fabric.microsoft.com/v1/workspaces/a35fac2b-91dc-4dd2-bdd3-6a5c6ae390bb/folders/3de4c823-bd95-4344-8b80-730d299687e6 Pragma: - no-cache RequestId: - - 2c444e47-951d-4d44-abbc-198de1ae2546 + - 7ec19272-565a-413a-8c8d-1f7cc20a9782 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -835,18 +835,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.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": "71a636be-95f1-48c1-8be9-bae9a9ba2353", + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "bb4af7d3-b476-4e1d-a003-126f75ceb073", "displayName": "fabcli000001", + {"id": "bccf3171-5cbc-49a2-9686-70c37f7ad943", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "9303308c-ce0b-4a3e-963a-7e7013a979e0", "displayName": "fabcli000002", + {"id": "a35fac2b-91dc-4dd2-bdd3-6a5c6ae390bb", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -856,15 +856,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '927' + - '2880' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:08:46 GMT + - Fri, 06 Feb 2026 08:10:34 GMT Pragma: - no-cache RequestId: - - bc4e7b18-2fd0-4ba0-9fbc-dd36c82a8016 + - d1bf7bc5-2f39-43cb-b526-7db16253cc2f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -890,9 +890,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/bb4af7d3-b476-4e1d-a003-126f75ceb073/items + uri: https://api.fabric.microsoft.com/v1/workspaces/bccf3171-5cbc-49a2-9686-70c37f7ad943/items response: body: string: '{"value": []}' @@ -908,11 +908,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:08:47 GMT + - Fri, 06 Feb 2026 08:10:35 GMT Pragma: - no-cache RequestId: - - c22c1c41-91bd-472f-ab2f-99d466b74552 + - 8b34be73-e2d2-4226-98f4-bf30809b6ce3 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -938,9 +938,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/bb4af7d3-b476-4e1d-a003-126f75ceb073/items + uri: https://api.fabric.microsoft.com/v1/workspaces/bccf3171-5cbc-49a2-9686-70c37f7ad943/items response: body: string: '{"value": []}' @@ -956,11 +956,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:08:48 GMT + - Fri, 06 Feb 2026 08:10:35 GMT Pragma: - no-cache RequestId: - - d8ddd849-7057-4f89-bf32-833cdaa64571 + - c5d785f1-5faa-4570-be11-486fe5a4e027 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -991,9 +991,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/bb4af7d3-b476-4e1d-a003-126f75ceb073/notebooks + uri: https://api.fabric.microsoft.com/v1/workspaces/bccf3171-5cbc-49a2-9686-70c37f7ad943/notebooks response: body: string: 'null' @@ -1009,15 +1009,15 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:08:49 GMT + - Fri, 06 Feb 2026 08:10:38 GMT ETag: - '""' Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/668ea99b-03ac-4ec7-81f1-263cd0e14288 + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/df2b883c-3455-438c-8361-26cbb5c9a23b Pragma: - no-cache RequestId: - - d5c822a1-e598-45de-8b9c-d58fd91522e8 + - a86ffaf7-3dbe-43eb-a5ce-0c210cc6073d Retry-After: - '20' Strict-Transport-Security: @@ -1031,7 +1031,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - 668ea99b-03ac-4ec7-81f1-263cd0e14288 + - df2b883c-3455-438c-8361-26cbb5c9a23b status: code: 202 message: Accepted @@ -1047,13 +1047,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/668ea99b-03ac-4ec7-81f1-263cd0e14288 + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/df2b883c-3455-438c-8361-26cbb5c9a23b response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2025-09-29T17:08:49.536056", - "lastUpdatedTimeUtc": "2025-09-29T17:08:51.2549242", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-06T08:10:37.5963365", + "lastUpdatedTimeUtc": "2026-02-06T08:10:39.2057509", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -1063,17 +1063,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '131' + - '130' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:09:10 GMT + - Fri, 06 Feb 2026 08:10:59 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/668ea99b-03ac-4ec7-81f1-263cd0e14288/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/df2b883c-3455-438c-8361-26cbb5c9a23b/result Pragma: - no-cache RequestId: - - 6e83d668-ff72-435d-aa19-5accedf81b07 + - 5a0a8479-4291-4483-985d-6d1990b4b32d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1081,7 +1081,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - 668ea99b-03ac-4ec7-81f1-263cd0e14288 + - df2b883c-3455-438c-8361-26cbb5c9a23b status: code: 200 message: OK @@ -1097,14 +1097,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/668ea99b-03ac-4ec7-81f1-263cd0e14288/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/df2b883c-3455-438c-8361-26cbb5c9a23b/result response: body: - string: '{"id": "c2d945f9-d754-4a66-a38a-80080b2ae8b2", "type": "Notebook", + string: '{"id": "90581caf-4d27-4ee8-bed7-d9bc0bc9e41c", "type": "Notebook", "displayName": "fabcli000005", "description": "Created by fab", "workspaceId": - "bb4af7d3-b476-4e1d-a003-126f75ceb073"}' + "bccf3171-5cbc-49a2-9686-70c37f7ad943"}' headers: Access-Control-Expose-Headers: - RequestId @@ -1115,11 +1115,11 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 Sep 2025 17:09:11 GMT + - Fri, 06 Feb 2026 08:11:00 GMT Pragma: - no-cache RequestId: - - c99d830c-2496-4428-93ac-dc168b4811ad + - 1db49416-21a4-4f04-8260-d079e9c49819 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -1143,18 +1143,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.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": "71a636be-95f1-48c1-8be9-bae9a9ba2353", + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "bb4af7d3-b476-4e1d-a003-126f75ceb073", "displayName": "fabcli000001", + {"id": "bccf3171-5cbc-49a2-9686-70c37f7ad943", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "9303308c-ce0b-4a3e-963a-7e7013a979e0", "displayName": "fabcli000002", + {"id": "a35fac2b-91dc-4dd2-bdd3-6a5c6ae390bb", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -1164,15 +1164,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '927' + - '2880' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:09:11 GMT + - Fri, 06 Feb 2026 08:11:01 GMT Pragma: - no-cache RequestId: - - 31f6bceb-3309-4878-9513-7ed7de85af88 + - d0379b0e-ec93-437d-bfc8-2df70469afa7 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1198,13 +1198,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9303308c-ce0b-4a3e-963a-7e7013a979e0/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/a35fac2b-91dc-4dd2-bdd3-6a5c6ae390bb/folders?recursive=True response: body: - string: '{"value": [{"id": "89e54d93-a6ae-4d8a-b4ff-0ced59f03a89", "displayName": - "fabcli000004", "workspaceId": "9303308c-ce0b-4a3e-963a-7e7013a979e0"}]}' + string: '{"value": [{"id": "3de4c823-bd95-4344-8b80-730d299687e6", "displayName": + "fabcli000004", "workspaceId": "a35fac2b-91dc-4dd2-bdd3-6a5c6ae390bb"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1217,11 +1217,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:09:12 GMT + - Fri, 06 Feb 2026 08:11:02 GMT Pragma: - no-cache RequestId: - - e4a173d6-7dc9-4ddc-b096-7d9473ff887d + - 5626f5a0-7bf4-47da-b69c-a460d8dc6a47 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1247,9 +1247,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9303308c-ce0b-4a3e-963a-7e7013a979e0/items + uri: https://api.fabric.microsoft.com/v1/workspaces/a35fac2b-91dc-4dd2-bdd3-6a5c6ae390bb/items response: body: string: '{"value": []}' @@ -1265,11 +1265,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:09:13 GMT + - Fri, 06 Feb 2026 08:11:03 GMT Pragma: - no-cache RequestId: - - 8be233bc-93f3-4b7a-896e-ff7ae5af1f33 + - 61bbca38-444f-486d-9ae7-f8452c0ff8e3 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1295,9 +1295,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9303308c-ce0b-4a3e-963a-7e7013a979e0/items + uri: https://api.fabric.microsoft.com/v1/workspaces/a35fac2b-91dc-4dd2-bdd3-6a5c6ae390bb/items response: body: string: '{"value": []}' @@ -1313,11 +1313,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:09:13 GMT + - Fri, 06 Feb 2026 08:11:03 GMT Pragma: - no-cache RequestId: - - 74a6d760-c05d-4831-9c39-482b0fbae50e + - e149a08f-cf95-42e4-bcb0-6e8159ca4ae9 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1333,7 +1333,7 @@ interactions: message: OK - request: body: '{"description": "Created by fab", "displayName": "fabcli000005", "type": - "Notebook", "folderId": "89e54d93-a6ae-4d8a-b4ff-0ced59f03a89", "definition": + "Notebook", "folderId": "3de4c823-bd95-4344-8b80-730d299687e6", "definition": {"parts": [{"path": "notebook-content.py", "payload": "IyBGYWJyaWMgbm90ZWJvb2sgc291cmNlCgojIE1FVEFEQVRBICoqKioqKioqKioqKioqKioqKioqCgojIE1FVEEgewojIE1FVEEgICAia2VybmVsX2luZm8iOiB7CiMgTUVUQSAgICAgIm5hbWUiOiAic3luYXBzZV9weXNwYXJrIgojIE1FVEEgICB9LAojIE1FVEEgICAiZGVwZW5kZW5jaWVzIjoge30KIyBNRVRBIH0KCiMgQ0VMTCAqKioqKioqKioqKioqKioqKioqKgoKIyBXZWxjb21lIHRvIHlvdXIgbmV3IG5vdGVib29rCiMgVHlwZSBoZXJlIGluIHRoZSBjZWxsIGVkaXRvciB0byBhZGQgY29kZSEKCgojIE1FVEFEQVRBICoqKioqKioqKioqKioqKioqKioqCgojIE1FVEEgewojIE1FVEEgICAibGFuZ3VhZ2UiOiAicHl0aG9uIiwKIyBNRVRBICAgImxhbmd1YWdlX2dyb3VwIjogInN5bmFwc2VfcHlzcGFyayIKIyBNRVRBIH0K", "payloadType": "InlineBase64"}]}}' headers: @@ -1348,9 +1348,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/9303308c-ce0b-4a3e-963a-7e7013a979e0/notebooks + uri: https://api.fabric.microsoft.com/v1/workspaces/a35fac2b-91dc-4dd2-bdd3-6a5c6ae390bb/notebooks response: body: string: 'null' @@ -1366,15 +1366,15 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:09:14 GMT + - Fri, 06 Feb 2026 08:11:06 GMT ETag: - '""' Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/ec0f86ed-2b2f-424e-b341-d0ff41cfa175 + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/22b1d809-74aa-4251-9985-c871476eded7 Pragma: - no-cache RequestId: - - 7bf1e675-7685-40eb-8af5-a5d865a29cfc + - fd44f83e-427e-45de-a740-209c54ad0a97 Retry-After: - '20' Strict-Transport-Security: @@ -1388,7 +1388,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - ec0f86ed-2b2f-424e-b341-d0ff41cfa175 + - 22b1d809-74aa-4251-9985-c871476eded7 status: code: 202 message: Accepted @@ -1404,13 +1404,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/ec0f86ed-2b2f-424e-b341-d0ff41cfa175 + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/22b1d809-74aa-4251-9985-c871476eded7 response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2025-09-29T17:09:14.899296", - "lastUpdatedTimeUtc": "2025-09-29T17:09:16.2431409", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-06T08:11:05.3846322", + "lastUpdatedTimeUtc": "2026-02-06T08:11:06.9948043", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -1424,13 +1424,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:09:35 GMT + - Fri, 06 Feb 2026 08:11:27 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/ec0f86ed-2b2f-424e-b341-d0ff41cfa175/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/22b1d809-74aa-4251-9985-c871476eded7/result Pragma: - no-cache RequestId: - - 3947b139-9a35-4557-a35a-83e6b6eb5861 + - f6a69940-294e-4ee5-9c2d-73b973c377dd Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1438,7 +1438,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - ec0f86ed-2b2f-424e-b341-d0ff41cfa175 + - 22b1d809-74aa-4251-9985-c871476eded7 status: code: 200 message: OK @@ -1454,14 +1454,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/ec0f86ed-2b2f-424e-b341-d0ff41cfa175/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/22b1d809-74aa-4251-9985-c871476eded7/result response: body: - string: '{"id": "cca59324-5944-436a-a666-55868c529978", "type": "Notebook", + string: '{"id": "f5f9567f-dab5-48ac-b7b3-4d23e55469ac", "type": "Notebook", "displayName": "fabcli000005", "description": "Created by fab", "workspaceId": - "9303308c-ce0b-4a3e-963a-7e7013a979e0", "folderId": "89e54d93-a6ae-4d8a-b4ff-0ced59f03a89"}' + "a35fac2b-91dc-4dd2-bdd3-6a5c6ae390bb", "folderId": "3de4c823-bd95-4344-8b80-730d299687e6"}' headers: Access-Control-Expose-Headers: - RequestId @@ -1472,11 +1472,11 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 Sep 2025 17:09:36 GMT + - Fri, 06 Feb 2026 08:11:28 GMT Pragma: - no-cache RequestId: - - 7a1b4e70-845a-4f57-b564-d6cd85ccdeff + - fd41c2c8-5ea0-4500-99dd-c42f7757e7e5 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -1500,18 +1500,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.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": "71a636be-95f1-48c1-8be9-bae9a9ba2353", + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "bb4af7d3-b476-4e1d-a003-126f75ceb073", "displayName": "fabcli000001", + {"id": "bccf3171-5cbc-49a2-9686-70c37f7ad943", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "9303308c-ce0b-4a3e-963a-7e7013a979e0", "displayName": "fabcli000002", + {"id": "a35fac2b-91dc-4dd2-bdd3-6a5c6ae390bb", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -1521,15 +1521,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '927' + - '2880' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:09:37 GMT + - Fri, 06 Feb 2026 08:11:29 GMT Pragma: - no-cache RequestId: - - f86a96c8-853b-4c2a-93db-64c187ea5513 + - 34ac06d3-9df6-4970-a718-7f0691a73623 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1555,14 +1555,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/bb4af7d3-b476-4e1d-a003-126f75ceb073/items + uri: https://api.fabric.microsoft.com/v1/workspaces/bccf3171-5cbc-49a2-9686-70c37f7ad943/items response: body: - string: '{"value": [{"id": "c2d945f9-d754-4a66-a38a-80080b2ae8b2", "type": "Notebook", + string: '{"value": [{"id": "90581caf-4d27-4ee8-bed7-d9bc0bc9e41c", "type": "Notebook", "displayName": "fabcli000005", "description": "Created by fab", "workspaceId": - "bb4af7d3-b476-4e1d-a003-126f75ceb073"}]}' + "bccf3171-5cbc-49a2-9686-70c37f7ad943"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1571,15 +1571,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '178' + - '177' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:09:38 GMT + - Fri, 06 Feb 2026 08:11:29 GMT Pragma: - no-cache RequestId: - - f4f0a590-4d4c-488d-8d40-56e47de03a94 + - eee8f83f-6fa4-42d7-85da-42d8fa1ea9eb Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1605,18 +1605,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.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": "71a636be-95f1-48c1-8be9-bae9a9ba2353", + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "bb4af7d3-b476-4e1d-a003-126f75ceb073", "displayName": "fabcli000001", + {"id": "bccf3171-5cbc-49a2-9686-70c37f7ad943", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "9303308c-ce0b-4a3e-963a-7e7013a979e0", "displayName": "fabcli000002", + {"id": "a35fac2b-91dc-4dd2-bdd3-6a5c6ae390bb", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -1626,15 +1626,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '927' + - '2880' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:09:39 GMT + - Fri, 06 Feb 2026 08:11:31 GMT Pragma: - no-cache RequestId: - - 742e539e-5504-495f-ab1b-4485c1a781a0 + - 5731627b-3d74-4e7d-944e-187cec8af0c2 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1660,14 +1660,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9303308c-ce0b-4a3e-963a-7e7013a979e0/items + uri: https://api.fabric.microsoft.com/v1/workspaces/a35fac2b-91dc-4dd2-bdd3-6a5c6ae390bb/items response: body: - string: '{"value": [{"id": "cca59324-5944-436a-a666-55868c529978", "type": "Notebook", + string: '{"value": [{"id": "f5f9567f-dab5-48ac-b7b3-4d23e55469ac", "type": "Notebook", "displayName": "fabcli000005", "description": "Created by fab", "workspaceId": - "9303308c-ce0b-4a3e-963a-7e7013a979e0", "folderId": "89e54d93-a6ae-4d8a-b4ff-0ced59f03a89"}]}' + "a35fac2b-91dc-4dd2-bdd3-6a5c6ae390bb", "folderId": "3de4c823-bd95-4344-8b80-730d299687e6"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1676,15 +1676,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '209' + - '207' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:09:40 GMT + - Fri, 06 Feb 2026 08:11:32 GMT Pragma: - no-cache RequestId: - - a7d14217-056a-429e-a532-e2218bed8837 + - 6265ae77-6934-41cf-8c30-22c4fec96b16 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1710,13 +1710,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9303308c-ce0b-4a3e-963a-7e7013a979e0/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/a35fac2b-91dc-4dd2-bdd3-6a5c6ae390bb/folders?recursive=True response: body: - string: '{"value": [{"id": "89e54d93-a6ae-4d8a-b4ff-0ced59f03a89", "displayName": - "fabcli000004", "workspaceId": "9303308c-ce0b-4a3e-963a-7e7013a979e0"}]}' + string: '{"value": [{"id": "3de4c823-bd95-4344-8b80-730d299687e6", "displayName": + "fabcli000004", "workspaceId": "a35fac2b-91dc-4dd2-bdd3-6a5c6ae390bb"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1729,11 +1729,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:09:41 GMT + - Fri, 06 Feb 2026 08:11:32 GMT Pragma: - no-cache RequestId: - - cac7e641-7c60-4001-ab76-41766b3a4116 + - c05cc47a-e502-4c70-8f0e-1505fa110f4e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1759,14 +1759,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9303308c-ce0b-4a3e-963a-7e7013a979e0/items + uri: https://api.fabric.microsoft.com/v1/workspaces/a35fac2b-91dc-4dd2-bdd3-6a5c6ae390bb/items response: body: - string: '{"value": [{"id": "cca59324-5944-436a-a666-55868c529978", "type": "Notebook", + string: '{"value": [{"id": "f5f9567f-dab5-48ac-b7b3-4d23e55469ac", "type": "Notebook", "displayName": "fabcli000005", "description": "Created by fab", "workspaceId": - "9303308c-ce0b-4a3e-963a-7e7013a979e0", "folderId": "89e54d93-a6ae-4d8a-b4ff-0ced59f03a89"}]}' + "a35fac2b-91dc-4dd2-bdd3-6a5c6ae390bb", "folderId": "3de4c823-bd95-4344-8b80-730d299687e6"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1775,15 +1775,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '209' + - '207' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:09:41 GMT + - Fri, 06 Feb 2026 08:11:33 GMT Pragma: - no-cache RequestId: - - 30ac057a-e188-4a75-ba90-7a3ba0d2f526 + - bda79e4c-6d29-41ce-aaa6-4506c03e1fc9 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1809,13 +1809,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9303308c-ce0b-4a3e-963a-7e7013a979e0/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/a35fac2b-91dc-4dd2-bdd3-6a5c6ae390bb/folders?recursive=True response: body: - string: '{"value": [{"id": "89e54d93-a6ae-4d8a-b4ff-0ced59f03a89", "displayName": - "fabcli000004", "workspaceId": "9303308c-ce0b-4a3e-963a-7e7013a979e0"}]}' + string: '{"value": [{"id": "3de4c823-bd95-4344-8b80-730d299687e6", "displayName": + "fabcli000004", "workspaceId": "a35fac2b-91dc-4dd2-bdd3-6a5c6ae390bb"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1828,11 +1828,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:09:42 GMT + - Fri, 06 Feb 2026 08:11:34 GMT Pragma: - no-cache RequestId: - - 92bebf7f-eae8-4d92-8a3f-e5a783da4ae4 + - 15b3ca0e-f505-4e96-b6f1-0468098c1bd3 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1858,14 +1858,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/bb4af7d3-b476-4e1d-a003-126f75ceb073/items/c2d945f9-d754-4a66-a38a-80080b2ae8b2 + uri: https://api.fabric.microsoft.com/v1/workspaces/bccf3171-5cbc-49a2-9686-70c37f7ad943/items/90581caf-4d27-4ee8-bed7-d9bc0bc9e41c response: body: - string: '{"id": "c2d945f9-d754-4a66-a38a-80080b2ae8b2", "type": "Notebook", + string: '{"id": "90581caf-4d27-4ee8-bed7-d9bc0bc9e41c", "type": "Notebook", "displayName": "fabcli000005", "description": "Created by fab", "workspaceId": - "bb4af7d3-b476-4e1d-a003-126f75ceb073"}' + "bccf3171-5cbc-49a2-9686-70c37f7ad943"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -1874,17 +1874,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '166' + - '165' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:09:42 GMT + - Fri, 06 Feb 2026 08:11:34 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 3b63c994-0945-4e96-a204-732121dbff6f + - 887d8680-9a68-4fa8-85e6-1f20a9ecfea3 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1912,9 +1912,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/bb4af7d3-b476-4e1d-a003-126f75ceb073/items/c2d945f9-d754-4a66-a38a-80080b2ae8b2/getDefinition + uri: https://api.fabric.microsoft.com/v1/workspaces/bccf3171-5cbc-49a2-9686-70c37f7ad943/items/90581caf-4d27-4ee8-bed7-d9bc0bc9e41c/getDefinition response: body: string: 'null' @@ -1930,13 +1930,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:09:42 GMT + - Fri, 06 Feb 2026 08:11:35 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/9baa7cd9-8cb6-4752-b1fa-2a658bc3f6f8 + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/1e9b8d3b-2c37-44da-b3e9-93c7da487503 Pragma: - no-cache RequestId: - - b7d7d3c4-3378-47f4-8d3d-e39f2792e0c2 + - b3a65789-85b6-424f-87bf-f33b6ffb260f Retry-After: - '20' Strict-Transport-Security: @@ -1950,7 +1950,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - 9baa7cd9-8cb6-4752-b1fa-2a658bc3f6f8 + - 1e9b8d3b-2c37-44da-b3e9-93c7da487503 status: code: 202 message: Accepted @@ -1966,13 +1966,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/9baa7cd9-8cb6-4752-b1fa-2a658bc3f6f8 + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/1e9b8d3b-2c37-44da-b3e9-93c7da487503 response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2025-09-29T17:09:43.5320912", - "lastUpdatedTimeUtc": "2025-09-29T17:09:43.8919784", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-06T08:11:35.800617", + "lastUpdatedTimeUtc": "2026-02-06T08:11:36.1756195", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -1986,13 +1986,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:10:04 GMT + - Fri, 06 Feb 2026 08:11:56 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/9baa7cd9-8cb6-4752-b1fa-2a658bc3f6f8/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/1e9b8d3b-2c37-44da-b3e9-93c7da487503/result Pragma: - no-cache RequestId: - - b91a0f97-d13b-42f7-ac16-cd447307e4ce + - 0fb13184-c3ad-48a2-b49a-fb6444a3ce1a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2000,7 +2000,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - 9baa7cd9-8cb6-4752-b1fa-2a658bc3f6f8 + - 1e9b8d3b-2c37-44da-b3e9-93c7da487503 status: code: 200 message: OK @@ -2016,9 +2016,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/9baa7cd9-8cb6-4752-b1fa-2a658bc3f6f8/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/1e9b8d3b-2c37-44da-b3e9-93c7da487503/result response: body: string: '{"definition": {"parts": [{"path": "notebook-content.py", "payload": @@ -2035,11 +2035,11 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 Sep 2025 17:10:04 GMT + - Fri, 06 Feb 2026 08:11:57 GMT Pragma: - no-cache RequestId: - - 5a763d0f-3263-4a48-9998-a132c05cfb67 + - 06c7d5d9-5e94-465f-9c83-37c3a98c3b45 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -2068,9 +2068,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/9303308c-ce0b-4a3e-963a-7e7013a979e0/items/cca59324-5944-436a-a666-55868c529978/updateDefinition + uri: https://api.fabric.microsoft.com/v1/workspaces/a35fac2b-91dc-4dd2-bdd3-6a5c6ae390bb/items/f5f9567f-dab5-48ac-b7b3-4d23e55469ac/updateDefinition response: body: string: 'null' @@ -2086,13 +2086,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:10:05 GMT + - Fri, 06 Feb 2026 08:11:59 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b36ae391-4877-4496-b1be-1771689c3d85 + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/55a7a0de-bc76-4e80-a259-061d4d88f4c6 Pragma: - no-cache RequestId: - - b3a53d89-20f4-42e3-a047-3826716fc578 + - dce29f5c-9812-42c5-985d-6c31f4a7409a Retry-After: - '20' Strict-Transport-Security: @@ -2106,7 +2106,7 @@ interactions: request-redirected: - 'true' x-ms-operation-id: - - b36ae391-4877-4496-b1be-1771689c3d85 + - 55a7a0de-bc76-4e80-a259-061d4d88f4c6 status: code: 202 message: Accepted @@ -2122,13 +2122,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b36ae391-4877-4496-b1be-1771689c3d85 + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/55a7a0de-bc76-4e80-a259-061d4d88f4c6 response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2025-09-29T17:10:06.3329452", - "lastUpdatedTimeUtc": "2025-09-29T17:10:06.4735852", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-06T08:11:59.8068946", + "lastUpdatedTimeUtc": "2026-02-06T08:12:00.0888426", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -2138,17 +2138,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '130' + - '132' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:10:27 GMT + - Fri, 06 Feb 2026 08:12:21 GMT Location: - - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b36ae391-4877-4496-b1be-1771689c3d85/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/55a7a0de-bc76-4e80-a259-061d4d88f4c6/result Pragma: - no-cache RequestId: - - b9747792-472e-4f96-acd1-85289bb41940 + - 7f498a8b-5e11-4ce7-84e2-98de92ad21db Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2156,7 +2156,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - b36ae391-4877-4496-b1be-1771689c3d85 + - 55a7a0de-bc76-4e80-a259-061d4d88f4c6 status: code: 200 message: OK @@ -2172,14 +2172,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b36ae391-4877-4496-b1be-1771689c3d85/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/55a7a0de-bc76-4e80-a259-061d4d88f4c6/result response: body: - string: '{"id": "cca59324-5944-436a-a666-55868c529978", "type": "Notebook", + string: '{"id": "f5f9567f-dab5-48ac-b7b3-4d23e55469ac", "type": "Notebook", "displayName": "fabcli000005", "description": "Created by fab", "workspaceId": - "9303308c-ce0b-4a3e-963a-7e7013a979e0", "folderId": "89e54d93-a6ae-4d8a-b4ff-0ced59f03a89"}' + "a35fac2b-91dc-4dd2-bdd3-6a5c6ae390bb", "folderId": "3de4c823-bd95-4344-8b80-730d299687e6"}' headers: Access-Control-Expose-Headers: - RequestId @@ -2190,11 +2190,11 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 Sep 2025 17:10:27 GMT + - Fri, 06 Feb 2026 08:12:21 GMT Pragma: - no-cache RequestId: - - 425f6d30-d2a8-4bac-bc86-e125c88cf322 + - 3976a845-ec9e-470d-867c-d07a371dc4fd Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -2218,18 +2218,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.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": "71a636be-95f1-48c1-8be9-bae9a9ba2353", + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "bb4af7d3-b476-4e1d-a003-126f75ceb073", "displayName": "fabcli000001", + {"id": "bccf3171-5cbc-49a2-9686-70c37f7ad943", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "9303308c-ce0b-4a3e-963a-7e7013a979e0", "displayName": "fabcli000002", + {"id": "a35fac2b-91dc-4dd2-bdd3-6a5c6ae390bb", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -2239,15 +2239,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '927' + - '2880' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:10:28 GMT + - Fri, 06 Feb 2026 08:12:23 GMT Pragma: - no-cache RequestId: - - c1f1fb33-ca60-4517-963b-0fe3ff7cc1d7 + - 0d75e4d5-7dde-4115-9dfc-7c195da4b058 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2273,13 +2273,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9303308c-ce0b-4a3e-963a-7e7013a979e0/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/a35fac2b-91dc-4dd2-bdd3-6a5c6ae390bb/folders?recursive=True response: body: - string: '{"value": [{"id": "89e54d93-a6ae-4d8a-b4ff-0ced59f03a89", "displayName": - "fabcli000004", "workspaceId": "9303308c-ce0b-4a3e-963a-7e7013a979e0"}]}' + string: '{"value": [{"id": "3de4c823-bd95-4344-8b80-730d299687e6", "displayName": + "fabcli000004", "workspaceId": "a35fac2b-91dc-4dd2-bdd3-6a5c6ae390bb"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2292,11 +2292,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:10:29 GMT + - Fri, 06 Feb 2026 08:12:23 GMT Pragma: - no-cache RequestId: - - fce01370-5f42-4f61-9f3a-84a1404cda38 + - 059b7d6e-128f-47aa-ab9c-8656cb3e19b4 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2322,14 +2322,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9303308c-ce0b-4a3e-963a-7e7013a979e0/items + uri: https://api.fabric.microsoft.com/v1/workspaces/a35fac2b-91dc-4dd2-bdd3-6a5c6ae390bb/items response: body: - string: '{"value": [{"id": "cca59324-5944-436a-a666-55868c529978", "type": "Notebook", + string: '{"value": [{"id": "f5f9567f-dab5-48ac-b7b3-4d23e55469ac", "type": "Notebook", "displayName": "fabcli000005", "description": "Created by fab", "workspaceId": - "9303308c-ce0b-4a3e-963a-7e7013a979e0", "folderId": "89e54d93-a6ae-4d8a-b4ff-0ced59f03a89"}]}' + "a35fac2b-91dc-4dd2-bdd3-6a5c6ae390bb", "folderId": "3de4c823-bd95-4344-8b80-730d299687e6"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2338,15 +2338,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '209' + - '207' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:10:29 GMT + - Fri, 06 Feb 2026 08:12:25 GMT Pragma: - no-cache RequestId: - - a63a03c0-be3c-4f8b-a3a2-b7f416f3e288 + - e1afe1af-22d1-4583-acd2-4fefcec03505 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2372,13 +2372,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9303308c-ce0b-4a3e-963a-7e7013a979e0/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/a35fac2b-91dc-4dd2-bdd3-6a5c6ae390bb/folders?recursive=True response: body: - string: '{"value": [{"id": "89e54d93-a6ae-4d8a-b4ff-0ced59f03a89", "displayName": - "fabcli000004", "workspaceId": "9303308c-ce0b-4a3e-963a-7e7013a979e0"}]}' + string: '{"value": [{"id": "3de4c823-bd95-4344-8b80-730d299687e6", "displayName": + "fabcli000004", "workspaceId": "a35fac2b-91dc-4dd2-bdd3-6a5c6ae390bb"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2391,11 +2391,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:10:30 GMT + - Fri, 06 Feb 2026 08:12:25 GMT Pragma: - no-cache RequestId: - - 271b4597-e19f-4592-8ca1-281ae64509cf + - 7dca6909-5f4b-4947-a149-3a943e3f7022 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2423,9 +2423,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/9303308c-ce0b-4a3e-963a-7e7013a979e0/items/cca59324-5944-436a-a666-55868c529978 + uri: https://api.fabric.microsoft.com/v1/workspaces/a35fac2b-91dc-4dd2-bdd3-6a5c6ae390bb/items/f5f9567f-dab5-48ac-b7b3-4d23e55469ac response: body: string: '' @@ -2441,11 +2441,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 29 Sep 2025 17:10:31 GMT + - Fri, 06 Feb 2026 08:12:26 GMT Pragma: - no-cache RequestId: - - 5bbb36d8-ecbe-4249-8281-e737d0abe515 + - 1659cca0-a250-417b-8069-7b74cf243e5b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2471,18 +2471,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.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": "71a636be-95f1-48c1-8be9-bae9a9ba2353", + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "bb4af7d3-b476-4e1d-a003-126f75ceb073", "displayName": "fabcli000001", + {"id": "bccf3171-5cbc-49a2-9686-70c37f7ad943", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "9303308c-ce0b-4a3e-963a-7e7013a979e0", "displayName": "fabcli000002", + {"id": "a35fac2b-91dc-4dd2-bdd3-6a5c6ae390bb", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -2492,15 +2492,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '927' + - '2880' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:10:32 GMT + - Fri, 06 Feb 2026 08:12:27 GMT Pragma: - no-cache RequestId: - - 2b82758e-e9da-46de-b70b-198d3f1c42bd + - af0f2f37-88db-4fc7-acf7-f2e6d1983937 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2526,14 +2526,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/bb4af7d3-b476-4e1d-a003-126f75ceb073/items + uri: https://api.fabric.microsoft.com/v1/workspaces/bccf3171-5cbc-49a2-9686-70c37f7ad943/items response: body: - string: '{"value": [{"id": "c2d945f9-d754-4a66-a38a-80080b2ae8b2", "type": "Notebook", + string: '{"value": [{"id": "90581caf-4d27-4ee8-bed7-d9bc0bc9e41c", "type": "Notebook", "displayName": "fabcli000005", "description": "Created by fab", "workspaceId": - "bb4af7d3-b476-4e1d-a003-126f75ceb073"}]}' + "bccf3171-5cbc-49a2-9686-70c37f7ad943"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2542,15 +2542,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '178' + - '177' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:10:32 GMT + - Fri, 06 Feb 2026 08:12:27 GMT Pragma: - no-cache RequestId: - - a6e0a247-682e-4eec-a406-5159e4c48668 + - 3e75d1b0-6fd0-4eaf-bd64-44d403eef9ef Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2578,9 +2578,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/bb4af7d3-b476-4e1d-a003-126f75ceb073/items/c2d945f9-d754-4a66-a38a-80080b2ae8b2 + uri: https://api.fabric.microsoft.com/v1/workspaces/bccf3171-5cbc-49a2-9686-70c37f7ad943/items/90581caf-4d27-4ee8-bed7-d9bc0bc9e41c response: body: string: '' @@ -2596,11 +2596,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 29 Sep 2025 17:10:33 GMT + - Fri, 06 Feb 2026 08:12:29 GMT Pragma: - no-cache RequestId: - - ef37cdd9-9d77-4b19-be55-2132a7e3effc + - ac7d2e0a-bad6-4e8c-9ed9-6db808df06c2 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2626,18 +2626,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.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": "71a636be-95f1-48c1-8be9-bae9a9ba2353", + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "bb4af7d3-b476-4e1d-a003-126f75ceb073", "displayName": "fabcli000001", + {"id": "bccf3171-5cbc-49a2-9686-70c37f7ad943", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "9303308c-ce0b-4a3e-963a-7e7013a979e0", "displayName": "fabcli000002", + {"id": "a35fac2b-91dc-4dd2-bdd3-6a5c6ae390bb", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -2647,15 +2647,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '927' + - '2880' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:10:34 GMT + - Fri, 06 Feb 2026 08:12:29 GMT Pragma: - no-cache RequestId: - - 7010d227-9923-44b8-90c6-2b6556066f95 + - 34a8e149-893e-4d18-aae2-1de6cc6cf64d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2681,13 +2681,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9303308c-ce0b-4a3e-963a-7e7013a979e0/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/a35fac2b-91dc-4dd2-bdd3-6a5c6ae390bb/folders?recursive=True response: body: - string: '{"value": [{"id": "89e54d93-a6ae-4d8a-b4ff-0ced59f03a89", "displayName": - "fabcli000004", "workspaceId": "9303308c-ce0b-4a3e-963a-7e7013a979e0"}]}' + string: '{"value": [{"id": "3de4c823-bd95-4344-8b80-730d299687e6", "displayName": + "fabcli000004", "workspaceId": "a35fac2b-91dc-4dd2-bdd3-6a5c6ae390bb"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2700,11 +2700,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:10:34 GMT + - Fri, 06 Feb 2026 08:12:30 GMT Pragma: - no-cache RequestId: - - 8725210d-dd23-47dc-9209-727e63bf46b6 + - d510283d-c630-4b44-957a-41ed7faeb199 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2732,9 +2732,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/9303308c-ce0b-4a3e-963a-7e7013a979e0/folders/89e54d93-a6ae-4d8a-b4ff-0ced59f03a89 + uri: https://api.fabric.microsoft.com/v1/workspaces/a35fac2b-91dc-4dd2-bdd3-6a5c6ae390bb/folders/3de4c823-bd95-4344-8b80-730d299687e6 response: body: string: '' @@ -2750,11 +2750,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 29 Sep 2025 17:10:36 GMT + - Fri, 06 Feb 2026 08:12:31 GMT Pragma: - no-cache RequestId: - - 9a64e4be-f256-4ee8-9054-87665227fab1 + - 5a0266b4-8d7b-4d1c-b0a3-7af54dbe3f9c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2780,18 +2780,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.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": "71a636be-95f1-48c1-8be9-bae9a9ba2353", + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "bb4af7d3-b476-4e1d-a003-126f75ceb073", "displayName": "fabcli000001", + {"id": "bccf3171-5cbc-49a2-9686-70c37f7ad943", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "9303308c-ce0b-4a3e-963a-7e7013a979e0", "displayName": "fabcli000002", + {"id": "a35fac2b-91dc-4dd2-bdd3-6a5c6ae390bb", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -2801,15 +2801,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '927' + - '2880' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:10:36 GMT + - Fri, 06 Feb 2026 08:12:31 GMT Pragma: - no-cache RequestId: - - 9f80cd0e-1544-4116-af35-c3b8545be8d2 + - 20cee8df-7534-48a2-a8a4-56e1b44620fb Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2835,13 +2835,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/bb4af7d3-b476-4e1d-a003-126f75ceb073/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/bccf3171-5cbc-49a2-9686-70c37f7ad943/folders?recursive=True response: body: - string: '{"value": [{"id": "ba083d3b-cfa6-41d2-88a7-097cea0436a9", "displayName": - "fabcli000003", "workspaceId": "bb4af7d3-b476-4e1d-a003-126f75ceb073"}]}' + string: '{"value": [{"id": "30f875b4-90d5-4616-ace6-587508a6ee5e", "displayName": + "fabcli000003", "workspaceId": "bccf3171-5cbc-49a2-9686-70c37f7ad943"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2850,15 +2850,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '144' + - '143' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:10:37 GMT + - Fri, 06 Feb 2026 08:12:33 GMT Pragma: - no-cache RequestId: - - 9114b015-ef97-4a1e-b800-f024c5f24f05 + - 8f542a02-7d33-448b-9d0a-a6baf45d021a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2886,9 +2886,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/bb4af7d3-b476-4e1d-a003-126f75ceb073/folders/ba083d3b-cfa6-41d2-88a7-097cea0436a9 + uri: https://api.fabric.microsoft.com/v1/workspaces/bccf3171-5cbc-49a2-9686-70c37f7ad943/folders/30f875b4-90d5-4616-ace6-587508a6ee5e response: body: string: '' @@ -2904,11 +2904,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 29 Sep 2025 17:10:37 GMT + - Fri, 06 Feb 2026 08:12:34 GMT Pragma: - no-cache RequestId: - - d0ab8bdb-21c4-4c8f-8163-2d1cd9a815c6 + - 2c5c5d90-e005-4643-9240-c125db8756aa Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2934,18 +2934,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.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": "71a636be-95f1-48c1-8be9-bae9a9ba2353", + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "bb4af7d3-b476-4e1d-a003-126f75ceb073", "displayName": "fabcli000001", + {"id": "bccf3171-5cbc-49a2-9686-70c37f7ad943", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "9303308c-ce0b-4a3e-963a-7e7013a979e0", "displayName": "fabcli000002", + {"id": "a35fac2b-91dc-4dd2-bdd3-6a5c6ae390bb", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -2955,15 +2955,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '927' + - '2880' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:10:38 GMT + - Fri, 06 Feb 2026 08:12:34 GMT Pragma: - no-cache RequestId: - - e062eb47-ca4f-4123-b875-3ca4ba77bdef + - 3b13df5d-78c8-4c64-b46a-45fb335d1d4d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2989,9 +2989,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/bb4af7d3-b476-4e1d-a003-126f75ceb073/items + uri: https://api.fabric.microsoft.com/v1/workspaces/bccf3171-5cbc-49a2-9686-70c37f7ad943/items response: body: string: '{"value": []}' @@ -3007,11 +3007,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:10:38 GMT + - Fri, 06 Feb 2026 08:12:34 GMT Pragma: - no-cache RequestId: - - 64c7fb34-0fe9-424c-8546-33fea4d11716 + - bea3a341-52c7-4728-a21e-4574fe356bf1 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3039,9 +3039,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/bb4af7d3-b476-4e1d-a003-126f75ceb073 + uri: https://api.fabric.microsoft.com/v1/workspaces/bccf3171-5cbc-49a2-9686-70c37f7ad943 response: body: string: '' @@ -3057,11 +3057,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 29 Sep 2025 17:10:39 GMT + - Fri, 06 Feb 2026 08:12:36 GMT Pragma: - no-cache RequestId: - - a9138871-235a-4655-b366-da2de7be38ad + - 107cdbf5-6372-4eb1-beae-7b3fc1ff5111 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3087,16 +3087,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.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": "71a636be-95f1-48c1-8be9-bae9a9ba2353", + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "9303308c-ce0b-4a3e-963a-7e7013a979e0", "displayName": "fabcli000002", + {"id": "a35fac2b-91dc-4dd2-bdd3-6a5c6ae390bb", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -3106,15 +3106,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '890' + - '2841' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:10:39 GMT + - Fri, 06 Feb 2026 08:12:36 GMT Pragma: - no-cache RequestId: - - 0e981247-241e-4459-9152-7cbe50b370d6 + - 61997f27-1fb2-4c1e-a83c-ee0c66614348 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3140,9 +3140,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/9303308c-ce0b-4a3e-963a-7e7013a979e0/items + uri: https://api.fabric.microsoft.com/v1/workspaces/a35fac2b-91dc-4dd2-bdd3-6a5c6ae390bb/items response: body: string: '{"value": []}' @@ -3158,11 +3158,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 29 Sep 2025 17:10:39 GMT + - Fri, 06 Feb 2026 08:12:38 GMT Pragma: - no-cache RequestId: - - 7c13e1cd-a24f-4b30-b57f-123cc6170730 + - fce3594e-931f-4321-93e8-9979e0adcf4e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3190,9 +3190,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/9303308c-ce0b-4a3e-963a-7e7013a979e0 + uri: https://api.fabric.microsoft.com/v1/workspaces/a35fac2b-91dc-4dd2-bdd3-6a5c6ae390bb response: body: string: '' @@ -3208,11 +3208,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 29 Sep 2025 17:10:40 GMT + - Fri, 06 Feb 2026 08:12:38 GMT Pragma: - no-cache RequestId: - - e3b265e7-dff6-42d1-bbd7-c874e8e8db01 + - 94234a9e-07ad-497b-b5e5-6349f54851a4 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: diff --git a/tests/test_commands/recordings/test_commands/test_cp/test_cp_item_to_item_success[CosmosDBDatabase].yaml b/tests/test_commands/recordings/test_commands/test_cp/test_cp_item_to_item_success[CosmosDBDatabase].yaml new file mode 100644 index 00000000..7a0def5c --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_cp/test_cp_item_to_item_success[CosmosDBDatabase].yaml @@ -0,0 +1,2163 @@ +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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "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: + - '2805' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:36:17 GMT + Pragma: + - no-cache + RequestId: + - d43576a7-7491-4cfc-a0a7-7a86b2daac52 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "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: + - '2805' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:36:18 GMT + Pragma: + - no-cache + RequestId: + - e7abf7c3-653d-4d93-96ca-e74a26b61644 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/capacities + response: + body: + string: '{"value": [{"id": "00000000-0000-0000-0000-000000000004", "displayName": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": + "Active"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '424' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:36:23 GMT + Pragma: + - no-cache + RequestId: + - 7d8d0768-0f3a-4939-ba4c-72c5963231fb + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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", "capacityId": + "00000000-0000-0000-0000-000000000004"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '122' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"id": "c906be27-0926-4ebf-a9e0-346d45059210", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '167' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:36:31 GMT + Location: + - https://api.fabric.microsoft.com/v1/workspaces/c906be27-0926-4ebf-a9e0-346d45059210 + Pragma: + - no-cache + RequestId: + - 89b135ee-6746-4dc8-9ada-67b3ae8f3509 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "c906be27-0926-4ebf-a9e0-346d45059210", "displayName": "fabcli000001", + "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: + - '2844' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:36:31 GMT + Pragma: + - no-cache + RequestId: + - db7751f6-2482-417e-99b0-e00965dfdd79 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "c906be27-0926-4ebf-a9e0-346d45059210", "displayName": "fabcli000001", + "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: + - '2844' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:36:32 GMT + Pragma: + - no-cache + RequestId: + - c5f7da5c-a6c6-4216-97a6-30f667779104 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/capacities + response: + body: + string: '{"value": [{"id": "00000000-0000-0000-0000-000000000004", "displayName": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": + "Active"}]}' + 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: + - Fri, 06 Feb 2026 07:36:38 GMT + Pragma: + - no-cache + RequestId: + - 8b4175f3-a3c8-4905-84c5-217651b248b5 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "fabcli000002", "capacityId": + "00000000-0000-0000-0000-000000000004"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '122' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"id": "448844d6-a052-48e4-bb64-867c67fa2cd0", "displayName": "fabcli000002", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '165' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:36:46 GMT + Location: + - https://api.fabric.microsoft.com/v1/workspaces/448844d6-a052-48e4-bb64-867c67fa2cd0 + Pragma: + - no-cache + RequestId: + - d7e1576c-44d2-4818-a9c5-fde5e8e47cb0 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "c906be27-0926-4ebf-a9e0-346d45059210", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "448844d6-a052-48e4-bb64-867c67fa2cd0", "displayName": "fabcli000002", + "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: + - '2879' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:36:47 GMT + Pragma: + - no-cache + RequestId: + - 9c38dd89-16ed-4ff1-8e6a-28f82ccfde96 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/c906be27-0926-4ebf-a9e0-346d45059210/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: + - Fri, 06 Feb 2026 07:36:48 GMT + Pragma: + - no-cache + RequestId: + - db84bf9b-e1b9-40b4-a2b2-84b5ea8f80e5 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/c906be27-0926-4ebf-a9e0-346d45059210/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: + - Fri, 06 Feb 2026 07:36:49 GMT + Pragma: + - no-cache + RequestId: + - eb0302c5-4f9f-4388-bf74-e9f279fb6953 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "fabcli000003", "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/c906be27-0926-4ebf-a9e0-346d45059210/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: + - Fri, 06 Feb 2026 07:36:50 GMT + ETag: + - '""' + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/e5e4a434-24ae-43d0-838f-e2047e478d6f + Pragma: + - no-cache + RequestId: + - 3e8b902c-edbe-43b3-b7ba-eebb0a273f55 + 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: + - e5e4a434-24ae-43d0-838f-e2047e478d6f + 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/e5e4a434-24ae-43d0-838f-e2047e478d6f + response: + body: + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-06T07:36:50.7827022", + "lastUpdatedTimeUtc": "2026-02-06T07:36:59.9414087", "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: + - Fri, 06 Feb 2026 07:37:13 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/e5e4a434-24ae-43d0-838f-e2047e478d6f/result + Pragma: + - no-cache + RequestId: + - 72081716-d7da-4ed9-9d8e-e7a6fd236324 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + x-ms-operation-id: + - e5e4a434-24ae-43d0-838f-e2047e478d6f + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + 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/e5e4a434-24ae-43d0-838f-e2047e478d6f/result + response: + body: + string: '{"id": "51b6c549-4251-4b7a-a518-1a7c30fd800a", "type": "CosmosDBDatabase", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "c906be27-0926-4ebf-a9e0-346d45059210"}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Type: + - application/json + Date: + - Fri, 06 Feb 2026 07:37:14 GMT + Pragma: + - no-cache + RequestId: + - a507e9f2-15f7-4b09-933e-33ada7b275ea + 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "c906be27-0926-4ebf-a9e0-346d45059210", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "448844d6-a052-48e4-bb64-867c67fa2cd0", "displayName": "fabcli000002", + "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: + - '2879' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:37:15 GMT + Pragma: + - no-cache + RequestId: + - c3644bd4-28bb-47e9-8ffe-86e6583258d8 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/c906be27-0926-4ebf-a9e0-346d45059210/items + response: + body: + string: '{"value": [{"id": "51b6c549-4251-4b7a-a518-1a7c30fd800a", "type": "CosmosDBDatabase", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "c906be27-0926-4ebf-a9e0-346d45059210"}]}' + 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: + - Fri, 06 Feb 2026 07:37:16 GMT + Pragma: + - no-cache + RequestId: + - 149de387-f831-4089-bf85-7b801bf04b5e + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "c906be27-0926-4ebf-a9e0-346d45059210", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "448844d6-a052-48e4-bb64-867c67fa2cd0", "displayName": "fabcli000002", + "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: + - '2879' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:37:16 GMT + Pragma: + - no-cache + RequestId: + - d5c60d2d-2393-483e-b813-64005694bd77 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/448844d6-a052-48e4-bb64-867c67fa2cd0/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: + - Fri, 06 Feb 2026 07:37:17 GMT + Pragma: + - no-cache + RequestId: + - 07008301-ece5-4b9f-a905-68acd60cd443 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/448844d6-a052-48e4-bb64-867c67fa2cd0/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: + - Fri, 06 Feb 2026 07:37:18 GMT + Pragma: + - no-cache + RequestId: + - 0e26b9e7-da1a-46c6-aa29-b29b318cb946 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/448844d6-a052-48e4-bb64-867c67fa2cd0/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: + - Fri, 06 Feb 2026 07:37:18 GMT + Pragma: + - no-cache + RequestId: + - 584ae2c1-5797-47c7-99a5-4aa006f64878 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/c906be27-0926-4ebf-a9e0-346d45059210/items/51b6c549-4251-4b7a-a518-1a7c30fd800a + response: + body: + string: '{"id": "51b6c549-4251-4b7a-a518-1a7c30fd800a", "type": "CosmosDBDatabase", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "c906be27-0926-4ebf-a9e0-346d45059210"}' + 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: + - Fri, 06 Feb 2026 07:37:19 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - 785f039f-40e0-4d48-be44-5154dedb974b + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/c906be27-0926-4ebf-a9e0-346d45059210/items/51b6c549-4251-4b7a-a518-1a7c30fd800a/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: + - Fri, 06 Feb 2026 07:37:20 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b8cc69c5-945a-411b-aaae-b8533a34c352 + Pragma: + - no-cache + RequestId: + - 7e4c917c-cef9-4811-8e17-0df51acc5d43 + 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: + - b8cc69c5-945a-411b-aaae-b8533a34c352 + 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/b8cc69c5-945a-411b-aaae-b8533a34c352 + response: + body: + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-06T07:37:21.0750742", + "lastUpdatedTimeUtc": "2026-02-06T07:37:21.7938337", "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: + - Fri, 06 Feb 2026 07:37:42 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/b8cc69c5-945a-411b-aaae-b8533a34c352/result + Pragma: + - no-cache + RequestId: + - 32c19385-29db-4592-9306-f8f0988a802a + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + x-ms-operation-id: + - b8cc69c5-945a-411b-aaae-b8533a34c352 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + 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/b8cc69c5-945a-411b-aaae-b8533a34c352/result + response: + body: + string: '{"definition": {"parts": [{"path": "definition.json", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9pdGVtL0Nvc21vc0RCL2RlZmluaXRpb24vQ29zbW9zREIvMi4wLjAvc2NoZW1hLmpzb24iLAogICJjb250YWluZXJzIjogW10KfQ==", + "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIkNvc21vc0RCRGF0YWJhc2UiLAogICAgImRpc3BsYXlOYW1lIjogImZhYmNsaTAwMDAwMyIsCiAgICAiZGVzY3JpcHRpb24iOiAiQ3JlYXRlZCBieSBmYWIiCiAgfSwKICAiY29uZmlnIjogewogICAgInZlcnNpb24iOiAiMi4wIiwKICAgICJsb2dpY2FsSWQiOiAiMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIgogIH0KfQ==", + "payloadType": "InlineBase64"}]}}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Type: + - application/json + Date: + - Fri, 06 Feb 2026 07:37:43 GMT + Pragma: + - no-cache + RequestId: + - af254726-ae87-4aae-a6ff-60f7a5513854 + 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: '{"type": "CosmosDBDatabase", "description": "Created by fab", "displayName": + "fabcli000003", "definition": {"parts": [{"path": "definition.json", "payload": + "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9pdGVtL0Nvc21vc0RCL2RlZmluaXRpb24vQ29zbW9zREIvMi4wLjAvc2NoZW1hLmpzb24iLAogICJjb250YWluZXJzIjogW10KfQ==", + "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIkNvc21vc0RCRGF0YWJhc2UiLAogICAgImRpc3BsYXlOYW1lIjogImZhYmNsaTAwMDAwMyIsCiAgICAiZGVzY3JpcHRpb24iOiAiQ3JlYXRlZCBieSBmYWIiCiAgfSwKICAiY29uZmlnIjogewogICAgInZlcnNpb24iOiAiMi4wIiwKICAgICJsb2dpY2FsSWQiOiAiMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIgogIH0KfQ==", + "payloadType": "InlineBase64"}]}, "folderId": null}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '941' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/448844d6-a052-48e4-bb64-867c67fa2cd0/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: + - Fri, 06 Feb 2026 07:37:45 GMT + ETag: + - '""' + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/088b2165-752d-4b35-80d4-31848f28bda5 + Pragma: + - no-cache + RequestId: + - 2103ce00-d2c9-4553-8967-7224846d421a + 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: + - 088b2165-752d-4b35-80d4-31848f28bda5 + 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/088b2165-752d-4b35-80d4-31848f28bda5 + response: + body: + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-06T07:37:45.0335495", + "lastUpdatedTimeUtc": "2026-02-06T07:38:04.9271723", "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: + - Fri, 06 Feb 2026 07:38:07 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/088b2165-752d-4b35-80d4-31848f28bda5/result + Pragma: + - no-cache + RequestId: + - 736701aa-18a8-406a-a07b-4cb6f37f84f6 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + x-ms-operation-id: + - 088b2165-752d-4b35-80d4-31848f28bda5 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + 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/088b2165-752d-4b35-80d4-31848f28bda5/result + response: + body: + string: '{"id": "bd7b7b87-b5e2-41d3-a9f7-a977f2247978", "type": "CosmosDBDatabase", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "448844d6-a052-48e4-bb64-867c67fa2cd0"}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Type: + - application/json + Date: + - Fri, 06 Feb 2026 07:38:08 GMT + Pragma: + - no-cache + RequestId: + - b1db9e2d-f96e-40f4-800a-aba096196c96 + 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "c906be27-0926-4ebf-a9e0-346d45059210", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "448844d6-a052-48e4-bb64-867c67fa2cd0", "displayName": "fabcli000002", + "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: + - '2879' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:38:09 GMT + Pragma: + - no-cache + RequestId: + - 9e083812-3024-4fb7-b8a8-7777103d6580 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/c906be27-0926-4ebf-a9e0-346d45059210/items + response: + body: + string: '{"value": [{"id": "b246ac32-5133-45cf-8360-c3eaf0aa7b5c", "type": "SQLEndpoint", + "displayName": "fabcli000003", "description": "", "workspaceId": "c906be27-0926-4ebf-a9e0-346d45059210"}, + {"id": "51b6c549-4251-4b7a-a518-1a7c30fd800a", "type": "CosmosDBDatabase", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "c906be27-0926-4ebf-a9e0-346d45059210"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '232' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:38:10 GMT + Pragma: + - no-cache + RequestId: + - d591e5a6-7732-476e-ab22-a7311c9be269 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/c906be27-0926-4ebf-a9e0-346d45059210/folders?recursive=True + 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: + - Fri, 06 Feb 2026 07:38:10 GMT + Pragma: + - no-cache + RequestId: + - db07b778-a3f2-45a2-aaa1-59d2c16eaeeb + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "c906be27-0926-4ebf-a9e0-346d45059210", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "448844d6-a052-48e4-bb64-867c67fa2cd0", "displayName": "fabcli000002", + "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: + - '2879' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:38:11 GMT + Pragma: + - no-cache + RequestId: + - da175b1a-e0ed-43a1-873a-7830b1f9ff02 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/448844d6-a052-48e4-bb64-867c67fa2cd0/items + response: + body: + string: '{"value": [{"id": "bd7b7b87-b5e2-41d3-a9f7-a977f2247978", "type": "CosmosDBDatabase", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "448844d6-a052-48e4-bb64-867c67fa2cd0"}]}' + 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: + - Fri, 06 Feb 2026 07:38:13 GMT + Pragma: + - no-cache + RequestId: + - 0f316779-11b8-487e-ad33-ca6c2d1f7f66 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/448844d6-a052-48e4-bb64-867c67fa2cd0/folders?recursive=True + 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: + - Fri, 06 Feb 2026 07:38:14 GMT + Pragma: + - no-cache + RequestId: + - 7c884753-ffe4-42d4-b2ad-740bfdcabd28 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "c906be27-0926-4ebf-a9e0-346d45059210", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "448844d6-a052-48e4-bb64-867c67fa2cd0", "displayName": "fabcli000002", + "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: + - '2879' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:38:14 GMT + Pragma: + - no-cache + RequestId: + - 6a2a19be-7e03-434c-8618-2988e683efd4 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/c906be27-0926-4ebf-a9e0-346d45059210/items + response: + body: + string: '{"value": [{"id": "b246ac32-5133-45cf-8360-c3eaf0aa7b5c", "type": "SQLEndpoint", + "displayName": "fabcli000003", "description": "", "workspaceId": "c906be27-0926-4ebf-a9e0-346d45059210"}, + {"id": "51b6c549-4251-4b7a-a518-1a7c30fd800a", "type": "CosmosDBDatabase", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "c906be27-0926-4ebf-a9e0-346d45059210"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '232' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:38:15 GMT + Pragma: + - no-cache + RequestId: + - 6f83c375-c8b9-413a-b37b-b26a1fd00283 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/c906be27-0926-4ebf-a9e0-346d45059210/items/51b6c549-4251-4b7a-a518-1a7c30fd800a + 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: + - Fri, 06 Feb 2026 07:38:15 GMT + Pragma: + - no-cache + RequestId: + - e7cc3cdf-c55d-46bc-87fc-cbd009b4f617 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "c906be27-0926-4ebf-a9e0-346d45059210", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "448844d6-a052-48e4-bb64-867c67fa2cd0", "displayName": "fabcli000002", + "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: + - '2879' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:38:17 GMT + Pragma: + - no-cache + RequestId: + - 38f06b31-d3bb-4432-ac31-33ef6ffe6b66 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/c906be27-0926-4ebf-a9e0-346d45059210/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: + - Fri, 06 Feb 2026 07:38:18 GMT + Pragma: + - no-cache + RequestId: + - b619a721-c87f-47d0-86a2-f18083518686 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/c906be27-0926-4ebf-a9e0-346d45059210 + 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: + - Fri, 06 Feb 2026 07:38:18 GMT + Pragma: + - no-cache + RequestId: + - 600900e1-24d6-4201-8abc-15fba74aa9e4 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "448844d6-a052-48e4-bb64-867c67fa2cd0", "displayName": "fabcli000002", + "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: + - '2842' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:38:19 GMT + Pragma: + - no-cache + RequestId: + - a7a61ca0-7bf1-4579-85c2-c1f71709f962 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/448844d6-a052-48e4-bb64-867c67fa2cd0/items + response: + body: + string: '{"value": [{"id": "3f4959e1-e778-45a5-89e5-26c1c50eb631", "type": "SQLEndpoint", + "displayName": "fabcli000003", "description": "", "workspaceId": "448844d6-a052-48e4-bb64-867c67fa2cd0"}, + {"id": "bd7b7b87-b5e2-41d3-a9f7-a977f2247978", "type": "CosmosDBDatabase", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "448844d6-a052-48e4-bb64-867c67fa2cd0"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '234' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:38:20 GMT + Pragma: + - no-cache + RequestId: + - 611dc7eb-2be1-45c2-b57e-09b9a605e213 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/448844d6-a052-48e4-bb64-867c67fa2cd0 + 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: + - Fri, 06 Feb 2026 07:38:21 GMT + Pragma: + - no-cache + RequestId: + - 09a64a1d-1f95-4bb5-a796-86a57579d01a + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-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_cp/test_cp_item_to_item_success[DataPipeline].yaml b/tests/test_commands/recordings/test_commands/test_cp/test_cp_item_to_item_success[DataPipeline].yaml new file mode 100644 index 00000000..b04035d1 --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_cp/test_cp_item_to_item_success[DataPipeline].yaml @@ -0,0 +1,1858 @@ +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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "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: + - '2805' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:28:38 GMT + Pragma: + - no-cache + RequestId: + - dc96f787-4ba6-4337-be0c-2e7717e97992 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "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: + - '2805' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:28:38 GMT + Pragma: + - no-cache + RequestId: + - 129300f5-6102-4f22-9ae4-4cd396a4d837 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/capacities + response: + body: + string: '{"value": [{"id": "00000000-0000-0000-0000-000000000004", "displayName": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": + "Active"}]}' + 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: + - Fri, 06 Feb 2026 07:28:44 GMT + Pragma: + - no-cache + RequestId: + - 032328f1-4237-4ac7-bcfe-2ea4ba87b390 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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", "capacityId": + "00000000-0000-0000-0000-000000000004"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '122' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"id": "e3da2f0d-4eac-4b83-8491-b595f9ab3695", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '166' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:28:51 GMT + Location: + - https://api.fabric.microsoft.com/v1/workspaces/e3da2f0d-4eac-4b83-8491-b595f9ab3695 + Pragma: + - no-cache + RequestId: + - 334798d7-bfe4-4b54-9aaf-cfa98854eb68 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "e3da2f0d-4eac-4b83-8491-b595f9ab3695", "displayName": "fabcli000001", + "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: + - '2840' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:28:52 GMT + Pragma: + - no-cache + RequestId: + - 8c94a809-3e4b-45e4-97cf-e509bcf2e845 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "e3da2f0d-4eac-4b83-8491-b595f9ab3695", "displayName": "fabcli000001", + "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: + - '2840' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:28:53 GMT + Pragma: + - no-cache + RequestId: + - 91831c8f-4b07-4a6d-80c4-c736ac5bdee2 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/capacities + response: + body: + string: '{"value": [{"id": "00000000-0000-0000-0000-000000000004", "displayName": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": + "Active"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '424' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:28:58 GMT + Pragma: + - no-cache + RequestId: + - 273eda3c-5f7b-4d79-990c-16e3e258eeda + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "fabcli000002", "capacityId": + "00000000-0000-0000-0000-000000000004"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '122' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"id": "b250880c-1c62-442c-9480-8f836a8d2bc2", "displayName": "fabcli000002", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '165' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:29:05 GMT + Location: + - https://api.fabric.microsoft.com/v1/workspaces/b250880c-1c62-442c-9480-8f836a8d2bc2 + Pragma: + - no-cache + RequestId: + - 89777ff2-80e5-4b47-a339-7cefa1a41a33 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "e3da2f0d-4eac-4b83-8491-b595f9ab3695", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "b250880c-1c62-442c-9480-8f836a8d2bc2", "displayName": "fabcli000002", + "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: + - '2879' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:29:06 GMT + Pragma: + - no-cache + RequestId: + - df3f0ce6-134d-43b9-813d-629f563899a7 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/e3da2f0d-4eac-4b83-8491-b595f9ab3695/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: + - Fri, 06 Feb 2026 07:29:07 GMT + Pragma: + - no-cache + RequestId: + - 8732ef86-2921-43ab-9c72-d8c559b9427f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/e3da2f0d-4eac-4b83-8491-b595f9ab3695/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: + - Fri, 06 Feb 2026 07:29:08 GMT + Pragma: + - no-cache + RequestId: + - 95f1a818-b3e7-48b4-b249-e219f7650d97 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "fabcli000003", "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/e3da2f0d-4eac-4b83-8491-b595f9ab3695/dataPipelines + response: + body: + string: '{"id": "6a80e97c-e5a2-42f8-8c4d-6bd54f22cbf3", "type": "DataPipeline", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "e3da2f0d-4eac-4b83-8491-b595f9ab3695"}' + 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: + - Fri, 06 Feb 2026 07:29:14 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - 4b5e3d2b-68f3-42a6-8b0e-60b95a5629c2 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "e3da2f0d-4eac-4b83-8491-b595f9ab3695", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "b250880c-1c62-442c-9480-8f836a8d2bc2", "displayName": "fabcli000002", + "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: + - '2879' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:29:15 GMT + Pragma: + - no-cache + RequestId: + - ddc5f1ef-643d-40ff-83f2-95b873f42d90 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/e3da2f0d-4eac-4b83-8491-b595f9ab3695/items + response: + body: + string: '{"value": [{"id": "6a80e97c-e5a2-42f8-8c4d-6bd54f22cbf3", "type": "DataPipeline", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "e3da2f0d-4eac-4b83-8491-b595f9ab3695"}]}' + 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: + - Fri, 06 Feb 2026 07:29:15 GMT + Pragma: + - no-cache + RequestId: + - 7a33079c-d93c-4195-b075-fed77ca580ad + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "e3da2f0d-4eac-4b83-8491-b595f9ab3695", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "b250880c-1c62-442c-9480-8f836a8d2bc2", "displayName": "fabcli000002", + "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: + - '2879' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:29:16 GMT + Pragma: + - no-cache + RequestId: + - 5f00351c-267d-4ae7-b794-8e71696dc4ed + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/b250880c-1c62-442c-9480-8f836a8d2bc2/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: + - Fri, 06 Feb 2026 07:29:17 GMT + Pragma: + - no-cache + RequestId: + - 53cc469a-6d2e-49d0-bf3e-ab5e870f8ff3 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/b250880c-1c62-442c-9480-8f836a8d2bc2/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: + - Fri, 06 Feb 2026 07:29:17 GMT + Pragma: + - no-cache + RequestId: + - 2fc2cfa4-d4b2-4337-b342-c50ca14383a2 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/b250880c-1c62-442c-9480-8f836a8d2bc2/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: + - Fri, 06 Feb 2026 07:29:18 GMT + Pragma: + - no-cache + RequestId: + - 8c4073ce-2050-4db7-ba74-384a91ca164b + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/e3da2f0d-4eac-4b83-8491-b595f9ab3695/items/6a80e97c-e5a2-42f8-8c4d-6bd54f22cbf3 + response: + body: + string: '{"id": "6a80e97c-e5a2-42f8-8c4d-6bd54f22cbf3", "type": "DataPipeline", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "e3da2f0d-4eac-4b83-8491-b595f9ab3695"}' + 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: + - Fri, 06 Feb 2026 07:29:19 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - 980bc57d-1057-4e0b-8ecf-da6f428fbbe5 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/e3da2f0d-4eac-4b83-8491-b595f9ab3695/items/6a80e97c-e5a2-42f8-8c4d-6bd54f22cbf3/getDefinition + response: + body: + string: '{"definition": {"parts": [{"path": "pipeline-content.json", "payload": + "ewogICJwcm9wZXJ0aWVzIjogewogICAgImFjdGl2aXRpZXMiOiBbXQogIH0KfQ==", "payloadType": + "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIkRhdGFQaXBlbGluZSIsCiAgICAiZGlzcGxheU5hbWUiOiAiZmFiY2xpMDAwMDAzIiwKICAgICJkZXNjcmlwdGlvbiI6ICJDcmVhdGVkIGJ5IGZhYiIKICB9LAogICJjb25maWciOiB7CiAgICAidmVyc2lvbiI6ICIyLjAiLAogICAgImxvZ2ljYWxJZCI6ICIwMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiCiAgfQp9", + "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: + - Fri, 06 Feb 2026 07:29:19 GMT + Pragma: + - no-cache + RequestId: + - f760ae55-e1a9-4c1c-a2c9-1a56a300ec87 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "Created by fab", "displayName": + "fabcli000003", "definition": {"parts": [{"path": "pipeline-content.json", "payload": + "ewogICJwcm9wZXJ0aWVzIjogewogICAgImFjdGl2aXRpZXMiOiBbXQogIH0KfQ==", "payloadType": + "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIkRhdGFQaXBlbGluZSIsCiAgICAiZGlzcGxheU5hbWUiOiAiZmFiY2xpMDAwMDAzIiwKICAgICJkZXNjcmlwdGlvbiI6ICJDcmVhdGVkIGJ5IGZhYiIKICB9LAogICJjb25maWciOiB7CiAgICAidmVyc2lvbiI6ICIyLjAiLAogICAgImxvZ2ljYWxJZCI6ICIwMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiCiAgfQp9", + "payloadType": "InlineBase64"}]}, "folderId": null}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '811' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/b250880c-1c62-442c-9480-8f836a8d2bc2/items + response: + body: + string: '{"id": "b0b3a956-23c9-4117-8a94-ed73934bd098", "type": "DataPipeline", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "b250880c-1c62-442c-9480-8f836a8d2bc2"}' + 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: + - Fri, 06 Feb 2026 07:29:25 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - d539f675-e406-4282-a48b-7e1b95949389 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "e3da2f0d-4eac-4b83-8491-b595f9ab3695", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "b250880c-1c62-442c-9480-8f836a8d2bc2", "displayName": "fabcli000002", + "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: + - '2879' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:29:25 GMT + Pragma: + - no-cache + RequestId: + - a2296e80-abc5-4755-b0aa-8ca0bb322506 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/e3da2f0d-4eac-4b83-8491-b595f9ab3695/items + response: + body: + string: '{"value": [{"id": "6a80e97c-e5a2-42f8-8c4d-6bd54f22cbf3", "type": "DataPipeline", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "e3da2f0d-4eac-4b83-8491-b595f9ab3695"}]}' + 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: + - Fri, 06 Feb 2026 07:29:26 GMT + Pragma: + - no-cache + RequestId: + - 559a7772-cc90-44f6-a960-e4b3a4d7dee1 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/e3da2f0d-4eac-4b83-8491-b595f9ab3695/folders?recursive=True + 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: + - Fri, 06 Feb 2026 07:29:27 GMT + Pragma: + - no-cache + RequestId: + - 02ecaa3a-fb46-4bf6-85ba-cc7e59940766 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "e3da2f0d-4eac-4b83-8491-b595f9ab3695", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "b250880c-1c62-442c-9480-8f836a8d2bc2", "displayName": "fabcli000002", + "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: + - '2879' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:29:28 GMT + Pragma: + - no-cache + RequestId: + - 9f988a7d-edbe-48db-9db3-7882e99e7de6 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/b250880c-1c62-442c-9480-8f836a8d2bc2/items + response: + body: + string: '{"value": [{"id": "b0b3a956-23c9-4117-8a94-ed73934bd098", "type": "DataPipeline", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "b250880c-1c62-442c-9480-8f836a8d2bc2"}]}' + 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: + - Fri, 06 Feb 2026 07:29:29 GMT + Pragma: + - no-cache + RequestId: + - 8a40973a-61d1-4954-ae7c-8ccf9865a884 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/b250880c-1c62-442c-9480-8f836a8d2bc2/folders?recursive=True + 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: + - Fri, 06 Feb 2026 07:29:29 GMT + Pragma: + - no-cache + RequestId: + - e64a43a9-0380-48f1-84d9-be6f34da4f74 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "e3da2f0d-4eac-4b83-8491-b595f9ab3695", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "b250880c-1c62-442c-9480-8f836a8d2bc2", "displayName": "fabcli000002", + "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: + - '2879' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:29:30 GMT + Pragma: + - no-cache + RequestId: + - c40f91ae-eee2-4e6c-bb42-ec215a226abd + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/e3da2f0d-4eac-4b83-8491-b595f9ab3695/items + response: + body: + string: '{"value": [{"id": "6a80e97c-e5a2-42f8-8c4d-6bd54f22cbf3", "type": "DataPipeline", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "e3da2f0d-4eac-4b83-8491-b595f9ab3695"}]}' + 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: + - Fri, 06 Feb 2026 07:29:30 GMT + Pragma: + - no-cache + RequestId: + - f0f86246-40d9-4300-9723-f2b9f30d6676 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/e3da2f0d-4eac-4b83-8491-b595f9ab3695/items/6a80e97c-e5a2-42f8-8c4d-6bd54f22cbf3 + 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: + - Fri, 06 Feb 2026 07:29:31 GMT + Pragma: + - no-cache + RequestId: + - 58d34d69-cf66-450b-be5f-9abdd08ea3e4 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "e3da2f0d-4eac-4b83-8491-b595f9ab3695", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "b250880c-1c62-442c-9480-8f836a8d2bc2", "displayName": "fabcli000002", + "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: + - '2879' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:29:32 GMT + Pragma: + - no-cache + RequestId: + - 272ac43a-157a-4f45-9f03-406a3c3a8089 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/e3da2f0d-4eac-4b83-8491-b595f9ab3695/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: + - Fri, 06 Feb 2026 07:29:33 GMT + Pragma: + - no-cache + RequestId: + - 58d0e492-d44a-43d3-827c-b5191c719468 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/e3da2f0d-4eac-4b83-8491-b595f9ab3695 + 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: + - Fri, 06 Feb 2026 07:29:34 GMT + Pragma: + - no-cache + RequestId: + - e78cabc2-6cab-47da-89dc-9dad384e4269 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "b250880c-1c62-442c-9480-8f836a8d2bc2", "displayName": "fabcli000002", + "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: + - '2842' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:29:34 GMT + Pragma: + - no-cache + RequestId: + - 76dbfb2d-d7d4-40a2-9b78-836e32df61b0 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/b250880c-1c62-442c-9480-8f836a8d2bc2/items + response: + body: + string: '{"value": [{"id": "b0b3a956-23c9-4117-8a94-ed73934bd098", "type": "DataPipeline", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "b250880c-1c62-442c-9480-8f836a8d2bc2"}]}' + 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: + - Fri, 06 Feb 2026 07:29:35 GMT + Pragma: + - no-cache + RequestId: + - f16b98f8-0916-4abf-8334-05077a23b6bc + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/b250880c-1c62-442c-9480-8f836a8d2bc2 + 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: + - Fri, 06 Feb 2026 07:29:36 GMT + Pragma: + - no-cache + RequestId: + - d263c1fb-c1bc-4a36-8819-2604011eaa73 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-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_cp/test_cp_item_to_item_success[KQLDashboard].yaml b/tests/test_commands/recordings/test_commands/test_cp/test_cp_item_to_item_success[KQLDashboard].yaml new file mode 100644 index 00000000..82d7867f --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_cp/test_cp_item_to_item_success[KQLDashboard].yaml @@ -0,0 +1,1857 @@ +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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "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: + - '2805' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:29:37 GMT + Pragma: + - no-cache + RequestId: + - 74b9a8dc-113a-459c-9615-cedcc7f0bdab + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "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: + - '2805' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:29:38 GMT + Pragma: + - no-cache + RequestId: + - 7f0e3138-2f31-41a4-aeaa-da3d17172feb + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/capacities + response: + body: + string: '{"value": [{"id": "00000000-0000-0000-0000-000000000004", "displayName": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": + "Active"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '429' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:29:42 GMT + Pragma: + - no-cache + RequestId: + - 2b6551e6-b291-4f6d-ba36-7a75db658d44 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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", "capacityId": + "00000000-0000-0000-0000-000000000004"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '122' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"id": "a444ec59-56d9-4889-a393-8cc9e8d01603", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '165' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:29:50 GMT + Location: + - https://api.fabric.microsoft.com/v1/workspaces/a444ec59-56d9-4889-a393-8cc9e8d01603 + Pragma: + - no-cache + RequestId: + - 1488c156-a741-4633-a644-e9e603604b0d + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "a444ec59-56d9-4889-a393-8cc9e8d01603", "displayName": "fabcli000001", + "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: + - '2839' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:29:50 GMT + Pragma: + - no-cache + RequestId: + - 7228262a-0315-4779-b879-b815c65d98a9 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "a444ec59-56d9-4889-a393-8cc9e8d01603", "displayName": "fabcli000001", + "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: + - '2839' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:29:51 GMT + Pragma: + - no-cache + RequestId: + - 1f506663-e049-4b3d-95c7-5a9254ec0ead + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/capacities + response: + body: + string: '{"value": [{"id": "00000000-0000-0000-0000-000000000004", "displayName": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": + "Active"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '424' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:29:56 GMT + Pragma: + - no-cache + RequestId: + - 37a95123-ba69-4e08-a3fd-f97c27442097 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "fabcli000002", "capacityId": + "00000000-0000-0000-0000-000000000004"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '122' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"id": "885e20b2-d644-41eb-9b19-4e29b295af77", "displayName": "fabcli000002", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '167' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:30:06 GMT + Location: + - https://api.fabric.microsoft.com/v1/workspaces/885e20b2-d644-41eb-9b19-4e29b295af77 + Pragma: + - no-cache + RequestId: + - 20edd67d-9c0e-49b3-9ddd-14e6e9e6b160 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "a444ec59-56d9-4889-a393-8cc9e8d01603", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "885e20b2-d644-41eb-9b19-4e29b295af77", "displayName": "fabcli000002", + "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: + - '2879' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:30:07 GMT + Pragma: + - no-cache + RequestId: + - ae46cbc3-4fef-4a22-a12d-ea05536a5c25 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/a444ec59-56d9-4889-a393-8cc9e8d01603/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: + - Fri, 06 Feb 2026 07:30:07 GMT + Pragma: + - no-cache + RequestId: + - 567523ad-7f80-4320-afe5-52126e61e4c3 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/a444ec59-56d9-4889-a393-8cc9e8d01603/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: + - Fri, 06 Feb 2026 07:30:07 GMT + Pragma: + - no-cache + RequestId: + - f359fc0c-5761-45cc-855f-760ce68e3460 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "fabcli000003", "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/a444ec59-56d9-4889-a393-8cc9e8d01603/kqlDashboards + response: + body: + string: '{"id": "7aeedad2-70f0-4204-b51b-345f7259d466", "type": "KQLDashboard", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "a444ec59-56d9-4889-a393-8cc9e8d01603"}' + 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: + - Fri, 06 Feb 2026 07:30:10 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - 2b044575-2886-4d98-a4c3-3b077e00d5d2 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "a444ec59-56d9-4889-a393-8cc9e8d01603", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "885e20b2-d644-41eb-9b19-4e29b295af77", "displayName": "fabcli000002", + "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: + - '2879' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:30:10 GMT + Pragma: + - no-cache + RequestId: + - ae0b5c8c-df5d-49a2-b51b-4fa2cfc36de5 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/a444ec59-56d9-4889-a393-8cc9e8d01603/items + response: + body: + string: '{"value": [{"id": "7aeedad2-70f0-4204-b51b-345f7259d466", "type": "KQLDashboard", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "a444ec59-56d9-4889-a393-8cc9e8d01603"}]}' + 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: + - Fri, 06 Feb 2026 07:30:11 GMT + Pragma: + - no-cache + RequestId: + - aa134bd7-878d-4c50-81df-0bc54d35faa2 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "a444ec59-56d9-4889-a393-8cc9e8d01603", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "885e20b2-d644-41eb-9b19-4e29b295af77", "displayName": "fabcli000002", + "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: + - '2879' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:30:11 GMT + Pragma: + - no-cache + RequestId: + - c47727bc-a258-4c90-bfe0-ce5756d741bb + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/885e20b2-d644-41eb-9b19-4e29b295af77/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: + - Fri, 06 Feb 2026 07:30:11 GMT + Pragma: + - no-cache + RequestId: + - 384f9550-c68f-4c1a-9311-60e69da4a10e + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/885e20b2-d644-41eb-9b19-4e29b295af77/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: + - Fri, 06 Feb 2026 07:30:12 GMT + Pragma: + - no-cache + RequestId: + - f3f31b48-a22f-472a-b722-7cd21a168788 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/885e20b2-d644-41eb-9b19-4e29b295af77/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: + - Fri, 06 Feb 2026 07:30:13 GMT + Pragma: + - no-cache + RequestId: + - 04be0065-e73f-4546-87e2-a5d2a8c95f75 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/a444ec59-56d9-4889-a393-8cc9e8d01603/items/7aeedad2-70f0-4204-b51b-345f7259d466 + response: + body: + string: '{"id": "7aeedad2-70f0-4204-b51b-345f7259d466", "type": "KQLDashboard", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "a444ec59-56d9-4889-a393-8cc9e8d01603"}' + 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: + - Fri, 06 Feb 2026 07:30:14 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - c6a6b82b-61f3-4089-9b6c-d8f6e499fb3d + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/a444ec59-56d9-4889-a393-8cc9e8d01603/items/7aeedad2-70f0-4204-b51b-345f7259d466/getDefinition + response: + body: + string: '{"definition": {"parts": [{"path": "RealTimeDashboard.json", "payload": + "e30=", "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIktRTERhc2hib2FyZCIsCiAgICAiZGlzcGxheU5hbWUiOiAiZmFiY2xpMDAwMDAzIiwKICAgICJkZXNjcmlwdGlvbiI6ICJDcmVhdGVkIGJ5IGZhYiIKICB9LAogICJjb25maWciOiB7CiAgICAidmVyc2lvbiI6ICIyLjAiLAogICAgImxvZ2ljYWxJZCI6ICIwMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiCiAgfQp9", + "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: + - Fri, 06 Feb 2026 07:30:16 GMT + Pragma: + - no-cache + RequestId: + - 135d204f-96f9-488f-867b-bbdbb9a797ad + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "Created by fab", "displayName": + "fabcli000003", "definition": {"parts": [{"path": "RealTimeDashboard.json", + "payload": "e30=", "payloadType": "InlineBase64"}, {"path": ".platform", "payload": + "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIktRTERhc2hib2FyZCIsCiAgICAiZGlzcGxheU5hbWUiOiAiZmFiY2xpMDAwMDAzIiwKICAgICJkZXNjcmlwdGlvbiI6ICJDcmVhdGVkIGJ5IGZhYiIKICB9LAogICJjb25maWciOiB7CiAgICAidmVyc2lvbiI6ICIyLjAiLAogICAgImxvZ2ljYWxJZCI6ICIwMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiCiAgfQp9", + "payloadType": "InlineBase64"}]}, "folderId": null}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '752' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/885e20b2-d644-41eb-9b19-4e29b295af77/items + response: + body: + string: '{"id": "de8acd21-08d9-4373-b299-824ba9477a07", "type": "KQLDashboard", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "885e20b2-d644-41eb-9b19-4e29b295af77"}' + 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: + - Fri, 06 Feb 2026 07:30:20 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - daf53855-4341-49ec-9322-7c5ad3a802a4 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "a444ec59-56d9-4889-a393-8cc9e8d01603", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "885e20b2-d644-41eb-9b19-4e29b295af77", "displayName": "fabcli000002", + "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: + - '2879' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:30:20 GMT + Pragma: + - no-cache + RequestId: + - f08f0bd6-a7be-47e6-b588-88157054003f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/a444ec59-56d9-4889-a393-8cc9e8d01603/items + response: + body: + string: '{"value": [{"id": "7aeedad2-70f0-4204-b51b-345f7259d466", "type": "KQLDashboard", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "a444ec59-56d9-4889-a393-8cc9e8d01603"}]}' + 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: + - Fri, 06 Feb 2026 07:30:20 GMT + Pragma: + - no-cache + RequestId: + - 49216c7e-47c1-4795-a9bf-e8d81afa9ba8 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/a444ec59-56d9-4889-a393-8cc9e8d01603/folders?recursive=True + 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: + - Fri, 06 Feb 2026 07:30:21 GMT + Pragma: + - no-cache + RequestId: + - 2cc940e3-4b0a-4c51-89d3-bb87557a9bb8 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "a444ec59-56d9-4889-a393-8cc9e8d01603", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "885e20b2-d644-41eb-9b19-4e29b295af77", "displayName": "fabcli000002", + "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: + - '2879' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:30:22 GMT + Pragma: + - no-cache + RequestId: + - 862aa8b1-66b3-44f2-852f-f841b5dea669 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/885e20b2-d644-41eb-9b19-4e29b295af77/items + response: + body: + string: '{"value": [{"id": "de8acd21-08d9-4373-b299-824ba9477a07", "type": "KQLDashboard", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "885e20b2-d644-41eb-9b19-4e29b295af77"}]}' + 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: + - Fri, 06 Feb 2026 07:30:22 GMT + Pragma: + - no-cache + RequestId: + - fdf89657-47bf-4fbe-91a0-3550cebe9492 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/885e20b2-d644-41eb-9b19-4e29b295af77/folders?recursive=True + 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: + - Fri, 06 Feb 2026 07:30:24 GMT + Pragma: + - no-cache + RequestId: + - 416c16a5-e333-4e3f-a550-64905f4dfcd9 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "a444ec59-56d9-4889-a393-8cc9e8d01603", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "885e20b2-d644-41eb-9b19-4e29b295af77", "displayName": "fabcli000002", + "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: + - '2879' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:30:25 GMT + Pragma: + - no-cache + RequestId: + - 127a4ea0-1399-46e9-bfdc-f3211d56ed6d + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/a444ec59-56d9-4889-a393-8cc9e8d01603/items + response: + body: + string: '{"value": [{"id": "7aeedad2-70f0-4204-b51b-345f7259d466", "type": "KQLDashboard", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "a444ec59-56d9-4889-a393-8cc9e8d01603"}]}' + 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: + - Fri, 06 Feb 2026 07:30:25 GMT + Pragma: + - no-cache + RequestId: + - d48acf03-c37d-4af4-8e5c-b894f328d4e6 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/a444ec59-56d9-4889-a393-8cc9e8d01603/items/7aeedad2-70f0-4204-b51b-345f7259d466 + 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: + - Fri, 06 Feb 2026 07:30:26 GMT + Pragma: + - no-cache + RequestId: + - 7db54e5e-6940-4455-8c30-5cc4697d1672 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "a444ec59-56d9-4889-a393-8cc9e8d01603", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "885e20b2-d644-41eb-9b19-4e29b295af77", "displayName": "fabcli000002", + "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: + - '2879' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:30:27 GMT + Pragma: + - no-cache + RequestId: + - 7ea6938c-be66-4ece-a874-84f600cc6d52 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/a444ec59-56d9-4889-a393-8cc9e8d01603/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: + - Fri, 06 Feb 2026 07:30:28 GMT + Pragma: + - no-cache + RequestId: + - 41490030-2823-444d-973a-e83fcc0624f0 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/a444ec59-56d9-4889-a393-8cc9e8d01603 + 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: + - Fri, 06 Feb 2026 07:30:28 GMT + Pragma: + - no-cache + RequestId: + - 4ad70984-a502-4947-892c-d92353c7c0e1 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "885e20b2-d644-41eb-9b19-4e29b295af77", "displayName": "fabcli000002", + "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: + - '2844' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:30:29 GMT + Pragma: + - no-cache + RequestId: + - 0dc32983-404d-461c-a242-1ba734fc798d + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/885e20b2-d644-41eb-9b19-4e29b295af77/items + response: + body: + string: '{"value": [{"id": "de8acd21-08d9-4373-b299-824ba9477a07", "type": "KQLDashboard", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "885e20b2-d644-41eb-9b19-4e29b295af77"}]}' + 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: + - Fri, 06 Feb 2026 07:30:30 GMT + Pragma: + - no-cache + RequestId: + - ba0afacc-4071-4a26-864e-bdd7d2b28ef2 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/885e20b2-d644-41eb-9b19-4e29b295af77 + 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: + - Fri, 06 Feb 2026 07:30:31 GMT + Pragma: + - no-cache + RequestId: + - 0aaed6d8-4428-42ee-b9ba-af57c038f767 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-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_cp/test_cp_item_to_item_success[KQLQueryset].yaml b/tests/test_commands/recordings/test_commands/test_cp/test_cp_item_to_item_success[KQLQueryset].yaml new file mode 100644 index 00000000..d1033245 --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_cp/test_cp_item_to_item_success[KQLQueryset].yaml @@ -0,0 +1,1856 @@ +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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "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: + - '2805' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:30:32 GMT + Pragma: + - no-cache + RequestId: + - a058ce16-55ba-4845-b4f7-d376841be27e + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "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: + - '2805' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:30:33 GMT + Pragma: + - no-cache + RequestId: + - 1c04c988-1bfd-403e-b387-bdd67d851a54 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/capacities + response: + body: + string: '{"value": [{"id": "00000000-0000-0000-0000-000000000004", "displayName": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": + "Active"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '427' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:30:37 GMT + Pragma: + - no-cache + RequestId: + - e83eed7e-893a-4faf-978c-93d867ed5c82 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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", "capacityId": + "00000000-0000-0000-0000-000000000004"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '122' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"id": "6a90f204-0fcf-4787-99a9-3ea6f45cb231", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '167' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:30:45 GMT + Location: + - https://api.fabric.microsoft.com/v1/workspaces/6a90f204-0fcf-4787-99a9-3ea6f45cb231 + Pragma: + - no-cache + RequestId: + - ab6e8100-7d31-4da0-b476-8140e090d0bd + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "6a90f204-0fcf-4787-99a9-3ea6f45cb231", "displayName": "fabcli000001", + "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: + - '2841' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:30:46 GMT + Pragma: + - no-cache + RequestId: + - 1921fe78-07db-46bd-b159-28cfeacbbd64 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "6a90f204-0fcf-4787-99a9-3ea6f45cb231", "displayName": "fabcli000001", + "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: + - '2841' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:30:47 GMT + Pragma: + - no-cache + RequestId: + - 4f4650f5-e141-43bf-9aad-5294d0df6e41 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/capacities + response: + body: + string: '{"value": [{"id": "00000000-0000-0000-0000-000000000004", "displayName": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": + "Active"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '424' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:30:52 GMT + Pragma: + - no-cache + RequestId: + - df0b6e7b-324d-4f2c-bca8-806090674b88 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "fabcli000002", "capacityId": + "00000000-0000-0000-0000-000000000004"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '122' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"id": "3a69bfa0-df8c-4dc2-bc6b-3f1babdc6c6a", "displayName": "fabcli000002", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '166' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:30:59 GMT + Location: + - https://api.fabric.microsoft.com/v1/workspaces/3a69bfa0-df8c-4dc2-bc6b-3f1babdc6c6a + Pragma: + - no-cache + RequestId: + - 115a41e5-0b29-4f73-a4ef-9fcd4ef08bb7 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "6a90f204-0fcf-4787-99a9-3ea6f45cb231", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "3a69bfa0-df8c-4dc2-bc6b-3f1babdc6c6a", "displayName": "fabcli000002", + "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: + - '2878' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:30:59 GMT + Pragma: + - no-cache + RequestId: + - dc3000ad-d164-4117-94e3-7473f4812570 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/6a90f204-0fcf-4787-99a9-3ea6f45cb231/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: + - Fri, 06 Feb 2026 07:31:00 GMT + Pragma: + - no-cache + RequestId: + - f1839baf-3837-488a-b455-57980e267edd + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/6a90f204-0fcf-4787-99a9-3ea6f45cb231/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: + - Fri, 06 Feb 2026 07:31:02 GMT + Pragma: + - no-cache + RequestId: + - 99a99046-420c-447e-bc8a-4ad8bf1bbe0b + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "fabcli000003", "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/6a90f204-0fcf-4787-99a9-3ea6f45cb231/kqlQuerysets + response: + body: + string: '{"id": "e49e5678-3843-444e-9226-2b3b626041be", "type": "KQLQueryset", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "6a90f204-0fcf-4787-99a9-3ea6f45cb231"}' + 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: + - Fri, 06 Feb 2026 07:31:04 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - 4edbc10f-686b-433c-bdbd-8804d0c4646c + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "6a90f204-0fcf-4787-99a9-3ea6f45cb231", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "3a69bfa0-df8c-4dc2-bc6b-3f1babdc6c6a", "displayName": "fabcli000002", + "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: + - '2878' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:31:04 GMT + Pragma: + - no-cache + RequestId: + - 6599cf14-6b59-4eaf-b241-0ca10d6b7fe5 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/6a90f204-0fcf-4787-99a9-3ea6f45cb231/items + response: + body: + string: '{"value": [{"id": "e49e5678-3843-444e-9226-2b3b626041be", "type": "KQLQueryset", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "6a90f204-0fcf-4787-99a9-3ea6f45cb231"}]}' + 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: + - Fri, 06 Feb 2026 07:31:05 GMT + Pragma: + - no-cache + RequestId: + - 56f27c70-7f99-4c69-9c08-18686f2bdb08 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "6a90f204-0fcf-4787-99a9-3ea6f45cb231", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "3a69bfa0-df8c-4dc2-bc6b-3f1babdc6c6a", "displayName": "fabcli000002", + "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: + - '2878' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:31:06 GMT + Pragma: + - no-cache + RequestId: + - 494a9533-d2ae-4717-bc9f-63563e0d61e9 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/3a69bfa0-df8c-4dc2-bc6b-3f1babdc6c6a/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: + - Fri, 06 Feb 2026 07:31:07 GMT + Pragma: + - no-cache + RequestId: + - 8011f190-779b-4952-9fe6-d1b8410f2537 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/3a69bfa0-df8c-4dc2-bc6b-3f1babdc6c6a/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: + - Fri, 06 Feb 2026 07:31:08 GMT + Pragma: + - no-cache + RequestId: + - be4a90c8-d97a-4e86-af20-1d9b306c8d34 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/3a69bfa0-df8c-4dc2-bc6b-3f1babdc6c6a/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: + - Fri, 06 Feb 2026 07:31:09 GMT + Pragma: + - no-cache + RequestId: + - 8a87c770-826d-4dd7-8682-5cafa02d393a + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/6a90f204-0fcf-4787-99a9-3ea6f45cb231/items/e49e5678-3843-444e-9226-2b3b626041be + response: + body: + string: '{"id": "e49e5678-3843-444e-9226-2b3b626041be", "type": "KQLQueryset", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "6a90f204-0fcf-4787-99a9-3ea6f45cb231"}' + 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: + - Fri, 06 Feb 2026 07:31:10 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - dce59e52-38a8-4d9c-9c09-2f290d9f7238 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/6a90f204-0fcf-4787-99a9-3ea6f45cb231/items/e49e5678-3843-444e-9226-2b3b626041be/getDefinition + response: + body: + string: '{"definition": {"parts": [{"path": "RealTimeQueryset.json", "payload": + "e30=", "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIktRTFF1ZXJ5c2V0IiwKICAgICJkaXNwbGF5TmFtZSI6ICJmYWJjbGkwMDAwMDMiLAogICAgImRlc2NyaXB0aW9uIjogIkNyZWF0ZWQgYnkgZmFiIgogIH0sCiAgImNvbmZpZyI6IHsKICAgICJ2ZXJzaW9uIjogIjIuMCIsCiAgICAibG9naWNhbElkIjogIjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIKICB9Cn0=", + "payloadType": "InlineBase64"}]}}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '427' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:31:11 GMT + Pragma: + - no-cache + RequestId: + - a358ecda-3831-41b7-a4ec-58adc1cb4ab3 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "Created by fab", "displayName": + "fabcli000003", "definition": {"parts": [{"path": "RealTimeQueryset.json", "payload": + "e30=", "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIktRTFF1ZXJ5c2V0IiwKICAgICJkaXNwbGF5TmFtZSI6ICJmYWJjbGkwMDAwMDMiLAogICAgImRlc2NyaXB0aW9uIjogIkNyZWF0ZWQgYnkgZmFiIgogIH0sCiAgImNvbmZpZyI6IHsKICAgICJ2ZXJzaW9uIjogIjIuMCIsCiAgICAibG9naWNhbElkIjogIjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIKICB9Cn0=", + "payloadType": "InlineBase64"}]}, "folderId": null}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '746' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/3a69bfa0-df8c-4dc2-bc6b-3f1babdc6c6a/items + response: + body: + string: '{"id": "94ca3185-76f8-4266-be53-287df7804955", "type": "KQLQueryset", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "3a69bfa0-df8c-4dc2-bc6b-3f1babdc6c6a"}' + 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: + - Fri, 06 Feb 2026 07:31:15 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - 956c173c-bdf4-4e19-a82b-095e66946218 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "6a90f204-0fcf-4787-99a9-3ea6f45cb231", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "3a69bfa0-df8c-4dc2-bc6b-3f1babdc6c6a", "displayName": "fabcli000002", + "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: + - '2878' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:31:16 GMT + Pragma: + - no-cache + RequestId: + - c0621ab4-20d9-472f-b277-5855a11c7e56 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/6a90f204-0fcf-4787-99a9-3ea6f45cb231/items + response: + body: + string: '{"value": [{"id": "e49e5678-3843-444e-9226-2b3b626041be", "type": "KQLQueryset", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "6a90f204-0fcf-4787-99a9-3ea6f45cb231"}]}' + 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: + - Fri, 06 Feb 2026 07:31:17 GMT + Pragma: + - no-cache + RequestId: + - 15d3b709-4c87-489f-9c43-4a60af46673d + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/6a90f204-0fcf-4787-99a9-3ea6f45cb231/folders?recursive=True + 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: + - Fri, 06 Feb 2026 07:31:18 GMT + Pragma: + - no-cache + RequestId: + - 00eb7948-f281-4dd0-8c3f-bde8bc6a5e35 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "6a90f204-0fcf-4787-99a9-3ea6f45cb231", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "3a69bfa0-df8c-4dc2-bc6b-3f1babdc6c6a", "displayName": "fabcli000002", + "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: + - '2878' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:31:19 GMT + Pragma: + - no-cache + RequestId: + - 2e02d971-8328-48fc-9bf6-36d6be4945c7 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/3a69bfa0-df8c-4dc2-bc6b-3f1babdc6c6a/items + response: + body: + string: '{"value": [{"id": "94ca3185-76f8-4266-be53-287df7804955", "type": "KQLQueryset", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "3a69bfa0-df8c-4dc2-bc6b-3f1babdc6c6a"}]}' + 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: + - Fri, 06 Feb 2026 07:31:20 GMT + Pragma: + - no-cache + RequestId: + - 526a9b31-313d-4e33-837c-aed7cffe832a + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/3a69bfa0-df8c-4dc2-bc6b-3f1babdc6c6a/folders?recursive=True + 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: + - Fri, 06 Feb 2026 07:31:20 GMT + Pragma: + - no-cache + RequestId: + - 451a547f-1a81-49c4-96ea-7fc68b9f67c0 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "6a90f204-0fcf-4787-99a9-3ea6f45cb231", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "3a69bfa0-df8c-4dc2-bc6b-3f1babdc6c6a", "displayName": "fabcli000002", + "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: + - '2878' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:31:21 GMT + Pragma: + - no-cache + RequestId: + - 4e98a0d4-1e82-435b-97a5-5cca8ef5a22a + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/6a90f204-0fcf-4787-99a9-3ea6f45cb231/items + response: + body: + string: '{"value": [{"id": "e49e5678-3843-444e-9226-2b3b626041be", "type": "KQLQueryset", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "6a90f204-0fcf-4787-99a9-3ea6f45cb231"}]}' + 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: + - Fri, 06 Feb 2026 07:31:22 GMT + Pragma: + - no-cache + RequestId: + - b046b671-f073-4fdf-9738-9c8ddff9f95d + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/6a90f204-0fcf-4787-99a9-3ea6f45cb231/items/e49e5678-3843-444e-9226-2b3b626041be + 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: + - Fri, 06 Feb 2026 07:31:23 GMT + Pragma: + - no-cache + RequestId: + - 666f0448-02df-4fff-aa0d-93b2f9dc467b + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "6a90f204-0fcf-4787-99a9-3ea6f45cb231", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "3a69bfa0-df8c-4dc2-bc6b-3f1babdc6c6a", "displayName": "fabcli000002", + "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: + - '2878' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:31:23 GMT + Pragma: + - no-cache + RequestId: + - 184c2c01-8b97-4b6e-88a4-5a5bfb1233c8 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/6a90f204-0fcf-4787-99a9-3ea6f45cb231/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: + - Fri, 06 Feb 2026 07:31:24 GMT + Pragma: + - no-cache + RequestId: + - f89dc4f6-8f21-417d-b0fc-a45c735171c1 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/6a90f204-0fcf-4787-99a9-3ea6f45cb231 + 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: + - Fri, 06 Feb 2026 07:31:25 GMT + Pragma: + - no-cache + RequestId: + - e54c8c3f-6075-4841-9b40-794458c48403 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "3a69bfa0-df8c-4dc2-bc6b-3f1babdc6c6a", "displayName": "fabcli000002", + "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: + - '2842' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:31:26 GMT + Pragma: + - no-cache + RequestId: + - 02acba3d-4a0a-4c6f-a76f-0e09cb7659f7 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/3a69bfa0-df8c-4dc2-bc6b-3f1babdc6c6a/items + response: + body: + string: '{"value": [{"id": "94ca3185-76f8-4266-be53-287df7804955", "type": "KQLQueryset", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "3a69bfa0-df8c-4dc2-bc6b-3f1babdc6c6a"}]}' + 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: + - Fri, 06 Feb 2026 07:31:27 GMT + Pragma: + - no-cache + RequestId: + - a8e18246-ba20-4e35-83f4-dc3303010ff7 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/3a69bfa0-df8c-4dc2-bc6b-3f1babdc6c6a + 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: + - Fri, 06 Feb 2026 07:31:28 GMT + Pragma: + - no-cache + RequestId: + - 46443326-5a1a-4dde-ad47-cee47cec1e3b + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-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_cp/test_cp_item_to_item_success[MirroredDatabase].yaml b/tests/test_commands/recordings/test_commands/test_cp/test_cp_item_to_item_success[MirroredDatabase].yaml new file mode 100644 index 00000000..5c097400 --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_cp/test_cp_item_to_item_success[MirroredDatabase].yaml @@ -0,0 +1,1861 @@ +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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "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: + - '2805' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:31:28 GMT + Pragma: + - no-cache + RequestId: + - b22b13ee-b9e7-4934-92f2-e5aa255715fd + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "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: + - '2805' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:31:30 GMT + Pragma: + - no-cache + RequestId: + - 3cd67319-edc0-4962-98fa-67082b307962 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/capacities + response: + body: + string: '{"value": [{"id": "00000000-0000-0000-0000-000000000004", "displayName": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": + "Active"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '424' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:31:33 GMT + Pragma: + - no-cache + RequestId: + - 077142ea-aa0c-481d-a742-60227fcef51a + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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", "capacityId": + "00000000-0000-0000-0000-000000000004"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '122' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"id": "f426633d-d2f2-4a68-81c8-c80847b549b8", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '166' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:31:39 GMT + Location: + - https://api.fabric.microsoft.com/v1/workspaces/f426633d-d2f2-4a68-81c8-c80847b549b8 + Pragma: + - no-cache + RequestId: + - 9fa47721-f9f9-4a59-a639-ad29e0478394 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "f426633d-d2f2-4a68-81c8-c80847b549b8", "displayName": "fabcli000001", + "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: + - '2843' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:31:41 GMT + Pragma: + - no-cache + RequestId: + - f46641e4-4bf3-4e87-acaf-0aa674d622bc + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "f426633d-d2f2-4a68-81c8-c80847b549b8", "displayName": "fabcli000001", + "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: + - '2843' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:31:41 GMT + Pragma: + - no-cache + RequestId: + - 20242c96-095b-4ce4-8dac-504a360db98a + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/capacities + response: + body: + string: '{"value": [{"id": "00000000-0000-0000-0000-000000000004", "displayName": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": + "Active"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '429' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:31:47 GMT + Pragma: + - no-cache + RequestId: + - cd090887-e119-44c0-872a-3182f9327e18 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "fabcli000002", "capacityId": + "00000000-0000-0000-0000-000000000004"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '122' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"id": "d754b3ff-c3a9-4449-974e-f48e3ddf8f67", "displayName": "fabcli000002", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '166' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:31:55 GMT + Location: + - https://api.fabric.microsoft.com/v1/workspaces/d754b3ff-c3a9-4449-974e-f48e3ddf8f67 + Pragma: + - no-cache + RequestId: + - c9a99147-51f7-468e-8bbf-78ae9fc5e620 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "f426633d-d2f2-4a68-81c8-c80847b549b8", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "d754b3ff-c3a9-4449-974e-f48e3ddf8f67", "displayName": "fabcli000002", + "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: + - '2879' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:31:56 GMT + Pragma: + - no-cache + RequestId: + - aae63f54-0bbf-423d-907a-475e8ef07315 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/f426633d-d2f2-4a68-81c8-c80847b549b8/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: + - Fri, 06 Feb 2026 07:31:57 GMT + Pragma: + - no-cache + RequestId: + - 9c7d3e3c-4f62-4c91-b6a5-3ac681abd570 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/f426633d-d2f2-4a68-81c8-c80847b549b8/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: + - Fri, 06 Feb 2026 07:31:57 GMT + Pragma: + - no-cache + RequestId: + - b355dc6b-62b5-4b43-b8d8-85b42d68e73a + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "fabcli000003", "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/f426633d-d2f2-4a68-81c8-c80847b549b8/mirroredDatabases + response: + body: + string: '{"id": "141a3be4-e52c-4188-8fa5-ef1aba2b820e", "type": "MirroredDatabase", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "f426633d-d2f2-4a68-81c8-c80847b549b8"}' + 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: + - Fri, 06 Feb 2026 07:32:01 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - d0f6db56-5c52-406e-a851-5de344df16f9 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "f426633d-d2f2-4a68-81c8-c80847b549b8", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "d754b3ff-c3a9-4449-974e-f48e3ddf8f67", "displayName": "fabcli000002", + "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: + - '2879' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:32:01 GMT + Pragma: + - no-cache + RequestId: + - 6e2d44d7-4e6e-4c8d-9b49-b510d3f79813 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/f426633d-d2f2-4a68-81c8-c80847b549b8/items + response: + body: + string: '{"value": [{"id": "141a3be4-e52c-4188-8fa5-ef1aba2b820e", "type": "MirroredDatabase", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "f426633d-d2f2-4a68-81c8-c80847b549b8"}]}' + 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: + - Fri, 06 Feb 2026 07:32:03 GMT + Pragma: + - no-cache + RequestId: + - 527abfee-c87a-45fc-833a-500024d2730f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "f426633d-d2f2-4a68-81c8-c80847b549b8", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "d754b3ff-c3a9-4449-974e-f48e3ddf8f67", "displayName": "fabcli000002", + "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: + - '2879' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:32:03 GMT + Pragma: + - no-cache + RequestId: + - f5591635-9a88-4575-907e-f62abdedd952 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/d754b3ff-c3a9-4449-974e-f48e3ddf8f67/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: + - Fri, 06 Feb 2026 07:32:04 GMT + Pragma: + - no-cache + RequestId: + - a26d97f6-edee-4411-b3a0-f0f62b2b404e + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/d754b3ff-c3a9-4449-974e-f48e3ddf8f67/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: + - Fri, 06 Feb 2026 07:32:05 GMT + Pragma: + - no-cache + RequestId: + - 2e96bd30-f0c8-406d-8058-dce19b82f9a1 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/d754b3ff-c3a9-4449-974e-f48e3ddf8f67/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: + - Fri, 06 Feb 2026 07:32:05 GMT + Pragma: + - no-cache + RequestId: + - aef13018-fb8c-4590-9dda-2c325d667b46 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/f426633d-d2f2-4a68-81c8-c80847b549b8/items/141a3be4-e52c-4188-8fa5-ef1aba2b820e + response: + body: + string: '{"id": "141a3be4-e52c-4188-8fa5-ef1aba2b820e", "type": "MirroredDatabase", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "f426633d-d2f2-4a68-81c8-c80847b549b8"}' + 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: + - Fri, 06 Feb 2026 07:32:07 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - a239077f-df4c-4bba-950e-35f622171dfc + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/f426633d-d2f2-4a68-81c8-c80847b549b8/items/141a3be4-e52c-4188-8fa5-ef1aba2b820e/getDefinition + response: + body: + string: '{"definition": {"parts": [{"path": "mirroring.json", "payload": "ew0KICAicHJvcGVydGllcyI6IHsNCiAgICAic291cmNlIjogew0KICAgICAgInR5cGUiOiAiR2VuZXJpY01pcnJvciIsDQogICAgICAidHlwZVByb3BlcnRpZXMiOiB7fQ0KICAgIH0sDQogICAgInRhcmdldCI6IHsNCiAgICAgICJ0eXBlIjogIk1vdW50ZWRSZWxhdGlvbmFsRGF0YWJhc2UiLA0KICAgICAgInR5cGVQcm9wZXJ0aWVzIjogew0KICAgICAgICAiZm9ybWF0IjogIkRlbHRhIg0KICAgICAgfQ0KICAgIH0NCiAgfQ0KfQ==", + "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIk1pcnJvcmVkRGF0YWJhc2UiLAogICAgImRpc3BsYXlOYW1lIjogImZhYmNsaTAwMDAwMyIsCiAgICAiZGVzY3JpcHRpb24iOiAiQ3JlYXRlZCBieSBmYWIiCiAgfSwKICAiY29uZmlnIjogewogICAgInZlcnNpb24iOiAiMi4wIiwKICAgICJsb2dpY2FsSWQiOiAiMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIgogIH0KfQ==", + "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: + - Fri, 06 Feb 2026 07:32:07 GMT + Pragma: + - no-cache + RequestId: + - 0aec633e-7d59-4de3-af35-0e411f831d5b + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "Created by fab", "displayName": + "fabcli000003", "definition": {"parts": [{"path": "mirroring.json", "payload": + "ew0KICAicHJvcGVydGllcyI6IHsNCiAgICAic291cmNlIjogew0KICAgICAgInR5cGUiOiAiR2VuZXJpY01pcnJvciIsDQogICAgICAidHlwZVByb3BlcnRpZXMiOiB7fQ0KICAgIH0sDQogICAgInRhcmdldCI6IHsNCiAgICAgICJ0eXBlIjogIk1vdW50ZWRSZWxhdGlvbmFsRGF0YWJhc2UiLA0KICAgICAgInR5cGVQcm9wZXJ0aWVzIjogew0KICAgICAgICAiZm9ybWF0IjogIkRlbHRhIg0KICAgICAgfQ0KICAgIH0NCiAgfQ0KfQ==", + "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIk1pcnJvcmVkRGF0YWJhc2UiLAogICAgImRpc3BsYXlOYW1lIjogImZhYmNsaTAwMDAwMyIsCiAgICAiZGVzY3JpcHRpb24iOiAiQ3JlYXRlZCBieSBmYWIiCiAgfSwKICAiY29uZmlnIjogewogICAgInZlcnNpb24iOiAiMi4wIiwKICAgICJsb2dpY2FsSWQiOiAiMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIgogIH0KfQ==", + "payloadType": "InlineBase64"}]}, "folderId": null}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '1076' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/d754b3ff-c3a9-4449-974e-f48e3ddf8f67/items + response: + body: + string: '{"id": "ae8c03dd-9b88-41c8-af7f-be30b69cc0a2", "type": "MirroredDatabase", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "d754b3ff-c3a9-4449-974e-f48e3ddf8f67"}' + 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: + - Fri, 06 Feb 2026 07:32:09 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - a7280425-a832-4334-9fa7-8b955dc552b2 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "f426633d-d2f2-4a68-81c8-c80847b549b8", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "d754b3ff-c3a9-4449-974e-f48e3ddf8f67", "displayName": "fabcli000002", + "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: + - '2879' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:32:11 GMT + Pragma: + - no-cache + RequestId: + - 211539b3-cb64-4a84-97e1-2a511ff586cf + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/f426633d-d2f2-4a68-81c8-c80847b549b8/items + response: + body: + string: '{"value": [{"id": "141a3be4-e52c-4188-8fa5-ef1aba2b820e", "type": "MirroredDatabase", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "f426633d-d2f2-4a68-81c8-c80847b549b8"}]}' + 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: + - Fri, 06 Feb 2026 07:32:11 GMT + Pragma: + - no-cache + RequestId: + - 46c10948-770b-4df2-9da0-e24e84883125 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/f426633d-d2f2-4a68-81c8-c80847b549b8/folders?recursive=True + 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: + - Fri, 06 Feb 2026 07:32:12 GMT + Pragma: + - no-cache + RequestId: + - eac3bf59-b189-4548-b34a-f991850a80d4 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "f426633d-d2f2-4a68-81c8-c80847b549b8", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "d754b3ff-c3a9-4449-974e-f48e3ddf8f67", "displayName": "fabcli000002", + "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: + - '2879' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:32:13 GMT + Pragma: + - no-cache + RequestId: + - 591ffb47-0a7f-47ec-8dbf-81418f5d1b29 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/d754b3ff-c3a9-4449-974e-f48e3ddf8f67/items + response: + body: + string: '{"value": [{"id": "ae8c03dd-9b88-41c8-af7f-be30b69cc0a2", "type": "MirroredDatabase", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "d754b3ff-c3a9-4449-974e-f48e3ddf8f67"}]}' + 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: + - Fri, 06 Feb 2026 07:32:14 GMT + Pragma: + - no-cache + RequestId: + - ca789eee-de6b-45cb-9d12-725dfaab2e10 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/d754b3ff-c3a9-4449-974e-f48e3ddf8f67/folders?recursive=True + 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: + - Fri, 06 Feb 2026 07:32:15 GMT + Pragma: + - no-cache + RequestId: + - 3a726c2f-08d4-4154-9733-2fea0365cae8 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "f426633d-d2f2-4a68-81c8-c80847b549b8", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "d754b3ff-c3a9-4449-974e-f48e3ddf8f67", "displayName": "fabcli000002", + "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: + - '2879' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:32:16 GMT + Pragma: + - no-cache + RequestId: + - 74fba506-03fe-485f-a699-8738804f2bf8 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/f426633d-d2f2-4a68-81c8-c80847b549b8/items + response: + body: + string: '{"value": [{"id": "16c389ce-d60c-4b58-b282-af805a0daeaf", "type": "SQLEndpoint", + "displayName": "fabcli000003", "description": "", "workspaceId": "f426633d-d2f2-4a68-81c8-c80847b549b8"}, + {"id": "141a3be4-e52c-4188-8fa5-ef1aba2b820e", "type": "MirroredDatabase", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "f426633d-d2f2-4a68-81c8-c80847b549b8"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '231' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:32:17 GMT + Pragma: + - no-cache + RequestId: + - fed1a193-82b9-49b3-91f8-655605455dce + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/f426633d-d2f2-4a68-81c8-c80847b549b8/items/141a3be4-e52c-4188-8fa5-ef1aba2b820e + 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: + - Fri, 06 Feb 2026 07:32:17 GMT + Pragma: + - no-cache + RequestId: + - f50fa76e-cdf5-4d5b-a199-1c3249294944 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "f426633d-d2f2-4a68-81c8-c80847b549b8", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "d754b3ff-c3a9-4449-974e-f48e3ddf8f67", "displayName": "fabcli000002", + "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: + - '2879' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:32:18 GMT + Pragma: + - no-cache + RequestId: + - 5c2aaa89-b99d-43b6-ada5-af45308a8071 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/f426633d-d2f2-4a68-81c8-c80847b549b8/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: + - Fri, 06 Feb 2026 07:32:19 GMT + Pragma: + - no-cache + RequestId: + - 9796f9af-c723-466a-b1f2-c8f372ed3438 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/f426633d-d2f2-4a68-81c8-c80847b549b8 + 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: + - Fri, 06 Feb 2026 07:32:20 GMT + Pragma: + - no-cache + RequestId: + - 499f6b1f-abf4-4e34-9507-30475f09c33f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "d754b3ff-c3a9-4449-974e-f48e3ddf8f67", "displayName": "fabcli000002", + "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: + - '2840' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:32:20 GMT + Pragma: + - no-cache + RequestId: + - 93777305-d6ee-4e5f-961f-8dd8bc0f7c11 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/d754b3ff-c3a9-4449-974e-f48e3ddf8f67/items + response: + body: + string: '{"value": [{"id": "ae8c03dd-9b88-41c8-af7f-be30b69cc0a2", "type": "MirroredDatabase", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "d754b3ff-c3a9-4449-974e-f48e3ddf8f67"}]}' + 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: + - Fri, 06 Feb 2026 07:32:21 GMT + Pragma: + - no-cache + RequestId: + - 264848bc-8552-4c02-9634-c423168857a2 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/d754b3ff-c3a9-4449-974e-f48e3ddf8f67 + 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: + - Fri, 06 Feb 2026 07:32:22 GMT + Pragma: + - no-cache + RequestId: + - 365b8659-48f1-46d2-99db-15c94a065240 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-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_cp/test_cp_item_to_item_success[Notebook].yaml b/tests/test_commands/recordings/test_commands/test_cp/test_cp_item_to_item_success[Notebook].yaml new file mode 100644 index 00000000..05ab6844 --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_cp/test_cp_item_to_item_success[Notebook].yaml @@ -0,0 +1,2159 @@ +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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "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: + - '2805' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:32:24 GMT + Pragma: + - no-cache + RequestId: + - 88995911-46ad-483a-805e-67216dbe17bd + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "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: + - '2805' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:32:24 GMT + Pragma: + - no-cache + RequestId: + - 8c535acb-47f8-439c-b7de-34f10664db4d + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/capacities + response: + body: + string: '{"value": [{"id": "00000000-0000-0000-0000-000000000004", "displayName": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": + "Active"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '424' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:32:27 GMT + Pragma: + - no-cache + RequestId: + - 16051131-80e6-46b5-9a2b-4b94ebe5ea58 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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", "capacityId": + "00000000-0000-0000-0000-000000000004"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '122' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"id": "e6ebd6d9-5c5c-4066-862d-11624d065bc6", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '166' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:32:35 GMT + Location: + - https://api.fabric.microsoft.com/v1/workspaces/e6ebd6d9-5c5c-4066-862d-11624d065bc6 + Pragma: + - no-cache + RequestId: + - 5eb55bb3-58be-4c80-aa1e-b6febed407f5 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "e6ebd6d9-5c5c-4066-862d-11624d065bc6", "displayName": "fabcli000001", + "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: + - '2846' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:32:36 GMT + Pragma: + - no-cache + RequestId: + - 3ad616d6-0c6f-4644-94fa-9d45b400e98f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "e6ebd6d9-5c5c-4066-862d-11624d065bc6", "displayName": "fabcli000001", + "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: + - '2846' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:32:37 GMT + Pragma: + - no-cache + RequestId: + - 2baf8088-6fd4-45fe-a930-76b272aa0b19 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/capacities + response: + body: + string: '{"value": [{"id": "00000000-0000-0000-0000-000000000004", "displayName": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": + "Active"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '429' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:32:39 GMT + Pragma: + - no-cache + RequestId: + - 288f82e0-014e-47cf-a3d3-a97f2cf43657 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "fabcli000002", "capacityId": + "00000000-0000-0000-0000-000000000004"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '122' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"id": "aeeee4a8-b729-4e4f-8882-6cd1f7b5ff6a", "displayName": "fabcli000002", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '165' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:32:47 GMT + Location: + - https://api.fabric.microsoft.com/v1/workspaces/aeeee4a8-b729-4e4f-8882-6cd1f7b5ff6a + Pragma: + - no-cache + RequestId: + - f95d4900-0c8f-4749-a354-bf6eb6b2cfa5 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "e6ebd6d9-5c5c-4066-862d-11624d065bc6", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "aeeee4a8-b729-4e4f-8882-6cd1f7b5ff6a", "displayName": "fabcli000002", + "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: + - '2882' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:32:47 GMT + Pragma: + - no-cache + RequestId: + - 5c6f4316-4e3a-49c7-92a0-0bff3d72020b + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/e6ebd6d9-5c5c-4066-862d-11624d065bc6/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: + - Fri, 06 Feb 2026 07:32:49 GMT + Pragma: + - no-cache + RequestId: + - 74b73271-4d1c-4360-93db-0e07e3d7f9a1 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/e6ebd6d9-5c5c-4066-862d-11624d065bc6/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: + - Fri, 06 Feb 2026 07:32:49 GMT + Pragma: + - no-cache + RequestId: + - d15dc654-c755-4659-9481-bff5a9d60b48 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "fabcli000003", "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/e6ebd6d9-5c5c-4066-862d-11624d065bc6/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: + - Fri, 06 Feb 2026 07:32:50 GMT + ETag: + - '""' + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/4eba3d63-14ff-42b8-afcf-8364f913b1af + Pragma: + - no-cache + RequestId: + - c706bac4-b8ca-4a22-9047-71868fd2ea28 + 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: + - 4eba3d63-14ff-42b8-afcf-8364f913b1af + 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/4eba3d63-14ff-42b8-afcf-8364f913b1af + response: + body: + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-06T07:32:50.9174029", + "lastUpdatedTimeUtc": "2026-02-06T07:32:54.2936683", "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: + - Fri, 06 Feb 2026 07:33:13 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/4eba3d63-14ff-42b8-afcf-8364f913b1af/result + Pragma: + - no-cache + RequestId: + - 714272ad-2a9a-4957-8c41-fe084b9d0727 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + x-ms-operation-id: + - 4eba3d63-14ff-42b8-afcf-8364f913b1af + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + 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/4eba3d63-14ff-42b8-afcf-8364f913b1af/result + response: + body: + string: '{"id": "458625d1-d48e-442e-864f-4614a2492c15", "type": "Notebook", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "e6ebd6d9-5c5c-4066-862d-11624d065bc6"}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Type: + - application/json + Date: + - Fri, 06 Feb 2026 07:33:14 GMT + Pragma: + - no-cache + RequestId: + - 8c85e5a1-11d6-4791-bb98-93bc1ed0b0ac + 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "e6ebd6d9-5c5c-4066-862d-11624d065bc6", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "aeeee4a8-b729-4e4f-8882-6cd1f7b5ff6a", "displayName": "fabcli000002", + "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: + - '2882' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:33:15 GMT + Pragma: + - no-cache + RequestId: + - d22a0a1d-374d-4b7d-bdfe-31a85004e0ee + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/e6ebd6d9-5c5c-4066-862d-11624d065bc6/items + response: + body: + string: '{"value": [{"id": "458625d1-d48e-442e-864f-4614a2492c15", "type": "Notebook", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "e6ebd6d9-5c5c-4066-862d-11624d065bc6"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '176' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:33:15 GMT + Pragma: + - no-cache + RequestId: + - 3bb525ac-32cd-4280-babb-4848c6adccee + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "e6ebd6d9-5c5c-4066-862d-11624d065bc6", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "aeeee4a8-b729-4e4f-8882-6cd1f7b5ff6a", "displayName": "fabcli000002", + "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: + - '2882' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:33:16 GMT + Pragma: + - no-cache + RequestId: + - ba1992c1-998e-4098-97b3-361f82a7fd3e + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/aeeee4a8-b729-4e4f-8882-6cd1f7b5ff6a/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: + - Fri, 06 Feb 2026 07:33:17 GMT + Pragma: + - no-cache + RequestId: + - ca760617-1454-4e90-9f48-059a7ac8658d + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/aeeee4a8-b729-4e4f-8882-6cd1f7b5ff6a/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: + - Fri, 06 Feb 2026 07:33:18 GMT + Pragma: + - no-cache + RequestId: + - 60e57bec-3af1-4f5e-bc32-10b026067649 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/aeeee4a8-b729-4e4f-8882-6cd1f7b5ff6a/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: + - Fri, 06 Feb 2026 07:33:19 GMT + Pragma: + - no-cache + RequestId: + - f7441aac-4c1f-4a21-91bd-98159d8864f6 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/e6ebd6d9-5c5c-4066-862d-11624d065bc6/items/458625d1-d48e-442e-864f-4614a2492c15 + response: + body: + string: '{"id": "458625d1-d48e-442e-864f-4614a2492c15", "type": "Notebook", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "e6ebd6d9-5c5c-4066-862d-11624d065bc6"}' + 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: + - Fri, 06 Feb 2026 07:33:20 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - 8aa00818-4a44-4b31-9d37-7f2f62338d14 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/e6ebd6d9-5c5c-4066-862d-11624d065bc6/items/458625d1-d48e-442e-864f-4614a2492c15/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: + - Fri, 06 Feb 2026 07:33:20 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/2181f6d5-55e5-4ea7-8345-364da7705f54 + Pragma: + - no-cache + RequestId: + - ea8fb8da-3cca-4c28-ad71-75834da16e39 + 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: + - 2181f6d5-55e5-4ea7-8345-364da7705f54 + 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/2181f6d5-55e5-4ea7-8345-364da7705f54 + response: + body: + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-06T07:33:21.2998395", + "lastUpdatedTimeUtc": "2026-02-06T07:33:21.5967366", "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: + - Fri, 06 Feb 2026 07:33:43 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/2181f6d5-55e5-4ea7-8345-364da7705f54/result + Pragma: + - no-cache + RequestId: + - 537b7e95-6c52-4121-8ae5-24c032632dd4 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + x-ms-operation-id: + - 2181f6d5-55e5-4ea7-8345-364da7705f54 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + 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/2181f6d5-55e5-4ea7-8345-364da7705f54/result + response: + body: + string: '{"definition": {"parts": [{"path": "notebook-content.py", "payload": + "IyBGYWJyaWMgbm90ZWJvb2sgc291cmNlCgojIE1FVEFEQVRBICoqKioqKioqKioqKioqKioqKioqCgojIE1FVEEgewojIE1FVEEgICAia2VybmVsX2luZm8iOiB7CiMgTUVUQSAgICAgIm5hbWUiOiAic3luYXBzZV9weXNwYXJrIgojIE1FVEEgICB9LAojIE1FVEEgICAiZGVwZW5kZW5jaWVzIjoge30KIyBNRVRBIH0KCiMgQ0VMTCAqKioqKioqKioqKioqKioqKioqKgoKIyBXZWxjb21lIHRvIHlvdXIgbmV3IG5vdGVib29rCiMgVHlwZSBoZXJlIGluIHRoZSBjZWxsIGVkaXRvciB0byBhZGQgY29kZSEKCgojIE1FVEFEQVRBICoqKioqKioqKioqKioqKioqKioqCgojIE1FVEEgewojIE1FVEEgICAibGFuZ3VhZ2UiOiAicHl0aG9uIiwKIyBNRVRBICAgImxhbmd1YWdlX2dyb3VwIjogInN5bmFwc2VfcHlzcGFyayIKIyBNRVRBIH0K", + "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIk5vdGVib29rIiwKICAgICJkaXNwbGF5TmFtZSI6ICJmYWJjbGkwMDAwMDMiLAogICAgImRlc2NyaXB0aW9uIjogIkNyZWF0ZWQgYnkgZmFiIgogIH0sCiAgImNvbmZpZyI6IHsKICAgICJ2ZXJzaW9uIjogIjIuMCIsCiAgICAibG9naWNhbElkIjogIjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIKICB9Cn0=", + "payloadType": "InlineBase64"}]}}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Type: + - application/json + Date: + - Fri, 06 Feb 2026 07:33:43 GMT + Pragma: + - no-cache + RequestId: + - 629be783-6eb4-4c72-8198-6643348d12a3 + 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: '{"type": "Notebook", "description": "Created by fab", "displayName": "fabcli000003", + "definition": {"parts": [{"path": "notebook-content.py", "payload": "IyBGYWJyaWMgbm90ZWJvb2sgc291cmNlCgojIE1FVEFEQVRBICoqKioqKioqKioqKioqKioqKioqCgojIE1FVEEgewojIE1FVEEgICAia2VybmVsX2luZm8iOiB7CiMgTUVUQSAgICAgIm5hbWUiOiAic3luYXBzZV9weXNwYXJrIgojIE1FVEEgICB9LAojIE1FVEEgICAiZGVwZW5kZW5jaWVzIjoge30KIyBNRVRBIH0KCiMgQ0VMTCAqKioqKioqKioqKioqKioqKioqKgoKIyBXZWxjb21lIHRvIHlvdXIgbmV3IG5vdGVib29rCiMgVHlwZSBoZXJlIGluIHRoZSBjZWxsIGVkaXRvciB0byBhZGQgY29kZSEKCgojIE1FVEFEQVRBICoqKioqKioqKioqKioqKioqKioqCgojIE1FVEEgewojIE1FVEEgICAibGFuZ3VhZ2UiOiAicHl0aG9uIiwKIyBNRVRBICAgImxhbmd1YWdlX2dyb3VwIjogInN5bmFwc2VfcHlzcGFyayIKIyBNRVRBIH0K", + "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIk5vdGVib29rIiwKICAgICJkaXNwbGF5TmFtZSI6ICJmYWJjbGkwMDAwMDMiLAogICAgImRlc2NyaXB0aW9uIjogIkNyZWF0ZWQgYnkgZmFiIgogIH0sCiAgImNvbmZpZyI6IHsKICAgICJ2ZXJzaW9uIjogIjIuMCIsCiAgICAibG9naWNhbElkIjogIjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIKICB9Cn0=", + "payloadType": "InlineBase64"}]}, "folderId": null}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '1285' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/aeeee4a8-b729-4e4f-8882-6cd1f7b5ff6a/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: + - Fri, 06 Feb 2026 07:33:45 GMT + ETag: + - '""' + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/d73c3c23-4233-4646-96f6-4ab5375ce317 + Pragma: + - no-cache + RequestId: + - 5a050cb2-96b1-4b45-bf4c-20ee893dfd6a + 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: + - d73c3c23-4233-4646-96f6-4ab5375ce317 + 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/d73c3c23-4233-4646-96f6-4ab5375ce317 + response: + body: + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-06T07:33:45.2096724", + "lastUpdatedTimeUtc": "2026-02-06T07:33:46.8346822", "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: + - Fri, 06 Feb 2026 07:34:07 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/d73c3c23-4233-4646-96f6-4ab5375ce317/result + Pragma: + - no-cache + RequestId: + - 43b1b9e1-724d-408b-b023-9da62cca7c06 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + x-ms-operation-id: + - d73c3c23-4233-4646-96f6-4ab5375ce317 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + 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/d73c3c23-4233-4646-96f6-4ab5375ce317/result + response: + body: + string: '{"id": "7409ba6d-a093-4a31-b285-779b30520ee5", "type": "Notebook", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "aeeee4a8-b729-4e4f-8882-6cd1f7b5ff6a"}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Type: + - application/json + Date: + - Fri, 06 Feb 2026 07:34:07 GMT + Pragma: + - no-cache + RequestId: + - cf98c719-339c-4e29-9477-d9ef27e48c3b + 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "e6ebd6d9-5c5c-4066-862d-11624d065bc6", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "aeeee4a8-b729-4e4f-8882-6cd1f7b5ff6a", "displayName": "fabcli000002", + "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: + - '2882' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:34:09 GMT + Pragma: + - no-cache + RequestId: + - e0d000d8-4d6e-419b-b3a7-25aa18213cf0 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/e6ebd6d9-5c5c-4066-862d-11624d065bc6/items + response: + body: + string: '{"value": [{"id": "458625d1-d48e-442e-864f-4614a2492c15", "type": "Notebook", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "e6ebd6d9-5c5c-4066-862d-11624d065bc6"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '176' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:34:10 GMT + Pragma: + - no-cache + RequestId: + - ea840f5f-9f62-4a6f-89e8-7cd84b5f4834 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/e6ebd6d9-5c5c-4066-862d-11624d065bc6/folders?recursive=True + 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: + - Fri, 06 Feb 2026 07:34:10 GMT + Pragma: + - no-cache + RequestId: + - 48d57f30-de37-4bb8-b79a-23f15b44d84f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "e6ebd6d9-5c5c-4066-862d-11624d065bc6", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "aeeee4a8-b729-4e4f-8882-6cd1f7b5ff6a", "displayName": "fabcli000002", + "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: + - '2882' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:34:11 GMT + Pragma: + - no-cache + RequestId: + - 5bd955b5-42dd-4368-9902-cd230eef39d4 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/aeeee4a8-b729-4e4f-8882-6cd1f7b5ff6a/items + response: + body: + string: '{"value": [{"id": "7409ba6d-a093-4a31-b285-779b30520ee5", "type": "Notebook", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "aeeee4a8-b729-4e4f-8882-6cd1f7b5ff6a"}]}' + 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: + - Fri, 06 Feb 2026 07:34:12 GMT + Pragma: + - no-cache + RequestId: + - 8e633a38-1b3e-4535-b046-747db0833e6f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/aeeee4a8-b729-4e4f-8882-6cd1f7b5ff6a/folders?recursive=True + 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: + - Fri, 06 Feb 2026 07:34:13 GMT + Pragma: + - no-cache + RequestId: + - 9bd71f0a-6637-4d5b-bf7c-787bab53e163 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "e6ebd6d9-5c5c-4066-862d-11624d065bc6", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "aeeee4a8-b729-4e4f-8882-6cd1f7b5ff6a", "displayName": "fabcli000002", + "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: + - '2882' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:34:13 GMT + Pragma: + - no-cache + RequestId: + - eabc161b-3dfd-456d-9107-d974f2f95064 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/e6ebd6d9-5c5c-4066-862d-11624d065bc6/items + response: + body: + string: '{"value": [{"id": "458625d1-d48e-442e-864f-4614a2492c15", "type": "Notebook", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "e6ebd6d9-5c5c-4066-862d-11624d065bc6"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '176' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:34:14 GMT + Pragma: + - no-cache + RequestId: + - 3b521090-5865-4a5e-9653-9f7e045ea285 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/e6ebd6d9-5c5c-4066-862d-11624d065bc6/items/458625d1-d48e-442e-864f-4614a2492c15 + 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: + - Fri, 06 Feb 2026 07:34:15 GMT + Pragma: + - no-cache + RequestId: + - 698f091e-ddb2-4fef-bc1d-fc0e014a4525 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "e6ebd6d9-5c5c-4066-862d-11624d065bc6", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "aeeee4a8-b729-4e4f-8882-6cd1f7b5ff6a", "displayName": "fabcli000002", + "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: + - '2882' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:34:16 GMT + Pragma: + - no-cache + RequestId: + - c0aa0c2b-01ac-4316-9990-7ae200962a78 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/e6ebd6d9-5c5c-4066-862d-11624d065bc6/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: + - Fri, 06 Feb 2026 07:34:17 GMT + Pragma: + - no-cache + RequestId: + - 0484ed85-1196-492c-8dda-940526936d8b + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/e6ebd6d9-5c5c-4066-862d-11624d065bc6 + 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: + - Fri, 06 Feb 2026 07:34:17 GMT + Pragma: + - no-cache + RequestId: + - 2db8bc3e-484e-4c00-9eb5-0e35c432ac75 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "aeeee4a8-b729-4e4f-8882-6cd1f7b5ff6a", "displayName": "fabcli000002", + "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: + - '2843' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:34:18 GMT + Pragma: + - no-cache + RequestId: + - 9a3ce03b-e99b-48a7-8bde-483f82cd5ed2 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/aeeee4a8-b729-4e4f-8882-6cd1f7b5ff6a/items + response: + body: + string: '{"value": [{"id": "7409ba6d-a093-4a31-b285-779b30520ee5", "type": "Notebook", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "aeeee4a8-b729-4e4f-8882-6cd1f7b5ff6a"}]}' + 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: + - Fri, 06 Feb 2026 07:34:19 GMT + Pragma: + - no-cache + RequestId: + - 803f485e-1af6-45a3-adb5-cd978049e017 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/aeeee4a8-b729-4e4f-8882-6cd1f7b5ff6a + 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: + - Fri, 06 Feb 2026 07:34:20 GMT + Pragma: + - no-cache + RequestId: + - bb8418d7-daec-4a30-9555-409675537808 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-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_cp/test_cp_item_to_item_success[Reflex].yaml b/tests/test_commands/recordings/test_commands/test_cp/test_cp_item_to_item_success[Reflex].yaml new file mode 100644 index 00000000..26085a86 --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_cp/test_cp_item_to_item_success[Reflex].yaml @@ -0,0 +1,1853 @@ +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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "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: + - '2805' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:34:21 GMT + Pragma: + - no-cache + RequestId: + - e4341515-1d5e-4659-8964-da285a03e280 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "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: + - '2805' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:34:21 GMT + Pragma: + - no-cache + RequestId: + - aa87d1a0-e5ec-4fa9-8d7b-61387adec46f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/capacities + response: + body: + string: '{"value": [{"id": "00000000-0000-0000-0000-000000000004", "displayName": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": + "Active"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '424' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:34:31 GMT + Pragma: + - no-cache + RequestId: + - 06e94dc7-9f5f-4bee-9b75-1c8eb8c830a8 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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", "capacityId": + "00000000-0000-0000-0000-000000000004"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '122' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"id": "99906f42-7ae9-4619-b281-0d92e1a43c1a", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '167' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:34:40 GMT + Location: + - https://api.fabric.microsoft.com/v1/workspaces/99906f42-7ae9-4619-b281-0d92e1a43c1a + Pragma: + - no-cache + RequestId: + - 319cf893-e40e-4703-a542-136e3065c4f0 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "99906f42-7ae9-4619-b281-0d92e1a43c1a", "displayName": "fabcli000001", + "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: + - '2844' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:34:40 GMT + Pragma: + - no-cache + RequestId: + - 88be92b2-c2f4-429a-a829-c91ca3d6bdfb + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "99906f42-7ae9-4619-b281-0d92e1a43c1a", "displayName": "fabcli000001", + "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: + - '2844' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:34:40 GMT + Pragma: + - no-cache + RequestId: + - 4916161b-71c3-4c5f-a407-b1691bcfd690 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/capacities + response: + body: + string: '{"value": [{"id": "00000000-0000-0000-0000-000000000004", "displayName": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": + "Active"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '427' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:34:46 GMT + Pragma: + - no-cache + RequestId: + - 649516dc-7adb-4132-ac89-18c4cf631e3b + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "fabcli000002", "capacityId": + "00000000-0000-0000-0000-000000000004"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '122' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"id": "edaeec11-8a7a-4141-a502-fa6ada85d14c", "displayName": "fabcli000002", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '166' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:34:54 GMT + Location: + - https://api.fabric.microsoft.com/v1/workspaces/edaeec11-8a7a-4141-a502-fa6ada85d14c + Pragma: + - no-cache + RequestId: + - 4dba4d8c-e304-4ab4-a6ce-12d11ad981ad + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "99906f42-7ae9-4619-b281-0d92e1a43c1a", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "edaeec11-8a7a-4141-a502-fa6ada85d14c", "displayName": "fabcli000002", + "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: + - '2882' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:34:55 GMT + Pragma: + - no-cache + RequestId: + - d49d61a7-a611-4dcc-b4db-c1ed7af3ce73 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/99906f42-7ae9-4619-b281-0d92e1a43c1a/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: + - Fri, 06 Feb 2026 07:34:56 GMT + Pragma: + - no-cache + RequestId: + - 68522796-631b-4d87-a167-7806514452e1 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/99906f42-7ae9-4619-b281-0d92e1a43c1a/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: + - Fri, 06 Feb 2026 07:34:56 GMT + Pragma: + - no-cache + RequestId: + - 85e84eb9-d1e4-4241-bca5-38e13a6c166d + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "fabcli000003", "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/99906f42-7ae9-4619-b281-0d92e1a43c1a/reflexes + response: + body: + string: '{"id": "53452f57-fff9-4379-adc8-8b31afc3cb18", "type": "Reflex", "displayName": + "fabcli000003", "description": "Created by fab", "workspaceId": "99906f42-7ae9-4619-b281-0d92e1a43c1a"}' + 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: + - Fri, 06 Feb 2026 07:34:59 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - d5244a4f-892f-4643-9a13-6670e6e213f5 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "99906f42-7ae9-4619-b281-0d92e1a43c1a", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "edaeec11-8a7a-4141-a502-fa6ada85d14c", "displayName": "fabcli000002", + "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: + - '2882' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:35:00 GMT + Pragma: + - no-cache + RequestId: + - 1985e51b-de56-4d40-80a6-c8bfde06915c + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/99906f42-7ae9-4619-b281-0d92e1a43c1a/items + response: + body: + string: '{"value": [{"id": "53452f57-fff9-4379-adc8-8b31afc3cb18", "type": "Reflex", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "99906f42-7ae9-4619-b281-0d92e1a43c1a"}]}' + 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: + - Fri, 06 Feb 2026 07:35:00 GMT + Pragma: + - no-cache + RequestId: + - c1b9c2f7-b746-423b-bee0-900b90275c4c + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "99906f42-7ae9-4619-b281-0d92e1a43c1a", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "edaeec11-8a7a-4141-a502-fa6ada85d14c", "displayName": "fabcli000002", + "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: + - '2882' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:35:02 GMT + Pragma: + - no-cache + RequestId: + - ab42ed67-d2a4-473c-a845-7fcd6d5e5ecb + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/edaeec11-8a7a-4141-a502-fa6ada85d14c/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: + - Fri, 06 Feb 2026 07:35:02 GMT + Pragma: + - no-cache + RequestId: + - bc0b9a10-77e3-4ea4-b76d-82de8adca83e + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/edaeec11-8a7a-4141-a502-fa6ada85d14c/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: + - Fri, 06 Feb 2026 07:35:03 GMT + Pragma: + - no-cache + RequestId: + - b143d0c9-8005-4533-b304-818241aab277 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/edaeec11-8a7a-4141-a502-fa6ada85d14c/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: + - Fri, 06 Feb 2026 07:35:03 GMT + Pragma: + - no-cache + RequestId: + - 3106e24c-4b6d-40f8-95b4-7af0b1eaf118 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/99906f42-7ae9-4619-b281-0d92e1a43c1a/items/53452f57-fff9-4379-adc8-8b31afc3cb18 + response: + body: + string: '{"id": "53452f57-fff9-4379-adc8-8b31afc3cb18", "type": "Reflex", "displayName": + "fabcli000003", "description": "Created by fab", "workspaceId": "99906f42-7ae9-4619-b281-0d92e1a43c1a"}' + 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: + - Fri, 06 Feb 2026 07:35:04 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - eb606584-8e5e-4f65-8d3c-7899dc7b31be + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/99906f42-7ae9-4619-b281-0d92e1a43c1a/items/53452f57-fff9-4379-adc8-8b31afc3cb18/getDefinition + response: + body: + string: '{"definition": {"parts": [{"path": "ReflexEntities.json", "payload": + "W10=", "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIlJlZmxleCIsCiAgICAiZGlzcGxheU5hbWUiOiAiZmFiY2xpMDAwMDAzIiwKICAgICJkZXNjcmlwdGlvbiI6ICJDcmVhdGVkIGJ5IGZhYiIKICB9LAogICJjb25maWciOiB7CiAgICAidmVyc2lvbiI6ICIyLjAiLAogICAgImxvZ2ljYWxJZCI6ICIwMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiCiAgfQp9", + "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: + - Fri, 06 Feb 2026 07:35:07 GMT + Pragma: + - no-cache + RequestId: + - 1abf70aa-f701-4cc5-bba3-b9d213370c75 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "Created by fab", "displayName": "fabcli000003", + "definition": {"parts": [{"path": "ReflexEntities.json", "payload": "W10=", + "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIlJlZmxleCIsCiAgICAiZGlzcGxheU5hbWUiOiAiZmFiY2xpMDAwMDAzIiwKICAgICJkZXNjcmlwdGlvbiI6ICJDcmVhdGVkIGJ5IGZhYiIKICB9LAogICJjb25maWciOiB7CiAgICAidmVyc2lvbiI6ICIyLjAiLAogICAgImxvZ2ljYWxJZCI6ICIwMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiCiAgfQp9", + "payloadType": "InlineBase64"}]}, "folderId": null}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '735' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/edaeec11-8a7a-4141-a502-fa6ada85d14c/items + response: + body: + string: '{"id": "be735422-b5c3-4a02-805b-4d3afad77e11", "type": "Reflex", "displayName": + "fabcli000003", "description": "Created by fab", "workspaceId": "edaeec11-8a7a-4141-a502-fa6ada85d14c"}' + headers: + Access-Control-Expose-Headers: + - RequestId,ETag + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '164' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:35:10 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - a5d66fd2-4a1a-4a25-84ec-406cc2a6e798 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "99906f42-7ae9-4619-b281-0d92e1a43c1a", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "edaeec11-8a7a-4141-a502-fa6ada85d14c", "displayName": "fabcli000002", + "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: + - '2882' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:35:11 GMT + Pragma: + - no-cache + RequestId: + - a189c912-ca7f-4a3e-9ed7-ade191c8a665 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/99906f42-7ae9-4619-b281-0d92e1a43c1a/items + response: + body: + string: '{"value": [{"id": "53452f57-fff9-4379-adc8-8b31afc3cb18", "type": "Reflex", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "99906f42-7ae9-4619-b281-0d92e1a43c1a"}]}' + 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: + - Fri, 06 Feb 2026 07:35:12 GMT + Pragma: + - no-cache + RequestId: + - 320e050a-a059-4bd0-a039-a5fa234441b1 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/99906f42-7ae9-4619-b281-0d92e1a43c1a/folders?recursive=True + 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: + - Fri, 06 Feb 2026 07:35:12 GMT + Pragma: + - no-cache + RequestId: + - 17555d13-8fc9-4fa5-a711-5499d6aa7479 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "99906f42-7ae9-4619-b281-0d92e1a43c1a", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "edaeec11-8a7a-4141-a502-fa6ada85d14c", "displayName": "fabcli000002", + "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: + - '2882' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:35:13 GMT + Pragma: + - no-cache + RequestId: + - a4ebcc49-9cb3-4ee5-89bb-5f7d26469b9d + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/edaeec11-8a7a-4141-a502-fa6ada85d14c/items + response: + body: + string: '{"value": [{"id": "be735422-b5c3-4a02-805b-4d3afad77e11", "type": "Reflex", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "edaeec11-8a7a-4141-a502-fa6ada85d14c"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '176' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:35:14 GMT + Pragma: + - no-cache + RequestId: + - 2669752e-3f76-407b-8cf0-480d0cbdb2fb + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/edaeec11-8a7a-4141-a502-fa6ada85d14c/folders?recursive=True + 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: + - Fri, 06 Feb 2026 07:35:15 GMT + Pragma: + - no-cache + RequestId: + - 86ffb3d2-4300-43cf-98c5-c404dfce2298 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "99906f42-7ae9-4619-b281-0d92e1a43c1a", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "edaeec11-8a7a-4141-a502-fa6ada85d14c", "displayName": "fabcli000002", + "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: + - '2882' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:35:16 GMT + Pragma: + - no-cache + RequestId: + - f578dc74-199d-449a-8b67-fd31d8ecf1fa + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/99906f42-7ae9-4619-b281-0d92e1a43c1a/items + response: + body: + string: '{"value": [{"id": "53452f57-fff9-4379-adc8-8b31afc3cb18", "type": "Reflex", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "99906f42-7ae9-4619-b281-0d92e1a43c1a"}]}' + 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: + - Fri, 06 Feb 2026 07:35:17 GMT + Pragma: + - no-cache + RequestId: + - 250cdda0-b6c5-4fff-9db8-0276768bb1ae + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/99906f42-7ae9-4619-b281-0d92e1a43c1a/items/53452f57-fff9-4379-adc8-8b31afc3cb18 + 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: + - Fri, 06 Feb 2026 07:35:18 GMT + Pragma: + - no-cache + RequestId: + - 0c8ac9e9-2c0d-44c7-8026-1116f0eca7a0 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "99906f42-7ae9-4619-b281-0d92e1a43c1a", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "edaeec11-8a7a-4141-a502-fa6ada85d14c", "displayName": "fabcli000002", + "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: + - '2882' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:35:18 GMT + Pragma: + - no-cache + RequestId: + - 9e01a24d-f7a0-4f8a-ba7e-517629ce1856 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/99906f42-7ae9-4619-b281-0d92e1a43c1a/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: + - Fri, 06 Feb 2026 07:35:19 GMT + Pragma: + - no-cache + RequestId: + - cc6c0231-7e56-4866-ade8-22233a09c1d7 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/99906f42-7ae9-4619-b281-0d92e1a43c1a + 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: + - Fri, 06 Feb 2026 07:35:19 GMT + Pragma: + - no-cache + RequestId: + - e0f619db-80c3-4794-8636-050734eb8769 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "edaeec11-8a7a-4141-a502-fa6ada85d14c", "displayName": "fabcli000002", + "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: + - '2843' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:35:21 GMT + Pragma: + - no-cache + RequestId: + - 80a925c5-58c3-43b0-aaa0-5a303bb1bc2b + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/edaeec11-8a7a-4141-a502-fa6ada85d14c/items + response: + body: + string: '{"value": [{"id": "be735422-b5c3-4a02-805b-4d3afad77e11", "type": "Reflex", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "edaeec11-8a7a-4141-a502-fa6ada85d14c"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '176' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:35:21 GMT + Pragma: + - no-cache + RequestId: + - e897b4cd-1b33-4df1-bb93-49dfa57958ef + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/edaeec11-8a7a-4141-a502-fa6ada85d14c + 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: + - Fri, 06 Feb 2026 07:35:22 GMT + Pragma: + - no-cache + RequestId: + - 154f4ea1-3cd1-4df4-acf8-210292e9850b + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-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_cp/test_cp_item_to_item_success[SparkJobDefinition].yaml b/tests/test_commands/recordings/test_commands/test_cp/test_cp_item_to_item_success[SparkJobDefinition].yaml new file mode 100644 index 00000000..947acde8 --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_cp/test_cp_item_to_item_success[SparkJobDefinition].yaml @@ -0,0 +1,1858 @@ +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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "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: + - '2805' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:35:22 GMT + Pragma: + - no-cache + RequestId: + - 0e80df78-e2da-4658-9eed-a1c60a70a402 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "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: + - '2805' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:35:23 GMT + Pragma: + - no-cache + RequestId: + - c046c167-3657-4f41-b2e1-b729c5f090a0 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/capacities + response: + body: + string: '{"value": [{"id": "00000000-0000-0000-0000-000000000004", "displayName": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": + "Active"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '427' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:35:28 GMT + Pragma: + - no-cache + RequestId: + - 3e625cf2-bac8-4008-9a06-630d42a5b2ea + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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", "capacityId": + "00000000-0000-0000-0000-000000000004"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '122' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"id": "07ea752e-203c-480e-b358-c2a4c486ec3d", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '165' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:35:35 GMT + Location: + - https://api.fabric.microsoft.com/v1/workspaces/07ea752e-203c-480e-b358-c2a4c486ec3d + Pragma: + - no-cache + RequestId: + - 84e78426-5957-433b-b54b-f096eecca51b + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "07ea752e-203c-480e-b358-c2a4c486ec3d", "displayName": "fabcli000001", + "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: + - '2845' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:35:35 GMT + Pragma: + - no-cache + RequestId: + - c8283953-a128-4371-bff2-3352c72bb776 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "07ea752e-203c-480e-b358-c2a4c486ec3d", "displayName": "fabcli000001", + "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: + - '2845' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:35:36 GMT + Pragma: + - no-cache + RequestId: + - 9ac690a0-cce2-4ea6-a6b3-c127c196ad97 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/capacities + response: + body: + string: '{"value": [{"id": "00000000-0000-0000-0000-000000000004", "displayName": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": + "Active"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '427' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:35:42 GMT + Pragma: + - no-cache + RequestId: + - ef1a831c-faa4-49c9-8e7a-c34011b864ee + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "fabcli000002", "capacityId": + "00000000-0000-0000-0000-000000000004"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '122' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"id": "7779fb4c-96e7-445f-920d-cd670630c854", "displayName": "fabcli000002", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '167' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:35:50 GMT + Location: + - https://api.fabric.microsoft.com/v1/workspaces/7779fb4c-96e7-445f-920d-cd670630c854 + Pragma: + - no-cache + RequestId: + - 1e0c44f4-8081-44f5-8727-26949702df1a + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "07ea752e-203c-480e-b358-c2a4c486ec3d", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "7779fb4c-96e7-445f-920d-cd670630c854", "displayName": "fabcli000002", + "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: + - '2883' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:35:52 GMT + Pragma: + - no-cache + RequestId: + - 3bf087c4-d1af-43b6-a5ae-1b078e556594 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/07ea752e-203c-480e-b358-c2a4c486ec3d/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: + - Fri, 06 Feb 2026 07:35:52 GMT + Pragma: + - no-cache + RequestId: + - 1856f51c-5005-47d4-af4f-8bd175032511 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/07ea752e-203c-480e-b358-c2a4c486ec3d/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: + - Fri, 06 Feb 2026 07:35:53 GMT + Pragma: + - no-cache + RequestId: + - 800b1e18-d023-4335-bfef-1a5a4b93909d + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "fabcli000003", "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/07ea752e-203c-480e-b358-c2a4c486ec3d/sparkJobDefinitions + response: + body: + string: '{"id": "f594427d-1f92-4994-9571-1a44af086fd0", "type": "SparkJobDefinition", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "07ea752e-203c-480e-b358-c2a4c486ec3d"}' + 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: + - Fri, 06 Feb 2026 07:35:54 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - 8793be7b-9481-48bf-b000-03c6873f89d4 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "07ea752e-203c-480e-b358-c2a4c486ec3d", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "7779fb4c-96e7-445f-920d-cd670630c854", "displayName": "fabcli000002", + "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: + - '2883' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:35:55 GMT + Pragma: + - no-cache + RequestId: + - 197a7c69-40b7-4ac2-945a-cda579b46e0b + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/07ea752e-203c-480e-b358-c2a4c486ec3d/items + response: + body: + string: '{"value": [{"id": "f594427d-1f92-4994-9571-1a44af086fd0", "type": "SparkJobDefinition", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "07ea752e-203c-480e-b358-c2a4c486ec3d"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '186' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:35:56 GMT + Pragma: + - no-cache + RequestId: + - 9bf310ab-ad61-46ba-a360-609125ab1157 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "07ea752e-203c-480e-b358-c2a4c486ec3d", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "7779fb4c-96e7-445f-920d-cd670630c854", "displayName": "fabcli000002", + "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: + - '2883' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:35:57 GMT + Pragma: + - no-cache + RequestId: + - 1e6391d4-9f33-4c2a-8071-5d2675044133 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/7779fb4c-96e7-445f-920d-cd670630c854/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: + - Fri, 06 Feb 2026 07:35:58 GMT + Pragma: + - no-cache + RequestId: + - a52b0c65-2351-4c46-8283-969162a44ee3 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/7779fb4c-96e7-445f-920d-cd670630c854/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: + - Fri, 06 Feb 2026 07:35:59 GMT + Pragma: + - no-cache + RequestId: + - cb17d941-0d93-46cd-8521-1a04496532bb + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/7779fb4c-96e7-445f-920d-cd670630c854/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: + - Fri, 06 Feb 2026 07:35:59 GMT + Pragma: + - no-cache + RequestId: + - 29e9718f-5b68-4612-9773-a344a65b9705 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/07ea752e-203c-480e-b358-c2a4c486ec3d/items/f594427d-1f92-4994-9571-1a44af086fd0 + response: + body: + string: '{"id": "f594427d-1f92-4994-9571-1a44af086fd0", "type": "SparkJobDefinition", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "07ea752e-203c-480e-b358-c2a4c486ec3d"}' + 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: + - Fri, 06 Feb 2026 07:36:00 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - 854fed73-7390-4482-a80b-4166333e02eb + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/07ea752e-203c-480e-b358-c2a4c486ec3d/items/f594427d-1f92-4994-9571-1a44af086fd0/getDefinition + response: + body: + string: '{"definition": {"parts": [{"path": "SparkJobDefinitionV1.json", "payload": + "ew0KICAiZXhlY3V0YWJsZUZpbGUiOiBudWxsLA0KICAiZGVmYXVsdExha2Vob3VzZUFydGlmYWN0SWQiOiBudWxsLA0KICAibWFpbkNsYXNzIjogbnVsbCwNCiAgImFkZGl0aW9uYWxMYWtlaG91c2VJZHMiOiBbXSwNCiAgInJldHJ5UG9saWN5IjogbnVsbCwNCiAgImNvbW1hbmRMaW5lQXJndW1lbnRzIjogbnVsbCwNCiAgImFkZGl0aW9uYWxMaWJyYXJ5VXJpcyI6IG51bGwsDQogICJsYW5ndWFnZSI6IG51bGwsDQogICJlbnZpcm9ubWVudEFydGlmYWN0SWQiOiBudWxsDQp9", + "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIlNwYXJrSm9iRGVmaW5pdGlvbiIsCiAgICAiZGlzcGxheU5hbWUiOiAiZmFiY2xpMDAwMDAzIiwKICAgICJkZXNjcmlwdGlvbiI6ICJDcmVhdGVkIGJ5IGZhYiIKICB9LAogICJjb25maWciOiB7CiAgICAidmVyc2lvbiI6ICIyLjAiLAogICAgImxvZ2ljYWxJZCI6ICIwMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiCiAgfQp9", + "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: + - Fri, 06 Feb 2026 07:36:02 GMT + Pragma: + - no-cache + RequestId: + - 015c3708-525d-4805-b6fa-1adaee3c2e99 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "Created by fab", "displayName": + "fabcli000003", "definition": {"parts": [{"path": "SparkJobDefinitionV1.json", + "payload": "ew0KICAiZXhlY3V0YWJsZUZpbGUiOiBudWxsLA0KICAiZGVmYXVsdExha2Vob3VzZUFydGlmYWN0SWQiOiBudWxsLA0KICAibWFpbkNsYXNzIjogbnVsbCwNCiAgImFkZGl0aW9uYWxMYWtlaG91c2VJZHMiOiBbXSwNCiAgInJldHJ5UG9saWN5IjogbnVsbCwNCiAgImNvbW1hbmRMaW5lQXJndW1lbnRzIjogbnVsbCwNCiAgImFkZGl0aW9uYWxMaWJyYXJ5VXJpcyI6IG51bGwsDQogICJsYW5ndWFnZSI6IG51bGwsDQogICJlbnZpcm9ubWVudEFydGlmYWN0SWQiOiBudWxsDQp9", + "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIlNwYXJrSm9iRGVmaW5pdGlvbiIsCiAgICAiZGlzcGxheU5hbWUiOiAiZmFiY2xpMDAwMDAzIiwKICAgICJkZXNjcmlwdGlvbiI6ICJDcmVhdGVkIGJ5IGZhYiIKICB9LAogICJjb25maWciOiB7CiAgICAidmVyc2lvbiI6ICIyLjAiLAogICAgImxvZ2ljYWxJZCI6ICIwMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiCiAgfQp9", + "payloadType": "InlineBase64"}]}, "folderId": null}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '1125' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/7779fb4c-96e7-445f-920d-cd670630c854/items + response: + body: + string: '{"id": "b057c2a9-912e-440a-be5c-7d662333eb0a", "type": "SparkJobDefinition", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "7779fb4c-96e7-445f-920d-cd670630c854"}' + 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: + - Fri, 06 Feb 2026 07:36:04 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - 75f4b31f-35b6-4de1-9136-a4e309577360 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "07ea752e-203c-480e-b358-c2a4c486ec3d", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "7779fb4c-96e7-445f-920d-cd670630c854", "displayName": "fabcli000002", + "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: + - '2883' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:36:05 GMT + Pragma: + - no-cache + RequestId: + - b1a3320c-45c2-4a7f-bce4-4e711fd6a4e5 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/07ea752e-203c-480e-b358-c2a4c486ec3d/items + response: + body: + string: '{"value": [{"id": "f594427d-1f92-4994-9571-1a44af086fd0", "type": "SparkJobDefinition", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "07ea752e-203c-480e-b358-c2a4c486ec3d"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '186' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:36:06 GMT + Pragma: + - no-cache + RequestId: + - 7dc26d77-3a66-46de-8904-ab95f7b2817f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/07ea752e-203c-480e-b358-c2a4c486ec3d/folders?recursive=True + 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: + - Fri, 06 Feb 2026 07:36:06 GMT + Pragma: + - no-cache + RequestId: + - 3917f8dd-3cb9-40e0-a3e8-5bfbf9ecafa9 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "07ea752e-203c-480e-b358-c2a4c486ec3d", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "7779fb4c-96e7-445f-920d-cd670630c854", "displayName": "fabcli000002", + "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: + - '2883' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:36:08 GMT + Pragma: + - no-cache + RequestId: + - 235f6e24-a475-4684-8f08-b42f50cd74c5 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/7779fb4c-96e7-445f-920d-cd670630c854/items + response: + body: + string: '{"value": [{"id": "b057c2a9-912e-440a-be5c-7d662333eb0a", "type": "SparkJobDefinition", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "7779fb4c-96e7-445f-920d-cd670630c854"}]}' + 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: + - Fri, 06 Feb 2026 07:36:08 GMT + Pragma: + - no-cache + RequestId: + - ad38dccb-b13b-4d96-8d4f-c15c9736feb6 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/7779fb4c-96e7-445f-920d-cd670630c854/folders?recursive=True + 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: + - Fri, 06 Feb 2026 07:36:09 GMT + Pragma: + - no-cache + RequestId: + - 1693acdc-7216-4899-bf57-1e59655b17c9 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "07ea752e-203c-480e-b358-c2a4c486ec3d", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "7779fb4c-96e7-445f-920d-cd670630c854", "displayName": "fabcli000002", + "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: + - '2883' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:36:10 GMT + Pragma: + - no-cache + RequestId: + - 4bcc486e-ac69-4512-87e8-be2f0b0d1c02 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/07ea752e-203c-480e-b358-c2a4c486ec3d/items + response: + body: + string: '{"value": [{"id": "f594427d-1f92-4994-9571-1a44af086fd0", "type": "SparkJobDefinition", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "07ea752e-203c-480e-b358-c2a4c486ec3d"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '186' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:36:11 GMT + Pragma: + - no-cache + RequestId: + - 99a683ab-3142-43dd-b528-2fce8ac8a7de + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/07ea752e-203c-480e-b358-c2a4c486ec3d/items/f594427d-1f92-4994-9571-1a44af086fd0 + 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: + - Fri, 06 Feb 2026 07:36:12 GMT + Pragma: + - no-cache + RequestId: + - d4e833ed-4b35-4a81-bac7-175b86e45404 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "07ea752e-203c-480e-b358-c2a4c486ec3d", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "7779fb4c-96e7-445f-920d-cd670630c854", "displayName": "fabcli000002", + "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: + - '2883' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:36:12 GMT + Pragma: + - no-cache + RequestId: + - b36e3a8d-aa92-4b5a-901a-950b747217e7 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/07ea752e-203c-480e-b358-c2a4c486ec3d/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: + - Fri, 06 Feb 2026 07:36:13 GMT + Pragma: + - no-cache + RequestId: + - 14ec31d9-7313-44a9-8c43-7f84c868e0da + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/07ea752e-203c-480e-b358-c2a4c486ec3d + 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: + - Fri, 06 Feb 2026 07:36:14 GMT + Pragma: + - no-cache + RequestId: + - a5914a2d-b167-4f06-b2a4-d1c1afbb238a + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "7779fb4c-96e7-445f-920d-cd670630c854", "displayName": "fabcli000002", + "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: + - '2843' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:36:15 GMT + Pragma: + - no-cache + RequestId: + - 29f75c7a-8fc6-4e59-b923-5072721dae93 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/7779fb4c-96e7-445f-920d-cd670630c854/items + response: + body: + string: '{"value": [{"id": "b057c2a9-912e-440a-be5c-7d662333eb0a", "type": "SparkJobDefinition", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "7779fb4c-96e7-445f-920d-cd670630c854"}]}' + 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: + - Fri, 06 Feb 2026 07:36:16 GMT + Pragma: + - no-cache + RequestId: + - bd124819-9549-4e10-8ac7-82e05006bca7 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/7779fb4c-96e7-445f-920d-cd670630c854 + 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: + - Fri, 06 Feb 2026 07:36:17 GMT + Pragma: + - no-cache + RequestId: + - c89837e9-3448-4817-96f8-f0dec132e3b9 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-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_cp/test_cp_item_to_item_success[UserDataFunction].yaml b/tests/test_commands/recordings/test_commands/test_cp/test_cp_item_to_item_success[UserDataFunction].yaml new file mode 100644 index 00000000..ea74a845 --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_cp/test_cp_item_to_item_success[UserDataFunction].yaml @@ -0,0 +1,2057 @@ +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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "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: + - '2805' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:38:22 GMT + Pragma: + - no-cache + RequestId: + - 731d0def-1649-4e08-8600-d21a037a8035 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "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: + - '2805' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:38:23 GMT + Pragma: + - no-cache + RequestId: + - 198d8444-e89b-472d-8b0d-8fac0923da3a + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/capacities + response: + body: + string: '{"value": [{"id": "00000000-0000-0000-0000-000000000004", "displayName": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": + "Active"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '424' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:38:28 GMT + Pragma: + - no-cache + RequestId: + - 3b50086e-5afc-4ee5-a041-ea3ebdf676d9 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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", "capacityId": + "00000000-0000-0000-0000-000000000004"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '122' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"id": "9cb06f84-9ff2-4c45-b0e9-e786ea616b29", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '166' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:38:36 GMT + Location: + - https://api.fabric.microsoft.com/v1/workspaces/9cb06f84-9ff2-4c45-b0e9-e786ea616b29 + Pragma: + - no-cache + RequestId: + - 08254c79-3616-4c80-b524-4eaebeb82bc1 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "9cb06f84-9ff2-4c45-b0e9-e786ea616b29", "displayName": "fabcli000001", + "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: + - '2840' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:38:37 GMT + Pragma: + - no-cache + RequestId: + - 6830ba9d-82b2-4df4-ae4a-3acb71fd3ae8 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "9cb06f84-9ff2-4c45-b0e9-e786ea616b29", "displayName": "fabcli000001", + "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: + - '2840' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:38:38 GMT + Pragma: + - no-cache + RequestId: + - 466375a5-7948-4952-86ff-eb42e54d0e56 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/capacities + response: + body: + string: '{"value": [{"id": "00000000-0000-0000-0000-000000000004", "displayName": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": + "Active"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '424' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:38:42 GMT + Pragma: + - no-cache + RequestId: + - 75da4f73-875f-4fa1-93e8-c417603b306b + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "fabcli000002", "capacityId": + "00000000-0000-0000-0000-000000000004"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '122' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces + response: + body: + string: '{"id": "8680675b-f2db-4f7a-834e-0e72345c0615", "displayName": "fabcli000002", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '167' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:38:51 GMT + Location: + - https://api.fabric.microsoft.com/v1/workspaces/8680675b-f2db-4f7a-834e-0e72345c0615 + Pragma: + - no-cache + RequestId: + - e6c84330-c0f8-43d8-b564-183ccd4b2074 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "9cb06f84-9ff2-4c45-b0e9-e786ea616b29", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "8680675b-f2db-4f7a-834e-0e72345c0615", "displayName": "fabcli000002", + "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: + - '2877' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:38:52 GMT + Pragma: + - no-cache + RequestId: + - 36104633-a280-4c52-9319-c0a67a831ea1 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/9cb06f84-9ff2-4c45-b0e9-e786ea616b29/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: + - Fri, 06 Feb 2026 07:38:53 GMT + Pragma: + - no-cache + RequestId: + - a2e5e9e2-d2d6-49b3-b23d-a090ffc5449c + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/9cb06f84-9ff2-4c45-b0e9-e786ea616b29/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: + - Fri, 06 Feb 2026 07:38:54 GMT + Pragma: + - no-cache + RequestId: + - 7fe7d327-26fb-4986-a46b-4ce07ab43d75 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "fabcli000003", "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/9cb06f84-9ff2-4c45-b0e9-e786ea616b29/userdatafunctions + response: + body: + string: '{"id": "991726a0-ec32-46bd-9a4a-a34d2c938d3b", "type": "UserDataFunction", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "9cb06f84-9ff2-4c45-b0e9-e786ea616b29"}' + 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: + - Fri, 06 Feb 2026 07:38:58 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - 3b5b8ca3-10f5-4ae2-9638-f3a8ed9065f2 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "9cb06f84-9ff2-4c45-b0e9-e786ea616b29", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "8680675b-f2db-4f7a-834e-0e72345c0615", "displayName": "fabcli000002", + "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: + - '2877' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:38:58 GMT + Pragma: + - no-cache + RequestId: + - 5da4cabf-0c8b-4af9-b616-389177131713 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/9cb06f84-9ff2-4c45-b0e9-e786ea616b29/items + response: + body: + string: '{"value": [{"id": "991726a0-ec32-46bd-9a4a-a34d2c938d3b", "type": "UserDataFunction", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "9cb06f84-9ff2-4c45-b0e9-e786ea616b29"}]}' + 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: + - Fri, 06 Feb 2026 07:38:59 GMT + Pragma: + - no-cache + RequestId: + - e0f0010f-9d93-43be-9b69-c20b6afe9d3d + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "9cb06f84-9ff2-4c45-b0e9-e786ea616b29", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "8680675b-f2db-4f7a-834e-0e72345c0615", "displayName": "fabcli000002", + "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: + - '2877' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:38:59 GMT + Pragma: + - no-cache + RequestId: + - 6620f6ef-b07f-42ba-ad47-bd8fd9c9728f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/8680675b-f2db-4f7a-834e-0e72345c0615/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: + - Fri, 06 Feb 2026 07:39:01 GMT + Pragma: + - no-cache + RequestId: + - dbe129ca-ccf5-4c2d-ba48-f6220966c701 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/8680675b-f2db-4f7a-834e-0e72345c0615/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: + - Fri, 06 Feb 2026 07:39:01 GMT + Pragma: + - no-cache + RequestId: + - 10d2f7d0-c09a-45ad-ae28-c02e32e1e840 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/8680675b-f2db-4f7a-834e-0e72345c0615/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: + - Fri, 06 Feb 2026 07:39:02 GMT + Pragma: + - no-cache + RequestId: + - c7672055-d113-45e8-938a-da1fae7fa1e6 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/9cb06f84-9ff2-4c45-b0e9-e786ea616b29/items/991726a0-ec32-46bd-9a4a-a34d2c938d3b + response: + body: + string: '{"id": "991726a0-ec32-46bd-9a4a-a34d2c938d3b", "type": "UserDataFunction", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "9cb06f84-9ff2-4c45-b0e9-e786ea616b29"}' + 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: + - Fri, 06 Feb 2026 07:39:03 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - b8a1b130-aaa0-449c-936f-dd81a45a9629 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/9cb06f84-9ff2-4c45-b0e9-e786ea616b29/items/991726a0-ec32-46bd-9a4a-a34d2c938d3b/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: + - Fri, 06 Feb 2026 07:39:04 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/ae313abf-4159-4df3-b08b-18b89a3c58d3 + Pragma: + - no-cache + RequestId: + - d3589676-2e21-4210-93b5-e252c5e5f691 + 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: + - ae313abf-4159-4df3-b08b-18b89a3c58d3 + 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/ae313abf-4159-4df3-b08b-18b89a3c58d3 + response: + body: + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-06T07:39:04.7721707", + "lastUpdatedTimeUtc": "2026-02-06T07:39:04.9752816", "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: + - Fri, 06 Feb 2026 07:39:26 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/ae313abf-4159-4df3-b08b-18b89a3c58d3/result + Pragma: + - no-cache + RequestId: + - 3657bf84-0ebb-4bd1-93ed-39f0410d71b7 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + x-ms-operation-id: + - ae313abf-4159-4df3-b08b-18b89a3c58d3 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + 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/ae313abf-4159-4df3-b08b-18b89a3c58d3/result + response: + body: + string: '{"definition": {"parts": [{"path": "definition.json", "payload": "ew0KICAiJHNjaGVtYSI6ICJodHRwczovL2RldmVsb3Blci5taWNyb3NvZnQuY29tL2pzb24tc2NoZW1hcy9mYWJyaWMvaXRlbS91c2VyRGF0YUZ1bmN0aW9uL2RlZmluaXRpb24vMS4xLjAvc2NoZW1hLmpzb24iLA0KICAicnVudGltZSI6ICJQWVRIT04iLA0KICAiY29ubmVjdGVkRGF0YVNvdXJjZXMiOiBbXSwNCiAgImZ1bmN0aW9ucyI6IFtdLA0KICAibGlicmFyaWVzIjogew0KICAgICJwdWJsaWMiOiBbXSwNCiAgICAicHJpdmF0ZSI6IFtdDQogIH0NCn0=", + "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIlVzZXJEYXRhRnVuY3Rpb24iLAogICAgImRpc3BsYXlOYW1lIjogImZhYmNsaTAwMDAwMyIsCiAgICAiZGVzY3JpcHRpb24iOiAiQ3JlYXRlZCBieSBmYWIiCiAgfSwKICAiY29uZmlnIjogewogICAgInZlcnNpb24iOiAiMi4wIiwKICAgICJsb2dpY2FsSWQiOiAiMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIgogIH0KfQ==", + "payloadType": "InlineBase64"}]}}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Type: + - application/json + Date: + - Fri, 06 Feb 2026 07:39:27 GMT + Pragma: + - no-cache + RequestId: + - 29fc6620-a847-4933-a408-aec47556b0c7 + 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: '{"type": "UserDataFunction", "description": "Created by fab", "displayName": + "fabcli000003", "definition": {"parts": [{"path": "definition.json", "payload": + "ew0KICAiJHNjaGVtYSI6ICJodHRwczovL2RldmVsb3Blci5taWNyb3NvZnQuY29tL2pzb24tc2NoZW1hcy9mYWJyaWMvaXRlbS91c2VyRGF0YUZ1bmN0aW9uL2RlZmluaXRpb24vMS4xLjAvc2NoZW1hLmpzb24iLA0KICAicnVudGltZSI6ICJQWVRIT04iLA0KICAiY29ubmVjdGVkRGF0YVNvdXJjZXMiOiBbXSwNCiAgImZ1bmN0aW9ucyI6IFtdLA0KICAibGlicmFyaWVzIjogew0KICAgICJwdWJsaWMiOiBbXSwNCiAgICAicHJpdmF0ZSI6IFtdDQogIH0NCn0=", + "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIlVzZXJEYXRhRnVuY3Rpb24iLAogICAgImRpc3BsYXlOYW1lIjogImZhYmNsaTAwMDAwMyIsCiAgICAiZGVzY3JpcHRpb24iOiAiQ3JlYXRlZCBieSBmYWIiCiAgfSwKICAiY29uZmlnIjogewogICAgInZlcnNpb24iOiAiMi4wIiwKICAgICJsb2dpY2FsSWQiOiAiMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIgogIH0KfQ==", + "payloadType": "InlineBase64"}]}, "folderId": null}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '1097' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/8680675b-f2db-4f7a-834e-0e72345c0615/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: + - Fri, 06 Feb 2026 07:39:28 GMT + ETag: + - '""' + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/6f3e6431-bfc8-45a3-98a2-161ecb94fbe5 + Pragma: + - no-cache + RequestId: + - e3a299a7-b7b8-433b-b583-e4129b0720ce + 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: + - 6f3e6431-bfc8-45a3-98a2-161ecb94fbe5 + 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/6f3e6431-bfc8-45a3-98a2-161ecb94fbe5 + response: + body: + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-06T07:39:28.8232287", + "lastUpdatedTimeUtc": "2026-02-06T07:39:33.0277271", "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: + - Fri, 06 Feb 2026 07:39:50 GMT + Location: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/6f3e6431-bfc8-45a3-98a2-161ecb94fbe5/result + Pragma: + - no-cache + RequestId: + - 7ca50434-4bf1-4cdd-9c67-1df1d7f659a5 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + x-ms-operation-id: + - 6f3e6431-bfc8-45a3-98a2-161ecb94fbe5 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + 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/6f3e6431-bfc8-45a3-98a2-161ecb94fbe5/result + response: + body: + string: '{"id": "34d8a760-4c37-4fea-a3c2-5c0dd0b02911", "type": "UserDataFunction", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "8680675b-f2db-4f7a-834e-0e72345c0615"}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Type: + - application/json + Date: + - Fri, 06 Feb 2026 07:39:52 GMT + Pragma: + - no-cache + RequestId: + - 94eb04f2-a181-4fbf-9d70-6c9e125a42e7 + 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "9cb06f84-9ff2-4c45-b0e9-e786ea616b29", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "8680675b-f2db-4f7a-834e-0e72345c0615", "displayName": "fabcli000002", + "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: + - '2877' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:39:53 GMT + Pragma: + - no-cache + RequestId: + - 585db4f7-30fc-4e57-8d9e-01536488a27f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/9cb06f84-9ff2-4c45-b0e9-e786ea616b29/items + response: + body: + string: '{"value": [{"id": "991726a0-ec32-46bd-9a4a-a34d2c938d3b", "type": "UserDataFunction", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "9cb06f84-9ff2-4c45-b0e9-e786ea616b29"}]}' + 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: + - Fri, 06 Feb 2026 07:39:53 GMT + Pragma: + - no-cache + RequestId: + - 8ed87415-b410-4527-adc1-552d90985b37 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/9cb06f84-9ff2-4c45-b0e9-e786ea616b29/folders?recursive=True + 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: + - Fri, 06 Feb 2026 07:39:54 GMT + Pragma: + - no-cache + RequestId: + - c6198f42-15a8-4c29-b7c4-1762dc5d5eec + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "9cb06f84-9ff2-4c45-b0e9-e786ea616b29", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "8680675b-f2db-4f7a-834e-0e72345c0615", "displayName": "fabcli000002", + "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: + - '2877' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:39:55 GMT + Pragma: + - no-cache + RequestId: + - 3fbdf6f3-3ebe-4dd5-b7d7-ddba8ef1be81 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/8680675b-f2db-4f7a-834e-0e72345c0615/items + response: + body: + string: '{"value": [{"id": "34d8a760-4c37-4fea-a3c2-5c0dd0b02911", "type": "UserDataFunction", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "8680675b-f2db-4f7a-834e-0e72345c0615"}]}' + 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: + - Fri, 06 Feb 2026 07:39:56 GMT + Pragma: + - no-cache + RequestId: + - 026860e4-a48a-4751-980d-812edc3764af + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/8680675b-f2db-4f7a-834e-0e72345c0615/folders?recursive=True + 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: + - Fri, 06 Feb 2026 07:39:56 GMT + Pragma: + - no-cache + RequestId: + - 8eae2e15-ac0d-418f-ac13-5274cda5fba6 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "9cb06f84-9ff2-4c45-b0e9-e786ea616b29", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "8680675b-f2db-4f7a-834e-0e72345c0615", "displayName": "fabcli000002", + "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: + - '2877' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:39:58 GMT + Pragma: + - no-cache + RequestId: + - d728c501-7df6-4cc6-9256-061462059fda + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/9cb06f84-9ff2-4c45-b0e9-e786ea616b29/items + response: + body: + string: '{"value": [{"id": "991726a0-ec32-46bd-9a4a-a34d2c938d3b", "type": "UserDataFunction", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "9cb06f84-9ff2-4c45-b0e9-e786ea616b29"}]}' + 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: + - Fri, 06 Feb 2026 07:39:59 GMT + Pragma: + - no-cache + RequestId: + - c369270b-e67a-47eb-b006-831bd0e279ca + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/9cb06f84-9ff2-4c45-b0e9-e786ea616b29/items/991726a0-ec32-46bd-9a4a-a34d2c938d3b + 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: + - Fri, 06 Feb 2026 07:40:00 GMT + Pragma: + - no-cache + RequestId: + - 2255d42b-3bc3-4f36-b0d8-0ae0510f76b0 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "9cb06f84-9ff2-4c45-b0e9-e786ea616b29", "displayName": "fabcli000001", + "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "8680675b-f2db-4f7a-834e-0e72345c0615", "displayName": "fabcli000002", + "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: + - '2877' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:40:01 GMT + Pragma: + - no-cache + RequestId: + - 4320a3c7-6cf7-4391-a5cb-c7dc22a55736 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/9cb06f84-9ff2-4c45-b0e9-e786ea616b29/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: + - Fri, 06 Feb 2026 07:40:01 GMT + Pragma: + - no-cache + RequestId: + - 18f7985b-7fab-4c23-a89c-56cf8156b032 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/9cb06f84-9ff2-4c45-b0e9-e786ea616b29 + 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: + - Fri, 06 Feb 2026 07:40:03 GMT + Pragma: + - no-cache + RequestId: + - 66b32509-e1b9-4e1a-8794-3c6e5f09d678 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created + by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, + {"id": "8680675b-f2db-4f7a-834e-0e72345c0615", "displayName": "fabcli000002", + "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: + - '2841' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:40:04 GMT + Pragma: + - no-cache + RequestId: + - 0df3ec15-0275-4d42-8674-8ea8905d6920 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/8680675b-f2db-4f7a-834e-0e72345c0615/items + response: + body: + string: '{"value": [{"id": "34d8a760-4c37-4fea-a3c2-5c0dd0b02911", "type": "UserDataFunction", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "8680675b-f2db-4f7a-834e-0e72345c0615"}]}' + 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: + - Fri, 06 Feb 2026 07:40:04 GMT + Pragma: + - no-cache + RequestId: + - 4cc2d95c-cfab-4acf-bc78-195be9d03876 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/8680675b-f2db-4f7a-834e-0e72345c0615 + 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: + - Fri, 06 Feb 2026 07:40:04 GMT + Pragma: + - no-cache + RequestId: + - 6f645558-f897-474f-955a-3c8f3e04df4d + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-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_cp/test_cp_item_to_item_type_mismatch_failure.yaml b/tests/test_commands/recordings/test_commands/test_cp/test_cp_item_to_item_type_mismatch_failure.yaml index 116f1c84..324a8cb0 100644 --- a/tests/test_commands/recordings/test_commands/test_cp/test_cp_item_to_item_type_mismatch_failure.yaml +++ b/tests/test_commands/recordings/test_commands/test_cp/test_cp_item_to_item_type_mismatch_failure.yaml @@ -11,13 +11,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "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: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:21:50 GMT + - Fri, 06 Feb 2026 07:40:40 GMT Pragma: - no-cache RequestId: - - 7e6ace44-a40d-46ee-aa80-26618da07526 + - cb8efa72-2a56-4d36-8877-4d42be332be3 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -44,7 +44,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -62,9 +62,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: string: '{"value": []}' @@ -80,11 +80,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:21:49 GMT + - Fri, 06 Feb 2026 07:40:42 GMT Pragma: - no-cache RequestId: - - 2a821ce3-2270-48d3-915e-a5423c2f5089 + - 9373babf-2682-4bb9-af0c-666241a19717 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -92,7 +92,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -110,9 +110,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: string: '{"value": []}' @@ -128,11 +128,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:21:50 GMT + - Fri, 06 Feb 2026 07:40:42 GMT Pragma: - no-cache RequestId: - - da248dcf-206a-4993-83f6-c1e8b3b5b606 + - 2c2fb2e2-7ff4-4801-aab1-e22140359e57 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -140,7 +140,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -163,9 +163,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/notebooks + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/notebooks response: body: string: 'null' @@ -181,15 +181,15 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:21:51 GMT + - Fri, 06 Feb 2026 07:40:47 GMT ETag: - '""' Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/205a6f99-6bcb-4549-a5c3-93627068b344 + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/55e75295-85ee-498e-9fe3-f00c6a6fd41b Pragma: - no-cache RequestId: - - df264a67-29c6-4e4c-bcb8-ed957151512a + - 340298bb-36bb-4845-87a2-c3480c3c25a9 Retry-After: - '20' Strict-Transport-Security: @@ -199,11 +199,11 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' x-ms-operation-id: - - 205a6f99-6bcb-4549-a5c3-93627068b344 + - 55e75295-85ee-498e-9fe3-f00c6a6fd41b status: code: 202 message: Accepted @@ -219,13 +219,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/205a6f99-6bcb-4549-a5c3-93627068b344 + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/55e75295-85ee-498e-9fe3-f00c6a6fd41b response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2025-09-08T14:21:51.2697809", - "lastUpdatedTimeUtc": "2025-09-08T14:21:54.2229259", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-06T07:40:45.0137656", + "lastUpdatedTimeUtc": "2026-02-06T07:40:48.7171108", "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: - - Mon, 08 Sep 2025 14:22:11 GMT + - Fri, 06 Feb 2026 07:41:09 GMT Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/205a6f99-6bcb-4549-a5c3-93627068b344/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/55e75295-85ee-498e-9fe3-f00c6a6fd41b/result Pragma: - no-cache RequestId: - - 77a0523b-58d1-49f4-9a8e-0f386ad1c0ad + - e5c1d8ae-9991-4b16-a140-aa8f723881c3 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -253,7 +253,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - 205a6f99-6bcb-4549-a5c3-93627068b344 + - 55e75295-85ee-498e-9fe3-f00c6a6fd41b status: code: 200 message: OK @@ -269,14 +269,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/205a6f99-6bcb-4549-a5c3-93627068b344/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/55e75295-85ee-498e-9fe3-f00c6a6fd41b/result response: body: - string: '{"id": "d26c054c-d214-4ccd-8e34-90ea92470006", "type": "Notebook", + string: '{"id": "e36e2c5f-fa28-40ed-a581-e21defe07945", "type": "Notebook", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}' + "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}' headers: Access-Control-Expose-Headers: - RequestId @@ -287,11 +287,11 @@ interactions: Content-Type: - application/json Date: - - Mon, 08 Sep 2025 14:22:11 GMT + - Fri, 06 Feb 2026 07:41:09 GMT Pragma: - no-cache RequestId: - - bd296329-006c-4b7f-a93e-e6e863418c0f + - 71e5c4fc-0e83-458b-a64e-f28a9782df93 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -315,13 +315,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "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: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:11 GMT + - Fri, 06 Feb 2026 07:41:11 GMT Pragma: - no-cache RequestId: - - 1e7d1217-0248-453f-9d84-7b873a2102f3 + - ede1f287-f246-4cf5-8140-51bff5c011ee Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -348,7 +348,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -366,14 +366,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: - string: '{"value": [{"id": "d26c054c-d214-4ccd-8e34-90ea92470006", "type": "Notebook", + string: '{"value": [{"id": "e36e2c5f-fa28-40ed-a581-e21defe07945", "type": "Notebook", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}]}' + "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -382,15 +382,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '177' + - '176' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:12 GMT + - Fri, 06 Feb 2026 07:41:12 GMT Pragma: - no-cache RequestId: - - 1e7c05c0-c5b4-4b0e-947b-3c412c2173a7 + - 4c61dc57-12f8-4720-ae0e-4fe6ebbc54bf Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -398,7 +398,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -416,14 +416,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: - string: '{"value": [{"id": "d26c054c-d214-4ccd-8e34-90ea92470006", "type": "Notebook", + string: '{"value": [{"id": "e36e2c5f-fa28-40ed-a581-e21defe07945", "type": "Notebook", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}]}' + "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -432,15 +432,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '177' + - '176' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:11 GMT + - Fri, 06 Feb 2026 07:41:13 GMT Pragma: - no-cache RequestId: - - be17332e-0482-4fe6-bd87-96ca9c3bab67 + - c14d3693-9107-4d09-9063-77a99225a75a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -448,7 +448,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -469,14 +469,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/eventhouses + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/eventhouses response: body: - string: '{"id": "669a82b7-0344-4ff2-bacf-fdb0f698fc54", "type": "Eventhouse", + string: '{"id": "20f52829-d8a9-4903-b1d7-e700ee6efc52", "type": "Eventhouse", "displayName": "fabcli000002", "description": "Created by fab", "workspaceId": - "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}' + "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -489,13 +489,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:15 GMT + - Fri, 06 Feb 2026 07:41:16 GMT ETag: - '""' Pragma: - no-cache RequestId: - - bf5dbe04-86c5-4f05-9b50-1ff79a730229 + - b29aaf4f-6a64-47b2-a9aa-23719b170c56 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -503,7 +503,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -521,13 +521,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -538,15 +538,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:15 GMT + - Fri, 06 Feb 2026 07:41:17 GMT Pragma: - no-cache RequestId: - - dc908077-76fa-4d61-8b50-4609f5b2c8fd + - 3b4487eb-3eb8-495b-af8a-88e91be52322 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -554,7 +554,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -572,18 +572,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: - string: '{"value": [{"id": "d26c054c-d214-4ccd-8e34-90ea92470006", "type": "Notebook", + string: '{"value": [{"id": "e36e2c5f-fa28-40ed-a581-e21defe07945", "type": "Notebook", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}, {"id": "669a82b7-0344-4ff2-bacf-fdb0f698fc54", + "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}, {"id": "20f52829-d8a9-4903-b1d7-e700ee6efc52", "type": "Eventhouse", "displayName": "fabcli000002", "description": "Created - by fab", "workspaceId": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}, {"id": "94eb984f-69bf-404e-ab71-d3daa61ff7ce", + by fab", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}, {"id": "5da1151d-457f-4bf2-867f-690214ff9112", "type": "KQLDatabase", "displayName": "fabcli000002", "description": "fabcli000002", - "workspaceId": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}]}' + "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -592,15 +592,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '272' + - '271' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:16 GMT + - Fri, 06 Feb 2026 07:41:18 GMT Pragma: - no-cache RequestId: - - 5aaace2a-7ca8-4788-aef8-9f5f6bd0a33d + - 2437885a-db01-43e3-9dd7-6837246b3d4d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -608,7 +608,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -626,13 +626,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -643,15 +643,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:16 GMT + - Fri, 06 Feb 2026 07:41:19 GMT Pragma: - no-cache RequestId: - - e17146a1-6b79-4cbc-8d19-da0f71920521 + - a19d7633-f427-4fc2-9dbe-184de5290591 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -659,7 +659,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -677,18 +677,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: - string: '{"value": [{"id": "d26c054c-d214-4ccd-8e34-90ea92470006", "type": "Notebook", + string: '{"value": [{"id": "e36e2c5f-fa28-40ed-a581-e21defe07945", "type": "Notebook", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}, {"id": "669a82b7-0344-4ff2-bacf-fdb0f698fc54", + "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}, {"id": "20f52829-d8a9-4903-b1d7-e700ee6efc52", "type": "Eventhouse", "displayName": "fabcli000002", "description": "Created - by fab", "workspaceId": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}, {"id": "94eb984f-69bf-404e-ab71-d3daa61ff7ce", + by fab", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}, {"id": "5da1151d-457f-4bf2-867f-690214ff9112", "type": "KQLDatabase", "displayName": "fabcli000002", "description": "fabcli000002", - "workspaceId": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}]}' + "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -697,15 +697,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '272' + - '271' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:16 GMT + - Fri, 06 Feb 2026 07:41:20 GMT Pragma: - no-cache RequestId: - - 236c2302-a267-4b83-9df3-7debb9d7815b + - 35c484ab-3063-4807-9375-9034318db90a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -713,7 +713,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -731,13 +731,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -748,15 +748,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:16 GMT + - Fri, 06 Feb 2026 07:41:21 GMT Pragma: - no-cache RequestId: - - 5206b79f-7838-4e0c-9e39-e2008f08c9c7 + - 7035e7be-6a99-42d6-8ba5-1106f73a1647 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -764,7 +764,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -782,18 +782,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: - string: '{"value": [{"id": "d26c054c-d214-4ccd-8e34-90ea92470006", "type": "Notebook", + string: '{"value": [{"id": "e36e2c5f-fa28-40ed-a581-e21defe07945", "type": "Notebook", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}, {"id": "669a82b7-0344-4ff2-bacf-fdb0f698fc54", + "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}, {"id": "20f52829-d8a9-4903-b1d7-e700ee6efc52", "type": "Eventhouse", "displayName": "fabcli000002", "description": "Created - by fab", "workspaceId": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}, {"id": "94eb984f-69bf-404e-ab71-d3daa61ff7ce", + by fab", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}, {"id": "5da1151d-457f-4bf2-867f-690214ff9112", "type": "KQLDatabase", "displayName": "fabcli000002", "description": "fabcli000002", - "workspaceId": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}]}' + "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -802,15 +802,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '272' + - '271' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:16 GMT + - Fri, 06 Feb 2026 07:41:21 GMT Pragma: - no-cache RequestId: - - edb5b5bf-37df-4c12-905c-c17202aa9e35 + - 7c890b71-f095-4c52-a3cc-04280721e02a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -818,7 +818,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -838,9 +838,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items/669a82b7-0344-4ff2-bacf-fdb0f698fc54 + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items/20f52829-d8a9-4903-b1d7-e700ee6efc52 response: body: string: '' @@ -856,11 +856,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:22:16 GMT + - Fri, 06 Feb 2026 07:41:23 GMT Pragma: - no-cache RequestId: - - 82ccb73a-f563-4f20-a135-9bb8fc8b4185 + - 0d49bfee-bfe2-4655-b3a1-4059e324f312 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -868,7 +868,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -886,13 +886,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -903,15 +903,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:16 GMT + - Fri, 06 Feb 2026 07:41:23 GMT Pragma: - no-cache RequestId: - - f58c3b22-fdcd-464e-9427-4f9e229778b1 + - 18273152-1103-4f1c-bf3f-aa3ecde5b2e9 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -919,7 +919,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -937,14 +937,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: - string: '{"value": [{"id": "d26c054c-d214-4ccd-8e34-90ea92470006", "type": "Notebook", + string: '{"value": [{"id": "e36e2c5f-fa28-40ed-a581-e21defe07945", "type": "Notebook", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}]}' + "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -953,15 +953,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '177' + - '176' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:16 GMT + - Fri, 06 Feb 2026 07:41:25 GMT Pragma: - no-cache RequestId: - - 3e3f9eab-78fe-4e2d-a65e-b7df9fd7b7ce + - 253046cd-76cb-4732-b999-ebea59960c1f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -969,7 +969,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -989,9 +989,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items/d26c054c-d214-4ccd-8e34-90ea92470006 + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items/e36e2c5f-fa28-40ed-a581-e21defe07945 response: body: string: '' @@ -1007,11 +1007,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:22:16 GMT + - Fri, 06 Feb 2026 07:41:25 GMT Pragma: - no-cache RequestId: - - f88b72fe-1538-4d0e-b3eb-04e4135c993a + - b91f69f7-9a55-407a-b8f8-3b7c058964ad Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1019,7 +1019,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: diff --git a/tests/test_commands/recordings/test_commands/test_cp/test_cp_local_to_onelake_success.yaml b/tests/test_commands/recordings/test_commands/test_cp/test_cp_local_to_onelake_success.yaml index b50a4a6c..deced848 100644 --- a/tests/test_commands/recordings/test_commands/test_cp/test_cp_local_to_onelake_success.yaml +++ b/tests/test_commands/recordings/test_commands/test_cp/test_cp_local_to_onelake_success.yaml @@ -11,13 +11,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "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: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:45 GMT + - Fri, 06 Feb 2026 07:44:56 GMT Pragma: - no-cache RequestId: - - a89fefa3-fce2-478e-a1b1-aba5d536efae + - 44ac7b39-19c5-4453-a8c3-b32ea397fee9 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -44,7 +44,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -62,9 +62,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: string: '{"value": []}' @@ -80,11 +80,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:46 GMT + - Fri, 06 Feb 2026 07:44:57 GMT Pragma: - no-cache RequestId: - - d3c3d603-b043-4aa6-87ed-9b1c766b652a + - 8a82fc1e-2c9b-40e1-aa4a-ee80a3d43fef Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -92,7 +92,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -110,9 +110,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: string: '{"value": []}' @@ -128,11 +128,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:46 GMT + - Fri, 06 Feb 2026 07:44:58 GMT Pragma: - no-cache RequestId: - - 0edda742-bce1-43e4-ad71-b8f9a3d4bdee + - ca1587f6-11b2-44d5-a9cb-09e2f068c457 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -140,7 +140,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -161,14 +161,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/lakehouses + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/lakehouses response: body: - string: '{"id": "03a32ea4-daec-4167-9158-67048574c698", "type": "Lakehouse", + string: '{"id": "77587e55-5a21-4da2-a8df-69aa9482fe5c", "type": "Lakehouse", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}' + "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -177,17 +177,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '168' + - '166' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:49 GMT + - Fri, 06 Feb 2026 07:45:01 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 654ca3a0-63ba-41c4-b553-a71d2857267e + - 45eb2db2-0282-4973-b61e-97e9f5fe4ae7 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -195,7 +195,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -213,13 +213,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "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: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:49 GMT + - Fri, 06 Feb 2026 07:45:01 GMT Pragma: - no-cache RequestId: - - 5af36b49-5ee6-486c-b77e-84e2faabd09b + - 63362886-a516-4e66-afef-adad76bd26de Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -246,7 +246,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -264,14 +264,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: - string: '{"value": [{"id": "03a32ea4-daec-4167-9158-67048574c698", "type": "Lakehouse", + string: '{"value": [{"id": "77587e55-5a21-4da2-a8df-69aa9482fe5c", "type": "Lakehouse", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}]}' + "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -280,15 +280,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '179' + - '178' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:48 GMT + - Fri, 06 Feb 2026 07:45:02 GMT Pragma: - no-cache RequestId: - - 240d9784-a3f9-4403-9479-4b08b6dcc055 + - 3c81e695-9977-4b80-a67d-1cad0f6e1133 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -296,7 +296,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -316,9 +316,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: PUT - uri: https://onelake.dfs.fabric.microsoft.com/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/03a32ea4-daec-4167-9158-67048574c698/Files/test_cp_lo2ol.txt/?resource=file + uri: https://onelake.dfs.fabric.microsoft.com/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/77587e55-5a21-4da2-a8df-69aa9482fe5c/Files/test_cp_lo2ol.txt/?resource=file response: body: string: '' @@ -334,11 +334,11 @@ interactions: Content-Length: - '0' Date: - - Mon, 08 Sep 2025 14:22:50 GMT + - Fri, 06 Feb 2026 07:45:04 GMT ETag: - - '"0x8DDEEE330CC4440"' + - '"0x8DE6553A4A3A200"' Last-Modified: - - Mon, 08 Sep 2025 14:22:50 GMT + - Fri, 06 Feb 2026 07:45:05 GMT Server: - Windows-Azure-HDFS/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Strict-Transport-Security: @@ -364,11 +364,11 @@ interactions: Content-Type: - text/plain User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 x-ms-content-type: - text/plain method: PATCH - uri: https://onelake.dfs.fabric.microsoft.com/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/03a32ea4-daec-4167-9158-67048574c698/Files/test_cp_lo2ol.txt?action=append&position=0 + uri: https://onelake.dfs.fabric.microsoft.com/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/77587e55-5a21-4da2-a8df-69aa9482fe5c/Files/test_cp_lo2ol.txt?action=append&position=0 response: body: string: '' @@ -384,7 +384,7 @@ interactions: Content-Length: - '0' Date: - - Mon, 08 Sep 2025 14:22:49 GMT + - Fri, 06 Feb 2026 07:45:06 GMT Server: - Windows-Azure-HDFS/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Strict-Transport-Security: @@ -408,11 +408,11 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 x-ms-content-type: - text/plain method: PATCH - uri: https://onelake.dfs.fabric.microsoft.com/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/03a32ea4-daec-4167-9158-67048574c698/Files/test_cp_lo2ol.txt?action=flush&position=13 + uri: https://onelake.dfs.fabric.microsoft.com/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/77587e55-5a21-4da2-a8df-69aa9482fe5c/Files/test_cp_lo2ol.txt?action=flush&position=13 response: body: string: '' @@ -428,11 +428,11 @@ interactions: Content-Length: - '0' Date: - - Mon, 08 Sep 2025 14:22:50 GMT + - Fri, 06 Feb 2026 07:45:06 GMT ETag: - - '"0x8DDEEE331528AE4"' + - '"0x8DE6553A62D5F58"' Last-Modified: - - Mon, 08 Sep 2025 14:22:50 GMT + - Fri, 06 Feb 2026 07:45:07 GMT Server: - Windows-Azure-HDFS/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Strict-Transport-Security: @@ -454,13 +454,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -471,15 +471,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:50 GMT + - Fri, 06 Feb 2026 07:45:08 GMT Pragma: - no-cache RequestId: - - 3bb6fbaf-f351-4c4a-86bd-c4f7585bdc16 + - 140e579a-b7af-4f0a-bd03-c59d151768fa Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -487,7 +487,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -505,14 +505,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: - string: '{"value": [{"id": "03a32ea4-daec-4167-9158-67048574c698", "type": "Lakehouse", + string: '{"value": [{"id": "77587e55-5a21-4da2-a8df-69aa9482fe5c", "type": "Lakehouse", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}]}' + "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -521,15 +521,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '179' + - '178' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:50 GMT + - Fri, 06 Feb 2026 07:45:08 GMT Pragma: - no-cache RequestId: - - d822e18d-5096-480c-b9e9-343b7c9fa4a0 + - c69f1ce6-d521-485d-b297-5b69df7433c1 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -537,7 +537,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -555,15 +555,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://onelake.dfs.fabric.microsoft.com/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/?recursive=false&resource=filesystem&directory=03a32ea4-daec-4167-9158-67048574c698%2FFiles&getShortcutMetadata=true + uri: https://onelake.dfs.fabric.microsoft.com/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/?recursive=false&resource=filesystem&directory=77587e55-5a21-4da2-a8df-69aa9482fe5c%2FFiles&getShortcutMetadata=true response: body: - string: '{"paths": [{"name": "03a32ea4-daec-4167-9158-67048574c698/Files/test_cp_lo2ol.txt", - "creationTime": "134018149700158528", "lastModified": "Mon, 08 Sep 2025 14:22:50 - GMT", "etag": "0x8DDEEE331528AE4", "contentLength": "13", "owner": "954b20be-abdc-4fbc-9e27-545547e1c715", - "group": "954b20be-abdc-4fbc-9e27-545547e1c715", "permissions": "rw-r-----", + string: '{"paths": [{"name": "77587e55-5a21-4da2-a8df-69aa9482fe5c/Files/test_cp_lo2ol.txt", + "creationTime": "134148375052067328", "lastModified": "Fri, 06 Feb 2026 07:45:07 + GMT", "etag": "0x8DE6553A62D5F58", "contentLength": "13", "owner": "bdb39224-bd86-4d14-bc6e-18637e6902b0", + "group": "bdb39224-bd86-4d14-bc6e-18637e6902b0", "permissions": "rw-r-----", "expiryTime": "0"}], "ContinuationToken": null}' headers: Access-Control-Allow-Headers: @@ -577,7 +577,7 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:51 GMT + - Fri, 06 Feb 2026 07:45:09 GMT Server: - Windows-Azure-HDFS/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Strict-Transport-Security: @@ -601,13 +601,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -618,15 +618,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:51 GMT + - Fri, 06 Feb 2026 07:45:09 GMT Pragma: - no-cache RequestId: - - ce15a615-d6b4-41a0-8e0c-223e28e15d3f + - 40caa10d-d84e-4c17-9f2c-15c845752fe1 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -634,7 +634,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -652,14 +652,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: - string: '{"value": [{"id": "03a32ea4-daec-4167-9158-67048574c698", "type": "Lakehouse", + string: '{"value": [{"id": "77587e55-5a21-4da2-a8df-69aa9482fe5c", "type": "Lakehouse", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}]}' + "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -668,15 +668,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '179' + - '178' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:51 GMT + - Fri, 06 Feb 2026 07:45:10 GMT Pragma: - no-cache RequestId: - - 9e1711d2-0326-484d-b860-f4026eef69ff + - 5a4da0c8-cdf8-4fab-bcad-9a663e9ec237 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -684,7 +684,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -702,9 +702,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: HEAD - uri: https://onelake.dfs.fabric.microsoft.com/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/03a32ea4-daec-4167-9158-67048574c698/Files/renamed_test_cp_lo2ol.txt + uri: https://onelake.dfs.fabric.microsoft.com/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/77587e55-5a21-4da2-a8df-69aa9482fe5c/Files/renamed_test_cp_lo2ol.txt response: body: string: '' @@ -718,7 +718,7 @@ interactions: Access-Control-Expose-Headers: - '*,Authorization' Date: - - Mon, 08 Sep 2025 14:22:52 GMT + - Fri, 06 Feb 2026 07:45:12 GMT Server: - Windows-Azure-Blob/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Strict-Transport-Security: @@ -744,9 +744,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: HEAD - uri: https://onelake.dfs.fabric.microsoft.com/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/03a32ea4-daec-4167-9158-67048574c698/Files/renamed_test_cp_lo2ol.txt + uri: https://onelake.dfs.fabric.microsoft.com/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/77587e55-5a21-4da2-a8df-69aa9482fe5c/Files/renamed_test_cp_lo2ol.txt response: body: string: '' @@ -760,7 +760,7 @@ interactions: Access-Control-Expose-Headers: - '*,Authorization' Date: - - Mon, 08 Sep 2025 14:22:52 GMT + - Fri, 06 Feb 2026 07:45:13 GMT Server: - Windows-Azure-Blob/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Strict-Transport-Security: @@ -788,9 +788,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: PUT - uri: https://onelake.dfs.fabric.microsoft.com/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/03a32ea4-daec-4167-9158-67048574c698/Files/renamed_test_cp_lo2ol.txt/?resource=file + uri: https://onelake.dfs.fabric.microsoft.com/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/77587e55-5a21-4da2-a8df-69aa9482fe5c/Files/renamed_test_cp_lo2ol.txt/?resource=file response: body: string: '' @@ -806,11 +806,11 @@ interactions: Content-Length: - '0' Date: - - Mon, 08 Sep 2025 14:22:52 GMT + - Fri, 06 Feb 2026 07:45:15 GMT ETag: - - '"0x8DDEEE332804200"' + - '"0x8DE6553AB1CAE90"' Last-Modified: - - Mon, 08 Sep 2025 14:22:52 GMT + - Fri, 06 Feb 2026 07:45:16 GMT Server: - Windows-Azure-HDFS/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Strict-Transport-Security: @@ -836,11 +836,11 @@ interactions: Content-Type: - text/plain User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 x-ms-content-type: - text/plain method: PATCH - uri: https://onelake.dfs.fabric.microsoft.com/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/03a32ea4-daec-4167-9158-67048574c698/Files/renamed_test_cp_lo2ol.txt?action=append&position=0 + uri: https://onelake.dfs.fabric.microsoft.com/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/77587e55-5a21-4da2-a8df-69aa9482fe5c/Files/renamed_test_cp_lo2ol.txt?action=append&position=0 response: body: string: '' @@ -856,7 +856,7 @@ interactions: Content-Length: - '0' Date: - - Mon, 08 Sep 2025 14:22:52 GMT + - Fri, 06 Feb 2026 07:45:17 GMT Server: - Windows-Azure-HDFS/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Strict-Transport-Security: @@ -880,11 +880,11 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 x-ms-content-type: - text/plain method: PATCH - uri: https://onelake.dfs.fabric.microsoft.com/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/03a32ea4-daec-4167-9158-67048574c698/Files/renamed_test_cp_lo2ol.txt?action=flush&position=13 + uri: https://onelake.dfs.fabric.microsoft.com/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/77587e55-5a21-4da2-a8df-69aa9482fe5c/Files/renamed_test_cp_lo2ol.txt?action=flush&position=13 response: body: string: '' @@ -900,11 +900,11 @@ interactions: Content-Length: - '0' Date: - - Mon, 08 Sep 2025 14:22:53 GMT + - Fri, 06 Feb 2026 07:45:19 GMT ETag: - - '"0x8DDEEE3334BA5B4"' + - '"0x8DE6553AD45B320"' Last-Modified: - - Mon, 08 Sep 2025 14:22:54 GMT + - Fri, 06 Feb 2026 07:45:19 GMT Server: - Windows-Azure-HDFS/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Strict-Transport-Security: @@ -926,13 +926,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -943,15 +943,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:53 GMT + - Fri, 06 Feb 2026 07:45:19 GMT Pragma: - no-cache RequestId: - - aba793f2-58a3-49e3-bdd9-fc9cb9c7f019 + - 6165edc3-d2f0-476a-8994-31ba24b0470f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -959,7 +959,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -977,14 +977,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: - string: '{"value": [{"id": "03a32ea4-daec-4167-9158-67048574c698", "type": "Lakehouse", - "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}]}' + string: '{"value": [{"id": "081dc588-a6f7-42da-ae4f-32bdf7314f9a", "type": "SQLEndpoint", + "displayName": "fabcli000001", "description": "", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}, + {"id": "77587e55-5a21-4da2-a8df-69aa9482fe5c", "type": "Lakehouse", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -993,15 +994,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '179' + - '227' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:53 GMT + - Fri, 06 Feb 2026 07:45:21 GMT Pragma: - no-cache RequestId: - - 40a98a0a-ad92-4982-a949-e3a8b923ee4c + - b68bf9e2-b6de-4857-9c5c-af251750474b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1009,7 +1010,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1027,19 +1028,19 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://onelake.dfs.fabric.microsoft.com/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/?recursive=false&resource=filesystem&directory=03a32ea4-daec-4167-9158-67048574c698%2FFiles&getShortcutMetadata=true + uri: https://onelake.dfs.fabric.microsoft.com/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/?recursive=false&resource=filesystem&directory=77587e55-5a21-4da2-a8df-69aa9482fe5c%2FFiles&getShortcutMetadata=true response: body: - string: '{"paths": [{"name": "03a32ea4-daec-4167-9158-67048574c698/Files/renamed_test_cp_lo2ol.txt", - "creationTime": "134018149728731648", "lastModified": "Mon, 08 Sep 2025 14:22:54 - GMT", "etag": "0x8DDEEE3334BA5B4", "contentLength": "13", "owner": "954b20be-abdc-4fbc-9e27-545547e1c715", - "group": "954b20be-abdc-4fbc-9e27-545547e1c715", "permissions": "rw-r-----", - "expiryTime": "0"}, {"name": "03a32ea4-daec-4167-9158-67048574c698/Files/test_cp_lo2ol.txt", - "creationTime": "134018149700158528", "lastModified": "Mon, 08 Sep 2025 14:22:50 - GMT", "etag": "0x8DDEEE331528AE4", "contentLength": "13", "owner": "954b20be-abdc-4fbc-9e27-545547e1c715", - "group": "954b20be-abdc-4fbc-9e27-545547e1c715", "permissions": "rw-r-----", + string: '{"paths": [{"name": "77587e55-5a21-4da2-a8df-69aa9482fe5c/Files/renamed_test_cp_lo2ol.txt", + "creationTime": "134148375160663696", "lastModified": "Fri, 06 Feb 2026 07:45:19 + GMT", "etag": "0x8DE6553AD45B320", "contentLength": "13", "owner": "bdb39224-bd86-4d14-bc6e-18637e6902b0", + "group": "bdb39224-bd86-4d14-bc6e-18637e6902b0", "permissions": "rw-r-----", + "expiryTime": "0"}, {"name": "77587e55-5a21-4da2-a8df-69aa9482fe5c/Files/test_cp_lo2ol.txt", + "creationTime": "134148375052067328", "lastModified": "Fri, 06 Feb 2026 07:45:07 + GMT", "etag": "0x8DE6553A62D5F58", "contentLength": "13", "owner": "bdb39224-bd86-4d14-bc6e-18637e6902b0", + "group": "bdb39224-bd86-4d14-bc6e-18637e6902b0", "permissions": "rw-r-----", "expiryTime": "0"}], "ContinuationToken": null}' headers: Access-Control-Allow-Headers: @@ -1053,7 +1054,7 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:54 GMT + - Fri, 06 Feb 2026 07:45:23 GMT Server: - Windows-Azure-HDFS/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Strict-Transport-Security: @@ -1077,13 +1078,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -1094,15 +1095,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:54 GMT + - Fri, 06 Feb 2026 07:45:23 GMT Pragma: - no-cache RequestId: - - b2ab8f91-d2d2-4413-9cb4-41bca1222850 + - 0d01f793-3489-4d89-a33a-8e13d0514f2f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1110,7 +1111,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1128,14 +1129,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: - string: '{"value": [{"id": "03a32ea4-daec-4167-9158-67048574c698", "type": "Lakehouse", - "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}]}' + string: '{"value": [{"id": "081dc588-a6f7-42da-ae4f-32bdf7314f9a", "type": "SQLEndpoint", + "displayName": "fabcli000001", "description": "", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}, + {"id": "77587e55-5a21-4da2-a8df-69aa9482fe5c", "type": "Lakehouse", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1144,15 +1146,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '179' + - '227' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:54 GMT + - Fri, 06 Feb 2026 07:45:25 GMT Pragma: - no-cache RequestId: - - 2a8351ec-b6a5-49ad-9483-948e796f3525 + - 7ed7b2a2-9ab6-4c76-b453-a51c8501c8ef Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1160,7 +1162,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1180,9 +1182,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items/03a32ea4-daec-4167-9158-67048574c698 + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items/77587e55-5a21-4da2-a8df-69aa9482fe5c response: body: string: '' @@ -1198,11 +1200,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:22:55 GMT + - Fri, 06 Feb 2026 07:45:26 GMT Pragma: - no-cache RequestId: - - 7fd34c9f-8708-4331-b4ec-0954c4e4bdf2 + - dfcc78a0-cdcb-45e1-9b70-3198fce134f5 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1210,7 +1212,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: diff --git a/tests/test_commands/recordings/test_commands/test_cp/test_cp_onelake_operations_success.yaml b/tests/test_commands/recordings/test_commands/test_cp/test_cp_onelake_operations_success.yaml new file mode 100644 index 00000000..cfc52396 --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_cp/test_cp_onelake_operations_success.yaml @@ -0,0 +1,1651 @@ +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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "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: + - '2805' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:45:26 GMT + Pragma: + - no-cache + RequestId: + - adc6ec94-2bbe-4c09-845a-3e0b723c852c + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/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: + - Fri, 06 Feb 2026 07:45:27 GMT + Pragma: + - no-cache + RequestId: + - d2e715e2-a7ee-4175-8d32-c1eafef44d35 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/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: + - Fri, 06 Feb 2026 07:45:28 GMT + Pragma: + - no-cache + RequestId: + - a7886141-eca4-4cda-b1af-b5ddf65fef2c + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": + "Lakehouse", "folderId": null}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '107' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/lakehouses + response: + body: + string: '{"id": "0307fe75-5816-46fd-b988-179f3c6c6722", "type": "Lakehouse", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}' + 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: + - Fri, 06 Feb 2026 07:45:30 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - 91001a23-d1f0-426c-845c-020d5ee9995f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "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: + - '2805' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:45:32 GMT + Pragma: + - no-cache + RequestId: + - 8b7e1846-9d55-4500-b763-96607bef04cc + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items + response: + body: + string: '{"value": [{"id": "0307fe75-5816-46fd-b988-179f3c6c6722", "type": "Lakehouse", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}]}' + 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: + - Fri, 06 Feb 2026 07:45:32 GMT + Pragma: + - no-cache + RequestId: + - 95954359-7a26-448e-b42d-bf9024607bcf + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items + response: + body: + string: '{"value": [{"id": "0307fe75-5816-46fd-b988-179f3c6c6722", "type": "Lakehouse", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}]}' + 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: + - Fri, 06 Feb 2026 07:45:32 GMT + Pragma: + - no-cache + RequestId: + - 01e0ce6f-dc66-41fd-ba6a-33e26bb310f1 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "fabcli000002", "type": + "Lakehouse", "folderId": null}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '107' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/lakehouses + response: + body: + string: '{"id": "c1d00b8c-19e9-46cf-a67f-1edd42b2e1d7", "type": "Lakehouse", + "displayName": "fabcli000002", "description": "Created by fab", "workspaceId": + "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}' + 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: + - Fri, 06 Feb 2026 07:45:34 GMT + ETag: + - '""' + Pragma: + - no-cache + RequestId: + - fba0f39a-4115-45ed-a40b-19269c3e9db3 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "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: + - '2805' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:45:35 GMT + Pragma: + - no-cache + RequestId: + - 15b96c6f-2626-45a9-8ab3-ce70b7fa291a + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items + response: + body: + string: '{"value": [{"id": "0307fe75-5816-46fd-b988-179f3c6c6722", "type": "Lakehouse", + "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": + "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}, {"id": "c1d00b8c-19e9-46cf-a67f-1edd42b2e1d7", + "type": "Lakehouse", "displayName": "fabcli000002", "description": "Created + by fab", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '221' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:45:36 GMT + Pragma: + - no-cache + RequestId: + - acd13cb9-3712-4859-9ac5-6c91859ef06f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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: HEAD + uri: https://onelake.dfs.fabric.microsoft.com/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/0307fe75-5816-46fd-b988-179f3c6c6722/Files/test_cp_lakehouse.txt + response: + body: + string: '' + headers: + Access-Control-Allow-Headers: + - '*' + Access-Control-Allow-Methods: + - '*' + Access-Control-Allow-Origin: + - '*' + Access-Control-Expose-Headers: + - '*,Authorization' + Date: + - Fri, 06 Feb 2026 07:45:38 GMT + Server: + - Windows-Azure-Blob/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + Transfer-Encoding: + - chunked + X-Content-Type-Options: + - nosniff + x-ms-error-code: + - BlobNotFound + status: + code: 404 + message: The specified blob does not exist. +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: HEAD + uri: https://onelake.dfs.fabric.microsoft.com/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/0307fe75-5816-46fd-b988-179f3c6c6722/Files/test_cp_lakehouse.txt + response: + body: + string: '' + headers: + Access-Control-Allow-Headers: + - '*' + Access-Control-Allow-Methods: + - '*' + Access-Control-Allow-Origin: + - '*' + Access-Control-Expose-Headers: + - '*,Authorization' + Date: + - Fri, 06 Feb 2026 07:45:40 GMT + Server: + - Windows-Azure-Blob/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + Transfer-Encoding: + - chunked + X-Content-Type-Options: + - nosniff + x-ms-error-code: + - BlobNotFound + status: + code: 404 + message: The specified blob does not exist. +- 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: PUT + uri: https://onelake.dfs.fabric.microsoft.com/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/0307fe75-5816-46fd-b988-179f3c6c6722/Files/test_cp_lakehouse.txt/?resource=file + response: + body: + string: '' + headers: + Access-Control-Allow-Headers: + - '*' + Access-Control-Allow-Methods: + - '*' + Access-Control-Allow-Origin: + - '*' + Access-Control-Expose-Headers: + - '*,Authorization' + Content-Length: + - '0' + Date: + - Fri, 06 Feb 2026 07:45:43 GMT + ETag: + - '"0x8DE6553BB3ADE2C"' + Last-Modified: + - Fri, 06 Feb 2026 07:45:43 GMT + Server: + - Windows-Azure-HDFS/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + status: + code: 201 + message: Created +- request: + body: 'Hello world! + + ' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '13' + Content-Type: + - text/plain + User-Agent: + - ms-fabric-cli-test/1.3.1 + x-ms-content-type: + - text/plain + method: PATCH + uri: https://onelake.dfs.fabric.microsoft.com/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/0307fe75-5816-46fd-b988-179f3c6c6722/Files/test_cp_lakehouse.txt?action=append&position=0 + response: + body: + string: '' + headers: + Access-Control-Allow-Headers: + - '*' + Access-Control-Allow-Methods: + - '*' + Access-Control-Allow-Origin: + - '*' + Access-Control-Expose-Headers: + - '*,Authorization' + Content-Length: + - '0' + Date: + - Fri, 06 Feb 2026 07:45:44 GMT + Server: + - Windows-Azure-HDFS/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + status: + code: 202 + message: Accepted +- 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 + x-ms-content-type: + - text/plain + method: PATCH + uri: https://onelake.dfs.fabric.microsoft.com/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/0307fe75-5816-46fd-b988-179f3c6c6722/Files/test_cp_lakehouse.txt?action=flush&position=13 + response: + body: + string: '' + headers: + Access-Control-Allow-Headers: + - '*' + Access-Control-Allow-Methods: + - '*' + Access-Control-Allow-Origin: + - '*' + Access-Control-Expose-Headers: + - '*,Authorization' + Content-Length: + - '0' + Date: + - Fri, 06 Feb 2026 07:45:45 GMT + ETag: + - '"0x8DE6553BD143964"' + Last-Modified: + - Fri, 06 Feb 2026 07:45:46 GMT + Server: + - Windows-Azure-HDFS/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "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: + - '2805' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:45:46 GMT + Pragma: + - no-cache + RequestId: + - 3f4b5e8e-eb5a-4a58-bcbe-876bfa71c737 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items + response: + body: + string: '{"value": [{"id": "b0fef1a9-d996-4364-a640-73bb834a696e", "type": "SQLEndpoint", + "displayName": "fabcli000001", "description": "", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}, + {"id": "6eb751c9-ddc6-4977-8643-8f38a7f84c79", "type": "SQLEndpoint", "displayName": + "fabcli000002", "description": "", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}, + {"id": "0307fe75-5816-46fd-b988-179f3c6c6722", "type": "Lakehouse", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}, + {"id": "c1d00b8c-19e9-46cf-a67f-1edd42b2e1d7", "type": "Lakehouse", "displayName": + "fabcli000002", "description": "Created by fab", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '293' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:45:47 GMT + Pragma: + - no-cache + RequestId: + - f2fe838a-e801-4f5b-8e14-a213f7a3755f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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: HEAD + uri: https://onelake.dfs.fabric.microsoft.com/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/0307fe75-5816-46fd-b988-179f3c6c6722/Files/test_cp_lakehouse.txt + response: + body: + string: '' + headers: + Accept-Ranges: + - bytes + Access-Control-Allow-Headers: + - '*' + Access-Control-Allow-Methods: + - '*' + Access-Control-Allow-Origin: + - '*' + Access-Control-Expose-Headers: + - '*,Authorization' + Content-Length: + - '13' + Content-Type: + - text/plain + Date: + - Fri, 06 Feb 2026 07:45:48 GMT + ETag: + - '"0x8DE6553BD143964"' + Last-Modified: + - Fri, 06 Feb 2026 07:45:46 GMT + Server: + - Windows-Azure-Blob/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + x-ms-resource-type: + - file + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "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: + - '2805' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:45:49 GMT + Pragma: + - no-cache + RequestId: + - e5bd75ea-d812-4d07-9bab-3f0eadf10fb6 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items + response: + body: + string: '{"value": [{"id": "b0fef1a9-d996-4364-a640-73bb834a696e", "type": "SQLEndpoint", + "displayName": "fabcli000001", "description": "", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}, + {"id": "6eb751c9-ddc6-4977-8643-8f38a7f84c79", "type": "SQLEndpoint", "displayName": + "fabcli000002", "description": "", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}, + {"id": "0307fe75-5816-46fd-b988-179f3c6c6722", "type": "Lakehouse", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}, + {"id": "c1d00b8c-19e9-46cf-a67f-1edd42b2e1d7", "type": "Lakehouse", "displayName": + "fabcli000002", "description": "Created by fab", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '293' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:45:49 GMT + Pragma: + - no-cache + RequestId: + - 779bfe4f-f284-4d00-b12d-63ee80a15686 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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://onelake.dfs.fabric.microsoft.com/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/0307fe75-5816-46fd-b988-179f3c6c6722/Files/test_cp_lakehouse.txt + response: + body: + string: 'Hello world! + + ' + headers: + Accept-Ranges: + - bytes + Access-Control-Allow-Headers: + - '*' + Access-Control-Allow-Methods: + - '*' + Access-Control-Allow-Origin: + - '*' + Access-Control-Expose-Headers: + - '*,Authorization' + Content-Length: + - '13' + Content-Type: + - text/plain + Date: + - Fri, 06 Feb 2026 07:45:51 GMT + ETag: + - '"0x8DE6553BD143964"' + Last-Modified: + - Fri, 06 Feb 2026 07:45:46 GMT + Server: + - Windows-Azure-HDFS/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + x-ms-resource-type: + - file + 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: PUT + uri: https://onelake.dfs.fabric.microsoft.com/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/c1d00b8c-19e9-46cf-a67f-1edd42b2e1d7/Files/test_cp_lakehouse.txt/?resource=file + response: + body: + string: '' + headers: + Access-Control-Allow-Headers: + - '*' + Access-Control-Allow-Methods: + - '*' + Access-Control-Allow-Origin: + - '*' + Access-Control-Expose-Headers: + - '*,Authorization' + Content-Length: + - '0' + Date: + - Fri, 06 Feb 2026 07:45:52 GMT + ETag: + - '"0x8DE6553C12D9E18"' + Last-Modified: + - Fri, 06 Feb 2026 07:45:53 GMT + Server: + - Windows-Azure-HDFS/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + status: + code: 201 + message: Created +- request: + body: 'Hello world! + + ' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '13' + Content-Type: + - text/plain + User-Agent: + - ms-fabric-cli-test/1.3.1 + x-ms-content-type: + - text/plain + method: PATCH + uri: https://onelake.dfs.fabric.microsoft.com/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/c1d00b8c-19e9-46cf-a67f-1edd42b2e1d7/Files/test_cp_lakehouse.txt?action=append&position=0 + response: + body: + string: '' + headers: + Access-Control-Allow-Headers: + - '*' + Access-Control-Allow-Methods: + - '*' + Access-Control-Allow-Origin: + - '*' + Access-Control-Expose-Headers: + - '*,Authorization' + Content-Length: + - '0' + Date: + - Fri, 06 Feb 2026 07:45:53 GMT + Server: + - Windows-Azure-HDFS/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + status: + code: 202 + message: Accepted +- 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 + x-ms-content-type: + - text/plain + method: PATCH + uri: https://onelake.dfs.fabric.microsoft.com/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/c1d00b8c-19e9-46cf-a67f-1edd42b2e1d7/Files/test_cp_lakehouse.txt?action=flush&position=13 + response: + body: + string: '' + headers: + Access-Control-Allow-Headers: + - '*' + Access-Control-Allow-Methods: + - '*' + Access-Control-Allow-Origin: + - '*' + Access-Control-Expose-Headers: + - '*,Authorization' + Content-Length: + - '0' + Date: + - Fri, 06 Feb 2026 07:45:54 GMT + ETag: + - '"0x8DE6553C26175DC"' + Last-Modified: + - Fri, 06 Feb 2026 07:45:55 GMT + Server: + - Windows-Azure-HDFS/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "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: + - '2805' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:45:55 GMT + Pragma: + - no-cache + RequestId: + - 82137f97-e8e4-4b56-88b0-705ba59f7fee + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items + response: + body: + string: '{"value": [{"id": "b0fef1a9-d996-4364-a640-73bb834a696e", "type": "SQLEndpoint", + "displayName": "fabcli000001", "description": "", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}, + {"id": "6eb751c9-ddc6-4977-8643-8f38a7f84c79", "type": "SQLEndpoint", "displayName": + "fabcli000002", "description": "", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}, + {"id": "0307fe75-5816-46fd-b988-179f3c6c6722", "type": "Lakehouse", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}, + {"id": "c1d00b8c-19e9-46cf-a67f-1edd42b2e1d7", "type": "Lakehouse", "displayName": + "fabcli000002", "description": "Created by fab", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '293' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:45:56 GMT + Pragma: + - no-cache + RequestId: + - 12f2d1da-214f-435f-b5d6-19e72fd4d01f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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://onelake.dfs.fabric.microsoft.com/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/?recursive=false&resource=filesystem&directory=c1d00b8c-19e9-46cf-a67f-1edd42b2e1d7%2FFiles&getShortcutMetadata=true + response: + body: + string: '{"paths": [{"name": "c1d00b8c-19e9-46cf-a67f-1edd42b2e1d7/Files/test_cp_lakehouse.txt", + "creationTime": "134148375530872344", "lastModified": "Fri, 06 Feb 2026 07:45:55 + GMT", "etag": "0x8DE6553C26175DC", "contentLength": "13", "owner": "bdb39224-bd86-4d14-bc6e-18637e6902b0", + "group": "bdb39224-bd86-4d14-bc6e-18637e6902b0", "permissions": "rw-r-----", + "expiryTime": "0"}], "ContinuationToken": null}' + headers: + Access-Control-Allow-Headers: + - '*' + Access-Control-Allow-Methods: + - '*' + Access-Control-Allow-Origin: + - '*' + Access-Control-Expose-Headers: + - '*,Authorization' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:45:57 GMT + Server: + - Windows-Azure-HDFS/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + Transfer-Encoding: + - chunked + X-Content-Type-Options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "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: + - '2805' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:45:58 GMT + Pragma: + - no-cache + RequestId: + - 27b13b4b-e7b6-4eb0-889e-c78b9f194d96 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items + response: + body: + string: '{"value": [{"id": "b0fef1a9-d996-4364-a640-73bb834a696e", "type": "SQLEndpoint", + "displayName": "fabcli000001", "description": "", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}, + {"id": "6eb751c9-ddc6-4977-8643-8f38a7f84c79", "type": "SQLEndpoint", "displayName": + "fabcli000002", "description": "", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}, + {"id": "0307fe75-5816-46fd-b988-179f3c6c6722", "type": "Lakehouse", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}, + {"id": "c1d00b8c-19e9-46cf-a67f-1edd42b2e1d7", "type": "Lakehouse", "displayName": + "fabcli000002", "description": "Created by fab", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '293' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:46:00 GMT + Pragma: + - no-cache + RequestId: + - 26a5f5fc-49d1-42e5-a37e-b597589a3402 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items/c1d00b8c-19e9-46cf-a67f-1edd42b2e1d7 + 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: + - Fri, 06 Feb 2026 07:46:00 GMT + Pragma: + - no-cache + RequestId: + - d44e4679-207a-4b0d-9168-4c101c082bb1 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", + "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: + - '2805' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:46:00 GMT + Pragma: + - no-cache + RequestId: + - 589caed3-8de6-4854-938f-ceceee3a75ff + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items + response: + body: + string: '{"value": [{"id": "b0fef1a9-d996-4364-a640-73bb834a696e", "type": "SQLEndpoint", + "displayName": "fabcli000001", "description": "", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}, + {"id": "0307fe75-5816-46fd-b988-179f3c6c6722", "type": "Lakehouse", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '226' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:46:01 GMT + Pragma: + - no-cache + RequestId: + - 2c4328cf-fe9f-4219-be58-0b2504e15dfb + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items/0307fe75-5816-46fd-b988-179f3c6c6722 + 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: + - Fri, 06 Feb 2026 07:46:02 GMT + Pragma: + - no-cache + RequestId: + - 7119a362-ca92-4dc7-95f0-fe0ec803a4c5 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-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_cp/test_cp_onelake_to_local_parquet_binary_success.yaml b/tests/test_commands/recordings/test_commands/test_cp/test_cp_onelake_to_local_parquet_binary_success.yaml index 867c79e0..e793c812 100644 --- a/tests/test_commands/recordings/test_commands/test_cp/test_cp_onelake_to_local_parquet_binary_success.yaml +++ b/tests/test_commands/recordings/test_commands/test_cp/test_cp_onelake_to_local_parquet_binary_success.yaml @@ -11,13 +11,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "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: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:23:07 GMT + - Fri, 06 Feb 2026 07:46:37 GMT Pragma: - no-cache RequestId: - - e564f3ae-36ef-4fb9-b29b-6c071c03cd70 + - bf204ed6-362c-499f-9709-3c80aa62362b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -44,7 +44,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -62,9 +62,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: string: '{"value": []}' @@ -80,11 +80,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:23:08 GMT + - Fri, 06 Feb 2026 07:46:38 GMT Pragma: - no-cache RequestId: - - bff220c4-4de2-46fb-b52b-82566fb4e77f + - 3a1c2550-e8a1-4792-a615-47b9c5974f7a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -92,7 +92,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -110,9 +110,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: string: '{"value": []}' @@ -128,11 +128,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:23:08 GMT + - Fri, 06 Feb 2026 07:46:39 GMT Pragma: - no-cache RequestId: - - 7b71bece-bd98-4ef6-8989-ba73ad8ea0f9 + - 9eb90d5e-2221-4e3e-9ab1-c476c694f2a5 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -140,7 +140,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -161,14 +161,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/lakehouses + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/lakehouses response: body: - string: '{"id": "b12053ac-b242-4652-b386-186441bedcbc", "type": "Lakehouse", + string: '{"id": "82f099dd-b351-4ff4-8043-302176061d65", "type": "Lakehouse", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}' + "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -181,13 +181,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:23:10 GMT + - Fri, 06 Feb 2026 07:46:41 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 0ad58086-6c2f-4e33-b939-2e1c67c623e0 + - 8afb6745-38ac-4607-abbe-df506856a9c3 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -195,7 +195,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -213,13 +213,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "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: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:23:10 GMT + - Fri, 06 Feb 2026 07:46:41 GMT Pragma: - no-cache RequestId: - - 05ec8a76-b323-437d-a2bc-22e765bbfabd + - 2f3e083f-df30-4044-9eba-21e1e445959c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -246,7 +246,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -264,14 +264,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: - string: '{"value": [{"id": "b12053ac-b242-4652-b386-186441bedcbc", "type": "Lakehouse", + string: '{"value": [{"id": "82f099dd-b351-4ff4-8043-302176061d65", "type": "Lakehouse", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}]}' + "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -284,11 +284,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:23:10 GMT + - Fri, 06 Feb 2026 07:46:42 GMT Pragma: - no-cache RequestId: - - a613d7e8-eaca-43f4-b304-c1b959ed5dd1 + - 759a3908-9a84-471c-b4e0-8100477b979f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -296,7 +296,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -316,9 +316,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: PUT - uri: https://onelake.dfs.fabric.microsoft.com/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/b12053ac-b242-4652-b386-186441bedcbc/Files/test.parquet/?resource=file + uri: https://onelake.dfs.fabric.microsoft.com/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/82f099dd-b351-4ff4-8043-302176061d65/Files/test.parquet/?resource=file response: body: string: '' @@ -334,11 +334,11 @@ interactions: Content-Length: - '0' Date: - - Mon, 08 Sep 2025 14:23:10 GMT + - Fri, 06 Feb 2026 07:46:45 GMT ETag: - - '"0x8DDEEE33D971F3C"' + - '"0x8DE6553E06BDA04"' Last-Modified: - - Mon, 08 Sep 2025 14:23:11 GMT + - Fri, 06 Feb 2026 07:46:45 GMT Server: - Windows-Azure-HDFS/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Strict-Transport-Security: @@ -371,11 +371,11 @@ interactions: Content-Type: - application/octet-stream User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 x-ms-content-type: - application/octet-stream method: PATCH - uri: https://onelake.dfs.fabric.microsoft.com/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/b12053ac-b242-4652-b386-186441bedcbc/Files/test.parquet?action=append&position=0 + uri: https://onelake.dfs.fabric.microsoft.com/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/82f099dd-b351-4ff4-8043-302176061d65/Files/test.parquet?action=append&position=0 response: body: string: '' @@ -391,7 +391,7 @@ interactions: Content-Length: - '0' Date: - - Mon, 08 Sep 2025 14:23:11 GMT + - Fri, 06 Feb 2026 07:46:45 GMT Server: - Windows-Azure-HDFS/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Strict-Transport-Security: @@ -415,11 +415,11 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 x-ms-content-type: - application/octet-stream method: PATCH - uri: https://onelake.dfs.fabric.microsoft.com/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/b12053ac-b242-4652-b386-186441bedcbc/Files/test.parquet?action=flush&position=471 + uri: https://onelake.dfs.fabric.microsoft.com/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/82f099dd-b351-4ff4-8043-302176061d65/Files/test.parquet?action=flush&position=471 response: body: string: '' @@ -435,11 +435,11 @@ interactions: Content-Length: - '0' Date: - - Mon, 08 Sep 2025 14:23:11 GMT + - Fri, 06 Feb 2026 07:46:46 GMT ETag: - - '"0x8DDEEE33DFBB6DC"' + - '"0x8DE6553E11C76A4"' Last-Modified: - - Mon, 08 Sep 2025 14:23:12 GMT + - Fri, 06 Feb 2026 07:46:46 GMT Server: - Windows-Azure-HDFS/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Strict-Transport-Security: @@ -461,13 +461,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -478,15 +478,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:23:12 GMT + - Fri, 06 Feb 2026 07:46:46 GMT Pragma: - no-cache RequestId: - - 6bd8da00-7b8c-483b-836a-a76dc8f9b048 + - e85bea68-469c-4d2b-b688-c7666702ee9a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -494,7 +494,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -512,14 +512,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: - string: '{"value": [{"id": "b12053ac-b242-4652-b386-186441bedcbc", "type": "Lakehouse", + string: '{"value": [{"id": "82f099dd-b351-4ff4-8043-302176061d65", "type": "Lakehouse", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}]}' + "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -532,11 +532,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:23:11 GMT + - Fri, 06 Feb 2026 07:46:48 GMT Pragma: - no-cache RequestId: - - cd188eaf-13bb-4a60-8f5f-939af228adb6 + - 5c386e01-6d84-4542-9249-ed926853709d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -544,7 +544,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -562,9 +562,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: HEAD - uri: https://onelake.dfs.fabric.microsoft.com/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/b12053ac-b242-4652-b386-186441bedcbc/Files/test.parquet + uri: https://onelake.dfs.fabric.microsoft.com/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/82f099dd-b351-4ff4-8043-302176061d65/Files/test.parquet response: body: string: '' @@ -584,11 +584,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:23:12 GMT + - Fri, 06 Feb 2026 07:46:49 GMT ETag: - - '"0x8DDEEE33DFBB6DC"' + - '"0x8DE6553E11C76A4"' Last-Modified: - - Mon, 08 Sep 2025 14:23:12 GMT + - Fri, 06 Feb 2026 07:46:46 GMT Server: - Windows-Azure-Blob/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Strict-Transport-Security: @@ -612,9 +612,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://onelake.dfs.fabric.microsoft.com/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/b12053ac-b242-4652-b386-186441bedcbc/Files/test.parquet + uri: https://onelake.dfs.fabric.microsoft.com/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/82f099dd-b351-4ff4-8043-302176061d65/Files/test.parquet response: body: string: !!binary | @@ -643,11 +643,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:23:12 GMT + - Fri, 06 Feb 2026 07:46:52 GMT ETag: - - '"0x8DDEEE33DFBB6DC"' + - '"0x8DE6553E11C76A4"' Last-Modified: - - Mon, 08 Sep 2025 14:23:12 GMT + - Fri, 06 Feb 2026 07:46:46 GMT Server: - Windows-Azure-HDFS/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Strict-Transport-Security: @@ -671,13 +671,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -688,15 +688,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:23:13 GMT + - Fri, 06 Feb 2026 07:46:53 GMT Pragma: - no-cache RequestId: - - 903a523a-aa8e-4d65-ab4c-31536d3cf7c3 + - aed38ded-7273-4886-9d81-7ca8e31d62c4 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -704,7 +704,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -722,14 +722,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: - string: '{"value": [{"id": "b12053ac-b242-4652-b386-186441bedcbc", "type": "Lakehouse", + string: '{"value": [{"id": "82f099dd-b351-4ff4-8043-302176061d65", "type": "Lakehouse", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}]}' + "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -742,11 +742,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:23:13 GMT + - Fri, 06 Feb 2026 07:46:53 GMT Pragma: - no-cache RequestId: - - 48ee4f30-0c2a-43b2-8aa0-6d33aaea6339 + - 53b0f683-a1b0-41e5-970d-64a9071734b4 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -754,7 +754,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -774,9 +774,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items/b12053ac-b242-4652-b386-186441bedcbc + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items/82f099dd-b351-4ff4-8043-302176061d65 response: body: string: '' @@ -792,11 +792,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:23:13 GMT + - Fri, 06 Feb 2026 07:46:54 GMT Pragma: - no-cache RequestId: - - d7658e6e-1595-4ca3-9a35-9746dc1ac67b + - 733f9eb7-d34a-4826-9f20-ccf8f136fa69 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -804,7 +804,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: diff --git a/tests/test_commands/recordings/test_commands/test_cp/test_cp_onelake_to_local_success.yaml b/tests/test_commands/recordings/test_commands/test_cp/test_cp_onelake_to_local_success.yaml index f551b496..01dc4158 100644 --- a/tests/test_commands/recordings/test_commands/test_cp/test_cp_onelake_to_local_success.yaml +++ b/tests/test_commands/recordings/test_commands/test_cp/test_cp_onelake_to_local_success.yaml @@ -11,13 +11,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "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: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:58 GMT + - Fri, 06 Feb 2026 07:46:12 GMT Pragma: - no-cache RequestId: - - c0e62640-07b3-4228-8e1b-a94f9a67d2f8 + - 0a1f8d8b-f459-4469-9023-3a3da5c3df9d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -44,7 +44,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -62,9 +62,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: string: '{"value": []}' @@ -80,11 +80,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:58 GMT + - Fri, 06 Feb 2026 07:46:13 GMT Pragma: - no-cache RequestId: - - b874f67d-1f64-4ba1-b8d0-ce0fd5fe2384 + - 3b546293-f425-4764-8552-3ff748eab7c5 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -92,7 +92,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -110,9 +110,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: string: '{"value": []}' @@ -128,11 +128,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:58 GMT + - Fri, 06 Feb 2026 07:46:14 GMT Pragma: - no-cache RequestId: - - d386d30e-9c1a-4513-8484-9a6aa44833e3 + - 3ff6e9bc-25b1-4b73-b7e9-37c742cfa6fe Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -140,7 +140,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -161,14 +161,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/lakehouses + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/lakehouses response: body: - string: '{"id": "947e6e34-c2d0-4f38-9e93-83041a790e0c", "type": "Lakehouse", + string: '{"id": "88caa18f-7ddf-46d4-b509-041c5bb80695", "type": "Lakehouse", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}' + "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -181,13 +181,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:23:02 GMT + - Fri, 06 Feb 2026 07:46:16 GMT ETag: - '""' Pragma: - no-cache RequestId: - - aaf47529-86d2-4111-a94c-2a8eb26f59b3 + - d496efb3-0d89-411c-baf2-99b6e9980c96 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -195,7 +195,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -213,13 +213,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "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: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:23:01 GMT + - Fri, 06 Feb 2026 07:46:18 GMT Pragma: - no-cache RequestId: - - ba22de62-9da0-46d7-9d14-22a8a5b1e382 + - bcf29f92-9730-4e93-b322-effea383f616 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -246,7 +246,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -264,14 +264,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: - string: '{"value": [{"id": "947e6e34-c2d0-4f38-9e93-83041a790e0c", "type": "Lakehouse", + string: '{"value": [{"id": "88caa18f-7ddf-46d4-b509-041c5bb80695", "type": "Lakehouse", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}]}' + "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -280,15 +280,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '179' + - '178' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:23:01 GMT + - Fri, 06 Feb 2026 07:46:18 GMT Pragma: - no-cache RequestId: - - 72b59288-fcf9-4a94-908c-aef4c8b6731b + - 6fcbb3e0-2003-47d1-8bc2-2d543e63f3af Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -296,7 +296,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -316,9 +316,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: PUT - uri: https://onelake.dfs.fabric.microsoft.com/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/947e6e34-c2d0-4f38-9e93-83041a790e0c/Files/test_cp_ol2lo.txt/?resource=file + uri: https://onelake.dfs.fabric.microsoft.com/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/88caa18f-7ddf-46d4-b509-041c5bb80695/Files/test_cp_ol2lo.txt/?resource=file response: body: string: '' @@ -334,11 +334,11 @@ interactions: Content-Length: - '0' Date: - - Mon, 08 Sep 2025 14:23:02 GMT + - Fri, 06 Feb 2026 07:46:19 GMT ETag: - - '"0x8DDEEE3389C6484"' + - '"0x8DE6553D1474360"' Last-Modified: - - Mon, 08 Sep 2025 14:23:03 GMT + - Fri, 06 Feb 2026 07:46:20 GMT Server: - Windows-Azure-HDFS/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Strict-Transport-Security: @@ -364,11 +364,11 @@ interactions: Content-Type: - text/plain User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 x-ms-content-type: - text/plain method: PATCH - uri: https://onelake.dfs.fabric.microsoft.com/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/947e6e34-c2d0-4f38-9e93-83041a790e0c/Files/test_cp_ol2lo.txt?action=append&position=0 + uri: https://onelake.dfs.fabric.microsoft.com/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/88caa18f-7ddf-46d4-b509-041c5bb80695/Files/test_cp_ol2lo.txt?action=append&position=0 response: body: string: '' @@ -384,7 +384,7 @@ interactions: Content-Length: - '0' Date: - - Mon, 08 Sep 2025 14:23:02 GMT + - Fri, 06 Feb 2026 07:46:21 GMT Server: - Windows-Azure-HDFS/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Strict-Transport-Security: @@ -408,11 +408,11 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 x-ms-content-type: - text/plain method: PATCH - uri: https://onelake.dfs.fabric.microsoft.com/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/947e6e34-c2d0-4f38-9e93-83041a790e0c/Files/test_cp_ol2lo.txt?action=flush&position=13 + uri: https://onelake.dfs.fabric.microsoft.com/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/88caa18f-7ddf-46d4-b509-041c5bb80695/Files/test_cp_ol2lo.txt?action=flush&position=13 response: body: string: '' @@ -428,11 +428,11 @@ interactions: Content-Length: - '0' Date: - - Mon, 08 Sep 2025 14:23:03 GMT + - Fri, 06 Feb 2026 07:46:23 GMT ETag: - - '"0x8DDEEE338FF8CC0"' + - '"0x8DE6553D35CC2FC"' Last-Modified: - - Mon, 08 Sep 2025 14:23:03 GMT + - Fri, 06 Feb 2026 07:46:23 GMT Server: - Windows-Azure-HDFS/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Strict-Transport-Security: @@ -454,13 +454,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -471,15 +471,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:23:03 GMT + - Fri, 06 Feb 2026 07:46:24 GMT Pragma: - no-cache RequestId: - - 6f2bd594-3f8e-4fcd-a06c-e1da48ae47f1 + - d798d02a-8fc0-4406-97ef-6c44409adc6b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -487,7 +487,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -505,14 +505,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: - string: '{"value": [{"id": "947e6e34-c2d0-4f38-9e93-83041a790e0c", "type": "Lakehouse", - "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}]}' + string: '{"value": [{"id": "3d67541b-579f-4621-a6df-e2be3321e684", "type": "SQLEndpoint", + "displayName": "fabcli000001", "description": "", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}, + {"id": "88caa18f-7ddf-46d4-b509-041c5bb80695", "type": "Lakehouse", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -521,15 +522,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '179' + - '228' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:23:04 GMT + - Fri, 06 Feb 2026 07:46:24 GMT Pragma: - no-cache RequestId: - - c8c0ee4d-5db6-48dc-a02a-e7164f881efd + - 675da539-f1c0-493e-9979-a078e322397b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -537,7 +538,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -555,9 +556,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: HEAD - uri: https://onelake.dfs.fabric.microsoft.com/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/947e6e34-c2d0-4f38-9e93-83041a790e0c/Files/test_cp_ol2lo.txt + uri: https://onelake.dfs.fabric.microsoft.com/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/88caa18f-7ddf-46d4-b509-041c5bb80695/Files/test_cp_ol2lo.txt response: body: string: '' @@ -577,11 +578,11 @@ interactions: Content-Type: - text/plain Date: - - Mon, 08 Sep 2025 14:23:05 GMT + - Fri, 06 Feb 2026 07:46:27 GMT ETag: - - '"0x8DDEEE338FF8CC0"' + - '"0x8DE6553D35CC2FC"' Last-Modified: - - Mon, 08 Sep 2025 14:23:03 GMT + - Fri, 06 Feb 2026 07:46:23 GMT Server: - Windows-Azure-Blob/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Strict-Transport-Security: @@ -605,9 +606,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://onelake.dfs.fabric.microsoft.com/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/947e6e34-c2d0-4f38-9e93-83041a790e0c/Files/test_cp_ol2lo.txt + uri: https://onelake.dfs.fabric.microsoft.com/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/88caa18f-7ddf-46d4-b509-041c5bb80695/Files/test_cp_ol2lo.txt response: body: string: 'Hello world! @@ -629,11 +630,11 @@ interactions: Content-Type: - text/plain Date: - - Mon, 08 Sep 2025 14:23:04 GMT + - Fri, 06 Feb 2026 07:46:28 GMT ETag: - - '"0x8DDEEE338FF8CC0"' + - '"0x8DE6553D35CC2FC"' Last-Modified: - - Mon, 08 Sep 2025 14:23:03 GMT + - Fri, 06 Feb 2026 07:46:23 GMT Server: - Windows-Azure-HDFS/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Strict-Transport-Security: @@ -657,13 +658,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -674,15 +675,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:23:05 GMT + - Fri, 06 Feb 2026 07:46:28 GMT Pragma: - no-cache RequestId: - - 04e6e4f4-5ad1-4fd5-a4c3-3be1fda07020 + - b5f365ad-03ef-4f17-8599-44e298a76427 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -690,7 +691,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -708,14 +709,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: - string: '{"value": [{"id": "947e6e34-c2d0-4f38-9e93-83041a790e0c", "type": "Lakehouse", - "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}]}' + string: '{"value": [{"id": "3d67541b-579f-4621-a6df-e2be3321e684", "type": "SQLEndpoint", + "displayName": "fabcli000001", "description": "", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}, + {"id": "88caa18f-7ddf-46d4-b509-041c5bb80695", "type": "Lakehouse", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -724,15 +726,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '179' + - '228' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:23:05 GMT + - Fri, 06 Feb 2026 07:46:30 GMT Pragma: - no-cache RequestId: - - 2fe15cc7-87e5-4c61-99e4-805f4a5cfe3b + - eb2783dd-9b03-4e9b-b892-1e68e53b0aab Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -740,7 +742,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -758,9 +760,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: HEAD - uri: https://onelake.dfs.fabric.microsoft.com/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/947e6e34-c2d0-4f38-9e93-83041a790e0c/Files/test_cp_ol2lo.txt + uri: https://onelake.dfs.fabric.microsoft.com/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/88caa18f-7ddf-46d4-b509-041c5bb80695/Files/test_cp_ol2lo.txt response: body: string: '' @@ -780,11 +782,11 @@ interactions: Content-Type: - text/plain Date: - - Mon, 08 Sep 2025 14:23:05 GMT + - Fri, 06 Feb 2026 07:46:32 GMT ETag: - - '"0x8DDEEE338FF8CC0"' + - '"0x8DE6553D35CC2FC"' Last-Modified: - - Mon, 08 Sep 2025 14:23:03 GMT + - Fri, 06 Feb 2026 07:46:23 GMT Server: - Windows-Azure-Blob/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Strict-Transport-Security: @@ -808,9 +810,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://onelake.dfs.fabric.microsoft.com/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/947e6e34-c2d0-4f38-9e93-83041a790e0c/Files/test_cp_ol2lo.txt + uri: https://onelake.dfs.fabric.microsoft.com/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/88caa18f-7ddf-46d4-b509-041c5bb80695/Files/test_cp_ol2lo.txt response: body: string: 'Hello world! @@ -832,11 +834,11 @@ interactions: Content-Type: - text/plain Date: - - Mon, 08 Sep 2025 14:23:06 GMT + - Fri, 06 Feb 2026 07:46:34 GMT ETag: - - '"0x8DDEEE338FF8CC0"' + - '"0x8DE6553D35CC2FC"' Last-Modified: - - Mon, 08 Sep 2025 14:23:03 GMT + - Fri, 06 Feb 2026 07:46:23 GMT Server: - Windows-Azure-HDFS/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Strict-Transport-Security: @@ -860,13 +862,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -877,15 +879,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:23:06 GMT + - Fri, 06 Feb 2026 07:46:34 GMT Pragma: - no-cache RequestId: - - a6bdaeaa-f623-4dcf-9503-d7542c95bb55 + - 44459ade-ed76-462b-8377-9e8524f6a666 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -893,7 +895,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -911,14 +913,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: - string: '{"value": [{"id": "947e6e34-c2d0-4f38-9e93-83041a790e0c", "type": "Lakehouse", - "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}]}' + string: '{"value": [{"id": "3d67541b-579f-4621-a6df-e2be3321e684", "type": "SQLEndpoint", + "displayName": "fabcli000001", "description": "", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}, + {"id": "88caa18f-7ddf-46d4-b509-041c5bb80695", "type": "Lakehouse", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -927,15 +930,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '179' + - '228' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:23:07 GMT + - Fri, 06 Feb 2026 07:46:35 GMT Pragma: - no-cache RequestId: - - a5ce4cd1-72c5-4506-99f0-bbdb869406dd + - 31fcfd98-4437-493b-869d-1b998079c61b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -943,7 +946,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -963,9 +966,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items/947e6e34-c2d0-4f38-9e93-83041a790e0c + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items/88caa18f-7ddf-46d4-b509-041c5bb80695 response: body: string: '' @@ -981,11 +984,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:23:07 GMT + - Fri, 06 Feb 2026 07:46:36 GMT Pragma: - no-cache RequestId: - - 60a165ee-8a68-4a76-84c6-3e022b55c5b2 + - d5aa9012-8a22-426b-ac54-0da298e73028 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -993,7 +996,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: diff --git a/tests/test_commands/recordings/test_commands/test_cp/test_cp_onelake_to_onelake_success.yaml b/tests/test_commands/recordings/test_commands/test_cp/test_cp_onelake_to_onelake_success.yaml index d179304b..921f4bf4 100644 --- a/tests/test_commands/recordings/test_commands/test_cp/test_cp_onelake_to_onelake_success.yaml +++ b/tests/test_commands/recordings/test_commands/test_cp/test_cp_onelake_to_onelake_success.yaml @@ -11,13 +11,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "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: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:18 GMT + - Fri, 06 Feb 2026 07:43:23 GMT Pragma: - no-cache RequestId: - - b26ad2fe-03c2-4acb-b5a0-2bd2186ff79f + - f46f165f-834e-4232-b9d0-b7feecf91ad5 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -44,7 +44,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -62,9 +62,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: string: '{"value": []}' @@ -80,11 +80,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:18 GMT + - Fri, 06 Feb 2026 07:43:24 GMT Pragma: - no-cache RequestId: - - 371968a8-bb9c-42b1-88a4-2458d68582f3 + - 0ed599a8-e19b-40be-8c91-f79ab7a676b1 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -92,7 +92,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -110,9 +110,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: string: '{"value": []}' @@ -128,11 +128,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:19 GMT + - Fri, 06 Feb 2026 07:43:25 GMT Pragma: - no-cache RequestId: - - 8b8bb3bd-2722-4f3b-a875-3ebadf7907df + - 11ce88f5-bdbb-413d-91a6-236e34549695 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -140,7 +140,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -161,14 +161,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/lakehouses + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/lakehouses response: body: - string: '{"id": "12040b53-cd4e-48cf-8991-dfd2d1a80c45", "type": "Lakehouse", + string: '{"id": "13bda1b9-2d2d-4f15-96b6-954cd95441ce", "type": "Lakehouse", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}' + "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -177,17 +177,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '167' + - '168' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:23 GMT + - Fri, 06 Feb 2026 07:43:31 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 10b25d4f-46c6-42e6-a018-92ea5c5092e0 + - 42b3162b-8f12-4dfe-8c41-aa515fa9878c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -195,7 +195,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -213,13 +213,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "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: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:22 GMT + - Fri, 06 Feb 2026 07:43:31 GMT Pragma: - no-cache RequestId: - - 353bc58d-74fc-4fb2-91cb-f1e4dd83e4bc + - b6d1bfa5-0dc9-46dd-a5dc-2b6d17498323 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -246,7 +246,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -264,14 +264,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: - string: '{"value": [{"id": "12040b53-cd4e-48cf-8991-dfd2d1a80c45", "type": "Lakehouse", + string: '{"value": [{"id": "13bda1b9-2d2d-4f15-96b6-954cd95441ce", "type": "Lakehouse", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}]}' + "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -284,11 +284,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:23 GMT + - Fri, 06 Feb 2026 07:43:32 GMT Pragma: - no-cache RequestId: - - fe8a5032-805a-4c4f-9aa0-a5b1b0403103 + - 4b1d0ecd-255a-489e-8779-1b36b8c355bb Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -296,7 +296,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -314,14 +314,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: - string: '{"value": [{"id": "12040b53-cd4e-48cf-8991-dfd2d1a80c45", "type": "Lakehouse", + string: '{"value": [{"id": "13bda1b9-2d2d-4f15-96b6-954cd95441ce", "type": "Lakehouse", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}]}' + "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -334,11 +334,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:23 GMT + - Fri, 06 Feb 2026 07:43:33 GMT Pragma: - no-cache RequestId: - - bd5e214b-0ed7-41c5-9271-1ede6ff7d5f0 + - 10bc92c3-2fab-482c-a0a0-7315de37c85d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -346,7 +346,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -367,14 +367,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/lakehouses + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/lakehouses response: body: - string: '{"id": "5967f026-9f57-4200-bef9-ceffdb775582", "type": "Lakehouse", + string: '{"id": "fd446a4d-bff4-44f3-994f-fc04b426f76f", "type": "Lakehouse", "displayName": "fabcli000002", "description": "Created by fab", "workspaceId": - "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}' + "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -387,13 +387,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:25 GMT + - Fri, 06 Feb 2026 07:43:39 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 3ff1cdc9-f1ed-4792-906f-348c5f251298 + - 846d88b0-0471-4cf0-a83e-507fc1f57e46 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -401,7 +401,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -419,13 +419,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "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: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:26 GMT + - Fri, 06 Feb 2026 07:43:40 GMT Pragma: - no-cache RequestId: - - 38160dfa-57b1-403b-84a1-177b928d081d + - 97aae3cd-28f7-4113-b2f4-62ae7613f2e2 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -452,7 +452,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -470,16 +470,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: - string: '{"value": [{"id": "12040b53-cd4e-48cf-8991-dfd2d1a80c45", "type": "Lakehouse", + string: '{"value": [{"id": "13bda1b9-2d2d-4f15-96b6-954cd95441ce", "type": "Lakehouse", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}, {"id": "5967f026-9f57-4200-bef9-ceffdb775582", + "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}, {"id": "fd446a4d-bff4-44f3-994f-fc04b426f76f", "type": "Lakehouse", "displayName": "fabcli000002", "description": "Created - by fab", "workspaceId": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}]}' + by fab", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -492,11 +492,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:26 GMT + - Fri, 06 Feb 2026 07:43:42 GMT Pragma: - no-cache RequestId: - - 12896a08-6fb7-4d1e-bdcc-87f8f0e164f6 + - 71f7ad01-aaf4-4f0d-bae7-8f862bbc0ece Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -504,7 +504,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -522,9 +522,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: HEAD - uri: https://onelake.dfs.fabric.microsoft.com/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/12040b53-cd4e-48cf-8991-dfd2d1a80c45/Files/test_cp_ol2ol.txt + uri: https://onelake.dfs.fabric.microsoft.com/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/13bda1b9-2d2d-4f15-96b6-954cd95441ce/Files/test_cp_ol2ol.txt response: body: string: '' @@ -538,7 +538,7 @@ interactions: Access-Control-Expose-Headers: - '*,Authorization' Date: - - Mon, 08 Sep 2025 14:22:26 GMT + - Fri, 06 Feb 2026 07:43:45 GMT Server: - Windows-Azure-Blob/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Strict-Transport-Security: @@ -564,9 +564,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: HEAD - uri: https://onelake.dfs.fabric.microsoft.com/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/12040b53-cd4e-48cf-8991-dfd2d1a80c45/Files/test_cp_ol2ol.txt + uri: https://onelake.dfs.fabric.microsoft.com/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/13bda1b9-2d2d-4f15-96b6-954cd95441ce/Files/test_cp_ol2ol.txt response: body: string: '' @@ -580,7 +580,7 @@ interactions: Access-Control-Expose-Headers: - '*,Authorization' Date: - - Mon, 08 Sep 2025 14:22:28 GMT + - Fri, 06 Feb 2026 07:43:47 GMT Server: - Windows-Azure-Blob/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Strict-Transport-Security: @@ -608,9 +608,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: PUT - uri: https://onelake.dfs.fabric.microsoft.com/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/12040b53-cd4e-48cf-8991-dfd2d1a80c45/Files/test_cp_ol2ol.txt/?resource=file + uri: https://onelake.dfs.fabric.microsoft.com/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/13bda1b9-2d2d-4f15-96b6-954cd95441ce/Files/test_cp_ol2ol.txt/?resource=file response: body: string: '' @@ -626,11 +626,11 @@ interactions: Content-Length: - '0' Date: - - Mon, 08 Sep 2025 14:22:27 GMT + - Fri, 06 Feb 2026 07:43:50 GMT ETag: - - '"0x8DDEEE32415D5BC"' + - '"0x8DE655377ED3E60"' Last-Modified: - - Mon, 08 Sep 2025 14:22:28 GMT + - Fri, 06 Feb 2026 07:43:50 GMT Server: - Windows-Azure-HDFS/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Strict-Transport-Security: @@ -656,11 +656,11 @@ interactions: Content-Type: - text/plain User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 x-ms-content-type: - text/plain method: PATCH - uri: https://onelake.dfs.fabric.microsoft.com/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/12040b53-cd4e-48cf-8991-dfd2d1a80c45/Files/test_cp_ol2ol.txt?action=append&position=0 + uri: https://onelake.dfs.fabric.microsoft.com/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/13bda1b9-2d2d-4f15-96b6-954cd95441ce/Files/test_cp_ol2ol.txt?action=append&position=0 response: body: string: '' @@ -676,7 +676,7 @@ interactions: Content-Length: - '0' Date: - - Mon, 08 Sep 2025 14:22:29 GMT + - Fri, 06 Feb 2026 07:43:52 GMT Server: - Windows-Azure-HDFS/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Strict-Transport-Security: @@ -700,11 +700,11 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 x-ms-content-type: - text/plain method: PATCH - uri: https://onelake.dfs.fabric.microsoft.com/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/12040b53-cd4e-48cf-8991-dfd2d1a80c45/Files/test_cp_ol2ol.txt?action=flush&position=13 + uri: https://onelake.dfs.fabric.microsoft.com/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/13bda1b9-2d2d-4f15-96b6-954cd95441ce/Files/test_cp_ol2ol.txt?action=flush&position=13 response: body: string: '' @@ -720,11 +720,11 @@ interactions: Content-Length: - '0' Date: - - Mon, 08 Sep 2025 14:22:29 GMT + - Fri, 06 Feb 2026 07:43:54 GMT ETag: - - '"0x8DDEEE324B6EAE8"' + - '"0x8DE65537A6749CC"' Last-Modified: - - Mon, 08 Sep 2025 14:22:29 GMT + - Fri, 06 Feb 2026 07:43:54 GMT Server: - Windows-Azure-HDFS/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Strict-Transport-Security: @@ -746,13 +746,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -763,15 +763,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:29 GMT + - Fri, 06 Feb 2026 07:43:55 GMT Pragma: - no-cache RequestId: - - f98dda0f-a906-4d80-8fd4-da692f5159f3 + - 1161f5d7-8279-45d2-a237-0b064cc121e4 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -779,7 +779,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -797,16 +797,19 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: - string: '{"value": [{"id": "12040b53-cd4e-48cf-8991-dfd2d1a80c45", "type": "Lakehouse", - "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}, {"id": "5967f026-9f57-4200-bef9-ceffdb775582", - "type": "Lakehouse", "displayName": "fabcli000002", "description": "Created - by fab", "workspaceId": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}]}' + string: '{"value": [{"id": "59db32a1-fe0e-4e37-9911-0c434267190d", "type": "SQLEndpoint", + "displayName": "fabcli000001", "description": "", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}, + {"id": "30458c50-2456-479c-8e15-4aed29d9b293", "type": "SQLEndpoint", "displayName": + "fabcli000002", "description": "", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}, + {"id": "13bda1b9-2d2d-4f15-96b6-954cd95441ce", "type": "Lakehouse", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}, + {"id": "fd446a4d-bff4-44f3-994f-fc04b426f76f", "type": "Lakehouse", "displayName": + "fabcli000002", "description": "Created by fab", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -815,15 +818,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '223' + - '296' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:29 GMT + - Fri, 06 Feb 2026 07:43:55 GMT Pragma: - no-cache RequestId: - - 74ed0d8e-404c-42e3-a3b5-7d6a0dd1764b + - ac029495-de2f-44c9-b39c-1a57a4aab3b6 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -831,7 +834,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -849,9 +852,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: HEAD - uri: https://onelake.dfs.fabric.microsoft.com/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/12040b53-cd4e-48cf-8991-dfd2d1a80c45/Files/test_cp_ol2ol.txt + uri: https://onelake.dfs.fabric.microsoft.com/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/13bda1b9-2d2d-4f15-96b6-954cd95441ce/Files/test_cp_ol2ol.txt response: body: string: '' @@ -871,11 +874,11 @@ interactions: Content-Type: - text/plain Date: - - Mon, 08 Sep 2025 14:22:29 GMT + - Fri, 06 Feb 2026 07:43:56 GMT ETag: - - '"0x8DDEEE324B6EAE8"' + - '"0x8DE65537A6749CC"' Last-Modified: - - Mon, 08 Sep 2025 14:22:29 GMT + - Fri, 06 Feb 2026 07:43:54 GMT Server: - Windows-Azure-Blob/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Strict-Transport-Security: @@ -899,13 +902,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -916,15 +919,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:29 GMT + - Fri, 06 Feb 2026 07:43:57 GMT Pragma: - no-cache RequestId: - - f2629d6f-1b53-4d09-a8e8-51f4602f1bec + - 62fd1ebb-c21b-409d-a830-3abb78439f1f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -932,7 +935,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -950,16 +953,19 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: - string: '{"value": [{"id": "12040b53-cd4e-48cf-8991-dfd2d1a80c45", "type": "Lakehouse", - "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}, {"id": "5967f026-9f57-4200-bef9-ceffdb775582", - "type": "Lakehouse", "displayName": "fabcli000002", "description": "Created - by fab", "workspaceId": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}]}' + string: '{"value": [{"id": "59db32a1-fe0e-4e37-9911-0c434267190d", "type": "SQLEndpoint", + "displayName": "fabcli000001", "description": "", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}, + {"id": "30458c50-2456-479c-8e15-4aed29d9b293", "type": "SQLEndpoint", "displayName": + "fabcli000002", "description": "", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}, + {"id": "13bda1b9-2d2d-4f15-96b6-954cd95441ce", "type": "Lakehouse", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}, + {"id": "fd446a4d-bff4-44f3-994f-fc04b426f76f", "type": "Lakehouse", "displayName": + "fabcli000002", "description": "Created by fab", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -968,15 +974,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '223' + - '296' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:30 GMT + - Fri, 06 Feb 2026 07:43:58 GMT Pragma: - no-cache RequestId: - - bebef4dd-42f5-4439-8b88-a1d6b21fec49 + - b4e15818-86ab-4320-9ca3-a04d947c11ba Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -984,7 +990,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1002,9 +1008,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://onelake.dfs.fabric.microsoft.com/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/12040b53-cd4e-48cf-8991-dfd2d1a80c45/Files/test_cp_ol2ol.txt + uri: https://onelake.dfs.fabric.microsoft.com/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/13bda1b9-2d2d-4f15-96b6-954cd95441ce/Files/test_cp_ol2ol.txt response: body: string: 'Hello world! @@ -1026,11 +1032,11 @@ interactions: Content-Type: - text/plain Date: - - Mon, 08 Sep 2025 14:22:30 GMT + - Fri, 06 Feb 2026 07:44:00 GMT ETag: - - '"0x8DDEEE324B6EAE8"' + - '"0x8DE65537A6749CC"' Last-Modified: - - Mon, 08 Sep 2025 14:22:29 GMT + - Fri, 06 Feb 2026 07:43:54 GMT Server: - Windows-Azure-HDFS/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Strict-Transport-Security: @@ -1056,9 +1062,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: PUT - uri: https://onelake.dfs.fabric.microsoft.com/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/5967f026-9f57-4200-bef9-ceffdb775582/Files/test_cp_ol2ol.txt/?resource=file + uri: https://onelake.dfs.fabric.microsoft.com/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/fd446a4d-bff4-44f3-994f-fc04b426f76f/Files/test_cp_ol2ol.txt/?resource=file response: body: string: '' @@ -1074,11 +1080,11 @@ interactions: Content-Length: - '0' Date: - - Mon, 08 Sep 2025 14:22:31 GMT + - Fri, 06 Feb 2026 07:44:03 GMT ETag: - - '"0x8DDEEE325FC8C54"' + - '"0x8DE65537FB8DC64"' Last-Modified: - - Mon, 08 Sep 2025 14:22:31 GMT + - Fri, 06 Feb 2026 07:44:03 GMT Server: - Windows-Azure-HDFS/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Strict-Transport-Security: @@ -1104,11 +1110,11 @@ interactions: Content-Type: - text/plain User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 x-ms-content-type: - text/plain method: PATCH - uri: https://onelake.dfs.fabric.microsoft.com/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/5967f026-9f57-4200-bef9-ceffdb775582/Files/test_cp_ol2ol.txt?action=append&position=0 + uri: https://onelake.dfs.fabric.microsoft.com/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/fd446a4d-bff4-44f3-994f-fc04b426f76f/Files/test_cp_ol2ol.txt?action=append&position=0 response: body: string: '' @@ -1124,7 +1130,7 @@ interactions: Content-Length: - '0' Date: - - Mon, 08 Sep 2025 14:22:31 GMT + - Fri, 06 Feb 2026 07:44:05 GMT Server: - Windows-Azure-HDFS/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Strict-Transport-Security: @@ -1148,11 +1154,11 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 x-ms-content-type: - text/plain method: PATCH - uri: https://onelake.dfs.fabric.microsoft.com/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/5967f026-9f57-4200-bef9-ceffdb775582/Files/test_cp_ol2ol.txt?action=flush&position=13 + uri: https://onelake.dfs.fabric.microsoft.com/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/fd446a4d-bff4-44f3-994f-fc04b426f76f/Files/test_cp_ol2ol.txt?action=flush&position=13 response: body: string: '' @@ -1168,11 +1174,11 @@ interactions: Content-Length: - '0' Date: - - Mon, 08 Sep 2025 14:22:32 GMT + - Fri, 06 Feb 2026 07:44:07 GMT ETag: - - '"0x8DDEEE326A5DAA0"' + - '"0x8DE65538241BEB0"' Last-Modified: - - Mon, 08 Sep 2025 14:22:32 GMT + - Fri, 06 Feb 2026 07:44:07 GMT Server: - Windows-Azure-HDFS/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Strict-Transport-Security: @@ -1194,13 +1200,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -1211,15 +1217,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:32 GMT + - Fri, 06 Feb 2026 07:44:07 GMT Pragma: - no-cache RequestId: - - 5f3e7cd8-4c6a-4e9e-8aba-03f22bb2cb1b + - f8230566-e09d-4cf4-a1f3-5d53c50fc977 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1227,7 +1233,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1245,16 +1251,19 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: - string: '{"value": [{"id": "12040b53-cd4e-48cf-8991-dfd2d1a80c45", "type": "Lakehouse", - "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}, {"id": "5967f026-9f57-4200-bef9-ceffdb775582", - "type": "Lakehouse", "displayName": "fabcli000002", "description": "Created - by fab", "workspaceId": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}]}' + string: '{"value": [{"id": "59db32a1-fe0e-4e37-9911-0c434267190d", "type": "SQLEndpoint", + "displayName": "fabcli000001", "description": "", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}, + {"id": "30458c50-2456-479c-8e15-4aed29d9b293", "type": "SQLEndpoint", "displayName": + "fabcli000002", "description": "", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}, + {"id": "13bda1b9-2d2d-4f15-96b6-954cd95441ce", "type": "Lakehouse", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}, + {"id": "fd446a4d-bff4-44f3-994f-fc04b426f76f", "type": "Lakehouse", "displayName": + "fabcli000002", "description": "Created by fab", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1263,15 +1272,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '223' + - '296' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:33 GMT + - Fri, 06 Feb 2026 07:44:09 GMT Pragma: - no-cache RequestId: - - 2d09e851-d88f-4de3-8629-0e67a5e732fa + - d10b8a62-c982-424a-92b6-b683ae1379dd Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1279,7 +1288,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1297,15 +1306,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://onelake.dfs.fabric.microsoft.com/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/?recursive=false&resource=filesystem&directory=5967f026-9f57-4200-bef9-ceffdb775582%2FFiles&getShortcutMetadata=true + uri: https://onelake.dfs.fabric.microsoft.com/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/?recursive=false&resource=filesystem&directory=fd446a4d-bff4-44f3-994f-fc04b426f76f%2FFiles&getShortcutMetadata=true response: body: - string: '{"paths": [{"name": "5967f026-9f57-4200-bef9-ceffdb775582/Files/test_cp_ol2ol.txt", - "creationTime": "134018149518773332", "lastModified": "Mon, 08 Sep 2025 14:22:32 - GMT", "etag": "0x8DDEEE326A5DAA0", "contentLength": "13", "owner": "954b20be-abdc-4fbc-9e27-545547e1c715", - "group": "954b20be-abdc-4fbc-9e27-545547e1c715", "permissions": "rw-r-----", + string: '{"paths": [{"name": "fd446a4d-bff4-44f3-994f-fc04b426f76f/Files/test_cp_ol2ol.txt", + "creationTime": "134148374432701540", "lastModified": "Fri, 06 Feb 2026 07:44:07 + GMT", "etag": "0x8DE65538241BEB0", "contentLength": "13", "owner": "bdb39224-bd86-4d14-bc6e-18637e6902b0", + "group": "bdb39224-bd86-4d14-bc6e-18637e6902b0", "permissions": "rw-r-----", "expiryTime": "0"}], "ContinuationToken": null}' headers: Access-Control-Allow-Headers: @@ -1319,7 +1328,7 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:33 GMT + - Fri, 06 Feb 2026 07:44:10 GMT Server: - Windows-Azure-HDFS/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Strict-Transport-Security: @@ -1343,13 +1352,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -1360,15 +1369,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:34 GMT + - Fri, 06 Feb 2026 07:44:11 GMT Pragma: - no-cache RequestId: - - bd1a299d-8c12-4d06-bb7d-96ebd2b9322f + - 5b5c47e6-4c6d-4e2c-adcc-c489cfea9e4c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1376,7 +1385,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1394,16 +1403,19 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: - string: '{"value": [{"id": "12040b53-cd4e-48cf-8991-dfd2d1a80c45", "type": "Lakehouse", - "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}, {"id": "5967f026-9f57-4200-bef9-ceffdb775582", - "type": "Lakehouse", "displayName": "fabcli000002", "description": "Created - by fab", "workspaceId": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}]}' + string: '{"value": [{"id": "59db32a1-fe0e-4e37-9911-0c434267190d", "type": "SQLEndpoint", + "displayName": "fabcli000001", "description": "", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}, + {"id": "30458c50-2456-479c-8e15-4aed29d9b293", "type": "SQLEndpoint", "displayName": + "fabcli000002", "description": "", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}, + {"id": "13bda1b9-2d2d-4f15-96b6-954cd95441ce", "type": "Lakehouse", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}, + {"id": "fd446a4d-bff4-44f3-994f-fc04b426f76f", "type": "Lakehouse", "displayName": + "fabcli000002", "description": "Created by fab", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1412,15 +1424,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '223' + - '296' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:33 GMT + - Fri, 06 Feb 2026 07:44:12 GMT Pragma: - no-cache RequestId: - - 6bbc3b80-ce46-411c-8a71-c004a1134a4c + - 2613494e-7d70-4794-a85f-1810b11673ba Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1428,7 +1440,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1446,9 +1458,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: HEAD - uri: https://onelake.dfs.fabric.microsoft.com/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/12040b53-cd4e-48cf-8991-dfd2d1a80c45/Files/test_cp_ol2ol.txt + uri: https://onelake.dfs.fabric.microsoft.com/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/13bda1b9-2d2d-4f15-96b6-954cd95441ce/Files/test_cp_ol2ol.txt response: body: string: '' @@ -1468,11 +1480,11 @@ interactions: Content-Type: - text/plain Date: - - Mon, 08 Sep 2025 14:22:34 GMT + - Fri, 06 Feb 2026 07:44:14 GMT ETag: - - '"0x8DDEEE324B6EAE8"' + - '"0x8DE65537A6749CC"' Last-Modified: - - Mon, 08 Sep 2025 14:22:29 GMT + - Fri, 06 Feb 2026 07:43:54 GMT Server: - Windows-Azure-Blob/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Strict-Transport-Security: @@ -1496,13 +1508,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -1513,15 +1525,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:34 GMT + - Fri, 06 Feb 2026 07:44:15 GMT Pragma: - no-cache RequestId: - - c2cebdac-b5c4-44fa-ad89-09a09593e347 + - 4b244b54-9831-4545-95e5-c209fced7306 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1529,7 +1541,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1547,16 +1559,19 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: - string: '{"value": [{"id": "12040b53-cd4e-48cf-8991-dfd2d1a80c45", "type": "Lakehouse", - "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}, {"id": "5967f026-9f57-4200-bef9-ceffdb775582", - "type": "Lakehouse", "displayName": "fabcli000002", "description": "Created - by fab", "workspaceId": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}]}' + string: '{"value": [{"id": "59db32a1-fe0e-4e37-9911-0c434267190d", "type": "SQLEndpoint", + "displayName": "fabcli000001", "description": "", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}, + {"id": "30458c50-2456-479c-8e15-4aed29d9b293", "type": "SQLEndpoint", "displayName": + "fabcli000002", "description": "", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}, + {"id": "13bda1b9-2d2d-4f15-96b6-954cd95441ce", "type": "Lakehouse", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}, + {"id": "fd446a4d-bff4-44f3-994f-fc04b426f76f", "type": "Lakehouse", "displayName": + "fabcli000002", "description": "Created by fab", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1565,15 +1580,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '223' + - '296' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:34 GMT + - Fri, 06 Feb 2026 07:44:15 GMT Pragma: - no-cache RequestId: - - aa790e2f-6b89-440b-9b30-6a0d28904f01 + - 665f99f3-5305-4524-a229-f43c0ce95198 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1581,7 +1596,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1599,9 +1614,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: HEAD - uri: https://onelake.dfs.fabric.microsoft.com/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/5967f026-9f57-4200-bef9-ceffdb775582/Files/renamed_test_cp_ol2ol.txt + uri: https://onelake.dfs.fabric.microsoft.com/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/fd446a4d-bff4-44f3-994f-fc04b426f76f/Files/renamed_test_cp_ol2ol.txt response: body: string: '' @@ -1615,7 +1630,7 @@ interactions: Access-Control-Expose-Headers: - '*,Authorization' Date: - - Mon, 08 Sep 2025 14:22:34 GMT + - Fri, 06 Feb 2026 07:44:18 GMT Server: - Windows-Azure-Blob/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Strict-Transport-Security: @@ -1641,9 +1656,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: HEAD - uri: https://onelake.dfs.fabric.microsoft.com/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/5967f026-9f57-4200-bef9-ceffdb775582/Files/renamed_test_cp_ol2ol.txt + uri: https://onelake.dfs.fabric.microsoft.com/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/fd446a4d-bff4-44f3-994f-fc04b426f76f/Files/renamed_test_cp_ol2ol.txt response: body: string: '' @@ -1657,7 +1672,7 @@ interactions: Access-Control-Expose-Headers: - '*,Authorization' Date: - - Mon, 08 Sep 2025 14:22:34 GMT + - Fri, 06 Feb 2026 07:44:20 GMT Server: - Windows-Azure-Blob/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Strict-Transport-Security: @@ -1683,9 +1698,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://onelake.dfs.fabric.microsoft.com/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/12040b53-cd4e-48cf-8991-dfd2d1a80c45/Files/test_cp_ol2ol.txt + uri: https://onelake.dfs.fabric.microsoft.com/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/13bda1b9-2d2d-4f15-96b6-954cd95441ce/Files/test_cp_ol2ol.txt response: body: string: 'Hello world! @@ -1707,11 +1722,11 @@ interactions: Content-Type: - text/plain Date: - - Mon, 08 Sep 2025 14:22:35 GMT + - Fri, 06 Feb 2026 07:44:22 GMT ETag: - - '"0x8DDEEE324B6EAE8"' + - '"0x8DE65537A6749CC"' Last-Modified: - - Mon, 08 Sep 2025 14:22:29 GMT + - Fri, 06 Feb 2026 07:43:54 GMT Server: - Windows-Azure-HDFS/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Strict-Transport-Security: @@ -1737,9 +1752,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: PUT - uri: https://onelake.dfs.fabric.microsoft.com/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/5967f026-9f57-4200-bef9-ceffdb775582/Files/renamed_test_cp_ol2ol.txt/?resource=file + uri: https://onelake.dfs.fabric.microsoft.com/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/fd446a4d-bff4-44f3-994f-fc04b426f76f/Files/renamed_test_cp_ol2ol.txt/?resource=file response: body: string: '' @@ -1755,11 +1770,11 @@ interactions: Content-Length: - '0' Date: - - Mon, 08 Sep 2025 14:22:36 GMT + - Fri, 06 Feb 2026 07:44:24 GMT ETag: - - '"0x8DDEEE3289FCE84"' + - '"0x8DE65538CBD08CC"' Last-Modified: - - Mon, 08 Sep 2025 14:22:36 GMT + - Fri, 06 Feb 2026 07:44:25 GMT Server: - Windows-Azure-HDFS/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Strict-Transport-Security: @@ -1785,11 +1800,11 @@ interactions: Content-Type: - text/plain User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 x-ms-content-type: - text/plain method: PATCH - uri: https://onelake.dfs.fabric.microsoft.com/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/5967f026-9f57-4200-bef9-ceffdb775582/Files/renamed_test_cp_ol2ol.txt?action=append&position=0 + uri: https://onelake.dfs.fabric.microsoft.com/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/fd446a4d-bff4-44f3-994f-fc04b426f76f/Files/renamed_test_cp_ol2ol.txt?action=append&position=0 response: body: string: '' @@ -1805,7 +1820,7 @@ interactions: Content-Length: - '0' Date: - - Mon, 08 Sep 2025 14:22:36 GMT + - Fri, 06 Feb 2026 07:44:26 GMT Server: - Windows-Azure-HDFS/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Strict-Transport-Security: @@ -1829,11 +1844,11 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 x-ms-content-type: - text/plain method: PATCH - uri: https://onelake.dfs.fabric.microsoft.com/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/5967f026-9f57-4200-bef9-ceffdb775582/Files/renamed_test_cp_ol2ol.txt?action=flush&position=13 + uri: https://onelake.dfs.fabric.microsoft.com/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/fd446a4d-bff4-44f3-994f-fc04b426f76f/Files/renamed_test_cp_ol2ol.txt?action=flush&position=13 response: body: string: '' @@ -1849,11 +1864,11 @@ interactions: Content-Length: - '0' Date: - - Mon, 08 Sep 2025 14:22:36 GMT + - Fri, 06 Feb 2026 07:44:29 GMT ETag: - - '"0x8DDEEE3292A0D08"' + - '"0x8DE65538F3C2EC8"' Last-Modified: - - Mon, 08 Sep 2025 14:22:37 GMT + - Fri, 06 Feb 2026 07:44:29 GMT Server: - Windows-Azure-HDFS/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Strict-Transport-Security: @@ -1875,13 +1890,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -1892,15 +1907,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:37 GMT + - Fri, 06 Feb 2026 07:44:29 GMT Pragma: - no-cache RequestId: - - f8a713e5-3796-4062-a96f-44666185d7a8 + - bedc0479-360b-47d9-b561-746ec9ce88cd Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1908,7 +1923,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1926,16 +1941,19 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: - string: '{"value": [{"id": "12040b53-cd4e-48cf-8991-dfd2d1a80c45", "type": "Lakehouse", - "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}, {"id": "5967f026-9f57-4200-bef9-ceffdb775582", - "type": "Lakehouse", "displayName": "fabcli000002", "description": "Created - by fab", "workspaceId": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}]}' + string: '{"value": [{"id": "59db32a1-fe0e-4e37-9911-0c434267190d", "type": "SQLEndpoint", + "displayName": "fabcli000001", "description": "", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}, + {"id": "30458c50-2456-479c-8e15-4aed29d9b293", "type": "SQLEndpoint", "displayName": + "fabcli000002", "description": "", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}, + {"id": "13bda1b9-2d2d-4f15-96b6-954cd95441ce", "type": "Lakehouse", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}, + {"id": "fd446a4d-bff4-44f3-994f-fc04b426f76f", "type": "Lakehouse", "displayName": + "fabcli000002", "description": "Created by fab", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1944,15 +1962,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '223' + - '296' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:36 GMT + - Fri, 06 Feb 2026 07:44:30 GMT Pragma: - no-cache RequestId: - - 215fd049-2982-4392-b0c1-c5f974a44b57 + - eb85b15e-6871-4fce-94f5-3f82b75a3536 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1960,7 +1978,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1978,19 +1996,19 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://onelake.dfs.fabric.microsoft.com/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/?recursive=false&resource=filesystem&directory=5967f026-9f57-4200-bef9-ceffdb775582%2FFiles&getShortcutMetadata=true + uri: https://onelake.dfs.fabric.microsoft.com/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/?recursive=false&resource=filesystem&directory=fd446a4d-bff4-44f3-994f-fc04b426f76f%2FFiles&getShortcutMetadata=true response: body: - string: '{"paths": [{"name": "5967f026-9f57-4200-bef9-ceffdb775582/Files/renamed_test_cp_ol2ol.txt", - "creationTime": "134018149563027076", "lastModified": "Mon, 08 Sep 2025 14:22:37 - GMT", "etag": "0x8DDEEE3292A0D08", "contentLength": "13", "owner": "954b20be-abdc-4fbc-9e27-545547e1c715", - "group": "954b20be-abdc-4fbc-9e27-545547e1c715", "permissions": "rw-r-----", - "expiryTime": "0"}, {"name": "5967f026-9f57-4200-bef9-ceffdb775582/Files/test_cp_ol2ol.txt", - "creationTime": "134018149518773332", "lastModified": "Mon, 08 Sep 2025 14:22:32 - GMT", "etag": "0x8DDEEE326A5DAA0", "contentLength": "13", "owner": "954b20be-abdc-4fbc-9e27-545547e1c715", - "group": "954b20be-abdc-4fbc-9e27-545547e1c715", "permissions": "rw-r-----", + string: '{"paths": [{"name": "fd446a4d-bff4-44f3-994f-fc04b426f76f/Files/renamed_test_cp_ol2ol.txt", + "creationTime": "134148374651078860", "lastModified": "Fri, 06 Feb 2026 07:44:29 + GMT", "etag": "0x8DE65538F3C2EC8", "contentLength": "13", "owner": "bdb39224-bd86-4d14-bc6e-18637e6902b0", + "group": "bdb39224-bd86-4d14-bc6e-18637e6902b0", "permissions": "rw-r-----", + "expiryTime": "0"}, {"name": "fd446a4d-bff4-44f3-994f-fc04b426f76f/Files/test_cp_ol2ol.txt", + "creationTime": "134148374432701540", "lastModified": "Fri, 06 Feb 2026 07:44:07 + GMT", "etag": "0x8DE65538241BEB0", "contentLength": "13", "owner": "bdb39224-bd86-4d14-bc6e-18637e6902b0", + "group": "bdb39224-bd86-4d14-bc6e-18637e6902b0", "permissions": "rw-r-----", "expiryTime": "0"}], "ContinuationToken": null}' headers: Access-Control-Allow-Headers: @@ -2004,7 +2022,7 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:37 GMT + - Fri, 06 Feb 2026 07:44:32 GMT Server: - Windows-Azure-HDFS/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Strict-Transport-Security: @@ -2028,13 +2046,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -2045,15 +2063,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:37 GMT + - Fri, 06 Feb 2026 07:44:33 GMT Pragma: - no-cache RequestId: - - 08f97861-e0fb-42cd-bf9e-73f909f72b5c + - 9da45682-62d3-49a4-b6d5-a8bdf204b6bd Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2061,7 +2079,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2079,16 +2097,19 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: - string: '{"value": [{"id": "12040b53-cd4e-48cf-8991-dfd2d1a80c45", "type": "Lakehouse", - "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}, {"id": "5967f026-9f57-4200-bef9-ceffdb775582", - "type": "Lakehouse", "displayName": "fabcli000002", "description": "Created - by fab", "workspaceId": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}]}' + string: '{"value": [{"id": "59db32a1-fe0e-4e37-9911-0c434267190d", "type": "SQLEndpoint", + "displayName": "fabcli000001", "description": "", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}, + {"id": "30458c50-2456-479c-8e15-4aed29d9b293", "type": "SQLEndpoint", "displayName": + "fabcli000002", "description": "", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}, + {"id": "13bda1b9-2d2d-4f15-96b6-954cd95441ce", "type": "Lakehouse", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}, + {"id": "fd446a4d-bff4-44f3-994f-fc04b426f76f", "type": "Lakehouse", "displayName": + "fabcli000002", "description": "Created by fab", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2097,15 +2118,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '223' + - '296' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:38 GMT + - Fri, 06 Feb 2026 07:44:34 GMT Pragma: - no-cache RequestId: - - 3aa1d78a-5517-4345-b925-ac98fe73f316 + - 38f47cfb-1c4b-40ec-b9eb-9fd61ed75f67 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2113,7 +2134,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2133,9 +2154,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items/5967f026-9f57-4200-bef9-ceffdb775582 + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items/fd446a4d-bff4-44f3-994f-fc04b426f76f response: body: string: '' @@ -2151,11 +2172,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:22:37 GMT + - Fri, 06 Feb 2026 07:44:35 GMT Pragma: - no-cache RequestId: - - d8433752-c7ed-414b-a36e-13f1df2dc606 + - 942c7a63-f93e-487a-adb8-6d0fef405bbe Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2163,7 +2184,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2181,13 +2202,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -2198,15 +2219,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:38 GMT + - Fri, 06 Feb 2026 07:44:36 GMT Pragma: - no-cache RequestId: - - e65b1a50-2fb1-49df-8a43-a41e87f26af6 + - 2281d6f5-add2-4d48-92dc-f913aec1b383 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2214,7 +2235,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2232,14 +2253,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: - string: '{"value": [{"id": "12040b53-cd4e-48cf-8991-dfd2d1a80c45", "type": "Lakehouse", - "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}]}' + string: '{"value": [{"id": "59db32a1-fe0e-4e37-9911-0c434267190d", "type": "SQLEndpoint", + "displayName": "fabcli000001", "description": "", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}, + {"id": "13bda1b9-2d2d-4f15-96b6-954cd95441ce", "type": "Lakehouse", "displayName": + "fabcli000001", "description": "Created by fab", "workspaceId": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2248,15 +2270,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '179' + - '228' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:22:38 GMT + - Fri, 06 Feb 2026 07:44:36 GMT Pragma: - no-cache RequestId: - - b2a56905-71ac-42f4-bb60-6d97b31b9cc4 + - c12e9128-2041-45c3-8a65-21f022ddc5de Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2264,7 +2286,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2284,9 +2306,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items/12040b53-cd4e-48cf-8991-dfd2d1a80c45 + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items/13bda1b9-2d2d-4f15-96b6-954cd95441ce response: body: string: '' @@ -2302,11 +2324,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:22:38 GMT + - Fri, 06 Feb 2026 07:44:38 GMT Pragma: - no-cache RequestId: - - ad89e426-2c0e-4394-8c1c-b02fd0dd5a6f + - 10b722c1-b200-41f7-a031-332a3907f043 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2314,7 +2336,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: diff --git a/tests/test_commands/recordings/test_commands/test_cp/test_cp_virtual_workspace_item_not_supported_failure[.capacities].yaml b/tests/test_commands/recordings/test_commands/test_cp/test_cp_virtual_workspace_item_not_supported_failure[.capacities].yaml new file mode 100644 index 00000000..ff293963 --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_cp/test_cp_virtual_workspace_item_not_supported_failure[.capacities].yaml @@ -0,0 +1,603 @@ +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/capacities + response: + body: + string: '{"value": [{"id": "00000000-0000-0000-0000-000000000004", "displayName": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": + "Active"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '427' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:41:37 GMT + Pragma: + - no-cache + RequestId: + - 1d4c46bb-8466-4935-afe4-1f6812e5f838 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: '{"properties": {"administration": {"members": ["mocked@admin_test_user"]}}, + "sku": {"name": "F2", "tier": "Fabric"}, "location": "mocked_fabriccli_azure_location"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '165' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mocked_fabriccli_resource_group/providers/Microsoft.Fabric/capacities/fabcli000001?api-version=2023-11-01 + response: + body: + string: '{"properties": {"provisioningState": "Provisioning", "state": "Provisioning", + "administration": {"members": ["mocked@admin_test_user"]}}, "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mocked_fabriccli_resource_group/providers/Microsoft.Fabric/capacities/fabcli000001", + "name": "fabcli000001", "type": "Microsoft.Fabric/capacities", "location": + "westeurope", "sku": {"name": "F2", "tier": "Fabric"}}' + headers: + Azure-AsyncOperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Fabric/locations/westeurope/operationstatuses/8EBA9CB8-9CC6-4ACD-A223-C7C42E040C89?api-version=2022-07-01-preview&t=639059605041220729&c=MIIHhzCCBm-gAwIBAgITfAodPwRuhvDNRgnz7QAACh0_BDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjYwMTI4MDQxMzQwWhcNMjYwNTI0MjI1NzAzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6RZ66_RgDn1VZ2FHCqj8a2fMu7EFlTWsT9E9xLdmioojIoaI2LPnh-Num0TEs-yKootlQHAyQXsc47uMgJzXV0ev_oT0qmae6YQDvPYE0061m-k1krjU_mVlWdncprZut1jRSrbksDDPUeKjn4vGb7gU2RRrxKV-jWO8UA-zkJBWKwjryXLdB8Fqo7E2PvB6NWe6YIB__od2q0wOBb03KEGmqCUHpKZIuqB4Trj0rijdLBV9tquLKHi0y1dB3L07ypgE0H-jiLYekcFk6EAe85akTlSQIHrJb3S3y113uN6dUBOKhF9cPnCAsw8jXBto_MzPjOMQgZtFkiU2mPE-UCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSDQxIFabqEY8pwkH7R7lg28xB57TAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAH79Jd05xG7Wi28jW7bRrvzp1xPySwl7lN2g5jZt8ctblRQSWcraDdCCMFEXluCmIaiNhtv5QhBD5E-2rX6SrMs1Kqe6WlyCBA4PfItRY-L705qylVxSCQr6PPywdWehygmImBPu3_iFWuRFVdSQeS5KF0fJzZCtGz10EnwVL8WVjhEHhLomIdeQYQSovOOUGd2peyV4mX4QpqXGiH_6poJA-V_QO3ZZRG-uImW6ZzPWGavnjIAjf93Nc5uqwVYO9_a6-Z_OMFyOwv1We0e3yEE270k6fzSIPS8Vf2v7iBpx3FcNVb9zzEAZFSovotlGnX72YRVmlFLYBslkR-GaZJI&s=I55AqV6AeN7en46okLMFXnMqO7vvCCYEgrRoUSScARZ1VCHVeyabVtr-4bclTBxSQd64t98MhMC8YR0g3C5tqe-zK2MlSXKJ9JrjAvQAJXg3SuIqKdC7FAQzu3UQuzwd8aYgYzNoBOhFNic2LsZjM_eLTTdU903OtZj60kCNWtioGOAt8nHEYSxgBp7kQPRwWpsnAHMXt0MXS4ls8pHBZ858yiP0yV3hm2TcdIrIiJwGmX9ciIVRXZ7zJSC1laqQqoigV8d9e7MYgKt7v_yKUmMXSbL09i2DpSmB7QY6oY1P--Qj5g2xgSgD-lH9BkxGsd8uJQnfsPEElXh8GH5DCw&h=lsqFogdJRRy_MTzMVWTTBKPuhZhjb0HisxgWtFTE71Y + Cache-Control: + - no-cache + Content-Length: + - '422' + Content-Security-Policy: + - script-src 'self' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:41:43 GMT + Expires: + - '-1' + Location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Fabric/locations/westeurope/operationresults/8EBA9CB8-9CC6-4ACD-A223-C7C42E040C89?api-version=2022-07-01-preview&t=639059605041220729&c=MIIHhzCCBm-gAwIBAgITfAodPwRuhvDNRgnz7QAACh0_BDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjYwMTI4MDQxMzQwWhcNMjYwNTI0MjI1NzAzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6RZ66_RgDn1VZ2FHCqj8a2fMu7EFlTWsT9E9xLdmioojIoaI2LPnh-Num0TEs-yKootlQHAyQXsc47uMgJzXV0ev_oT0qmae6YQDvPYE0061m-k1krjU_mVlWdncprZut1jRSrbksDDPUeKjn4vGb7gU2RRrxKV-jWO8UA-zkJBWKwjryXLdB8Fqo7E2PvB6NWe6YIB__od2q0wOBb03KEGmqCUHpKZIuqB4Trj0rijdLBV9tquLKHi0y1dB3L07ypgE0H-jiLYekcFk6EAe85akTlSQIHrJb3S3y113uN6dUBOKhF9cPnCAsw8jXBto_MzPjOMQgZtFkiU2mPE-UCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSDQxIFabqEY8pwkH7R7lg28xB57TAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAH79Jd05xG7Wi28jW7bRrvzp1xPySwl7lN2g5jZt8ctblRQSWcraDdCCMFEXluCmIaiNhtv5QhBD5E-2rX6SrMs1Kqe6WlyCBA4PfItRY-L705qylVxSCQr6PPywdWehygmImBPu3_iFWuRFVdSQeS5KF0fJzZCtGz10EnwVL8WVjhEHhLomIdeQYQSovOOUGd2peyV4mX4QpqXGiH_6poJA-V_QO3ZZRG-uImW6ZzPWGavnjIAjf93Nc5uqwVYO9_a6-Z_OMFyOwv1We0e3yEE270k6fzSIPS8Vf2v7iBpx3FcNVb9zzEAZFSovotlGnX72YRVmlFLYBslkR-GaZJI&s=rAIWx0NDAQ9uNiQl5KZ_WA2thkuiC1sHADv2e0ezHZzS1ORERhsS245L2Ne-44unPwzfFq-NztwkE_1UDOp6yfEIPR-OzFIMe_OND91ZCp5alS7aQ8oLNg4gZFk20zUd8uWsZ5VXYDm010ZPy8C6Jpj5vTcw9Xa1zLFa3oTj05mJqgSUGPpUotYUJ0Y6_8DbZD2g4DYIlqI5Jgi0jG4fQghU6zw4i22GKZZHb9orfb1ZVI_B1NdUsE6X0nCEOSaCJVYyevpoHdDxf0gPX6kD2QhbWf2tZtmt3xXdDRYGj4yA8IXpF7NUVCa11FJQgIw957FN7XVw4tnWOnewldSwpw&h=jewO0UsV9-fNLN743eXqHtg-ViJd3N55LCZLK0ABxXA + Pragma: + - no-cache + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Cache: + - CONFIG_NOCACHE + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + X-XSS-Protection: + - 1; mode=block + 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://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Fabric/locations/westeurope/operationstatuses/8EBA9CB8-9CC6-4ACD-A223-C7C42E040C89?api-version=2022-07-01-preview&t=639059605041220729&c=MIIHhzCCBm-gAwIBAgITfAodPwRuhvDNRgnz7QAACh0_BDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjYwMTI4MDQxMzQwWhcNMjYwNTI0MjI1NzAzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6RZ66_RgDn1VZ2FHCqj8a2fMu7EFlTWsT9E9xLdmioojIoaI2LPnh-Num0TEs-yKootlQHAyQXsc47uMgJzXV0ev_oT0qmae6YQDvPYE0061m-k1krjU_mVlWdncprZut1jRSrbksDDPUeKjn4vGb7gU2RRrxKV-jWO8UA-zkJBWKwjryXLdB8Fqo7E2PvB6NWe6YIB__od2q0wOBb03KEGmqCUHpKZIuqB4Trj0rijdLBV9tquLKHi0y1dB3L07ypgE0H-jiLYekcFk6EAe85akTlSQIHrJb3S3y113uN6dUBOKhF9cPnCAsw8jXBto_MzPjOMQgZtFkiU2mPE-UCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSDQxIFabqEY8pwkH7R7lg28xB57TAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAH79Jd05xG7Wi28jW7bRrvzp1xPySwl7lN2g5jZt8ctblRQSWcraDdCCMFEXluCmIaiNhtv5QhBD5E-2rX6SrMs1Kqe6WlyCBA4PfItRY-L705qylVxSCQr6PPywdWehygmImBPu3_iFWuRFVdSQeS5KF0fJzZCtGz10EnwVL8WVjhEHhLomIdeQYQSovOOUGd2peyV4mX4QpqXGiH_6poJA-V_QO3ZZRG-uImW6ZzPWGavnjIAjf93Nc5uqwVYO9_a6-Z_OMFyOwv1We0e3yEE270k6fzSIPS8Vf2v7iBpx3FcNVb9zzEAZFSovotlGnX72YRVmlFLYBslkR-GaZJI&s=I55AqV6AeN7en46okLMFXnMqO7vvCCYEgrRoUSScARZ1VCHVeyabVtr-4bclTBxSQd64t98MhMC8YR0g3C5tqe-zK2MlSXKJ9JrjAvQAJXg3SuIqKdC7FAQzu3UQuzwd8aYgYzNoBOhFNic2LsZjM_eLTTdU903OtZj60kCNWtioGOAt8nHEYSxgBp7kQPRwWpsnAHMXt0MXS4ls8pHBZ858yiP0yV3hm2TcdIrIiJwGmX9ciIVRXZ7zJSC1laqQqoigV8d9e7MYgKt7v_yKUmMXSbL09i2DpSmB7QY6oY1P--Qj5g2xgSgD-lH9BkxGsd8uJQnfsPEElXh8GH5DCw&h=lsqFogdJRRy_MTzMVWTTBKPuhZhjb0HisxgWtFTE71Y + response: + body: + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/locations/westeurope/operationstatuses/8EBA9CB8-9CC6-4ACD-A223-C7C42E040C89", + "name": "8EBA9CB8-9CC6-4ACD-A223-C7C42E040C89", "status": "Succeeded", "startTime": + "2026-02-06T07:41:42.8830000Z", "endTime": "2026-02-06T07:41:45.4870000Z"}' + headers: + Cache-Control: + - no-cache + Content-Length: + - '287' + Content-Security-Policy: + - script-src 'self' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:41:55 GMT + Expires: + - '-1' + Pragma: + - no-cache + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Cache: + - CONFIG_NOCACHE + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + X-XSS-Protection: + - 1; mode=block + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/capacities + response: + body: + string: '{"value": [{"id": "1cadebd2-0ff4-464d-a35e-0fa9f12a5a7f", "displayName": + "fabcli000001", "sku": "F2", "region": "West Europe", "state": "Active"}, + {"id": "00000000-0000-0000-0000-000000000004", "displayName": "mocked_fabriccli_capacity_name", + "sku": "F16", "region": "Central US", "state": "Active"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '464' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:41:59 GMT + Pragma: + - no-cache + RequestId: + - dd643cc0-e7c8-45af-a3a5-b18f3fcb6d42 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/capacities + response: + body: + string: '{"value": [{"id": "1cadebd2-0ff4-464d-a35e-0fa9f12a5a7f", "displayName": + "fabcli000001", "sku": "F2", "region": "West Europe", "state": "Active"}, + {"id": "00000000-0000-0000-0000-000000000004", "displayName": "mocked_fabriccli_capacity_name", + "sku": "F16", "region": "Central US", "state": "Active"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '464' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:42:05 GMT + Pragma: + - no-cache + RequestId: + - 351c3bb2-f2b6-4f0c-bdcc-7ab7572b8b1f + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/capacities + response: + body: + string: '{"value": [{"id": "00000000-0000-0000-0000-000000000004", "displayName": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": + "Active"}, {"id": "1cadebd2-0ff4-464d-a35e-0fa9f12a5a7f", "displayName": "fabcli000001", + "sku": "F2", "region": "West Europe", "state": "Active"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '462' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:42:11 GMT + Pragma: + - no-cache + RequestId: + - 3802ff0d-43f7-4268-8c75-0aacc81d153d + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/capacities + response: + body: + string: '{"value": [{"id": "00000000-0000-0000-0000-000000000004", "displayName": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": + "Active"}, {"id": "1cadebd2-0ff4-464d-a35e-0fa9f12a5a7f", "displayName": "fabcli000001", + "sku": "F2", "region": "West Europe", "state": "Active"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '459' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:42:17 GMT + Pragma: + - no-cache + RequestId: + - f9f861b4-557c-457b-94b3-99ed92a68a6c + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mocked_fabriccli_resource_group/providers/Microsoft.Fabric/capacities/fabcli000001?api-version=2023-11-01 + response: + body: + string: '{"properties": {"provisioningState": "Succeeded", "state": "Active", + "administration": {"members": ["mocked@admin_test_user"]}}, "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mocked_fabriccli_resource_group/providers/Microsoft.Fabric/capacities/fabcli000001", + "name": "fabcli000001", "type": "Microsoft.Fabric/capacities", "location": + "West Europe", "sku": {"name": "F2", "tier": "Fabric"}, "tags": {}}' + headers: + Cache-Control: + - no-cache + Content-Length: + - '424' + Content-Security-Policy: + - script-src 'self' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:42:18 GMT + Expires: + - '-1' + Pragma: + - no-cache + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Cache: + - CONFIG_NOCACHE + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + X-XSS-Protection: + - 1; mode=block + 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://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mocked_fabriccli_resource_group/providers/Microsoft.Fabric/capacities/fabcli000001?api-version=2023-11-01 + response: + body: + string: '' + headers: + Azure-AsyncOperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Fabric/locations/westeurope/operationstatuses/4616FDA3-4B48-413A-A326-EC11A7807F80?api-version=2022-07-01-preview&t=639059605402174833&c=MIIIrzCCBpegAwIBAgITUQFAksjJXtdW64QOrwABAUCSyDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUxMDIyMTEzMDMzWhcNMjYwNDIwMTEzMDMzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANIL_ea4PX6tqxHLVF9EMduSXtibVvw_fvJo_2qVyVM_8guCpW7Vot8hAA3JXqJIuYF9h5wn2uWRXZXHyg4aaY2Lbqro1-tBMPU5rXoQZ9s2duM-rKR95C5eA8BbDTDoKjSTOnLAQ0-XWJI1upgmi1VDBnjo6o_RupQR7IimcAZdXrMl2LaN3lNyuldWaC5acWcw9L9ufxDGPdkfvUv_ScXQ-7BzgPXRS1UL7WyL9EV4bddWXpBBvZR80DH6tdfzz9pgHF4OIeUvSVm4QmcCVH5iCmbnVWDBGlhA1O6UBgUfxqnljc5MhLkkKH5OHPspPmRrsDTzYP15yZWFI82YMNECAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUxuJ8b7tUVxxF9Uh_S-aQfmEWkyswDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQAm6ZIl-5JrU83aixl875_xu7AqUHCqv_i3nKCtjfGKmpGgizLsa4kt_p3sPApiqvF1Dv2p794N5czXWs9tOGrxIc4GO-YqMXcmdfuHAqfZw5zC8MaiJookTLex3yd4ExrGtH_UmV0RpxDfCTGIQTr7WP2q8veI5fYj2_EMzKkQmV8e8Xk8cHxiF3jLky9mihEvMKDMpOD2pHPNTUCHJcJaa7R6JpDqlmCjL7JHM_NPpLqJfERsYRMtyRsCXN7t2KDTMPTrD2X20__M_mBZUtDWSM4dq0TlSx6WYVZT6Hs4i2x7WVBm5GbpznQ7uULBH9s2tTlhBC4bKAEw72WrrUU-7N7sWw7lKj8GApdoKrpLVE1w41qQFcEBK_NNYcSmxpQqpxh1kmr4V5MRCdDYpavRe8RRg2kwY8nsu_p-aqHv1RIyPyLK6_Iv7VuL0fIzayygFC7rH1C4_-iB7BJRQZuMq_QF_GJe9i6k6M406KA4BsbrDZSRPSg_128fdWkocAxaC-VECmyOEBjomZ_zYc6ka_Q45Fj57OCFxXHLzlsGjlgQ3AyWGAhYhgGJ7v6HyOr5aElWz6Q533UvtLmH3JtIwMsiR-0L_a8Whyd39suFwhJ4xIYQXoewMTAhl8-mg_v6OqSjnHwZRfGDzMQrQGaiYJDE0p1oWz4E9CUEp2qmzw&s=MXtHmj1SOD5VC1KRIYyLIeZwheGJUMZOJuau3ELSXhqA8sBcLxVPbhGfQ9QNzFQSgKq2q0c886TNSd-xRtTlooXqpru7B-8Lm7vKi-DFA2uy69Wnt90S32wyFsXeXt2xUMsNNV2cxsSKGxRluUjja6ZlVkNAaLSiH3nDX-4UrV32aTSTUvCJKnC5Sq_SQ2fnrYXPjMvzNbOV1_7Gz2xsxE59D8rViy91sJLqYBkD0ELT-bSpyoww7_MfzYX1S8lsVfAL0R3E3ayYfeXBzIqZ5AtQdcpOzuNhx2gP1_-RS3-S3kVFtJ3EO7z4HD8c9HIFexftoR49l28UyV1WKFIO6w&h=o1E_yBJ6rbrctmrukjH9kancvhnNhRe0f31bMlg07qk + Cache-Control: + - no-cache + Content-Length: + - '0' + Content-Security-Policy: + - script-src 'self' + Date: + - Fri, 06 Feb 2026 07:42:19 GMT + Expires: + - '-1' + Location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Fabric/locations/westeurope/operationresults/4616FDA3-4B48-413A-A326-EC11A7807F80?api-version=2022-07-01-preview&t=639059605402174833&c=MIIIrzCCBpegAwIBAgITUQFAksjJXtdW64QOrwABAUCSyDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUxMDIyMTEzMDMzWhcNMjYwNDIwMTEzMDMzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANIL_ea4PX6tqxHLVF9EMduSXtibVvw_fvJo_2qVyVM_8guCpW7Vot8hAA3JXqJIuYF9h5wn2uWRXZXHyg4aaY2Lbqro1-tBMPU5rXoQZ9s2duM-rKR95C5eA8BbDTDoKjSTOnLAQ0-XWJI1upgmi1VDBnjo6o_RupQR7IimcAZdXrMl2LaN3lNyuldWaC5acWcw9L9ufxDGPdkfvUv_ScXQ-7BzgPXRS1UL7WyL9EV4bddWXpBBvZR80DH6tdfzz9pgHF4OIeUvSVm4QmcCVH5iCmbnVWDBGlhA1O6UBgUfxqnljc5MhLkkKH5OHPspPmRrsDTzYP15yZWFI82YMNECAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUxuJ8b7tUVxxF9Uh_S-aQfmEWkyswDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQAm6ZIl-5JrU83aixl875_xu7AqUHCqv_i3nKCtjfGKmpGgizLsa4kt_p3sPApiqvF1Dv2p794N5czXWs9tOGrxIc4GO-YqMXcmdfuHAqfZw5zC8MaiJookTLex3yd4ExrGtH_UmV0RpxDfCTGIQTr7WP2q8veI5fYj2_EMzKkQmV8e8Xk8cHxiF3jLky9mihEvMKDMpOD2pHPNTUCHJcJaa7R6JpDqlmCjL7JHM_NPpLqJfERsYRMtyRsCXN7t2KDTMPTrD2X20__M_mBZUtDWSM4dq0TlSx6WYVZT6Hs4i2x7WVBm5GbpznQ7uULBH9s2tTlhBC4bKAEw72WrrUU-7N7sWw7lKj8GApdoKrpLVE1w41qQFcEBK_NNYcSmxpQqpxh1kmr4V5MRCdDYpavRe8RRg2kwY8nsu_p-aqHv1RIyPyLK6_Iv7VuL0fIzayygFC7rH1C4_-iB7BJRQZuMq_QF_GJe9i6k6M406KA4BsbrDZSRPSg_128fdWkocAxaC-VECmyOEBjomZ_zYc6ka_Q45Fj57OCFxXHLzlsGjlgQ3AyWGAhYhgGJ7v6HyOr5aElWz6Q533UvtLmH3JtIwMsiR-0L_a8Whyd39suFwhJ4xIYQXoewMTAhl8-mg_v6OqSjnHwZRfGDzMQrQGaiYJDE0p1oWz4E9CUEp2qmzw&s=vlpBHu4DCXaGvx0bA5SoUurs4UAXY1bllcCKj3MfZV2K4rDKP04uBmpunSX4cydTaLbBLGL1vgtVdfWGCFtw88ZMvxdyfrQa_uSB5dk3xliujGHW-i-iXSULik1moWz-Fz9wtfX_ARlWDrhUZowfSffZmbbzu3SNFhlqToFb5XYRNxTqtPt4cCWN4WAFonOcd3N6XAZc9O5kCizIxS3sfSVl2nEaNyzd9xK9eoFM2y6CuJHKHm--Lw0TmSS-F5cHWY3iQA6V4tI7-jIfDOYDnUi8kXLsTQvXXxjTHzyNK1TeXuuuLqdTme5NTxoWk5YJz5ue-i_kNGc4UuY1cyJ_Ww&h=zznp3Jqr41I66RUfMgR3F2vg9x6-Q4zU2xXtLMY2rZw + Pragma: + - no-cache + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Cache: + - CONFIG_NOCACHE + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + X-XSS-Protection: + - 1; mode=block + 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://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Fabric/locations/westeurope/operationstatuses/4616FDA3-4B48-413A-A326-EC11A7807F80?api-version=2022-07-01-preview&t=639059605402174833&c=MIIIrzCCBpegAwIBAgITUQFAksjJXtdW64QOrwABAUCSyDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUxMDIyMTEzMDMzWhcNMjYwNDIwMTEzMDMzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANIL_ea4PX6tqxHLVF9EMduSXtibVvw_fvJo_2qVyVM_8guCpW7Vot8hAA3JXqJIuYF9h5wn2uWRXZXHyg4aaY2Lbqro1-tBMPU5rXoQZ9s2duM-rKR95C5eA8BbDTDoKjSTOnLAQ0-XWJI1upgmi1VDBnjo6o_RupQR7IimcAZdXrMl2LaN3lNyuldWaC5acWcw9L9ufxDGPdkfvUv_ScXQ-7BzgPXRS1UL7WyL9EV4bddWXpBBvZR80DH6tdfzz9pgHF4OIeUvSVm4QmcCVH5iCmbnVWDBGlhA1O6UBgUfxqnljc5MhLkkKH5OHPspPmRrsDTzYP15yZWFI82YMNECAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUxuJ8b7tUVxxF9Uh_S-aQfmEWkyswDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQAm6ZIl-5JrU83aixl875_xu7AqUHCqv_i3nKCtjfGKmpGgizLsa4kt_p3sPApiqvF1Dv2p794N5czXWs9tOGrxIc4GO-YqMXcmdfuHAqfZw5zC8MaiJookTLex3yd4ExrGtH_UmV0RpxDfCTGIQTr7WP2q8veI5fYj2_EMzKkQmV8e8Xk8cHxiF3jLky9mihEvMKDMpOD2pHPNTUCHJcJaa7R6JpDqlmCjL7JHM_NPpLqJfERsYRMtyRsCXN7t2KDTMPTrD2X20__M_mBZUtDWSM4dq0TlSx6WYVZT6Hs4i2x7WVBm5GbpznQ7uULBH9s2tTlhBC4bKAEw72WrrUU-7N7sWw7lKj8GApdoKrpLVE1w41qQFcEBK_NNYcSmxpQqpxh1kmr4V5MRCdDYpavRe8RRg2kwY8nsu_p-aqHv1RIyPyLK6_Iv7VuL0fIzayygFC7rH1C4_-iB7BJRQZuMq_QF_GJe9i6k6M406KA4BsbrDZSRPSg_128fdWkocAxaC-VECmyOEBjomZ_zYc6ka_Q45Fj57OCFxXHLzlsGjlgQ3AyWGAhYhgGJ7v6HyOr5aElWz6Q533UvtLmH3JtIwMsiR-0L_a8Whyd39suFwhJ4xIYQXoewMTAhl8-mg_v6OqSjnHwZRfGDzMQrQGaiYJDE0p1oWz4E9CUEp2qmzw&s=MXtHmj1SOD5VC1KRIYyLIeZwheGJUMZOJuau3ELSXhqA8sBcLxVPbhGfQ9QNzFQSgKq2q0c886TNSd-xRtTlooXqpru7B-8Lm7vKi-DFA2uy69Wnt90S32wyFsXeXt2xUMsNNV2cxsSKGxRluUjja6ZlVkNAaLSiH3nDX-4UrV32aTSTUvCJKnC5Sq_SQ2fnrYXPjMvzNbOV1_7Gz2xsxE59D8rViy91sJLqYBkD0ELT-bSpyoww7_MfzYX1S8lsVfAL0R3E3ayYfeXBzIqZ5AtQdcpOzuNhx2gP1_-RS3-S3kVFtJ3EO7z4HD8c9HIFexftoR49l28UyV1WKFIO6w&h=o1E_yBJ6rbrctmrukjH9kancvhnNhRe0f31bMlg07qk + response: + body: + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/locations/westeurope/operationstatuses/4616FDA3-4B48-413A-A326-EC11A7807F80", + "name": "4616FDA3-4B48-413A-A326-EC11A7807F80", "status": "Deleting", "startTime": + "2026-02-06T07:42:19.6200000Z"}' + headers: + Cache-Control: + - no-cache + Content-Length: + - '245' + Content-Security-Policy: + - script-src 'self' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:42:31 GMT + Expires: + - '-1' + Pragma: + - no-cache + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Cache: + - CONFIG_NOCACHE + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + X-XSS-Protection: + - 1; mode=block + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Fabric/locations/westeurope/operationstatuses/4616FDA3-4B48-413A-A326-EC11A7807F80?api-version=2022-07-01-preview&t=639059605402174833&c=MIIIrzCCBpegAwIBAgITUQFAksjJXtdW64QOrwABAUCSyDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUxMDIyMTEzMDMzWhcNMjYwNDIwMTEzMDMzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANIL_ea4PX6tqxHLVF9EMduSXtibVvw_fvJo_2qVyVM_8guCpW7Vot8hAA3JXqJIuYF9h5wn2uWRXZXHyg4aaY2Lbqro1-tBMPU5rXoQZ9s2duM-rKR95C5eA8BbDTDoKjSTOnLAQ0-XWJI1upgmi1VDBnjo6o_RupQR7IimcAZdXrMl2LaN3lNyuldWaC5acWcw9L9ufxDGPdkfvUv_ScXQ-7BzgPXRS1UL7WyL9EV4bddWXpBBvZR80DH6tdfzz9pgHF4OIeUvSVm4QmcCVH5iCmbnVWDBGlhA1O6UBgUfxqnljc5MhLkkKH5OHPspPmRrsDTzYP15yZWFI82YMNECAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUxuJ8b7tUVxxF9Uh_S-aQfmEWkyswDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQAm6ZIl-5JrU83aixl875_xu7AqUHCqv_i3nKCtjfGKmpGgizLsa4kt_p3sPApiqvF1Dv2p794N5czXWs9tOGrxIc4GO-YqMXcmdfuHAqfZw5zC8MaiJookTLex3yd4ExrGtH_UmV0RpxDfCTGIQTr7WP2q8veI5fYj2_EMzKkQmV8e8Xk8cHxiF3jLky9mihEvMKDMpOD2pHPNTUCHJcJaa7R6JpDqlmCjL7JHM_NPpLqJfERsYRMtyRsCXN7t2KDTMPTrD2X20__M_mBZUtDWSM4dq0TlSx6WYVZT6Hs4i2x7WVBm5GbpznQ7uULBH9s2tTlhBC4bKAEw72WrrUU-7N7sWw7lKj8GApdoKrpLVE1w41qQFcEBK_NNYcSmxpQqpxh1kmr4V5MRCdDYpavRe8RRg2kwY8nsu_p-aqHv1RIyPyLK6_Iv7VuL0fIzayygFC7rH1C4_-iB7BJRQZuMq_QF_GJe9i6k6M406KA4BsbrDZSRPSg_128fdWkocAxaC-VECmyOEBjomZ_zYc6ka_Q45Fj57OCFxXHLzlsGjlgQ3AyWGAhYhgGJ7v6HyOr5aElWz6Q533UvtLmH3JtIwMsiR-0L_a8Whyd39suFwhJ4xIYQXoewMTAhl8-mg_v6OqSjnHwZRfGDzMQrQGaiYJDE0p1oWz4E9CUEp2qmzw&s=MXtHmj1SOD5VC1KRIYyLIeZwheGJUMZOJuau3ELSXhqA8sBcLxVPbhGfQ9QNzFQSgKq2q0c886TNSd-xRtTlooXqpru7B-8Lm7vKi-DFA2uy69Wnt90S32wyFsXeXt2xUMsNNV2cxsSKGxRluUjja6ZlVkNAaLSiH3nDX-4UrV32aTSTUvCJKnC5Sq_SQ2fnrYXPjMvzNbOV1_7Gz2xsxE59D8rViy91sJLqYBkD0ELT-bSpyoww7_MfzYX1S8lsVfAL0R3E3ayYfeXBzIqZ5AtQdcpOzuNhx2gP1_-RS3-S3kVFtJ3EO7z4HD8c9HIFexftoR49l28UyV1WKFIO6w&h=o1E_yBJ6rbrctmrukjH9kancvhnNhRe0f31bMlg07qk + response: + body: + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/locations/westeurope/operationstatuses/4616FDA3-4B48-413A-A326-EC11A7807F80", + "name": "4616FDA3-4B48-413A-A326-EC11A7807F80", "status": "Deleting", "startTime": + "2026-02-06T07:42:19.6200000Z"}' + headers: + Cache-Control: + - no-cache + Content-Length: + - '245' + Content-Security-Policy: + - script-src 'self' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:42:42 GMT + Expires: + - '-1' + Pragma: + - no-cache + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Cache: + - CONFIG_NOCACHE + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + X-XSS-Protection: + - 1; mode=block + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Fabric/locations/westeurope/operationstatuses/4616FDA3-4B48-413A-A326-EC11A7807F80?api-version=2022-07-01-preview&t=639059605402174833&c=MIIIrzCCBpegAwIBAgITUQFAksjJXtdW64QOrwABAUCSyDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUxMDIyMTEzMDMzWhcNMjYwNDIwMTEzMDMzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANIL_ea4PX6tqxHLVF9EMduSXtibVvw_fvJo_2qVyVM_8guCpW7Vot8hAA3JXqJIuYF9h5wn2uWRXZXHyg4aaY2Lbqro1-tBMPU5rXoQZ9s2duM-rKR95C5eA8BbDTDoKjSTOnLAQ0-XWJI1upgmi1VDBnjo6o_RupQR7IimcAZdXrMl2LaN3lNyuldWaC5acWcw9L9ufxDGPdkfvUv_ScXQ-7BzgPXRS1UL7WyL9EV4bddWXpBBvZR80DH6tdfzz9pgHF4OIeUvSVm4QmcCVH5iCmbnVWDBGlhA1O6UBgUfxqnljc5MhLkkKH5OHPspPmRrsDTzYP15yZWFI82YMNECAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUxuJ8b7tUVxxF9Uh_S-aQfmEWkyswDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQAm6ZIl-5JrU83aixl875_xu7AqUHCqv_i3nKCtjfGKmpGgizLsa4kt_p3sPApiqvF1Dv2p794N5czXWs9tOGrxIc4GO-YqMXcmdfuHAqfZw5zC8MaiJookTLex3yd4ExrGtH_UmV0RpxDfCTGIQTr7WP2q8veI5fYj2_EMzKkQmV8e8Xk8cHxiF3jLky9mihEvMKDMpOD2pHPNTUCHJcJaa7R6JpDqlmCjL7JHM_NPpLqJfERsYRMtyRsCXN7t2KDTMPTrD2X20__M_mBZUtDWSM4dq0TlSx6WYVZT6Hs4i2x7WVBm5GbpznQ7uULBH9s2tTlhBC4bKAEw72WrrUU-7N7sWw7lKj8GApdoKrpLVE1w41qQFcEBK_NNYcSmxpQqpxh1kmr4V5MRCdDYpavRe8RRg2kwY8nsu_p-aqHv1RIyPyLK6_Iv7VuL0fIzayygFC7rH1C4_-iB7BJRQZuMq_QF_GJe9i6k6M406KA4BsbrDZSRPSg_128fdWkocAxaC-VECmyOEBjomZ_zYc6ka_Q45Fj57OCFxXHLzlsGjlgQ3AyWGAhYhgGJ7v6HyOr5aElWz6Q533UvtLmH3JtIwMsiR-0L_a8Whyd39suFwhJ4xIYQXoewMTAhl8-mg_v6OqSjnHwZRfGDzMQrQGaiYJDE0p1oWz4E9CUEp2qmzw&s=MXtHmj1SOD5VC1KRIYyLIeZwheGJUMZOJuau3ELSXhqA8sBcLxVPbhGfQ9QNzFQSgKq2q0c886TNSd-xRtTlooXqpru7B-8Lm7vKi-DFA2uy69Wnt90S32wyFsXeXt2xUMsNNV2cxsSKGxRluUjja6ZlVkNAaLSiH3nDX-4UrV32aTSTUvCJKnC5Sq_SQ2fnrYXPjMvzNbOV1_7Gz2xsxE59D8rViy91sJLqYBkD0ELT-bSpyoww7_MfzYX1S8lsVfAL0R3E3ayYfeXBzIqZ5AtQdcpOzuNhx2gP1_-RS3-S3kVFtJ3EO7z4HD8c9HIFexftoR49l28UyV1WKFIO6w&h=o1E_yBJ6rbrctmrukjH9kancvhnNhRe0f31bMlg07qk + response: + body: + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/locations/westeurope/operationstatuses/4616FDA3-4B48-413A-A326-EC11A7807F80", + "name": "4616FDA3-4B48-413A-A326-EC11A7807F80", "status": "Succeeded", "startTime": + "2026-02-06T07:42:19.6200000Z", "endTime": "2026-02-06T07:42:50.2970000Z"}' + headers: + Cache-Control: + - no-cache + Content-Length: + - '287' + Content-Security-Policy: + - script-src 'self' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:42:54 GMT + Expires: + - '-1' + Pragma: + - no-cache + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Cache: + - CONFIG_NOCACHE + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + X-XSS-Protection: + - 1; mode=block + status: + code: 200 + message: OK +version: 1 diff --git a/tests/test_commands/recordings/test_commands/test_cp/test_cp_virtual_workspace_item_not_supported_failure[.domains].yaml b/tests/test_commands/recordings/test_commands/test_cp/test_cp_virtual_workspace_item_not_supported_failure[.domains].yaml new file mode 100644 index 00000000..ba9fa41e --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_cp/test_cp_virtual_workspace_item_not_supported_failure[.domains].yaml @@ -0,0 +1,300 @@ +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/admin/domains + response: + body: + string: '{"domains": []}' + 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: + - Fri, 06 Feb 2026 07:41:26 GMT + Pragma: + - no-cache + RequestId: + - f5ce672d-020a-4697-8116-88d416a6f8ce + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + status: + code: 200 + message: OK +- request: + body: '{"displayName": "fabcli000001"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '35' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/admin/domains + response: + body: + string: '{"contributorsScope": "AllTenant", "id": "13b0ce95-dc6a-429e-bf62-40caa6ee444a", + "displayName": "fabcli000001", "description": ""}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '132' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:41:26 GMT + Location: + - https://api.fabric.microsoft.com/v1/admin/domains/13b0ce95-dc6a-429e-bf62-40caa6ee444a + Pragma: + - no-cache + RequestId: + - 8fbe93df-31f8-49bd-9545-6b8d96aadca1 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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/admin/domains + response: + body: + string: '{"domains": [{"contributorsScope": "AllTenant", "id": "13b0ce95-dc6a-429e-bf62-40caa6ee444a", + "displayName": "fabcli000001", "description": ""}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '225' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:41:28 GMT + Pragma: + - no-cache + RequestId: + - 34975b56-5b4b-4497-b3b3-3769cabb4d56 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/admin/domains + response: + body: + string: '{"domains": [{"contributorsScope": "AllTenant", "id": "13b0ce95-dc6a-429e-bf62-40caa6ee444a", + "displayName": "fabcli000001", "description": ""}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '225' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:41:29 GMT + Pragma: + - no-cache + RequestId: + - adbf91c4-3458-4b87-bc9b-534f82b0f80a + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/admin/domains + response: + body: + string: '{"domains": [{"contributorsScope": "AllTenant", "id": "13b0ce95-dc6a-429e-bf62-40caa6ee444a", + "displayName": "fabcli000001", "description": ""}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '225' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:41:30 GMT + Pragma: + - no-cache + RequestId: + - 440d17ac-f50a-4ff0-b7c9-f7b41ba096e3 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/admin/domains/13b0ce95-dc6a-429e-bf62-40caa6ee444a + 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: + - Fri, 06 Feb 2026 07:41:30 GMT + Pragma: + - no-cache + RequestId: + - d2c55b8f-6c79-4c09-830e-bf4dc92f1eb5 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-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_cp/test_cp_virtual_workspace_item_not_supported_failure[.gateways].yaml b/tests/test_commands/recordings/test_commands/test_cp/test_cp_virtual_workspace_item_not_supported_failure[.gateways].yaml new file mode 100644 index 00000000..7c3be1a1 --- /dev/null +++ b/tests/test_commands/recordings/test_commands/test_cp/test_cp_virtual_workspace_item_not_supported_failure[.gateways].yaml @@ -0,0 +1,453 @@ +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/gateways + response: + body: + string: '{"value": []}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '1263' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:42:55 GMT + Pragma: + - no-cache + RequestId: + - ed7a5671-412d-4875-8c54-34a5d2509680 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/capacities + response: + body: + string: '{"value": [{"id": "00000000-0000-0000-0000-000000000004", "displayName": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": + "Active"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '427' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:42:59 GMT + Pragma: + - no-cache + RequestId: + - 83502241-b0f2-47c4-a88f-00fb14834aff + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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://management.azure.com/subscriptions?api-version=2022-12-01 + response: + body: + string: '{"value": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000"}], + "count": {"type": "Total", "value": 1}}' + headers: + Cache-Control: + - no-cache + Content-Length: + - '469' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:43:00 GMT + Expires: + - '-1' + Pragma: + - no-cache + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Cache: + - CONFIG_NOCACHE + X-Content-Type-Options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/virtualNetworks?api-version=2024-05-01 + response: + body: + string: '{"value": [{"name": "mocked_fabriccli_vnet_name", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mocked_fabriccli_resource_group/providers/Microsoft.Network/virtualNetworks/mocked_fabriccli_vnet_name", + "properties": {"subnets": [{"name": "mocked_fabriccli_vnet_subnet", "id": + "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mocked_fabriccli_resource_group/providers/Microsoft.Network/virtualNetworks/mocked_fabriccli_vnet_name/subnets/mocked_fabriccli_vnet_subnet"}]}}]}' + headers: + Cache-Control: + - no-cache + Content-Length: + - '2758' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:43:01 GMT + Expires: + - '-1' + Pragma: + - no-cache + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Cache: + - CONFIG_NOCACHE + X-Content-Type-Options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"displayName": "fabcli000001", "capacityId": "00000000-0000-0000-0000-000000000004", + "inactivityMinutesBeforeSleep": 30, "numberOfMemberGateways": 1, "type": "VirtualNetwork", + "virtualNetworkAzureResource": {"subscriptionId": "00000000-0000-0000-0000-000000000000", + "resourceGroupName": "mocked_fabriccli_resource_group", "virtualNetworkName": + "mocked_fabriccli_vnet_name", "subnetName": "mocked_fabriccli_vnet_subnet"}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '377' + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: POST + uri: https://api.fabric.microsoft.com/v1/gateways + response: + body: + string: '{"displayName": "fabcli000001", "capacityId": "00000000-0000-0000-0000-000000000004", + "virtualNetworkAzureResource": {"virtualNetworkName": "mocked_fabriccli_vnet_name", + "subnetName": "mocked_fabriccli_vnet_subnet", "resourceGroupName": "mocked_fabriccli_resource_group", + "subscriptionId": "00000000-0000-0000-0000-000000000000"}, "inactivityMinutesBeforeSleep": + 30, "numberOfMemberGateways": 1, "id": "6e0da460-ac99-41af-bf36-ef238a4d9dee", + "type": "VirtualNetwork"}' + headers: + Access-Control-Expose-Headers: + - RequestId,Location + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '288' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:43:16 GMT + Location: + - https://api.fabric.microsoft.com/v1/gateways/6e0da460-ac99-41af-bf36-ef238a4d9dee + Pragma: + - no-cache + RequestId: + - 6ab61a30-bdd2-4950-985a-2e074ef19a78 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-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/gateways + response: + body: + string: '{"value": [{"displayName": "fabcli000001", "capacityId": "00000000-0000-0000-0000-000000000004", + "virtualNetworkAzureResource": {"virtualNetworkName": "mocked_fabriccli_vnet_name", + "subnetName": "mocked_fabriccli_vnet_subnet", "resourceGroupName": "mocked_fabriccli_resource_group", + "subscriptionId": "00000000-0000-0000-0000-000000000000"}, "inactivityMinutesBeforeSleep": + 30, "numberOfMemberGateways": 1, "id": "6e0da460-ac99-41af-bf36-ef238a4d9dee", + "type": "VirtualNetwork"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '1304' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:43:17 GMT + Pragma: + - no-cache + RequestId: + - ed94b2cd-c3b8-4db0-85df-aae3a748ab0e + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/gateways + response: + body: + string: '{"value": [{"displayName": "fabcli000001", "capacityId": "00000000-0000-0000-0000-000000000004", + "virtualNetworkAzureResource": {"virtualNetworkName": "mocked_fabriccli_vnet_name", + "subnetName": "mocked_fabriccli_vnet_subnet", "resourceGroupName": "mocked_fabriccli_resource_group", + "subscriptionId": "00000000-0000-0000-0000-000000000000"}, "inactivityMinutesBeforeSleep": + 30, "numberOfMemberGateways": 1, "id": "6e0da460-ac99-41af-bf36-ef238a4d9dee", + "type": "VirtualNetwork"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '1304' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:43:18 GMT + Pragma: + - no-cache + RequestId: + - 173d4f4e-9c48-4bf0-9cb6-c85d283f0c81 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/gateways + response: + body: + string: '{"value": [{"displayName": "fabcli000001", "capacityId": "00000000-0000-0000-0000-000000000004", + "virtualNetworkAzureResource": {"virtualNetworkName": "mocked_fabriccli_vnet_name", + "subnetName": "mocked_fabriccli_vnet_subnet", "resourceGroupName": "mocked_fabriccli_resource_group", + "subscriptionId": "00000000-0000-0000-0000-000000000000"}, "inactivityMinutesBeforeSleep": + 30, "numberOfMemberGateways": 1, "id": "6e0da460-ac99-41af-bf36-ef238a4d9dee", + "type": "VirtualNetwork"}]}' + headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip + Content-Length: + - '1304' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:43:19 GMT + Pragma: + - no-cache + RequestId: + - d824b543-967b-4aa5-a85d-02b50694e4d8 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - 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/gateways/6e0da460-ac99-41af-bf36-ef238a4d9dee + 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: + - Fri, 06 Feb 2026 07:43:22 GMT + Pragma: + - no-cache + RequestId: + - 94e86e4e-8dd9-4d20-a011-14ebb11b1ae1 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-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_cp/test_cp_workspace_to_folder_success.yaml b/tests/test_commands/recordings/test_commands/test_cp/test_cp_workspace_to_folder_success.yaml index e4c6cf4f..12fa67a2 100644 --- a/tests/test_commands/recordings/test_commands/test_cp/test_cp_workspace_to_folder_success.yaml +++ b/tests/test_commands/recordings/test_commands/test_cp/test_cp_workspace_to_folder_success.yaml @@ -11,13 +11,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "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: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:16:34 GMT + - Fri, 06 Feb 2026 07:24:53 GMT Pragma: - no-cache RequestId: - - 70d70c0a-6c71-4f81-9d37-2f915ab25830 + - 5d7893be-2ade-4bc4-8eb9-21c0e5e95404 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -44,7 +44,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -62,13 +62,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -79,15 +79,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:16:34 GMT + - Fri, 06 Feb 2026 07:24:54 GMT Pragma: - no-cache RequestId: - - 4ca97277-b669-48be-84ec-a890ca1b4a0b + - 7598bfe0-1a8b-41bc-9260-f702c7b6d3bb Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -95,7 +95,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -113,13 +113,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 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": "F16", "region": "West Europe", "state": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": "Active"}]}' headers: Access-Control-Expose-Headers: @@ -129,15 +129,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '456' + - '425' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:16:40 GMT + - Fri, 06 Feb 2026 07:25:00 GMT Pragma: - no-cache RequestId: - - 94c3d644-5d8d-4348-a534-452752e909a7 + - 3516858b-1855-43de-a9c4-35ab7f4fb374 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -145,7 +145,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -166,12 +166,12 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"id": "0f5eceeb-0d3a-401d-886d-828c49632fae", "displayName": "fabcli000001", + string: '{"id": "1da9d768-e2c2-494b-9eea-755c6a674b9a", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' headers: Access-Control-Expose-Headers: @@ -181,17 +181,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '165' + - '167' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:16:47 GMT + - Fri, 06 Feb 2026 07:25:09 GMT Location: - - https://api.fabric.microsoft.com/v1/workspaces/0f5eceeb-0d3a-401d-886d-828c49632fae + - https://api.fabric.microsoft.com/v1/workspaces/1da9d768-e2c2-494b-9eea-755c6a674b9a Pragma: - no-cache RequestId: - - 28bbee1b-dda9-4953-b0d4-066440fce2a3 + - e41453d2-017f-4e03-bbf8-bce5f0ade240 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -199,7 +199,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -217,16 +217,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "0f5eceeb-0d3a-401d-886d-828c49632fae", "displayName": "fabcli000001", + {"id": "1da9d768-e2c2-494b-9eea-755c6a674b9a", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -236,15 +236,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '601' + - '2844' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:16:47 GMT + - Fri, 06 Feb 2026 07:25:09 GMT Pragma: - no-cache RequestId: - - 956a29b5-bbf4-4431-b797-10c6a2b569da + - 2cfb6a06-fdce-496c-9fa8-d1da244b6a4e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -252,7 +252,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -270,16 +270,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "0f5eceeb-0d3a-401d-886d-828c49632fae", "displayName": "fabcli000001", + {"id": "1da9d768-e2c2-494b-9eea-755c6a674b9a", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -289,15 +289,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '601' + - '2844' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:16:48 GMT + - Fri, 06 Feb 2026 07:25:10 GMT Pragma: - no-cache RequestId: - - abc97748-6229-4586-aa05-36c014b368c8 + - 1d9dac71-49aa-40e5-82e8-93626343ad18 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -305,7 +305,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -323,13 +323,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 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": "F16", "region": "West Europe", "state": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": "Active"}]}' headers: Access-Control-Expose-Headers: @@ -339,15 +339,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '456' + - '424' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:16:51 GMT + - Fri, 06 Feb 2026 07:25:14 GMT Pragma: - no-cache RequestId: - - 3aada89b-b0d3-4717-80d9-6f20d3b4e30e + - 3b3800cc-f432-4172-8716-7461ac404b7c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -355,7 +355,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -376,12 +376,12 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"id": "bf7aa7e9-c207-4881-bacc-0a901ead3ccf", "displayName": "fabcli000002", + string: '{"id": "07c9486c-6ebb-4741-a86d-407baefbf5e2", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' headers: Access-Control-Expose-Headers: @@ -391,17 +391,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '165' + - '163' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:16:57 GMT + - Fri, 06 Feb 2026 07:25:22 GMT Location: - - https://api.fabric.microsoft.com/v1/workspaces/bf7aa7e9-c207-4881-bacc-0a901ead3ccf + - https://api.fabric.microsoft.com/v1/workspaces/07c9486c-6ebb-4741-a86d-407baefbf5e2 Pragma: - no-cache RequestId: - - 23fe7a28-6a69-44a6-a8e4-9d0b9c715083 + - 88e0511b-28d4-45d8-a5b8-da5bc8112c7e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -409,7 +409,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -427,18 +427,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "0f5eceeb-0d3a-401d-886d-828c49632fae", "displayName": "fabcli000001", + {"id": "1da9d768-e2c2-494b-9eea-755c6a674b9a", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "bf7aa7e9-c207-4881-bacc-0a901ead3ccf", "displayName": "fabcli000002", + {"id": "07c9486c-6ebb-4741-a86d-407baefbf5e2", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -448,15 +448,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '636' + - '2879' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:16:57 GMT + - Fri, 06 Feb 2026 07:25:22 GMT Pragma: - no-cache RequestId: - - eb916769-a5b3-444c-9ffe-1526e2a3ac97 + - 7c6f577d-700e-4d58-8d19-13e48581b6fc Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -464,7 +464,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -482,9 +482,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/bf7aa7e9-c207-4881-bacc-0a901ead3ccf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/07c9486c-6ebb-4741-a86d-407baefbf5e2/folders?recursive=True response: body: string: '{"value": []}' @@ -500,11 +500,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:16:58 GMT + - Fri, 06 Feb 2026 07:25:23 GMT Pragma: - no-cache RequestId: - - 77f0a5ec-98a2-4ae1-b2d5-34be7b8d85d4 + - bcc87c81-7c84-4d9a-aadb-497079ef8e1e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -512,7 +512,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -530,27 +530,27 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/bf7aa7e9-c207-4881-bacc-0a901ead3ccf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/07c9486c-6ebb-4741-a86d-407baefbf5e2/folders?recursive=True response: body: - string: '{"requestId": "48d3db73-b7f1-41b1-af96-5368191bc1c6", "errorCode": + string: '{"requestId": "00e414cc-a48a-4bbd-a3ff-077d3143d085", "errorCode": "RequestBlocked", "message": "Request is blocked by the upstream service until: - 9/8/2025 2:17:31 PM (UTC)"}' + 2/6/2026 7:25:36 AM (UTC)", "isRetriable": true}' headers: Content-Length: - - '169' + - '188' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:16:57 GMT + - Fri, 06 Feb 2026 07:25:23 GMT RequestId: - - 48d3db73-b7f1-41b1-af96-5368191bc1c6 + - 00e414cc-a48a-4bbd-a3ff-077d3143d085 Retry-After: - - '33' + - '12' home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' x-ms-public-api-error-code: @@ -570,9 +570,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/bf7aa7e9-c207-4881-bacc-0a901ead3ccf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/07c9486c-6ebb-4741-a86d-407baefbf5e2/folders?recursive=True response: body: string: '{"value": []}' @@ -588,11 +588,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:17:30 GMT + - Fri, 06 Feb 2026 07:25:37 GMT Pragma: - no-cache RequestId: - - 4c32559e-409c-4d14-aa4b-ac1163c2ea65 + - afcac472-8963-47e9-8dcd-151e47826f52 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -600,7 +600,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -620,13 +620,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/bf7aa7e9-c207-4881-bacc-0a901ead3ccf/folders + uri: https://api.fabric.microsoft.com/v1/workspaces/07c9486c-6ebb-4741-a86d-407baefbf5e2/folders response: body: - string: '{"id": "efbf6077-b834-4c65-a7fa-07b84a376055", "displayName": "fabcli000003", - "workspaceId": "bf7aa7e9-c207-4881-bacc-0a901ead3ccf"}' + string: '{"id": "e0125fd8-b9c7-48ba-bf91-7d8f33273566", "displayName": "fabcli000003", + "workspaceId": "07c9486c-6ebb-4741-a86d-407baefbf5e2"}' headers: Access-Control-Expose-Headers: - RequestId,Location @@ -635,17 +635,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '132' + - '133' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:17:31 GMT + - Fri, 06 Feb 2026 07:25:38 GMT Location: - - https://api.fabric.microsoft.com/v1/workspaces/bf7aa7e9-c207-4881-bacc-0a901ead3ccf/folders/efbf6077-b834-4c65-a7fa-07b84a376055 + - https://api.fabric.microsoft.com/v1/workspaces/07c9486c-6ebb-4741-a86d-407baefbf5e2/folders/e0125fd8-b9c7-48ba-bf91-7d8f33273566 Pragma: - no-cache RequestId: - - 768df4e3-f269-4958-be34-7d3610bd6d5b + - 2c26e161-e9c6-4a6b-bbe7-2126487e7a55 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -653,7 +653,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -671,18 +671,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "0f5eceeb-0d3a-401d-886d-828c49632fae", "displayName": "fabcli000001", + {"id": "1da9d768-e2c2-494b-9eea-755c6a674b9a", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "bf7aa7e9-c207-4881-bacc-0a901ead3ccf", "displayName": "fabcli000002", + {"id": "07c9486c-6ebb-4741-a86d-407baefbf5e2", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -692,15 +692,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '636' + - '2879' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:17:31 GMT + - Fri, 06 Feb 2026 07:25:38 GMT Pragma: - no-cache RequestId: - - c71de6dd-3ca9-40f3-8827-cc7623184cb1 + - c3bff748-2bf9-4497-8ece-4a49499c5e7e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -708,7 +708,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -726,9 +726,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/0f5eceeb-0d3a-401d-886d-828c49632fae/items + uri: https://api.fabric.microsoft.com/v1/workspaces/1da9d768-e2c2-494b-9eea-755c6a674b9a/items response: body: string: '{"value": []}' @@ -744,11 +744,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:17:32 GMT + - Fri, 06 Feb 2026 07:25:39 GMT Pragma: - no-cache RequestId: - - 5080607c-6483-447d-8c6a-eabf9e212345 + - a4f25696-f2a5-4f64-99b8-c8e9c5ef7edd Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -756,7 +756,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -774,9 +774,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/0f5eceeb-0d3a-401d-886d-828c49632fae/items + uri: https://api.fabric.microsoft.com/v1/workspaces/1da9d768-e2c2-494b-9eea-755c6a674b9a/items response: body: string: '{"value": []}' @@ -792,11 +792,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:17:31 GMT + - Fri, 06 Feb 2026 07:25:40 GMT Pragma: - no-cache RequestId: - - 60d8ace3-715f-4e7f-aa98-ea5363c8b68b + - 33239db3-f603-45d7-89c2-c80e59c1b6de Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -804,7 +804,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -827,9 +827,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/0f5eceeb-0d3a-401d-886d-828c49632fae/notebooks + uri: https://api.fabric.microsoft.com/v1/workspaces/1da9d768-e2c2-494b-9eea-755c6a674b9a/notebooks response: body: string: 'null' @@ -845,15 +845,15 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:17:33 GMT + - Fri, 06 Feb 2026 07:25:43 GMT ETag: - '""' Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/9ba1eb5a-d887-4211-a5c4-1a3f21fa34e1 + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/f24194d3-9947-4492-ab70-ab12cb174e0d Pragma: - no-cache RequestId: - - c53dfda4-ece4-46f7-b8c9-5a112c3c7609 + - 21920e0d-b125-4be1-93b9-7e82ba8315f8 Retry-After: - '20' Strict-Transport-Security: @@ -863,11 +863,11 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' x-ms-operation-id: - - 9ba1eb5a-d887-4211-a5c4-1a3f21fa34e1 + - f24194d3-9947-4492-ab70-ab12cb174e0d status: code: 202 message: Accepted @@ -883,13 +883,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/9ba1eb5a-d887-4211-a5c4-1a3f21fa34e1 + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/f24194d3-9947-4492-ab70-ab12cb174e0d response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2025-09-08T14:17:32.8053356", - "lastUpdatedTimeUtc": "2025-09-08T14:17:34.7584749", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-06T07:25:42.2991393", + "lastUpdatedTimeUtc": "2026-02-06T07:25:44.1274767", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -903,13 +903,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:17:53 GMT + - Fri, 06 Feb 2026 07:26:04 GMT Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/9ba1eb5a-d887-4211-a5c4-1a3f21fa34e1/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/f24194d3-9947-4492-ab70-ab12cb174e0d/result Pragma: - no-cache RequestId: - - 59e2f768-77a1-4cc2-9aa3-5dac865ef8fb + - 4c78501a-ab3a-4979-b40b-eabdb81d5103 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -917,7 +917,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - 9ba1eb5a-d887-4211-a5c4-1a3f21fa34e1 + - f24194d3-9947-4492-ab70-ab12cb174e0d status: code: 200 message: OK @@ -933,14 +933,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/9ba1eb5a-d887-4211-a5c4-1a3f21fa34e1/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/f24194d3-9947-4492-ab70-ab12cb174e0d/result response: body: - string: '{"id": "f383d8e2-989f-42de-9a15-ecc9119242f8", "type": "Notebook", + string: '{"id": "89030c7d-37d9-4bb7-8008-e2e01f6983f9", "type": "Notebook", "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": - "0f5eceeb-0d3a-401d-886d-828c49632fae"}' + "1da9d768-e2c2-494b-9eea-755c6a674b9a"}' headers: Access-Control-Expose-Headers: - RequestId @@ -951,11 +951,11 @@ interactions: Content-Type: - application/json Date: - - Mon, 08 Sep 2025 14:17:53 GMT + - Fri, 06 Feb 2026 07:26:05 GMT Pragma: - no-cache RequestId: - - 4eafd7c1-ad16-4d5f-ba63-610aa1f47ec1 + - ba49db75-923a-49e0-ac57-fe7c37c6a0a6 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -979,18 +979,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "0f5eceeb-0d3a-401d-886d-828c49632fae", "displayName": "fabcli000001", + {"id": "1da9d768-e2c2-494b-9eea-755c6a674b9a", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "bf7aa7e9-c207-4881-bacc-0a901ead3ccf", "displayName": "fabcli000002", + {"id": "07c9486c-6ebb-4741-a86d-407baefbf5e2", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -1000,15 +1000,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '636' + - '2879' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:17:53 GMT + - Fri, 06 Feb 2026 07:26:06 GMT Pragma: - no-cache RequestId: - - 8e4df0ef-5dc1-4607-b5ea-d133a66419d4 + - e5641686-2455-483e-8aa3-e8d979593495 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1016,7 +1016,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1034,14 +1034,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/0f5eceeb-0d3a-401d-886d-828c49632fae/items + uri: https://api.fabric.microsoft.com/v1/workspaces/1da9d768-e2c2-494b-9eea-755c6a674b9a/items response: body: - string: '{"value": [{"id": "f383d8e2-989f-42de-9a15-ecc9119242f8", "type": "Notebook", + string: '{"value": [{"id": "89030c7d-37d9-4bb7-8008-e2e01f6983f9", "type": "Notebook", "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": - "0f5eceeb-0d3a-401d-886d-828c49632fae"}]}' + "1da9d768-e2c2-494b-9eea-755c6a674b9a"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1050,15 +1050,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '178' + - '176' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:17:54 GMT + - Fri, 06 Feb 2026 07:26:07 GMT Pragma: - no-cache RequestId: - - 0675990c-c828-427d-a3fa-8e7e02368bc1 + - a426fd75-0e5a-43c5-bad8-69d228a3e411 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1066,7 +1066,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1084,14 +1084,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/0f5eceeb-0d3a-401d-886d-828c49632fae/items + uri: https://api.fabric.microsoft.com/v1/workspaces/1da9d768-e2c2-494b-9eea-755c6a674b9a/items response: body: - string: '{"value": [{"id": "f383d8e2-989f-42de-9a15-ecc9119242f8", "type": "Notebook", + string: '{"value": [{"id": "89030c7d-37d9-4bb7-8008-e2e01f6983f9", "type": "Notebook", "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": - "0f5eceeb-0d3a-401d-886d-828c49632fae"}]}' + "1da9d768-e2c2-494b-9eea-755c6a674b9a"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1100,15 +1100,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '178' + - '176' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:17:54 GMT + - Fri, 06 Feb 2026 07:26:07 GMT Pragma: - no-cache RequestId: - - cbff7c42-ae56-40d7-ab40-f75b793b3272 + - a7dfd9c2-0e7a-4eff-a013-a8fd8ad8e479 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1116,7 +1116,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1137,14 +1137,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/0f5eceeb-0d3a-401d-886d-828c49632fae/dataPipelines + uri: https://api.fabric.microsoft.com/v1/workspaces/1da9d768-e2c2-494b-9eea-755c6a674b9a/dataPipelines response: body: - string: '{"id": "ea53b249-179f-4043-b992-f1fc5bb7d357", "type": "DataPipeline", + string: '{"id": "af747ab6-475e-462c-912e-5599efb31307", "type": "DataPipeline", "displayName": "fabcli000005", "description": "Created by fab", "workspaceId": - "0f5eceeb-0d3a-401d-886d-828c49632fae"}' + "1da9d768-e2c2-494b-9eea-755c6a674b9a"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -1153,17 +1153,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '169' + - '168' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:18:01 GMT + - Fri, 06 Feb 2026 07:26:13 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 8bcd281a-afe3-4367-828b-7f6c581a0488 + - 308cab5d-e0e8-4d8c-a94f-5553b65445f6 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1171,7 +1171,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1189,18 +1189,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "0f5eceeb-0d3a-401d-886d-828c49632fae", "displayName": "fabcli000001", + {"id": "1da9d768-e2c2-494b-9eea-755c6a674b9a", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "bf7aa7e9-c207-4881-bacc-0a901ead3ccf", "displayName": "fabcli000002", + {"id": "07c9486c-6ebb-4741-a86d-407baefbf5e2", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -1210,15 +1210,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '636' + - '2879' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:18:01 GMT + - Fri, 06 Feb 2026 07:26:14 GMT Pragma: - no-cache RequestId: - - e59fbf02-ff70-4734-b391-16560e0823ed + - e0af35cc-184b-4477-98d1-228703e64f81 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1226,7 +1226,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1244,18 +1244,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "0f5eceeb-0d3a-401d-886d-828c49632fae", "displayName": "fabcli000001", + {"id": "1da9d768-e2c2-494b-9eea-755c6a674b9a", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "bf7aa7e9-c207-4881-bacc-0a901ead3ccf", "displayName": "fabcli000002", + {"id": "07c9486c-6ebb-4741-a86d-407baefbf5e2", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -1265,15 +1265,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '636' + - '2879' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:18:01 GMT + - Fri, 06 Feb 2026 07:26:15 GMT Pragma: - no-cache RequestId: - - 70592ec8-ae14-4ae6-8ade-0de3c1a9097b + - a6c92590-3969-4880-aa11-f9f7f83675ef Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1281,7 +1281,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1299,13 +1299,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/bf7aa7e9-c207-4881-bacc-0a901ead3ccf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/07c9486c-6ebb-4741-a86d-407baefbf5e2/folders?recursive=True response: body: - string: '{"value": [{"id": "efbf6077-b834-4c65-a7fa-07b84a376055", "displayName": - "fabcli000003", "workspaceId": "bf7aa7e9-c207-4881-bacc-0a901ead3ccf"}]}' + string: '{"value": [{"id": "e0125fd8-b9c7-48ba-bf91-7d8f33273566", "displayName": + "fabcli000003", "workspaceId": "07c9486c-6ebb-4741-a86d-407baefbf5e2"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1318,11 +1318,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:18:01 GMT + - Fri, 06 Feb 2026 07:26:16 GMT Pragma: - no-cache RequestId: - - 6743a283-4fcb-4802-a494-e164da4ef2e9 + - f2d5833d-fa71-47a7-82f1-da24472bc95b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1330,7 +1330,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1348,16 +1348,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/0f5eceeb-0d3a-401d-886d-828c49632fae/items + uri: https://api.fabric.microsoft.com/v1/workspaces/1da9d768-e2c2-494b-9eea-755c6a674b9a/items response: body: - string: '{"value": [{"id": "f383d8e2-989f-42de-9a15-ecc9119242f8", "type": "Notebook", + string: '{"value": [{"id": "89030c7d-37d9-4bb7-8008-e2e01f6983f9", "type": "Notebook", "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": - "0f5eceeb-0d3a-401d-886d-828c49632fae"}, {"id": "ea53b249-179f-4043-b992-f1fc5bb7d357", + "1da9d768-e2c2-494b-9eea-755c6a674b9a"}, {"id": "af747ab6-475e-462c-912e-5599efb31307", "type": "DataPipeline", "displayName": "fabcli000005", "description": "Created - by fab", "workspaceId": "0f5eceeb-0d3a-401d-886d-828c49632fae"}]}' + by fab", "workspaceId": "1da9d768-e2c2-494b-9eea-755c6a674b9a"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1366,15 +1366,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '232' + - '230' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:18:02 GMT + - Fri, 06 Feb 2026 07:26:17 GMT Pragma: - no-cache RequestId: - - ad4c8882-8bef-4388-86d9-7202f8eaf226 + - a69d3c9d-c0c6-4adb-9bad-1218dfaf20d9 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1382,7 +1382,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1400,9 +1400,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/0f5eceeb-0d3a-401d-886d-828c49632fae/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/1da9d768-e2c2-494b-9eea-755c6a674b9a/folders?recursive=True response: body: string: '{"value": []}' @@ -1418,11 +1418,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:18:01 GMT + - Fri, 06 Feb 2026 07:26:18 GMT Pragma: - no-cache RequestId: - - bd05a180-949d-4147-9e11-ad88209d39bf + - 6a1fab08-e862-48a3-9d58-ab2d694631fc Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1430,7 +1430,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1448,18 +1448,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "0f5eceeb-0d3a-401d-886d-828c49632fae", "displayName": "fabcli000001", + {"id": "1da9d768-e2c2-494b-9eea-755c6a674b9a", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "bf7aa7e9-c207-4881-bacc-0a901ead3ccf", "displayName": "fabcli000002", + {"id": "07c9486c-6ebb-4741-a86d-407baefbf5e2", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -1469,15 +1469,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '636' + - '2879' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:18:02 GMT + - Fri, 06 Feb 2026 07:26:18 GMT Pragma: - no-cache RequestId: - - 5cba1bed-0c2f-4fa5-acfa-854a667cd0c3 + - b2b56267-6346-4404-9a78-f08978121547 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1485,7 +1485,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1503,13 +1503,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/bf7aa7e9-c207-4881-bacc-0a901ead3ccf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/07c9486c-6ebb-4741-a86d-407baefbf5e2/folders?recursive=True response: body: - string: '{"value": [{"id": "efbf6077-b834-4c65-a7fa-07b84a376055", "displayName": - "fabcli000003", "workspaceId": "bf7aa7e9-c207-4881-bacc-0a901ead3ccf"}]}' + string: '{"value": [{"id": "e0125fd8-b9c7-48ba-bf91-7d8f33273566", "displayName": + "fabcli000003", "workspaceId": "07c9486c-6ebb-4741-a86d-407baefbf5e2"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1522,11 +1522,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:18:02 GMT + - Fri, 06 Feb 2026 07:26:19 GMT Pragma: - no-cache RequestId: - - a7c61433-45b4-4ffb-974f-036ddf27ab95 + - 97ff1e94-90d0-4128-a3a3-e526c8593b6c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1534,7 +1534,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1552,9 +1552,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/bf7aa7e9-c207-4881-bacc-0a901ead3ccf/items + uri: https://api.fabric.microsoft.com/v1/workspaces/07c9486c-6ebb-4741-a86d-407baefbf5e2/items response: body: string: '{"value": []}' @@ -1570,11 +1570,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:18:02 GMT + - Fri, 06 Feb 2026 07:26:20 GMT Pragma: - no-cache RequestId: - - ed1250dd-0004-4123-bc04-bfc6c3bba486 + - 06f0d0dd-520f-4de7-8b39-c095017ff231 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1582,7 +1582,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1600,9 +1600,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/bf7aa7e9-c207-4881-bacc-0a901ead3ccf/items + uri: https://api.fabric.microsoft.com/v1/workspaces/07c9486c-6ebb-4741-a86d-407baefbf5e2/items response: body: string: '{"value": []}' @@ -1618,11 +1618,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:18:02 GMT + - Fri, 06 Feb 2026 07:26:21 GMT Pragma: - no-cache RequestId: - - 5a600844-5dcc-46cd-a5b5-e6063f9f7eb6 + - a0fdf06d-8aaf-43ab-ba5f-152209f48ce9 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1630,7 +1630,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1648,9 +1648,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/bf7aa7e9-c207-4881-bacc-0a901ead3ccf/items + uri: https://api.fabric.microsoft.com/v1/workspaces/07c9486c-6ebb-4741-a86d-407baefbf5e2/items response: body: string: '{"value": []}' @@ -1666,11 +1666,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:18:02 GMT + - Fri, 06 Feb 2026 07:26:22 GMT Pragma: - no-cache RequestId: - - dc94842e-f2ba-4ba4-8ea6-8febc936aa57 + - 897821e0-381c-46e3-bd06-7c89e5223ca6 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1678,7 +1678,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1696,14 +1696,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/0f5eceeb-0d3a-401d-886d-828c49632fae/items/f383d8e2-989f-42de-9a15-ecc9119242f8 + uri: https://api.fabric.microsoft.com/v1/workspaces/1da9d768-e2c2-494b-9eea-755c6a674b9a/items/89030c7d-37d9-4bb7-8008-e2e01f6983f9 response: body: - string: '{"id": "f383d8e2-989f-42de-9a15-ecc9119242f8", "type": "Notebook", + string: '{"id": "89030c7d-37d9-4bb7-8008-e2e01f6983f9", "type": "Notebook", "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": - "0f5eceeb-0d3a-401d-886d-828c49632fae"}' + "1da9d768-e2c2-494b-9eea-755c6a674b9a"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -1712,17 +1712,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '166' + - '164' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:18:02 GMT + - Fri, 06 Feb 2026 07:26:22 GMT ETag: - '""' Pragma: - no-cache RequestId: - - d293c9be-459e-44c4-a307-a6bb15f83d7a + - 91d085fe-7dff-4f56-9b90-eb262f4d35a0 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1730,7 +1730,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1750,9 +1750,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/0f5eceeb-0d3a-401d-886d-828c49632fae/items/f383d8e2-989f-42de-9a15-ecc9119242f8/getDefinition + uri: https://api.fabric.microsoft.com/v1/workspaces/1da9d768-e2c2-494b-9eea-755c6a674b9a/items/89030c7d-37d9-4bb7-8008-e2e01f6983f9/getDefinition response: body: string: 'null' @@ -1768,13 +1768,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:18:03 GMT + - Fri, 06 Feb 2026 07:26:22 GMT Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/bc6528fe-d181-4eb3-af13-83b19006e5af + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/3694b858-3f2b-4f9e-aec4-d7cd51918e68 Pragma: - no-cache RequestId: - - 75599836-c6ec-4a40-9535-548aef503e14 + - cbea8e16-4b65-4a1c-b83d-ebd371c94bdf Retry-After: - '20' Strict-Transport-Security: @@ -1784,11 +1784,11 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' x-ms-operation-id: - - bc6528fe-d181-4eb3-af13-83b19006e5af + - 3694b858-3f2b-4f9e-aec4-d7cd51918e68 status: code: 202 message: Accepted @@ -1804,13 +1804,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/bc6528fe-d181-4eb3-af13-83b19006e5af + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/3694b858-3f2b-4f9e-aec4-d7cd51918e68 response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2025-09-08T14:18:03.5897691", - "lastUpdatedTimeUtc": "2025-09-08T14:18:03.9960107", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-06T07:26:23.8243461", + "lastUpdatedTimeUtc": "2026-02-06T07:26:24.1534572", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -1820,17 +1820,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '130' + - '131' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:18:23 GMT + - Fri, 06 Feb 2026 07:26:45 GMT Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/bc6528fe-d181-4eb3-af13-83b19006e5af/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/3694b858-3f2b-4f9e-aec4-d7cd51918e68/result Pragma: - no-cache RequestId: - - f1239749-6764-4e56-ab3a-a040766df5d3 + - 07fadf32-80c1-427c-9dd1-59c748de5eb1 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1838,7 +1838,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - bc6528fe-d181-4eb3-af13-83b19006e5af + - 3694b858-3f2b-4f9e-aec4-d7cd51918e68 status: code: 200 message: OK @@ -1854,9 +1854,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/bc6528fe-d181-4eb3-af13-83b19006e5af/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/3694b858-3f2b-4f9e-aec4-d7cd51918e68/result response: body: string: '{"definition": {"parts": [{"path": "notebook-content.py", "payload": @@ -1873,11 +1873,11 @@ interactions: Content-Type: - application/json Date: - - Mon, 08 Sep 2025 14:18:23 GMT + - Fri, 06 Feb 2026 07:26:45 GMT Pragma: - no-cache RequestId: - - 01145c3c-1b3e-4e82-abc6-f0590d390702 + - 0251b27a-d025-4176-b2c1-7bdbcf440958 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -1893,7 +1893,7 @@ interactions: body: '{"type": "Notebook", "description": "Created by fab", "displayName": "fabcli000004", "definition": {"parts": [{"path": "notebook-content.py", "payload": "IyBGYWJyaWMgbm90ZWJvb2sgc291cmNlCgojIE1FVEFEQVRBICoqKioqKioqKioqKioqKioqKioqCgojIE1FVEEgewojIE1FVEEgICAia2VybmVsX2luZm8iOiB7CiMgTUVUQSAgICAgIm5hbWUiOiAic3luYXBzZV9weXNwYXJrIgojIE1FVEEgICB9LAojIE1FVEEgICAiZGVwZW5kZW5jaWVzIjoge30KIyBNRVRBIH0KCiMgQ0VMTCAqKioqKioqKioqKioqKioqKioqKgoKIyBXZWxjb21lIHRvIHlvdXIgbmV3IG5vdGVib29rCiMgVHlwZSBoZXJlIGluIHRoZSBjZWxsIGVkaXRvciB0byBhZGQgY29kZSEKCgojIE1FVEFEQVRBICoqKioqKioqKioqKioqKioqKioqCgojIE1FVEEgewojIE1FVEEgICAibGFuZ3VhZ2UiOiAicHl0aG9uIiwKIyBNRVRBICAgImxhbmd1YWdlX2dyb3VwIjogInN5bmFwc2VfcHlzcGFyayIKIyBNRVRBIH0K", "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIk5vdGVib29rIiwKICAgICJkaXNwbGF5TmFtZSI6ICJmYWJjbGkwMDAwMDQiLAogICAgImRlc2NyaXB0aW9uIjogIkNyZWF0ZWQgYnkgZmFiIgogIH0sCiAgImNvbmZpZyI6IHsKICAgICJ2ZXJzaW9uIjogIjIuMCIsCiAgICAibG9naWNhbElkIjogIjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIKICB9Cn0=", - "payloadType": "InlineBase64"}]}, "folderId": "efbf6077-b834-4c65-a7fa-07b84a376055"}' + "payloadType": "InlineBase64"}]}, "folderId": "e0125fd8-b9c7-48ba-bf91-7d8f33273566"}' headers: Accept: - '*/*' @@ -1906,9 +1906,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/bf7aa7e9-c207-4881-bacc-0a901ead3ccf/items + uri: https://api.fabric.microsoft.com/v1/workspaces/07c9486c-6ebb-4741-a86d-407baefbf5e2/items response: body: string: 'null' @@ -1924,15 +1924,15 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:18:25 GMT + - Fri, 06 Feb 2026 07:26:48 GMT ETag: - '""' Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/7e336356-149f-42d6-aaf6-7bc2766880af + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/1bd7a048-e1c9-4b1f-8c7a-621ca89f1332 Pragma: - no-cache RequestId: - - 60782f7e-9238-49d7-a7fb-ac8f4f1412dc + - d6c5bee6-4268-4ba8-a444-8a4bc5dbb090 Retry-After: - '20' Strict-Transport-Security: @@ -1942,11 +1942,11 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' x-ms-operation-id: - - 7e336356-149f-42d6-aaf6-7bc2766880af + - 1bd7a048-e1c9-4b1f-8c7a-621ca89f1332 status: code: 202 message: Accepted @@ -1962,13 +1962,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/7e336356-149f-42d6-aaf6-7bc2766880af + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/1bd7a048-e1c9-4b1f-8c7a-621ca89f1332 response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2025-09-08T14:18:24.9665688", - "lastUpdatedTimeUtc": "2025-09-08T14:18:26.913597", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-06T07:26:47.7201897", + "lastUpdatedTimeUtc": "2026-02-06T07:26:49.5642741", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -1982,13 +1982,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:18:46 GMT + - Fri, 06 Feb 2026 07:27:09 GMT Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/7e336356-149f-42d6-aaf6-7bc2766880af/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/1bd7a048-e1c9-4b1f-8c7a-621ca89f1332/result Pragma: - no-cache RequestId: - - 5f492321-481b-4f2f-835a-05392d732fcc + - 6d01796a-7cf1-43b0-b46e-e92cf786133b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1996,7 +1996,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - 7e336356-149f-42d6-aaf6-7bc2766880af + - 1bd7a048-e1c9-4b1f-8c7a-621ca89f1332 status: code: 200 message: OK @@ -2012,14 +2012,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/7e336356-149f-42d6-aaf6-7bc2766880af/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/1bd7a048-e1c9-4b1f-8c7a-621ca89f1332/result response: body: - string: '{"id": "90ae4da6-a167-4261-81dc-6401184c20fd", "type": "Notebook", + string: '{"id": "974586fe-2df8-4778-9b64-a44b2df06ec8", "type": "Notebook", "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": - "bf7aa7e9-c207-4881-bacc-0a901ead3ccf", "folderId": "efbf6077-b834-4c65-a7fa-07b84a376055"}' + "07c9486c-6ebb-4741-a86d-407baefbf5e2", "folderId": "e0125fd8-b9c7-48ba-bf91-7d8f33273566"}' headers: Access-Control-Expose-Headers: - RequestId @@ -2030,11 +2030,11 @@ interactions: Content-Type: - application/json Date: - - Mon, 08 Sep 2025 14:18:45 GMT + - Fri, 06 Feb 2026 07:27:11 GMT Pragma: - no-cache RequestId: - - 474e430d-e2a8-4434-a3ed-815b695f94d7 + - 5b2046a4-02b3-4872-91b3-76259a740489 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -2058,18 +2058,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "0f5eceeb-0d3a-401d-886d-828c49632fae", "displayName": "fabcli000001", + {"id": "1da9d768-e2c2-494b-9eea-755c6a674b9a", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "bf7aa7e9-c207-4881-bacc-0a901ead3ccf", "displayName": "fabcli000002", + {"id": "07c9486c-6ebb-4741-a86d-407baefbf5e2", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -2079,15 +2079,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '636' + - '2879' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:18:45 GMT + - Fri, 06 Feb 2026 07:27:11 GMT Pragma: - no-cache RequestId: - - 334e57aa-f122-4410-abc6-4203e0f32b00 + - 3da8fc87-5baa-4f6e-9e7e-11b9a5668f34 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2095,7 +2095,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2113,13 +2113,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/bf7aa7e9-c207-4881-bacc-0a901ead3ccf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/07c9486c-6ebb-4741-a86d-407baefbf5e2/folders?recursive=True response: body: - string: '{"value": [{"id": "efbf6077-b834-4c65-a7fa-07b84a376055", "displayName": - "fabcli000003", "workspaceId": "bf7aa7e9-c207-4881-bacc-0a901ead3ccf"}]}' + string: '{"value": [{"id": "e0125fd8-b9c7-48ba-bf91-7d8f33273566", "displayName": + "fabcli000003", "workspaceId": "07c9486c-6ebb-4741-a86d-407baefbf5e2"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2132,11 +2132,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:18:45 GMT + - Fri, 06 Feb 2026 07:27:12 GMT Pragma: - no-cache RequestId: - - 0af22cda-abe9-46c1-8a6c-6f611d40eb72 + - 3f8897e1-0bf3-4324-894b-745da609d161 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2144,7 +2144,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2162,14 +2162,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/bf7aa7e9-c207-4881-bacc-0a901ead3ccf/items + uri: https://api.fabric.microsoft.com/v1/workspaces/07c9486c-6ebb-4741-a86d-407baefbf5e2/items response: body: - string: '{"value": [{"id": "90ae4da6-a167-4261-81dc-6401184c20fd", "type": "Notebook", + string: '{"value": [{"id": "974586fe-2df8-4778-9b64-a44b2df06ec8", "type": "Notebook", "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": - "bf7aa7e9-c207-4881-bacc-0a901ead3ccf", "folderId": "efbf6077-b834-4c65-a7fa-07b84a376055"}]}' + "07c9486c-6ebb-4741-a86d-407baefbf5e2", "folderId": "e0125fd8-b9c7-48ba-bf91-7d8f33273566"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2178,15 +2178,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '208' + - '207' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:18:46 GMT + - Fri, 06 Feb 2026 07:27:13 GMT Pragma: - no-cache RequestId: - - 2e80b2d5-2eb3-4cd4-806a-c9677eef1f45 + - 99d13d17-9efb-4103-ba27-e8e9b01d890c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2194,7 +2194,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2212,13 +2212,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/bf7aa7e9-c207-4881-bacc-0a901ead3ccf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/07c9486c-6ebb-4741-a86d-407baefbf5e2/folders?recursive=True response: body: - string: '{"value": [{"id": "efbf6077-b834-4c65-a7fa-07b84a376055", "displayName": - "fabcli000003", "workspaceId": "bf7aa7e9-c207-4881-bacc-0a901ead3ccf"}]}' + string: '{"value": [{"id": "e0125fd8-b9c7-48ba-bf91-7d8f33273566", "displayName": + "fabcli000003", "workspaceId": "07c9486c-6ebb-4741-a86d-407baefbf5e2"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2231,11 +2231,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:18:46 GMT + - Fri, 06 Feb 2026 07:27:13 GMT Pragma: - no-cache RequestId: - - b41da514-b411-4f97-b7a1-fbc049df528b + - 0d63ae38-73e5-4370-9dd7-ca16666af64b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2243,7 +2243,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2261,14 +2261,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/bf7aa7e9-c207-4881-bacc-0a901ead3ccf/items + uri: https://api.fabric.microsoft.com/v1/workspaces/07c9486c-6ebb-4741-a86d-407baefbf5e2/items response: body: - string: '{"value": [{"id": "90ae4da6-a167-4261-81dc-6401184c20fd", "type": "Notebook", + string: '{"value": [{"id": "974586fe-2df8-4778-9b64-a44b2df06ec8", "type": "Notebook", "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": - "bf7aa7e9-c207-4881-bacc-0a901ead3ccf", "folderId": "efbf6077-b834-4c65-a7fa-07b84a376055"}]}' + "07c9486c-6ebb-4741-a86d-407baefbf5e2", "folderId": "e0125fd8-b9c7-48ba-bf91-7d8f33273566"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2277,15 +2277,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '208' + - '207' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:18:46 GMT + - Fri, 06 Feb 2026 07:27:14 GMT Pragma: - no-cache RequestId: - - 576952dd-f3cd-4fb5-8457-8020aee2b280 + - cf59df05-59ef-454a-a63a-dca56c632c27 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2293,7 +2293,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2311,13 +2311,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/bf7aa7e9-c207-4881-bacc-0a901ead3ccf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/07c9486c-6ebb-4741-a86d-407baefbf5e2/folders?recursive=True response: body: - string: '{"value": [{"id": "efbf6077-b834-4c65-a7fa-07b84a376055", "displayName": - "fabcli000003", "workspaceId": "bf7aa7e9-c207-4881-bacc-0a901ead3ccf"}]}' + string: '{"value": [{"id": "e0125fd8-b9c7-48ba-bf91-7d8f33273566", "displayName": + "fabcli000003", "workspaceId": "07c9486c-6ebb-4741-a86d-407baefbf5e2"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2330,11 +2330,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:18:46 GMT + - Fri, 06 Feb 2026 07:27:15 GMT Pragma: - no-cache RequestId: - - d9ef8f0d-9655-4438-a1f9-0285907b5ddf + - cc7d8cc3-ebcb-42f3-a707-7c0ae9d1d38d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2342,7 +2342,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2360,14 +2360,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/bf7aa7e9-c207-4881-bacc-0a901ead3ccf/items + uri: https://api.fabric.microsoft.com/v1/workspaces/07c9486c-6ebb-4741-a86d-407baefbf5e2/items response: body: - string: '{"value": [{"id": "90ae4da6-a167-4261-81dc-6401184c20fd", "type": "Notebook", + string: '{"value": [{"id": "974586fe-2df8-4778-9b64-a44b2df06ec8", "type": "Notebook", "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": - "bf7aa7e9-c207-4881-bacc-0a901ead3ccf", "folderId": "efbf6077-b834-4c65-a7fa-07b84a376055"}]}' + "07c9486c-6ebb-4741-a86d-407baefbf5e2", "folderId": "e0125fd8-b9c7-48ba-bf91-7d8f33273566"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2376,15 +2376,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '208' + - '207' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:18:46 GMT + - Fri, 06 Feb 2026 07:27:16 GMT Pragma: - no-cache RequestId: - - 7cd8d885-96b0-4f84-8174-4b3fcdc6a8ad + - dc089a16-d19a-481f-b842-73557ae84066 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2392,7 +2392,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2410,13 +2410,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/bf7aa7e9-c207-4881-bacc-0a901ead3ccf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/07c9486c-6ebb-4741-a86d-407baefbf5e2/folders?recursive=True response: body: - string: '{"value": [{"id": "efbf6077-b834-4c65-a7fa-07b84a376055", "displayName": - "fabcli000003", "workspaceId": "bf7aa7e9-c207-4881-bacc-0a901ead3ccf"}]}' + string: '{"value": [{"id": "e0125fd8-b9c7-48ba-bf91-7d8f33273566", "displayName": + "fabcli000003", "workspaceId": "07c9486c-6ebb-4741-a86d-407baefbf5e2"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2429,11 +2429,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:18:46 GMT + - Fri, 06 Feb 2026 07:27:16 GMT Pragma: - no-cache RequestId: - - 2a3e4f2d-05d0-4ae3-a510-8b1b68ec2ce0 + - 5bb7b362-eda1-42c1-b67c-81102404aeb1 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2441,7 +2441,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2459,14 +2459,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/0f5eceeb-0d3a-401d-886d-828c49632fae/items/ea53b249-179f-4043-b992-f1fc5bb7d357 + uri: https://api.fabric.microsoft.com/v1/workspaces/1da9d768-e2c2-494b-9eea-755c6a674b9a/items/af747ab6-475e-462c-912e-5599efb31307 response: body: - string: '{"id": "ea53b249-179f-4043-b992-f1fc5bb7d357", "type": "DataPipeline", + string: '{"id": "af747ab6-475e-462c-912e-5599efb31307", "type": "DataPipeline", "displayName": "fabcli000005", "description": "Created by fab", "workspaceId": - "0f5eceeb-0d3a-401d-886d-828c49632fae"}' + "1da9d768-e2c2-494b-9eea-755c6a674b9a"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -2475,17 +2475,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '169' + - '168' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:18:47 GMT + - Fri, 06 Feb 2026 07:27:18 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 861136ec-99f7-4543-a629-ff82b60a564e + - bc7d101d-4b7c-4eb1-a414-c6be84915070 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2493,7 +2493,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2513,9 +2513,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/0f5eceeb-0d3a-401d-886d-828c49632fae/items/ea53b249-179f-4043-b992-f1fc5bb7d357/getDefinition + uri: https://api.fabric.microsoft.com/v1/workspaces/1da9d768-e2c2-494b-9eea-755c6a674b9a/items/af747ab6-475e-462c-912e-5599efb31307/getDefinition response: body: string: '{"definition": {"parts": [{"path": "pipeline-content.json", "payload": @@ -2530,15 +2530,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '458' + - '457' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:18:47 GMT + - Fri, 06 Feb 2026 07:27:18 GMT Pragma: - no-cache RequestId: - - 43625df7-ad60-4dc2-993a-ce1f46e8788f + - e8bc3c4c-6fbf-41ff-8254-0c9ab7bae10b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2546,7 +2546,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2557,7 +2557,7 @@ interactions: "fabcli000005", "definition": {"parts": [{"path": "pipeline-content.json", "payload": "ewogICJwcm9wZXJ0aWVzIjogewogICAgImFjdGl2aXRpZXMiOiBbXQogIH0KfQ==", "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIkRhdGFQaXBlbGluZSIsCiAgICAiZGlzcGxheU5hbWUiOiAiZmFiY2xpMDAwMDA1IiwKICAgICJkZXNjcmlwdGlvbiI6ICJDcmVhdGVkIGJ5IGZhYiIKICB9LAogICJjb25maWciOiB7CiAgICAidmVyc2lvbiI6ICIyLjAiLAogICAgImxvZ2ljYWxJZCI6ICIwMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiCiAgfQp9", - "payloadType": "InlineBase64"}]}, "folderId": "efbf6077-b834-4c65-a7fa-07b84a376055"}' + "payloadType": "InlineBase64"}]}, "folderId": "e0125fd8-b9c7-48ba-bf91-7d8f33273566"}' headers: Accept: - '*/*' @@ -2570,14 +2570,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/bf7aa7e9-c207-4881-bacc-0a901ead3ccf/items + uri: https://api.fabric.microsoft.com/v1/workspaces/07c9486c-6ebb-4741-a86d-407baefbf5e2/items response: body: - string: '{"id": "abd84203-5dcc-4642-b988-7dea8cacb15c", "type": "DataPipeline", + string: '{"id": "835cd2cc-6db6-4d2c-b8f0-5ad7b8f58afe", "type": "DataPipeline", "displayName": "fabcli000005", "description": "Created by fab", "workspaceId": - "bf7aa7e9-c207-4881-bacc-0a901ead3ccf", "folderId": "efbf6077-b834-4c65-a7fa-07b84a376055"}' + "07c9486c-6ebb-4741-a86d-407baefbf5e2", "folderId": "e0125fd8-b9c7-48ba-bf91-7d8f33273566"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -2586,17 +2586,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '199' + - '196' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:18:52 GMT + - Fri, 06 Feb 2026 07:27:23 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 88a73d95-6f37-455b-842f-bb9406e0ae79 + - 7ee9b83c-0fbb-4aa7-98fa-a4bd9d9a0d19 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2604,7 +2604,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2622,18 +2622,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "0f5eceeb-0d3a-401d-886d-828c49632fae", "displayName": "fabcli000001", + {"id": "1da9d768-e2c2-494b-9eea-755c6a674b9a", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "bf7aa7e9-c207-4881-bacc-0a901ead3ccf", "displayName": "fabcli000002", + {"id": "07c9486c-6ebb-4741-a86d-407baefbf5e2", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -2643,15 +2643,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '636' + - '2879' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:18:53 GMT + - Fri, 06 Feb 2026 07:27:25 GMT Pragma: - no-cache RequestId: - - 5d693e4a-caa3-44a1-a498-35aa26dddbdf + - 0e04f4ab-cb59-4ee2-a3ac-78e3d9ebcb30 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2659,7 +2659,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2677,16 +2677,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/0f5eceeb-0d3a-401d-886d-828c49632fae/items + uri: https://api.fabric.microsoft.com/v1/workspaces/1da9d768-e2c2-494b-9eea-755c6a674b9a/items response: body: - string: '{"value": [{"id": "f383d8e2-989f-42de-9a15-ecc9119242f8", "type": "Notebook", + string: '{"value": [{"id": "89030c7d-37d9-4bb7-8008-e2e01f6983f9", "type": "Notebook", "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": - "0f5eceeb-0d3a-401d-886d-828c49632fae"}, {"id": "ea53b249-179f-4043-b992-f1fc5bb7d357", + "1da9d768-e2c2-494b-9eea-755c6a674b9a"}, {"id": "af747ab6-475e-462c-912e-5599efb31307", "type": "DataPipeline", "displayName": "fabcli000005", "description": "Created - by fab", "workspaceId": "0f5eceeb-0d3a-401d-886d-828c49632fae"}]}' + by fab", "workspaceId": "1da9d768-e2c2-494b-9eea-755c6a674b9a"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2695,15 +2695,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '232' + - '230' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:18:53 GMT + - Fri, 06 Feb 2026 07:27:25 GMT Pragma: - no-cache RequestId: - - 720fd387-8c77-41a8-bce9-8aaed2cf2160 + - 67a802d4-479f-48d0-b5e1-67313e7aecfc Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2711,7 +2711,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2729,9 +2729,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/0f5eceeb-0d3a-401d-886d-828c49632fae/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/1da9d768-e2c2-494b-9eea-755c6a674b9a/folders?recursive=True response: body: string: '{"value": []}' @@ -2747,11 +2747,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:18:53 GMT + - Fri, 06 Feb 2026 07:27:26 GMT Pragma: - no-cache RequestId: - - cac082b6-5234-495b-8ab4-d6d631571cb3 + - de156314-bee4-4f8e-ab41-5bffaf8f9b8a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2759,7 +2759,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2777,18 +2777,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "0f5eceeb-0d3a-401d-886d-828c49632fae", "displayName": "fabcli000001", + {"id": "1da9d768-e2c2-494b-9eea-755c6a674b9a", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "bf7aa7e9-c207-4881-bacc-0a901ead3ccf", "displayName": "fabcli000002", + {"id": "07c9486c-6ebb-4741-a86d-407baefbf5e2", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -2798,15 +2798,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '636' + - '2879' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:18:53 GMT + - Fri, 06 Feb 2026 07:27:27 GMT Pragma: - no-cache RequestId: - - d0428fb7-2cb3-4a41-ba07-5634ef578e54 + - 0bb14726-78e2-4003-8605-5da0abf5b078 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2814,7 +2814,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2832,17 +2832,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/bf7aa7e9-c207-4881-bacc-0a901ead3ccf/items + uri: https://api.fabric.microsoft.com/v1/workspaces/07c9486c-6ebb-4741-a86d-407baefbf5e2/items response: body: - string: '{"value": [{"id": "90ae4da6-a167-4261-81dc-6401184c20fd", "type": "Notebook", + string: '{"value": [{"id": "974586fe-2df8-4778-9b64-a44b2df06ec8", "type": "Notebook", "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": - "bf7aa7e9-c207-4881-bacc-0a901ead3ccf", "folderId": "efbf6077-b834-4c65-a7fa-07b84a376055"}, - {"id": "abd84203-5dcc-4642-b988-7dea8cacb15c", "type": "DataPipeline", "displayName": - "fabcli000005", "description": "Created by fab", "workspaceId": "bf7aa7e9-c207-4881-bacc-0a901ead3ccf", - "folderId": "efbf6077-b834-4c65-a7fa-07b84a376055"}]}' + "07c9486c-6ebb-4741-a86d-407baefbf5e2", "folderId": "e0125fd8-b9c7-48ba-bf91-7d8f33273566"}, + {"id": "835cd2cc-6db6-4d2c-b8f0-5ad7b8f58afe", "type": "DataPipeline", "displayName": + "fabcli000005", "description": "Created by fab", "workspaceId": "07c9486c-6ebb-4741-a86d-407baefbf5e2", + "folderId": "e0125fd8-b9c7-48ba-bf91-7d8f33273566"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2851,15 +2851,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '262' + - '259' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:18:53 GMT + - Fri, 06 Feb 2026 07:27:27 GMT Pragma: - no-cache RequestId: - - a274820f-ea82-4f32-b02b-2f80b7b8405a + - afe96f7d-f22b-48cb-9f57-355c410b36d4 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2867,7 +2867,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2885,13 +2885,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/bf7aa7e9-c207-4881-bacc-0a901ead3ccf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/07c9486c-6ebb-4741-a86d-407baefbf5e2/folders?recursive=True response: body: - string: '{"value": [{"id": "efbf6077-b834-4c65-a7fa-07b84a376055", "displayName": - "fabcli000003", "workspaceId": "bf7aa7e9-c207-4881-bacc-0a901ead3ccf"}]}' + string: '{"value": [{"id": "e0125fd8-b9c7-48ba-bf91-7d8f33273566", "displayName": + "fabcli000003", "workspaceId": "07c9486c-6ebb-4741-a86d-407baefbf5e2"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2904,11 +2904,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:18:54 GMT + - Fri, 06 Feb 2026 07:27:28 GMT Pragma: - no-cache RequestId: - - 45f9859f-335a-4d33-81c8-cd0828f56477 + - f00aa269-1638-4f3f-a9ff-2f748187d65c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2916,7 +2916,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2934,13 +2934,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/bf7aa7e9-c207-4881-bacc-0a901ead3ccf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/07c9486c-6ebb-4741-a86d-407baefbf5e2/folders?recursive=True response: body: - string: '{"value": [{"id": "efbf6077-b834-4c65-a7fa-07b84a376055", "displayName": - "fabcli000003", "workspaceId": "bf7aa7e9-c207-4881-bacc-0a901ead3ccf"}]}' + string: '{"value": [{"id": "e0125fd8-b9c7-48ba-bf91-7d8f33273566", "displayName": + "fabcli000003", "workspaceId": "07c9486c-6ebb-4741-a86d-407baefbf5e2"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2953,11 +2953,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:18:54 GMT + - Fri, 06 Feb 2026 07:27:30 GMT Pragma: - no-cache RequestId: - - bd87f4be-0b74-41cf-a6e9-cc0bbfe33e15 + - 8b97a35c-f534-49c9-a853-1ffab4a32978 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2965,7 +2965,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2983,13 +2983,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/bf7aa7e9-c207-4881-bacc-0a901ead3ccf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/07c9486c-6ebb-4741-a86d-407baefbf5e2/folders?recursive=True response: body: - string: '{"value": [{"id": "efbf6077-b834-4c65-a7fa-07b84a376055", "displayName": - "fabcli000003", "workspaceId": "bf7aa7e9-c207-4881-bacc-0a901ead3ccf"}]}' + string: '{"value": [{"id": "e0125fd8-b9c7-48ba-bf91-7d8f33273566", "displayName": + "fabcli000003", "workspaceId": "07c9486c-6ebb-4741-a86d-407baefbf5e2"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3002,11 +3002,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:18:54 GMT + - Fri, 06 Feb 2026 07:27:30 GMT Pragma: - no-cache RequestId: - - a8e1c2bd-9d52-442f-a79f-bbe3262393b6 + - 69df5121-33eb-4194-a0ed-5d763ff7b6eb Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3014,7 +3014,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3032,18 +3032,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "0f5eceeb-0d3a-401d-886d-828c49632fae", "displayName": "fabcli000001", + {"id": "1da9d768-e2c2-494b-9eea-755c6a674b9a", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "bf7aa7e9-c207-4881-bacc-0a901ead3ccf", "displayName": "fabcli000002", + {"id": "07c9486c-6ebb-4741-a86d-407baefbf5e2", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -3053,15 +3053,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '636' + - '2879' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:18:54 GMT + - Fri, 06 Feb 2026 07:27:31 GMT Pragma: - no-cache RequestId: - - 1e1493af-685e-4d88-a901-5513d08ca053 + - d34adf68-f7b2-4711-bdeb-7a13b962a680 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3069,7 +3069,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3087,13 +3087,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/bf7aa7e9-c207-4881-bacc-0a901ead3ccf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/07c9486c-6ebb-4741-a86d-407baefbf5e2/folders?recursive=True response: body: - string: '{"value": [{"id": "efbf6077-b834-4c65-a7fa-07b84a376055", "displayName": - "fabcli000003", "workspaceId": "bf7aa7e9-c207-4881-bacc-0a901ead3ccf"}]}' + string: '{"value": [{"id": "e0125fd8-b9c7-48ba-bf91-7d8f33273566", "displayName": + "fabcli000003", "workspaceId": "07c9486c-6ebb-4741-a86d-407baefbf5e2"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3106,11 +3106,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:18:55 GMT + - Fri, 06 Feb 2026 07:27:31 GMT Pragma: - no-cache RequestId: - - 5b89fbc1-11bc-4f01-9f68-d441b564f741 + - ce1884a7-8e54-4176-a34a-8468fa68cb06 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3118,7 +3118,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3136,17 +3136,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/bf7aa7e9-c207-4881-bacc-0a901ead3ccf/items + uri: https://api.fabric.microsoft.com/v1/workspaces/07c9486c-6ebb-4741-a86d-407baefbf5e2/items response: body: - string: '{"value": [{"id": "90ae4da6-a167-4261-81dc-6401184c20fd", "type": "Notebook", + string: '{"value": [{"id": "974586fe-2df8-4778-9b64-a44b2df06ec8", "type": "Notebook", "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": - "bf7aa7e9-c207-4881-bacc-0a901ead3ccf", "folderId": "efbf6077-b834-4c65-a7fa-07b84a376055"}, - {"id": "abd84203-5dcc-4642-b988-7dea8cacb15c", "type": "DataPipeline", "displayName": - "fabcli000005", "description": "Created by fab", "workspaceId": "bf7aa7e9-c207-4881-bacc-0a901ead3ccf", - "folderId": "efbf6077-b834-4c65-a7fa-07b84a376055"}]}' + "07c9486c-6ebb-4741-a86d-407baefbf5e2", "folderId": "e0125fd8-b9c7-48ba-bf91-7d8f33273566"}, + {"id": "835cd2cc-6db6-4d2c-b8f0-5ad7b8f58afe", "type": "DataPipeline", "displayName": + "fabcli000005", "description": "Created by fab", "workspaceId": "07c9486c-6ebb-4741-a86d-407baefbf5e2", + "folderId": "e0125fd8-b9c7-48ba-bf91-7d8f33273566"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3155,15 +3155,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '262' + - '259' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:18:55 GMT + - Fri, 06 Feb 2026 07:27:32 GMT Pragma: - no-cache RequestId: - - d17e1d31-8737-4510-8724-32f90cbb9502 + - 4a10befe-8ab1-4679-a28f-e36cc0a4d475 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3171,7 +3171,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3189,13 +3189,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/bf7aa7e9-c207-4881-bacc-0a901ead3ccf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/07c9486c-6ebb-4741-a86d-407baefbf5e2/folders?recursive=True response: body: - string: '{"value": [{"id": "efbf6077-b834-4c65-a7fa-07b84a376055", "displayName": - "fabcli000003", "workspaceId": "bf7aa7e9-c207-4881-bacc-0a901ead3ccf"}]}' + string: '{"value": [{"id": "e0125fd8-b9c7-48ba-bf91-7d8f33273566", "displayName": + "fabcli000003", "workspaceId": "07c9486c-6ebb-4741-a86d-407baefbf5e2"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3208,11 +3208,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:18:54 GMT + - Fri, 06 Feb 2026 07:27:33 GMT Pragma: - no-cache RequestId: - - b2e3e826-2049-4c67-a753-3ea8162b5b8b + - 465627b3-771c-40df-8bca-bf7740d9e30a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3220,7 +3220,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3238,27 +3238,27 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/bf7aa7e9-c207-4881-bacc-0a901ead3ccf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/07c9486c-6ebb-4741-a86d-407baefbf5e2/folders?recursive=True response: body: - string: '{"requestId": "63439b80-4b50-4bf5-9b93-96054ce91ed4", "errorCode": + string: '{"requestId": "15a3e6d4-bbf4-4106-a9ff-47074d49e7e0", "errorCode": "RequestBlocked", "message": "Request is blocked by the upstream service until: - 9/8/2025 2:19:47 PM (UTC)"}' + 2/6/2026 7:28:13 AM (UTC)", "isRetriable": true}' headers: Content-Length: - - '169' + - '188' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:18:55 GMT + - Fri, 06 Feb 2026 07:27:33 GMT RequestId: - - 63439b80-4b50-4bf5-9b93-96054ce91ed4 + - 15a3e6d4-bbf4-4106-a9ff-47074d49e7e0 Retry-After: - - '52' + - '39' home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' x-ms-public-api-error-code: @@ -3278,13 +3278,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/bf7aa7e9-c207-4881-bacc-0a901ead3ccf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/07c9486c-6ebb-4741-a86d-407baefbf5e2/folders?recursive=True response: body: - string: '{"value": [{"id": "efbf6077-b834-4c65-a7fa-07b84a376055", "displayName": - "fabcli000003", "workspaceId": "bf7aa7e9-c207-4881-bacc-0a901ead3ccf"}]}' + string: '{"value": [{"id": "e0125fd8-b9c7-48ba-bf91-7d8f33273566", "displayName": + "fabcli000003", "workspaceId": "07c9486c-6ebb-4741-a86d-407baefbf5e2"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3297,11 +3297,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:19:46 GMT + - Fri, 06 Feb 2026 07:28:15 GMT Pragma: - no-cache RequestId: - - 367c3638-751d-464e-8783-2fbc4d953cd4 + - d71d7df4-72e9-436e-857c-fd3fe5ed58a6 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3309,7 +3309,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3327,13 +3327,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/bf7aa7e9-c207-4881-bacc-0a901ead3ccf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/07c9486c-6ebb-4741-a86d-407baefbf5e2/folders?recursive=True response: body: - string: '{"value": [{"id": "efbf6077-b834-4c65-a7fa-07b84a376055", "displayName": - "fabcli000003", "workspaceId": "bf7aa7e9-c207-4881-bacc-0a901ead3ccf"}]}' + string: '{"value": [{"id": "e0125fd8-b9c7-48ba-bf91-7d8f33273566", "displayName": + "fabcli000003", "workspaceId": "07c9486c-6ebb-4741-a86d-407baefbf5e2"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3346,11 +3346,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:19:47 GMT + - Fri, 06 Feb 2026 07:28:16 GMT Pragma: - no-cache RequestId: - - 96f59389-3110-432b-95df-9174143a72ea + - 8dce992a-a41e-423c-88c1-fcc3f34fd9b1 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3358,7 +3358,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3376,18 +3376,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "0f5eceeb-0d3a-401d-886d-828c49632fae", "displayName": "fabcli000001", + {"id": "1da9d768-e2c2-494b-9eea-755c6a674b9a", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "bf7aa7e9-c207-4881-bacc-0a901ead3ccf", "displayName": "fabcli000002", + {"id": "07c9486c-6ebb-4741-a86d-407baefbf5e2", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -3397,15 +3397,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '636' + - '2879' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:19:47 GMT + - Fri, 06 Feb 2026 07:28:17 GMT Pragma: - no-cache RequestId: - - 85805948-1abf-498e-98b2-e692616a0c39 + - 1f52b7cf-84f6-4ef4-8139-aa527ba7fc90 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3413,7 +3413,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3431,13 +3431,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/bf7aa7e9-c207-4881-bacc-0a901ead3ccf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/07c9486c-6ebb-4741-a86d-407baefbf5e2/folders?recursive=True response: body: - string: '{"value": [{"id": "efbf6077-b834-4c65-a7fa-07b84a376055", "displayName": - "fabcli000003", "workspaceId": "bf7aa7e9-c207-4881-bacc-0a901ead3ccf"}]}' + string: '{"value": [{"id": "e0125fd8-b9c7-48ba-bf91-7d8f33273566", "displayName": + "fabcli000003", "workspaceId": "07c9486c-6ebb-4741-a86d-407baefbf5e2"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3450,11 +3450,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:19:48 GMT + - Fri, 06 Feb 2026 07:28:18 GMT Pragma: - no-cache RequestId: - - 092cc6e2-8d13-4836-9074-b7a500b0365c + - 5a98f235-64dd-4c5f-894f-981ba67afffb Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3462,7 +3462,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3480,17 +3480,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/bf7aa7e9-c207-4881-bacc-0a901ead3ccf/items + uri: https://api.fabric.microsoft.com/v1/workspaces/07c9486c-6ebb-4741-a86d-407baefbf5e2/items response: body: - string: '{"value": [{"id": "90ae4da6-a167-4261-81dc-6401184c20fd", "type": "Notebook", + string: '{"value": [{"id": "974586fe-2df8-4778-9b64-a44b2df06ec8", "type": "Notebook", "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": - "bf7aa7e9-c207-4881-bacc-0a901ead3ccf", "folderId": "efbf6077-b834-4c65-a7fa-07b84a376055"}, - {"id": "abd84203-5dcc-4642-b988-7dea8cacb15c", "type": "DataPipeline", "displayName": - "fabcli000005", "description": "Created by fab", "workspaceId": "bf7aa7e9-c207-4881-bacc-0a901ead3ccf", - "folderId": "efbf6077-b834-4c65-a7fa-07b84a376055"}]}' + "07c9486c-6ebb-4741-a86d-407baefbf5e2", "folderId": "e0125fd8-b9c7-48ba-bf91-7d8f33273566"}, + {"id": "835cd2cc-6db6-4d2c-b8f0-5ad7b8f58afe", "type": "DataPipeline", "displayName": + "fabcli000005", "description": "Created by fab", "workspaceId": "07c9486c-6ebb-4741-a86d-407baefbf5e2", + "folderId": "e0125fd8-b9c7-48ba-bf91-7d8f33273566"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3499,15 +3499,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '262' + - '259' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:19:48 GMT + - Fri, 06 Feb 2026 07:28:18 GMT Pragma: - no-cache RequestId: - - 4f5347a7-d5b7-4fc3-bc99-0f7fd743c0a9 + - bdc18190-8c12-4f47-a2fc-0f1dbc892397 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3515,7 +3515,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3533,13 +3533,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/bf7aa7e9-c207-4881-bacc-0a901ead3ccf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/07c9486c-6ebb-4741-a86d-407baefbf5e2/folders?recursive=True response: body: - string: '{"value": [{"id": "efbf6077-b834-4c65-a7fa-07b84a376055", "displayName": - "fabcli000003", "workspaceId": "bf7aa7e9-c207-4881-bacc-0a901ead3ccf"}]}' + string: '{"value": [{"id": "e0125fd8-b9c7-48ba-bf91-7d8f33273566", "displayName": + "fabcli000003", "workspaceId": "07c9486c-6ebb-4741-a86d-407baefbf5e2"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3552,11 +3552,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:19:48 GMT + - Fri, 06 Feb 2026 07:28:20 GMT Pragma: - no-cache RequestId: - - 7ef17337-bf54-43ed-a630-4b93b2ce053f + - 550f2ce1-09dc-4364-b934-be1b81181acf Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3564,7 +3564,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3582,13 +3582,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/bf7aa7e9-c207-4881-bacc-0a901ead3ccf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/07c9486c-6ebb-4741-a86d-407baefbf5e2/folders?recursive=True response: body: - string: '{"value": [{"id": "efbf6077-b834-4c65-a7fa-07b84a376055", "displayName": - "fabcli000003", "workspaceId": "bf7aa7e9-c207-4881-bacc-0a901ead3ccf"}]}' + string: '{"value": [{"id": "e0125fd8-b9c7-48ba-bf91-7d8f33273566", "displayName": + "fabcli000003", "workspaceId": "07c9486c-6ebb-4741-a86d-407baefbf5e2"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3601,11 +3601,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:19:48 GMT + - Fri, 06 Feb 2026 07:28:20 GMT Pragma: - no-cache RequestId: - - 14fd8d4b-a306-4790-b41a-43b61d366d9a + - 65eefc11-005b-4557-bc26-987141b88d52 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3613,7 +3613,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3633,9 +3633,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/bf7aa7e9-c207-4881-bacc-0a901ead3ccf/items/90ae4da6-a167-4261-81dc-6401184c20fd + uri: https://api.fabric.microsoft.com/v1/workspaces/07c9486c-6ebb-4741-a86d-407baefbf5e2/items/974586fe-2df8-4778-9b64-a44b2df06ec8 response: body: string: '' @@ -3651,11 +3651,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:19:48 GMT + - Fri, 06 Feb 2026 07:28:22 GMT Pragma: - no-cache RequestId: - - 55427cc7-551d-43f0-bdb6-c1d3740c8443 + - 34572e24-f930-402a-a8cb-09274c04bcb4 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3663,7 +3663,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3681,18 +3681,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "0f5eceeb-0d3a-401d-886d-828c49632fae", "displayName": "fabcli000001", + {"id": "1da9d768-e2c2-494b-9eea-755c6a674b9a", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "bf7aa7e9-c207-4881-bacc-0a901ead3ccf", "displayName": "fabcli000002", + {"id": "07c9486c-6ebb-4741-a86d-407baefbf5e2", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -3702,15 +3702,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '636' + - '2879' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:19:49 GMT + - Fri, 06 Feb 2026 07:28:22 GMT Pragma: - no-cache RequestId: - - 58f2e34f-bd49-4971-9c04-147fd6e54649 + - 15c95059-d4d5-4502-94bd-11fd0e8f99ab Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3718,7 +3718,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3736,13 +3736,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/bf7aa7e9-c207-4881-bacc-0a901ead3ccf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/07c9486c-6ebb-4741-a86d-407baefbf5e2/folders?recursive=True response: body: - string: '{"value": [{"id": "efbf6077-b834-4c65-a7fa-07b84a376055", "displayName": - "fabcli000003", "workspaceId": "bf7aa7e9-c207-4881-bacc-0a901ead3ccf"}]}' + string: '{"value": [{"id": "e0125fd8-b9c7-48ba-bf91-7d8f33273566", "displayName": + "fabcli000003", "workspaceId": "07c9486c-6ebb-4741-a86d-407baefbf5e2"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3755,11 +3755,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:19:49 GMT + - Fri, 06 Feb 2026 07:28:22 GMT Pragma: - no-cache RequestId: - - 1d18c588-c83e-451e-8c21-2806fc5483c6 + - 157d2938-53d0-408c-815f-2937b27c4db0 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3767,7 +3767,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3785,14 +3785,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/bf7aa7e9-c207-4881-bacc-0a901ead3ccf/items + uri: https://api.fabric.microsoft.com/v1/workspaces/07c9486c-6ebb-4741-a86d-407baefbf5e2/items response: body: - string: '{"value": [{"id": "abd84203-5dcc-4642-b988-7dea8cacb15c", "type": "DataPipeline", + string: '{"value": [{"id": "835cd2cc-6db6-4d2c-b8f0-5ad7b8f58afe", "type": "DataPipeline", "displayName": "fabcli000005", "description": "Created by fab", "workspaceId": - "bf7aa7e9-c207-4881-bacc-0a901ead3ccf", "folderId": "efbf6077-b834-4c65-a7fa-07b84a376055"}]}' + "07c9486c-6ebb-4741-a86d-407baefbf5e2", "folderId": "e0125fd8-b9c7-48ba-bf91-7d8f33273566"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3801,15 +3801,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '211' + - '210' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:19:49 GMT + - Fri, 06 Feb 2026 07:28:23 GMT Pragma: - no-cache RequestId: - - 64dd15ff-59b1-4136-87ec-eaecf56e96ce + - fee10ed9-4b53-42c3-b927-07d86b1e03af Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3817,7 +3817,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3835,13 +3835,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/bf7aa7e9-c207-4881-bacc-0a901ead3ccf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/07c9486c-6ebb-4741-a86d-407baefbf5e2/folders?recursive=True response: body: - string: '{"value": [{"id": "efbf6077-b834-4c65-a7fa-07b84a376055", "displayName": - "fabcli000003", "workspaceId": "bf7aa7e9-c207-4881-bacc-0a901ead3ccf"}]}' + string: '{"value": [{"id": "e0125fd8-b9c7-48ba-bf91-7d8f33273566", "displayName": + "fabcli000003", "workspaceId": "07c9486c-6ebb-4741-a86d-407baefbf5e2"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3854,11 +3854,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:19:49 GMT + - Fri, 06 Feb 2026 07:28:24 GMT Pragma: - no-cache RequestId: - - b4409c66-aade-42c3-9db4-fff94a2c52f1 + - 0a6c700d-baae-4158-ad79-331925b5a219 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3866,7 +3866,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3886,9 +3886,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/bf7aa7e9-c207-4881-bacc-0a901ead3ccf/items/abd84203-5dcc-4642-b988-7dea8cacb15c + uri: https://api.fabric.microsoft.com/v1/workspaces/07c9486c-6ebb-4741-a86d-407baefbf5e2/items/835cd2cc-6db6-4d2c-b8f0-5ad7b8f58afe response: body: string: '' @@ -3904,11 +3904,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:19:49 GMT + - Fri, 06 Feb 2026 07:28:24 GMT Pragma: - no-cache RequestId: - - 69599402-9d3e-4f6c-8e69-0e37159c6629 + - 53355089-ab65-4942-9ebe-fd96fb854e54 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3916,7 +3916,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3934,18 +3934,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "0f5eceeb-0d3a-401d-886d-828c49632fae", "displayName": "fabcli000001", + {"id": "1da9d768-e2c2-494b-9eea-755c6a674b9a", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "bf7aa7e9-c207-4881-bacc-0a901ead3ccf", "displayName": "fabcli000002", + {"id": "07c9486c-6ebb-4741-a86d-407baefbf5e2", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -3955,15 +3955,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '636' + - '2879' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:19:49 GMT + - Fri, 06 Feb 2026 07:28:26 GMT Pragma: - no-cache RequestId: - - 4e956556-0bfb-4677-8e15-46b061e991df + - 1654f8d4-54e5-4a90-a027-27c86900eb04 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3971,7 +3971,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3989,16 +3989,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/0f5eceeb-0d3a-401d-886d-828c49632fae/items + uri: https://api.fabric.microsoft.com/v1/workspaces/1da9d768-e2c2-494b-9eea-755c6a674b9a/items response: body: - string: '{"value": [{"id": "f383d8e2-989f-42de-9a15-ecc9119242f8", "type": "Notebook", + string: '{"value": [{"id": "89030c7d-37d9-4bb7-8008-e2e01f6983f9", "type": "Notebook", "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": - "0f5eceeb-0d3a-401d-886d-828c49632fae"}, {"id": "ea53b249-179f-4043-b992-f1fc5bb7d357", + "1da9d768-e2c2-494b-9eea-755c6a674b9a"}, {"id": "af747ab6-475e-462c-912e-5599efb31307", "type": "DataPipeline", "displayName": "fabcli000005", "description": "Created - by fab", "workspaceId": "0f5eceeb-0d3a-401d-886d-828c49632fae"}]}' + by fab", "workspaceId": "1da9d768-e2c2-494b-9eea-755c6a674b9a"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -4007,15 +4007,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '232' + - '230' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:19:49 GMT + - Fri, 06 Feb 2026 07:28:26 GMT Pragma: - no-cache RequestId: - - afc3bef3-e287-46f3-83d5-293ab6563054 + - 517ddb90-c5c9-4e98-80fd-74510ceb4fd9 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4023,7 +4023,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4043,9 +4043,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/0f5eceeb-0d3a-401d-886d-828c49632fae/items/ea53b249-179f-4043-b992-f1fc5bb7d357 + uri: https://api.fabric.microsoft.com/v1/workspaces/1da9d768-e2c2-494b-9eea-755c6a674b9a/items/af747ab6-475e-462c-912e-5599efb31307 response: body: string: '' @@ -4061,11 +4061,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:19:49 GMT + - Fri, 06 Feb 2026 07:28:27 GMT Pragma: - no-cache RequestId: - - 29aa4959-629b-4e0e-a6a3-76e0c01f5344 + - 57530013-ca66-4635-883b-477f76b343b7 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4073,7 +4073,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4091,18 +4091,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "0f5eceeb-0d3a-401d-886d-828c49632fae", "displayName": "fabcli000001", + {"id": "1da9d768-e2c2-494b-9eea-755c6a674b9a", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "bf7aa7e9-c207-4881-bacc-0a901ead3ccf", "displayName": "fabcli000002", + {"id": "07c9486c-6ebb-4741-a86d-407baefbf5e2", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -4112,15 +4112,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '636' + - '2879' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:19:50 GMT + - Fri, 06 Feb 2026 07:28:29 GMT Pragma: - no-cache RequestId: - - d10f690a-017d-4322-9d92-c864d80b0731 + - 4ece2973-0214-45f5-acf1-5fbdef4cc824 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4128,7 +4128,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4146,14 +4146,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/0f5eceeb-0d3a-401d-886d-828c49632fae/items + uri: https://api.fabric.microsoft.com/v1/workspaces/1da9d768-e2c2-494b-9eea-755c6a674b9a/items response: body: - string: '{"value": [{"id": "f383d8e2-989f-42de-9a15-ecc9119242f8", "type": "Notebook", + string: '{"value": [{"id": "89030c7d-37d9-4bb7-8008-e2e01f6983f9", "type": "Notebook", "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": - "0f5eceeb-0d3a-401d-886d-828c49632fae"}]}' + "1da9d768-e2c2-494b-9eea-755c6a674b9a"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -4162,15 +4162,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '178' + - '176' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:19:50 GMT + - Fri, 06 Feb 2026 07:28:29 GMT Pragma: - no-cache RequestId: - - 9b13f4de-2d0b-45e6-82d6-dab8ce29b3d2 + - 3ffd7887-1c78-437c-a843-e3064dccf3f9 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4178,7 +4178,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4198,9 +4198,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/0f5eceeb-0d3a-401d-886d-828c49632fae/items/f383d8e2-989f-42de-9a15-ecc9119242f8 + uri: https://api.fabric.microsoft.com/v1/workspaces/1da9d768-e2c2-494b-9eea-755c6a674b9a/items/89030c7d-37d9-4bb7-8008-e2e01f6983f9 response: body: string: '' @@ -4216,11 +4216,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:19:50 GMT + - Fri, 06 Feb 2026 07:28:30 GMT Pragma: - no-cache RequestId: - - 45324380-d9fb-4a19-bd74-b438ea94051a + - dc884192-5aea-484c-8ee4-bb8e51889d9b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4228,7 +4228,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4246,18 +4246,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "0f5eceeb-0d3a-401d-886d-828c49632fae", "displayName": "fabcli000001", + {"id": "1da9d768-e2c2-494b-9eea-755c6a674b9a", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "bf7aa7e9-c207-4881-bacc-0a901ead3ccf", "displayName": "fabcli000002", + {"id": "07c9486c-6ebb-4741-a86d-407baefbf5e2", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -4267,15 +4267,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '636' + - '2879' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:19:51 GMT + - Fri, 06 Feb 2026 07:28:31 GMT Pragma: - no-cache RequestId: - - 91b0918a-b50c-4ea1-b5e8-fef7464b0bd8 + - 673d0dcd-95c8-4ff6-9eb3-d3a916676cc4 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4283,7 +4283,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4301,13 +4301,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/bf7aa7e9-c207-4881-bacc-0a901ead3ccf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/07c9486c-6ebb-4741-a86d-407baefbf5e2/folders?recursive=True response: body: - string: '{"value": [{"id": "efbf6077-b834-4c65-a7fa-07b84a376055", "displayName": - "fabcli000003", "workspaceId": "bf7aa7e9-c207-4881-bacc-0a901ead3ccf"}]}' + string: '{"value": [{"id": "e0125fd8-b9c7-48ba-bf91-7d8f33273566", "displayName": + "fabcli000003", "workspaceId": "07c9486c-6ebb-4741-a86d-407baefbf5e2"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -4320,11 +4320,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:19:51 GMT + - Fri, 06 Feb 2026 07:28:31 GMT Pragma: - no-cache RequestId: - - 14e6599f-46b8-46fb-87fe-f443f21dead1 + - 8eed22fc-96fe-427f-9250-c32cc4a61018 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4332,7 +4332,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4352,9 +4352,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/bf7aa7e9-c207-4881-bacc-0a901ead3ccf/folders/efbf6077-b834-4c65-a7fa-07b84a376055 + uri: https://api.fabric.microsoft.com/v1/workspaces/07c9486c-6ebb-4741-a86d-407baefbf5e2/folders/e0125fd8-b9c7-48ba-bf91-7d8f33273566 response: body: string: '' @@ -4370,11 +4370,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:19:51 GMT + - Fri, 06 Feb 2026 07:28:32 GMT Pragma: - no-cache RequestId: - - 74fd4293-9401-45d4-b29b-94b42dc9e7b1 + - 1e298888-7c6b-4752-a83b-449966a8d974 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4382,7 +4382,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4400,18 +4400,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "0f5eceeb-0d3a-401d-886d-828c49632fae", "displayName": "fabcli000001", + {"id": "1da9d768-e2c2-494b-9eea-755c6a674b9a", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "bf7aa7e9-c207-4881-bacc-0a901ead3ccf", "displayName": "fabcli000002", + {"id": "07c9486c-6ebb-4741-a86d-407baefbf5e2", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -4421,15 +4421,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '636' + - '2879' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:19:51 GMT + - Fri, 06 Feb 2026 07:28:33 GMT Pragma: - no-cache RequestId: - - 0a5b23dc-ea54-4ca1-8488-759b6e7a34e6 + - 15de265e-2322-48aa-b33a-3300e21ec083 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4437,7 +4437,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4455,9 +4455,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/0f5eceeb-0d3a-401d-886d-828c49632fae/items + uri: https://api.fabric.microsoft.com/v1/workspaces/1da9d768-e2c2-494b-9eea-755c6a674b9a/items response: body: string: '{"value": []}' @@ -4473,11 +4473,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:19:51 GMT + - Fri, 06 Feb 2026 07:28:33 GMT Pragma: - no-cache RequestId: - - e0c64b8f-c27f-4b37-af0d-171278c9a54a + - 949269b1-35d2-4d94-b199-4ae2e1370921 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4485,7 +4485,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4505,9 +4505,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/0f5eceeb-0d3a-401d-886d-828c49632fae + uri: https://api.fabric.microsoft.com/v1/workspaces/1da9d768-e2c2-494b-9eea-755c6a674b9a response: body: string: '' @@ -4523,11 +4523,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:19:51 GMT + - Fri, 06 Feb 2026 07:28:35 GMT Pragma: - no-cache RequestId: - - 1994860b-21fa-4d41-9513-581fb254294e + - 4be1a737-2d75-4b12-8d2d-af05ef0345cb Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4535,7 +4535,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4553,16 +4553,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "bf7aa7e9-c207-4881-bacc-0a901ead3ccf", "displayName": "fabcli000002", + {"id": "07c9486c-6ebb-4741-a86d-407baefbf5e2", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -4572,15 +4572,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '599' + - '2841' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:19:52 GMT + - Fri, 06 Feb 2026 07:28:35 GMT Pragma: - no-cache RequestId: - - be6e1565-b92d-46b5-bbce-5a42bda58833 + - ffd263ff-499a-4df8-8e1b-78db29e28c36 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4588,7 +4588,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4606,9 +4606,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/bf7aa7e9-c207-4881-bacc-0a901ead3ccf/items + uri: https://api.fabric.microsoft.com/v1/workspaces/07c9486c-6ebb-4741-a86d-407baefbf5e2/items response: body: string: '{"value": []}' @@ -4624,11 +4624,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:19:52 GMT + - Fri, 06 Feb 2026 07:28:36 GMT Pragma: - no-cache RequestId: - - 7558d23c-6d32-440a-b2c7-2f28b64e8d3d + - 3e25a2cd-9401-4aa5-8de1-d2f0b67f0896 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4636,7 +4636,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4656,9 +4656,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/bf7aa7e9-c207-4881-bacc-0a901ead3ccf + uri: https://api.fabric.microsoft.com/v1/workspaces/07c9486c-6ebb-4741-a86d-407baefbf5e2 response: body: string: '' @@ -4674,11 +4674,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:19:52 GMT + - Fri, 06 Feb 2026 07:28:37 GMT Pragma: - no-cache RequestId: - - 77d8edc0-b976-4dab-b639-3fbb4fe5fdb9 + - 8423fe65-69ad-446b-a464-0e7716a9d93d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4686,7 +4686,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: diff --git a/tests/test_commands/recordings/test_commands/test_cp/test_cp_workspace_to_item_type_mismatch_failure.yaml b/tests/test_commands/recordings/test_commands/test_cp/test_cp_workspace_to_item_type_mismatch_failure.yaml index b7cfd077..30cb4772 100644 --- a/tests/test_commands/recordings/test_commands/test_cp/test_cp_workspace_to_item_type_mismatch_failure.yaml +++ b/tests/test_commands/recordings/test_commands/test_cp/test_cp_workspace_to_item_type_mismatch_failure.yaml @@ -11,13 +11,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "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: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:21:26 GMT + - Fri, 06 Feb 2026 07:40:09 GMT Pragma: - no-cache RequestId: - - 4e6506eb-e64a-4e24-bc7b-8dc19cc3c76c + - 524c0401-9fa2-45ef-9f84-b6c2fe37e737 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -44,7 +44,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -62,9 +62,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: string: '{"value": []}' @@ -80,11 +80,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:21:26 GMT + - Fri, 06 Feb 2026 07:40:09 GMT Pragma: - no-cache RequestId: - - 3042fc9a-60b5-4077-a9fd-387c6cb70e2a + - 351cb088-e8f3-42e5-830b-d2c41859afaf Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -92,7 +92,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -110,9 +110,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: string: '{"value": []}' @@ -128,11 +128,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:21:27 GMT + - Fri, 06 Feb 2026 07:40:09 GMT Pragma: - no-cache RequestId: - - d5a4ddbb-4d9b-4692-a6de-284efd27707e + - eabf7bbe-19a3-4031-9ce2-eb6845bfc90e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -140,7 +140,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -163,9 +163,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/notebooks + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/notebooks response: body: string: 'null' @@ -181,15 +181,15 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:21:28 GMT + - Fri, 06 Feb 2026 07:40:11 GMT ETag: - '""' Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/51a7d80e-0024-4763-82cb-c790333832be + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/c63ca9f9-3a74-4483-ad70-909f48425e93 Pragma: - no-cache RequestId: - - 82cb9df0-0411-4020-952b-ecbd6c28677e + - 065a8cc3-5954-4479-a6bd-dfb3a0ae9944 Retry-After: - '20' Strict-Transport-Security: @@ -199,11 +199,11 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' x-ms-operation-id: - - 51a7d80e-0024-4763-82cb-c790333832be + - c63ca9f9-3a74-4483-ad70-909f48425e93 status: code: 202 message: Accepted @@ -219,13 +219,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/51a7d80e-0024-4763-82cb-c790333832be + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/c63ca9f9-3a74-4483-ad70-909f48425e93 response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2025-09-08T14:21:27.906453", - "lastUpdatedTimeUtc": "2025-09-08T14:21:29.9388724", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-06T07:40:11.4028626", + "lastUpdatedTimeUtc": "2026-02-06T07:40:13.0441214", "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: - - Mon, 08 Sep 2025 14:21:48 GMT + - Fri, 06 Feb 2026 07:40:33 GMT Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/51a7d80e-0024-4763-82cb-c790333832be/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/c63ca9f9-3a74-4483-ad70-909f48425e93/result Pragma: - no-cache RequestId: - - efbf89f2-3c72-42fb-9723-3651aff54895 + - ea61b86c-fef8-4688-85b3-057d4995be3d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -253,7 +253,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - 51a7d80e-0024-4763-82cb-c790333832be + - c63ca9f9-3a74-4483-ad70-909f48425e93 status: code: 200 message: OK @@ -269,14 +269,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/51a7d80e-0024-4763-82cb-c790333832be/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/c63ca9f9-3a74-4483-ad70-909f48425e93/result response: body: - string: '{"id": "33a587b9-6ee4-494f-b83e-55afd508e19b", "type": "Notebook", + string: '{"id": "fb2af902-f1bc-4a0e-972d-6c43638161ff", "type": "Notebook", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}' + "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}' headers: Access-Control-Expose-Headers: - RequestId @@ -287,11 +287,11 @@ interactions: Content-Type: - application/json Date: - - Mon, 08 Sep 2025 14:21:49 GMT + - Fri, 06 Feb 2026 07:40:34 GMT Pragma: - no-cache RequestId: - - f4cde5d7-edc8-404c-8948-f2caded59ff1 + - f69343d4-a86f-4f2b-99d7-a442c60ccf6a Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -315,13 +315,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "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: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:21:48 GMT + - Fri, 06 Feb 2026 07:40:35 GMT Pragma: - no-cache RequestId: - - 39801397-18a1-4afd-a74b-28dde4e5f843 + - a498beb9-af31-4bf9-96e7-640385456637 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -348,7 +348,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -366,13 +366,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -383,15 +383,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:21:49 GMT + - Fri, 06 Feb 2026 07:40:36 GMT Pragma: - no-cache RequestId: - - e5fa7f24-c93b-4f82-8a63-f60f759e2979 + - 1037b74c-392b-43d2-89db-d2b3544714b8 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -399,7 +399,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -417,14 +417,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: - string: '{"value": [{"id": "33a587b9-6ee4-494f-b83e-55afd508e19b", "type": "Notebook", + string: '{"value": [{"id": "fb2af902-f1bc-4a0e-972d-6c43638161ff", "type": "Notebook", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}]}' + "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -433,15 +433,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '176' + - '178' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:21:49 GMT + - Fri, 06 Feb 2026 07:40:37 GMT Pragma: - no-cache RequestId: - - f1af2738-b54a-4d43-b960-5b83f6319bfd + - 7176dca3-ab7e-47bf-a5b9-cf8375ab88d7 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -449,7 +449,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -467,13 +467,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -484,15 +484,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:21:49 GMT + - Fri, 06 Feb 2026 07:40:37 GMT Pragma: - no-cache RequestId: - - 7f2d274e-54f9-42f4-a7a6-c4c00b8a0534 + - 0933b99a-e204-43dd-bb41-49361c444b28 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -500,7 +500,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -518,14 +518,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: - string: '{"value": [{"id": "33a587b9-6ee4-494f-b83e-55afd508e19b", "type": "Notebook", + string: '{"value": [{"id": "fb2af902-f1bc-4a0e-972d-6c43638161ff", "type": "Notebook", "displayName": "fabcli000001", "description": "Created by fab", "workspaceId": - "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8"}]}' + "e0c56f4e-e523-4a5a-84b3-0cc7285a0897"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -534,15 +534,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '176' + - '178' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:21:49 GMT + - Fri, 06 Feb 2026 07:40:38 GMT Pragma: - no-cache RequestId: - - 074acc07-0523-45b2-b487-1b1633c9c54a + - 63c1ffc3-2476-4561-b828-86fb9e31e864 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -550,7 +550,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -570,9 +570,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8/items/33a587b9-6ee4-494f-b83e-55afd508e19b + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items/fb2af902-f1bc-4a0e-972d-6c43638161ff response: body: string: '' @@ -588,11 +588,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:21:50 GMT + - Fri, 06 Feb 2026 07:40:39 GMT Pragma: - no-cache RequestId: - - af7f5c4a-466e-44cd-80aa-45c144813520 + - a80ec2ca-b422-4124-bb52-80793aa771fc Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -600,7 +600,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: diff --git a/tests/test_commands/recordings/test_commands/test_cp/test_cp_workspace_to_workspace_non_recursive_success.yaml b/tests/test_commands/recordings/test_commands/test_cp/test_cp_workspace_to_workspace_non_recursive_success.yaml index 31741096..c10b34a3 100644 --- a/tests/test_commands/recordings/test_commands/test_cp/test_cp_workspace_to_workspace_non_recursive_success.yaml +++ b/tests/test_commands/recordings/test_commands/test_cp/test_cp_workspace_to_workspace_non_recursive_success.yaml @@ -11,13 +11,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "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: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:01:26 GMT + - Fri, 06 Feb 2026 07:06:34 GMT Pragma: - no-cache RequestId: - - a6d1a85a-f5c4-4398-a8e2-46dee267ed39 + - dfe1b2d5-d91a-42d0-b283-44df7cb01d70 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -44,7 +44,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -62,13 +62,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -79,15 +79,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:01:27 GMT + - Fri, 06 Feb 2026 07:06:35 GMT Pragma: - no-cache RequestId: - - 235f3d3a-0a43-4aa3-8e29-43527873efc4 + - d66b6e20-946b-40ce-8133-4496d717dcea Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -95,7 +95,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -113,13 +113,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 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": "F16", "region": "West Europe", "state": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": "Active"}]}' headers: Access-Control-Expose-Headers: @@ -129,15 +129,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '456' + - '427' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:01:31 GMT + - Fri, 06 Feb 2026 07:06:39 GMT Pragma: - no-cache RequestId: - - 42d917a7-43b9-4596-b918-e0ad79a24c08 + - abc98025-7d01-4f5f-ae2e-9bf654085e17 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -145,7 +145,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -166,12 +166,12 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"id": "45c4bd18-9af6-4884-9385-43c77dbc1243", "displayName": "fabcli000001", + string: '{"id": "070e7709-9421-44ad-b809-54cd75a320ad", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' headers: Access-Control-Expose-Headers: @@ -181,17 +181,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '165' + - '163' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:01:38 GMT + - Fri, 06 Feb 2026 07:06:50 GMT Location: - - https://api.fabric.microsoft.com/v1/workspaces/45c4bd18-9af6-4884-9385-43c77dbc1243 + - https://api.fabric.microsoft.com/v1/workspaces/070e7709-9421-44ad-b809-54cd75a320ad Pragma: - no-cache RequestId: - - 553e2968-6b13-40c7-b803-1f6dfcb13d2e + - b9a81323-5f2e-486d-b73e-8cfc341da924 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -199,7 +199,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -217,16 +217,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "45c4bd18-9af6-4884-9385-43c77dbc1243", "displayName": "fabcli000001", + {"id": "070e7709-9421-44ad-b809-54cd75a320ad", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -236,15 +236,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '601' + - '2843' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:01:39 GMT + - Fri, 06 Feb 2026 07:06:52 GMT Pragma: - no-cache RequestId: - - b019ac39-7d26-42ba-8023-5b7c7c78bd8e + - bf14cf50-44b8-47e2-9acc-22ca97bb2006 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -252,7 +252,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -270,16 +270,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "45c4bd18-9af6-4884-9385-43c77dbc1243", "displayName": "fabcli000001", + {"id": "070e7709-9421-44ad-b809-54cd75a320ad", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -289,15 +289,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '601' + - '2843' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:01:39 GMT + - Fri, 06 Feb 2026 07:06:52 GMT Pragma: - no-cache RequestId: - - 2ade1f57-0ea7-42ec-b7db-adbab82d65e6 + - e04e5cbc-5909-4d66-bf40-7bf6cfcb2d41 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -305,7 +305,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -323,13 +323,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 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": "F16", "region": "West Europe", "state": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": "Active"}]}' headers: Access-Control-Expose-Headers: @@ -339,15 +339,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '456' + - '429' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:01:44 GMT + - Fri, 06 Feb 2026 07:06:58 GMT Pragma: - no-cache RequestId: - - 0df607a4-9cdb-481b-8cf3-53f538e7765b + - 4d9a84e8-a278-4f28-a081-f6c4d6da5b0c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -355,7 +355,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -376,12 +376,12 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"id": "82fcfd9b-9f0e-4b38-9077-b0f98902fe55", "displayName": "fabcli000002", + string: '{"id": "ba946ef0-d510-4f7e-b673-043fb02ec08e", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' headers: Access-Control-Expose-Headers: @@ -391,17 +391,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '166' + - '164' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:01:49 GMT + - Fri, 06 Feb 2026 07:07:19 GMT Location: - - https://api.fabric.microsoft.com/v1/workspaces/82fcfd9b-9f0e-4b38-9077-b0f98902fe55 + - https://api.fabric.microsoft.com/v1/workspaces/ba946ef0-d510-4f7e-b673-043fb02ec08e Pragma: - no-cache RequestId: - - 09d82f98-dda2-4ae9-9e76-b36fdfbd94d3 + - 1e36da0e-a1e4-48f0-8d76-e618a4de0d7b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -409,7 +409,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -427,18 +427,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "45c4bd18-9af6-4884-9385-43c77dbc1243", "displayName": "fabcli000001", + {"id": "070e7709-9421-44ad-b809-54cd75a320ad", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "82fcfd9b-9f0e-4b38-9077-b0f98902fe55", "displayName": "fabcli000002", + {"id": "ba946ef0-d510-4f7e-b673-043fb02ec08e", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -448,15 +448,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '638' + - '2879' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:01:50 GMT + - Fri, 06 Feb 2026 07:07:20 GMT Pragma: - no-cache RequestId: - - b1744b23-e542-41e4-85d3-d9aedbcf50a4 + - 06ec2c77-4fc7-4c60-af73-dd1f2cb8a34d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -464,7 +464,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -482,9 +482,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/45c4bd18-9af6-4884-9385-43c77dbc1243/items + uri: https://api.fabric.microsoft.com/v1/workspaces/070e7709-9421-44ad-b809-54cd75a320ad/items response: body: string: '{"value": []}' @@ -500,11 +500,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:01:51 GMT + - Fri, 06 Feb 2026 07:07:20 GMT Pragma: - no-cache RequestId: - - 43122879-244f-48c6-a7b4-08454b8b6e71 + - dcdb912b-1512-4649-b062-41d3b9e57ee0 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -512,7 +512,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -530,9 +530,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/45c4bd18-9af6-4884-9385-43c77dbc1243/items + uri: https://api.fabric.microsoft.com/v1/workspaces/070e7709-9421-44ad-b809-54cd75a320ad/items response: body: string: '{"value": []}' @@ -548,11 +548,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:01:51 GMT + - Fri, 06 Feb 2026 07:07:22 GMT Pragma: - no-cache RequestId: - - f6acf610-84cd-4f53-8324-69448cc175a0 + - eeeda1f3-9d39-4625-827a-188ba39660cd Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -560,7 +560,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -583,9 +583,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/45c4bd18-9af6-4884-9385-43c77dbc1243/notebooks + uri: https://api.fabric.microsoft.com/v1/workspaces/070e7709-9421-44ad-b809-54cd75a320ad/notebooks response: body: string: 'null' @@ -601,15 +601,15 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:01:53 GMT + - Fri, 06 Feb 2026 07:07:24 GMT ETag: - '""' Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/7a82d6f1-6e9e-411b-bbe5-2ccb6f41fe62 + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/a4f05f88-566d-4e78-aa0a-8f1f98476466 Pragma: - no-cache RequestId: - - 1c7a37dd-6c94-4ac5-b50b-41c7fe4e6cd8 + - 1fa54889-aecf-4ca3-8d36-56669c0fabdf Retry-After: - '20' Strict-Transport-Security: @@ -619,11 +619,11 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' x-ms-operation-id: - - 7a82d6f1-6e9e-411b-bbe5-2ccb6f41fe62 + - a4f05f88-566d-4e78-aa0a-8f1f98476466 status: code: 202 message: Accepted @@ -639,13 +639,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/7a82d6f1-6e9e-411b-bbe5-2ccb6f41fe62 + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/a4f05f88-566d-4e78-aa0a-8f1f98476466 response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2025-09-08T14:01:52.5439073", - "lastUpdatedTimeUtc": "2025-09-08T14:01:54.1533049", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-06T07:07:23.7273719", + "lastUpdatedTimeUtc": "2026-02-06T07:07:25.4784798", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -659,13 +659,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:02:13 GMT + - Fri, 06 Feb 2026 07:07:45 GMT Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/7a82d6f1-6e9e-411b-bbe5-2ccb6f41fe62/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/a4f05f88-566d-4e78-aa0a-8f1f98476466/result Pragma: - no-cache RequestId: - - d27a077e-0bca-4939-a26e-72bd13d7b88e + - 4a16c8d6-88e1-4c09-af17-a06ef28f2bcf Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -673,7 +673,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - 7a82d6f1-6e9e-411b-bbe5-2ccb6f41fe62 + - a4f05f88-566d-4e78-aa0a-8f1f98476466 status: code: 200 message: OK @@ -689,14 +689,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/7a82d6f1-6e9e-411b-bbe5-2ccb6f41fe62/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/a4f05f88-566d-4e78-aa0a-8f1f98476466/result response: body: - string: '{"id": "b10b3eab-5429-4714-a7fd-56a1b0974f6a", "type": "Notebook", + string: '{"id": "91d2c835-f28d-4862-baa4-67112ac49348", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "45c4bd18-9af6-4884-9385-43c77dbc1243"}' + "070e7709-9421-44ad-b809-54cd75a320ad"}' headers: Access-Control-Expose-Headers: - RequestId @@ -707,11 +707,11 @@ interactions: Content-Type: - application/json Date: - - Mon, 08 Sep 2025 14:02:13 GMT + - Fri, 06 Feb 2026 07:07:46 GMT Pragma: - no-cache RequestId: - - 49091ab7-16c9-439d-9a4d-e2c761597300 + - 80f5429d-d56d-4925-8090-b8106a468c4d Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -735,18 +735,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "45c4bd18-9af6-4884-9385-43c77dbc1243", "displayName": "fabcli000001", + {"id": "070e7709-9421-44ad-b809-54cd75a320ad", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "82fcfd9b-9f0e-4b38-9077-b0f98902fe55", "displayName": "fabcli000002", + {"id": "ba946ef0-d510-4f7e-b673-043fb02ec08e", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -756,15 +756,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '638' + - '2879' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:02:14 GMT + - Fri, 06 Feb 2026 07:07:47 GMT Pragma: - no-cache RequestId: - - 3208b68a-9aeb-4623-9f66-cc618bc896cb + - 51699652-8824-4557-b033-3f3c7348629d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -772,7 +772,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -790,14 +790,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/45c4bd18-9af6-4884-9385-43c77dbc1243/items + uri: https://api.fabric.microsoft.com/v1/workspaces/070e7709-9421-44ad-b809-54cd75a320ad/items response: body: - string: '{"value": [{"id": "b10b3eab-5429-4714-a7fd-56a1b0974f6a", "type": "Notebook", + string: '{"value": [{"id": "91d2c835-f28d-4862-baa4-67112ac49348", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "45c4bd18-9af6-4884-9385-43c77dbc1243"}]}' + "070e7709-9421-44ad-b809-54cd75a320ad"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -806,15 +806,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '178' + - '177' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:02:13 GMT + - Fri, 06 Feb 2026 07:07:48 GMT Pragma: - no-cache RequestId: - - 924035b8-fa8a-4405-bfe7-c211c3702d12 + - b88c440a-703c-47a7-9b2b-81eb28b50dd2 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -822,7 +822,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -840,14 +840,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/45c4bd18-9af6-4884-9385-43c77dbc1243/items + uri: https://api.fabric.microsoft.com/v1/workspaces/070e7709-9421-44ad-b809-54cd75a320ad/items response: body: - string: '{"value": [{"id": "b10b3eab-5429-4714-a7fd-56a1b0974f6a", "type": "Notebook", + string: '{"value": [{"id": "91d2c835-f28d-4862-baa4-67112ac49348", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "45c4bd18-9af6-4884-9385-43c77dbc1243"}]}' + "070e7709-9421-44ad-b809-54cd75a320ad"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -856,15 +856,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '178' + - '177' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:02:14 GMT + - Fri, 06 Feb 2026 07:07:49 GMT Pragma: - no-cache RequestId: - - bbd0ce25-12c2-4075-8f09-49b369cd256d + - 9f8cf344-1a51-43fd-8968-a7c6fdb4488e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -872,7 +872,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -893,14 +893,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/45c4bd18-9af6-4884-9385-43c77dbc1243/dataPipelines + uri: https://api.fabric.microsoft.com/v1/workspaces/070e7709-9421-44ad-b809-54cd75a320ad/dataPipelines response: body: - string: '{"id": "a2ed26df-06d1-4114-9743-94ea12d489d4", "type": "DataPipeline", + string: '{"id": "6433b893-79ae-4e12-a036-cf0e7c3300f7", "type": "DataPipeline", "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": - "45c4bd18-9af6-4884-9385-43c77dbc1243"}' + "070e7709-9421-44ad-b809-54cd75a320ad"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -913,13 +913,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:02:21 GMT + - Fri, 06 Feb 2026 07:07:56 GMT ETag: - '""' Pragma: - no-cache RequestId: - - fa7a3294-71e6-48be-b232-fea02fb5e1bf + - 688318e1-03d2-42ae-b996-230acbceafd0 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -927,7 +927,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -945,18 +945,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "45c4bd18-9af6-4884-9385-43c77dbc1243", "displayName": "fabcli000001", + {"id": "070e7709-9421-44ad-b809-54cd75a320ad", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "82fcfd9b-9f0e-4b38-9077-b0f98902fe55", "displayName": "fabcli000002", + {"id": "ba946ef0-d510-4f7e-b673-043fb02ec08e", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -966,15 +966,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '638' + - '2879' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:02:21 GMT + - Fri, 06 Feb 2026 07:07:57 GMT Pragma: - no-cache RequestId: - - c1e84e11-176d-4854-8ee3-d3cb2faeb071 + - 51303eb4-561b-4032-8f77-dfed2b3e65ad Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -982,7 +982,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1000,9 +1000,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/45c4bd18-9af6-4884-9385-43c77dbc1243/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/070e7709-9421-44ad-b809-54cd75a320ad/folders?recursive=True response: body: string: '{"value": []}' @@ -1018,11 +1018,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:02:21 GMT + - Fri, 06 Feb 2026 07:07:57 GMT Pragma: - no-cache RequestId: - - cacb8e1c-d5ad-4f50-91ac-81cdcf1eedfe + - 33fc3d47-dadc-45c0-8a51-265d6ce90297 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1030,7 +1030,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1048,9 +1048,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/45c4bd18-9af6-4884-9385-43c77dbc1243/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/070e7709-9421-44ad-b809-54cd75a320ad/folders?recursive=True response: body: string: '{"value": []}' @@ -1066,11 +1066,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:02:22 GMT + - Fri, 06 Feb 2026 07:07:58 GMT Pragma: - no-cache RequestId: - - 3c755ccf-7f5e-49bc-96ea-e12a21d60b38 + - 46e68ab6-e407-4baf-a532-fb98d3964e2a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1078,7 +1078,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1098,13 +1098,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/45c4bd18-9af6-4884-9385-43c77dbc1243/folders + uri: https://api.fabric.microsoft.com/v1/workspaces/070e7709-9421-44ad-b809-54cd75a320ad/folders response: body: - string: '{"id": "3a67748b-55a6-4e00-9225-f36559b5fc44", "displayName": "fabcli000005", - "workspaceId": "45c4bd18-9af6-4884-9385-43c77dbc1243"}' + string: '{"id": "bddef796-b805-4866-aec4-85480294c5ab", "displayName": "fabcli000005", + "workspaceId": "070e7709-9421-44ad-b809-54cd75a320ad"}' headers: Access-Control-Expose-Headers: - RequestId,Location @@ -1113,17 +1113,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '133' + - '132' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:02:22 GMT + - Fri, 06 Feb 2026 07:07:59 GMT Location: - - https://api.fabric.microsoft.com/v1/workspaces/45c4bd18-9af6-4884-9385-43c77dbc1243/folders/3a67748b-55a6-4e00-9225-f36559b5fc44 + - https://api.fabric.microsoft.com/v1/workspaces/070e7709-9421-44ad-b809-54cd75a320ad/folders/bddef796-b805-4866-aec4-85480294c5ab Pragma: - no-cache RequestId: - - 2f666f94-a05d-4a01-a6fd-87372fd11d09 + - 889349e8-5cd1-4c35-b704-fe022b76ecbe Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1131,7 +1131,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1149,18 +1149,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "45c4bd18-9af6-4884-9385-43c77dbc1243", "displayName": "fabcli000001", + {"id": "070e7709-9421-44ad-b809-54cd75a320ad", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "82fcfd9b-9f0e-4b38-9077-b0f98902fe55", "displayName": "fabcli000002", + {"id": "ba946ef0-d510-4f7e-b673-043fb02ec08e", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -1170,15 +1170,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '638' + - '2879' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:02:22 GMT + - Fri, 06 Feb 2026 07:08:00 GMT Pragma: - no-cache RequestId: - - 5fb9f3a7-d893-4e1a-b6b2-7c2e26a36094 + - 45cd60d7-a51e-4204-bb31-9b5cf5d2c86a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1186,7 +1186,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1204,13 +1204,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/45c4bd18-9af6-4884-9385-43c77dbc1243/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/070e7709-9421-44ad-b809-54cd75a320ad/folders?recursive=True response: body: - string: '{"value": [{"id": "3a67748b-55a6-4e00-9225-f36559b5fc44", "displayName": - "fabcli000005", "workspaceId": "45c4bd18-9af6-4884-9385-43c77dbc1243"}]}' + string: '{"value": [{"id": "bddef796-b805-4866-aec4-85480294c5ab", "displayName": + "fabcli000005", "workspaceId": "070e7709-9421-44ad-b809-54cd75a320ad"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1219,15 +1219,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '144' + - '143' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:02:22 GMT + - Fri, 06 Feb 2026 07:08:01 GMT Pragma: - no-cache RequestId: - - d39f7480-2f32-415c-8b76-ce1e39d2603c + - f5b5e7bd-86fe-43fb-a3fe-89206dd30854 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1235,7 +1235,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1253,16 +1253,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/45c4bd18-9af6-4884-9385-43c77dbc1243/items + uri: https://api.fabric.microsoft.com/v1/workspaces/070e7709-9421-44ad-b809-54cd75a320ad/items response: body: - string: '{"value": [{"id": "b10b3eab-5429-4714-a7fd-56a1b0974f6a", "type": "Notebook", + string: '{"value": [{"id": "91d2c835-f28d-4862-baa4-67112ac49348", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "45c4bd18-9af6-4884-9385-43c77dbc1243"}, {"id": "a2ed26df-06d1-4114-9743-94ea12d489d4", + "070e7709-9421-44ad-b809-54cd75a320ad"}, {"id": "6433b893-79ae-4e12-a036-cf0e7c3300f7", "type": "DataPipeline", "displayName": "fabcli000004", "description": "Created - by fab", "workspaceId": "45c4bd18-9af6-4884-9385-43c77dbc1243"}]}' + by fab", "workspaceId": "070e7709-9421-44ad-b809-54cd75a320ad"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1271,15 +1271,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '233' + - '232' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:02:23 GMT + - Fri, 06 Feb 2026 07:08:02 GMT Pragma: - no-cache RequestId: - - cc6dc191-6c66-40b1-b073-c740646a49b3 + - 315b5908-9063-4207-90c5-fe8c78af7743 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1287,7 +1287,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1305,16 +1305,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/45c4bd18-9af6-4884-9385-43c77dbc1243/items + uri: https://api.fabric.microsoft.com/v1/workspaces/070e7709-9421-44ad-b809-54cd75a320ad/items response: body: - string: '{"value": [{"id": "b10b3eab-5429-4714-a7fd-56a1b0974f6a", "type": "Notebook", + string: '{"value": [{"id": "91d2c835-f28d-4862-baa4-67112ac49348", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "45c4bd18-9af6-4884-9385-43c77dbc1243"}, {"id": "a2ed26df-06d1-4114-9743-94ea12d489d4", + "070e7709-9421-44ad-b809-54cd75a320ad"}, {"id": "6433b893-79ae-4e12-a036-cf0e7c3300f7", "type": "DataPipeline", "displayName": "fabcli000004", "description": "Created - by fab", "workspaceId": "45c4bd18-9af6-4884-9385-43c77dbc1243"}]}' + by fab", "workspaceId": "070e7709-9421-44ad-b809-54cd75a320ad"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1323,15 +1323,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '233' + - '232' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:02:22 GMT + - Fri, 06 Feb 2026 07:08:02 GMT Pragma: - no-cache RequestId: - - b73a8b6e-1a48-41ad-a9b0-63c4715c1b79 + - b81e645f-07d6-4ae2-a02e-daa933b1e472 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1339,7 +1339,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1347,7 +1347,7 @@ interactions: message: OK - request: body: '{"description": "Created by fab", "displayName": "fabcli000006", "type": - "SparkJobDefinition", "folderId": "3a67748b-55a6-4e00-9225-f36559b5fc44"}' + "SparkJobDefinition", "folderId": "bddef796-b805-4866-aec4-85480294c5ab"}' headers: Accept: - '*/*' @@ -1360,14 +1360,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/45c4bd18-9af6-4884-9385-43c77dbc1243/sparkJobDefinitions + uri: https://api.fabric.microsoft.com/v1/workspaces/070e7709-9421-44ad-b809-54cd75a320ad/sparkJobDefinitions response: body: - string: '{"id": "c0153394-98b1-43b2-980d-8c6c4289ff50", "type": "SparkJobDefinition", + string: '{"id": "755b7613-cbb6-4d10-8109-3699377a7738", "type": "SparkJobDefinition", "displayName": "fabcli000006", "description": "Created by fab", "workspaceId": - "45c4bd18-9af6-4884-9385-43c77dbc1243", "folderId": "3a67748b-55a6-4e00-9225-f36559b5fc44"}' + "070e7709-9421-44ad-b809-54cd75a320ad", "folderId": "bddef796-b805-4866-aec4-85480294c5ab"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -1376,17 +1376,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '206' + - '205' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:02:23 GMT + - Fri, 06 Feb 2026 07:08:04 GMT ETag: - '""' Pragma: - no-cache RequestId: - - ecc2ba7c-2dcb-43cd-a1fb-022f556ed49b + - aa6bd14d-b01f-4391-9616-dcafa803368c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1394,7 +1394,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1412,18 +1412,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "45c4bd18-9af6-4884-9385-43c77dbc1243", "displayName": "fabcli000001", + {"id": "070e7709-9421-44ad-b809-54cd75a320ad", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "82fcfd9b-9f0e-4b38-9077-b0f98902fe55", "displayName": "fabcli000002", + {"id": "ba946ef0-d510-4f7e-b673-043fb02ec08e", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -1433,15 +1433,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '638' + - '2879' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:02:24 GMT + - Fri, 06 Feb 2026 07:08:05 GMT Pragma: - no-cache RequestId: - - d9ca3d80-289f-4713-9282-ff5670e49746 + - 9fe8b478-efb4-42ec-9e82-6f52b4d705ac Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1449,7 +1449,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1467,18 +1467,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "45c4bd18-9af6-4884-9385-43c77dbc1243", "displayName": "fabcli000001", + {"id": "070e7709-9421-44ad-b809-54cd75a320ad", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "82fcfd9b-9f0e-4b38-9077-b0f98902fe55", "displayName": "fabcli000002", + {"id": "ba946ef0-d510-4f7e-b673-043fb02ec08e", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -1488,15 +1488,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '638' + - '2879' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:02:24 GMT + - Fri, 06 Feb 2026 07:08:06 GMT Pragma: - no-cache RequestId: - - 2f6a43e3-b91d-47c0-83ea-d7dd6293ed52 + - 24336ad4-2985-489d-9896-25626bec0184 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1504,7 +1504,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1522,19 +1522,19 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/45c4bd18-9af6-4884-9385-43c77dbc1243/items + uri: https://api.fabric.microsoft.com/v1/workspaces/070e7709-9421-44ad-b809-54cd75a320ad/items response: body: - string: '{"value": [{"id": "b10b3eab-5429-4714-a7fd-56a1b0974f6a", "type": "Notebook", + string: '{"value": [{"id": "91d2c835-f28d-4862-baa4-67112ac49348", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "45c4bd18-9af6-4884-9385-43c77dbc1243"}, {"id": "a2ed26df-06d1-4114-9743-94ea12d489d4", + "070e7709-9421-44ad-b809-54cd75a320ad"}, {"id": "6433b893-79ae-4e12-a036-cf0e7c3300f7", "type": "DataPipeline", "displayName": "fabcli000004", "description": "Created - by fab", "workspaceId": "45c4bd18-9af6-4884-9385-43c77dbc1243"}, {"id": "c0153394-98b1-43b2-980d-8c6c4289ff50", + by fab", "workspaceId": "070e7709-9421-44ad-b809-54cd75a320ad"}, {"id": "755b7613-cbb6-4d10-8109-3699377a7738", "type": "SparkJobDefinition", "displayName": "fabcli000006", "description": - "Created by fab", "workspaceId": "45c4bd18-9af6-4884-9385-43c77dbc1243", "folderId": - "3a67748b-55a6-4e00-9225-f36559b5fc44"}]}' + "Created by fab", "workspaceId": "070e7709-9421-44ad-b809-54cd75a320ad", "folderId": + "bddef796-b805-4866-aec4-85480294c5ab"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1543,15 +1543,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '315' + - '313' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:02:24 GMT + - Fri, 06 Feb 2026 07:08:07 GMT Pragma: - no-cache RequestId: - - 6d9093d2-f99d-4a16-ad6f-85be8aa6c760 + - c28d8eb4-eeae-4185-95c2-8ff18d8d5821 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1559,7 +1559,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1577,13 +1577,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/45c4bd18-9af6-4884-9385-43c77dbc1243/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/070e7709-9421-44ad-b809-54cd75a320ad/folders?recursive=True response: body: - string: '{"value": [{"id": "3a67748b-55a6-4e00-9225-f36559b5fc44", "displayName": - "fabcli000005", "workspaceId": "45c4bd18-9af6-4884-9385-43c77dbc1243"}]}' + string: '{"value": [{"id": "bddef796-b805-4866-aec4-85480294c5ab", "displayName": + "fabcli000005", "workspaceId": "070e7709-9421-44ad-b809-54cd75a320ad"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1592,15 +1592,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '144' + - '143' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:02:24 GMT + - Fri, 06 Feb 2026 07:08:08 GMT Pragma: - no-cache RequestId: - - 9cbd2086-c4ed-4240-a923-6ac4c381ecfc + - df11c812-4838-4423-95cc-bd445ef72cdf Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1608,7 +1608,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1626,13 +1626,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/45c4bd18-9af6-4884-9385-43c77dbc1243/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/070e7709-9421-44ad-b809-54cd75a320ad/folders?recursive=True response: body: - string: '{"value": [{"id": "3a67748b-55a6-4e00-9225-f36559b5fc44", "displayName": - "fabcli000005", "workspaceId": "45c4bd18-9af6-4884-9385-43c77dbc1243"}]}' + string: '{"value": [{"id": "bddef796-b805-4866-aec4-85480294c5ab", "displayName": + "fabcli000005", "workspaceId": "070e7709-9421-44ad-b809-54cd75a320ad"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1641,15 +1641,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '144' + - '143' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:02:25 GMT + - Fri, 06 Feb 2026 07:08:08 GMT Pragma: - no-cache RequestId: - - 222815e2-0d26-4727-b5e4-a1ffe6c7afa6 + - 3df02413-096b-4c80-9c6d-54c259c7c959 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1657,7 +1657,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1675,18 +1675,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "45c4bd18-9af6-4884-9385-43c77dbc1243", "displayName": "fabcli000001", + {"id": "070e7709-9421-44ad-b809-54cd75a320ad", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "82fcfd9b-9f0e-4b38-9077-b0f98902fe55", "displayName": "fabcli000002", + {"id": "ba946ef0-d510-4f7e-b673-043fb02ec08e", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -1696,15 +1696,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '638' + - '2879' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:02:24 GMT + - Fri, 06 Feb 2026 07:08:09 GMT Pragma: - no-cache RequestId: - - 20f86eee-a70a-4cc1-ad30-9c7a718f2d4d + - 9a6feca3-9f2f-4700-9013-26cdbc1dd1c2 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1712,7 +1712,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1730,9 +1730,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/82fcfd9b-9f0e-4b38-9077-b0f98902fe55/items + uri: https://api.fabric.microsoft.com/v1/workspaces/ba946ef0-d510-4f7e-b673-043fb02ec08e/items response: body: string: '{"value": []}' @@ -1748,11 +1748,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:02:24 GMT + - Fri, 06 Feb 2026 07:08:10 GMT Pragma: - no-cache RequestId: - - 5f82e18d-6182-4ae2-a830-f736c2c11c40 + - 361cbc2a-77a7-42e4-af67-24b107959b09 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1760,7 +1760,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1778,9 +1778,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/82fcfd9b-9f0e-4b38-9077-b0f98902fe55/items + uri: https://api.fabric.microsoft.com/v1/workspaces/ba946ef0-d510-4f7e-b673-043fb02ec08e/items response: body: string: '{"value": []}' @@ -1796,11 +1796,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:02:25 GMT + - Fri, 06 Feb 2026 07:08:12 GMT Pragma: - no-cache RequestId: - - e0dbd6b4-ddba-4ec2-9532-a3212da39c3a + - b4597ac1-eaf8-4039-bb3a-3bd2524c4b5c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1808,7 +1808,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1826,9 +1826,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/82fcfd9b-9f0e-4b38-9077-b0f98902fe55/items + uri: https://api.fabric.microsoft.com/v1/workspaces/ba946ef0-d510-4f7e-b673-043fb02ec08e/items response: body: string: '{"value": []}' @@ -1844,11 +1844,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:02:25 GMT + - Fri, 06 Feb 2026 07:08:12 GMT Pragma: - no-cache RequestId: - - e91a2232-5c21-4365-a1ec-1915c829d362 + - 5dfbfdca-6b86-4ca8-ac2f-57fe8468c89f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1856,7 +1856,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1874,14 +1874,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/45c4bd18-9af6-4884-9385-43c77dbc1243/items/b10b3eab-5429-4714-a7fd-56a1b0974f6a + uri: https://api.fabric.microsoft.com/v1/workspaces/070e7709-9421-44ad-b809-54cd75a320ad/items/91d2c835-f28d-4862-baa4-67112ac49348 response: body: - string: '{"id": "b10b3eab-5429-4714-a7fd-56a1b0974f6a", "type": "Notebook", + string: '{"id": "91d2c835-f28d-4862-baa4-67112ac49348", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "45c4bd18-9af6-4884-9385-43c77dbc1243"}' + "070e7709-9421-44ad-b809-54cd75a320ad"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -1890,17 +1890,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '166' + - '165' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:02:26 GMT + - Fri, 06 Feb 2026 07:08:13 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 15e1d329-cd46-49b0-9d61-be8564d05efd + - 2aa2952a-6375-46d6-ac06-aa0818029e2b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1908,7 +1908,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1928,9 +1928,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/45c4bd18-9af6-4884-9385-43c77dbc1243/items/b10b3eab-5429-4714-a7fd-56a1b0974f6a/getDefinition + uri: https://api.fabric.microsoft.com/v1/workspaces/070e7709-9421-44ad-b809-54cd75a320ad/items/91d2c835-f28d-4862-baa4-67112ac49348/getDefinition response: body: string: 'null' @@ -1946,13 +1946,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:02:25 GMT + - Fri, 06 Feb 2026 07:08:14 GMT Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/d461a6f8-ec07-4f0c-96e6-4abcd9f371e1 + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/9b0288ac-1500-4ac3-9d05-a563fc463bcb Pragma: - no-cache RequestId: - - 21378bff-2b5d-49a3-a582-bd06de0fdc00 + - 1bbf287a-afa4-4301-8411-ca5df32d698d Retry-After: - '20' Strict-Transport-Security: @@ -1962,11 +1962,11 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' x-ms-operation-id: - - d461a6f8-ec07-4f0c-96e6-4abcd9f371e1 + - 9b0288ac-1500-4ac3-9d05-a563fc463bcb status: code: 202 message: Accepted @@ -1982,13 +1982,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/d461a6f8-ec07-4f0c-96e6-4abcd9f371e1 + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/9b0288ac-1500-4ac3-9d05-a563fc463bcb response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2025-09-08T14:02:26.4207633", - "lastUpdatedTimeUtc": "2025-09-08T14:02:26.7645236", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-06T07:08:14.5075129", + "lastUpdatedTimeUtc": "2026-02-06T07:08:15.25748", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -1998,17 +1998,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '130' + - '129' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:02:46 GMT + - Fri, 06 Feb 2026 07:08:35 GMT Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/d461a6f8-ec07-4f0c-96e6-4abcd9f371e1/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/9b0288ac-1500-4ac3-9d05-a563fc463bcb/result Pragma: - no-cache RequestId: - - 1980a819-b3bb-4603-8be8-d7516dc5664d + - 4dfea623-4a49-43a6-9bcc-457e3b4199d5 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2016,7 +2016,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - d461a6f8-ec07-4f0c-96e6-4abcd9f371e1 + - 9b0288ac-1500-4ac3-9d05-a563fc463bcb status: code: 200 message: OK @@ -2032,9 +2032,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/d461a6f8-ec07-4f0c-96e6-4abcd9f371e1/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/9b0288ac-1500-4ac3-9d05-a563fc463bcb/result response: body: string: '{"definition": {"parts": [{"path": "notebook-content.py", "payload": @@ -2051,11 +2051,11 @@ interactions: Content-Type: - application/json Date: - - Mon, 08 Sep 2025 14:02:46 GMT + - Fri, 06 Feb 2026 07:08:37 GMT Pragma: - no-cache RequestId: - - 48761060-29cd-42fe-8df7-bd66a3a6a440 + - b9067ec0-87c0-4383-96a9-12d7b715eeaa Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -2084,9 +2084,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/82fcfd9b-9f0e-4b38-9077-b0f98902fe55/items + uri: https://api.fabric.microsoft.com/v1/workspaces/ba946ef0-d510-4f7e-b673-043fb02ec08e/items response: body: string: 'null' @@ -2102,15 +2102,15 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:02:47 GMT + - Fri, 06 Feb 2026 07:08:38 GMT ETag: - '""' Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/94d99ab5-769a-491d-bbfd-8239d9b86f97 + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/4a039abc-80cc-419c-a5ee-0e76397daf02 Pragma: - no-cache RequestId: - - d220d4f8-8126-4a64-846b-f8b23c398c5b + - 6fa3167a-8e82-47fe-8bd6-fa74f838632f Retry-After: - '20' Strict-Transport-Security: @@ -2120,11 +2120,11 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' x-ms-operation-id: - - 94d99ab5-769a-491d-bbfd-8239d9b86f97 + - 4a039abc-80cc-419c-a5ee-0e76397daf02 status: code: 202 message: Accepted @@ -2140,13 +2140,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/94d99ab5-769a-491d-bbfd-8239d9b86f97 + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/4a039abc-80cc-419c-a5ee-0e76397daf02 response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2025-09-08T14:02:47.4230129", - "lastUpdatedTimeUtc": "2025-09-08T14:02:49.704276", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-06T07:08:38.4330851", + "lastUpdatedTimeUtc": "2026-02-06T07:08:39.9488974", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -2156,17 +2156,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '130' + - '132' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:03:08 GMT + - Fri, 06 Feb 2026 07:09:00 GMT Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/94d99ab5-769a-491d-bbfd-8239d9b86f97/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/4a039abc-80cc-419c-a5ee-0e76397daf02/result Pragma: - no-cache RequestId: - - 36d0b611-a3a2-4e1c-ae1e-38e673487dbd + - baac53ea-5cb3-4ad9-ab68-994612908ea5 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2174,7 +2174,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - 94d99ab5-769a-491d-bbfd-8239d9b86f97 + - 4a039abc-80cc-419c-a5ee-0e76397daf02 status: code: 200 message: OK @@ -2190,14 +2190,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/94d99ab5-769a-491d-bbfd-8239d9b86f97/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/4a039abc-80cc-419c-a5ee-0e76397daf02/result response: body: - string: '{"id": "2f6edeb2-5153-440a-995a-e6cffd38dec0", "type": "Notebook", + string: '{"id": "2836e052-97ec-4d22-b5ad-771d1381af62", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "82fcfd9b-9f0e-4b38-9077-b0f98902fe55"}' + "ba946ef0-d510-4f7e-b673-043fb02ec08e"}' headers: Access-Control-Expose-Headers: - RequestId @@ -2208,11 +2208,11 @@ interactions: Content-Type: - application/json Date: - - Mon, 08 Sep 2025 14:03:09 GMT + - Fri, 06 Feb 2026 07:09:01 GMT Pragma: - no-cache RequestId: - - bf059057-61bb-405f-9a25-164c4607ff9e + - 6e33c232-a88c-4605-92be-d98eb5fc1d42 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -2236,18 +2236,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "45c4bd18-9af6-4884-9385-43c77dbc1243", "displayName": "fabcli000001", + {"id": "070e7709-9421-44ad-b809-54cd75a320ad", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "82fcfd9b-9f0e-4b38-9077-b0f98902fe55", "displayName": "fabcli000002", + {"id": "ba946ef0-d510-4f7e-b673-043fb02ec08e", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -2257,15 +2257,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '638' + - '2879' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:03:08 GMT + - Fri, 06 Feb 2026 07:09:02 GMT Pragma: - no-cache RequestId: - - a1fa8d93-dd5c-4d7c-84e2-e478e26b54bd + - 6980dc2c-c32d-4281-bab6-0404a36a78a3 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2273,7 +2273,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2291,14 +2291,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/82fcfd9b-9f0e-4b38-9077-b0f98902fe55/items + uri: https://api.fabric.microsoft.com/v1/workspaces/ba946ef0-d510-4f7e-b673-043fb02ec08e/items response: body: - string: '{"value": [{"id": "2f6edeb2-5153-440a-995a-e6cffd38dec0", "type": "Notebook", + string: '{"value": [{"id": "2836e052-97ec-4d22-b5ad-771d1381af62", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "82fcfd9b-9f0e-4b38-9077-b0f98902fe55"}]}' + "ba946ef0-d510-4f7e-b673-043fb02ec08e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2311,11 +2311,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:03:08 GMT + - Fri, 06 Feb 2026 07:09:02 GMT Pragma: - no-cache RequestId: - - 40c617e3-98d7-4baf-82df-6449ba49166e + - f0089415-fdc4-4dbc-8e28-afefab619f7d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2323,7 +2323,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2341,14 +2341,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/82fcfd9b-9f0e-4b38-9077-b0f98902fe55/items + uri: https://api.fabric.microsoft.com/v1/workspaces/ba946ef0-d510-4f7e-b673-043fb02ec08e/items response: body: - string: '{"value": [{"id": "2f6edeb2-5153-440a-995a-e6cffd38dec0", "type": "Notebook", + string: '{"value": [{"id": "2836e052-97ec-4d22-b5ad-771d1381af62", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "82fcfd9b-9f0e-4b38-9077-b0f98902fe55"}]}' + "ba946ef0-d510-4f7e-b673-043fb02ec08e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2361,11 +2361,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:03:09 GMT + - Fri, 06 Feb 2026 07:09:03 GMT Pragma: - no-cache RequestId: - - e6320088-c6c0-4a55-a2a9-4b7856c40ad7 + - f2d9aaca-22b2-43d7-819d-e4c63f1da9c5 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2373,7 +2373,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2391,14 +2391,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/82fcfd9b-9f0e-4b38-9077-b0f98902fe55/items + uri: https://api.fabric.microsoft.com/v1/workspaces/ba946ef0-d510-4f7e-b673-043fb02ec08e/items response: body: - string: '{"value": [{"id": "2f6edeb2-5153-440a-995a-e6cffd38dec0", "type": "Notebook", + string: '{"value": [{"id": "2836e052-97ec-4d22-b5ad-771d1381af62", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "82fcfd9b-9f0e-4b38-9077-b0f98902fe55"}]}' + "ba946ef0-d510-4f7e-b673-043fb02ec08e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2411,11 +2411,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:03:09 GMT + - Fri, 06 Feb 2026 07:09:04 GMT Pragma: - no-cache RequestId: - - 148e5d3e-c152-468c-88b1-06ec822ed59d + - 0cf23c4f-5277-4870-9ab6-27ae1b977176 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2423,7 +2423,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2441,14 +2441,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/45c4bd18-9af6-4884-9385-43c77dbc1243/items/a2ed26df-06d1-4114-9743-94ea12d489d4 + uri: https://api.fabric.microsoft.com/v1/workspaces/070e7709-9421-44ad-b809-54cd75a320ad/items/6433b893-79ae-4e12-a036-cf0e7c3300f7 response: body: - string: '{"id": "a2ed26df-06d1-4114-9743-94ea12d489d4", "type": "DataPipeline", + string: '{"id": "6433b893-79ae-4e12-a036-cf0e7c3300f7", "type": "DataPipeline", "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": - "45c4bd18-9af6-4884-9385-43c77dbc1243"}' + "070e7709-9421-44ad-b809-54cd75a320ad"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -2461,13 +2461,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:03:09 GMT + - Fri, 06 Feb 2026 07:09:05 GMT ETag: - '""' Pragma: - no-cache RequestId: - - a6e4a182-e0e6-437a-ad84-e2c0ba5d2b0b + - dc07c9c6-c8d0-45bb-a561-f115b19bf80b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2475,7 +2475,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2495,9 +2495,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/45c4bd18-9af6-4884-9385-43c77dbc1243/items/a2ed26df-06d1-4114-9743-94ea12d489d4/getDefinition + uri: https://api.fabric.microsoft.com/v1/workspaces/070e7709-9421-44ad-b809-54cd75a320ad/items/6433b893-79ae-4e12-a036-cf0e7c3300f7/getDefinition response: body: string: '{"definition": {"parts": [{"path": "pipeline-content.json", "payload": @@ -2516,11 +2516,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:03:10 GMT + - Fri, 06 Feb 2026 07:09:06 GMT Pragma: - no-cache RequestId: - - 6d77b3b9-73cb-429e-b22a-994e53aa11ef + - 6be71bff-ad53-4b76-b5bb-0d5587fc78b2 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2528,7 +2528,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2552,14 +2552,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/82fcfd9b-9f0e-4b38-9077-b0f98902fe55/items + uri: https://api.fabric.microsoft.com/v1/workspaces/ba946ef0-d510-4f7e-b673-043fb02ec08e/items response: body: - string: '{"id": "0d7aeb58-5e38-417b-9dfe-a8480b0050b2", "type": "DataPipeline", + string: '{"id": "9d39488a-c49e-4e94-8283-2539b243a827", "type": "DataPipeline", "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": - "82fcfd9b-9f0e-4b38-9077-b0f98902fe55"}' + "ba946ef0-d510-4f7e-b673-043fb02ec08e"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -2568,17 +2568,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '168' + - '170' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:03:15 GMT + - Fri, 06 Feb 2026 07:09:11 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 94eb8b4c-8f92-4766-80b5-e695757a89a4 + - 5c29dc85-f438-4cee-8357-2b95f564b623 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2586,7 +2586,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2604,18 +2604,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "45c4bd18-9af6-4884-9385-43c77dbc1243", "displayName": "fabcli000001", + {"id": "070e7709-9421-44ad-b809-54cd75a320ad", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "82fcfd9b-9f0e-4b38-9077-b0f98902fe55", "displayName": "fabcli000002", + {"id": "ba946ef0-d510-4f7e-b673-043fb02ec08e", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -2625,15 +2625,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '638' + - '2879' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:03:16 GMT + - Fri, 06 Feb 2026 07:09:12 GMT Pragma: - no-cache RequestId: - - b18bbe4f-8e26-471e-b9f2-c1658f053dac + - 43dd762e-b062-43f4-bc30-83a6f37ba24c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2641,7 +2641,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2659,19 +2659,19 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/45c4bd18-9af6-4884-9385-43c77dbc1243/items + uri: https://api.fabric.microsoft.com/v1/workspaces/070e7709-9421-44ad-b809-54cd75a320ad/items response: body: - string: '{"value": [{"id": "b10b3eab-5429-4714-a7fd-56a1b0974f6a", "type": "Notebook", + string: '{"value": [{"id": "91d2c835-f28d-4862-baa4-67112ac49348", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "45c4bd18-9af6-4884-9385-43c77dbc1243"}, {"id": "a2ed26df-06d1-4114-9743-94ea12d489d4", + "070e7709-9421-44ad-b809-54cd75a320ad"}, {"id": "6433b893-79ae-4e12-a036-cf0e7c3300f7", "type": "DataPipeline", "displayName": "fabcli000004", "description": "Created - by fab", "workspaceId": "45c4bd18-9af6-4884-9385-43c77dbc1243"}, {"id": "c0153394-98b1-43b2-980d-8c6c4289ff50", + by fab", "workspaceId": "070e7709-9421-44ad-b809-54cd75a320ad"}, {"id": "755b7613-cbb6-4d10-8109-3699377a7738", "type": "SparkJobDefinition", "displayName": "fabcli000006", "description": - "Created by fab", "workspaceId": "45c4bd18-9af6-4884-9385-43c77dbc1243", "folderId": - "3a67748b-55a6-4e00-9225-f36559b5fc44"}]}' + "Created by fab", "workspaceId": "070e7709-9421-44ad-b809-54cd75a320ad", "folderId": + "bddef796-b805-4866-aec4-85480294c5ab"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2680,15 +2680,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '315' + - '313' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:03:16 GMT + - Fri, 06 Feb 2026 07:09:12 GMT Pragma: - no-cache RequestId: - - 0e03b291-d9ee-4fcc-bd07-005b159c0e18 + - 8584f199-775d-4069-8383-0130d1d24130 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2696,7 +2696,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2714,13 +2714,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/45c4bd18-9af6-4884-9385-43c77dbc1243/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/070e7709-9421-44ad-b809-54cd75a320ad/folders?recursive=True response: body: - string: '{"value": [{"id": "3a67748b-55a6-4e00-9225-f36559b5fc44", "displayName": - "fabcli000005", "workspaceId": "45c4bd18-9af6-4884-9385-43c77dbc1243"}]}' + string: '{"value": [{"id": "bddef796-b805-4866-aec4-85480294c5ab", "displayName": + "fabcli000005", "workspaceId": "070e7709-9421-44ad-b809-54cd75a320ad"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2729,15 +2729,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '144' + - '143' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:03:16 GMT + - Fri, 06 Feb 2026 07:09:13 GMT Pragma: - no-cache RequestId: - - dd5a0a1a-2f2e-4ed9-90cd-ccba09ae30b4 + - 5939f2b5-8070-47b6-921e-7a45c4837cb2 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2745,7 +2745,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2763,13 +2763,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/45c4bd18-9af6-4884-9385-43c77dbc1243/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/070e7709-9421-44ad-b809-54cd75a320ad/folders?recursive=True response: body: - string: '{"value": [{"id": "3a67748b-55a6-4e00-9225-f36559b5fc44", "displayName": - "fabcli000005", "workspaceId": "45c4bd18-9af6-4884-9385-43c77dbc1243"}]}' + string: '{"value": [{"id": "bddef796-b805-4866-aec4-85480294c5ab", "displayName": + "fabcli000005", "workspaceId": "070e7709-9421-44ad-b809-54cd75a320ad"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2778,15 +2778,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '144' + - '143' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:03:16 GMT + - Fri, 06 Feb 2026 07:09:15 GMT Pragma: - no-cache RequestId: - - 418bf424-113e-4274-9867-d40a4a56a92f + - 906380e7-6ca2-4e59-a3cd-6c4bd6abbf8d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2794,7 +2794,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2812,18 +2812,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "45c4bd18-9af6-4884-9385-43c77dbc1243", "displayName": "fabcli000001", + {"id": "070e7709-9421-44ad-b809-54cd75a320ad", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "82fcfd9b-9f0e-4b38-9077-b0f98902fe55", "displayName": "fabcli000002", + {"id": "ba946ef0-d510-4f7e-b673-043fb02ec08e", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -2833,15 +2833,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '638' + - '2879' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:03:16 GMT + - Fri, 06 Feb 2026 07:09:16 GMT Pragma: - no-cache RequestId: - - 8c3c2ccc-9cf5-4b40-81f3-39a715b04a3d + - e112c1ad-4029-488c-9c51-2d60f2eaf10d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2849,7 +2849,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2867,16 +2867,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/82fcfd9b-9f0e-4b38-9077-b0f98902fe55/items + uri: https://api.fabric.microsoft.com/v1/workspaces/ba946ef0-d510-4f7e-b673-043fb02ec08e/items response: body: - string: '{"value": [{"id": "2f6edeb2-5153-440a-995a-e6cffd38dec0", "type": "Notebook", + string: '{"value": [{"id": "2836e052-97ec-4d22-b5ad-771d1381af62", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "82fcfd9b-9f0e-4b38-9077-b0f98902fe55"}, {"id": "0d7aeb58-5e38-417b-9dfe-a8480b0050b2", + "ba946ef0-d510-4f7e-b673-043fb02ec08e"}, {"id": "9d39488a-c49e-4e94-8283-2539b243a827", "type": "DataPipeline", "displayName": "fabcli000004", "description": "Created - by fab", "workspaceId": "82fcfd9b-9f0e-4b38-9077-b0f98902fe55"}]}' + by fab", "workspaceId": "ba946ef0-d510-4f7e-b673-043fb02ec08e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2885,15 +2885,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '231' + - '232' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:03:17 GMT + - Fri, 06 Feb 2026 07:09:15 GMT Pragma: - no-cache RequestId: - - d79aa70c-dfd3-4001-add4-f0416be0dea5 + - a3388d2f-49ea-46df-8ed4-0b54aab11d3e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2901,7 +2901,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2919,9 +2919,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/82fcfd9b-9f0e-4b38-9077-b0f98902fe55/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/ba946ef0-d510-4f7e-b673-043fb02ec08e/folders?recursive=True response: body: string: '{"value": []}' @@ -2937,11 +2937,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:03:17 GMT + - Fri, 06 Feb 2026 07:09:16 GMT Pragma: - no-cache RequestId: - - fe2e2b5b-da20-446c-8470-138f0380d6b2 + - b99b7bc5-1822-470a-952b-bd24db367bb0 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2949,7 +2949,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2967,18 +2967,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "45c4bd18-9af6-4884-9385-43c77dbc1243", "displayName": "fabcli000001", + {"id": "070e7709-9421-44ad-b809-54cd75a320ad", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "82fcfd9b-9f0e-4b38-9077-b0f98902fe55", "displayName": "fabcli000002", + {"id": "ba946ef0-d510-4f7e-b673-043fb02ec08e", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -2988,15 +2988,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '638' + - '2879' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:03:16 GMT + - Fri, 06 Feb 2026 07:09:17 GMT Pragma: - no-cache RequestId: - - a699685f-10cb-46e0-9add-3a1492c3db4e + - c63f58ac-5b57-4ee4-834f-b47a8f076410 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3004,7 +3004,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3022,13 +3022,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/45c4bd18-9af6-4884-9385-43c77dbc1243/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/070e7709-9421-44ad-b809-54cd75a320ad/folders?recursive=True response: body: - string: '{"value": [{"id": "3a67748b-55a6-4e00-9225-f36559b5fc44", "displayName": - "fabcli000005", "workspaceId": "45c4bd18-9af6-4884-9385-43c77dbc1243"}]}' + string: '{"value": [{"id": "bddef796-b805-4866-aec4-85480294c5ab", "displayName": + "fabcli000005", "workspaceId": "070e7709-9421-44ad-b809-54cd75a320ad"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3037,15 +3037,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '144' + - '143' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:03:17 GMT + - Fri, 06 Feb 2026 07:09:17 GMT Pragma: - no-cache RequestId: - - f63e9652-d188-4d43-bbcf-20b6f7686889 + - 5d74ee37-bcc3-487c-9990-630d3a872908 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3053,7 +3053,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3071,19 +3071,19 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/45c4bd18-9af6-4884-9385-43c77dbc1243/items + uri: https://api.fabric.microsoft.com/v1/workspaces/070e7709-9421-44ad-b809-54cd75a320ad/items response: body: - string: '{"value": [{"id": "b10b3eab-5429-4714-a7fd-56a1b0974f6a", "type": "Notebook", + string: '{"value": [{"id": "91d2c835-f28d-4862-baa4-67112ac49348", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "45c4bd18-9af6-4884-9385-43c77dbc1243"}, {"id": "a2ed26df-06d1-4114-9743-94ea12d489d4", + "070e7709-9421-44ad-b809-54cd75a320ad"}, {"id": "6433b893-79ae-4e12-a036-cf0e7c3300f7", "type": "DataPipeline", "displayName": "fabcli000004", "description": "Created - by fab", "workspaceId": "45c4bd18-9af6-4884-9385-43c77dbc1243"}, {"id": "c0153394-98b1-43b2-980d-8c6c4289ff50", + by fab", "workspaceId": "070e7709-9421-44ad-b809-54cd75a320ad"}, {"id": "755b7613-cbb6-4d10-8109-3699377a7738", "type": "SparkJobDefinition", "displayName": "fabcli000006", "description": - "Created by fab", "workspaceId": "45c4bd18-9af6-4884-9385-43c77dbc1243", "folderId": - "3a67748b-55a6-4e00-9225-f36559b5fc44"}]}' + "Created by fab", "workspaceId": "070e7709-9421-44ad-b809-54cd75a320ad", "folderId": + "bddef796-b805-4866-aec4-85480294c5ab"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3092,15 +3092,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '315' + - '313' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:03:17 GMT + - Fri, 06 Feb 2026 07:09:17 GMT Pragma: - no-cache RequestId: - - de1098a1-d74b-4b04-aec8-a8e14bbd2f7a + - 1dd1afdc-08d9-4350-8be8-d6472d36aa0f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3108,7 +3108,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3126,13 +3126,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/45c4bd18-9af6-4884-9385-43c77dbc1243/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/070e7709-9421-44ad-b809-54cd75a320ad/folders?recursive=True response: body: - string: '{"value": [{"id": "3a67748b-55a6-4e00-9225-f36559b5fc44", "displayName": - "fabcli000005", "workspaceId": "45c4bd18-9af6-4884-9385-43c77dbc1243"}]}' + string: '{"value": [{"id": "bddef796-b805-4866-aec4-85480294c5ab", "displayName": + "fabcli000005", "workspaceId": "070e7709-9421-44ad-b809-54cd75a320ad"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3141,15 +3141,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '144' + - '143' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:03:17 GMT + - Fri, 06 Feb 2026 07:09:18 GMT Pragma: - no-cache RequestId: - - 551cd4d3-0e83-42ba-aed5-9f72e407db7c + - 12d7eed2-cfda-45be-b21d-453ac1e2cd1e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3157,7 +3157,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3177,9 +3177,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/45c4bd18-9af6-4884-9385-43c77dbc1243/items/c0153394-98b1-43b2-980d-8c6c4289ff50 + uri: https://api.fabric.microsoft.com/v1/workspaces/070e7709-9421-44ad-b809-54cd75a320ad/items/755b7613-cbb6-4d10-8109-3699377a7738 response: body: string: '' @@ -3195,11 +3195,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:03:17 GMT + - Fri, 06 Feb 2026 07:09:20 GMT Pragma: - no-cache RequestId: - - f0562659-7afa-4c81-a77d-91abfa737026 + - 8a8f06ef-cd4d-4b30-9eec-197f39ae41b3 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3207,7 +3207,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3225,18 +3225,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "45c4bd18-9af6-4884-9385-43c77dbc1243", "displayName": "fabcli000001", + {"id": "070e7709-9421-44ad-b809-54cd75a320ad", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "82fcfd9b-9f0e-4b38-9077-b0f98902fe55", "displayName": "fabcli000002", + {"id": "ba946ef0-d510-4f7e-b673-043fb02ec08e", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -3246,15 +3246,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '638' + - '2879' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:03:17 GMT + - Fri, 06 Feb 2026 07:09:20 GMT Pragma: - no-cache RequestId: - - aa35a5d5-5847-472b-b22b-68f98c1cdf75 + - 01cd7630-1c80-43d7-b8d3-d0d731a358c8 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3262,7 +3262,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3280,16 +3280,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/45c4bd18-9af6-4884-9385-43c77dbc1243/items + uri: https://api.fabric.microsoft.com/v1/workspaces/070e7709-9421-44ad-b809-54cd75a320ad/items response: body: - string: '{"value": [{"id": "b10b3eab-5429-4714-a7fd-56a1b0974f6a", "type": "Notebook", + string: '{"value": [{"id": "91d2c835-f28d-4862-baa4-67112ac49348", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "45c4bd18-9af6-4884-9385-43c77dbc1243"}, {"id": "a2ed26df-06d1-4114-9743-94ea12d489d4", + "070e7709-9421-44ad-b809-54cd75a320ad"}, {"id": "6433b893-79ae-4e12-a036-cf0e7c3300f7", "type": "DataPipeline", "displayName": "fabcli000004", "description": "Created - by fab", "workspaceId": "45c4bd18-9af6-4884-9385-43c77dbc1243"}]}' + by fab", "workspaceId": "070e7709-9421-44ad-b809-54cd75a320ad"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3298,15 +3298,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '233' + - '232' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:03:17 GMT + - Fri, 06 Feb 2026 07:09:21 GMT Pragma: - no-cache RequestId: - - 9eab49d7-1947-4984-afe5-7bc1fa8f085a + - aa9a791c-514c-44de-89b3-bec56d28ad8d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3314,7 +3314,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3334,9 +3334,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/45c4bd18-9af6-4884-9385-43c77dbc1243/items/a2ed26df-06d1-4114-9743-94ea12d489d4 + uri: https://api.fabric.microsoft.com/v1/workspaces/070e7709-9421-44ad-b809-54cd75a320ad/items/6433b893-79ae-4e12-a036-cf0e7c3300f7 response: body: string: '' @@ -3352,11 +3352,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:03:18 GMT + - Fri, 06 Feb 2026 07:09:21 GMT Pragma: - no-cache RequestId: - - 4c07149a-47b7-4260-93a9-1054ffb14b4c + - 3cde0f37-be3d-443c-8c37-1cd6666f1bb9 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3364,7 +3364,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3382,18 +3382,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "45c4bd18-9af6-4884-9385-43c77dbc1243", "displayName": "fabcli000001", + {"id": "070e7709-9421-44ad-b809-54cd75a320ad", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "82fcfd9b-9f0e-4b38-9077-b0f98902fe55", "displayName": "fabcli000002", + {"id": "ba946ef0-d510-4f7e-b673-043fb02ec08e", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -3403,15 +3403,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '638' + - '2879' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:03:18 GMT + - Fri, 06 Feb 2026 07:09:22 GMT Pragma: - no-cache RequestId: - - ec5476a1-5f54-4233-b6d8-f15fe13a3947 + - c32cd75a-ce4f-4f24-98f0-09a3a47ac8a2 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3419,7 +3419,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3437,14 +3437,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/45c4bd18-9af6-4884-9385-43c77dbc1243/items + uri: https://api.fabric.microsoft.com/v1/workspaces/070e7709-9421-44ad-b809-54cd75a320ad/items response: body: - string: '{"value": [{"id": "b10b3eab-5429-4714-a7fd-56a1b0974f6a", "type": "Notebook", + string: '{"value": [{"id": "91d2c835-f28d-4862-baa4-67112ac49348", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "45c4bd18-9af6-4884-9385-43c77dbc1243"}]}' + "070e7709-9421-44ad-b809-54cd75a320ad"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3453,15 +3453,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '178' + - '177' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:03:18 GMT + - Fri, 06 Feb 2026 07:09:23 GMT Pragma: - no-cache RequestId: - - 1021e72f-7f5e-481a-90ec-71bea34a8f2c + - 61b6e41e-caa6-49a4-bec3-407f94f6cb0c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3469,7 +3469,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3489,9 +3489,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/45c4bd18-9af6-4884-9385-43c77dbc1243/items/b10b3eab-5429-4714-a7fd-56a1b0974f6a + uri: https://api.fabric.microsoft.com/v1/workspaces/070e7709-9421-44ad-b809-54cd75a320ad/items/91d2c835-f28d-4862-baa4-67112ac49348 response: body: string: '' @@ -3507,11 +3507,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:03:19 GMT + - Fri, 06 Feb 2026 07:09:25 GMT Pragma: - no-cache RequestId: - - 387b1ea8-ad4e-4c1f-aad3-9bd9544a6986 + - e8d010c1-87d0-4d35-a1dd-3ce6a3541638 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3519,7 +3519,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3537,18 +3537,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "45c4bd18-9af6-4884-9385-43c77dbc1243", "displayName": "fabcli000001", + {"id": "070e7709-9421-44ad-b809-54cd75a320ad", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "82fcfd9b-9f0e-4b38-9077-b0f98902fe55", "displayName": "fabcli000002", + {"id": "ba946ef0-d510-4f7e-b673-043fb02ec08e", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -3558,15 +3558,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '638' + - '2879' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:03:18 GMT + - Fri, 06 Feb 2026 07:09:25 GMT Pragma: - no-cache RequestId: - - 0069465c-eb02-4f7e-a0e4-a359925b54fc + - c8508605-c9de-4a05-a15f-ea1ad6d7ef70 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3574,7 +3574,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3592,53 +3592,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 - method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/45c4bd18-9af6-4884-9385-43c77dbc1243/folders?recursive=True - response: - body: - string: '{"requestId": "42a1f621-0e31-4216-acab-c78737c79f71", "errorCode": - "RequestBlocked", "message": "Request is blocked by the upstream service until: - 9/8/2025 2:03:22 PM (UTC)"}' - headers: - Content-Length: - - '169' - Content-Type: - - application/json; charset=utf-8 - Date: - - Mon, 08 Sep 2025 14:03:19 GMT - RequestId: - - 42a1f621-0e31-4216-acab-c78737c79f71 - Retry-After: - - '3' - home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ - request-redirected: - - 'true' - x-ms-public-api-error-code: - - RequestBlocked - status: - code: 429 - message: '' -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Type: - - application/json - User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/45c4bd18-9af6-4884-9385-43c77dbc1243/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/070e7709-9421-44ad-b809-54cd75a320ad/folders?recursive=True response: body: - string: '{"value": [{"id": "3a67748b-55a6-4e00-9225-f36559b5fc44", "displayName": - "fabcli000005", "workspaceId": "45c4bd18-9af6-4884-9385-43c77dbc1243"}]}' + string: '{"value": [{"id": "bddef796-b805-4866-aec4-85480294c5ab", "displayName": + "fabcli000005", "workspaceId": "070e7709-9421-44ad-b809-54cd75a320ad"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3647,15 +3607,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '144' + - '143' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:03:22 GMT + - Fri, 06 Feb 2026 07:09:26 GMT Pragma: - no-cache RequestId: - - 6c659705-1f0d-46bb-bdc5-94acaefa926a + - 47fcef53-4dd1-4401-b8a3-17a0d6a1baf0 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3663,7 +3623,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3683,9 +3643,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/45c4bd18-9af6-4884-9385-43c77dbc1243/folders/3a67748b-55a6-4e00-9225-f36559b5fc44 + uri: https://api.fabric.microsoft.com/v1/workspaces/070e7709-9421-44ad-b809-54cd75a320ad/folders/bddef796-b805-4866-aec4-85480294c5ab response: body: string: '' @@ -3701,11 +3661,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:03:23 GMT + - Fri, 06 Feb 2026 07:09:27 GMT Pragma: - no-cache RequestId: - - c8dbeaa8-13fe-45d5-928e-f9605aeeccb4 + - 0c16dab3-3a65-4104-ab64-53c693c4f264 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3713,7 +3673,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3731,18 +3691,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "45c4bd18-9af6-4884-9385-43c77dbc1243", "displayName": "fabcli000001", + {"id": "070e7709-9421-44ad-b809-54cd75a320ad", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "82fcfd9b-9f0e-4b38-9077-b0f98902fe55", "displayName": "fabcli000002", + {"id": "ba946ef0-d510-4f7e-b673-043fb02ec08e", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -3752,15 +3712,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '638' + - '2879' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:03:22 GMT + - Fri, 06 Feb 2026 07:09:27 GMT Pragma: - no-cache RequestId: - - d81ec291-dfd0-475c-8a45-357b2d427faf + - 0901ebf3-df9d-4c17-a36a-6b439757c1cb Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3768,7 +3728,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3786,9 +3746,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/45c4bd18-9af6-4884-9385-43c77dbc1243/items + uri: https://api.fabric.microsoft.com/v1/workspaces/070e7709-9421-44ad-b809-54cd75a320ad/items response: body: string: '{"value": []}' @@ -3804,11 +3764,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:03:23 GMT + - Fri, 06 Feb 2026 07:09:29 GMT Pragma: - no-cache RequestId: - - 2e3ab6e5-d9df-4c5f-afce-00869c869435 + - c78e6194-f0f4-4bc9-91c7-e3a94a2f5cf8 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3816,7 +3776,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3836,9 +3796,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/45c4bd18-9af6-4884-9385-43c77dbc1243 + uri: https://api.fabric.microsoft.com/v1/workspaces/070e7709-9421-44ad-b809-54cd75a320ad response: body: string: '' @@ -3854,11 +3814,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:03:24 GMT + - Fri, 06 Feb 2026 07:09:29 GMT Pragma: - no-cache RequestId: - - cc5f63ab-d89a-43f0-b70f-3c1a201107ba + - 645642c2-0a05-41eb-8e5e-932384d2c3ac Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3866,7 +3826,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3884,16 +3844,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "82fcfd9b-9f0e-4b38-9077-b0f98902fe55", "displayName": "fabcli000002", + {"id": "ba946ef0-d510-4f7e-b673-043fb02ec08e", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -3903,15 +3863,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '603' + - '2841' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:03:23 GMT + - Fri, 06 Feb 2026 07:09:30 GMT Pragma: - no-cache RequestId: - - 055b78b9-1044-4eb2-8677-cd58b9e3e090 + - fcee16f5-6616-417d-9c8e-606aa050c52d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3919,7 +3879,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3937,16 +3897,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/82fcfd9b-9f0e-4b38-9077-b0f98902fe55/items + uri: https://api.fabric.microsoft.com/v1/workspaces/ba946ef0-d510-4f7e-b673-043fb02ec08e/items response: body: - string: '{"value": [{"id": "2f6edeb2-5153-440a-995a-e6cffd38dec0", "type": "Notebook", + string: '{"value": [{"id": "2836e052-97ec-4d22-b5ad-771d1381af62", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "82fcfd9b-9f0e-4b38-9077-b0f98902fe55"}, {"id": "0d7aeb58-5e38-417b-9dfe-a8480b0050b2", + "ba946ef0-d510-4f7e-b673-043fb02ec08e"}, {"id": "9d39488a-c49e-4e94-8283-2539b243a827", "type": "DataPipeline", "displayName": "fabcli000004", "description": "Created - by fab", "workspaceId": "82fcfd9b-9f0e-4b38-9077-b0f98902fe55"}]}' + by fab", "workspaceId": "ba946ef0-d510-4f7e-b673-043fb02ec08e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3955,15 +3915,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '231' + - '232' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:03:24 GMT + - Fri, 06 Feb 2026 07:09:31 GMT Pragma: - no-cache RequestId: - - 99761a59-de1a-46a3-b952-36fb89577357 + - 674cb20e-6397-42f1-803b-e41390107622 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3971,7 +3931,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3991,9 +3951,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/82fcfd9b-9f0e-4b38-9077-b0f98902fe55 + uri: https://api.fabric.microsoft.com/v1/workspaces/ba946ef0-d510-4f7e-b673-043fb02ec08e response: body: string: '' @@ -4009,11 +3969,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:03:23 GMT + - Fri, 06 Feb 2026 07:09:31 GMT Pragma: - no-cache RequestId: - - 4a38ce5f-503e-431e-b789-b70472b5c99c + - 0977f9ae-3142-4aa6-8945-c63bc28745ec Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4021,7 +3981,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: diff --git a/tests/test_commands/recordings/test_commands/test_cp/test_cp_workspace_to_workspace_recursive_success.yaml b/tests/test_commands/recordings/test_commands/test_cp/test_cp_workspace_to_workspace_recursive_success.yaml index 347338f0..d7793efa 100644 --- a/tests/test_commands/recordings/test_commands/test_cp/test_cp_workspace_to_workspace_recursive_success.yaml +++ b/tests/test_commands/recordings/test_commands/test_cp/test_cp_workspace_to_workspace_recursive_success.yaml @@ -11,13 +11,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "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: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:03:25 GMT + - Fri, 06 Feb 2026 07:09:32 GMT Pragma: - no-cache RequestId: - - 19f3bef5-595a-466f-8bdb-8167f5590d09 + - 6f2b50f8-9fbb-4833-8761-60a6db825fd2 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -44,7 +44,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -62,13 +62,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -79,15 +79,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '564' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:03:24 GMT + - Fri, 06 Feb 2026 07:09:33 GMT Pragma: - no-cache RequestId: - - 1a204c3d-1f36-4b8a-93bb-b836d6028e24 + - 6b2bd881-3d98-46b1-ad93-0452b2e30313 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -95,7 +95,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -113,13 +113,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 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": "F16", "region": "West Europe", "state": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": "Active"}]}' headers: Access-Control-Expose-Headers: @@ -129,15 +129,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '456' + - '427' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:03:29 GMT + - Fri, 06 Feb 2026 07:09:39 GMT Pragma: - no-cache RequestId: - - f793b37b-be45-44d4-91a3-944e7c90749d + - 5d20ea45-fe47-49b6-8881-eba85772eafc Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -145,7 +145,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -166,12 +166,12 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"id": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "displayName": "fabcli000001", + string: '{"id": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' headers: Access-Control-Expose-Headers: @@ -181,17 +181,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '166' + - '165' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:03:37 GMT + - Fri, 06 Feb 2026 07:09:47 GMT Location: - - https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf + - https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e Pragma: - no-cache RequestId: - - 376853df-2457-456c-8279-00d06eec11dc + - 60ab7511-cd68-4faa-9698-0e621e1dd84a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -199,7 +199,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -217,16 +217,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "displayName": "fabcli000001", + {"id": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -236,15 +236,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '600' + - '2845' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:03:37 GMT + - Fri, 06 Feb 2026 07:09:48 GMT Pragma: - no-cache RequestId: - - 9308dcb7-eab3-4e44-aacf-1e056de0997e + - 80dcbb1b-37a1-49b2-863d-767512cebc31 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -252,7 +252,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -270,16 +270,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "displayName": "fabcli000001", + {"id": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -289,15 +289,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '600' + - '2845' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:03:37 GMT + - Fri, 06 Feb 2026 07:09:48 GMT Pragma: - no-cache RequestId: - - a1458294-6080-4f06-a10c-18724671d8a4 + - 09d01681-66a9-4de2-b63e-0b39b095d34d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -305,7 +305,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -323,13 +323,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 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": "F16", "region": "West Europe", "state": + "mocked_fabriccli_capacity_name", "sku": "F16", "region": "Central US", "state": "Active"}]}' headers: Access-Control-Expose-Headers: @@ -339,15 +339,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '456' + - '425' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:03:41 GMT + - Fri, 06 Feb 2026 07:09:54 GMT Pragma: - no-cache RequestId: - - 0335f370-f9ce-4a0f-8036-6f7b7a96fa51 + - 16ddb0b3-5aa7-4910-bd36-9b0498cef615 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -355,7 +355,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -376,12 +376,12 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"id": "337acaeb-37c0-4bae-a516-9319ec8fc908", "displayName": "fabcli000002", + string: '{"id": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}' headers: Access-Control-Expose-Headers: @@ -391,17 +391,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '165' + - '166' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:03:49 GMT + - Fri, 06 Feb 2026 07:10:03 GMT Location: - - https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908 + - https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40 Pragma: - no-cache RequestId: - - a0cf5808-2da5-446d-af40-d41cb2e10258 + - bf1f7000-571e-4cd4-8cc0-8f40f9abc5f4 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -409,7 +409,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -427,18 +427,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "displayName": "fabcli000001", + {"id": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "337acaeb-37c0-4bae-a516-9319ec8fc908", "displayName": "fabcli000002", + {"id": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -448,15 +448,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '634' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:03:49 GMT + - Fri, 06 Feb 2026 07:10:04 GMT Pragma: - no-cache RequestId: - - b1096c64-932b-49f3-9ed3-1617d4d3c653 + - bd28a755-bac4-40fd-80f5-abd1a27a468c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -464,7 +464,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -482,9 +482,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/items + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/items response: body: string: '{"value": []}' @@ -500,11 +500,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:03:49 GMT + - Fri, 06 Feb 2026 07:10:04 GMT Pragma: - no-cache RequestId: - - 4da2edf8-a046-49ce-b749-c8528ce71916 + - d1a52e6e-21ee-4ecb-b754-f9777b7f4d73 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -512,7 +512,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -530,9 +530,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/items + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/items response: body: string: '{"value": []}' @@ -548,11 +548,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:03:50 GMT + - Fri, 06 Feb 2026 07:10:06 GMT Pragma: - no-cache RequestId: - - dac11036-ca3c-47cb-851d-6886c55fb9a0 + - 9ef5bbdb-c16e-4aef-bf31-e4b42ec5c6d8 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -560,7 +560,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -583,9 +583,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/notebooks + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/notebooks response: body: string: 'null' @@ -601,15 +601,15 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:03:51 GMT + - Fri, 06 Feb 2026 07:10:07 GMT ETag: - '""' Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/12322c09-5277-4eb0-8d69-051b34491ddc + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/aafabd90-a9ec-4455-8c92-ee844eb8a6b3 Pragma: - no-cache RequestId: - - 8020d7c7-cc67-4a22-ad8d-03a49d705e57 + - ebd58dd6-d9d2-41be-8a6f-58e1d49a5420 Retry-After: - '20' Strict-Transport-Security: @@ -619,11 +619,11 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' x-ms-operation-id: - - 12322c09-5277-4eb0-8d69-051b34491ddc + - aafabd90-a9ec-4455-8c92-ee844eb8a6b3 status: code: 202 message: Accepted @@ -639,13 +639,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/12322c09-5277-4eb0-8d69-051b34491ddc + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/aafabd90-a9ec-4455-8c92-ee844eb8a6b3 response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2025-09-08T14:03:51.0768341", - "lastUpdatedTimeUtc": "2025-09-08T14:03:52.7487173", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-06T07:10:07.231195", + "lastUpdatedTimeUtc": "2026-02-06T07:10:08.9657404", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -655,17 +655,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '132' + - '130' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:04:12 GMT + - Fri, 06 Feb 2026 07:10:29 GMT Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/12322c09-5277-4eb0-8d69-051b34491ddc/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/aafabd90-a9ec-4455-8c92-ee844eb8a6b3/result Pragma: - no-cache RequestId: - - 3a75aee9-375b-4375-be9e-1898f89998d6 + - c1f37781-77cd-47bb-bf60-1dbbb2b307f8 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -673,7 +673,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - 12322c09-5277-4eb0-8d69-051b34491ddc + - aafabd90-a9ec-4455-8c92-ee844eb8a6b3 status: code: 200 message: OK @@ -689,14 +689,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/12322c09-5277-4eb0-8d69-051b34491ddc/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/aafabd90-a9ec-4455-8c92-ee844eb8a6b3/result response: body: - string: '{"id": "c7462674-37ed-4ce8-b912-ff2cbf82c56f", "type": "Notebook", + string: '{"id": "e0612997-1710-47a0-8195-286fc037e24c", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}' + "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}' headers: Access-Control-Expose-Headers: - RequestId @@ -707,11 +707,11 @@ interactions: Content-Type: - application/json Date: - - Mon, 08 Sep 2025 14:04:11 GMT + - Fri, 06 Feb 2026 07:10:30 GMT Pragma: - no-cache RequestId: - - a656380d-6856-49d5-a475-698ed4d4ba2a + - f620fe76-a20d-4511-8f1a-ba4c9905e4e1 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -735,18 +735,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "displayName": "fabcli000001", + {"id": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "337acaeb-37c0-4bae-a516-9319ec8fc908", "displayName": "fabcli000002", + {"id": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -756,15 +756,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '634' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:04:12 GMT + - Fri, 06 Feb 2026 07:10:31 GMT Pragma: - no-cache RequestId: - - f54c4257-c578-4d3e-bbb1-27e96bd49689 + - b4c3ec6b-4936-4745-9111-fdf16fbf6e22 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -772,7 +772,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -790,14 +790,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/items + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/items response: body: - string: '{"value": [{"id": "c7462674-37ed-4ce8-b912-ff2cbf82c56f", "type": "Notebook", + string: '{"value": [{"id": "e0612997-1710-47a0-8195-286fc037e24c", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -806,15 +806,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '176' + - '177' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:04:12 GMT + - Fri, 06 Feb 2026 07:10:32 GMT Pragma: - no-cache RequestId: - - 6c1e0d55-af17-4ab7-be51-71a0f27921f5 + - 48a48948-06a2-4f02-b47d-ae63b7fe7c51 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -822,7 +822,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -840,14 +840,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/items + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/items response: body: - string: '{"value": [{"id": "c7462674-37ed-4ce8-b912-ff2cbf82c56f", "type": "Notebook", + string: '{"value": [{"id": "e0612997-1710-47a0-8195-286fc037e24c", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -856,15 +856,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '176' + - '177' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:04:12 GMT + - Fri, 06 Feb 2026 07:10:33 GMT Pragma: - no-cache RequestId: - - c5cdb51b-7538-4064-9ad2-5c21c940a361 + - 4e0e81ea-2dd1-403d-80d5-c435354448a1 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -872,7 +872,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -893,14 +893,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/dataPipelines + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/dataPipelines response: body: - string: '{"id": "624f672d-e3b9-4e8e-a4ee-f69dd2f6acd2", "type": "DataPipeline", + string: '{"id": "ad72984e-0fb6-4852-a478-dd3821416ce4", "type": "DataPipeline", "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": - "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}' + "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -909,17 +909,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '165' + - '169' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:04:19 GMT + - Fri, 06 Feb 2026 07:10:38 GMT ETag: - '""' Pragma: - no-cache RequestId: - - ec812c21-595d-4af1-bd83-5a08ed9cb507 + - c5e8af77-2b6b-4b36-99d7-d9a7afede0d2 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -927,7 +927,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -945,18 +945,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "displayName": "fabcli000001", + {"id": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "337acaeb-37c0-4bae-a516-9319ec8fc908", "displayName": "fabcli000002", + {"id": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -966,15 +966,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '634' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:04:20 GMT + - Fri, 06 Feb 2026 07:10:39 GMT Pragma: - no-cache RequestId: - - effa4cab-612e-4e66-a075-c8223b043573 + - 2adc9913-036f-413d-bb09-0190d8ee9742 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -982,7 +982,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1000,9 +1000,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: string: '{"value": []}' @@ -1018,11 +1018,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:04:20 GMT + - Fri, 06 Feb 2026 07:10:40 GMT Pragma: - no-cache RequestId: - - ac92ec8b-8361-44e2-8def-12c0497ae388 + - 42d25e4f-ebb8-4749-bd95-b8a6d2c2ca12 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1030,7 +1030,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1048,9 +1048,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: string: '{"value": []}' @@ -1066,11 +1066,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:04:20 GMT + - Fri, 06 Feb 2026 07:10:40 GMT Pragma: - no-cache RequestId: - - 81e210eb-193d-4eb3-aab9-5732c764f70c + - d3879b28-478d-4db1-b7f5-39830502672c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1078,7 +1078,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1098,13 +1098,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders response: body: - string: '{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": "fabcli000005", - "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}' + string: '{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": "fabcli000005", + "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}' headers: Access-Control-Expose-Headers: - RequestId,Location @@ -1113,17 +1113,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '132' + - '134' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:04:21 GMT + - Fri, 06 Feb 2026 07:10:42 GMT Location: - - https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders/23089fdb-8072-4294-8741-d2645ecbaa0f + - https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders/5ac60325-e9cc-4450-86c3-95d68719a15a Pragma: - no-cache RequestId: - - 899492d4-d899-4628-b685-b4f79cab4d36 + - 9d720e6b-6e7e-424c-b0d5-b1ca1f0e008b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1131,7 +1131,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1149,18 +1149,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "displayName": "fabcli000001", + {"id": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "337acaeb-37c0-4bae-a516-9319ec8fc908", "displayName": "fabcli000002", + {"id": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -1170,15 +1170,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '634' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:04:21 GMT + - Fri, 06 Feb 2026 07:10:42 GMT Pragma: - no-cache RequestId: - - 52e204db-921a-45b2-bf8b-40a4b3b0db1f + - 937abb67-0669-4d42-8c4f-98c456194dc6 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1186,7 +1186,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1204,13 +1204,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1219,15 +1219,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '143' + - '144' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:04:21 GMT + - Fri, 06 Feb 2026 07:10:43 GMT Pragma: - no-cache RequestId: - - 7894c764-25e0-4d5b-bbd9-319bdcafdc7a + - e8abfc91-d163-4e96-b960-29e0d57d0efa Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1235,7 +1235,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1253,16 +1253,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/items + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/items response: body: - string: '{"value": [{"id": "c7462674-37ed-4ce8-b912-ff2cbf82c56f", "type": "Notebook", + string: '{"value": [{"id": "e0612997-1710-47a0-8195-286fc037e24c", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": "624f672d-e3b9-4e8e-a4ee-f69dd2f6acd2", + "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": "ad72984e-0fb6-4852-a478-dd3821416ce4", "type": "DataPipeline", "displayName": "fabcli000004", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1271,15 +1271,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '229' + - '233' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:04:21 GMT + - Fri, 06 Feb 2026 07:10:43 GMT Pragma: - no-cache RequestId: - - 56088968-2d65-4082-8af7-deaface34bb0 + - eea3bcf5-d983-43c8-adbd-886b360af8b3 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1287,7 +1287,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1305,16 +1305,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/items + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/items response: body: - string: '{"value": [{"id": "c7462674-37ed-4ce8-b912-ff2cbf82c56f", "type": "Notebook", + string: '{"value": [{"id": "e0612997-1710-47a0-8195-286fc037e24c", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": "624f672d-e3b9-4e8e-a4ee-f69dd2f6acd2", + "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": "ad72984e-0fb6-4852-a478-dd3821416ce4", "type": "DataPipeline", "displayName": "fabcli000004", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1323,15 +1323,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '229' + - '233' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:04:21 GMT + - Fri, 06 Feb 2026 07:10:45 GMT Pragma: - no-cache RequestId: - - c9284fd8-444c-474b-8518-0f8008a92d8f + - e803605a-307d-4d9b-8a20-7393fe798508 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1339,7 +1339,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1347,7 +1347,7 @@ interactions: message: OK - request: body: '{"description": "Created by fab", "displayName": "fabcli000006", "type": - "SparkJobDefinition", "folderId": "23089fdb-8072-4294-8741-d2645ecbaa0f"}' + "SparkJobDefinition", "folderId": "5ac60325-e9cc-4450-86c3-95d68719a15a"}' headers: Accept: - '*/*' @@ -1360,14 +1360,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/sparkJobDefinitions + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/sparkJobDefinitions response: body: - string: '{"id": "ccc6ddd9-a5a9-4370-af29-e8b52f840bea", "type": "SparkJobDefinition", + string: '{"id": "41915c7d-5855-4a08-98d4-ab113bb4dc90", "type": "SparkJobDefinition", "displayName": "fabcli000006", "description": "Created by fab", "workspaceId": - "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": "23089fdb-8072-4294-8741-d2645ecbaa0f"}' + "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": "5ac60325-e9cc-4450-86c3-95d68719a15a"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -1380,13 +1380,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:04:22 GMT + - Fri, 06 Feb 2026 07:10:46 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 8c893755-76e2-46b7-b2a5-76ce30e4282d + - 12429071-cb24-4d17-b541-f54b011c2a37 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1394,7 +1394,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1412,18 +1412,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "displayName": "fabcli000001", + {"id": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "337acaeb-37c0-4bae-a516-9319ec8fc908", "displayName": "fabcli000002", + {"id": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -1433,15 +1433,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '634' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:04:23 GMT + - Fri, 06 Feb 2026 07:10:47 GMT Pragma: - no-cache RequestId: - - 7fe1d5dc-9ffd-48f9-b6d7-07bb7664fb9f + - 71654975-7ae1-4290-9d7c-4b1fd5b66f20 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1449,7 +1449,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1467,13 +1467,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1482,15 +1482,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '143' + - '144' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:04:23 GMT + - Fri, 06 Feb 2026 07:10:47 GMT Pragma: - no-cache RequestId: - - cef7cfe6-b823-4c11-bee4-538b0045610d + - fcdeed96-5227-4b0b-b5cf-5ff05d455b1c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1498,7 +1498,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1516,13 +1516,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1531,15 +1531,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '143' + - '144' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:04:23 GMT + - Fri, 06 Feb 2026 07:10:48 GMT Pragma: - no-cache RequestId: - - b7deb48b-62c9-4aeb-8f9b-65750937cd29 + - c26a4aef-75fb-487a-8477-5f716b222c71 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1547,7 +1547,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1565,13 +1565,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1580,15 +1580,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '143' + - '144' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:04:23 GMT + - Fri, 06 Feb 2026 07:10:50 GMT Pragma: - no-cache RequestId: - - 29f90d64-2fb4-4e97-b216-778fa1405569 + - c2a4082a-9f6a-4c6c-9d7b-ed58aab63b6f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1596,7 +1596,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1604,7 +1604,7 @@ interactions: message: OK - request: body: '{"description": "Created by fab", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f"}' + "5ac60325-e9cc-4450-86c3-95d68719a15a"}' headers: Accept: - '*/*' @@ -1617,13 +1617,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders response: body: - string: '{"id": "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", - "parentFolderId": "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}' + string: '{"id": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", + "parentFolderId": "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}' headers: Access-Control-Expose-Headers: - RequestId,Location @@ -1636,13 +1636,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:04:23 GMT + - Fri, 06 Feb 2026 07:10:50 GMT Location: - - https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders/ebc659b1-7226-4736-b70b-1f42bab91769 + - https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders/8bc050b1-0bfd-472d-8dca-319b9d248a54 Pragma: - no-cache RequestId: - - dfe89c7b-88a9-443c-97d9-3d43c5e7e5e8 + - 24bfb8c7-95a6-43a0-b3a3-acbd4eb6dfab Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1650,7 +1650,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1668,18 +1668,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "displayName": "fabcli000001", + {"id": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "337acaeb-37c0-4bae-a516-9319ec8fc908", "displayName": "fabcli000002", + {"id": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -1689,15 +1689,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '634' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:04:23 GMT + - Fri, 06 Feb 2026 07:10:51 GMT Pragma: - no-cache RequestId: - - 8bf10033-1d45-457e-a44a-cb308e4d76e7 + - 4c599b76-88b2-47cb-8eaa-52c8058e5895 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1705,7 +1705,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1723,15 +1723,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1740,15 +1740,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '202' + - '204' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:04:24 GMT + - Fri, 06 Feb 2026 07:10:52 GMT Pragma: - no-cache RequestId: - - 2ea901f4-8f92-4010-b590-7ee78207ffe8 + - 0689f765-4a5c-4a61-8995-762fb4d45bd3 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1756,7 +1756,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1774,15 +1774,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1791,15 +1791,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '202' + - '204' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:04:24 GMT + - Fri, 06 Feb 2026 07:10:52 GMT Pragma: - no-cache RequestId: - - ec204174-8fef-497c-b6a1-786569e52d36 + - 1408c244-5586-438f-8e49-eaa7c3cd81a9 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1807,7 +1807,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1825,19 +1825,19 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/items + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/items response: body: - string: '{"value": [{"id": "c7462674-37ed-4ce8-b912-ff2cbf82c56f", "type": "Notebook", + string: '{"value": [{"id": "e0612997-1710-47a0-8195-286fc037e24c", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": "624f672d-e3b9-4e8e-a4ee-f69dd2f6acd2", + "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": "ad72984e-0fb6-4852-a478-dd3821416ce4", "type": "DataPipeline", "displayName": "fabcli000004", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": "ccc6ddd9-a5a9-4370-af29-e8b52f840bea", + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": "41915c7d-5855-4a08-98d4-ab113bb4dc90", "type": "SparkJobDefinition", "displayName": "fabcli000006", "description": - "Created by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f"}]}' + "Created by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1846,15 +1846,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '311' + - '315' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:04:24 GMT + - Fri, 06 Feb 2026 07:10:54 GMT Pragma: - no-cache RequestId: - - efbc54a7-e7c8-4399-a426-240cf498c016 + - f990f3da-2f9c-44b3-8412-d7b2272afa9e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1862,7 +1862,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1880,15 +1880,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1897,15 +1897,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '202' + - '204' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:04:24 GMT + - Fri, 06 Feb 2026 07:10:54 GMT Pragma: - no-cache RequestId: - - 3e2af82f-8570-4f6b-926b-2425617d336a + - 01dd6765-7057-457a-a436-bd64c4d085c5 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1913,7 +1913,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1931,19 +1931,19 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/items + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/items response: body: - string: '{"value": [{"id": "c7462674-37ed-4ce8-b912-ff2cbf82c56f", "type": "Notebook", + string: '{"value": [{"id": "e0612997-1710-47a0-8195-286fc037e24c", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": "624f672d-e3b9-4e8e-a4ee-f69dd2f6acd2", + "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": "ad72984e-0fb6-4852-a478-dd3821416ce4", "type": "DataPipeline", "displayName": "fabcli000004", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": "ccc6ddd9-a5a9-4370-af29-e8b52f840bea", + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": "41915c7d-5855-4a08-98d4-ab113bb4dc90", "type": "SparkJobDefinition", "displayName": "fabcli000006", "description": - "Created by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f"}]}' + "Created by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -1952,15 +1952,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '311' + - '315' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:04:24 GMT + - Fri, 06 Feb 2026 07:10:54 GMT Pragma: - no-cache RequestId: - - 3596d7b4-9996-4f3d-9b5a-49fdda1ce203 + - 7e6055ea-74df-46ea-8204-3de0a1cd69b6 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -1968,7 +1968,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -1986,15 +1986,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2003,15 +2003,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '202' + - '204' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:04:24 GMT + - Fri, 06 Feb 2026 07:10:55 GMT Pragma: - no-cache RequestId: - - f14b3f87-dc38-4fc2-b9a6-cfd254bd1e68 + - cd9ba623-f74b-4a70-b0c2-418f06d7c253 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2019,7 +2019,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2027,7 +2027,7 @@ interactions: message: OK - request: body: '{"description": "Created by fab", "displayName": "fabcli000008", "type": - "Notebook", "folderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "definition": + "Notebook", "folderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "definition": {"parts": [{"path": "notebook-content.py", "payload": "IyBGYWJyaWMgbm90ZWJvb2sgc291cmNlCgojIE1FVEFEQVRBICoqKioqKioqKioqKioqKioqKioqCgojIE1FVEEgewojIE1FVEEgICAia2VybmVsX2luZm8iOiB7CiMgTUVUQSAgICAgIm5hbWUiOiAic3luYXBzZV9weXNwYXJrIgojIE1FVEEgICB9LAojIE1FVEEgICAiZGVwZW5kZW5jaWVzIjoge30KIyBNRVRBIH0KCiMgQ0VMTCAqKioqKioqKioqKioqKioqKioqKgoKIyBXZWxjb21lIHRvIHlvdXIgbmV3IG5vdGVib29rCiMgVHlwZSBoZXJlIGluIHRoZSBjZWxsIGVkaXRvciB0byBhZGQgY29kZSEKCgojIE1FVEFEQVRBICoqKioqKioqKioqKioqKioqKioqCgojIE1FVEEgewojIE1FVEEgICAibGFuZ3VhZ2UiOiAicHl0aG9uIiwKIyBNRVRBICAgImxhbmd1YWdlX2dyb3VwIjogInN5bmFwc2VfcHlzcGFyayIKIyBNRVRBIH0K", "payloadType": "InlineBase64"}]}}' headers: @@ -2042,9 +2042,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/notebooks + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/notebooks response: body: string: 'null' @@ -2060,15 +2060,15 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:04:26 GMT + - Fri, 06 Feb 2026 07:10:57 GMT ETag: - '""' Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/73e923d8-4a01-48de-809c-5ea52d76e99e + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/26f65f72-bf9b-4eec-9e25-ae4965c060ac Pragma: - no-cache RequestId: - - d3fe0403-4779-4ee1-9d4f-806d1581b85f + - fa90a812-9935-415a-9193-7e4057cc2113 Retry-After: - '20' Strict-Transport-Security: @@ -2078,11 +2078,11 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' x-ms-operation-id: - - 73e923d8-4a01-48de-809c-5ea52d76e99e + - 26f65f72-bf9b-4eec-9e25-ae4965c060ac status: code: 202 message: Accepted @@ -2098,13 +2098,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/73e923d8-4a01-48de-809c-5ea52d76e99e + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/26f65f72-bf9b-4eec-9e25-ae4965c060ac response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2025-09-08T14:04:25.9246251", - "lastUpdatedTimeUtc": "2025-09-08T14:04:26.9402992", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-06T07:10:57.3657142", + "lastUpdatedTimeUtc": "2026-02-06T07:10:58.4911428", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -2114,17 +2114,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '131' + - '130' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:04:45 GMT + - Fri, 06 Feb 2026 07:11:18 GMT Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/73e923d8-4a01-48de-809c-5ea52d76e99e/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/26f65f72-bf9b-4eec-9e25-ae4965c060ac/result Pragma: - no-cache RequestId: - - f6ed4acf-6c3b-4426-a492-6bf3d6c035a6 + - 9058dda6-9b2c-4422-abcc-a6a1c39330d7 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2132,7 +2132,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - 73e923d8-4a01-48de-809c-5ea52d76e99e + - 26f65f72-bf9b-4eec-9e25-ae4965c060ac status: code: 200 message: OK @@ -2148,14 +2148,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/73e923d8-4a01-48de-809c-5ea52d76e99e/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/26f65f72-bf9b-4eec-9e25-ae4965c060ac/result response: body: - string: '{"id": "a44ad150-dc7f-4c46-8a04-2129f07d96c5", "type": "Notebook", + string: '{"id": "026af425-a57f-470f-a2b7-96dd24537cb7", "type": "Notebook", "displayName": "fabcli000008", "description": "Created by fab", "workspaceId": - "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": "ebc659b1-7226-4736-b70b-1f42bab91769"}' + "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54"}' headers: Access-Control-Expose-Headers: - RequestId @@ -2166,11 +2166,11 @@ interactions: Content-Type: - application/json Date: - - Mon, 08 Sep 2025 14:04:46 GMT + - Fri, 06 Feb 2026 07:11:20 GMT Pragma: - no-cache RequestId: - - 3ddfb09f-bcf9-4a64-952b-7540af90c457 + - 88c32bb0-590c-45a7-a142-9f2caaab73b0 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -2194,18 +2194,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "displayName": "fabcli000001", + {"id": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "337acaeb-37c0-4bae-a516-9319ec8fc908", "displayName": "fabcli000002", + {"id": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -2215,15 +2215,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '634' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:04:46 GMT + - Fri, 06 Feb 2026 07:11:20 GMT Pragma: - no-cache RequestId: - - c811b9d8-ae13-4245-a4d7-b5401ad69515 + - 8556878e-c79e-4fb6-ab22-48e9616d71d3 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2231,7 +2231,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2249,45 +2249,34 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"requestId": "401fb25f-6ec9-444e-9a50-fc63d1dde81a", "errorCode": + "RequestBlocked", "message": "Request is blocked by the upstream service until: + 2/6/2026 7:11:40 AM (UTC)", "isRetriable": true}' headers: - Access-Control-Expose-Headers: - - RequestId - Cache-Control: - - no-store, must-revalidate, no-cache - Content-Encoding: - - gzip Content-Length: - - '202' + - '188' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:04:46 GMT - Pragma: - - no-cache + - Fri, 06 Feb 2026 07:11:21 GMT RequestId: - - ac4fc0ff-ba4f-4881-89db-c31fa6490269 - Strict-Transport-Security: - - max-age=31536000; includeSubDomains - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - deny + - 401fb25f-6ec9-444e-9a50-fc63d1dde81a + Retry-After: + - '19' home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' + x-ms-public-api-error-code: + - RequestBlocked status: - code: 200 - message: OK + code: 429 + message: '' - request: body: null headers: @@ -2300,15 +2289,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2317,15 +2306,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '202' + - '204' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:04:47 GMT + - Fri, 06 Feb 2026 07:11:42 GMT Pragma: - no-cache RequestId: - - 66f62f5a-1fbd-4622-b620-e1eb2b09f62b + - a598d902-bc2c-49d0-817e-667c4a2c6c68 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2333,7 +2322,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2351,15 +2340,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2368,15 +2357,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '202' + - '204' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:04:46 GMT + - Fri, 06 Feb 2026 07:11:43 GMT Pragma: - no-cache RequestId: - - 83350f53-7e6d-428a-b776-3ab8288edd0b + - c125fe42-1709-4415-abc4-6dd7c7db6e23 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2384,7 +2373,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2402,34 +2391,45 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"requestId": "364492fa-9d7d-4c95-b38e-10140e80ed90", "errorCode": - "RequestBlocked", "message": "Request is blocked by the upstream service until: - 9/8/2025 2:05:24 PM (UTC)"}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip Content-Length: - - '169' + - '204' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:04:46 GMT + - Fri, 06 Feb 2026 07:11:43 GMT + Pragma: + - no-cache RequestId: - - 364492fa-9d7d-4c95-b38e-10140e80ed90 - Retry-After: - - '37' + - 6dd01067-6a05-4ce1-8bfb-fbf0cd357c60 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' - x-ms-public-api-error-code: - - RequestBlocked status: - code: 429 - message: '' + code: 200 + message: OK - request: body: null headers: @@ -2442,15 +2442,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2459,15 +2459,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '202' + - '204' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:05:24 GMT + - Fri, 06 Feb 2026 07:11:44 GMT Pragma: - no-cache RequestId: - - 5b1664aa-5854-4052-a1fb-c2e00af11d20 + - cdab3d89-8afe-4a74-8903-9bfcab1e7333 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2475,7 +2475,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2483,7 +2483,7 @@ interactions: message: OK - request: body: '{"description": "Created by fab", "displayName": "fabcli000009", "parentFolderId": - "ebc659b1-7226-4736-b70b-1f42bab91769"}' + "8bc050b1-0bfd-472d-8dca-319b9d248a54"}' headers: Accept: - '*/*' @@ -2496,13 +2496,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders response: body: - string: '{"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}' + string: '{"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}' headers: Access-Control-Expose-Headers: - RequestId,Location @@ -2511,17 +2511,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '168' + - '166' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:05:24 GMT + - Fri, 06 Feb 2026 07:11:45 GMT Location: - - https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders/18775cd6-2c64-48e5-a050-592d360f6073 + - https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders/0f7dddf1-2640-4896-8afb-e5e75e01f71a Pragma: - no-cache RequestId: - - 645803ed-b289-4088-95a0-158faf9e7674 + - 07e2e83e-c424-4b02-b6d9-96b4f46ac0a2 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2529,7 +2529,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2547,18 +2547,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "displayName": "fabcli000001", + {"id": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "337acaeb-37c0-4bae-a516-9319ec8fc908", "displayName": "fabcli000002", + {"id": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -2568,15 +2568,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '634' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:05:24 GMT + - Fri, 06 Feb 2026 07:11:46 GMT Pragma: - no-cache RequestId: - - 8e199f50-6273-4d74-b5a4-5ca5519d2a55 + - 409eb2cc-2f1b-4e76-adc6-12bcdf3ff03c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2584,7 +2584,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2602,17 +2602,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2621,15 +2621,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:05:24 GMT + - Fri, 06 Feb 2026 07:11:46 GMT Pragma: - no-cache RequestId: - - 69feec5f-523a-43cf-bece-5539848afc94 + - f30837d4-c93a-42f4-ae9b-d708fb28c60d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2637,7 +2637,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2655,17 +2655,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2674,15 +2674,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:05:25 GMT + - Fri, 06 Feb 2026 07:11:48 GMT Pragma: - no-cache RequestId: - - 2b921158-9447-4711-8081-dbd49f0261f3 + - db7536b0-b232-4aff-9e30-a1bcf7d8a768 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2690,7 +2690,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2708,17 +2708,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2727,15 +2727,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:05:25 GMT + - Fri, 06 Feb 2026 07:11:48 GMT Pragma: - no-cache RequestId: - - e58452a1-fef0-4dfb-a772-e24b85f832d3 + - 31ac4c0f-d8ca-4250-b113-bebfe43422d2 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2743,7 +2743,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2761,22 +2761,22 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/items + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/items response: body: - string: '{"value": [{"id": "c7462674-37ed-4ce8-b912-ff2cbf82c56f", "type": "Notebook", + string: '{"value": [{"id": "e0612997-1710-47a0-8195-286fc037e24c", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": "624f672d-e3b9-4e8e-a4ee-f69dd2f6acd2", + "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": "ad72984e-0fb6-4852-a478-dd3821416ce4", "type": "DataPipeline", "displayName": "fabcli000004", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": "ccc6ddd9-a5a9-4370-af29-e8b52f840bea", + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": "41915c7d-5855-4a08-98d4-ab113bb4dc90", "type": "SparkJobDefinition", "displayName": "fabcli000006", "description": - "Created by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f"}, {"id": "a44ad150-dc7f-4c46-8a04-2129f07d96c5", + "Created by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a"}, {"id": "026af425-a57f-470f-a2b7-96dd24537cb7", "type": "Notebook", "displayName": "fabcli000008", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": - "ebc659b1-7226-4736-b70b-1f42bab91769"}]}' + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": + "8bc050b1-0bfd-472d-8dca-319b9d248a54"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2789,11 +2789,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:05:25 GMT + - Fri, 06 Feb 2026 07:11:49 GMT Pragma: - no-cache RequestId: - - 40943231-5249-4b13-8e0f-5a6c5d129f99 + - 0a975835-5d92-4fcc-b6fe-73c930983dd0 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2801,7 +2801,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2819,17 +2819,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2838,15 +2838,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:05:25 GMT + - Fri, 06 Feb 2026 07:11:49 GMT Pragma: - no-cache RequestId: - - 93552290-5db8-46ea-aba5-e0876bc49e20 + - 030ab6af-c956-437e-8cb1-e30feffbf8ff Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2854,7 +2854,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2872,17 +2872,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2891,15 +2891,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:05:25 GMT + - Fri, 06 Feb 2026 07:11:50 GMT Pragma: - no-cache RequestId: - - 436480c0-8a48-4f86-8a3c-b82927ca6cac + - 45c57b9d-d963-48a3-9abf-255d724742a7 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2907,7 +2907,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2925,22 +2925,22 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/items + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/items response: body: - string: '{"value": [{"id": "c7462674-37ed-4ce8-b912-ff2cbf82c56f", "type": "Notebook", + string: '{"value": [{"id": "e0612997-1710-47a0-8195-286fc037e24c", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": "624f672d-e3b9-4e8e-a4ee-f69dd2f6acd2", + "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": "ad72984e-0fb6-4852-a478-dd3821416ce4", "type": "DataPipeline", "displayName": "fabcli000004", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": "ccc6ddd9-a5a9-4370-af29-e8b52f840bea", + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": "41915c7d-5855-4a08-98d4-ab113bb4dc90", "type": "SparkJobDefinition", "displayName": "fabcli000006", "description": - "Created by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f"}, {"id": "a44ad150-dc7f-4c46-8a04-2129f07d96c5", + "Created by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a"}, {"id": "026af425-a57f-470f-a2b7-96dd24537cb7", "type": "Notebook", "displayName": "fabcli000008", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": - "ebc659b1-7226-4736-b70b-1f42bab91769"}]}' + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": + "8bc050b1-0bfd-472d-8dca-319b9d248a54"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -2953,11 +2953,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:05:25 GMT + - Fri, 06 Feb 2026 07:11:51 GMT Pragma: - no-cache RequestId: - - 8229c614-23c0-4764-ba57-df088ead7478 + - 1beb70f0-4603-407f-86de-f0eca335df44 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -2965,7 +2965,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -2983,17 +2983,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3002,15 +3002,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:05:26 GMT + - Fri, 06 Feb 2026 07:11:53 GMT Pragma: - no-cache RequestId: - - 6d00c471-f8c2-4cfa-9423-e08599b558df + - dbcae0b9-97a4-42a4-9775-12b0ecba0669 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3018,7 +3018,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3036,17 +3036,57 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"requestId": "b3188c81-b922-4786-93af-fb6782895ed7", "errorCode": + "RequestBlocked", "message": "Request is blocked by the upstream service until: + 2/6/2026 7:12:43 AM (UTC)", "isRetriable": true}' + headers: + Content-Length: + - '188' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:11:53 GMT + RequestId: + - b3188c81-b922-4786-93af-fb6782895ed7 + Retry-After: + - '50' + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-public-api-error-code: + - RequestBlocked + status: + code: 429 + message: '' +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True + response: + body: + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3055,15 +3095,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:05:25 GMT + - Fri, 06 Feb 2026 07:12:46 GMT Pragma: - no-cache RequestId: - - fc5c03dd-2f07-4469-9925-21cc1392c0a6 + - 7a987023-0d12-442f-86ca-3b7655804b9e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3071,7 +3111,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3079,7 +3119,7 @@ interactions: message: OK - request: body: '{"description": "Created by fab", "displayName": "fabcli000010", "type": - "DataPipeline", "folderId": "18775cd6-2c64-48e5-a050-592d360f6073"}' + "DataPipeline", "folderId": "0f7dddf1-2640-4896-8afb-e5e75e01f71a"}' headers: Accept: - '*/*' @@ -3092,14 +3132,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/dataPipelines + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/dataPipelines response: body: - string: '{"id": "95107f7f-d253-4b5d-806d-22cff0fde298", "type": "DataPipeline", + string: '{"id": "2ff7ab09-22d6-4330-812e-786cc2b98dcc", "type": "DataPipeline", "displayName": "fabcli000010", "description": "Created by fab", "workspaceId": - "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": "18775cd6-2c64-48e5-a050-592d360f6073"}' + "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": "0f7dddf1-2640-4896-8afb-e5e75e01f71a"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -3108,17 +3148,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '200' + - '201' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:05:29 GMT + - Fri, 06 Feb 2026 07:12:50 GMT ETag: - '""' Pragma: - no-cache RequestId: - - f861ae03-f977-482b-945e-2e4c577a6806 + - c62ab790-6b61-4b2b-92b9-de98152cd79a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3126,7 +3166,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3144,18 +3184,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "displayName": "fabcli000001", + {"id": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "337acaeb-37c0-4bae-a516-9319ec8fc908", "displayName": "fabcli000002", + {"id": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -3165,15 +3205,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '634' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:05:29 GMT + - Fri, 06 Feb 2026 07:12:51 GMT Pragma: - no-cache RequestId: - - 42e94d56-13f4-4f48-b4b4-3e3a593b3054 + - 3229b522-df54-43f0-b498-0a62642510a4 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3181,7 +3221,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3199,18 +3239,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "displayName": "fabcli000001", + {"id": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "337acaeb-37c0-4bae-a516-9319ec8fc908", "displayName": "fabcli000002", + {"id": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -3220,15 +3260,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '634' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:05:29 GMT + - Fri, 06 Feb 2026 07:12:51 GMT Pragma: - no-cache RequestId: - - d682308b-1cb7-482f-b18a-07bc4ed758d5 + - 472bbaa0-a6b3-47de-931e-e61c759b2dfe Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3236,7 +3276,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3254,25 +3294,25 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/items + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/items response: body: - string: '{"value": [{"id": "c7462674-37ed-4ce8-b912-ff2cbf82c56f", "type": "Notebook", + string: '{"value": [{"id": "e0612997-1710-47a0-8195-286fc037e24c", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": "624f672d-e3b9-4e8e-a4ee-f69dd2f6acd2", + "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": "ad72984e-0fb6-4852-a478-dd3821416ce4", "type": "DataPipeline", "displayName": "fabcli000004", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": "ccc6ddd9-a5a9-4370-af29-e8b52f840bea", + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": "41915c7d-5855-4a08-98d4-ab113bb4dc90", "type": "SparkJobDefinition", "displayName": "fabcli000006", "description": - "Created by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f"}, {"id": "a44ad150-dc7f-4c46-8a04-2129f07d96c5", + "Created by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a"}, {"id": "026af425-a57f-470f-a2b7-96dd24537cb7", "type": "Notebook", "displayName": "fabcli000008", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": - "ebc659b1-7226-4736-b70b-1f42bab91769"}, {"id": "95107f7f-d253-4b5d-806d-22cff0fde298", + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": + "8bc050b1-0bfd-472d-8dca-319b9d248a54"}, {"id": "2ff7ab09-22d6-4330-812e-786cc2b98dcc", "type": "DataPipeline", "displayName": "fabcli000010", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": - "18775cd6-2c64-48e5-a050-592d360f6073"}]}' + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": + "0f7dddf1-2640-4896-8afb-e5e75e01f71a"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3281,15 +3321,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '435' + - '437' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:05:29 GMT + - Fri, 06 Feb 2026 07:12:53 GMT Pragma: - no-cache RequestId: - - e4acb4a9-1035-4f92-8a1f-e3a1e23ba9c4 + - 972fecd3-75db-4298-a40e-aca89c015e85 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3297,7 +3337,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3315,17 +3355,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3334,15 +3374,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:05:30 GMT + - Fri, 06 Feb 2026 07:12:54 GMT Pragma: - no-cache RequestId: - - 9e09b1e1-3fd1-4e78-a94c-434d9113d5fb + - 44b32bd7-a31f-4f2f-8db7-8488e0b15db7 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3350,7 +3390,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3368,17 +3408,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3387,15 +3427,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:05:30 GMT + - Fri, 06 Feb 2026 07:12:54 GMT Pragma: - no-cache RequestId: - - 430f15f9-204b-4389-8958-8b1eaf9e6a42 + - 7196e514-ac6d-47b7-8bf9-1f01ec51c297 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3403,7 +3443,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3421,57 +3461,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"requestId": "17e09d56-b73a-44ff-8368-7183e472218b", "errorCode": - "RequestBlocked", "message": "Request is blocked by the upstream service until: - 9/8/2025 2:06:25 PM (UTC)"}' - headers: - Content-Length: - - '169' - Content-Type: - - application/json; charset=utf-8 - Date: - - Mon, 08 Sep 2025 14:05:30 GMT - RequestId: - - 17e09d56-b73a-44ff-8368-7183e472218b - Retry-After: - - '55' - home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ - request-redirected: - - 'true' - x-ms-public-api-error-code: - - RequestBlocked - status: - code: 429 - message: '' -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Type: - - application/json - User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 - method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True - response: - body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3480,15 +3480,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:06:25 GMT + - Fri, 06 Feb 2026 07:12:54 GMT Pragma: - no-cache RequestId: - - 03ef0870-7f1e-4f8c-8da4-3e33ce525c64 + - 2cc0d1b7-1772-454e-bc8e-5aa966ead51b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3496,7 +3496,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3514,17 +3514,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -3533,15 +3533,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:06:25 GMT + - Fri, 06 Feb 2026 07:12:56 GMT Pragma: - no-cache RequestId: - - 468c9ed0-d8db-49d5-8427-c287b270ac5c + - 732d436f-1976-4d4f-82fd-98ff137a3193 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3549,7 +3549,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3567,18 +3567,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "displayName": "fabcli000001", + {"id": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "337acaeb-37c0-4bae-a516-9319ec8fc908", "displayName": "fabcli000002", + {"id": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -3588,15 +3588,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '634' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:06:26 GMT + - Fri, 06 Feb 2026 07:12:56 GMT Pragma: - no-cache RequestId: - - 77ecf86f-338b-4965-959d-a448ffefa880 + - e9a16bbe-c9a6-41d1-af28-78c0a37c2f04 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3604,7 +3604,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3622,9 +3622,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/items response: body: string: '{"value": []}' @@ -3640,11 +3640,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:06:25 GMT + - Fri, 06 Feb 2026 07:12:57 GMT Pragma: - no-cache RequestId: - - 75df5d30-79b6-4b6f-a6a7-2956d87c1db7 + - ba4dbbc1-26c6-49c8-b2c2-8c86bfaa931e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3652,7 +3652,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3670,9 +3670,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/items response: body: string: '{"value": []}' @@ -3688,11 +3688,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:06:25 GMT + - Fri, 06 Feb 2026 07:12:58 GMT Pragma: - no-cache RequestId: - - 2351601d-3336-4ca0-85b4-3ede8d5d02bf + - 5c763291-a54c-4392-9645-5dcf656a6703 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3700,7 +3700,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3718,9 +3718,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/items response: body: string: '{"value": []}' @@ -3736,11 +3736,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:06:26 GMT + - Fri, 06 Feb 2026 07:12:59 GMT Pragma: - no-cache RequestId: - - 9b394b59-8247-4bab-9193-abb5d0898041 + - 50c52bb5-4bf2-4a91-bcc2-c121f6bf1ee4 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3748,7 +3748,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3766,14 +3766,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/items/c7462674-37ed-4ce8-b912-ff2cbf82c56f + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/items/e0612997-1710-47a0-8195-286fc037e24c response: body: - string: '{"id": "c7462674-37ed-4ce8-b912-ff2cbf82c56f", "type": "Notebook", + string: '{"id": "e0612997-1710-47a0-8195-286fc037e24c", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}' + "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -3782,17 +3782,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '165' + - '166' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:06:26 GMT + - Fri, 06 Feb 2026 07:13:00 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 40b62e6d-4429-4c4c-a0d9-c207f9486520 + - 5534f9e0-21bd-466b-b68e-db78b06c854f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3800,7 +3800,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -3820,9 +3820,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/items/c7462674-37ed-4ce8-b912-ff2cbf82c56f/getDefinition + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/items/e0612997-1710-47a0-8195-286fc037e24c/getDefinition response: body: string: 'null' @@ -3838,13 +3838,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:06:27 GMT + - Fri, 06 Feb 2026 07:13:00 GMT Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/e7724235-0f3f-4bde-8cc5-46d99fde056d + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/6d3bbce8-d5e9-4dbc-9034-0a98670477db Pragma: - no-cache RequestId: - - 192961ba-cb3e-4045-bea3-fa30891f54d6 + - 27dafcd3-fb34-48bb-a4c6-3dc22801f927 Retry-After: - '20' Strict-Transport-Security: @@ -3854,11 +3854,11 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' x-ms-operation-id: - - e7724235-0f3f-4bde-8cc5-46d99fde056d + - 6d3bbce8-d5e9-4dbc-9034-0a98670477db status: code: 202 message: Accepted @@ -3874,13 +3874,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/e7724235-0f3f-4bde-8cc5-46d99fde056d + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/6d3bbce8-d5e9-4dbc-9034-0a98670477db response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2025-09-08T14:06:27.392777", - "lastUpdatedTimeUtc": "2025-09-08T14:06:27.7521491", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-06T07:13:01.5804993", + "lastUpdatedTimeUtc": "2026-02-06T07:13:01.8930008", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -3894,13 +3894,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:06:47 GMT + - Fri, 06 Feb 2026 07:13:22 GMT Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/e7724235-0f3f-4bde-8cc5-46d99fde056d/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/6d3bbce8-d5e9-4dbc-9034-0a98670477db/result Pragma: - no-cache RequestId: - - 911772e7-b546-4730-8d40-fc91ac7d27ac + - bb706cb3-9ad9-44bb-afb2-48db3a9ce221 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -3908,7 +3908,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - e7724235-0f3f-4bde-8cc5-46d99fde056d + - 6d3bbce8-d5e9-4dbc-9034-0a98670477db status: code: 200 message: OK @@ -3924,9 +3924,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/e7724235-0f3f-4bde-8cc5-46d99fde056d/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/6d3bbce8-d5e9-4dbc-9034-0a98670477db/result response: body: string: '{"definition": {"parts": [{"path": "notebook-content.py", "payload": @@ -3943,11 +3943,11 @@ interactions: Content-Type: - application/json Date: - - Mon, 08 Sep 2025 14:06:47 GMT + - Fri, 06 Feb 2026 07:13:23 GMT Pragma: - no-cache RequestId: - - 5511e36b-9ccf-4ad1-8964-800fd5a46b87 + - f9026c6d-9eca-46d0-9c9a-0bcad5b1ccdd Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -3976,9 +3976,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/items response: body: string: 'null' @@ -3994,15 +3994,15 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:06:48 GMT + - Fri, 06 Feb 2026 07:13:26 GMT ETag: - '""' Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/927c56d8-1327-4408-b75b-8a3a1af29778 + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/2c7623bb-0e10-4541-9493-405d752657c3 Pragma: - no-cache RequestId: - - 5898c6a1-f774-4d71-b213-a2ecd2a3b3ea + - 93c7964d-2dfe-4cc0-ba54-c30224d87d8d Retry-After: - '20' Strict-Transport-Security: @@ -4012,11 +4012,11 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' x-ms-operation-id: - - 927c56d8-1327-4408-b75b-8a3a1af29778 + - 2c7623bb-0e10-4541-9493-405d752657c3 status: code: 202 message: Accepted @@ -4032,13 +4032,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/927c56d8-1327-4408-b75b-8a3a1af29778 + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/2c7623bb-0e10-4541-9493-405d752657c3 response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2025-09-08T14:06:48.5121602", - "lastUpdatedTimeUtc": "2025-09-08T14:06:50.8559291", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-06T07:13:25.371715", + "lastUpdatedTimeUtc": "2026-02-06T07:13:27.340993", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -4048,17 +4048,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '131' + - '129' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:07:09 GMT + - Fri, 06 Feb 2026 07:13:48 GMT Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/927c56d8-1327-4408-b75b-8a3a1af29778/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/2c7623bb-0e10-4541-9493-405d752657c3/result Pragma: - no-cache RequestId: - - 6c5d5699-756d-4530-97f7-26c4a4d380e7 + - 1fc0cf06-6e99-4f7b-998c-ffe234244f2e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4066,7 +4066,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - 927c56d8-1327-4408-b75b-8a3a1af29778 + - 2c7623bb-0e10-4541-9493-405d752657c3 status: code: 200 message: OK @@ -4082,14 +4082,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/927c56d8-1327-4408-b75b-8a3a1af29778/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/2c7623bb-0e10-4541-9493-405d752657c3/result response: body: - string: '{"id": "f681b4e8-3112-43a0-b805-a19844de1fe9", "type": "Notebook", + string: '{"id": "ef61ccc3-71c4-4ff2-9554-e52e4a549b14", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "337acaeb-37c0-4bae-a516-9319ec8fc908"}' + "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}' headers: Access-Control-Expose-Headers: - RequestId @@ -4100,11 +4100,11 @@ interactions: Content-Type: - application/json Date: - - Mon, 08 Sep 2025 14:07:09 GMT + - Fri, 06 Feb 2026 07:13:48 GMT Pragma: - no-cache RequestId: - - 98634c19-944a-4ecc-b052-b8dc78c13326 + - a5c59908-c22f-4524-b134-c45323869fd8 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -4128,18 +4128,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "displayName": "fabcli000001", + {"id": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "337acaeb-37c0-4bae-a516-9319ec8fc908", "displayName": "fabcli000002", + {"id": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -4149,15 +4149,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '634' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:07:09 GMT + - Fri, 06 Feb 2026 07:13:49 GMT Pragma: - no-cache RequestId: - - 037a2b42-e82b-4e17-bb6e-1c448378cfa4 + - f5caa236-d6ad-484d-a86d-a637e525a7e7 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4165,7 +4165,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4183,14 +4183,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/items response: body: - string: '{"value": [{"id": "f681b4e8-3112-43a0-b805-a19844de1fe9", "type": "Notebook", + string: '{"value": [{"id": "ef61ccc3-71c4-4ff2-9554-e52e4a549b14", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "337acaeb-37c0-4bae-a516-9319ec8fc908"}]}' + "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -4199,15 +4199,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '177' + - '176' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:07:10 GMT + - Fri, 06 Feb 2026 07:13:50 GMT Pragma: - no-cache RequestId: - - 32a92382-a002-48c9-9598-262526956a9c + - aac3b714-2ded-4a3e-aa0a-fc4a488b4b91 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4215,7 +4215,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4233,14 +4233,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/items response: body: - string: '{"value": [{"id": "f681b4e8-3112-43a0-b805-a19844de1fe9", "type": "Notebook", + string: '{"value": [{"id": "ef61ccc3-71c4-4ff2-9554-e52e4a549b14", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "337acaeb-37c0-4bae-a516-9319ec8fc908"}]}' + "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -4249,15 +4249,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '177' + - '176' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:07:10 GMT + - Fri, 06 Feb 2026 07:13:51 GMT Pragma: - no-cache RequestId: - - 632ae36a-e9ea-49e4-994e-d042b0d65d43 + - 963ba17b-995c-4c20-9a6b-f2606684159a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4265,7 +4265,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4283,14 +4283,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/items response: body: - string: '{"value": [{"id": "f681b4e8-3112-43a0-b805-a19844de1fe9", "type": "Notebook", + string: '{"value": [{"id": "ef61ccc3-71c4-4ff2-9554-e52e4a549b14", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "337acaeb-37c0-4bae-a516-9319ec8fc908"}]}' + "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -4299,15 +4299,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '177' + - '176' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:07:10 GMT + - Fri, 06 Feb 2026 07:13:51 GMT Pragma: - no-cache RequestId: - - 0991f3ba-d7b7-46e2-bcd1-09831ae12b78 + - ad1c751a-1bd4-488e-a3fd-069e7a7d7370 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4315,7 +4315,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4333,14 +4333,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/items/624f672d-e3b9-4e8e-a4ee-f69dd2f6acd2 + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/items/ad72984e-0fb6-4852-a478-dd3821416ce4 response: body: - string: '{"id": "624f672d-e3b9-4e8e-a4ee-f69dd2f6acd2", "type": "DataPipeline", + string: '{"id": "ad72984e-0fb6-4852-a478-dd3821416ce4", "type": "DataPipeline", "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": - "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}' + "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -4349,17 +4349,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '165' + - '169' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:07:10 GMT + - Fri, 06 Feb 2026 07:13:53 GMT ETag: - '""' Pragma: - no-cache RequestId: - - abbb1677-28d0-44bb-bd37-16cc2a42a7f3 + - 512f46c7-c3a5-4799-a185-59088b6b13c2 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4367,7 +4367,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4387,9 +4387,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/items/624f672d-e3b9-4e8e-a4ee-f69dd2f6acd2/getDefinition + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/items/ad72984e-0fb6-4852-a478-dd3821416ce4/getDefinition response: body: string: '{"definition": {"parts": [{"path": "pipeline-content.json", "payload": @@ -4408,11 +4408,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:07:11 GMT + - Fri, 06 Feb 2026 07:13:54 GMT Pragma: - no-cache RequestId: - - ab132c9c-f447-4e0a-bb60-90983418e195 + - 4a77dfa1-fd18-4471-8df3-3f2034897729 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4420,7 +4420,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4444,14 +4444,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/items response: body: - string: '{"id": "f5d24469-feed-4f8e-b5a9-71bb9bbd0570", "type": "DataPipeline", + string: '{"id": "6da7abe9-44db-49be-a885-48f74490660f", "type": "DataPipeline", "displayName": "fabcli000004", "description": "Created by fab", "workspaceId": - "337acaeb-37c0-4bae-a516-9319ec8fc908"}' + "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -4460,17 +4460,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '168' + - '169' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:07:20 GMT + - Fri, 06 Feb 2026 07:14:00 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 28183259-f381-4079-ae10-1182f73d3dcd + - ca778f0b-d6b2-40b7-a203-e43e98a175ef Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4478,7 +4478,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4496,18 +4496,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "displayName": "fabcli000001", + {"id": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "337acaeb-37c0-4bae-a516-9319ec8fc908", "displayName": "fabcli000002", + {"id": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -4517,15 +4517,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '634' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:07:21 GMT + - Fri, 06 Feb 2026 07:14:00 GMT Pragma: - no-cache RequestId: - - 2bc37d29-e3a3-46dd-ac70-c7bd9a598b64 + - c1999e71-1a1a-4412-897e-4b710fa1dfb1 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4533,7 +4533,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4551,9 +4551,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/folders?recursive=True response: body: string: '{"value": []}' @@ -4569,11 +4569,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:07:20 GMT + - Fri, 06 Feb 2026 07:14:01 GMT Pragma: - no-cache RequestId: - - 8f29d31e-0fb2-43db-b66f-47a82784a9b4 + - 05c3417b-8846-4ec8-9141-0535fda370a2 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4581,7 +4581,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4599,9 +4599,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/folders?recursive=True response: body: string: '{"value": []}' @@ -4617,11 +4617,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:07:20 GMT + - Fri, 06 Feb 2026 07:14:02 GMT Pragma: - no-cache RequestId: - - ce52be14-e450-4565-9ef5-8be030145128 + - b2cad905-45b5-435f-a325-0d0f5c28d736 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4629,7 +4629,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4649,13 +4649,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/folders + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/folders response: body: - string: '{"id": "33c62343-67f9-432f-979e-3881271a1647", "displayName": "fabcli000005", - "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}' + string: '{"id": "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "displayName": "fabcli000005", + "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}' headers: Access-Control-Expose-Headers: - RequestId,Location @@ -4664,17 +4664,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '131' + - '133' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:07:21 GMT + - Fri, 06 Feb 2026 07:14:02 GMT Location: - - https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/folders/33c62343-67f9-432f-979e-3881271a1647 + - https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/folders/e45124b0-437b-4c39-80a4-7d35e7cec8fe Pragma: - no-cache RequestId: - - ee85aff6-fac4-489b-b083-99f07103f8e1 + - a000d8b1-96fb-4e63-aa7f-3176df4028df Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4682,7 +4682,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4700,25 +4700,25 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/items + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/items response: body: - string: '{"value": [{"id": "c7462674-37ed-4ce8-b912-ff2cbf82c56f", "type": "Notebook", + string: '{"value": [{"id": "e0612997-1710-47a0-8195-286fc037e24c", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": "624f672d-e3b9-4e8e-a4ee-f69dd2f6acd2", + "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": "ad72984e-0fb6-4852-a478-dd3821416ce4", "type": "DataPipeline", "displayName": "fabcli000004", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": "ccc6ddd9-a5a9-4370-af29-e8b52f840bea", + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": "41915c7d-5855-4a08-98d4-ab113bb4dc90", "type": "SparkJobDefinition", "displayName": "fabcli000006", "description": - "Created by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f"}, {"id": "a44ad150-dc7f-4c46-8a04-2129f07d96c5", + "Created by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a"}, {"id": "026af425-a57f-470f-a2b7-96dd24537cb7", "type": "Notebook", "displayName": "fabcli000008", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": - "ebc659b1-7226-4736-b70b-1f42bab91769"}, {"id": "95107f7f-d253-4b5d-806d-22cff0fde298", + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": + "8bc050b1-0bfd-472d-8dca-319b9d248a54"}, {"id": "2ff7ab09-22d6-4330-812e-786cc2b98dcc", "type": "DataPipeline", "displayName": "fabcli000010", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": - "18775cd6-2c64-48e5-a050-592d360f6073"}]}' + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": + "0f7dddf1-2640-4896-8afb-e5e75e01f71a"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -4727,15 +4727,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '435' + - '437' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:07:21 GMT + - Fri, 06 Feb 2026 07:14:03 GMT Pragma: - no-cache RequestId: - - adb62ec7-b33a-4de6-8e0c-f0fb24044c4c + - 9b4bd42e-e50b-4bee-8e88-0ddb41576575 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4743,7 +4743,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4761,17 +4761,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -4780,15 +4780,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:07:22 GMT + - Fri, 06 Feb 2026 07:14:03 GMT Pragma: - no-cache RequestId: - - 223bf5d6-2ce1-4da3-894f-9efce98ff88b + - 8c42f36a-e1f1-409a-ade0-04a74f836aef Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4796,7 +4796,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4814,17 +4814,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -4833,15 +4833,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:07:22 GMT + - Fri, 06 Feb 2026 07:14:05 GMT Pragma: - no-cache RequestId: - - 93843e0c-80a5-4899-a2bc-78462d91c1a6 + - eb2c045d-8b46-4f31-9777-483e47d88cd3 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4849,7 +4849,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4867,17 +4867,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -4886,15 +4886,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:07:22 GMT + - Fri, 06 Feb 2026 07:14:06 GMT Pragma: - no-cache RequestId: - - 663b8a47-961a-44a9-aefb-19770647f284 + - 2f5a1f8d-af98-4730-9d88-9cc21e01d02e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4902,7 +4902,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4920,17 +4920,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -4939,15 +4939,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:07:21 GMT + - Fri, 06 Feb 2026 07:14:06 GMT Pragma: - no-cache RequestId: - - 4d920088-5b26-4c1c-93a7-feafb9bc5b89 + - 53ba5203-b404-493d-84d4-549c4cbe7643 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -4955,7 +4955,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -4973,25 +4973,25 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/items + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/items response: body: - string: '{"value": [{"id": "c7462674-37ed-4ce8-b912-ff2cbf82c56f", "type": "Notebook", + string: '{"value": [{"id": "e0612997-1710-47a0-8195-286fc037e24c", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": "624f672d-e3b9-4e8e-a4ee-f69dd2f6acd2", + "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": "ad72984e-0fb6-4852-a478-dd3821416ce4", "type": "DataPipeline", "displayName": "fabcli000004", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": "ccc6ddd9-a5a9-4370-af29-e8b52f840bea", + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": "41915c7d-5855-4a08-98d4-ab113bb4dc90", "type": "SparkJobDefinition", "displayName": "fabcli000006", "description": - "Created by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f"}, {"id": "a44ad150-dc7f-4c46-8a04-2129f07d96c5", + "Created by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a"}, {"id": "026af425-a57f-470f-a2b7-96dd24537cb7", "type": "Notebook", "displayName": "fabcli000008", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": - "ebc659b1-7226-4736-b70b-1f42bab91769"}, {"id": "95107f7f-d253-4b5d-806d-22cff0fde298", + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": + "8bc050b1-0bfd-472d-8dca-319b9d248a54"}, {"id": "2ff7ab09-22d6-4330-812e-786cc2b98dcc", "type": "DataPipeline", "displayName": "fabcli000010", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": - "18775cd6-2c64-48e5-a050-592d360f6073"}]}' + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": + "0f7dddf1-2640-4896-8afb-e5e75e01f71a"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -5000,15 +5000,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '435' + - '437' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:07:22 GMT + - Fri, 06 Feb 2026 07:14:07 GMT Pragma: - no-cache RequestId: - - 11650308-67a0-46cf-96a1-67b54112265a + - 2b0276b9-4e3a-42d1-9384-ecd7d2cfb2a8 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -5016,7 +5016,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -5034,17 +5034,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -5053,15 +5053,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:07:24 GMT + - Fri, 06 Feb 2026 07:14:07 GMT Pragma: - no-cache RequestId: - - 06f3c6ee-f7da-4e9b-816b-f5d601b3e4fc + - 0d2271d6-c257-456b-8737-93869676aaee Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -5069,7 +5069,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -5087,17 +5087,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -5106,15 +5106,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:07:25 GMT + - Fri, 06 Feb 2026 07:14:08 GMT Pragma: - no-cache RequestId: - - 273eae71-cb6a-42fa-b46c-f18a0e3de4d5 + - df3f11fa-f250-4d29-8c2f-4f1fb3e93c73 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -5122,7 +5122,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -5140,34 +5140,47 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"requestId": "8a59ec7a-f564-476e-86d1-f5e90956c510", "errorCode": - "RequestBlocked", "message": "Request is blocked by the upstream service until: - 9/8/2025 2:07:26 PM (UTC)"}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip Content-Length: - - '169' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:07:25 GMT + - Fri, 06 Feb 2026 07:14:09 GMT + Pragma: + - no-cache RequestId: - - 8a59ec7a-f564-476e-86d1-f5e90956c510 - Retry-After: - - '1' + - 0b658edd-1af5-4bf3-a670-398c01b17ef8 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' - x-ms-public-api-error-code: - - RequestBlocked status: - code: 429 - message: '' + code: 200 + message: OK - request: body: null headers: @@ -5180,17 +5193,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -5199,15 +5212,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:07:25 GMT + - Fri, 06 Feb 2026 07:14:09 GMT Pragma: - no-cache RequestId: - - b394cc9c-ad88-4ae6-b3c7-2940fee30345 + - 66c5b332-fcac-40c3-bcef-0e84b437a066 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -5215,7 +5228,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -5233,17 +5246,25 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/items response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "e0612997-1710-47a0-8195-286fc037e24c", "type": "Notebook", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": "ad72984e-0fb6-4852-a478-dd3821416ce4", + "type": "DataPipeline", "displayName": "fabcli000004", "description": "Created + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": "41915c7d-5855-4a08-98d4-ab113bb4dc90", + "type": "SparkJobDefinition", "displayName": "fabcli000006", "description": + "Created by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a"}, {"id": "026af425-a57f-470f-a2b7-96dd24537cb7", + "type": "Notebook", "displayName": "fabcli000008", "description": "Created + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": + "8bc050b1-0bfd-472d-8dca-319b9d248a54"}, {"id": "2ff7ab09-22d6-4330-812e-786cc2b98dcc", + "type": "DataPipeline", "displayName": "fabcli000010", "description": "Created + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": + "0f7dddf1-2640-4896-8afb-e5e75e01f71a"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -5252,15 +5273,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '437' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:07:27 GMT + - Fri, 06 Feb 2026 07:14:10 GMT Pragma: - no-cache RequestId: - - 61ab9738-7592-4d2e-a660-942eab7a8295 + - e8718037-c32f-4ce0-a53d-203f76cce9ed Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -5268,7 +5289,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -5286,55 +5307,34 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/items + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "c7462674-37ed-4ce8-b912-ff2cbf82c56f", "type": "Notebook", - "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": "624f672d-e3b9-4e8e-a4ee-f69dd2f6acd2", - "type": "DataPipeline", "displayName": "fabcli000004", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": "ccc6ddd9-a5a9-4370-af29-e8b52f840bea", - "type": "SparkJobDefinition", "displayName": "fabcli000006", "description": - "Created by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f"}, {"id": "a44ad150-dc7f-4c46-8a04-2129f07d96c5", - "type": "Notebook", "displayName": "fabcli000008", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": - "ebc659b1-7226-4736-b70b-1f42bab91769"}, {"id": "95107f7f-d253-4b5d-806d-22cff0fde298", - "type": "DataPipeline", "displayName": "fabcli000010", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": - "18775cd6-2c64-48e5-a050-592d360f6073"}]}' + string: '{"requestId": "ac1096c9-e6e9-436a-a3bb-ccc0e409bb26", "errorCode": + "RequestBlocked", "message": "Request is blocked by the upstream service until: + 2/6/2026 7:15:02 AM (UTC)", "isRetriable": true}' headers: - Access-Control-Expose-Headers: - - RequestId - Cache-Control: - - no-store, must-revalidate, no-cache - Content-Encoding: - - gzip Content-Length: - - '435' + - '188' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:07:26 GMT - Pragma: - - no-cache + - Fri, 06 Feb 2026 07:14:11 GMT RequestId: - - b88c31f1-bc1d-40cc-9922-20f5c39d9023 - Strict-Transport-Security: - - max-age=31536000; includeSubDomains - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - deny + - ac1096c9-e6e9-436a-a3bb-ccc0e409bb26 + Retry-After: + - '50' home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' + x-ms-public-api-error-code: + - RequestBlocked status: - code: 200 - message: OK + code: 429 + message: '' - request: body: null headers: @@ -5347,17 +5347,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -5366,15 +5366,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:07:26 GMT + - Fri, 06 Feb 2026 07:15:04 GMT Pragma: - no-cache RequestId: - - a169b974-9136-45a4-b8ac-df47517e2cc3 + - 8939a30d-9bbf-458d-92d7-beac659636a5 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -5382,7 +5382,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -5400,17 +5400,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -5419,15 +5419,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:07:27 GMT + - Fri, 06 Feb 2026 07:15:05 GMT Pragma: - no-cache RequestId: - - 89ad7396-cfd1-47b2-923b-70510982fbd8 + - 266baf5b-39ea-4eb7-9b5a-a1b08082cdd5 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -5435,7 +5435,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -5453,17 +5453,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -5472,15 +5472,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:07:27 GMT + - Fri, 06 Feb 2026 07:15:06 GMT Pragma: - no-cache RequestId: - - 4a0f0f4a-1c45-44fe-a4f6-9887b7525127 + - edabba9e-69b9-4c44-976e-b3139da86850 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -5488,7 +5488,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -5506,17 +5506,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -5525,15 +5525,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:07:27 GMT + - Fri, 06 Feb 2026 07:15:07 GMT Pragma: - no-cache RequestId: - - 7717bf93-5554-4637-a2e0-807908f2b33f + - 71e2d9e5-1147-48c6-b95e-053639e78326 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -5541,7 +5541,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -5559,25 +5559,25 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/items + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/items response: body: - string: '{"value": [{"id": "c7462674-37ed-4ce8-b912-ff2cbf82c56f", "type": "Notebook", + string: '{"value": [{"id": "e0612997-1710-47a0-8195-286fc037e24c", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": "624f672d-e3b9-4e8e-a4ee-f69dd2f6acd2", + "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": "ad72984e-0fb6-4852-a478-dd3821416ce4", "type": "DataPipeline", "displayName": "fabcli000004", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": "ccc6ddd9-a5a9-4370-af29-e8b52f840bea", + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": "41915c7d-5855-4a08-98d4-ab113bb4dc90", "type": "SparkJobDefinition", "displayName": "fabcli000006", "description": - "Created by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f"}, {"id": "a44ad150-dc7f-4c46-8a04-2129f07d96c5", + "Created by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a"}, {"id": "026af425-a57f-470f-a2b7-96dd24537cb7", "type": "Notebook", "displayName": "fabcli000008", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": - "ebc659b1-7226-4736-b70b-1f42bab91769"}, {"id": "95107f7f-d253-4b5d-806d-22cff0fde298", + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": + "8bc050b1-0bfd-472d-8dca-319b9d248a54"}, {"id": "2ff7ab09-22d6-4330-812e-786cc2b98dcc", "type": "DataPipeline", "displayName": "fabcli000010", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": - "18775cd6-2c64-48e5-a050-592d360f6073"}]}' + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": + "0f7dddf1-2640-4896-8afb-e5e75e01f71a"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -5586,15 +5586,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '435' + - '437' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:07:27 GMT + - Fri, 06 Feb 2026 07:15:07 GMT Pragma: - no-cache RequestId: - - 97d97c50-ded2-4744-945c-a0b421bd9870 + - b76ab0b2-0e14-46bb-82e1-98869c60bb4b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -5602,7 +5602,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -5620,17 +5620,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -5639,15 +5639,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:07:27 GMT + - Fri, 06 Feb 2026 07:15:08 GMT Pragma: - no-cache RequestId: - - 731a5e9f-6c7d-414a-bfb2-cfe9443c4e47 + - a9bcc3f1-6bf4-4826-86e6-ba052d5dd0ef Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -5655,7 +5655,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -5673,17 +5673,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -5692,15 +5692,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:07:27 GMT + - Fri, 06 Feb 2026 07:15:09 GMT Pragma: - no-cache RequestId: - - 5a7426eb-b6df-4997-8c4c-1694bfc8a0da + - dc1978f6-94fb-44ca-9eb6-51cd5e982979 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -5708,7 +5708,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -5726,17 +5726,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -5745,15 +5745,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:07:28 GMT + - Fri, 06 Feb 2026 07:15:10 GMT Pragma: - no-cache RequestId: - - bd0148b2-987b-4f9a-8395-268274420a8f + - ee432bc5-41c8-4c17-97e2-558e8f1a775e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -5761,7 +5761,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -5779,17 +5779,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -5798,15 +5798,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:07:28 GMT + - Fri, 06 Feb 2026 07:15:11 GMT Pragma: - no-cache RequestId: - - 1176200e-948f-48d6-80be-49e3d670526c + - 6b8d1cad-4d1b-4e2b-b287-2a7f0d727492 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -5814,7 +5814,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -5832,18 +5832,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "displayName": "fabcli000001", + {"id": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "337acaeb-37c0-4bae-a516-9319ec8fc908", "displayName": "fabcli000002", + {"id": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -5853,15 +5853,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '634' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:07:28 GMT + - Fri, 06 Feb 2026 07:15:12 GMT Pragma: - no-cache RequestId: - - bbd89544-4ee0-451e-b02b-d440425fc3e1 + - e5803ced-f543-413d-a8c7-b4a3a12e911b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -5869,7 +5869,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -5887,53 +5887,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 - method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/folders?recursive=True - response: - body: - string: '{"requestId": "729a9afc-1e72-4ebd-921e-6b6620c8056e", "errorCode": - "RequestBlocked", "message": "Request is blocked by the upstream service until: - 9/8/2025 2:08:27 PM (UTC)"}' - headers: - Content-Length: - - '169' - Content-Type: - - application/json; charset=utf-8 - Date: - - Mon, 08 Sep 2025 14:07:28 GMT - RequestId: - - 729a9afc-1e72-4ebd-921e-6b6620c8056e - Retry-After: - - '58' - home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ - request-redirected: - - 'true' - x-ms-public-api-error-code: - - RequestBlocked - status: - code: 429 - message: '' -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Type: - - application/json - User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/folders?recursive=True response: body: - string: '{"value": [{"id": "33c62343-67f9-432f-979e-3881271a1647", "displayName": - "fabcli000005", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}]}' + string: '{"value": [{"id": "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "displayName": + "fabcli000005", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -5942,15 +5902,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '143' + - '144' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:08:26 GMT + - Fri, 06 Feb 2026 07:15:13 GMT Pragma: - no-cache RequestId: - - c26f629e-f4ea-480e-8d92-034418d0b4ac + - 9c771b0e-ff12-4442-bded-d1fca1942d7c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -5958,7 +5918,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -5976,16 +5936,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/items response: body: - string: '{"value": [{"id": "f681b4e8-3112-43a0-b805-a19844de1fe9", "type": "Notebook", + string: '{"value": [{"id": "ef61ccc3-71c4-4ff2-9554-e52e4a549b14", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "337acaeb-37c0-4bae-a516-9319ec8fc908"}, {"id": "f5d24469-feed-4f8e-b5a9-71bb9bbd0570", + "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, {"id": "6da7abe9-44db-49be-a885-48f74490660f", "type": "DataPipeline", "displayName": "fabcli000004", "description": "Created - by fab", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}]}' + by fab", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -5994,15 +5954,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '230' + - '231' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:08:27 GMT + - Fri, 06 Feb 2026 07:15:13 GMT Pragma: - no-cache RequestId: - - ea9e9be7-be1c-4237-8dda-258d0afca45b + - 43fb4f8b-253b-45cb-8b63-5adc3fc22cd2 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -6010,7 +5970,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -6028,16 +5988,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/items response: body: - string: '{"value": [{"id": "f681b4e8-3112-43a0-b805-a19844de1fe9", "type": "Notebook", + string: '{"value": [{"id": "ef61ccc3-71c4-4ff2-9554-e52e4a549b14", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "337acaeb-37c0-4bae-a516-9319ec8fc908"}, {"id": "f5d24469-feed-4f8e-b5a9-71bb9bbd0570", + "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, {"id": "6da7abe9-44db-49be-a885-48f74490660f", "type": "DataPipeline", "displayName": "fabcli000004", "description": "Created - by fab", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}]}' + by fab", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -6046,15 +6006,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '230' + - '231' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:08:27 GMT + - Fri, 06 Feb 2026 07:15:14 GMT Pragma: - no-cache RequestId: - - 5736ce5a-dc96-4deb-92f5-d1e1edecbc6d + - 3c1858a6-3d62-4a6b-bcb0-2ff9504b219b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -6062,7 +6022,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -6080,16 +6040,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/items response: body: - string: '{"value": [{"id": "f681b4e8-3112-43a0-b805-a19844de1fe9", "type": "Notebook", + string: '{"value": [{"id": "ef61ccc3-71c4-4ff2-9554-e52e4a549b14", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "337acaeb-37c0-4bae-a516-9319ec8fc908"}, {"id": "f5d24469-feed-4f8e-b5a9-71bb9bbd0570", + "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, {"id": "6da7abe9-44db-49be-a885-48f74490660f", "type": "DataPipeline", "displayName": "fabcli000004", "description": "Created - by fab", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}]}' + by fab", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -6098,15 +6058,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '230' + - '231' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:08:28 GMT + - Fri, 06 Feb 2026 07:15:15 GMT Pragma: - no-cache RequestId: - - 0b0ad026-3d78-43a4-9de9-f413d7d79fa7 + - e4811843-6e43-4ea0-a4f5-934ca0fc002f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -6114,7 +6074,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -6132,14 +6092,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/items/ccc6ddd9-a5a9-4370-af29-e8b52f840bea + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/items/41915c7d-5855-4a08-98d4-ab113bb4dc90 response: body: - string: '{"id": "ccc6ddd9-a5a9-4370-af29-e8b52f840bea", "type": "SparkJobDefinition", + string: '{"id": "41915c7d-5855-4a08-98d4-ab113bb4dc90", "type": "SparkJobDefinition", "displayName": "fabcli000006", "description": "Created by fab", "workspaceId": - "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": "23089fdb-8072-4294-8741-d2645ecbaa0f"}' + "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": "5ac60325-e9cc-4450-86c3-95d68719a15a"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -6152,13 +6112,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:08:27 GMT + - Fri, 06 Feb 2026 07:15:16 GMT ETag: - '""' Pragma: - no-cache RequestId: - - d7388748-a383-4f83-9bd4-19c2380b8bc1 + - 8ff7a3e7-63ee-4021-ada1-6947e5cec70e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -6166,7 +6126,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -6186,9 +6146,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/items/ccc6ddd9-a5a9-4370-af29-e8b52f840bea/getDefinition + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/items/41915c7d-5855-4a08-98d4-ab113bb4dc90/getDefinition response: body: string: '{"definition": {"parts": [{"path": "SparkJobDefinitionV1.json", "payload": @@ -6203,15 +6163,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '615' + - '616' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:08:28 GMT + - Fri, 06 Feb 2026 07:15:17 GMT Pragma: - no-cache RequestId: - - 6c837d95-132a-45eb-b0b8-02b964c97766 + - d5d93524-7b66-4d4f-9102-c4720435b469 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -6219,7 +6179,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -6230,7 +6190,7 @@ interactions: "fabcli000006", "definition": {"parts": [{"path": "SparkJobDefinitionV1.json", "payload": "ew0KICAiZXhlY3V0YWJsZUZpbGUiOiBudWxsLA0KICAiZGVmYXVsdExha2Vob3VzZUFydGlmYWN0SWQiOiBudWxsLA0KICAibWFpbkNsYXNzIjogbnVsbCwNCiAgImFkZGl0aW9uYWxMYWtlaG91c2VJZHMiOiBbXSwNCiAgInJldHJ5UG9saWN5IjogbnVsbCwNCiAgImNvbW1hbmRMaW5lQXJndW1lbnRzIjogbnVsbCwNCiAgImFkZGl0aW9uYWxMaWJyYXJ5VXJpcyI6IG51bGwsDQogICJsYW5ndWFnZSI6IG51bGwsDQogICJlbnZpcm9ubWVudEFydGlmYWN0SWQiOiBudWxsDQp9", "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIlNwYXJrSm9iRGVmaW5pdGlvbiIsCiAgICAiZGlzcGxheU5hbWUiOiAiZmFiY2xpMDAwMDA2IiwKICAgICJkZXNjcmlwdGlvbiI6ICJDcmVhdGVkIGJ5IGZhYiIKICB9LAogICJjb25maWciOiB7CiAgICAidmVyc2lvbiI6ICIyLjAiLAogICAgImxvZ2ljYWxJZCI6ICIwMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiCiAgfQp9", - "payloadType": "InlineBase64"}]}, "folderId": "33c62343-67f9-432f-979e-3881271a1647"}' + "payloadType": "InlineBase64"}]}, "folderId": "e45124b0-437b-4c39-80a4-7d35e7cec8fe"}' headers: Accept: - '*/*' @@ -6243,14 +6203,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/items response: body: - string: '{"id": "8aea964b-2992-4c28-977c-569abeb07539", "type": "SparkJobDefinition", + string: '{"id": "8487c193-5930-4805-a9dc-ddfe0e58f3c8", "type": "SparkJobDefinition", "displayName": "fabcli000006", "description": "Created by fab", "workspaceId": - "337acaeb-37c0-4bae-a516-9319ec8fc908", "folderId": "33c62343-67f9-432f-979e-3881271a1647"}' + "e1b3f635-de16-463d-a1ed-8d3dffa0ef40", "folderId": "e45124b0-437b-4c39-80a4-7d35e7cec8fe"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -6259,17 +6219,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '205' + - '204' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:08:31 GMT + - Fri, 06 Feb 2026 07:15:19 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 3763ec71-43a7-47a7-9159-c31636dbb9aa + - fa39fd4f-7889-4297-8b33-0f1701386653 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -6277,7 +6237,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -6295,25 +6255,25 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/items + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/items response: body: - string: '{"value": [{"id": "c7462674-37ed-4ce8-b912-ff2cbf82c56f", "type": "Notebook", + string: '{"value": [{"id": "e0612997-1710-47a0-8195-286fc037e24c", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": "624f672d-e3b9-4e8e-a4ee-f69dd2f6acd2", + "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": "ad72984e-0fb6-4852-a478-dd3821416ce4", "type": "DataPipeline", "displayName": "fabcli000004", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": "ccc6ddd9-a5a9-4370-af29-e8b52f840bea", + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": "41915c7d-5855-4a08-98d4-ab113bb4dc90", "type": "SparkJobDefinition", "displayName": "fabcli000006", "description": - "Created by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f"}, {"id": "a44ad150-dc7f-4c46-8a04-2129f07d96c5", + "Created by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a"}, {"id": "026af425-a57f-470f-a2b7-96dd24537cb7", "type": "Notebook", "displayName": "fabcli000008", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": - "ebc659b1-7226-4736-b70b-1f42bab91769"}, {"id": "95107f7f-d253-4b5d-806d-22cff0fde298", + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": + "8bc050b1-0bfd-472d-8dca-319b9d248a54"}, {"id": "2ff7ab09-22d6-4330-812e-786cc2b98dcc", "type": "DataPipeline", "displayName": "fabcli000010", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": - "18775cd6-2c64-48e5-a050-592d360f6073"}]}' + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": + "0f7dddf1-2640-4896-8afb-e5e75e01f71a"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -6322,15 +6282,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '435' + - '437' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:08:30 GMT + - Fri, 06 Feb 2026 07:15:20 GMT Pragma: - no-cache RequestId: - - e9ded51e-892b-47ad-bda9-2588f942bec9 + - b13e4e3a-dc84-4791-9348-4b8513c44541 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -6338,7 +6298,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -6356,17 +6316,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -6375,15 +6335,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:08:30 GMT + - Fri, 06 Feb 2026 07:15:20 GMT Pragma: - no-cache RequestId: - - ef6dee9d-f013-48bb-9896-944095a1c7a9 + - 0191aaa2-8490-4dc8-9a11-5315097fe83e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -6391,7 +6351,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -6409,17 +6369,57 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"requestId": "fcbb1ff3-bc10-4d71-a899-278786b2a9da", "errorCode": + "RequestBlocked", "message": "Request is blocked by the upstream service until: + 2/6/2026 7:16:06 AM (UTC)", "isRetriable": true}' + headers: + Content-Length: + - '188' + Content-Type: + - application/json; charset=utf-8 + Date: + - Fri, 06 Feb 2026 07:15:21 GMT + RequestId: + - fcbb1ff3-bc10-4d71-a899-278786b2a9da + Retry-After: + - '44' + home-cluster-uri: + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ + request-redirected: + - 'true' + x-ms-public-api-error-code: + - RequestBlocked + status: + code: 429 + message: '' +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Type: + - application/json + User-Agent: + - ms-fabric-cli-test/1.3.1 + method: GET + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True + response: + body: + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -6428,15 +6428,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:08:31 GMT + - Fri, 06 Feb 2026 07:16:08 GMT Pragma: - no-cache RequestId: - - 58394053-f6c8-41d2-b31f-970a17bc5097 + - f67bfd79-67d3-496f-a93c-8b46c6db1e0f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -6444,7 +6444,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -6462,17 +6462,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -6481,15 +6481,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:08:31 GMT + - Fri, 06 Feb 2026 07:16:09 GMT Pragma: - no-cache RequestId: - - 8b018723-01c8-4b9e-bdd0-fb997e81f191 + - 1bc00105-7e5b-4f32-a110-f5277983d788 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -6497,7 +6497,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -6515,17 +6515,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -6534,15 +6534,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:08:31 GMT + - Fri, 06 Feb 2026 07:16:10 GMT Pragma: - no-cache RequestId: - - 9f8eaa03-5f13-45ee-866b-4a7ec9fe6650 + - 6b589d4c-cd8e-427b-826c-f90da353974f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -6550,7 +6550,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -6568,25 +6568,25 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/items + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/items response: body: - string: '{"value": [{"id": "c7462674-37ed-4ce8-b912-ff2cbf82c56f", "type": "Notebook", + string: '{"value": [{"id": "e0612997-1710-47a0-8195-286fc037e24c", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": "624f672d-e3b9-4e8e-a4ee-f69dd2f6acd2", + "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": "ad72984e-0fb6-4852-a478-dd3821416ce4", "type": "DataPipeline", "displayName": "fabcli000004", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": "ccc6ddd9-a5a9-4370-af29-e8b52f840bea", + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": "41915c7d-5855-4a08-98d4-ab113bb4dc90", "type": "SparkJobDefinition", "displayName": "fabcli000006", "description": - "Created by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f"}, {"id": "a44ad150-dc7f-4c46-8a04-2129f07d96c5", + "Created by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a"}, {"id": "026af425-a57f-470f-a2b7-96dd24537cb7", "type": "Notebook", "displayName": "fabcli000008", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": - "ebc659b1-7226-4736-b70b-1f42bab91769"}, {"id": "95107f7f-d253-4b5d-806d-22cff0fde298", + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": + "8bc050b1-0bfd-472d-8dca-319b9d248a54"}, {"id": "2ff7ab09-22d6-4330-812e-786cc2b98dcc", "type": "DataPipeline", "displayName": "fabcli000010", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": - "18775cd6-2c64-48e5-a050-592d360f6073"}]}' + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": + "0f7dddf1-2640-4896-8afb-e5e75e01f71a"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -6595,15 +6595,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '435' + - '437' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:08:31 GMT + - Fri, 06 Feb 2026 07:16:11 GMT Pragma: - no-cache RequestId: - - d1afcd84-0a58-4748-8ae1-a85562e51968 + - f609d269-fce4-4074-8ed5-3815c6843320 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -6611,7 +6611,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -6629,17 +6629,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -6648,15 +6648,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:08:32 GMT + - Fri, 06 Feb 2026 07:16:11 GMT Pragma: - no-cache RequestId: - - d3549e05-adc0-4fc4-8cc0-dcc306b64432 + - cda55516-7d02-4d3d-9953-3b2ff899651a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -6664,7 +6664,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -6682,17 +6682,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -6701,15 +6701,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:08:31 GMT + - Fri, 06 Feb 2026 07:16:12 GMT Pragma: - no-cache RequestId: - - 60816184-2432-4421-b905-77d8162ace77 + - 0a7a8307-71b6-44f6-b911-aa8c16a7da97 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -6717,7 +6717,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -6735,17 +6735,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -6754,15 +6754,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:08:32 GMT + - Fri, 06 Feb 2026 07:16:13 GMT Pragma: - no-cache RequestId: - - 4c85b56a-bca8-4aff-ae3f-0a22e836ad42 + - e62e8cdc-c902-487b-8bd9-cded9686897b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -6770,7 +6770,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -6788,17 +6788,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -6807,15 +6807,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:08:32 GMT + - Fri, 06 Feb 2026 07:16:14 GMT Pragma: - no-cache RequestId: - - d0a789d7-7404-4bec-8282-3b5563c7e63e + - 4ae705dc-eb1a-4957-9c1e-b8da612c58c8 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -6823,7 +6823,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -6841,25 +6841,25 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/items + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/items response: body: - string: '{"value": [{"id": "c7462674-37ed-4ce8-b912-ff2cbf82c56f", "type": "Notebook", + string: '{"value": [{"id": "e0612997-1710-47a0-8195-286fc037e24c", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": "624f672d-e3b9-4e8e-a4ee-f69dd2f6acd2", + "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": "ad72984e-0fb6-4852-a478-dd3821416ce4", "type": "DataPipeline", "displayName": "fabcli000004", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": "ccc6ddd9-a5a9-4370-af29-e8b52f840bea", + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": "41915c7d-5855-4a08-98d4-ab113bb4dc90", "type": "SparkJobDefinition", "displayName": "fabcli000006", "description": - "Created by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f"}, {"id": "a44ad150-dc7f-4c46-8a04-2129f07d96c5", + "Created by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a"}, {"id": "026af425-a57f-470f-a2b7-96dd24537cb7", "type": "Notebook", "displayName": "fabcli000008", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": - "ebc659b1-7226-4736-b70b-1f42bab91769"}, {"id": "95107f7f-d253-4b5d-806d-22cff0fde298", + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": + "8bc050b1-0bfd-472d-8dca-319b9d248a54"}, {"id": "2ff7ab09-22d6-4330-812e-786cc2b98dcc", "type": "DataPipeline", "displayName": "fabcli000010", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": - "18775cd6-2c64-48e5-a050-592d360f6073"}]}' + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": + "0f7dddf1-2640-4896-8afb-e5e75e01f71a"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -6868,15 +6868,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '435' + - '437' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:08:32 GMT + - Fri, 06 Feb 2026 07:16:14 GMT Pragma: - no-cache RequestId: - - 2707ce88-6388-4676-a91f-f2de2fe74364 + - 70e9d627-0ef9-4ff4-bff6-79abe842b10b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -6884,7 +6884,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -6902,17 +6902,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -6921,15 +6921,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:08:33 GMT + - Fri, 06 Feb 2026 07:16:15 GMT Pragma: - no-cache RequestId: - - fbad672f-63b0-41b4-8d5b-6c229f1e30b6 + - c5c69a33-e911-488f-bd88-b18d058d4890 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -6937,7 +6937,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -6955,34 +6955,47 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"requestId": "3bbf4d4c-560c-4e54-84e2-d603d64f015f", "errorCode": - "RequestBlocked", "message": "Request is blocked by the upstream service until: - 9/8/2025 2:09:27 PM (UTC)"}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip Content-Length: - - '169' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:08:33 GMT + - Fri, 06 Feb 2026 07:16:17 GMT + Pragma: + - no-cache RequestId: - - 3bbf4d4c-560c-4e54-84e2-d603d64f015f - Retry-After: - - '54' + - 04da7034-15b3-4c38-bfe0-196326742583 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' - x-ms-public-api-error-code: - - RequestBlocked status: - code: 429 - message: '' + code: 200 + message: OK - request: body: null headers: @@ -6995,17 +7008,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -7014,15 +7027,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:09:27 GMT + - Fri, 06 Feb 2026 07:16:17 GMT Pragma: - no-cache RequestId: - - fadec404-f6c6-4904-9a12-b3c2f42efdb5 + - 6f90b31b-6fbd-46e8-991f-bddeb6fccbd7 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -7030,7 +7043,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -7048,47 +7061,34 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"requestId": "80af701e-854a-40ce-bfac-9bf98500b078", "errorCode": + "RequestBlocked", "message": "Request is blocked by the upstream service until: + 2/6/2026 7:17:09 AM (UTC)", "isRetriable": true}' headers: - Access-Control-Expose-Headers: - - RequestId - Cache-Control: - - no-store, must-revalidate, no-cache - Content-Encoding: - - gzip Content-Length: - - '242' + - '188' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:09:27 GMT - Pragma: - - no-cache + - Fri, 06 Feb 2026 07:16:17 GMT RequestId: - - aa3d8cd0-d642-48fc-9890-ba7b4712e548 - Strict-Transport-Security: - - max-age=31536000; includeSubDomains - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - deny + - 80af701e-854a-40ce-bfac-9bf98500b078 + Retry-After: + - '51' home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' + x-ms-public-api-error-code: + - RequestBlocked status: - code: 200 - message: OK + code: 429 + message: '' - request: body: null headers: @@ -7101,17 +7101,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -7120,15 +7120,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:09:27 GMT + - Fri, 06 Feb 2026 07:17:12 GMT Pragma: - no-cache RequestId: - - 0815782b-2b11-4f99-89d9-7a7118a926be + - ca096721-fba3-49ba-9460-d29a287d07db Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -7136,7 +7136,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -7154,18 +7154,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "displayName": "fabcli000001", + {"id": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "337acaeb-37c0-4bae-a516-9319ec8fc908", "displayName": "fabcli000002", + {"id": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -7175,15 +7175,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '634' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:09:27 GMT + - Fri, 06 Feb 2026 07:17:13 GMT Pragma: - no-cache RequestId: - - ae5b4f40-5e1c-413e-818a-e9b57e99fcb0 + - 79470874-c9dc-47a5-afb2-3146ed6ba8aa Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -7191,7 +7191,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -7209,13 +7209,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/folders?recursive=True response: body: - string: '{"value": [{"id": "33c62343-67f9-432f-979e-3881271a1647", "displayName": - "fabcli000005", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}]}' + string: '{"value": [{"id": "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "displayName": + "fabcli000005", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -7224,15 +7224,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '143' + - '144' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:09:27 GMT + - Fri, 06 Feb 2026 07:17:14 GMT Pragma: - no-cache RequestId: - - 4fdf74fe-36de-4acf-b887-1baf039bff57 + - f140556a-7c1f-4f8b-beef-c6772b484ff2 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -7240,7 +7240,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -7258,13 +7258,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/folders?recursive=True response: body: - string: '{"value": [{"id": "33c62343-67f9-432f-979e-3881271a1647", "displayName": - "fabcli000005", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}]}' + string: '{"value": [{"id": "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "displayName": + "fabcli000005", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -7273,15 +7273,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '143' + - '144' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:09:28 GMT + - Fri, 06 Feb 2026 07:17:14 GMT Pragma: - no-cache RequestId: - - 64ffe242-5e17-4908-9009-346e4c3d3346 + - 2960525e-b03f-40e9-ad00-2c5fe3fb96c1 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -7289,7 +7289,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -7307,13 +7307,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/folders?recursive=True response: body: - string: '{"value": [{"id": "33c62343-67f9-432f-979e-3881271a1647", "displayName": - "fabcli000005", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}]}' + string: '{"value": [{"id": "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "displayName": + "fabcli000005", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -7322,15 +7322,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '143' + - '144' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:09:28 GMT + - Fri, 06 Feb 2026 07:17:15 GMT Pragma: - no-cache RequestId: - - 93da18b8-3f97-429a-8d29-d3bf9215eaf9 + - 79bad8bd-26b0-43f1-94a7-af3f20f9ea48 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -7338,7 +7338,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -7346,7 +7346,7 @@ interactions: message: OK - request: body: '{"description": "Created by fab", "displayName": "fabcli000007", "parentFolderId": - "33c62343-67f9-432f-979e-3881271a1647"}' + "e45124b0-437b-4c39-80a4-7d35e7cec8fe"}' headers: Accept: - '*/*' @@ -7359,13 +7359,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/folders + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/folders response: body: - string: '{"id": "7d81746a-0cff-4350-a13e-4ad14251453d", "displayName": "fabcli000007", - "parentFolderId": "33c62343-67f9-432f-979e-3881271a1647", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}' + string: '{"id": "6fd12cfb-7dc9-47c3-b649-5c146f4ce735", "displayName": "fabcli000007", + "parentFolderId": "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}' headers: Access-Control-Expose-Headers: - RequestId,Location @@ -7374,17 +7374,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '165' + - '168' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:09:28 GMT + - Fri, 06 Feb 2026 07:17:16 GMT Location: - - https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/folders/7d81746a-0cff-4350-a13e-4ad14251453d + - https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/folders/6fd12cfb-7dc9-47c3-b649-5c146f4ce735 Pragma: - no-cache RequestId: - - 1511a5ae-8bb4-4f5f-9921-7ba91f7f777e + - 1366a75d-19c6-4bad-9e8f-42c7aad0d1dd Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -7392,7 +7392,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -7410,25 +7410,25 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/items + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/items response: body: - string: '{"value": [{"id": "c7462674-37ed-4ce8-b912-ff2cbf82c56f", "type": "Notebook", + string: '{"value": [{"id": "e0612997-1710-47a0-8195-286fc037e24c", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": "624f672d-e3b9-4e8e-a4ee-f69dd2f6acd2", + "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": "ad72984e-0fb6-4852-a478-dd3821416ce4", "type": "DataPipeline", "displayName": "fabcli000004", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": "ccc6ddd9-a5a9-4370-af29-e8b52f840bea", + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": "41915c7d-5855-4a08-98d4-ab113bb4dc90", "type": "SparkJobDefinition", "displayName": "fabcli000006", "description": - "Created by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f"}, {"id": "a44ad150-dc7f-4c46-8a04-2129f07d96c5", + "Created by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a"}, {"id": "026af425-a57f-470f-a2b7-96dd24537cb7", "type": "Notebook", "displayName": "fabcli000008", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": - "ebc659b1-7226-4736-b70b-1f42bab91769"}, {"id": "95107f7f-d253-4b5d-806d-22cff0fde298", + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": + "8bc050b1-0bfd-472d-8dca-319b9d248a54"}, {"id": "2ff7ab09-22d6-4330-812e-786cc2b98dcc", "type": "DataPipeline", "displayName": "fabcli000010", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": - "18775cd6-2c64-48e5-a050-592d360f6073"}]}' + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": + "0f7dddf1-2640-4896-8afb-e5e75e01f71a"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -7437,15 +7437,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '435' + - '437' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:09:28 GMT + - Fri, 06 Feb 2026 07:17:17 GMT Pragma: - no-cache RequestId: - - 0ab3fbad-df37-46e9-bdf7-d52c5f364637 + - 886e020d-6e6a-44ab-bf07-ddd49f9ee4b4 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -7453,7 +7453,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -7471,17 +7471,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -7490,15 +7490,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:09:28 GMT + - Fri, 06 Feb 2026 07:17:18 GMT Pragma: - no-cache RequestId: - - efaee968-d5e4-49d1-b006-7e90901f8c98 + - d22fc361-8d05-484c-9406-56586b308b1c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -7506,7 +7506,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -7524,17 +7524,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -7543,15 +7543,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:09:29 GMT + - Fri, 06 Feb 2026 07:17:19 GMT Pragma: - no-cache RequestId: - - d9289e5f-aeb7-4220-97e5-30ab85863ff9 + - b5a743cb-8ec1-47cd-b4ca-d48354912ae9 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -7559,7 +7559,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -7577,17 +7577,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -7596,15 +7596,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:09:28 GMT + - Fri, 06 Feb 2026 07:17:20 GMT Pragma: - no-cache RequestId: - - 0754554e-2f96-4c37-a6c2-e7c752c03428 + - 41972131-f429-4040-9120-39e76dff21c0 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -7612,7 +7612,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -7630,17 +7630,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -7649,15 +7649,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:09:29 GMT + - Fri, 06 Feb 2026 07:17:20 GMT Pragma: - no-cache RequestId: - - 2a9de6a2-eb2a-4450-99c5-5387c63e79d2 + - ea7d5297-64fe-4c0c-993a-c06f2724e346 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -7665,7 +7665,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -7683,18 +7683,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "displayName": "fabcli000001", + {"id": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "337acaeb-37c0-4bae-a516-9319ec8fc908", "displayName": "fabcli000002", + {"id": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -7704,15 +7704,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '634' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:09:29 GMT + - Fri, 06 Feb 2026 07:17:21 GMT Pragma: - no-cache RequestId: - - fab3f305-0b49-4b5f-94a3-769c02a28c09 + - 6dd04343-8198-4afb-bf0c-41b58a02b8ae Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -7720,7 +7720,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -7738,34 +7738,45 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/folders?recursive=True response: body: - string: '{"requestId": "79cdff4a-9ec9-46ec-b39f-1f4d93967b78", "errorCode": - "RequestBlocked", "message": "Request is blocked by the upstream service until: - 9/8/2025 2:10:28 PM (UTC)"}' + string: '{"value": [{"id": "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "displayName": + "fabcli000005", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, {"id": + "6fd12cfb-7dc9-47c3-b649-5c146f4ce735", "displayName": "fabcli000007", "parentFolderId": + "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}]}' headers: + Access-Control-Expose-Headers: + - RequestId + Cache-Control: + - no-store, must-revalidate, no-cache + Content-Encoding: + - gzip Content-Length: - - '169' + - '203' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:09:29 GMT + - Fri, 06 Feb 2026 07:17:22 GMT + Pragma: + - no-cache RequestId: - - 79cdff4a-9ec9-46ec-b39f-1f4d93967b78 - Retry-After: - - '58' + - cf98a8e7-f734-44d4-9be4-4f2b752a04d8 + Strict-Transport-Security: + - max-age=31536000; includeSubDomains + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' - x-ms-public-api-error-code: - - RequestBlocked status: - code: 429 - message: '' + code: 200 + message: OK - request: body: null headers: @@ -7778,15 +7789,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/folders?recursive=True response: body: - string: '{"value": [{"id": "33c62343-67f9-432f-979e-3881271a1647", "displayName": - "fabcli000005", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}, {"id": - "7d81746a-0cff-4350-a13e-4ad14251453d", "displayName": "fabcli000007", "parentFolderId": - "33c62343-67f9-432f-979e-3881271a1647", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}]}' + string: '{"value": [{"id": "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "displayName": + "fabcli000005", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, {"id": + "6fd12cfb-7dc9-47c3-b649-5c146f4ce735", "displayName": "fabcli000007", "parentFolderId": + "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -7795,15 +7806,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '200' + - '203' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:10:27 GMT + - Fri, 06 Feb 2026 07:17:23 GMT Pragma: - no-cache RequestId: - - 654e985e-914f-44c7-ae51-1101963be2a3 + - fdc306da-0471-4ed0-bcdf-36ec1afaca91 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -7811,7 +7822,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -7829,15 +7840,19 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/items response: body: - string: '{"value": [{"id": "33c62343-67f9-432f-979e-3881271a1647", "displayName": - "fabcli000005", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}, {"id": - "7d81746a-0cff-4350-a13e-4ad14251453d", "displayName": "fabcli000007", "parentFolderId": - "33c62343-67f9-432f-979e-3881271a1647", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}]}' + string: '{"value": [{"id": "ef61ccc3-71c4-4ff2-9554-e52e4a549b14", "type": "Notebook", + "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": + "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, {"id": "6da7abe9-44db-49be-a885-48f74490660f", + "type": "DataPipeline", "displayName": "fabcli000004", "description": "Created + by fab", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, {"id": "8487c193-5930-4805-a9dc-ddfe0e58f3c8", + "type": "SparkJobDefinition", "displayName": "fabcli000006", "description": + "Created by fab", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40", "folderId": + "e45124b0-437b-4c39-80a4-7d35e7cec8fe"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -7846,15 +7861,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '200' + - '312' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:10:27 GMT + - Fri, 06 Feb 2026 07:17:24 GMT Pragma: - no-cache RequestId: - - 78cf81f7-defc-4b71-a700-3db9b9192648 + - b5bfbadd-0c3c-41c3-a41d-525b4b856d88 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -7862,7 +7877,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -7880,49 +7895,34 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/folders?recursive=True response: body: - string: '{"value": [{"id": "f681b4e8-3112-43a0-b805-a19844de1fe9", "type": "Notebook", - "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "337acaeb-37c0-4bae-a516-9319ec8fc908"}, {"id": "f5d24469-feed-4f8e-b5a9-71bb9bbd0570", - "type": "DataPipeline", "displayName": "fabcli000004", "description": "Created - by fab", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}, {"id": "8aea964b-2992-4c28-977c-569abeb07539", - "type": "SparkJobDefinition", "displayName": "fabcli000006", "description": - "Created by fab", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908", "folderId": - "33c62343-67f9-432f-979e-3881271a1647"}]}' + string: '{"requestId": "3a4ded51-e38b-4005-88a0-308f35092217", "errorCode": + "RequestBlocked", "message": "Request is blocked by the upstream service until: + 2/6/2026 7:18:13 AM (UTC)", "isRetriable": true}' headers: - Access-Control-Expose-Headers: - - RequestId - Cache-Control: - - no-store, must-revalidate, no-cache - Content-Encoding: - - gzip Content-Length: - - '314' + - '188' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:10:28 GMT - Pragma: - - no-cache + - Fri, 06 Feb 2026 07:17:24 GMT RequestId: - - 0d366b40-bee1-4bf0-a3d1-d9235b6fbbf3 - Strict-Transport-Security: - - max-age=31536000; includeSubDomains - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - deny + - 3a4ded51-e38b-4005-88a0-308f35092217 + Retry-After: + - '48' home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' + x-ms-public-api-error-code: + - RequestBlocked status: - code: 200 - message: OK + code: 429 + message: '' - request: body: null headers: @@ -7935,15 +7935,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/folders?recursive=True response: body: - string: '{"value": [{"id": "33c62343-67f9-432f-979e-3881271a1647", "displayName": - "fabcli000005", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}, {"id": - "7d81746a-0cff-4350-a13e-4ad14251453d", "displayName": "fabcli000007", "parentFolderId": - "33c62343-67f9-432f-979e-3881271a1647", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}]}' + string: '{"value": [{"id": "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "displayName": + "fabcli000005", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, {"id": + "6fd12cfb-7dc9-47c3-b649-5c146f4ce735", "displayName": "fabcli000007", "parentFolderId": + "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -7952,15 +7952,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '200' + - '203' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:10:28 GMT + - Fri, 06 Feb 2026 07:18:15 GMT Pragma: - no-cache RequestId: - - 639e6f80-e918-4db0-a531-36411ff85d2a + - ce526a68-f406-43d0-ae7b-29470e133ee2 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -7968,7 +7968,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -7986,19 +7986,19 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/items response: body: - string: '{"value": [{"id": "f681b4e8-3112-43a0-b805-a19844de1fe9", "type": "Notebook", + string: '{"value": [{"id": "ef61ccc3-71c4-4ff2-9554-e52e4a549b14", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "337acaeb-37c0-4bae-a516-9319ec8fc908"}, {"id": "f5d24469-feed-4f8e-b5a9-71bb9bbd0570", + "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, {"id": "6da7abe9-44db-49be-a885-48f74490660f", "type": "DataPipeline", "displayName": "fabcli000004", "description": "Created - by fab", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}, {"id": "8aea964b-2992-4c28-977c-569abeb07539", + by fab", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, {"id": "8487c193-5930-4805-a9dc-ddfe0e58f3c8", "type": "SparkJobDefinition", "displayName": "fabcli000006", "description": - "Created by fab", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908", "folderId": - "33c62343-67f9-432f-979e-3881271a1647"}]}' + "Created by fab", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40", "folderId": + "e45124b0-437b-4c39-80a4-7d35e7cec8fe"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -8007,15 +8007,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '314' + - '312' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:10:28 GMT + - Fri, 06 Feb 2026 07:18:17 GMT Pragma: - no-cache RequestId: - - 598aae4d-4399-438c-a1f2-f9e62da88d99 + - d3fe4ead-a98d-4dbe-9320-9d687d377a12 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -8023,7 +8023,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -8041,15 +8041,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/folders?recursive=True response: body: - string: '{"value": [{"id": "33c62343-67f9-432f-979e-3881271a1647", "displayName": - "fabcli000005", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}, {"id": - "7d81746a-0cff-4350-a13e-4ad14251453d", "displayName": "fabcli000007", "parentFolderId": - "33c62343-67f9-432f-979e-3881271a1647", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}]}' + string: '{"value": [{"id": "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "displayName": + "fabcli000005", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, {"id": + "6fd12cfb-7dc9-47c3-b649-5c146f4ce735", "displayName": "fabcli000007", "parentFolderId": + "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -8058,15 +8058,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '200' + - '203' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:10:28 GMT + - Fri, 06 Feb 2026 07:18:18 GMT Pragma: - no-cache RequestId: - - 254e422f-c1ed-4f1c-891e-c4a444c7e570 + - a699cbeb-e05c-4980-b357-4675a463b8ad Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -8074,7 +8074,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -8092,19 +8092,19 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/items response: body: - string: '{"value": [{"id": "f681b4e8-3112-43a0-b805-a19844de1fe9", "type": "Notebook", + string: '{"value": [{"id": "ef61ccc3-71c4-4ff2-9554-e52e4a549b14", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "337acaeb-37c0-4bae-a516-9319ec8fc908"}, {"id": "f5d24469-feed-4f8e-b5a9-71bb9bbd0570", + "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, {"id": "6da7abe9-44db-49be-a885-48f74490660f", "type": "DataPipeline", "displayName": "fabcli000004", "description": "Created - by fab", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}, {"id": "8aea964b-2992-4c28-977c-569abeb07539", + by fab", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, {"id": "8487c193-5930-4805-a9dc-ddfe0e58f3c8", "type": "SparkJobDefinition", "displayName": "fabcli000006", "description": - "Created by fab", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908", "folderId": - "33c62343-67f9-432f-979e-3881271a1647"}]}' + "Created by fab", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40", "folderId": + "e45124b0-437b-4c39-80a4-7d35e7cec8fe"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -8113,15 +8113,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '314' + - '312' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:10:29 GMT + - Fri, 06 Feb 2026 07:18:19 GMT Pragma: - no-cache RequestId: - - b993a37a-8649-4340-b45c-dbf6f3afddd3 + - 0fa72966-2520-4995-8bbd-e473579f45a8 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -8129,7 +8129,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -8147,15 +8147,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/folders?recursive=True response: body: - string: '{"value": [{"id": "33c62343-67f9-432f-979e-3881271a1647", "displayName": - "fabcli000005", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}, {"id": - "7d81746a-0cff-4350-a13e-4ad14251453d", "displayName": "fabcli000007", "parentFolderId": - "33c62343-67f9-432f-979e-3881271a1647", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}]}' + string: '{"value": [{"id": "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "displayName": + "fabcli000005", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, {"id": + "6fd12cfb-7dc9-47c3-b649-5c146f4ce735", "displayName": "fabcli000007", "parentFolderId": + "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -8164,15 +8164,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '200' + - '203' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:10:29 GMT + - Fri, 06 Feb 2026 07:18:19 GMT Pragma: - no-cache RequestId: - - 107a82e9-630b-471b-9b1f-30b75826e9aa + - a0bb2e90-bffc-49b5-9474-62d307bc74d2 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -8180,7 +8180,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -8198,14 +8198,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/items/a44ad150-dc7f-4c46-8a04-2129f07d96c5 + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/items/026af425-a57f-470f-a2b7-96dd24537cb7 response: body: - string: '{"id": "a44ad150-dc7f-4c46-8a04-2129f07d96c5", "type": "Notebook", + string: '{"id": "026af425-a57f-470f-a2b7-96dd24537cb7", "type": "Notebook", "displayName": "fabcli000008", "description": "Created by fab", "workspaceId": - "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": "ebc659b1-7226-4736-b70b-1f42bab91769"}' + "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -8214,17 +8214,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '197' + - '195' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:10:28 GMT + - Fri, 06 Feb 2026 07:18:20 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 90319ea5-537e-4afa-b803-c5b93a69007c + - 14833729-aef7-4072-a6ab-28bdf01babb9 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -8232,7 +8232,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -8252,9 +8252,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/items/a44ad150-dc7f-4c46-8a04-2129f07d96c5/getDefinition + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/items/026af425-a57f-470f-a2b7-96dd24537cb7/getDefinition response: body: string: 'null' @@ -8270,13 +8270,13 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:10:29 GMT + - Fri, 06 Feb 2026 07:18:21 GMT Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/7a49cff2-d4ff-4f34-8486-362746ee485b + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/d5c606bb-277c-424a-894e-575934f75843 Pragma: - no-cache RequestId: - - da055af0-4191-46c3-8e71-085432a7f550 + - d505d3fe-f103-4f74-8b08-ff8ce145a456 Retry-After: - '20' Strict-Transport-Security: @@ -8286,11 +8286,11 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' x-ms-operation-id: - - 7a49cff2-d4ff-4f34-8486-362746ee485b + - d5c606bb-277c-424a-894e-575934f75843 status: code: 202 message: Accepted @@ -8306,13 +8306,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/7a49cff2-d4ff-4f34-8486-362746ee485b + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/d5c606bb-277c-424a-894e-575934f75843 response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2025-09-08T14:10:30.0106968", - "lastUpdatedTimeUtc": "2025-09-08T14:10:30.4013382", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-06T07:18:21.9991506", + "lastUpdatedTimeUtc": "2026-02-06T07:18:22.2647657", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -8322,17 +8322,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '129' + - '131' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:10:49 GMT + - Fri, 06 Feb 2026 07:18:43 GMT Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/7a49cff2-d4ff-4f34-8486-362746ee485b/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/d5c606bb-277c-424a-894e-575934f75843/result Pragma: - no-cache RequestId: - - 22c6a2e0-d058-48b5-a1f2-3c0daaf2d449 + - 27a0a419-96ee-4a53-a0e9-65d7ad7badd3 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -8340,7 +8340,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - 7a49cff2-d4ff-4f34-8486-362746ee485b + - d5c606bb-277c-424a-894e-575934f75843 status: code: 200 message: OK @@ -8356,9 +8356,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/7a49cff2-d4ff-4f34-8486-362746ee485b/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/d5c606bb-277c-424a-894e-575934f75843/result response: body: string: '{"definition": {"parts": [{"path": "notebook-content.py", "payload": @@ -8375,11 +8375,11 @@ interactions: Content-Type: - application/json Date: - - Mon, 08 Sep 2025 14:10:49 GMT + - Fri, 06 Feb 2026 07:18:44 GMT Pragma: - no-cache RequestId: - - 8a196051-22d9-4fd5-a095-5b18cdf46f6e + - 75c057c0-5791-4c80-bb0e-354d8e74c1d6 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -8395,7 +8395,7 @@ interactions: body: '{"type": "Notebook", "description": "Created by fab", "displayName": "fabcli000008", "definition": {"parts": [{"path": "notebook-content.py", "payload": "IyBGYWJyaWMgbm90ZWJvb2sgc291cmNlCgojIE1FVEFEQVRBICoqKioqKioqKioqKioqKioqKioqCgojIE1FVEEgewojIE1FVEEgICAia2VybmVsX2luZm8iOiB7CiMgTUVUQSAgICAgIm5hbWUiOiAic3luYXBzZV9weXNwYXJrIgojIE1FVEEgICB9LAojIE1FVEEgICAiZGVwZW5kZW5jaWVzIjoge30KIyBNRVRBIH0KCiMgQ0VMTCAqKioqKioqKioqKioqKioqKioqKgoKIyBXZWxjb21lIHRvIHlvdXIgbmV3IG5vdGVib29rCiMgVHlwZSBoZXJlIGluIHRoZSBjZWxsIGVkaXRvciB0byBhZGQgY29kZSEKCgojIE1FVEFEQVRBICoqKioqKioqKioqKioqKioqKioqCgojIE1FVEEgewojIE1FVEEgICAibGFuZ3VhZ2UiOiAicHl0aG9uIiwKIyBNRVRBICAgImxhbmd1YWdlX2dyb3VwIjogInN5bmFwc2VfcHlzcGFyayIKIyBNRVRBIH0K", "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIk5vdGVib29rIiwKICAgICJkaXNwbGF5TmFtZSI6ICJmYWJjbGkwMDAwMDgiLAogICAgImRlc2NyaXB0aW9uIjogIkNyZWF0ZWQgYnkgZmFiIgogIH0sCiAgImNvbmZpZyI6IHsKICAgICJ2ZXJzaW9uIjogIjIuMCIsCiAgICAibG9naWNhbElkIjogIjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIKICB9Cn0=", - "payloadType": "InlineBase64"}]}, "folderId": "7d81746a-0cff-4350-a13e-4ad14251453d"}' + "payloadType": "InlineBase64"}]}, "folderId": "6fd12cfb-7dc9-47c3-b649-5c146f4ce735"}' headers: Accept: - '*/*' @@ -8408,9 +8408,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/items response: body: string: 'null' @@ -8426,15 +8426,15 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:10:50 GMT + - Fri, 06 Feb 2026 07:18:46 GMT ETag: - '""' Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/4e392ff5-d5f3-4a77-91c1-c88846e0d5fe + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/e2e96e80-bdc2-4b0c-b707-63d444cc70ff Pragma: - no-cache RequestId: - - 0264efd6-a85b-4e3e-b8b1-1bb6d2797a20 + - 35c05517-3238-4571-b989-c643ca1bddbd Retry-After: - '20' Strict-Transport-Security: @@ -8444,11 +8444,11 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' x-ms-operation-id: - - 4e392ff5-d5f3-4a77-91c1-c88846e0d5fe + - e2e96e80-bdc2-4b0c-b707-63d444cc70ff status: code: 202 message: Accepted @@ -8464,13 +8464,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/4e392ff5-d5f3-4a77-91c1-c88846e0d5fe + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/e2e96e80-bdc2-4b0c-b707-63d444cc70ff response: body: - string: '{"status": "Succeeded", "createdTimeUtc": "2025-09-08T14:10:50.8261089", - "lastUpdatedTimeUtc": "2025-09-08T14:10:52.763567", "percentComplete": 100, + string: '{"status": "Succeeded", "createdTimeUtc": "2026-02-06T07:18:46.0507985", + "lastUpdatedTimeUtc": "2026-02-06T07:18:47.9576838", "percentComplete": 100, "error": null}' headers: Access-Control-Expose-Headers: @@ -8480,17 +8480,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '130' + - '132' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:11:11 GMT + - Fri, 06 Feb 2026 07:19:08 GMT Location: - - https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/4e392ff5-d5f3-4a77-91c1-c88846e0d5fe/result + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/e2e96e80-bdc2-4b0c-b707-63d444cc70ff/result Pragma: - no-cache RequestId: - - 51102aaf-b752-4008-8812-c4b6bdf24d84 + - f1cddc53-a539-4411-a0d9-67efdb60d7d0 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -8498,7 +8498,7 @@ interactions: X-Frame-Options: - deny x-ms-operation-id: - - 4e392ff5-d5f3-4a77-91c1-c88846e0d5fe + - e2e96e80-bdc2-4b0c-b707-63d444cc70ff status: code: 200 message: OK @@ -8514,14 +8514,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://wabi-west-europe-redirect.analysis.windows.net/v1/operations/4e392ff5-d5f3-4a77-91c1-c88846e0d5fe/result + uri: https://wabi-us-central-b-primary-redirect.analysis.windows.net/v1/operations/e2e96e80-bdc2-4b0c-b707-63d444cc70ff/result response: body: - string: '{"id": "6db7477b-9917-4597-973b-e10ad47af28f", "type": "Notebook", + string: '{"id": "a2a09ffc-826f-4cef-b00d-ccef7f25dea0", "type": "Notebook", "displayName": "fabcli000008", "description": "Created by fab", "workspaceId": - "337acaeb-37c0-4bae-a516-9319ec8fc908", "folderId": "7d81746a-0cff-4350-a13e-4ad14251453d"}' + "e1b3f635-de16-463d-a1ed-8d3dffa0ef40", "folderId": "6fd12cfb-7dc9-47c3-b649-5c146f4ce735"}' headers: Access-Control-Expose-Headers: - RequestId @@ -8532,11 +8532,11 @@ interactions: Content-Type: - application/json Date: - - Mon, 08 Sep 2025 14:11:11 GMT + - Fri, 06 Feb 2026 07:19:09 GMT Pragma: - no-cache RequestId: - - 434b87dc-16e3-4973-8200-a5bbc731a2b7 + - fa69290a-147b-4a32-a29c-d7c33c3ae1e5 Strict-Transport-Security: - max-age=31536000; includeSubDomains Transfer-Encoding: @@ -8560,18 +8560,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "displayName": "fabcli000001", + {"id": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "337acaeb-37c0-4bae-a516-9319ec8fc908", "displayName": "fabcli000002", + {"id": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -8581,15 +8581,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '634' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:11:11 GMT + - Fri, 06 Feb 2026 07:19:09 GMT Pragma: - no-cache RequestId: - - 165ba3d4-e75b-4a4d-9aa1-23b8a1cd3ca3 + - cfa06766-239e-4f40-8300-44a32594a7ea Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -8597,7 +8597,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -8615,15 +8615,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/folders?recursive=True response: body: - string: '{"value": [{"id": "33c62343-67f9-432f-979e-3881271a1647", "displayName": - "fabcli000005", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}, {"id": - "7d81746a-0cff-4350-a13e-4ad14251453d", "displayName": "fabcli000007", "parentFolderId": - "33c62343-67f9-432f-979e-3881271a1647", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}]}' + string: '{"value": [{"id": "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "displayName": + "fabcli000005", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, {"id": + "6fd12cfb-7dc9-47c3-b649-5c146f4ce735", "displayName": "fabcli000007", "parentFolderId": + "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -8632,15 +8632,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '200' + - '203' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:11:11 GMT + - Fri, 06 Feb 2026 07:19:11 GMT Pragma: - no-cache RequestId: - - cc5aa4f8-1583-4357-a0ae-2201af0d7294 + - 6fd73f1a-4e63-437c-bd67-f32ad5c07752 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -8648,7 +8648,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -8666,15 +8666,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/folders?recursive=True response: body: - string: '{"value": [{"id": "33c62343-67f9-432f-979e-3881271a1647", "displayName": - "fabcli000005", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}, {"id": - "7d81746a-0cff-4350-a13e-4ad14251453d", "displayName": "fabcli000007", "parentFolderId": - "33c62343-67f9-432f-979e-3881271a1647", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}]}' + string: '{"value": [{"id": "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "displayName": + "fabcli000005", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, {"id": + "6fd12cfb-7dc9-47c3-b649-5c146f4ce735", "displayName": "fabcli000007", "parentFolderId": + "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -8683,15 +8683,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '200' + - '203' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:11:11 GMT + - Fri, 06 Feb 2026 07:19:11 GMT Pragma: - no-cache RequestId: - - 9a632187-b8f5-43c1-b741-fadbe0356ddc + - 7546d813-8384-4fe5-a7a1-7ded7248433b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -8699,7 +8699,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -8717,15 +8717,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/folders?recursive=True response: body: - string: '{"value": [{"id": "33c62343-67f9-432f-979e-3881271a1647", "displayName": - "fabcli000005", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}, {"id": - "7d81746a-0cff-4350-a13e-4ad14251453d", "displayName": "fabcli000007", "parentFolderId": - "33c62343-67f9-432f-979e-3881271a1647", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}]}' + string: '{"value": [{"id": "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "displayName": + "fabcli000005", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, {"id": + "6fd12cfb-7dc9-47c3-b649-5c146f4ce735", "displayName": "fabcli000007", "parentFolderId": + "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -8734,15 +8734,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '200' + - '203' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:11:11 GMT + - Fri, 06 Feb 2026 07:19:13 GMT Pragma: - no-cache RequestId: - - dc291a45-31e9-4cb3-abe3-b9dfeb23160a + - b461b619-e137-4399-bf31-b4b0827df388 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -8750,7 +8750,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -8768,15 +8768,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/folders?recursive=True response: body: - string: '{"value": [{"id": "33c62343-67f9-432f-979e-3881271a1647", "displayName": - "fabcli000005", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}, {"id": - "7d81746a-0cff-4350-a13e-4ad14251453d", "displayName": "fabcli000007", "parentFolderId": - "33c62343-67f9-432f-979e-3881271a1647", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}]}' + string: '{"value": [{"id": "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "displayName": + "fabcli000005", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, {"id": + "6fd12cfb-7dc9-47c3-b649-5c146f4ce735", "displayName": "fabcli000007", "parentFolderId": + "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -8785,15 +8785,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '200' + - '203' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:11:12 GMT + - Fri, 06 Feb 2026 07:19:13 GMT Pragma: - no-cache RequestId: - - 4fda13f8-4761-4d0b-8cc2-b2c484304756 + - 4bd4f7a5-f8de-404e-b2e7-c3a2f37f7703 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -8801,7 +8801,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -8809,7 +8809,7 @@ interactions: message: OK - request: body: '{"description": "Created by fab", "displayName": "fabcli000009", "parentFolderId": - "7d81746a-0cff-4350-a13e-4ad14251453d"}' + "6fd12cfb-7dc9-47c3-b649-5c146f4ce735"}' headers: Accept: - '*/*' @@ -8822,13 +8822,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/folders + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/folders response: body: - string: '{"id": "2f232b8e-e1c7-4812-87e6-416986729815", "displayName": "fabcli000009", - "parentFolderId": "7d81746a-0cff-4350-a13e-4ad14251453d", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}' + string: '{"id": "596e8f0d-a0f4-4f10-8cb4-8509ab18a6e1", "displayName": "fabcli000009", + "parentFolderId": "6fd12cfb-7dc9-47c3-b649-5c146f4ce735", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}' headers: Access-Control-Expose-Headers: - RequestId,Location @@ -8837,17 +8837,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '167' + - '170' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:11:12 GMT + - Fri, 06 Feb 2026 07:19:14 GMT Location: - - https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/folders/2f232b8e-e1c7-4812-87e6-416986729815 + - https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/folders/596e8f0d-a0f4-4f10-8cb4-8509ab18a6e1 Pragma: - no-cache RequestId: - - bcfff3a6-4d24-45f2-8250-0010fbbd60cd + - 2b34c4c0-6861-48f8-89cb-84fe0524dd3a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -8855,7 +8855,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -8873,25 +8873,25 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/items + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/items response: body: - string: '{"value": [{"id": "c7462674-37ed-4ce8-b912-ff2cbf82c56f", "type": "Notebook", + string: '{"value": [{"id": "e0612997-1710-47a0-8195-286fc037e24c", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": "624f672d-e3b9-4e8e-a4ee-f69dd2f6acd2", + "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": "ad72984e-0fb6-4852-a478-dd3821416ce4", "type": "DataPipeline", "displayName": "fabcli000004", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": "ccc6ddd9-a5a9-4370-af29-e8b52f840bea", + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": "41915c7d-5855-4a08-98d4-ab113bb4dc90", "type": "SparkJobDefinition", "displayName": "fabcli000006", "description": - "Created by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f"}, {"id": "a44ad150-dc7f-4c46-8a04-2129f07d96c5", + "Created by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a"}, {"id": "026af425-a57f-470f-a2b7-96dd24537cb7", "type": "Notebook", "displayName": "fabcli000008", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": - "ebc659b1-7226-4736-b70b-1f42bab91769"}, {"id": "95107f7f-d253-4b5d-806d-22cff0fde298", + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": + "8bc050b1-0bfd-472d-8dca-319b9d248a54"}, {"id": "2ff7ab09-22d6-4330-812e-786cc2b98dcc", "type": "DataPipeline", "displayName": "fabcli000010", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": - "18775cd6-2c64-48e5-a050-592d360f6073"}]}' + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": + "0f7dddf1-2640-4896-8afb-e5e75e01f71a"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -8900,15 +8900,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '435' + - '437' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:11:12 GMT + - Fri, 06 Feb 2026 07:19:15 GMT Pragma: - no-cache RequestId: - - d73a4abb-6957-46ce-bcd3-e4148b6360b6 + - 9ddefa32-277d-4952-8a07-9ec148c7aac3 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -8916,7 +8916,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -8934,17 +8934,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -8953,15 +8953,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:11:13 GMT + - Fri, 06 Feb 2026 07:19:15 GMT Pragma: - no-cache RequestId: - - 0815bfad-917d-4c66-a96b-b7c6ecdd4748 + - 493be54b-7798-4085-b51d-940fc22cf51e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -8969,7 +8969,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -8987,57 +8987,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"requestId": "00321898-ca46-4cea-9266-85bad66cf8ef", "errorCode": - "RequestBlocked", "message": "Request is blocked by the upstream service until: - 9/8/2025 2:11:28 PM (UTC)"}' - headers: - Content-Length: - - '169' - Content-Type: - - application/json; charset=utf-8 - Date: - - Mon, 08 Sep 2025 14:11:12 GMT - RequestId: - - 00321898-ca46-4cea-9266-85bad66cf8ef - Retry-After: - - '15' - home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ - request-redirected: - - 'true' - x-ms-public-api-error-code: - - RequestBlocked - status: - code: 429 - message: '' -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Type: - - application/json - User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 - method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True - response: - body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -9046,15 +9006,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:11:27 GMT + - Fri, 06 Feb 2026 07:19:16 GMT Pragma: - no-cache RequestId: - - 0fee5f1a-1e4a-468d-acba-9eb5d98feb61 + - 2cc6b9d0-53df-4756-bba3-e46103c32df5 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -9062,7 +9022,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -9080,17 +9040,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -9099,15 +9059,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:11:28 GMT + - Fri, 06 Feb 2026 07:19:17 GMT Pragma: - no-cache RequestId: - - d67c3a6e-715b-4842-bc78-71d3c0c16db5 + - 39953005-7ad5-452f-a4b0-7c3ea511f417 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -9115,7 +9075,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -9133,17 +9093,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -9152,15 +9112,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:11:28 GMT + - Fri, 06 Feb 2026 07:19:18 GMT Pragma: - no-cache RequestId: - - 5ac4b5e9-9352-422a-b87b-7ffaee0276d2 + - d4f43839-93a8-490a-839c-881c65aa19ff Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -9168,7 +9128,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -9186,18 +9146,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "displayName": "fabcli000001", + {"id": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "337acaeb-37c0-4bae-a516-9319ec8fc908", "displayName": "fabcli000002", + {"id": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -9207,15 +9167,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '634' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:11:28 GMT + - Fri, 06 Feb 2026 07:19:18 GMT Pragma: - no-cache RequestId: - - a0553cb1-cd34-46d9-a1ef-8f0400813ce8 + - c958e64e-5135-43ed-b396-45ef2669d10e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -9223,7 +9183,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -9241,17 +9201,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/folders?recursive=True response: body: - string: '{"value": [{"id": "33c62343-67f9-432f-979e-3881271a1647", "displayName": - "fabcli000005", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}, {"id": - "7d81746a-0cff-4350-a13e-4ad14251453d", "displayName": "fabcli000007", "parentFolderId": - "33c62343-67f9-432f-979e-3881271a1647", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}, - {"id": "2f232b8e-e1c7-4812-87e6-416986729815", "displayName": "fabcli000009", - "parentFolderId": "7d81746a-0cff-4350-a13e-4ad14251453d", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}]}' + string: '{"value": [{"id": "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "displayName": + "fabcli000005", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, {"id": + "6fd12cfb-7dc9-47c3-b649-5c146f4ce735", "displayName": "fabcli000007", "parentFolderId": + "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, + {"id": "596e8f0d-a0f4-4f10-8cb4-8509ab18a6e1", "displayName": "fabcli000009", + "parentFolderId": "6fd12cfb-7dc9-47c3-b649-5c146f4ce735", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -9260,15 +9220,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '240' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:11:28 GMT + - Fri, 06 Feb 2026 07:19:20 GMT Pragma: - no-cache RequestId: - - 92f8328e-3c35-487d-bd45-48b80979147b + - 5e1f9d31-410f-4efe-9607-a71c3d666d83 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -9276,7 +9236,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -9294,17 +9254,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/folders?recursive=True response: body: - string: '{"value": [{"id": "33c62343-67f9-432f-979e-3881271a1647", "displayName": - "fabcli000005", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}, {"id": - "7d81746a-0cff-4350-a13e-4ad14251453d", "displayName": "fabcli000007", "parentFolderId": - "33c62343-67f9-432f-979e-3881271a1647", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}, - {"id": "2f232b8e-e1c7-4812-87e6-416986729815", "displayName": "fabcli000009", - "parentFolderId": "7d81746a-0cff-4350-a13e-4ad14251453d", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}]}' + string: '{"value": [{"id": "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "displayName": + "fabcli000005", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, {"id": + "6fd12cfb-7dc9-47c3-b649-5c146f4ce735", "displayName": "fabcli000007", "parentFolderId": + "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, + {"id": "596e8f0d-a0f4-4f10-8cb4-8509ab18a6e1", "displayName": "fabcli000009", + "parentFolderId": "6fd12cfb-7dc9-47c3-b649-5c146f4ce735", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -9313,15 +9273,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '240' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:11:28 GMT + - Fri, 06 Feb 2026 07:19:20 GMT Pragma: - no-cache RequestId: - - 7ba00a94-085b-474d-88ce-1a8039b713ab + - ff3723dc-9807-4f3e-85e2-3a9e2986febf Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -9329,7 +9289,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -9347,17 +9307,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/folders?recursive=True response: body: - string: '{"value": [{"id": "33c62343-67f9-432f-979e-3881271a1647", "displayName": - "fabcli000005", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}, {"id": - "7d81746a-0cff-4350-a13e-4ad14251453d", "displayName": "fabcli000007", "parentFolderId": - "33c62343-67f9-432f-979e-3881271a1647", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}, - {"id": "2f232b8e-e1c7-4812-87e6-416986729815", "displayName": "fabcli000009", - "parentFolderId": "7d81746a-0cff-4350-a13e-4ad14251453d", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}]}' + string: '{"value": [{"id": "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "displayName": + "fabcli000005", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, {"id": + "6fd12cfb-7dc9-47c3-b649-5c146f4ce735", "displayName": "fabcli000007", "parentFolderId": + "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, + {"id": "596e8f0d-a0f4-4f10-8cb4-8509ab18a6e1", "displayName": "fabcli000009", + "parentFolderId": "6fd12cfb-7dc9-47c3-b649-5c146f4ce735", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -9366,15 +9326,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '240' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:11:28 GMT + - Fri, 06 Feb 2026 07:19:21 GMT Pragma: - no-cache RequestId: - - 74e2e602-df95-4ee0-b7ab-d578ef83e6e5 + - 59a6d224-1e03-4c0e-8517-7199ef21509f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -9382,7 +9342,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -9400,22 +9360,22 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/items response: body: - string: '{"value": [{"id": "f681b4e8-3112-43a0-b805-a19844de1fe9", "type": "Notebook", + string: '{"value": [{"id": "ef61ccc3-71c4-4ff2-9554-e52e4a549b14", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "337acaeb-37c0-4bae-a516-9319ec8fc908"}, {"id": "f5d24469-feed-4f8e-b5a9-71bb9bbd0570", + "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, {"id": "6da7abe9-44db-49be-a885-48f74490660f", "type": "DataPipeline", "displayName": "fabcli000004", "description": "Created - by fab", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}, {"id": "8aea964b-2992-4c28-977c-569abeb07539", + by fab", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, {"id": "8487c193-5930-4805-a9dc-ddfe0e58f3c8", "type": "SparkJobDefinition", "displayName": "fabcli000006", "description": - "Created by fab", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908", "folderId": - "33c62343-67f9-432f-979e-3881271a1647"}, {"id": "6db7477b-9917-4597-973b-e10ad47af28f", + "Created by fab", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40", "folderId": + "e45124b0-437b-4c39-80a4-7d35e7cec8fe"}, {"id": "a2a09ffc-826f-4cef-b00d-ccef7f25dea0", "type": "Notebook", "displayName": "fabcli000008", "description": "Created - by fab", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908", "folderId": - "7d81746a-0cff-4350-a13e-4ad14251453d"}]}' + by fab", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40", "folderId": + "6fd12cfb-7dc9-47c3-b649-5c146f4ce735"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -9424,15 +9384,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '377' + - '376' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:11:29 GMT + - Fri, 06 Feb 2026 07:19:22 GMT Pragma: - no-cache RequestId: - - 235d1c06-e6ba-477e-b282-927e59895638 + - 2b407bf2-ba1c-4345-a7be-d8296d72ec4d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -9440,7 +9400,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -9458,17 +9418,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/folders?recursive=True response: body: - string: '{"value": [{"id": "33c62343-67f9-432f-979e-3881271a1647", "displayName": - "fabcli000005", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}, {"id": - "7d81746a-0cff-4350-a13e-4ad14251453d", "displayName": "fabcli000007", "parentFolderId": - "33c62343-67f9-432f-979e-3881271a1647", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}, - {"id": "2f232b8e-e1c7-4812-87e6-416986729815", "displayName": "fabcli000009", - "parentFolderId": "7d81746a-0cff-4350-a13e-4ad14251453d", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}]}' + string: '{"value": [{"id": "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "displayName": + "fabcli000005", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, {"id": + "6fd12cfb-7dc9-47c3-b649-5c146f4ce735", "displayName": "fabcli000007", "parentFolderId": + "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, + {"id": "596e8f0d-a0f4-4f10-8cb4-8509ab18a6e1", "displayName": "fabcli000009", + "parentFolderId": "6fd12cfb-7dc9-47c3-b649-5c146f4ce735", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -9477,15 +9437,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '240' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:11:29 GMT + - Fri, 06 Feb 2026 07:19:22 GMT Pragma: - no-cache RequestId: - - 7cbbfbb1-def1-4655-958d-bbbe0056aa27 + - c57c690d-dc3c-4de6-9b1b-16a778644ed9 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -9493,7 +9453,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -9511,17 +9471,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/folders?recursive=True response: body: - string: '{"value": [{"id": "33c62343-67f9-432f-979e-3881271a1647", "displayName": - "fabcli000005", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}, {"id": - "7d81746a-0cff-4350-a13e-4ad14251453d", "displayName": "fabcli000007", "parentFolderId": - "33c62343-67f9-432f-979e-3881271a1647", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}, - {"id": "2f232b8e-e1c7-4812-87e6-416986729815", "displayName": "fabcli000009", - "parentFolderId": "7d81746a-0cff-4350-a13e-4ad14251453d", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}]}' + string: '{"value": [{"id": "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "displayName": + "fabcli000005", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, {"id": + "6fd12cfb-7dc9-47c3-b649-5c146f4ce735", "displayName": "fabcli000007", "parentFolderId": + "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, + {"id": "596e8f0d-a0f4-4f10-8cb4-8509ab18a6e1", "displayName": "fabcli000009", + "parentFolderId": "6fd12cfb-7dc9-47c3-b649-5c146f4ce735", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -9530,15 +9490,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '240' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:11:29 GMT + - Fri, 06 Feb 2026 07:19:24 GMT Pragma: - no-cache RequestId: - - 9faba4fd-aa4c-4d38-9b4d-67c59dd9ee5a + - 88500a08-2ce3-4072-9f62-a61ffe390f09 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -9546,7 +9506,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -9564,22 +9524,22 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/items response: body: - string: '{"value": [{"id": "f681b4e8-3112-43a0-b805-a19844de1fe9", "type": "Notebook", + string: '{"value": [{"id": "ef61ccc3-71c4-4ff2-9554-e52e4a549b14", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "337acaeb-37c0-4bae-a516-9319ec8fc908"}, {"id": "f5d24469-feed-4f8e-b5a9-71bb9bbd0570", + "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, {"id": "6da7abe9-44db-49be-a885-48f74490660f", "type": "DataPipeline", "displayName": "fabcli000004", "description": "Created - by fab", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}, {"id": "8aea964b-2992-4c28-977c-569abeb07539", + by fab", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, {"id": "8487c193-5930-4805-a9dc-ddfe0e58f3c8", "type": "SparkJobDefinition", "displayName": "fabcli000006", "description": - "Created by fab", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908", "folderId": - "33c62343-67f9-432f-979e-3881271a1647"}, {"id": "6db7477b-9917-4597-973b-e10ad47af28f", + "Created by fab", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40", "folderId": + "e45124b0-437b-4c39-80a4-7d35e7cec8fe"}, {"id": "a2a09ffc-826f-4cef-b00d-ccef7f25dea0", "type": "Notebook", "displayName": "fabcli000008", "description": "Created - by fab", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908", "folderId": - "7d81746a-0cff-4350-a13e-4ad14251453d"}]}' + by fab", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40", "folderId": + "6fd12cfb-7dc9-47c3-b649-5c146f4ce735"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -9588,15 +9548,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '377' + - '376' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:11:30 GMT + - Fri, 06 Feb 2026 07:19:24 GMT Pragma: - no-cache RequestId: - - b25378b6-dd65-4362-b80b-01366d8bc51f + - c903d8bd-7d06-4926-8e67-fa556ab3277a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -9604,7 +9564,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -9622,17 +9582,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/folders?recursive=True response: body: - string: '{"value": [{"id": "33c62343-67f9-432f-979e-3881271a1647", "displayName": - "fabcli000005", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}, {"id": - "7d81746a-0cff-4350-a13e-4ad14251453d", "displayName": "fabcli000007", "parentFolderId": - "33c62343-67f9-432f-979e-3881271a1647", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}, - {"id": "2f232b8e-e1c7-4812-87e6-416986729815", "displayName": "fabcli000009", - "parentFolderId": "7d81746a-0cff-4350-a13e-4ad14251453d", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}]}' + string: '{"value": [{"id": "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "displayName": + "fabcli000005", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, {"id": + "6fd12cfb-7dc9-47c3-b649-5c146f4ce735", "displayName": "fabcli000007", "parentFolderId": + "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, + {"id": "596e8f0d-a0f4-4f10-8cb4-8509ab18a6e1", "displayName": "fabcli000009", + "parentFolderId": "6fd12cfb-7dc9-47c3-b649-5c146f4ce735", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -9641,15 +9601,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '240' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:11:30 GMT + - Fri, 06 Feb 2026 07:19:25 GMT Pragma: - no-cache RequestId: - - 090420ec-21c7-4577-a8cc-838cce81894d + - 9af01161-1034-4f46-94b6-e3589f23edec Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -9657,7 +9617,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -9675,17 +9635,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/folders?recursive=True response: body: - string: '{"value": [{"id": "33c62343-67f9-432f-979e-3881271a1647", "displayName": - "fabcli000005", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}, {"id": - "7d81746a-0cff-4350-a13e-4ad14251453d", "displayName": "fabcli000007", "parentFolderId": - "33c62343-67f9-432f-979e-3881271a1647", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}, - {"id": "2f232b8e-e1c7-4812-87e6-416986729815", "displayName": "fabcli000009", - "parentFolderId": "7d81746a-0cff-4350-a13e-4ad14251453d", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}]}' + string: '{"value": [{"id": "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "displayName": + "fabcli000005", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, {"id": + "6fd12cfb-7dc9-47c3-b649-5c146f4ce735", "displayName": "fabcli000007", "parentFolderId": + "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, + {"id": "596e8f0d-a0f4-4f10-8cb4-8509ab18a6e1", "displayName": "fabcli000009", + "parentFolderId": "6fd12cfb-7dc9-47c3-b649-5c146f4ce735", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -9694,15 +9654,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '240' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:11:29 GMT + - Fri, 06 Feb 2026 07:19:25 GMT Pragma: - no-cache RequestId: - - c498aa05-73c0-4494-a425-6d5d63317db2 + - 7df6c1e9-3c44-4780-903c-952892935147 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -9710,7 +9670,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -9728,22 +9688,22 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/items response: body: - string: '{"value": [{"id": "f681b4e8-3112-43a0-b805-a19844de1fe9", "type": "Notebook", + string: '{"value": [{"id": "ef61ccc3-71c4-4ff2-9554-e52e4a549b14", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "337acaeb-37c0-4bae-a516-9319ec8fc908"}, {"id": "f5d24469-feed-4f8e-b5a9-71bb9bbd0570", + "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, {"id": "6da7abe9-44db-49be-a885-48f74490660f", "type": "DataPipeline", "displayName": "fabcli000004", "description": "Created - by fab", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}, {"id": "8aea964b-2992-4c28-977c-569abeb07539", + by fab", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, {"id": "8487c193-5930-4805-a9dc-ddfe0e58f3c8", "type": "SparkJobDefinition", "displayName": "fabcli000006", "description": - "Created by fab", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908", "folderId": - "33c62343-67f9-432f-979e-3881271a1647"}, {"id": "6db7477b-9917-4597-973b-e10ad47af28f", + "Created by fab", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40", "folderId": + "e45124b0-437b-4c39-80a4-7d35e7cec8fe"}, {"id": "a2a09ffc-826f-4cef-b00d-ccef7f25dea0", "type": "Notebook", "displayName": "fabcli000008", "description": "Created - by fab", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908", "folderId": - "7d81746a-0cff-4350-a13e-4ad14251453d"}]}' + by fab", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40", "folderId": + "6fd12cfb-7dc9-47c3-b649-5c146f4ce735"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -9752,15 +9712,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '377' + - '376' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:11:30 GMT + - Fri, 06 Feb 2026 07:19:26 GMT Pragma: - no-cache RequestId: - - c206cddf-2ffa-4f6c-98b5-7a1bd0670502 + - fa6abe54-1364-490a-bb35-2ea5deaf8f4d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -9768,7 +9728,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -9786,27 +9746,27 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/folders?recursive=True response: body: - string: '{"requestId": "1251b795-7a5c-40db-9bbc-f9fab6ce39be", "errorCode": + string: '{"requestId": "2f88e00f-b1be-4653-9c1d-c57c91099a63", "errorCode": "RequestBlocked", "message": "Request is blocked by the upstream service until: - 9/8/2025 2:12:28 PM (UTC)"}' + 2/6/2026 7:20:17 AM (UTC)", "isRetriable": true}' headers: Content-Length: - - '169' + - '188' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:11:30 GMT + - Fri, 06 Feb 2026 07:19:27 GMT RequestId: - - 1251b795-7a5c-40db-9bbc-f9fab6ce39be + - 2f88e00f-b1be-4653-9c1d-c57c91099a63 Retry-After: - - '58' + - '50' home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' x-ms-public-api-error-code: @@ -9826,17 +9786,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/folders?recursive=True response: body: - string: '{"value": [{"id": "33c62343-67f9-432f-979e-3881271a1647", "displayName": - "fabcli000005", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}, {"id": - "7d81746a-0cff-4350-a13e-4ad14251453d", "displayName": "fabcli000007", "parentFolderId": - "33c62343-67f9-432f-979e-3881271a1647", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}, - {"id": "2f232b8e-e1c7-4812-87e6-416986729815", "displayName": "fabcli000009", - "parentFolderId": "7d81746a-0cff-4350-a13e-4ad14251453d", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}]}' + string: '{"value": [{"id": "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "displayName": + "fabcli000005", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, {"id": + "6fd12cfb-7dc9-47c3-b649-5c146f4ce735", "displayName": "fabcli000007", "parentFolderId": + "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, + {"id": "596e8f0d-a0f4-4f10-8cb4-8509ab18a6e1", "displayName": "fabcli000009", + "parentFolderId": "6fd12cfb-7dc9-47c3-b649-5c146f4ce735", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -9845,15 +9805,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '240' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:12:29 GMT + - Fri, 06 Feb 2026 07:20:21 GMT Pragma: - no-cache RequestId: - - 80ad8c19-4598-43f4-a417-1ff64bfbd091 + - ae28e982-d497-4ed4-a3fb-260366657ef6 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -9861,7 +9821,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -9879,17 +9839,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/folders?recursive=True response: body: - string: '{"value": [{"id": "33c62343-67f9-432f-979e-3881271a1647", "displayName": - "fabcli000005", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}, {"id": - "7d81746a-0cff-4350-a13e-4ad14251453d", "displayName": "fabcli000007", "parentFolderId": - "33c62343-67f9-432f-979e-3881271a1647", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}, - {"id": "2f232b8e-e1c7-4812-87e6-416986729815", "displayName": "fabcli000009", - "parentFolderId": "7d81746a-0cff-4350-a13e-4ad14251453d", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}]}' + string: '{"value": [{"id": "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "displayName": + "fabcli000005", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, {"id": + "6fd12cfb-7dc9-47c3-b649-5c146f4ce735", "displayName": "fabcli000007", "parentFolderId": + "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, + {"id": "596e8f0d-a0f4-4f10-8cb4-8509ab18a6e1", "displayName": "fabcli000009", + "parentFolderId": "6fd12cfb-7dc9-47c3-b649-5c146f4ce735", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -9898,15 +9858,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '240' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:12:28 GMT + - Fri, 06 Feb 2026 07:20:21 GMT Pragma: - no-cache RequestId: - - 25c8aede-eafc-4fce-b7f3-ca8c2d84ae9c + - 4b5ae970-5a3f-4c9c-b49f-d00a6bbdaf9b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -9914,7 +9874,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -9932,14 +9892,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/items/95107f7f-d253-4b5d-806d-22cff0fde298 + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/items/2ff7ab09-22d6-4330-812e-786cc2b98dcc response: body: - string: '{"id": "95107f7f-d253-4b5d-806d-22cff0fde298", "type": "DataPipeline", + string: '{"id": "2ff7ab09-22d6-4330-812e-786cc2b98dcc", "type": "DataPipeline", "displayName": "fabcli000010", "description": "Created by fab", "workspaceId": - "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": "18775cd6-2c64-48e5-a050-592d360f6073"}' + "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": "0f7dddf1-2640-4896-8afb-e5e75e01f71a"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -9948,17 +9908,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '200' + - '201' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:12:29 GMT + - Fri, 06 Feb 2026 07:20:22 GMT ETag: - '""' Pragma: - no-cache RequestId: - - 52266854-1fe6-442d-a978-96870df3a7cc + - 482a4456-9e31-455a-ac8a-1078540e40cc Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -9966,7 +9926,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -9986,9 +9946,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/items/95107f7f-d253-4b5d-806d-22cff0fde298/getDefinition + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/items/2ff7ab09-22d6-4330-812e-786cc2b98dcc/getDefinition response: body: string: '{"definition": {"parts": [{"path": "pipeline-content.json", "payload": @@ -10007,11 +9967,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:12:29 GMT + - Fri, 06 Feb 2026 07:20:23 GMT Pragma: - no-cache RequestId: - - 82184b11-0d4d-4f7f-b188-0cf4dedbebbd + - adebf404-9825-41e3-9638-8720087b75c6 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -10019,7 +9979,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -10030,7 +9990,7 @@ interactions: "fabcli000010", "definition": {"parts": [{"path": "pipeline-content.json", "payload": "ewogICJwcm9wZXJ0aWVzIjogewogICAgImFjdGl2aXRpZXMiOiBbXQogIH0KfQ==", "payloadType": "InlineBase64"}, {"path": ".platform", "payload": "ewogICIkc2NoZW1hIjogImh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vanNvbi1zY2hlbWFzL2ZhYnJpYy9naXRJbnRlZ3JhdGlvbi9wbGF0Zm9ybVByb3BlcnRpZXMvMi4wLjAvc2NoZW1hLmpzb24iLAogICJtZXRhZGF0YSI6IHsKICAgICJ0eXBlIjogIkRhdGFQaXBlbGluZSIsCiAgICAiZGlzcGxheU5hbWUiOiAiZmFiY2xpMDAwMDEwIiwKICAgICJkZXNjcmlwdGlvbiI6ICJDcmVhdGVkIGJ5IGZhYiIKICB9LAogICJjb25maWciOiB7CiAgICAidmVyc2lvbiI6ICIyLjAiLAogICAgImxvZ2ljYWxJZCI6ICIwMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiCiAgfQp9", - "payloadType": "InlineBase64"}]}, "folderId": "2f232b8e-e1c7-4812-87e6-416986729815"}' + "payloadType": "InlineBase64"}]}, "folderId": "596e8f0d-a0f4-4f10-8cb4-8509ab18a6e1"}' headers: Accept: - '*/*' @@ -10043,14 +10003,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: POST - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/items response: body: - string: '{"id": "70f40ce5-ca54-4f05-b8b5-e4d956e56102", "type": "DataPipeline", + string: '{"id": "fc2e306d-4424-4295-9eca-19cfd2f979e4", "type": "DataPipeline", "displayName": "fabcli000010", "description": "Created by fab", "workspaceId": - "337acaeb-37c0-4bae-a516-9319ec8fc908", "folderId": "2f232b8e-e1c7-4812-87e6-416986729815"}' + "e1b3f635-de16-463d-a1ed-8d3dffa0ef40", "folderId": "596e8f0d-a0f4-4f10-8cb4-8509ab18a6e1"}' headers: Access-Control-Expose-Headers: - RequestId,ETag @@ -10059,17 +10019,17 @@ interactions: Content-Encoding: - gzip Content-Length: - - '200' + - '201' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:12:34 GMT + - Fri, 06 Feb 2026 07:20:28 GMT ETag: - '""' Pragma: - no-cache RequestId: - - ed1879c6-4016-4c56-aa42-8b348c2b17e5 + - f513b4bf-eb68-4a5d-a53f-f22ea2e97f9d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -10077,7 +10037,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -10095,18 +10055,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "displayName": "fabcli000001", + {"id": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "337acaeb-37c0-4bae-a516-9319ec8fc908", "displayName": "fabcli000002", + {"id": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -10116,15 +10076,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '634' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:12:34 GMT + - Fri, 06 Feb 2026 07:20:28 GMT Pragma: - no-cache RequestId: - - af63f67e-71e7-43d3-be2e-3ca69834c511 + - 6a6ee1e7-532a-4429-a1c2-1a1f1bc6748b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -10132,7 +10092,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -10150,25 +10110,25 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/items + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/items response: body: - string: '{"value": [{"id": "c7462674-37ed-4ce8-b912-ff2cbf82c56f", "type": "Notebook", + string: '{"value": [{"id": "e0612997-1710-47a0-8195-286fc037e24c", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": "624f672d-e3b9-4e8e-a4ee-f69dd2f6acd2", + "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": "ad72984e-0fb6-4852-a478-dd3821416ce4", "type": "DataPipeline", "displayName": "fabcli000004", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": "ccc6ddd9-a5a9-4370-af29-e8b52f840bea", + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": "41915c7d-5855-4a08-98d4-ab113bb4dc90", "type": "SparkJobDefinition", "displayName": "fabcli000006", "description": - "Created by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f"}, {"id": "a44ad150-dc7f-4c46-8a04-2129f07d96c5", + "Created by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a"}, {"id": "026af425-a57f-470f-a2b7-96dd24537cb7", "type": "Notebook", "displayName": "fabcli000008", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": - "ebc659b1-7226-4736-b70b-1f42bab91769"}, {"id": "95107f7f-d253-4b5d-806d-22cff0fde298", + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": + "8bc050b1-0bfd-472d-8dca-319b9d248a54"}, {"id": "2ff7ab09-22d6-4330-812e-786cc2b98dcc", "type": "DataPipeline", "displayName": "fabcli000010", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": - "18775cd6-2c64-48e5-a050-592d360f6073"}]}' + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": + "0f7dddf1-2640-4896-8afb-e5e75e01f71a"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -10177,15 +10137,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '435' + - '437' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:12:33 GMT + - Fri, 06 Feb 2026 07:20:30 GMT Pragma: - no-cache RequestId: - - e453c42e-da32-48ba-a8ae-cc6bc1516f34 + - 790716e2-06ab-4f36-8b0a-afb2e441da6d Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -10193,7 +10153,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -10211,17 +10171,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -10230,15 +10190,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:12:34 GMT + - Fri, 06 Feb 2026 07:20:30 GMT Pragma: - no-cache RequestId: - - ea0fb1f7-ed50-40d0-9a43-34d86e203a34 + - 8b18dc49-d6af-4d3f-bd21-7a47a539c89e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -10246,7 +10206,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -10264,17 +10224,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -10283,15 +10243,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:12:34 GMT + - Fri, 06 Feb 2026 07:20:31 GMT Pragma: - no-cache RequestId: - - d165dc52-befc-452b-979a-58d44d678de1 + - 1221a17f-f1fc-46ff-bb03-7294ef2077d6 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -10299,7 +10259,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -10317,17 +10277,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -10336,15 +10296,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:12:34 GMT + - Fri, 06 Feb 2026 07:20:32 GMT Pragma: - no-cache RequestId: - - eb2b9821-176b-423a-854e-0020d3a98331 + - 2cfcead8-24a5-425d-84a0-5151c04a5d53 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -10352,7 +10312,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -10370,17 +10330,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -10389,15 +10349,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:12:35 GMT + - Fri, 06 Feb 2026 07:20:32 GMT Pragma: - no-cache RequestId: - - a2a1cfc1-cd92-408b-9c7a-baf5fa55581e + - 75994635-0530-44c9-bf97-6b6658b7111f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -10405,7 +10365,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -10423,18 +10383,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "displayName": "fabcli000001", + {"id": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "337acaeb-37c0-4bae-a516-9319ec8fc908", "displayName": "fabcli000002", + {"id": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -10444,15 +10404,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '634' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:12:35 GMT + - Fri, 06 Feb 2026 07:20:33 GMT Pragma: - no-cache RequestId: - - 3ac0b69f-4e20-45b1-89a9-5dcd9525368f + - 2d75b99f-c32b-4ba9-8cf5-de9c649745e2 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -10460,7 +10420,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -10478,25 +10438,25 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/items response: body: - string: '{"value": [{"id": "f681b4e8-3112-43a0-b805-a19844de1fe9", "type": "Notebook", + string: '{"value": [{"id": "ef61ccc3-71c4-4ff2-9554-e52e4a549b14", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "337acaeb-37c0-4bae-a516-9319ec8fc908"}, {"id": "f5d24469-feed-4f8e-b5a9-71bb9bbd0570", + "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, {"id": "6da7abe9-44db-49be-a885-48f74490660f", "type": "DataPipeline", "displayName": "fabcli000004", "description": "Created - by fab", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}, {"id": "8aea964b-2992-4c28-977c-569abeb07539", + by fab", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, {"id": "8487c193-5930-4805-a9dc-ddfe0e58f3c8", "type": "SparkJobDefinition", "displayName": "fabcli000006", "description": - "Created by fab", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908", "folderId": - "33c62343-67f9-432f-979e-3881271a1647"}, {"id": "6db7477b-9917-4597-973b-e10ad47af28f", + "Created by fab", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40", "folderId": + "e45124b0-437b-4c39-80a4-7d35e7cec8fe"}, {"id": "a2a09ffc-826f-4cef-b00d-ccef7f25dea0", "type": "Notebook", "displayName": "fabcli000008", "description": "Created - by fab", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908", "folderId": - "7d81746a-0cff-4350-a13e-4ad14251453d"}, {"id": "70f40ce5-ca54-4f05-b8b5-e4d956e56102", + by fab", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40", "folderId": + "6fd12cfb-7dc9-47c3-b649-5c146f4ce735"}, {"id": "fc2e306d-4424-4295-9eca-19cfd2f979e4", "type": "DataPipeline", "displayName": "fabcli000010", "description": "Created - by fab", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908", "folderId": - "2f232b8e-e1c7-4812-87e6-416986729815"}]}' + by fab", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40", "folderId": + "596e8f0d-a0f4-4f10-8cb4-8509ab18a6e1"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -10505,15 +10465,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '435' + - '436' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:12:35 GMT + - Fri, 06 Feb 2026 07:20:35 GMT Pragma: - no-cache RequestId: - - e294746e-3339-4021-9e99-d87fd708b543 + - 858ca515-8e81-4928-b5a2-0e496bf1377e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -10521,7 +10481,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -10539,17 +10499,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/folders?recursive=True response: body: - string: '{"value": [{"id": "33c62343-67f9-432f-979e-3881271a1647", "displayName": - "fabcli000005", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}, {"id": - "7d81746a-0cff-4350-a13e-4ad14251453d", "displayName": "fabcli000007", "parentFolderId": - "33c62343-67f9-432f-979e-3881271a1647", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}, - {"id": "2f232b8e-e1c7-4812-87e6-416986729815", "displayName": "fabcli000009", - "parentFolderId": "7d81746a-0cff-4350-a13e-4ad14251453d", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}]}' + string: '{"value": [{"id": "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "displayName": + "fabcli000005", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, {"id": + "6fd12cfb-7dc9-47c3-b649-5c146f4ce735", "displayName": "fabcli000007", "parentFolderId": + "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, + {"id": "596e8f0d-a0f4-4f10-8cb4-8509ab18a6e1", "displayName": "fabcli000009", + "parentFolderId": "6fd12cfb-7dc9-47c3-b649-5c146f4ce735", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -10558,15 +10518,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '240' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:12:35 GMT + - Fri, 06 Feb 2026 07:20:35 GMT Pragma: - no-cache RequestId: - - 5f32e977-1ee9-4507-bd44-8612b3040cd2 + - 69945fad-dd53-4408-9e6d-611b572a8c4e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -10574,7 +10534,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -10592,17 +10552,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/folders?recursive=True response: body: - string: '{"value": [{"id": "33c62343-67f9-432f-979e-3881271a1647", "displayName": - "fabcli000005", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}, {"id": - "7d81746a-0cff-4350-a13e-4ad14251453d", "displayName": "fabcli000007", "parentFolderId": - "33c62343-67f9-432f-979e-3881271a1647", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}, - {"id": "2f232b8e-e1c7-4812-87e6-416986729815", "displayName": "fabcli000009", - "parentFolderId": "7d81746a-0cff-4350-a13e-4ad14251453d", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}]}' + string: '{"value": [{"id": "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "displayName": + "fabcli000005", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, {"id": + "6fd12cfb-7dc9-47c3-b649-5c146f4ce735", "displayName": "fabcli000007", "parentFolderId": + "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, + {"id": "596e8f0d-a0f4-4f10-8cb4-8509ab18a6e1", "displayName": "fabcli000009", + "parentFolderId": "6fd12cfb-7dc9-47c3-b649-5c146f4ce735", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -10611,15 +10571,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '240' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:12:36 GMT + - Fri, 06 Feb 2026 07:20:36 GMT Pragma: - no-cache RequestId: - - 587f16b1-54de-4a7d-8fe9-6f75e0ca2edc + - b926130d-b9ba-41b0-8b25-0706ca85536a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -10627,7 +10587,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -10645,17 +10605,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/folders?recursive=True response: body: - string: '{"value": [{"id": "33c62343-67f9-432f-979e-3881271a1647", "displayName": - "fabcli000005", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}, {"id": - "7d81746a-0cff-4350-a13e-4ad14251453d", "displayName": "fabcli000007", "parentFolderId": - "33c62343-67f9-432f-979e-3881271a1647", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}, - {"id": "2f232b8e-e1c7-4812-87e6-416986729815", "displayName": "fabcli000009", - "parentFolderId": "7d81746a-0cff-4350-a13e-4ad14251453d", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}]}' + string: '{"value": [{"id": "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "displayName": + "fabcli000005", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, {"id": + "6fd12cfb-7dc9-47c3-b649-5c146f4ce735", "displayName": "fabcli000007", "parentFolderId": + "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, + {"id": "596e8f0d-a0f4-4f10-8cb4-8509ab18a6e1", "displayName": "fabcli000009", + "parentFolderId": "6fd12cfb-7dc9-47c3-b649-5c146f4ce735", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -10664,15 +10624,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '240' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:12:35 GMT + - Fri, 06 Feb 2026 07:20:36 GMT Pragma: - no-cache RequestId: - - 2ca49e74-0f67-4618-9159-94a9e69c6745 + - 2aa3f3f7-8eb5-46d2-95b8-3789e2bfe43c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -10680,7 +10640,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -10698,17 +10658,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/folders?recursive=True response: body: - string: '{"value": [{"id": "33c62343-67f9-432f-979e-3881271a1647", "displayName": - "fabcli000005", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}, {"id": - "7d81746a-0cff-4350-a13e-4ad14251453d", "displayName": "fabcli000007", "parentFolderId": - "33c62343-67f9-432f-979e-3881271a1647", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}, - {"id": "2f232b8e-e1c7-4812-87e6-416986729815", "displayName": "fabcli000009", - "parentFolderId": "7d81746a-0cff-4350-a13e-4ad14251453d", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}]}' + string: '{"value": [{"id": "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "displayName": + "fabcli000005", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, {"id": + "6fd12cfb-7dc9-47c3-b649-5c146f4ce735", "displayName": "fabcli000007", "parentFolderId": + "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, + {"id": "596e8f0d-a0f4-4f10-8cb4-8509ab18a6e1", "displayName": "fabcli000009", + "parentFolderId": "6fd12cfb-7dc9-47c3-b649-5c146f4ce735", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -10717,15 +10677,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '240' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:12:35 GMT + - Fri, 06 Feb 2026 07:20:37 GMT Pragma: - no-cache RequestId: - - 5fce2463-9b89-4225-9586-c889bb119bb2 + - dacd10e6-7750-4998-a5b1-4dabbe613cf1 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -10733,7 +10693,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -10751,18 +10711,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "displayName": "fabcli000001", + {"id": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "337acaeb-37c0-4bae-a516-9319ec8fc908", "displayName": "fabcli000002", + {"id": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -10772,15 +10732,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '634' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:12:35 GMT + - Fri, 06 Feb 2026 07:20:38 GMT Pragma: - no-cache RequestId: - - 26ac19e5-dbe6-48ac-aa4b-65b9335799dd + - 30f8b345-12ca-4389-995a-8ed79424d274 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -10788,7 +10748,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -10806,27 +10766,27 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"requestId": "7417d48c-6979-432b-a814-1f0621121267", "errorCode": + string: '{"requestId": "2818d245-50f3-4f18-a3f5-3a6d4587654c", "errorCode": "RequestBlocked", "message": "Request is blocked by the upstream service until: - 9/8/2025 2:13:29 PM (UTC)"}' + 2/6/2026 7:21:22 AM (UTC)", "isRetriable": true}' headers: Content-Length: - - '169' + - '188' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:12:35 GMT + - Fri, 06 Feb 2026 07:20:39 GMT RequestId: - - 7417d48c-6979-432b-a814-1f0621121267 + - 2818d245-50f3-4f18-a3f5-3a6d4587654c Retry-After: - - '53' + - '42' home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' x-ms-public-api-error-code: @@ -10846,17 +10806,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -10865,15 +10825,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:13:29 GMT + - Fri, 06 Feb 2026 07:21:24 GMT Pragma: - no-cache RequestId: - - c7347372-c2f8-47fd-995e-ecc37c746fe0 + - e36c0f43-e8af-449b-98b1-a6206ca78798 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -10881,7 +10841,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -10899,25 +10859,25 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/items + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/items response: body: - string: '{"value": [{"id": "c7462674-37ed-4ce8-b912-ff2cbf82c56f", "type": "Notebook", + string: '{"value": [{"id": "e0612997-1710-47a0-8195-286fc037e24c", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": "624f672d-e3b9-4e8e-a4ee-f69dd2f6acd2", + "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": "ad72984e-0fb6-4852-a478-dd3821416ce4", "type": "DataPipeline", "displayName": "fabcli000004", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": "ccc6ddd9-a5a9-4370-af29-e8b52f840bea", + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": "41915c7d-5855-4a08-98d4-ab113bb4dc90", "type": "SparkJobDefinition", "displayName": "fabcli000006", "description": - "Created by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f"}, {"id": "a44ad150-dc7f-4c46-8a04-2129f07d96c5", + "Created by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a"}, {"id": "026af425-a57f-470f-a2b7-96dd24537cb7", "type": "Notebook", "displayName": "fabcli000008", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": - "ebc659b1-7226-4736-b70b-1f42bab91769"}, {"id": "95107f7f-d253-4b5d-806d-22cff0fde298", + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": + "8bc050b1-0bfd-472d-8dca-319b9d248a54"}, {"id": "2ff7ab09-22d6-4330-812e-786cc2b98dcc", "type": "DataPipeline", "displayName": "fabcli000010", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": - "18775cd6-2c64-48e5-a050-592d360f6073"}]}' + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": + "0f7dddf1-2640-4896-8afb-e5e75e01f71a"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -10926,15 +10886,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '435' + - '437' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:13:29 GMT + - Fri, 06 Feb 2026 07:21:25 GMT Pragma: - no-cache RequestId: - - 514b7231-160f-45be-bae4-e24ff0ef4260 + - a5c11145-527e-49cf-869b-e395c3d51810 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -10942,7 +10902,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -10960,17 +10920,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -10979,15 +10939,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:13:30 GMT + - Fri, 06 Feb 2026 07:21:26 GMT Pragma: - no-cache RequestId: - - 4ccef4f3-587b-4b85-9b44-98cf255bdcc4 + - f57034a0-4134-4f96-84bb-e4e2cb842858 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -10995,7 +10955,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -11013,17 +10973,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -11032,15 +10992,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:13:30 GMT + - Fri, 06 Feb 2026 07:21:26 GMT Pragma: - no-cache RequestId: - - 5d647f92-8cb7-4dd6-a78c-5ae590ab54cf + - 24fd9a7a-2cba-4335-9336-0c79f753cea7 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -11048,7 +11008,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -11066,17 +11026,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -11085,15 +11045,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:13:30 GMT + - Fri, 06 Feb 2026 07:21:27 GMT Pragma: - no-cache RequestId: - - 8143765b-c75f-450e-98e1-b92058cebcf8 + - 5e942328-27f5-4450-9900-038f4690ea6a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -11101,7 +11061,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -11119,17 +11079,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -11138,15 +11098,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:13:30 GMT + - Fri, 06 Feb 2026 07:21:28 GMT Pragma: - no-cache RequestId: - - 3a08b8f5-27e3-462f-bbce-d964fddfef64 + - 4bc4a050-32a1-4af5-a39b-8ad746c38e08 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -11154,7 +11114,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -11172,18 +11132,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "displayName": "fabcli000001", + {"id": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "337acaeb-37c0-4bae-a516-9319ec8fc908", "displayName": "fabcli000002", + {"id": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -11193,15 +11153,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '634' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:13:30 GMT + - Fri, 06 Feb 2026 07:21:28 GMT Pragma: - no-cache RequestId: - - a6ea2cff-43a6-413c-be3e-d94afbec1c36 + - 1dc7fc29-5281-447e-8b29-12dc9eb2238f Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -11209,7 +11169,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -11227,17 +11187,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -11246,15 +11206,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:13:30 GMT + - Fri, 06 Feb 2026 07:21:29 GMT Pragma: - no-cache RequestId: - - b4d8a6ba-f170-4547-a3f0-079bba1f7fc2 + - 6221b0fa-6ed0-4e65-9ca7-3d341634b3dd Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -11262,7 +11222,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -11280,17 +11240,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -11299,15 +11259,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:13:31 GMT + - Fri, 06 Feb 2026 07:21:31 GMT Pragma: - no-cache RequestId: - - a4eb0b96-1a5e-4a11-bc20-46e672b8dbae + - 993f6f30-1199-4d00-9c74-6b109160946c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -11315,7 +11275,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -11333,25 +11293,25 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/items + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/items response: body: - string: '{"value": [{"id": "c7462674-37ed-4ce8-b912-ff2cbf82c56f", "type": "Notebook", + string: '{"value": [{"id": "e0612997-1710-47a0-8195-286fc037e24c", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": "624f672d-e3b9-4e8e-a4ee-f69dd2f6acd2", + "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": "ad72984e-0fb6-4852-a478-dd3821416ce4", "type": "DataPipeline", "displayName": "fabcli000004", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": "ccc6ddd9-a5a9-4370-af29-e8b52f840bea", + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": "41915c7d-5855-4a08-98d4-ab113bb4dc90", "type": "SparkJobDefinition", "displayName": "fabcli000006", "description": - "Created by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f"}, {"id": "a44ad150-dc7f-4c46-8a04-2129f07d96c5", + "Created by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a"}, {"id": "026af425-a57f-470f-a2b7-96dd24537cb7", "type": "Notebook", "displayName": "fabcli000008", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": - "ebc659b1-7226-4736-b70b-1f42bab91769"}, {"id": "95107f7f-d253-4b5d-806d-22cff0fde298", + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": + "8bc050b1-0bfd-472d-8dca-319b9d248a54"}, {"id": "2ff7ab09-22d6-4330-812e-786cc2b98dcc", "type": "DataPipeline", "displayName": "fabcli000010", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": - "18775cd6-2c64-48e5-a050-592d360f6073"}]}' + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": + "0f7dddf1-2640-4896-8afb-e5e75e01f71a"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -11360,15 +11320,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '435' + - '437' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:13:30 GMT + - Fri, 06 Feb 2026 07:21:32 GMT Pragma: - no-cache RequestId: - - c61ae41f-c629-48fc-8897-a91df3c5a2ee + - bc350e43-fac9-4997-90e6-300200c921d7 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -11376,7 +11336,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -11394,17 +11354,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -11413,15 +11373,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:13:30 GMT + - Fri, 06 Feb 2026 07:21:31 GMT Pragma: - no-cache RequestId: - - d6f785c3-44b1-412a-8512-034e0f8a0647 + - 1f9a2d2a-94e7-407d-9bf1-4e607e143039 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -11429,7 +11389,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -11447,17 +11407,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -11466,15 +11426,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:13:30 GMT + - Fri, 06 Feb 2026 07:21:33 GMT Pragma: - no-cache RequestId: - - 0065f1a5-6794-43e6-a160-18ab7c98f75a + - 84be72f5-9e5f-462d-9233-5091ee93a4a6 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -11482,7 +11442,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -11500,17 +11460,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -11519,15 +11479,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:13:31 GMT + - Fri, 06 Feb 2026 07:21:33 GMT Pragma: - no-cache RequestId: - - 7afd545e-73b5-42ee-8432-7e1f1dbe51b8 + - 912bc665-c373-4bae-a9c3-4df34de5d995 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -11535,7 +11495,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -11553,27 +11513,27 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"requestId": "3e771fd5-d603-4510-848a-8d2b19b45901", "errorCode": + string: '{"requestId": "686c7408-7768-412d-80aa-c0f6f9d5b6c1", "errorCode": "RequestBlocked", "message": "Request is blocked by the upstream service until: - 9/8/2025 2:14:30 PM (UTC)"}' + 2/6/2026 7:22:25 AM (UTC)", "isRetriable": true}' headers: Content-Length: - - '169' + - '188' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:13:31 GMT + - Fri, 06 Feb 2026 07:21:34 GMT RequestId: - - 3e771fd5-d603-4510-848a-8d2b19b45901 + - 686c7408-7768-412d-80aa-c0f6f9d5b6c1 Retry-After: - - '58' + - '50' home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' x-ms-public-api-error-code: @@ -11593,17 +11553,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -11612,15 +11572,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:14:29 GMT + - Fri, 06 Feb 2026 07:22:28 GMT Pragma: - no-cache RequestId: - - b8b95360-7493-48e8-962a-81bce667452d + - 05a0e304-36e8-4f1d-adc9-6b49742bb718 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -11628,7 +11588,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -11646,18 +11606,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "displayName": "fabcli000001", + {"id": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "337acaeb-37c0-4bae-a516-9319ec8fc908", "displayName": "fabcli000002", + {"id": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -11667,15 +11627,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '634' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:14:30 GMT + - Fri, 06 Feb 2026 07:22:28 GMT Pragma: - no-cache RequestId: - - e5c15e62-e1d7-4b56-b47a-c22ea9e4435d + - 72adae07-166e-47a0-ab14-d0a06c7b4baf Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -11683,7 +11643,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -11701,17 +11661,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -11720,15 +11680,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:14:29 GMT + - Fri, 06 Feb 2026 07:22:29 GMT Pragma: - no-cache RequestId: - - de4e3809-4f57-43c6-bec2-6913283e5b2b + - 4d345e69-daba-4ffd-a163-a1eb457ca6e0 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -11736,7 +11696,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -11754,17 +11714,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -11773,15 +11733,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:14:30 GMT + - Fri, 06 Feb 2026 07:22:30 GMT Pragma: - no-cache RequestId: - - 4b806b4b-c1ed-4d15-826a-ad29f0c34bcb + - b69f1549-441e-48a2-939e-24e0fa6c8ee4 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -11789,7 +11749,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -11807,17 +11767,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -11826,15 +11786,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:14:30 GMT + - Fri, 06 Feb 2026 07:22:31 GMT Pragma: - no-cache RequestId: - - 6ad59874-b6a8-4e20-bc5a-70fd1cfd2f14 + - 95214a30-d735-404c-85ac-e02578795bda Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -11842,7 +11802,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -11860,25 +11820,25 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/items + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/items response: body: - string: '{"value": [{"id": "c7462674-37ed-4ce8-b912-ff2cbf82c56f", "type": "Notebook", + string: '{"value": [{"id": "e0612997-1710-47a0-8195-286fc037e24c", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": "624f672d-e3b9-4e8e-a4ee-f69dd2f6acd2", + "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": "ad72984e-0fb6-4852-a478-dd3821416ce4", "type": "DataPipeline", "displayName": "fabcli000004", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": "ccc6ddd9-a5a9-4370-af29-e8b52f840bea", + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": "41915c7d-5855-4a08-98d4-ab113bb4dc90", "type": "SparkJobDefinition", "displayName": "fabcli000006", "description": - "Created by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f"}, {"id": "a44ad150-dc7f-4c46-8a04-2129f07d96c5", + "Created by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a"}, {"id": "026af425-a57f-470f-a2b7-96dd24537cb7", "type": "Notebook", "displayName": "fabcli000008", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": - "ebc659b1-7226-4736-b70b-1f42bab91769"}, {"id": "95107f7f-d253-4b5d-806d-22cff0fde298", + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": + "8bc050b1-0bfd-472d-8dca-319b9d248a54"}, {"id": "2ff7ab09-22d6-4330-812e-786cc2b98dcc", "type": "DataPipeline", "displayName": "fabcli000010", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": - "18775cd6-2c64-48e5-a050-592d360f6073"}]}' + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": + "0f7dddf1-2640-4896-8afb-e5e75e01f71a"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -11887,15 +11847,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '435' + - '437' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:14:31 GMT + - Fri, 06 Feb 2026 07:22:32 GMT Pragma: - no-cache RequestId: - - a7a28ed5-4a19-4f80-b7ee-2c08890ecde3 + - 6dee60d8-9dc6-4c9d-866f-decfb1d252eb Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -11903,7 +11863,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -11921,17 +11881,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -11940,15 +11900,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:14:31 GMT + - Fri, 06 Feb 2026 07:22:33 GMT Pragma: - no-cache RequestId: - - 311e7550-6a8d-4617-8911-cdeb82f77981 + - 1cc2c328-f476-4d54-b4d6-b6d4fe4672b6 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -11956,7 +11916,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -11974,17 +11934,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -11993,15 +11953,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:14:30 GMT + - Fri, 06 Feb 2026 07:22:34 GMT Pragma: - no-cache RequestId: - - 8778ca6b-629f-42bf-9db6-1ed159178b08 + - c19ad541-0bd3-4cf5-9190-59fd41cff0c2 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -12009,7 +11969,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -12027,17 +11987,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -12046,15 +12006,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:14:31 GMT + - Fri, 06 Feb 2026 07:22:35 GMT Pragma: - no-cache RequestId: - - bc13f41a-b72e-4717-94d5-2551e2c229f2 + - 3b0e7416-fb48-4209-b18d-c7c97035cebc Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -12062,7 +12022,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -12080,17 +12040,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -12099,15 +12059,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:14:31 GMT + - Fri, 06 Feb 2026 07:22:35 GMT Pragma: - no-cache RequestId: - - fdc3705c-a7d5-4762-b903-3147fcc2c82a + - 741a9450-8898-43a7-8d8c-2ef337e6f7b9 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -12115,7 +12075,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -12133,18 +12093,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "displayName": "fabcli000001", + {"id": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "337acaeb-37c0-4bae-a516-9319ec8fc908", "displayName": "fabcli000002", + {"id": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -12154,15 +12114,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '634' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:14:31 GMT + - Fri, 06 Feb 2026 07:22:36 GMT Pragma: - no-cache RequestId: - - f1798128-bf30-4a8f-8588-40ce9839052a + - b3b343d7-486c-482d-82f7-17a16c5bcfcc Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -12170,7 +12130,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -12188,17 +12148,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -12207,15 +12167,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:14:31 GMT + - Fri, 06 Feb 2026 07:22:36 GMT Pragma: - no-cache RequestId: - - 1a109a51-89b9-4aa9-86c2-dc3deb5384ec + - 755eb885-e40d-493f-92d6-e717168e5b17 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -12223,7 +12183,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -12241,17 +12201,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -12260,15 +12220,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:14:32 GMT + - Fri, 06 Feb 2026 07:22:37 GMT Pragma: - no-cache RequestId: - - e9da695e-f9f4-4fba-9cb1-123aae7b0811 + - 9f957177-a3b5-44a2-b901-cb8d74bda89e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -12276,7 +12236,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -12294,27 +12254,27 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"requestId": "04253b1f-43f5-4892-8055-b612606f9ca3", "errorCode": + string: '{"requestId": "3c849e62-35ad-419d-b128-f126227b2a8b", "errorCode": "RequestBlocked", "message": "Request is blocked by the upstream service until: - 9/8/2025 2:15:30 PM (UTC)"}' + 2/6/2026 7:23:29 AM (UTC)", "isRetriable": true}' headers: Content-Length: - - '169' + - '188' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:14:31 GMT + - Fri, 06 Feb 2026 07:22:38 GMT RequestId: - - 04253b1f-43f5-4892-8055-b612606f9ca3 + - 3c849e62-35ad-419d-b128-f126227b2a8b Retry-After: - - '58' + - '50' home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' x-ms-public-api-error-code: @@ -12334,17 +12294,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -12353,15 +12313,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:15:29 GMT + - Fri, 06 Feb 2026 07:23:31 GMT Pragma: - no-cache RequestId: - - f7dadf02-d702-4696-9c77-b07fbb16aedb + - f6527957-4985-4f27-aafd-9ef6b2caa407 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -12369,7 +12329,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -12387,25 +12347,25 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/items + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/items response: body: - string: '{"value": [{"id": "c7462674-37ed-4ce8-b912-ff2cbf82c56f", "type": "Notebook", + string: '{"value": [{"id": "e0612997-1710-47a0-8195-286fc037e24c", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": "624f672d-e3b9-4e8e-a4ee-f69dd2f6acd2", + "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": "ad72984e-0fb6-4852-a478-dd3821416ce4", "type": "DataPipeline", "displayName": "fabcli000004", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": "ccc6ddd9-a5a9-4370-af29-e8b52f840bea", + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": "41915c7d-5855-4a08-98d4-ab113bb4dc90", "type": "SparkJobDefinition", "displayName": "fabcli000006", "description": - "Created by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f"}, {"id": "a44ad150-dc7f-4c46-8a04-2129f07d96c5", + "Created by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a"}, {"id": "026af425-a57f-470f-a2b7-96dd24537cb7", "type": "Notebook", "displayName": "fabcli000008", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": - "ebc659b1-7226-4736-b70b-1f42bab91769"}, {"id": "95107f7f-d253-4b5d-806d-22cff0fde298", + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": + "8bc050b1-0bfd-472d-8dca-319b9d248a54"}, {"id": "2ff7ab09-22d6-4330-812e-786cc2b98dcc", "type": "DataPipeline", "displayName": "fabcli000010", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": - "18775cd6-2c64-48e5-a050-592d360f6073"}]}' + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": + "0f7dddf1-2640-4896-8afb-e5e75e01f71a"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -12414,15 +12374,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '435' + - '437' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:15:29 GMT + - Fri, 06 Feb 2026 07:23:32 GMT Pragma: - no-cache RequestId: - - 2f10e4b5-dfdc-4fd3-9fe4-f2ba76cc2386 + - b5752b0c-7eb6-4622-b446-66734d489894 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -12430,7 +12390,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -12448,17 +12408,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -12467,15 +12427,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:15:30 GMT + - Fri, 06 Feb 2026 07:23:33 GMT Pragma: - no-cache RequestId: - - b76530c9-ee8b-4a2c-975d-934f93c81d18 + - 3f17ed4f-7639-4da6-91a0-f529e8bb85b3 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -12483,7 +12443,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -12501,17 +12461,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -12520,15 +12480,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:15:30 GMT + - Fri, 06 Feb 2026 07:23:34 GMT Pragma: - no-cache RequestId: - - 1ac4fb94-5cd9-4b1e-b3aa-c281f3603a63 + - 78256d0e-ab3b-49ff-a2ac-55c5d0ca332c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -12536,7 +12496,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -12554,17 +12514,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -12573,15 +12533,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:15:30 GMT + - Fri, 06 Feb 2026 07:23:34 GMT Pragma: - no-cache RequestId: - - 74c6b4d4-e72a-4872-85d7-d0223e9ed4e2 + - 27f2a99a-d548-4cbb-9c99-a340b78d082a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -12589,7 +12549,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -12609,9 +12569,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/items/95107f7f-d253-4b5d-806d-22cff0fde298 + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/items/2ff7ab09-22d6-4330-812e-786cc2b98dcc response: body: string: '' @@ -12627,11 +12587,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:15:31 GMT + - Fri, 06 Feb 2026 07:23:35 GMT Pragma: - no-cache RequestId: - - ed57b3ec-caf9-4a50-bb54-135c62407c8c + - 4681ea4d-74ea-4f58-80fb-0cd36c235d42 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -12639,7 +12599,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -12657,18 +12617,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "displayName": "fabcli000001", + {"id": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "337acaeb-37c0-4bae-a516-9319ec8fc908", "displayName": "fabcli000002", + {"id": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -12678,15 +12638,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '634' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:15:31 GMT + - Fri, 06 Feb 2026 07:23:36 GMT Pragma: - no-cache RequestId: - - c249fa53-69d7-44ca-b3c7-db49eef1ea33 + - e067a779-ac5a-4221-bddb-dfb7a856b225 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -12694,7 +12654,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -12712,17 +12672,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -12731,15 +12691,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:15:31 GMT + - Fri, 06 Feb 2026 07:23:37 GMT Pragma: - no-cache RequestId: - - 247aeb53-bbea-4573-9a97-1e0af347142e + - c5dd6c1d-c8a0-4f36-beb7-e62949fabc37 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -12747,7 +12707,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -12765,17 +12725,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -12784,15 +12744,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:15:31 GMT + - Fri, 06 Feb 2026 07:23:38 GMT Pragma: - no-cache RequestId: - - 46e26e39-bc0a-453e-be78-22458be56543 + - d419cef1-ac54-413d-979b-04795d12d568 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -12800,7 +12760,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -12818,22 +12778,22 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/items + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/items response: body: - string: '{"value": [{"id": "c7462674-37ed-4ce8-b912-ff2cbf82c56f", "type": "Notebook", + string: '{"value": [{"id": "e0612997-1710-47a0-8195-286fc037e24c", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": "624f672d-e3b9-4e8e-a4ee-f69dd2f6acd2", + "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": "ad72984e-0fb6-4852-a478-dd3821416ce4", "type": "DataPipeline", "displayName": "fabcli000004", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": "ccc6ddd9-a5a9-4370-af29-e8b52f840bea", + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": "41915c7d-5855-4a08-98d4-ab113bb4dc90", "type": "SparkJobDefinition", "displayName": "fabcli000006", "description": - "Created by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f"}, {"id": "a44ad150-dc7f-4c46-8a04-2129f07d96c5", + "Created by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a"}, {"id": "026af425-a57f-470f-a2b7-96dd24537cb7", "type": "Notebook", "displayName": "fabcli000008", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": - "ebc659b1-7226-4736-b70b-1f42bab91769"}]}' + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": + "8bc050b1-0bfd-472d-8dca-319b9d248a54"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -12846,11 +12806,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:15:31 GMT + - Fri, 06 Feb 2026 07:23:39 GMT Pragma: - no-cache RequestId: - - 6c09e68d-131d-41ef-9e6f-b122f5fc44b2 + - 5ab28735-f6fc-4f80-9d9b-594494f34616 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -12858,7 +12818,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -12876,17 +12836,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -12895,15 +12855,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:15:32 GMT + - Fri, 06 Feb 2026 07:23:40 GMT Pragma: - no-cache RequestId: - - 1d222001-efd7-46a4-8947-1bf766383a6f + - f02777b0-0a16-4ad0-96dd-c72331216b00 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -12911,7 +12871,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -12929,17 +12889,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -12948,15 +12908,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:15:32 GMT + - Fri, 06 Feb 2026 07:23:40 GMT Pragma: - no-cache RequestId: - - 74d89184-1ecb-432c-aff4-f576a1d437e0 + - 17ab1099-ebb2-490f-bcfc-e4199d1c0cc5 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -12964,7 +12924,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -12984,9 +12944,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/items/a44ad150-dc7f-4c46-8a04-2129f07d96c5 + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/items/026af425-a57f-470f-a2b7-96dd24537cb7 response: body: string: '' @@ -13002,11 +12962,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:15:31 GMT + - Fri, 06 Feb 2026 07:23:41 GMT Pragma: - no-cache RequestId: - - 87b4f5c7-17c3-423b-9e35-ba7c1bd6198c + - 586b6857-84eb-4733-822b-57b7066afe10 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -13014,7 +12974,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -13032,18 +12992,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "displayName": "fabcli000001", + {"id": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "337acaeb-37c0-4bae-a516-9319ec8fc908", "displayName": "fabcli000002", + {"id": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -13053,15 +13013,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '634' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:15:32 GMT + - Fri, 06 Feb 2026 07:23:42 GMT Pragma: - no-cache RequestId: - - 9ba5d1d5-4315-4632-a206-2574ea5a6ab9 + - 36ef5d65-9cb0-4373-ba40-3488f0757b65 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -13069,7 +13029,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -13087,17 +13047,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -13106,15 +13066,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:15:32 GMT + - Fri, 06 Feb 2026 07:23:42 GMT Pragma: - no-cache RequestId: - - aeba58ba-84cd-4058-a21f-81209a47d46b + - 271ce54c-1070-4627-a6e1-aff4e79f5b99 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -13122,7 +13082,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -13140,19 +13100,19 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/items + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/items response: body: - string: '{"value": [{"id": "c7462674-37ed-4ce8-b912-ff2cbf82c56f", "type": "Notebook", + string: '{"value": [{"id": "e0612997-1710-47a0-8195-286fc037e24c", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": "624f672d-e3b9-4e8e-a4ee-f69dd2f6acd2", + "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": "ad72984e-0fb6-4852-a478-dd3821416ce4", "type": "DataPipeline", "displayName": "fabcli000004", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": "ccc6ddd9-a5a9-4370-af29-e8b52f840bea", + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": "41915c7d-5855-4a08-98d4-ab113bb4dc90", "type": "SparkJobDefinition", "displayName": "fabcli000006", "description": - "Created by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "folderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f"}]}' + "Created by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "folderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -13161,15 +13121,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '311' + - '315' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:15:32 GMT + - Fri, 06 Feb 2026 07:23:43 GMT Pragma: - no-cache RequestId: - - d0100275-e716-4ca3-ac00-01ddbdb2bb26 + - 63fdef2e-445d-4439-b698-26c932ad63f6 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -13177,7 +13137,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -13195,17 +13155,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -13214,15 +13174,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:15:32 GMT + - Fri, 06 Feb 2026 07:23:44 GMT Pragma: - no-cache RequestId: - - 534d35cb-ad95-4dec-bfe9-083cc41d5fd9 + - f2b551d5-aa78-47be-8e4e-edea901f2f83 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -13230,7 +13190,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -13250,9 +13210,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/items/ccc6ddd9-a5a9-4370-af29-e8b52f840bea + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/items/41915c7d-5855-4a08-98d4-ab113bb4dc90 response: body: string: '' @@ -13268,11 +13228,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:15:33 GMT + - Fri, 06 Feb 2026 07:23:45 GMT Pragma: - no-cache RequestId: - - af1fcd98-ddb0-4e9a-930f-c4b6b695c27b + - a93cb2f9-8229-45a2-99a4-98381fa3cf42 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -13280,7 +13240,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -13298,18 +13258,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "displayName": "fabcli000001", + {"id": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "337acaeb-37c0-4bae-a516-9319ec8fc908", "displayName": "fabcli000002", + {"id": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -13319,15 +13279,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '634' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:15:33 GMT + - Fri, 06 Feb 2026 07:23:45 GMT Pragma: - no-cache RequestId: - - e76e5ba5-0fa7-42af-9c8e-18ae2b891251 + - 7d6d6df9-5925-4500-98d2-9424eabf53e3 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -13335,7 +13295,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -13353,16 +13313,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/items + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/items response: body: - string: '{"value": [{"id": "c7462674-37ed-4ce8-b912-ff2cbf82c56f", "type": "Notebook", + string: '{"value": [{"id": "e0612997-1710-47a0-8195-286fc037e24c", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": "624f672d-e3b9-4e8e-a4ee-f69dd2f6acd2", + "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": "ad72984e-0fb6-4852-a478-dd3821416ce4", "type": "DataPipeline", "displayName": "fabcli000004", "description": "Created - by fab", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + by fab", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -13371,15 +13331,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '229' + - '233' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:15:33 GMT + - Fri, 06 Feb 2026 07:23:46 GMT Pragma: - no-cache RequestId: - - ecfbd47a-4ab7-4035-8e06-b56cd9ac52cf + - 9911b738-3580-4853-b6e5-d660d52a493a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -13387,7 +13347,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -13407,9 +13367,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/items/624f672d-e3b9-4e8e-a4ee-f69dd2f6acd2 + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/items/ad72984e-0fb6-4852-a478-dd3821416ce4 response: body: string: '' @@ -13425,11 +13385,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:15:33 GMT + - Fri, 06 Feb 2026 07:23:46 GMT Pragma: - no-cache RequestId: - - f1b6b42c-9acd-4d2b-8d87-a75aa13b0841 + - 8cc2a3a7-d8f5-49c8-8692-a848a24c81c8 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -13437,7 +13397,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -13455,18 +13415,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "displayName": "fabcli000001", + {"id": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "337acaeb-37c0-4bae-a516-9319ec8fc908", "displayName": "fabcli000002", + {"id": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -13476,15 +13436,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '634' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:15:34 GMT + - Fri, 06 Feb 2026 07:23:47 GMT Pragma: - no-cache RequestId: - - 96310413-a562-44df-9665-8f3d274b6f2c + - aa1e47a4-f644-4fb0-b381-6e6ca9f621db Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -13492,7 +13452,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -13510,14 +13470,14 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/items + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/items response: body: - string: '{"value": [{"id": "c7462674-37ed-4ce8-b912-ff2cbf82c56f", "type": "Notebook", + string: '{"value": [{"id": "e0612997-1710-47a0-8195-286fc037e24c", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -13526,15 +13486,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '176' + - '177' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:15:33 GMT + - Fri, 06 Feb 2026 07:23:48 GMT Pragma: - no-cache RequestId: - - 6e748918-4b30-41d9-9fbb-2b9c9e23c65d + - 84084fad-07b0-4abd-95d4-e80a053f1885 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -13542,7 +13502,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -13562,9 +13522,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/items/c7462674-37ed-4ce8-b912-ff2cbf82c56f + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/items/e0612997-1710-47a0-8195-286fc037e24c response: body: string: '' @@ -13580,11 +13540,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:15:33 GMT + - Fri, 06 Feb 2026 07:23:49 GMT Pragma: - no-cache RequestId: - - 9c5ac57e-2364-43f0-851d-17a9e6d37d2e + - 428f57ef-58d1-4916-a8b4-0748534908e3 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -13592,7 +13552,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -13610,18 +13570,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "displayName": "fabcli000001", + {"id": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "337acaeb-37c0-4bae-a516-9319ec8fc908", "displayName": "fabcli000002", + {"id": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -13631,15 +13591,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '634' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:15:34 GMT + - Fri, 06 Feb 2026 07:23:49 GMT Pragma: - no-cache RequestId: - - be2c925b-0e51-426a-8066-56245bab538b + - c461d942-42f3-4633-b487-0e12fc91b981 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -13647,7 +13607,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -13665,27 +13625,27 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"requestId": "51738c28-8b32-4853-bf55-f3c3a4b34b67", "errorCode": + string: '{"requestId": "802efe81-02e3-4da2-9748-5cb51df95184", "errorCode": "RequestBlocked", "message": "Request is blocked by the upstream service until: - 9/8/2025 2:16:30 PM (UTC)"}' + 2/6/2026 7:24:33 AM (UTC)", "isRetriable": true}' headers: Content-Length: - - '169' + - '188' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:15:34 GMT + - Fri, 06 Feb 2026 07:23:49 GMT RequestId: - - 51738c28-8b32-4853-bf55-f3c3a4b34b67 + - 802efe81-02e3-4da2-9748-5cb51df95184 Retry-After: - - '56' + - '43' home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' x-ms-public-api-error-code: @@ -13705,17 +13665,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -13724,15 +13684,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:16:30 GMT + - Fri, 06 Feb 2026 07:24:36 GMT Pragma: - no-cache RequestId: - - 7da12aac-d278-4183-b813-bc3521a6e060 + - 64d10740-3e85-4812-9ef8-541c05b40ef5 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -13740,7 +13700,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -13758,17 +13718,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -13777,15 +13737,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:16:30 GMT + - Fri, 06 Feb 2026 07:24:36 GMT Pragma: - no-cache RequestId: - - cdc5fd0e-642f-45b1-af0b-c586918be874 + - fc167a31-878c-4b36-8afb-52c0837546af Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -13793,7 +13753,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -13811,17 +13771,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, - {"id": "18775cd6-2c64-48e5-a050-592d360f6073", "displayName": "fabcli000009", - "parentFolderId": "ebc659b1-7226-4736-b70b-1f42bab91769", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, + {"id": "0f7dddf1-2640-4896-8afb-e5e75e01f71a", "displayName": "fabcli000009", + "parentFolderId": "8bc050b1-0bfd-472d-8dca-319b9d248a54", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -13830,15 +13790,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '242' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:16:30 GMT + - Fri, 06 Feb 2026 07:24:37 GMT Pragma: - no-cache RequestId: - - d6e7e356-4da0-4b29-a0b2-84ecf4513d22 + - e4fe4715-b394-4c16-b56c-5a3e42d95e46 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -13846,7 +13806,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -13866,9 +13826,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders/18775cd6-2c64-48e5-a050-592d360f6073 + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders/0f7dddf1-2640-4896-8afb-e5e75e01f71a response: body: string: '' @@ -13884,11 +13844,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:16:30 GMT + - Fri, 06 Feb 2026 07:24:38 GMT Pragma: - no-cache RequestId: - - 14f6606b-0092-4de4-8362-563fe1320fe5 + - c514f590-68a4-4330-8d9e-d6aab9a6130b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -13896,7 +13856,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -13914,18 +13874,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "displayName": "fabcli000001", + {"id": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "337acaeb-37c0-4bae-a516-9319ec8fc908", "displayName": "fabcli000002", + {"id": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -13935,15 +13895,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '634' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:16:31 GMT + - Fri, 06 Feb 2026 07:24:39 GMT Pragma: - no-cache RequestId: - - 474a4c06-94c5-449c-a849-8022f6a6eb34 + - dc83f2c9-6e0e-4bdd-bbd7-af6031911040 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -13951,7 +13911,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -13969,15 +13929,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -13986,15 +13946,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '202' + - '204' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:16:31 GMT + - Fri, 06 Feb 2026 07:24:40 GMT Pragma: - no-cache RequestId: - - ba1e00f8-7544-43e6-b211-e77912506a84 + - 16b30e18-0dbd-4b69-b7a1-afd662ae5a1c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -14002,7 +13962,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -14020,15 +13980,15 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}, {"id": - "ebc659b1-7226-4736-b70b-1f42bab91769", "displayName": "fabcli000007", "parentFolderId": - "23089fdb-8072-4294-8741-d2645ecbaa0f", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}, {"id": + "8bc050b1-0bfd-472d-8dca-319b9d248a54", "displayName": "fabcli000007", "parentFolderId": + "5ac60325-e9cc-4450-86c3-95d68719a15a", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -14037,15 +13997,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '202' + - '204' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:16:31 GMT + - Fri, 06 Feb 2026 07:24:40 GMT Pragma: - no-cache RequestId: - - 59bf0522-8671-494b-af39-76d8b2a13699 + - 08510f1f-7fe7-420b-87c3-d7508ca6936e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -14053,7 +14013,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -14073,9 +14033,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders/ebc659b1-7226-4736-b70b-1f42bab91769 + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders/8bc050b1-0bfd-472d-8dca-319b9d248a54 response: body: string: '' @@ -14091,11 +14051,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:16:32 GMT + - Fri, 06 Feb 2026 07:24:41 GMT Pragma: - no-cache RequestId: - - 140cc153-7106-44fc-b93a-f7f9191c7b4b + - 982daa65-4027-4aae-a89c-89cc08167491 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -14103,7 +14063,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -14121,18 +14081,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "displayName": "fabcli000001", + {"id": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "337acaeb-37c0-4bae-a516-9319ec8fc908", "displayName": "fabcli000002", + {"id": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -14142,15 +14102,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '634' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:16:32 GMT + - Fri, 06 Feb 2026 07:24:43 GMT Pragma: - no-cache RequestId: - - d815cc94-a576-410a-a411-b43a11aa743b + - 95e89ebd-545f-43b3-a57c-5330ba187779 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -14158,7 +14118,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -14176,13 +14136,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders?recursive=True response: body: - string: '{"value": [{"id": "23089fdb-8072-4294-8741-d2645ecbaa0f", "displayName": - "fabcli000005", "workspaceId": "846cc4ba-ace3-458e-aa55-8242a80a0dbf"}]}' + string: '{"value": [{"id": "5ac60325-e9cc-4450-86c3-95d68719a15a", "displayName": + "fabcli000005", "workspaceId": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -14191,15 +14151,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '143' + - '144' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:16:32 GMT + - Fri, 06 Feb 2026 07:24:43 GMT Pragma: - no-cache RequestId: - - 539dc173-e8aa-4fcf-80c8-5afa63cdc447 + - a6877471-ccd9-4744-a1e7-50939ef24ff5 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -14207,7 +14167,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -14227,9 +14187,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/folders/23089fdb-8072-4294-8741-d2645ecbaa0f + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/folders/5ac60325-e9cc-4450-86c3-95d68719a15a response: body: string: '' @@ -14245,11 +14205,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:16:32 GMT + - Fri, 06 Feb 2026 07:24:44 GMT Pragma: - no-cache RequestId: - - e6e5f7c6-e87c-4b90-b3c7-3cab894454dc + - 9f4ee4a5-9799-4467-8033-cc1cc6479ad2 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -14257,7 +14217,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -14275,18 +14235,18 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "846cc4ba-ace3-458e-aa55-8242a80a0dbf", "displayName": "fabcli000001", + {"id": "d49dbdfb-ef14-4b54-a034-f5724f9a1f4e", "displayName": "fabcli000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "337acaeb-37c0-4bae-a516-9319ec8fc908", "displayName": "fabcli000002", + {"id": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -14296,15 +14256,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '634' + - '2882' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:16:32 GMT + - Fri, 06 Feb 2026 07:24:44 GMT Pragma: - no-cache RequestId: - - 6faa950e-1d0f-4b86-aa50-6eec7b731810 + - 150c5053-0dbc-4de7-865c-12cd3d2db36a Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -14312,7 +14272,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -14330,9 +14290,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf/items + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e/items response: body: string: '{"value": []}' @@ -14348,11 +14308,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:16:32 GMT + - Fri, 06 Feb 2026 07:24:45 GMT Pragma: - no-cache RequestId: - - ad8c6b93-0ffc-464b-ab6a-7ca492f9df1e + - 50c2abfa-0f80-4398-8c4f-404f6f84fbce Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -14360,7 +14320,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -14380,9 +14340,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/846cc4ba-ace3-458e-aa55-8242a80a0dbf + uri: https://api.fabric.microsoft.com/v1/workspaces/d49dbdfb-ef14-4b54-a034-f5724f9a1f4e response: body: string: '' @@ -14398,11 +14358,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:16:33 GMT + - Fri, 06 Feb 2026 07:24:47 GMT Pragma: - no-cache RequestId: - - 1b2fd6d9-4d6d-42c4-9b5f-64cad0620b9f + - 19d0bb76-b852-46e2-b02a-3e54e5ab6172 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -14410,7 +14370,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -14428,16 +14388,16 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET uri: https://api.fabric.microsoft.com/v1/workspaces response: body: - string: '{"value": [{"id": "94da8ea5-0bd6-4a9e-b717-5fdb482f4c71", "displayName": - "My workspace", "description": "", "type": "Personal"}, {"id": "e2078d49-0bf9-4b28-8b1c-9a9b2245eaf8", + string: '{"value": [{"id": "3634a139-2c9e-4205-910b-3b089a31be47", "displayName": + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}, - {"id": "337acaeb-37c0-4bae-a516-9319ec8fc908", "displayName": "fabcli000002", + {"id": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40", "displayName": "fabcli000002", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: Access-Control-Expose-Headers: @@ -14447,15 +14407,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '598' + - '2843' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:16:33 GMT + - Fri, 06 Feb 2026 07:24:47 GMT Pragma: - no-cache RequestId: - - 4576c0d3-7308-4306-816f-95c3e9b97483 + - 05550cf2-9bd6-45fe-a89c-22ea2699a796 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -14463,7 +14423,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -14481,25 +14441,25 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/items response: body: - string: '{"value": [{"id": "f681b4e8-3112-43a0-b805-a19844de1fe9", "type": "Notebook", + string: '{"value": [{"id": "ef61ccc3-71c4-4ff2-9554-e52e4a549b14", "type": "Notebook", "displayName": "fabcli000003", "description": "Created by fab", "workspaceId": - "337acaeb-37c0-4bae-a516-9319ec8fc908"}, {"id": "f5d24469-feed-4f8e-b5a9-71bb9bbd0570", + "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, {"id": "6da7abe9-44db-49be-a885-48f74490660f", "type": "DataPipeline", "displayName": "fabcli000004", "description": "Created - by fab", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}, {"id": "8aea964b-2992-4c28-977c-569abeb07539", + by fab", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, {"id": "8487c193-5930-4805-a9dc-ddfe0e58f3c8", "type": "SparkJobDefinition", "displayName": "fabcli000006", "description": - "Created by fab", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908", "folderId": - "33c62343-67f9-432f-979e-3881271a1647"}, {"id": "6db7477b-9917-4597-973b-e10ad47af28f", + "Created by fab", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40", "folderId": + "e45124b0-437b-4c39-80a4-7d35e7cec8fe"}, {"id": "a2a09ffc-826f-4cef-b00d-ccef7f25dea0", "type": "Notebook", "displayName": "fabcli000008", "description": "Created - by fab", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908", "folderId": - "7d81746a-0cff-4350-a13e-4ad14251453d"}, {"id": "70f40ce5-ca54-4f05-b8b5-e4d956e56102", + by fab", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40", "folderId": + "6fd12cfb-7dc9-47c3-b649-5c146f4ce735"}, {"id": "fc2e306d-4424-4295-9eca-19cfd2f979e4", "type": "DataPipeline", "displayName": "fabcli000010", "description": "Created - by fab", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908", "folderId": - "2f232b8e-e1c7-4812-87e6-416986729815"}]}' + by fab", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40", "folderId": + "596e8f0d-a0f4-4f10-8cb4-8509ab18a6e1"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -14508,15 +14468,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '435' + - '436' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:16:33 GMT + - Fri, 06 Feb 2026 07:24:48 GMT Pragma: - no-cache RequestId: - - 426e47a5-871b-4d2d-9982-ca8ca5bb1b44 + - fa0e0f2b-5766-4414-9746-aacc2e0d54a5 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -14524,7 +14484,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -14542,17 +14502,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/folders?recursive=True response: body: - string: '{"value": [{"id": "33c62343-67f9-432f-979e-3881271a1647", "displayName": - "fabcli000005", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}, {"id": - "7d81746a-0cff-4350-a13e-4ad14251453d", "displayName": "fabcli000007", "parentFolderId": - "33c62343-67f9-432f-979e-3881271a1647", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}, - {"id": "2f232b8e-e1c7-4812-87e6-416986729815", "displayName": "fabcli000009", - "parentFolderId": "7d81746a-0cff-4350-a13e-4ad14251453d", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}]}' + string: '{"value": [{"id": "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "displayName": + "fabcli000005", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, {"id": + "6fd12cfb-7dc9-47c3-b649-5c146f4ce735", "displayName": "fabcli000007", "parentFolderId": + "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, + {"id": "596e8f0d-a0f4-4f10-8cb4-8509ab18a6e1", "displayName": "fabcli000009", + "parentFolderId": "6fd12cfb-7dc9-47c3-b649-5c146f4ce735", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -14561,15 +14521,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '240' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:16:33 GMT + - Fri, 06 Feb 2026 07:24:49 GMT Pragma: - no-cache RequestId: - - ed0a0320-3c0d-40ec-841f-d9034cec285d + - 6e36bed5-d25e-4a06-b28c-408bb4f67912 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -14577,7 +14537,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -14595,17 +14555,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/folders?recursive=True response: body: - string: '{"value": [{"id": "33c62343-67f9-432f-979e-3881271a1647", "displayName": - "fabcli000005", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}, {"id": - "7d81746a-0cff-4350-a13e-4ad14251453d", "displayName": "fabcli000007", "parentFolderId": - "33c62343-67f9-432f-979e-3881271a1647", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}, - {"id": "2f232b8e-e1c7-4812-87e6-416986729815", "displayName": "fabcli000009", - "parentFolderId": "7d81746a-0cff-4350-a13e-4ad14251453d", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}]}' + string: '{"value": [{"id": "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "displayName": + "fabcli000005", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, {"id": + "6fd12cfb-7dc9-47c3-b649-5c146f4ce735", "displayName": "fabcli000007", "parentFolderId": + "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, + {"id": "596e8f0d-a0f4-4f10-8cb4-8509ab18a6e1", "displayName": "fabcli000009", + "parentFolderId": "6fd12cfb-7dc9-47c3-b649-5c146f4ce735", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -14614,15 +14574,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '240' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:16:33 GMT + - Fri, 06 Feb 2026 07:24:50 GMT Pragma: - no-cache RequestId: - - b2d0c8ac-6b87-45b8-807c-7c55ada8a647 + - 793adff6-581a-417a-bf36-45de14f7d01c Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -14630,7 +14590,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -14648,17 +14608,17 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40/folders?recursive=True response: body: - string: '{"value": [{"id": "33c62343-67f9-432f-979e-3881271a1647", "displayName": - "fabcli000005", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}, {"id": - "7d81746a-0cff-4350-a13e-4ad14251453d", "displayName": "fabcli000007", "parentFolderId": - "33c62343-67f9-432f-979e-3881271a1647", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}, - {"id": "2f232b8e-e1c7-4812-87e6-416986729815", "displayName": "fabcli000009", - "parentFolderId": "7d81746a-0cff-4350-a13e-4ad14251453d", "workspaceId": "337acaeb-37c0-4bae-a516-9319ec8fc908"}]}' + string: '{"value": [{"id": "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "displayName": + "fabcli000005", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, {"id": + "6fd12cfb-7dc9-47c3-b649-5c146f4ce735", "displayName": "fabcli000007", "parentFolderId": + "e45124b0-437b-4c39-80a4-7d35e7cec8fe", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}, + {"id": "596e8f0d-a0f4-4f10-8cb4-8509ab18a6e1", "displayName": "fabcli000009", + "parentFolderId": "6fd12cfb-7dc9-47c3-b649-5c146f4ce735", "workspaceId": "e1b3f635-de16-463d-a1ed-8d3dffa0ef40"}]}' headers: Access-Control-Expose-Headers: - RequestId @@ -14667,15 +14627,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '240' + - '243' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 08 Sep 2025 14:16:33 GMT + - Fri, 06 Feb 2026 07:24:50 GMT Pragma: - no-cache RequestId: - - 08c0dd0e-217e-42a1-bcb6-f444999a4d8a + - 4181ee03-8419-42af-87f4-6d2e929c54a4 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -14683,7 +14643,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: @@ -14703,9 +14663,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0.rc2 + - ms-fabric-cli-test/1.3.1 method: DELETE - uri: https://api.fabric.microsoft.com/v1/workspaces/337acaeb-37c0-4bae-a516-9319ec8fc908 + uri: https://api.fabric.microsoft.com/v1/workspaces/e1b3f635-de16-463d-a1ed-8d3dffa0ef40 response: body: string: '' @@ -14721,11 +14681,11 @@ interactions: Content-Type: - application/octet-stream Date: - - Mon, 08 Sep 2025 14:16:33 GMT + - Fri, 06 Feb 2026 07:24:52 GMT Pragma: - no-cache RequestId: - - 06720784-645c-4c77-9540-7c4d83866a68 + - 45b1c4d4-219a-4e3f-8dc6-09415c21b7e0 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -14733,7 +14693,7 @@ interactions: X-Frame-Options: - deny home-cluster-uri: - - https://wabi-west-europe-redirect.analysis.windows.net/ + - https://wabi-us-central-b-primary-redirect.analysis.windows.net/ request-redirected: - 'true' status: diff --git a/tests/test_commands/recordings/test_commands/test_cp/test_cp_workspace_to_workspace_type_mismatch_failure.yaml b/tests/test_commands/recordings/test_commands/test_cp/test_cp_workspace_to_workspace_type_mismatch_failure.yaml index 07014b1c..bd9d32fb 100644 --- a/tests/test_commands/recordings/test_commands/test_cp/test_cp_workspace_to_workspace_type_mismatch_failure.yaml +++ b/tests/test_commands/recordings/test_commands/test_cp/test_cp_workspace_to_workspace_type_mismatch_failure.yaml @@ -11,13 +11,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.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": "cd58a2eb-2bdc-4f66-98fa-1ce6f20b2322", + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "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: - - '817' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 22 Sep 2025 09:49:12 GMT + - Fri, 06 Feb 2026 07:40:06 GMT Pragma: - no-cache RequestId: - - e649e058-6e7e-4bd1-8b31-4992d3ddef9e + - a2c9a80e-0f71-41bb-9926-453d2f45482b Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -62,13 +62,13 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.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": "cd58a2eb-2bdc-4f66-98fa-1ce6f20b2322", + "My workspace", "description": "", "type": "Personal"}, {"id": "e0c56f4e-e523-4a5a-84b3-0cc7285a0897", "displayName": "fabriccli_WorkspacePerTestclass_000001", "description": "Created by fab", "type": "Workspace", "capacityId": "00000000-0000-0000-0000-000000000004"}]}' headers: @@ -79,15 +79,15 @@ interactions: Content-Encoding: - gzip Content-Length: - - '817' + - '2805' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 22 Sep 2025 09:49:12 GMT + - Fri, 06 Feb 2026 07:40:07 GMT Pragma: - no-cache RequestId: - - 7c22703c-76da-4d2f-a1cc-cb74d966d939 + - 201ae3fe-3368-4cbd-a060-9ae34d38dbb4 Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -113,9 +113,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/cd58a2eb-2bdc-4f66-98fa-1ce6f20b2322/items + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/items response: body: string: '{"value": []}' @@ -131,11 +131,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 22 Sep 2025 09:49:13 GMT + - Fri, 06 Feb 2026 07:40:08 GMT Pragma: - no-cache RequestId: - - 416dba1b-9eac-4fd7-bea2-8bf2d1d6e4da + - a6061482-99e5-427c-8710-9f58dff8f6fc Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: @@ -161,9 +161,9 @@ interactions: Content-Type: - application/json User-Agent: - - ms-fabric-cli-test/1.1.0 + - ms-fabric-cli-test/1.3.1 method: GET - uri: https://api.fabric.microsoft.com/v1/workspaces/cd58a2eb-2bdc-4f66-98fa-1ce6f20b2322/folders?recursive=True + uri: https://api.fabric.microsoft.com/v1/workspaces/e0c56f4e-e523-4a5a-84b3-0cc7285a0897/folders?recursive=True response: body: string: '{"value": []}' @@ -179,11 +179,11 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Mon, 22 Sep 2025 09:49:13 GMT + - Fri, 06 Feb 2026 07:40:08 GMT Pragma: - no-cache RequestId: - - 8afda9da-467f-447f-a16c-a90a13790ed9 + - d13ae0c9-acae-4bc1-8257-91db72de5b3e Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Content-Type-Options: diff --git a/tests/test_commands/test_cp.py b/tests/test_commands/test_cp.py index e8296c4e..aeacec46 100644 --- a/tests/test_commands/test_cp.py +++ b/tests/test_commands/test_cp.py @@ -5,6 +5,7 @@ import os import shutil import tempfile +import pytest from unittest.mock import patch import fabric_cli.commands.fs.fab_fs_cp as fab_cp @@ -294,6 +295,12 @@ def test_cp_workspace_to_folder_success( rm(copied_notebook.full_path) rm(copied_eventhouse.full_path) + @pytest.mark.parametrize("item_type", [ + ItemType.DATA_PIPELINE, 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_cp_item_to_item_success( self, workspace_factory, @@ -301,11 +308,12 @@ def test_cp_item_to_item_success( mock_print_done, mock_questionary_print, cli_executor: CLIExecutor, + item_type, ): # Setup ws1 = workspace_factory() ws2 = workspace_factory() - notebook = item_factory(ItemType.NOTEBOOK, ws1.full_path) + item = item_factory(item_type, ws1.full_path) # Reset mock mock_print_done.reset_mock() @@ -316,8 +324,8 @@ def test_cp_item_to_item_success( # Execute command to_path = cli_path_join( - ws2.full_path, notebook.display_name + ".Notebook") - cli_executor.exec_command(f"cp {notebook.full_path} {to_path}") + ws2.full_path, item.display_name + f".{item_type}") + cli_executor.exec_command(f"cp {item.full_path} {to_path}") # Assert mock_print_done.assert_called() @@ -325,14 +333,14 @@ def test_cp_item_to_item_success( mock_questionary_print.reset_mock() ls(ws1.full_path) assert any( - notebook.display_name in call.args[0] + item.display_name in call.args[0] for call in mock_questionary_print.mock_calls ) mock_questionary_print.reset_mock() ls(ws2.full_path) assert any( - notebook.display_name in call.args[0] + item.display_name in call.args[0] for call in mock_questionary_print.mock_calls ) @@ -382,18 +390,25 @@ def test_cp_item_to_item_type_mismatch_failure( # Assert assert_fabric_cli_error(constant.ERROR_UNSUPPORTED_COMMAND) - def test_cp_virtual_workspace_item_domain_not_supported_failure( + @pytest.mark.parametrize("virtual_workspace_type", [ + VirtualWorkspaceType.DOMAIN, + VirtualWorkspaceType.CAPACITY, + VirtualWorkspaceType.GATEWAY, + ]) + def test_cp_virtual_workspace_item_not_supported_failure( self, virtual_workspace_item_factory, assert_fabric_cli_error, cli_executor: CLIExecutor, + virtual_workspace_type, + setup_config_values_for_capacity, ): # Setup - domain = virtual_workspace_item_factory(VirtualWorkspaceType.DOMAIN) + virtual_item = virtual_workspace_item_factory(virtual_workspace_type) # Execute command cli_executor.exec_command( - f"cp {domain.full_path} {domain.full_path} --force") + f"cp {virtual_item.full_path} {virtual_item.full_path} --force") # Assert assert_fabric_cli_error(constant.ERROR_UNSUPPORTED_COMMAND) @@ -555,6 +570,54 @@ def test_cp_local_to_onelake_success( # Delete the temporary file os.remove(file_path) + def test_cp_onelake_operations_success( + self, + item_factory, + mock_print_done, + mock_questionary_print, + cli_executor: CLIExecutor, + ): + # Setup - Create two lakehouse items that support OneLake + lakehouse1 = item_factory(ItemType.LAKEHOUSE) + lakehouse2 = item_factory(ItemType.LAKEHOUSE) + + with tempfile.TemporaryDirectory() as tmp_dir: + file_name = "test_cp_lakehouse.txt" + file_path = cli_path_join(tmp_dir, file_name) + with open(file_path, "wb") as fp: + fp.write(b"Hello world!\n") + + lakehouse1_onelake_full_path = cli_path_join( + lakehouse1.full_path, "Files", file_name + ) + lakehouse2_onelake_full_path = cli_path_join( + lakehouse2.full_path, "Files") + + # Reset mock + mock_print_done.reset_mock() + + with patch("questionary.confirm") as mock_confirm: + mock_confirm.return_value.ask.return_value = True + + # Upload local file to lakehouse1 + _upload_local_file_to_onelake( + file_path, lakehouse1_onelake_full_path) + # Delete the temporary file + os.remove(file_path) + + # Execute command - OneLake to OneLake copy + cli_executor.exec_command( + f"cp {lakehouse1_onelake_full_path} {lakehouse2_onelake_full_path}" + ) + # Assert + mock_print_done.assert_called() + mock_questionary_print.reset_mock() + ls(lakehouse2_onelake_full_path) + assert any( + file_name in call.args[0] + for call in mock_questionary_print.mock_calls + ) + def test_cp_from_local_recursive_unsupported( self, item_factory, @@ -1057,6 +1120,74 @@ def test_cp_item_existing_name_different_location_with_block_on_path_collision_f ErrorMessages.Cp.item_exists_different_path(), ) + @pytest.mark.parametrize("item_type", [ + ItemType.DATA_PIPELINE, 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_cp_folder_with_different_item_types_success( + self, + workspace_factory, + folder_factory, + item_factory, + mock_print_done, + mock_print_warning, + mock_questionary_print, + cli_executor: CLIExecutor, + item_type, + ): + # Setup + ws1 = workspace_factory() + ws2 = workspace_factory() + f1 = folder_factory(path=ws1.full_path) + + # Create an item of the specified type in the folder + item = item_factory(item_type, path=f1.full_path) + + # Reset mock + mock_print_done.reset_mock() + + with patch("questionary.confirm") as mock_confirm: + mock_confirm.return_value.ask.return_value = True + + # Execute command + cli_executor.exec_command( + f"cp {f1.full_path} {ws2.full_path} --force --recursive" + ) + + f2 = EntityMetadata( + f1.display_name, f1.name, cli_path_join(ws2.full_path, f1.name) + ) + copied_item = EntityMetadata( + item.display_name, + item.name, + cli_path_join(f2.full_path, item.name), + ) + + # Assert + mock_print_done.assert_called() + mock_print_warning.assert_called_once() + mock_questionary_print.reset_mock() + + # Verify folder was copied + ls(ws2.full_path) + assert any( + f1.name in call.args[0] for call in mock_questionary_print.mock_calls + ) + + # Verify item was copied + mock_questionary_print.reset_mock() + ls(f2.full_path) + assert any( + item.name in call.args[0] + for call in mock_questionary_print.mock_calls + ) + + # Cleanup + rm(copied_item.full_path) + rm(f2.full_path) + # region Helper Methods def ls(path, long=False, all=False, query=None):