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: public/Get-DbaBuild.ps1
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -70,11 +70,12 @@ function Get-DbaBuild {
70
70
- KBLevel: Array of Knowledge Base (KB) article numbers associated with this build
71
71
- BuildLevel: The normalized build version object
72
72
- SupportedUntil: DateTime indicating when this build version reaches end of support from Microsoft
73
+
- ReleaseDate: DateTime indicating when this build was released by Microsoft (null if not available in the index)
73
74
- MatchType: Match precision ("Exact" for precise match or "Approximate" if closest available match)
74
75
- Warning: Alert message if the build is retired or other issues detected (null if no warnings)
75
76
76
77
Properties when querying by -Build, -Kb, or -MajorVersion (SqlInstance excluded from display):
77
-
When using these parameters, the SqlInstance property is excluded from the default display but all 9 properties remain accessible using Select-Object *.
78
+
When using these parameters, the SqlInstance property is excluded from the default display but all 10 properties remain accessible using Select-Object *.
0 commit comments