Skip to content

Commit

Permalink
fix model of self-help
Browse files Browse the repository at this point in the history
  • Loading branch information
necusjz committed Dec 16, 2024
1 parent 1ee44f1 commit f68d565
Show file tree
Hide file tree
Showing 5 changed files with 72 additions and 4 deletions.
9 changes: 9 additions & 0 deletions Commands/self-help/diagnostic/_update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _self-help diagnostic update_

Update a diagnostic for the specific resource using solutionId from discovery solutions. <br/>Diagnostics are powerful solutions that access product resources or other relevant data and provide the root cause of the issue and the steps to address the issue.<br/><br/>

## Versions

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

<!-- mgmt-plane /{scope}/providers/microsoft.help/diagnostics/{} 2024-03-01-preview -->
7 changes: 5 additions & 2 deletions Commands/self-help/diagnostic/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ diagnostic command will help you create diagnostics for azure resources.
## Commands

- [create](/Commands/self-help/diagnostic/_create.md)
: Creates a diagnostics that will help you troubleshoot an issue with your azure resource.
: Creates a diagnostics that will help you troubleshoot an issue with your azure resource.

- [show](/Commands/self-help/diagnostic/_show.md)
: Get the diagnostics using the 'diagnosticsResourceName' you chose while creating the diagnostic.
: Get the diagnostics using the 'diagnosticsResourceName' you chose while creating the diagnostic.

- [update](/Commands/self-help/diagnostic/_update.md)
: Update a diagnostic for the specific resource using solutionId from discovery solutions. <br/>Diagnostics are powerful solutions that access product resources or other relevant data and provide the root cause of the issue and the steps to address the issue.<br/><br/>
9 changes: 9 additions & 0 deletions Commands/self-help/simplified-solution/_update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _self-help simplified-solution update_

Update Simplified Solutions for an Azure subscription using 'solutionId' from Discovery Solutions as the input. <br/><br/> Simplified Solutions API makes the consumption of solutions APIs easier while still providing access to the same powerful solutions rendered in Solutions API. With Simplified Solutions, users don't have to worry about stitching together the article using replacement maps and can use the content in the API response to directly render as HTML content.<br/>

## Versions

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

<!-- mgmt-plane /{scope}/providers/microsoft.help/simplifiedsolutions/{} 2024-03-01-preview -->
7 changes: 5 additions & 2 deletions Commands/self-help/simplified-solution/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ simplified-solution command will help you create solutions for azure resources.
## Commands

- [create](/Commands/self-help/simplified-solution/_create.md)
: Create Simplified Solutions for an Azure subscription using 'solutionId' from Discovery Solutions as the input. Simplified Solutions API makes the consumption of solutions APIs easier while still providing access to the same powerful solutions rendered in Solutions API. With Simplified Solutions, users don't have to worry about stitching together the article using replacement maps and can use the content in the API response to directly render as HTML content.
: Create Simplified Solutions for an Azure subscription using 'solutionId' from Discovery Solutions as the input. Simplified Solutions API makes the consumption of solutions APIs easier while still providing access to the same powerful solutions rendered in Solutions API. With Simplified Solutions, users don't have to worry about stitching together the article using replacement maps and can use the content in the API response to directly render as HTML content.

- [show](/Commands/self-help/simplified-solution/_show.md)
: Get the simplified Solutions using the applicable solutionResourceName while creating the simplified Solutions.
: Get the simplified Solutions using the applicable solutionResourceName while creating the simplified Solutions.

- [update](/Commands/self-help/simplified-solution/_update.md)
: Update Simplified Solutions for an Azure subscription using 'solutionId' from Discovery Solutions as the input. <br/><br/> Simplified Solutions API makes the consumption of solutions APIs easier while still providing access to the same powerful solutions rendered in Solutions API. With Simplified Solutions, users don't have to worry about stitching together the article using replacement maps and can use the content in the API response to directly render as HTML content.<br/>
44 changes: 44 additions & 0 deletions Commands/tree.json
Original file line number Diff line number Diff line change
Expand Up @@ -200855,6 +200855,28 @@
"stage": "Preview"
}
]
},
"update": {
"help": {
"short": "Update a diagnostic for the specific resource using solutionId from discovery solutions. <br/>Diagnostics are powerful solutions that access product resources or other relevant data and provide the root cause of the issue and the steps to address the issue.<br/><br/>"
},
"names": [
"self-help",
"diagnostic",
"update"
],
"versions": [
{
"name": "2024-03-01-preview",
"resources": [
{
"id": "/{scope}/providers/microsoft.help/diagnostics/{}",
"plane": "mgmt-plane",
"version": "2024-03-01-preview"
}
]
}
]
}
},
"help": {
Expand Down Expand Up @@ -201070,6 +201092,28 @@
"stage": "Preview"
}
]
},
"update": {
"help": {
"short": "Update Simplified Solutions for an Azure subscription using 'solutionId' from Discovery Solutions as the input. <br/><br/> Simplified Solutions API makes the consumption of solutions APIs easier while still providing access to the same powerful solutions rendered in Solutions API. With Simplified Solutions, users don't have to worry about stitching together the article using replacement maps and can use the content in the API response to directly render as HTML content.<br/>"
},
"names": [
"self-help",
"simplified-solution",
"update"
],
"versions": [
{
"name": "2024-03-01-preview",
"resources": [
{
"id": "/{scope}/providers/microsoft.help/simplifiedsolutions/{}",
"plane": "mgmt-plane",
"version": "2024-03-01-preview"
}
]
}
]
}
},
"help": {
Expand Down

0 comments on commit f68d565

Please sign in to comment.