You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ On Windows, we install an Express edition of the container. On Linux, a Docker c
11
11
*`components`: Specify the components you want to install. Can be `sqlengine` and `sqlcmd`. The list of components needs be a comma-separated list like `sqlengine,sqlcmd`. [GitHub Actions does not support passing YAML lists to composite actions](https://github.com/actions/runner/issues/2238).
12
12
*`force-encryption`: When you request to install `sqlengine`, you can set this input to `true` in order to encrypt all connections to the SQL server. The action will generate a self-signed certificate for that. Default is `false`.
13
13
*`sa-password`: The sa password for the SQL instances. Default is `bHuZH81%cGC6`.
14
-
*`version`: Version of the SQL server you want to install (2017, 2020 or 2022).
14
+
*`version`: Version of the SQL server you want to install (2020 or 2022).
0 commit comments