Skip to content

Commit 6aca453

Browse files
authored
Fix swap between title and code in documentation (#13666)
1 parent 3b71064 commit 6aca453

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DataFactory/DataFactoryV2/help/Get-AzDataFactoryV2Trigger.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The **Get-AzDataFactoryV2Trigger** cmdlet gets information about triggers in a d
3535

3636
## EXAMPLES
3737

38-
### Example 1: Get information about a specific trigger
38+
### Example 1: Get information about all triggers
3939
```
4040
PS C:\> Get-AzDataFactoryV2Trigger -ResourceGroupName "ADF" -DataFactoryName "UncycloADF"
4141
@@ -54,7 +54,7 @@ PS C:\> Get-AzDataFactoryV2Trigger -ResourceGroupName "ADF" -DataFactoryName "Wi
5454

5555
Gets a list of all triggers that have been created in the data factory "UncycloADF".
5656

57-
### Example 2: Get information about all triggers
57+
### Example 2: Get information about a specific trigger
5858
```
5959
Get-AzDataFactoryV2Trigger -ResourceGroupName "ADF" -DataFactoryName "UncycloADF" -TriggerName "ScheduledTrigger"
6060

0 commit comments

Comments
 (0)