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: samples/manage/sql-assessment-api/release-notes.md
+38-1Lines changed: 38 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# Release notes for SQL Assessment API
2
2
3
-
This article provides details about updates, improvements, and bug fixes for the current and previous versions of SQL Assessment API. SQL Assessment API is part of the SQL Server Management Objects (SMO) and the SQL Server PowerShell module. To start working with the API, install the SQL Assessment Extention to Azure Data Studio or utilize either the SqlServer module or SMO.
3
+
This article provides details about updates, improvements, and bug fixes for the current and previous versions of SQL Assessment API.
4
+
5
+
To start working with the API, install the SQL Assessment Extention to Azure Data Studio or utilize either the SqlServer module or SMO.
4
6
5
7
Installing SQL Assessment Extension: [SQL Server Assessment Extension for Azure Data Studio (Public Preview)](https://techcommunity.microsoft.com/t5/sql-server/released-sql-server-assessment-extension-for-azure-data-studio/ba-p/1470603)
- Added the 'MachineType' property to Target that is used for making rules specific to SQL Server on Azure Virtual Machine
24
+
- Added the ability to pass data among multiple probes and invoke probes one by one
25
+
- Added rules:
26
+
-[SQL Server on Azure VM] VM size is not memory-optimized - checks the virtual machine size and recommends to use memory-optimized VM series for the best performance of SQL Server workloads
27
+
- 'SQL Server Agent' service uses non-recommended account
28
+
- 'SQL Server Agent' service uses not supported account
29
+
- 'SQL Server Agent' and 'SQL Server Database Engine' use same account
30
+
- 'SQL Server Agent' service is stopped
31
+
- 'SQL Server Browser' and 'SQL Server Database Engine' use same account
32
+
- 'SQL Server Browser' service is stopped
33
+
- 'Integration Services' and 'SQL Server Database Engine' use same account
34
+
- 'Integration Services' service is stopped
35
+
- 'Full-text search' service uses non-recommended account
36
+
- 'Full-text search' and 'SQL Server Database Engine' use same account
37
+
- 'Full-text search' service is stopped
38
+
- 'Analysis Services' and 'SQL Server Database Engine' use same account
39
+
- 'Analysis Services' service is stopped
40
+
- 'Reporting Services' and 'SQL Server Database Engine' use same account
41
+
- 'Reporting Services' service is stopped
42
+
- 'SQL Server Database Engine' service uses non-recommended account
43
+
- 'SQL Server Database Engine' service uses not supported account
44
+
45
+
### Bug fixes and improvements
46
+
47
+
- Updated the 'LatestCU' rule with the latest CU versions
48
+
- Updated the 'ReplErrors24H' rule to collect information for all 'Publisher' databases
49
+
- Fixed an issue with local variables used for displaying extended details in messages
50
+
- Fixed an issue with the wrong Linux target type for the 'PriorityBoostOn' rule
0 commit comments