Azure-Samples / modern-data-warehouse-dataops

DataOps for Microsoft Data Platform technologies. https://aka.ms/dataops-repo
MIT License
588 stars 459 forks source link

Update password create command to remove conversion from upper to lower #553

Closed mmclende closed 1 year ago

mmclende commented 2 years ago

Type of PR

Does this introduce a breaking change? If yes, details on what can break

No

Author pre-publish checklist

Validation steps

Issues Closed or Referenced

devlace commented 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
mmclende commented 1 year ago

I updated to fix the lint issues