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
This commit is contained in:
Micah Rairdon
2019-12-18 15:52:19 -05:00
committed by GitHub
parent 5331607148
commit 17b2999a64
@@ -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.