Bsr normalize descriptions (#371)

* BSR: use check out as the fact to check instead of checkout

* BSR: remove useless whitespace

whitespaces removed are the whitespace at the end of the line of lines followed by empty lines on files where checkout was replaced by check out

Co-authored-by: Simon Belbeoch <simon.belbeoch@octo.com>
Co-authored-by: Kasra Bigdeli <kasra85@gmail.com>
This commit is contained in:
Simon Belbeoch
2021-03-17 12:56:19 +01:00
committed by GitHub
parent 91daa6b904
commit 76cf35c938
23 changed files with 47 additions and 47 deletions

View File

@ -19,7 +19,7 @@ caproverOneClickApp:
- id: $$cap_server_version
label: Version
defaultValue: 2017-CU12-ubuntu
description: Checkout this page for the valid tags https://mcr.microsoft.com/v2/mssql/server/tags/list
description: Check out this page for the valid tags https://mcr.microsoft.com/v2/mssql/server/tags/list
- id: $$cap_host_port
label: Host Port
defaultValue: '1433'
@ -40,15 +40,15 @@ caproverOneClickApp:
- id: $$cap_accept_eula
label: Accept EULA (Y/N)
description: >-
Confirms your acceptance of the End-User Licensing Agreement https://go.microsoft.com/fwlink/?linkid=857698.
Confirms your acceptance of the End-User Licensing Agreement https://go.microsoft.com/fwlink/?linkid=857698.
By passing the value "Y", you are expressing that you have a valid and existing license for the edition and version of SQL Server that you intend to use. You also agree that your use of SQL Server software running in a Docker container image will be governed by the terms of your SQL Server license.
validRegex: /^Y{1}$/
instructions:
start: >-
SQL Server is a central part of the Microsoft data platform. SQL Server is an industry leader in operational database management systems (ODBMS).
SQL Server is a central part of the Microsoft data platform. SQL Server is an industry leader in operational database management systems (ODBMS).
SQL Server Developer edition lets developers build any kind of application on top of SQL Server.
SQL Server Developer edition lets developers build any kind of application on top of SQL Server.
It includes all the functionality of Enterprise edition, but is licensed for use as a development and test system, not as a production server.