Skip to content

Commit

Permalink
Merge branch 'release/v5.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Ioan-Popovici committed May 30, 2024
2 parents fa2be8b + e22a1ef commit d65f518
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,15 @@
Specifies the schedule token.
.PARAMETER RecurrenceType
Specifies the maintenance window recurrence type.
Accepted values are:
'1' - None
'2' - Daily
'3' - Weekly
'4' - Monthly by Weekday
'5' - Monthly by Date
'6' - Monthly by Weekday Base (Offset Days)
.EXAMPLE
SELECT dbo.ufn_CM_GetNextMaintenanceWindow('00811A9E081A2000', 3)
SELECT * FROM dbo.ufn_CM_GetNextMaintenanceWindow('00811A9E081A2000', 3)
.NOTES
Created by Ioan Popovici
All credit goes to Adam Weigert and Ed Price for the original code. I only reformated it a bit.
Expand Down
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog for MEM.Zone-Dashboards

## 5.1.1 - 2024-05-30

* Updated buitin help.

## 5.1.0 - 2024-05-30

* Added `IsServiceWindowOpen` to `ufn_CM_GetNextMaintenanceWindow`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,15 @@
Specifies the schedule token.
.PARAMETER RecurrenceType
Specifies the maintenance window recurrence type.
Accepted values are:
'1' - None
'2' - Daily
'3' - Weekly
'4' - Monthly by Weekday
'5' - Monthly by Date
'6' - Monthly by Weekday Base (Offset Days)
.EXAMPLE
SELECT dbo.ufn_CM_GetNextMaintenanceWindow('00811A9E081A2000', 3)
SELECT * FROM dbo.ufn_CM_GetNextMaintenanceWindow('00811A9E081A2000', 3)
.NOTES
Created by Ioan Popovici
All credit goes to Adam Weigert and Ed Price for the original code. I only reformated it a bit.
Expand Down
4 changes: 4 additions & 0 deletions src/MEM.Zone-Dashboards/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog for MEM.Zone-Dashboards

## 5.1.1 - 2024-05-30

* Updated buitin help.

## 5.1.0 - 2024-05-30

* Added `IsServiceWindowOpen` to `ufn_CM_GetNextMaintenanceWindow`.
Expand Down

0 comments on commit d65f518

Please sign in to comment.