Skip to content

Commit

Permalink
Update enablesubscription.ps1
Browse files Browse the repository at this point in the history
Fix for parameter
  • Loading branch information
jonnords authored Apr 21, 2020
1 parent f844827 commit a61ebd6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sentinel/enablesubscription.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#Enable the Activity API Subscriptions
param($Enablement)

#Enable the Activity API Subscriptions
$clientID = "$env:clientID"
$clientSecret = "$env:clientSecret"
$loginURL = "https://login.microsoftonline.com"
Expand Down

0 comments on commit a61ebd6

Please sign in to comment.