File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
docs/reference/cli/resource Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,17 @@ the command includes the `RESOURCE_NAME` argument, DSC filters the list of disco
3333before returning them. The ** description** and ** tags** options filter the results by the
3434resource 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
You can’t perform that action at this time.
0 commit comments