File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -56,9 +56,10 @@ generic advice.
56
56
When you need to configure something specific, agents can examine the exact properties and
57
57
capabilities of relevant resources. For instance:
58
58
59
- - ** You ask** : "I need to configure a Windows service to start automatically"
60
- - ** Agent examines** : The ` Microsoft.Windows/WindowsService ` resource schema
61
- - ** Agent provides** : The exact property names and valid values needed for your configuration
59
+ - ** You ask** : "I need to install packages on my Linux system using apt"
60
+ - ** Agent examines** : The ` Microsoft.Linux.Apt/Package ` resource schema
61
+ - ** Agent provides** : The exact property names and valid values needed for your package
62
+ installation configuration
62
63
63
64
This ensures the guidance you receive matches what's actually available on your system.
64
65
You can’t perform that action at this time.
0 commit comments