Skip to content

Commit 1423d71

Browse files
(DOCS) Update reference for preview.10
1 parent 78cb8a1 commit 1423d71

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/reference/cli/resource/list.md

+11
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,17 @@ the command includes the `RESOURCE_NAME` argument, DSC filters the list of disco
3333
before returning them. The **description** and **tags** options filter the results by the
3434
resource descriptions and tags. Filters are always applied after resource discovery.
3535

36+
### Adapted resource cache
37+
38+
DSC maintains a cache of discovered adapted resources for performance optimization. The location of
39+
the cache depends on the operating system, as shown in the following table.
40+
41+
| Operating system | Cache path |
42+
|:----------------:|:------------------------------------------------------|
43+
| Linux | `%LOCALAPPDATA%\dsc\AdaptedResourcesLookupTable.json` |
44+
| macOS | `~/.dsc/AdaptedResourcesLookupTable.json` |
45+
| Windows | `~/.dsc/AdaptedResourcesLookupTable.json` |
46+
3647
## Examples
3748

3849
### Example 1 - List all non-adapted resources

0 commit comments

Comments
 (0)