Skip to content

Commit 913b1bb

Browse files
committed
docs for get support service
1 parent 7bdc9aa commit 913b1bb

File tree

2 files changed

+33
-12
lines changed

2 files changed

+33
-12
lines changed

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

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,25 +34,37 @@ Gets a specific Azure service for support ticket creation.
3434

3535
### Example 1: {{ Add title here }}
3636
```powershell
37-
{{ Add code here }}
37+
Get-AzSupportService
3838
```
3939

4040
```output
41-
{{ Add output here (remove the output block if the example doesn't have an output) }}
41+
DisplayName Name ResourceType
42+
----------- ---- ------------
43+
Activity Logs 484e2236-bc6d-b1bb-76d2-7d09278cf9ea {}
44+
Advisor 26d8424b-0a41-4443-cbc6-0309ea8708d0 {}
45+
AKS Edge Essentials 1232100c-42c0-f626-2b4f-8c8a4877acad {Microsoft.Kubernetes/connectedClusters}
4246
```
4347

44-
{{ Add description here }}
48+
Lists all the Azure services available for support ticket creation.
49+
For **Technical** issues, select the Service Id that maps to the Azure service/product as displayed in the **Services** drop-down list on the Azure portal's [New support request](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/overview) page.
50+
Always use the service and its corresponding problem classification(s) obtained programmatically for support ticket creation.
51+
This practice ensures that you always have the most recent set of service and problem classification Ids.
4552

4653
### Example 2: {{ Add title here }}
4754
```powershell
48-
{{ Add code here }}
55+
Get-AzSupportService -Name "484e2236-bc6d-b1bb-76d2-7d09278cf9ea"
4956
```
5057

5158
```output
52-
{{ Add output here (remove the output block if the example doesn't have an output) }}
59+
DisplayName : Activity Logs
60+
Id : /providers/Microsoft.Support/services/484e2236-bc6d-b1bb-76d2-7d09278cf9ea
61+
Name : 484e2236-bc6d-b1bb-76d2-7d09278cf9ea
62+
ResourceGroupName :
63+
ResourceType : {}
64+
Type : Microsoft.Support/services
5365
```
5466

55-
{{ Add description here }}
67+
Gets a specific Azure service for support ticket creation.
5668

5769
## PARAMETERS
5870

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-AzSupportService
44
```
55

66
```output
7-
{{ Add output here (remove the output block if the example doesn't have an output) }}
7+
DisplayName Name ResourceType
8+
----------- ---- ------------
9+
Activity Logs 484e2236-bc6d-b1bb-76d2-7d09278cf9ea {}
10+
Advisor 26d8424b-0a41-4443-cbc6-0309ea8708d0 {}
11+
AKS Edge Essentials 1232100c-42c0-f626-2b4f-8c8a4877acad {Microsoft.Kubernetes/connectedClusters}
812
```
913

10-
{{ Add description here }}
14+
Lists all the Azure services available for support ticket creation. For **Technical** issues, select the Service Id that maps to the Azure service/product as displayed in the **Services** drop-down list on the Azure portal's [New support request](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/overview) page. Always use the service and its corresponding problem classification(s) obtained programmatically for support ticket creation. 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-AzSupportService -Name "484e2236-bc6d-b1bb-76d2-7d09278cf9ea"
1519
```
1620

1721
```output
18-
{{ Add output here (remove the output block if the example doesn't have an output) }}
22+
DisplayName : Activity Logs
23+
Id : /providers/Microsoft.Support/services/484e2236-bc6d-b1bb-76d2-7d09278cf9ea
24+
Name : 484e2236-bc6d-b1bb-76d2-7d09278cf9ea
25+
ResourceGroupName :
26+
ResourceType : {}
27+
Type : Microsoft.Support/services
1928
```
2029

21-
{{ Add description here }}
30+
Gets a specific Azure service for support ticket creation.
2231

0 commit comments

Comments
 (0)