Skip to content

Commit 452e2d0

Browse files
committed
problem classification docs
1 parent 913b1bb commit 452e2d0

File tree

2 files changed

+32
-12
lines changed

2 files changed

+32
-12
lines changed

src/Support/Support.Autorest/docs/Get-AzSupportProblemClassification.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,25 +42,36 @@ Get problem classification details for a specific Azure service.
4242

4343
### Example 1: {{ Add title here }}
4444
```powershell
45-
{{ Add code here }}
45+
Get-AzSupportProblemClassification -ServiceName "6f16735c-b0ae-b275-ad3a-03479cfa1396"
4646
```
4747

4848
```output
49-
{{ Add output here (remove the output block if the example doesn't have an output) }}
49+
DisplayName Name SecondaryConsentEnabled
50+
----------- ---- -----------------------
51+
Compute-VM (cores-vCPUs) subscription limit increases 4d78b174-3203-a3ac-9e08-41fb35de6354
52+
Windows Update, Guest Patching and OS Upgrades / Issue with Azure Automatic VM guest patching e565bd13-86f0-ecb3-d2b7-0a7501ae8839
53+
Windows Update, Guest Patching and OS Upgrades / Issue with Azure Update Management patching 8d686480-ef41-5005-358e-12b9be9608fe
5054
```
5155

52-
{{ Add description here }}
56+
Lists all the problem classifications (categories) available for a specific Azure service.
57+
Always use the service and problem classifications obtained programmatically.
58+
This practice ensures that you always have the most recent set of service and problem classification Ids.
5359

5460
### Example 2: {{ Add title here }}
5561
```powershell
56-
{{ Add code here }}
62+
Get-AzSupportProblemClassification -ServiceName "6f16735c-b0ae-b275-ad3a-03479cfa1396" -Name "e565bd13-86f0-ecb3-d2b7-0a7501ae8839"
5763
```
5864

5965
```output
60-
{{ Add output here (remove the output block if the example doesn't have an output) }}
66+
DisplayName : Windows Update, Guest Patching and OS Upgrades / Issue with Azure Automatic VM guest patching
67+
Id : /providers/Microsoft.Support/services/6f16735c-b0ae-b275-ad3a-03479cfa1396/problemClassifications/e565bd13-86f0-ecb3-d2b7-0a7501ae8839
68+
Name : e565bd13-86f0-ecb3-d2b7-0a7501ae8839
69+
ResourceGroupName :
70+
SecondaryConsentEnabled :
71+
Type : Microsoft.Support/problemClassifications
6172
```
6273

63-
{{ Add description here }}
74+
Get problem classification details for a specific Azure service.
6475

6576
## PARAMETERS
6677

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,31 @@
11
### Example 1: {{ Add title here }}
22
```powershell
3-
{{ Add code here }}
3+
Get-AzSupportProblemClassification -ServiceName "6f16735c-b0ae-b275-ad3a-03479cfa1396"
44
```
55

66
```output
7-
{{ Add output here (remove the output block if the example doesn't have an output) }}
7+
DisplayName Name SecondaryConsentEnabled
8+
----------- ---- -----------------------
9+
Compute-VM (cores-vCPUs) subscription limit increases 4d78b174-3203-a3ac-9e08-41fb35de6354
10+
Windows Update, Guest Patching and OS Upgrades / Issue with Azure Automatic VM guest patching e565bd13-86f0-ecb3-d2b7-0a7501ae8839
11+
Windows Update, Guest Patching and OS Upgrades / Issue with Azure Update Management patching 8d686480-ef41-5005-358e-12b9be9608fe
812
```
913

10-
{{ Add description here }}
14+
Lists all the problem classifications (categories) available for a specific Azure service. Always use the service and problem classifications obtained programmatically. This practice ensures that you always have the most recent set of service and problem classification Ids.
1115

1216
### Example 2: {{ Add title here }}
1317
```powershell
14-
{{ Add code here }}
18+
Get-AzSupportProblemClassification -ServiceName "6f16735c-b0ae-b275-ad3a-03479cfa1396" -Name "e565bd13-86f0-ecb3-d2b7-0a7501ae8839"
1519
```
1620

1721
```output
18-
{{ Add output here (remove the output block if the example doesn't have an output) }}
22+
DisplayName : Windows Update, Guest Patching and OS Upgrades / Issue with Azure Automatic VM guest patching
23+
Id : /providers/Microsoft.Support/services/6f16735c-b0ae-b275-ad3a-03479cfa1396/problemClassifications/e565bd13-86f0-ecb3-d2b7-0a7501ae8839
24+
Name : e565bd13-86f0-ecb3-d2b7-0a7501ae8839
25+
ResourceGroupName :
26+
SecondaryConsentEnabled :
27+
Type : Microsoft.Support/problemClassifications
1928
```
2029

21-
{{ Add description here }}
30+
Get problem classification details for a specific Azure service.
2231

0 commit comments

Comments
 (0)