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:
@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user