From 6aca4537b17c41ab896826be4cc1eddb696950ad Mon Sep 17 00:00:00 2001 From: MasterKuat <48821872+MasterKuat@users.noreply.github.com> Date: Mon, 7 Dec 2020 06:23:18 +0100 Subject: [PATCH] Fix swap between title and code in documentation (#13666) --- .../DataFactoryV2/help/Get-AzDataFactoryV2Trigger.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/DataFactory/DataFactoryV2/help/Get-AzDataFactoryV2Trigger.md b/src/DataFactory/DataFactoryV2/help/Get-AzDataFactoryV2Trigger.md index cdf33b6e9d08..7a792caa7331 100644 --- a/src/DataFactory/DataFactoryV2/help/Get-AzDataFactoryV2Trigger.md +++ b/src/DataFactory/DataFactoryV2/help/Get-AzDataFactoryV2Trigger.md @@ -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" @@ -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"