Skip to content

Commit

Permalink
Fix swap between title and code in documentation (#13666)
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterKuat authored Dec 7, 2020
1 parent 3b71064 commit 6aca453
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The **Get-AzDataFactoryV2Trigger** cmdlet gets information about triggers in a d

## EXAMPLES

### Example 1: Get information about a specific trigger
### Example 1: Get information about all triggers
```
PS C:\> Get-AzDataFactoryV2Trigger -ResourceGroupName "ADF" -DataFactoryName "WikiADF"
Expand All @@ -54,7 +54,7 @@ PS C:\> Get-AzDataFactoryV2Trigger -ResourceGroupName "ADF" -DataFactoryName "Wi

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

### Example 2: Get information about all triggers
### Example 2: Get information about a specific trigger
```
Get-AzDataFactoryV2Trigger -ResourceGroupName "ADF" -DataFactoryName "WikiADF" -TriggerName "ScheduledTrigger"
Expand Down

0 comments on commit 6aca453

Please sign in to comment.