[Docs] Update MSSQL DB Engine API docs with new `contained_db` field (#12889)
This commit is contained in:
parent
6e95c59762
commit
840af2ee36
|
@ -47,6 +47,10 @@ has a number of parameters to further configure a connection.
|
|||
- `username_template` `(string)` - [Template](/docs/concepts/username-templating) describing how
|
||||
dynamic usernames are generated.
|
||||
|
||||
- `contained_db` `(bool: false)` - If set, specifies that the connection being configured is to a
|
||||
[Contained Database](https://docs.microsoft.com/en-us/sql/relational-databases/databases/contained-databases?view=sql-server-ver15), like AzureSQL.
|
||||
|
||||
|
||||
<details>
|
||||
<summary><b>Default Username Template</b></summary>
|
||||
|
||||
|
|
Loading…
Reference in New Issue