All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Minor documentation updates, adds online help link for functions.
Get-DBPoolUser
function outputs each user name passed directly to output stream rather than collecting all results and returning set
- Minor BREAKING CHANGE
Get-DBPoolUser
function now returnsapiKey
property as[SecureString]
, with optional-PlainTextAPIKey
switch
Default jsonDepth change to value '100' when $DBPool_JSON_Conversion_Depth
not set and -jsonDepth
parameter not passed
Adds function aliases to New-DBPoolContainer
, now includes; 'Add-DBPoolContainer', 'Clone-DBPoolContainer', 'Copy-DBPoolContainer', 'Create-DBPoolContainer'
Majority small changes to docs. Minor bug fixes and additions to root module for development
Get-DBPoolContainer
function now allows to get all Status from DBPool without needing to pass -Id
parameter
GitHub pages using material theme for MKDocs. Module rename from 'Datto-DBPool_API' to 'Datto.DBPool.API'
Upated Invoke-DBPoolContainerAction
function to use parallel processing if Ids parameter greater than 1
Updated with PsStucco Module build