Skip to content

Commit 17b2999

Browse files
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
1 parent 5331607 commit 17b2999

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

samples/features/sql-data-sync/DataSyncLogPowerShellRunbook.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#Data Sync OMS Integration Runbook
1+
#Requires -Modules @{ ModuleName="AzureRM.Sql"; ModuleVersion="4.12.1" }
2+
#Data Sync OMS Integration Runbook
23

34
#To use this script Change all the strings below to reflect your information.
45

0 commit comments

Comments
 (0)