Skip to content

Commit 54c1f1d

Browse files
committed
add titles
1 parent 452e2d0 commit 54c1f1d

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Get problem classification details for a specific Azure service.
4040

4141
## EXAMPLES
4242

43-
### Example 1: {{ Add title here }}
43+
### Example 1: List Azure Support Problem Classifications
4444
```powershell
4545
Get-AzSupportProblemClassification -ServiceName "6f16735c-b0ae-b275-ad3a-03479cfa1396"
4646
```
@@ -57,7 +57,7 @@ Lists all the problem classifications (categories) available for a specific Azur
5757
Always use the service and problem classifications obtained programmatically.
5858
This practice ensures that you always have the most recent set of service and problem classification Ids.
5959

60-
### Example 2: {{ Add title here }}
60+
### Example 2: Get Azure Support Problem Classification
6161
```powershell
6262
Get-AzSupportProblemClassification -ServiceName "6f16735c-b0ae-b275-ad3a-03479cfa1396" -Name "e565bd13-86f0-ecb3-d2b7-0a7501ae8839"
6363
```

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Gets a specific Azure service for support ticket creation.
3232

3333
## EXAMPLES
3434

35-
### Example 1: {{ Add title here }}
35+
### Example 1: List Azure Support Services
3636
```powershell
3737
Get-AzSupportService
3838
```
@@ -50,7 +50,7 @@ For **Technical** issues, select the Service Id that maps to the Azure service/p
5050
Always use the service and its corresponding problem classification(s) obtained programmatically for support ticket creation.
5151
This practice ensures that you always have the most recent set of service and problem classification Ids.
5252

53-
### Example 2: {{ Add title here }}
53+
### Example 2: Get Azure Support Service
5454
```powershell
5555
Get-AzSupportService -Name "484e2236-bc6d-b1bb-76d2-7d09278cf9ea"
5656
```

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Example 1: {{ Add title here }}
1+
### Example 1: List Azure Support Problem Classifications
22
```powershell
33
Get-AzSupportProblemClassification -ServiceName "6f16735c-b0ae-b275-ad3a-03479cfa1396"
44
```
@@ -13,7 +13,7 @@ Windows Update, Guest Patching and OS Upgrades / Issue with Azure Update Managem
1313

1414
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.
1515

16-
### Example 2: {{ Add title here }}
16+
### Example 2: Get Azure Support Problem Classification
1717
```powershell
1818
Get-AzSupportProblemClassification -ServiceName "6f16735c-b0ae-b275-ad3a-03479cfa1396" -Name "e565bd13-86f0-ecb3-d2b7-0a7501ae8839"
1919
```

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Example 1: {{ Add title here }}
1+
### Example 1: List Azure Support Services
22
```powershell
33
Get-AzSupportService
44
```
@@ -13,7 +13,7 @@ AKS Edge Essentials 1232100c-42c0-f626-
1313

1414
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.
1515

16-
### Example 2: {{ Add title here }}
16+
### Example 2: Get Azure Support Service
1717
```powershell
1818
Get-AzSupportService -Name "484e2236-bc6d-b1bb-76d2-7d09278cf9ea"
1919
```

0 commit comments

Comments
 (0)