You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/AutoPublish.yml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,8 @@ permissions:
7
7
8
8
on:
9
9
schedule:
10
-
- cron: "25 2,5,8,11,14,17,20,22 * * *"# Times are UTC based on Daylight Saving Time. Need to be adjusted for Standard Time. Scheduling at :25 to account for queuing lag.
10
+
# - cron: "25 2,5,8,11,14,17,20,22 * * *" # Times are UTC based on Daylight Saving Time (~Mar-Nov). Scheduling at :25 to account for queuing lag.
11
+
- cron: "25 3,6,9,12,15,18,21,23 * * *"# Times are UTC based on Standard Time (~Nov-Mar). Scheduling at :25 to account for queuing lag.
Enables or disables the mass delete detection feature. When MassDeleteNotificationDisabled is set to $true, tenant admins can perform mass deletion operations without triggering notifications.
3982
+
Enables or disables the mass delete detection feature. When MassDeleteNotificationDisabled is set to $true, tenant admins can perform mass deletion operations without triggering email notifications.
3978
3983
3979
3984
PARAMVALUE: True | False
3980
3985
@@ -3985,7 +3990,43 @@ Aliases:
3985
3990
3986
3991
Required: False
3987
3992
Position: Named
3988
-
Default value: None
3993
+
Default value: False
3994
+
Accept pipeline input: False
3995
+
Accept wildcard characters: False
3996
+
```
3997
+
3998
+
### -MassDeleteNotificationDisabledForODB
3999
+
4000
+
Enables or disables the mass delete detection feature for ODB. When MassDeleteNotificationDisabledForODB is set to $true, tenant admins can perform mass deletion operations without triggering email notifications for ODB.
4001
+
4002
+
PARAMVALUE: True | False
4003
+
4004
+
```yaml
4005
+
Type: System.Boolean
4006
+
Parameter Sets: (All)
4007
+
Aliases:
4008
+
4009
+
Required: False
4010
+
Position: Named
4011
+
Default value: False
4012
+
Accept pipeline input: False
4013
+
Accept wildcard characters: False
4014
+
```
4015
+
4016
+
### -MassDeleteNotificationDisabledForSPO
4017
+
4018
+
Enables or disables the mass delete detection feature for SPO. When MassDeleteNotificationDisabledForSPO is set to $true, tenant admins can perform mass deletion operations without triggering email notifications for SPO.
0 commit comments