From 17b2999a64ba8ed4940abaa26711baf2edb74a56 Mon Sep 17 00:00:00 2001 From: Micah Rairdon Date: Wed, 18 Dec 2019 15:52:19 -0500 Subject: [PATCH] Update DataSyncLogPowerShellRunbook.ps1 Best practice to include details about the modules this script requires as dependencies See: https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_requires?view=powershell-6 --- .../features/sql-data-sync/DataSyncLogPowerShellRunbook.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/samples/features/sql-data-sync/DataSyncLogPowerShellRunbook.ps1 b/samples/features/sql-data-sync/DataSyncLogPowerShellRunbook.ps1 index 16b821cc..5c67956d 100644 --- a/samples/features/sql-data-sync/DataSyncLogPowerShellRunbook.ps1 +++ b/samples/features/sql-data-sync/DataSyncLogPowerShellRunbook.ps1 @@ -1,4 +1,5 @@ -#Data Sync OMS Integration Runbook +#Requires -Modules @{ ModuleName="AzureRM.Sql"; ModuleVersion="4.12.1" } +#Data Sync OMS Integration Runbook #To use this script Change all the strings below to reflect your information.