File tree 1 file changed +11
-0
lines changed
docs/reference/cli/resource
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
33
33
before returning them. The ** description** and ** tags** options filter the results by the
34
34
resource descriptions and tags. Filters are always applied after resource discovery.
35
35
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
+
36
47
## Examples
37
48
38
49
### Example 1 - List all non-adapted resources
You can’t perform that action at this time.
0 commit comments