Closed mmclende closed 1 year ago
@mmclende There seems to be some linting issues in the README text you added.
single_tech_samples/synapseanalytics/sample1_loading_dynamic_modules/README.md:186:4 MD00[9](https://github.com/Azure-Samples/modern-data-warehouse-dataops/actions/runs/3491034861/jobs/5849492991#step:4:10)/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1]
single_tech_samples/synapseanalytics/sample1_loading_dynamic_modules/README.md:186 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```"]
single_tech_samples/synapseanalytics/sample1_loading_dynamic_modules/README.md:186 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "``` "]
single_tech_samples/synapseanalytics/sample1_loading_dynamic_modules/README.md:198 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```"]
single_tech_samples/synapseanalytics/sample1_loading_dynamic_modules/README.md:198 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
single_tech_samples/synapseanalytics/sample1_loading_dynamic_modules/README.md:201:3 MD047/single-trailing-newline Files should end with a single newline character
I updated to fix the lint issues
Type of PR
Purpose
SQL_ADMIN_PASSWORD=$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 15 | head -n 1 | tr '[:upper:]' '[:lower:]' )!
tr '[:upper:]' '[:lower:]'
from the commandDoes this introduce a breaking change? If yes, details on what can break
No
Author pre-publish checklist
Validation steps
Issues Closed or Referenced