mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-07 20:01:42 +01:00
Previously the `contained_db` parameter would only accept a string value despite the fact that field type is documented as a boolean.
4 lines
112 B
Plaintext
4 lines
112 B
Plaintext
```release-note:bug
|
|
secrets/database/mssql: Accept a boolean for `contained_db`, rather than just a string.
|
|
```
|