Skip to content

Commit

Permalink
Modify long description
Browse files Browse the repository at this point in the history
  • Loading branch information
kenabd committed Apr 23, 2024
1 parent 23e47bb commit eab9a42
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions Commands/self-help/discovery-solution/_list.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [Command] _self-help discovery-solution list_

List the relevant Azure Diagnostics, Solutions and Troubleshooters using [problemClassification API](https://learn.microsoft.com/rest/api/support/problem-classifications/list?tabs=HTTP)) AND resourceUri or resourceType.<br/> Discovery Solutions is the initial entry point within Help API, which identifies relevant Azure diagnostics and solutions. <br/><br/> Required Input : problemClassificationId (Use the [problemClassification API](https://learn.microsoft.com/rest/api/support/problem-classifications/list?tabs=HTTP)) <br/>Optional input: resourceUri OR resource Type <br/><br/> <b>Note: </b> ‘requiredInputs’ from Discovery solutions response must be passed via ‘additionalParameters’ as an input to Diagnostics and Solutions API.
List the relevant Azure diagnostics and solutions using problemClassificationId API AND resourceUri or resourceType.

## Versions

Expand All @@ -11,9 +11,9 @@ List the relevant Azure Diagnostics, Solutions and Troubleshooters using [proble
#### examples

- List DiscoverySolution results for a resource
```bash
self-help discovery-solution list --scope {scope}
```
```bash
self-help discovery-solution list --scope {scope}
```

### [2023-09-01-preview](/Resources/mgmt-plane/L3tzY29wZX0vcHJvdmlkZXJzL21pY3Jvc29mdC5oZWxwL2Rpc2NvdmVyeXNvbHV0aW9ucw==/2023-09-01-preview.xml) **Preview**

Expand All @@ -22,9 +22,9 @@ List the relevant Azure Diagnostics, Solutions and Troubleshooters using [proble
#### examples

- List DiscoverySolution results for a resource
```bash
self-help discovery-solution list --filter "ProblemClassificationId eq '00000000-0000-0000-0000-000000000000'" --scope 'subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourceGroup/providers/Microsoft.KeyVault/vaults/test-keyvault-non-read'
```
```bash
self-help discovery-solution list --filter "ProblemClassificationId eq '00000000-0000-0000-0000-000000000000'" --scope 'subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourceGroup/providers/Microsoft.KeyVault/vaults/test-keyvault-non-read'
```

### [2024-03-01-preview](/Resources/mgmt-plane/L3Byb3ZpZGVycy9taWNyb3NvZnQuaGVscC9kaXNjb3Zlcnlzb2x1dGlvbnM=/2024-03-01-preview.xml) **Stable**

Expand All @@ -33,6 +33,6 @@ List the relevant Azure Diagnostics, Solutions and Troubleshooters using [proble
#### examples

- List DiscoverySolution results for a resource
```bash
self-help discovery-solution list --filter "ProblemClassificationId eq '00000000-0000-0000-0000-000000000000'" --scope 'subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourceGroup/providers/Microsoft.KeyVault/vaults/test-keyvault-non-read'
```
```bash
self-help discovery-solution list --filter "ProblemClassificationId eq '00000000-0000-0000-0000-000000000000'" --scope 'subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourceGroup/providers/Microsoft.KeyVault/vaults/test-keyvault-non-read'
```
6 changes: 3 additions & 3 deletions Commands/self-help/discovery-solution/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ discovery-solution command will help you discover available solutions based on y
## Commands

- [list](/Commands/self-help/discovery-solution/_list.md)
: List the relevant Azure Diagnostics, Solutions and Troubleshooters using [problemClassification API](https://learn.microsoft.com/rest/api/support/problem-classifications/list?tabs=HTTP)) AND resourceUri or resourceType.<br/> Discovery Solutions is the initial entry point within Help API, which identifies relevant Azure diagnostics and solutions. <br/><br/> Required Input : problemClassificationId (Use the [problemClassification API](https://learn.microsoft.com/rest/api/support/problem-classifications/list?tabs=HTTP)) <br/>Optional input: resourceUri OR resource Type <br/><br/> <b>Note: </b> ‘requiredInputs’ from Discovery solutions response must be passed via ‘additionalParameters’ as an input to Diagnostics and Solutions API.
: List the relevant Azure diagnostics and solutions using problemClassificationId API AND resourceUri or resourceType.

- [list-nlp](/Commands/self-help/discovery-solution/_list-nlp.md)
: Search for relevant Azure Diagnostics, Solutions and Troubleshooters using a natural language issue summary.
: Search for relevant Azure Diagnostics, Solutions and Troubleshooters using a natural language issue summary.

- [list-nlp-subscription](/Commands/self-help/discovery-solution/_list-nlp-subscription.md)
: Search for relevant Azure Diagnostics, Solutions and Troubleshooters using a natural language issue summary and subscription.
: Search for relevant Azure Diagnostics, Solutions and Troubleshooters using a natural language issue summary and subscription.

0 comments on commit eab9a42

Please sign in to comment.