From 727d20ae92cc02e0a3d56c58845a427d4d4d621c Mon Sep 17 00:00:00 2001 From: Ashwin Mohan <123870429+selvitica@users.noreply.github.com> Date: Thu, 11 May 2023 05:48:05 -0500 Subject: [PATCH] Update PrePostDeploymentScript.Ver2.ps1 typo fix --- .../PrePostDeploymentScript.Ver2.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SamplesV2/ContinuousIntegrationAndDelivery/PrePostDeploymentScript.Ver2.ps1 b/SamplesV2/ContinuousIntegrationAndDelivery/PrePostDeploymentScript.Ver2.ps1 index fef3e700..14bfffb1 100644 --- a/SamplesV2/ContinuousIntegrationAndDelivery/PrePostDeploymentScript.Ver2.ps1 +++ b/SamplesV2/ContinuousIntegrationAndDelivery/PrePostDeploymentScript.Ver2.ps1 @@ -2,7 +2,7 @@ .SYNOPSIS Stop/ start triggers during release process (CICD) .DESCRIPTION - The script can be used to stop triggers before deployment and restrat them afterward. It stops the trigger only if the trigger is in started state and there is a change in trigger + The script can be used to stop triggers before deployment and restart them afterward. It stops the trigger only if the trigger is in started state and there is a change in trigger .PARAMETER ArmTemplate Arm template file path example: C:\Adf\ArmTemlateOutput\ARMTemplateForFactory.json