diff --git a/CHANGELOG.md b/CHANGELOG.md index 943420f0d..0150ed8d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,9 +23,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix header in unit tests that referenced the wrong path. - Fix a path in VS Code workspace settings to correctly use Script Analyzer on Linux and macOS. - - Updating note comments throughout markdown and generated markdown. + - Highlighted note comments throughout markdown and generated markdown. - SqlSetup - - Updating a note comment in the README.md. + - Highlighted a note in the README.md. +- SqlMemory + - Highlighted an important note in the README.md. +- SqlMaxDop + - Highlighted an important note in the README.md. ### Fixed diff --git a/source/DSCResources/DSC_SqlMaxDop/README.md b/source/DSCResources/DSC_SqlMaxDop/README.md index 7e96d59a2..f05bd695a 100644 --- a/source/DSCResources/DSC_SqlMaxDop/README.md +++ b/source/DSCResources/DSC_SqlMaxDop/README.md @@ -6,7 +6,7 @@ the number of processors to use in parallel plan execution. Read more about max degree of parallelism in this article [Configure the max degree of parallelism Server Configuration Option](https://msdn.microsoft.com/en-us/library/ms189094.aspx) -> [!NOTE] +> [!IMPORTANT] > This configuration option can also be configured using the DSC > resource _SqlConfiguration_ but will not allow the dynamic configuration > as this resource provides. Make sure this value is not configured by both diff --git a/source/DSCResources/DSC_SqlMemory/README.md b/source/DSCResources/DSC_SqlMemory/README.md index 8898fac18..3a7878618 100644 --- a/source/DSCResources/DSC_SqlMemory/README.md +++ b/source/DSCResources/DSC_SqlMemory/README.md @@ -8,7 +8,7 @@ and the default setting for maximum server memory is 2147483647 MB. Read more about minimum server memory and maximum server memory in this article [Server Memory Server Configuration Options](https://msdn.microsoft.com/en-us/library/ms178067.aspx). -> [!NOTE] +> [!IMPORTANT] > These configuration options can also be configured using the DSC > resource _SqlConfiguration_ but will not allow the dynamic configuration > as this resource provides. Make sure this value is not configured by both