Skip to content

Commit b06b417

Browse files
authored
Merge pull request #903 from TDzakhov/master
Update SQL Assessment API release notes
2 parents 867da89 + 9ddb839 commit b06b417

1 file changed

Lines changed: 38 additions & 1 deletion

File tree

samples/manage/sql-assessment-api/release-notes.md

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Release notes for SQL Assessment API
22

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.
46

57
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)
68

@@ -12,6 +14,41 @@ Download: [SMO NuGet Package](https://www.nuget.org/packages/Microsoft.SqlServer
1214

1315
You can use GitHub issues to provide feedback to the product team.
1416

17+
## March 2021 - 1.0.304
18+
19+
Version: SqlServer PowerShell module wasn't updated, SqlManagementObjects (SMO) package wasn't updated
20+
21+
### What's new
22+
23+
- 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
51+
1552
## December 2020 - 1.0.302
1653

1754
Version: SqlServer PowerShell module wasn't updated, SqlManagementObjects (SMO) package wasn't updated

0 commit comments

Comments
 (0)