Private/Get-ConnectedSubscriptionId.ps1
function Get-ConnectedSubscriptionId { [CmdletBinding()] param () begin {} process { (Get-AzContext).Subscription.Id } end {} } |
function Get-ConnectedSubscriptionId { [CmdletBinding()] param () begin {} process { (Get-AzContext).Subscription.Id } end {} } |