Skip to content

Commit

Permalink
[Docs] Update MSSQL DB Engine API docs with new contained_db field (h…
Browse files Browse the repository at this point in the history
  • Loading branch information
vinay-gopalan authored and Artem Alexandrov committed Feb 4, 2022
1 parent 2ef1cd6 commit 066e88c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/content/api-docs/secret/databases/mssql.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 066e88c

Please sign in to comment.