[Docs] Update MSSQL DB Engine API docs with new `contained_db` field (#12889)

This commit is contained in:
vinay-gopalan 2021-10-20 13:18:36 -07:00 committed by GitHub
parent 6e95c59762
commit 840af2ee36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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>