Skip to content

Commit

Permalink
Merge pull request #9379 from tduarte14/patch-2
Browse files Browse the repository at this point in the history
Fixed starttime to now()-1h
  • Loading branch information
v-atulyadav authored Nov 21, 2023
2 parents 225a398 + 75eb5a7 commit d36e949
Show file tree
Hide file tree
Showing 4 changed files with 106 additions and 105 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tags:
- AADSecOpsGuide
query: |
// Define the start and end times based on input values
let starttime = now()-1d;
let starttime = now()-1h;
let endtime = now();
// Set a lookback period of 14 days
let lookback = starttime - 14d;
Expand Down Expand Up @@ -78,5 +78,5 @@ entityMappings:
columnName: InitiatorName
- identifier: UPNSuffix
columnName: InitiatorUPNSuffix
version: 1.0.8
version: 1.0.9
kind: Scheduled
Binary file added Solutions/Microsoft Entra ID/Package/3.0.8.zip
Binary file not shown.
Loading

0 comments on commit d36e949

Please sign in to comment.