Skip to content

Commit

Permalink
Added New-DBPoolContainer function aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
cksapp committed Jan 7, 2025
1 parent 8ce9a46 commit c61719e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Minor documentation updates, adds online help link for functions.

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'

## [0.1.6] Unreleased

Majority small changes to docs. Minor bug fixes and additions to root module for development
Expand Down
1 change: 1 addition & 0 deletions src/Public/Containers/Containers/New-DBPoolContainer.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ function New-DBPoolContainer {
#>

[CmdletBinding(SupportsShouldProcess = $true, ConfirmImpact = 'Low')]
[Alias('Add-DBPoolContainer', 'Clone-DBPoolContainer', 'Copy-DBPoolContainer', 'Create-DBPoolContainer')]
[OutputType([PSCustomObject])]
param (
[Parameter(Position = 0, Mandatory = $true, ValueFromPipeline = $true, ValueFromPipelineByPropertyName = $true)]
Expand Down

0 comments on commit c61719e

Please sign in to comment.