Skip to content

Commit 571f05f

Browse files
Copilotayeshurun
andcommitted
docs(agents): add missing export test lists to Map reference example
Co-authored-by: ayeshurun <98805507+ayeshurun@users.noreply.github.com>
1 parent 8154236 commit 571f05f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/agents/new-item-type.agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ Here is a real example of onboarding the `Map` item type, which is an **item wit
554554
| `src/fabric_cli/core/fab_types.py` | Added `MAP = "Map"` enum, `"maps"` in format_mapping, `"maps"` in uri_mapping, `{"default": ""}` in definition_format_mapping |
555555
| `src/fabric_cli/core/hiearchy/fab_item.py` | Added `ItemType.MAP` to the standard multi-case match in `get_payload()` |
556556
| `src/fabric_cli/core/fab_config/command_support.yaml` | Added `map` to `export`, `import`, `mv`, `cp` supported_items |
557-
| `tests/test_commands/conftest.py` | Added `ItemType.MAP` to `ALL_ITEM_TYPES`, `basic_item_parametrize`, `mv_item_to_item_success_params`, `mv_item_within_workspace_rename_success_params`, `set_item_metadata_for_all_types_success_item_params`, `export_item_with_extension_parameters`, `export_item_types_parameters` |
557+
| `tests/test_commands/conftest.py` | Added `ItemType.MAP` to `ALL_ITEM_TYPES`, `basic_item_parametrize`, `mv_item_to_item_success_params`, `mv_item_within_workspace_rename_success_params`, `set_item_metadata_for_all_types_success_item_params`, `export_item_with_extension_parameters`, `export_item_types_parameters`, `export_item_default_format_parameters`, `export_item_invalid_format_parameters` |
558558
| `.changes/unreleased/new-items-*.yaml` | Changelog entry for Map item type |
559559
| `docs/essentials/resource_types.md` | Added `.Map` row to the Item Types table |
560560
| `docs/examples/item_examples.md` | Added `.Map` to copy and export supported types lists |

0 commit comments

Comments
 (0)