Skip to content

Commit 6b5cc9f

Browse files
[skip ci] Archive 93cb433 (Azure#27580)
1 parent fec683f commit 6b5cc9f

File tree

147 files changed

+8954
-3409
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

147 files changed

+8954
-3409
lines changed

generated/Confluent/Confluent.Autorest/Az.Confluent.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<PropertyGroup>
33
<PsModuleName>Confluent</PsModuleName>
44
<PsRootModuleName>Confluent</PsRootModuleName>
5+
<PsModuleFolder>Confluent.Autorest</PsModuleFolder>
56
</PropertyGroup>
67

78
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.autorest.props" />
89
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.Post.props" />
9-
1010
</Project>

generated/Confluent/Confluent.Autorest/Az.Confluent.format.ps1xml

Lines changed: 118 additions & 106 deletions
Large diffs are not rendered by default.

generated/Confluent/Confluent.Autorest/Az.Confluent.psd1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
DotNetFrameworkVersion = '4.7.2'
1212
RequiredAssemblies = './bin/Az.Confluent.private.dll'
1313
FormatsToProcess = './Az.Confluent.format.ps1xml'
14-
FunctionsToExport = 'Get-AzConfluentMarketplaceAgreement', 'Get-AzConfluentOrganization', 'New-AzConfluentOrganization', 'Remove-AzConfluentOrganization', 'Update-AzConfluentOrganization', '*'
15-
AliasesToExport = '*'
14+
FunctionsToExport = 'Get-AzConfluentMarketplaceAgreement', 'Get-AzConfluentOrganization', 'New-AzConfluentOrganization', 'Remove-AzConfluentOrganization', 'Update-AzConfluentOrganization'
1615
PrivateData = @{
1716
PSData = @{
1817
Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'Confluent'
Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,26 @@
1-
// ----------------------------------------------------------------------------------
2-
//
3-
// Copyright Microsoft Corporation
4-
// Licensed under the Apache License, Version 2.0 (the "License");
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the Apache License, Version 2.0 (the ""License"");
53
// you may not use this file except in compliance with the License.
64
// You may obtain a copy of the License at
75
// http://www.apache.org/licenses/LICENSE-2.0
86
// Unless required by applicable law or agreed to in writing, software
9-
// distributed under the License is distributed on an "AS IS" BASIS,
7+
// distributed under the License is distributed on an ""AS IS"" BASIS,
108
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
119
// See the License for the specific language governing permissions and
1210
// limitations under the License.
13-
// ----------------------------------------------------------------------------------
11+
// Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code
12+
// is regenerated.
1413

1514
using System;
1615
using System.Reflection;
16+
using System.Runtime.CompilerServices;
1717
using System.Runtime.InteropServices;
1818

19-
[assembly: AssemblyTitle("Microsoft Azure Powershell - Confluent")]
20-
[assembly: AssemblyCompany(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyCompany)]
21-
[assembly: AssemblyProduct(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyProduct)]
22-
[assembly: AssemblyCopyright(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyCopyright)]
23-
24-
[assembly: ComVisible(false)]
25-
[assembly: CLSCompliant(false)]
26-
[assembly: Guid("8eeda931-21bf-422c-b95f-2348dea1a63d")]
27-
[assembly: AssemblyVersion("0.2.2")]
28-
[assembly: AssemblyFileVersion("0.2.2")]
19+
[assembly: System.Reflection.AssemblyCompanyAttribute("Microsoft")]
20+
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")]
21+
[assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")]
22+
[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - Confluent")]
23+
[assembly: System.Reflection.AssemblyFileVersionAttribute("0.2.2")]
24+
[assembly: System.Reflection.AssemblyVersionAttribute("0.2.2")]
25+
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
26+
[assembly: System.CLSCompliantAttribute(false)]

generated/Confluent/Confluent.Autorest/check-dependencies.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code
1313
# is regenerated.
1414
# ----------------------------------------------------------------------------------
15-
param([switch]$Isolated, [switch]$Accounts, [switch]$Pester, [switch]$Resources)
15+
param([switch]$NotIsolated, [switch]$Accounts, [switch]$Pester, [switch]$Resources)
1616
$ErrorActionPreference = 'Stop'
1717

18-
if(-not $Isolated) {
18+
if(-not $NotIsolated) {
1919
Write-Host -ForegroundColor Green 'Creating isolated process...'
2020
$pwsh = [System.Diagnostics.Process]::GetCurrentProcess().Path
21-
& "$pwsh" -NoExit -NoLogo -NoProfile -File $MyInvocation.MyCommand.Path @PSBoundParameters -Isolated
21+
& "$pwsh" -NoExit -NoLogo -NoProfile -File $MyInvocation.MyCommand.Path @PSBoundParameters -NotIsolated
2222
return
2323
}
2424

generated/Confluent/Confluent.Autorest/exports/Get-AzConfluentMarketplaceAgreement.ps1

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ List Confluent marketplace agreements in the subscription.
2323
Get-AzConfluentMarketplaceAgreement
2424
2525
.Outputs
26-
Microsoft.Azure.PowerShell.Cmdlets.Confluent.Models.Api20200301.IConfluentAgreementResource
26+
Microsoft.Azure.PowerShell.Cmdlets.Confluent.Models.IConfluentAgreementResource
2727
.Link
2828
https://learn.microsoft.com/powershell/module/az.confluent/get-azconfluentmarketplaceagreement
2929
#>
3030
function Get-AzConfluentMarketplaceAgreement {
31-
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Confluent.Models.Api20200301.IConfluentAgreementResource])]
31+
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Confluent.Models.IConfluentAgreementResource])]
3232
[CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)]
3333
param(
3434
[Parameter()]
@@ -94,6 +94,15 @@ begin {
9494
$PSBoundParameters['OutBuffer'] = 1
9595
}
9696
$parameterSet = $PSCmdlet.ParameterSetName
97+
98+
$testPlayback = $false
99+
$PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } }
100+
101+
$context = Get-AzContext
102+
if (-not $context -and -not $testPlayback) {
103+
Write-Error "No Azure login detected. Please run 'Connect-AzAccount' to log in."
104+
exit
105+
}
97106

98107
if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) {
99108
[Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString()
@@ -115,9 +124,7 @@ begin {
115124
$mapping = @{
116125
List = 'Az.Confluent.private\Get-AzConfluentMarketplaceAgreement_List';
117126
}
118-
if (('List') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) {
119-
$testPlayback = $false
120-
$PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } }
127+
if (('List') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId') ) {
121128
if ($testPlayback) {
122129
$PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1')
123130
} else {
@@ -131,6 +138,9 @@ begin {
131138
[Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name)
132139
}
133140
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
141+
if ($wrappedCmd -eq $null) {
142+
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Function)
143+
}
134144
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
135145
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
136146
$steppablePipeline.Begin($PSCmdlet)

generated/Confluent/Confluent.Autorest/exports/Get-AzConfluentOrganization.ps1

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ New-AzConfluentOrganization -ResourceGroupName azure-rg-test -Name confluentorg-
3131
.Inputs
3232
Microsoft.Azure.PowerShell.Cmdlets.Confluent.Models.IConfluentIdentity
3333
.Outputs
34-
Microsoft.Azure.PowerShell.Cmdlets.Confluent.Models.Api20200301.IOrganizationResource
34+
Microsoft.Azure.PowerShell.Cmdlets.Confluent.Models.IOrganizationResource
3535
.Notes
3636
COMPLEX PARAMETER PROPERTIES
3737
@@ -46,7 +46,7 @@ INPUTOBJECT <IConfluentIdentity>: Identity Parameter
4646
https://learn.microsoft.com/powershell/module/az.confluent/get-azconfluentorganization
4747
#>
4848
function Get-AzConfluentOrganization {
49-
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Confluent.Models.Api20200301.IOrganizationResource])]
49+
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Confluent.Models.IOrganizationResource])]
5050
[CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)]
5151
param(
5252
[Parameter(ParameterSetName='Get', Mandatory)]
@@ -76,7 +76,6 @@ param(
7676
[Microsoft.Azure.PowerShell.Cmdlets.Confluent.Category('Path')]
7777
[Microsoft.Azure.PowerShell.Cmdlets.Confluent.Models.IConfluentIdentity]
7878
# Identity Parameter
79-
# To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
8079
${InputObject},
8180

8281
[Parameter()]
@@ -135,6 +134,15 @@ begin {
135134
$PSBoundParameters['OutBuffer'] = 1
136135
}
137136
$parameterSet = $PSCmdlet.ParameterSetName
137+
138+
$testPlayback = $false
139+
$PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } }
140+
141+
$context = Get-AzContext
142+
if (-not $context -and -not $testPlayback) {
143+
Write-Error "No Azure login detected. Please run 'Connect-AzAccount' to log in."
144+
exit
145+
}
138146

139147
if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) {
140148
[Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString()
@@ -159,9 +167,7 @@ begin {
159167
List = 'Az.Confluent.private\Get-AzConfluentOrganization_List';
160168
List1 = 'Az.Confluent.private\Get-AzConfluentOrganization_List1';
161169
}
162-
if (('Get', 'List', 'List1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) {
163-
$testPlayback = $false
164-
$PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } }
170+
if (('Get', 'List', 'List1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId') ) {
165171
if ($testPlayback) {
166172
$PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1')
167173
} else {
@@ -175,6 +181,9 @@ begin {
175181
[Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name)
176182
}
177183
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
184+
if ($wrappedCmd -eq $null) {
185+
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Function)
186+
}
178187
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
179188
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
180189
$steppablePipeline.Begin($PSCmdlet)

generated/Confluent/Confluent.Autorest/exports/New-AzConfluentOrganization.ps1

Lines changed: 42 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@
1616

1717
<#
1818
.Synopsis
19-
Create Organization resource
19+
create Organization resource
2020
.Description
21-
Create Organization resource
21+
create Organization resource
2222
.Example
2323
New-AzConfluentOrganization -ResourceGroupName azure-rg-test -Name confluentorg-02-pwsh -Location eastus -OfferDetailId "confluent-cloud-azure-prod" -OfferDetailPlanId "confluent-cloud-azure-payg-prod" -OfferDetailPlanName "Confluent Cloud - Pay as you Go" -OfferDetailPublisherId "confluentinc" -OfferDetailTermUnit "P1M" -UserDetailEmailAddress "[email protected]"
2424
2525
.Outputs
26-
Microsoft.Azure.PowerShell.Cmdlets.Confluent.Models.Api20200301.IOrganizationResource
26+
Microsoft.Azure.PowerShell.Cmdlets.Confluent.Models.IOrganizationResource
2727
.Link
2828
https://learn.microsoft.com/powershell/module/az.confluent/new-azconfluentorganization
2929
#>
3030
function New-AzConfluentOrganization {
31-
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Confluent.Models.Api20200301.IOrganizationResource])]
31+
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Confluent.Models.IOrganizationResource])]
3232
[CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')]
3333
param(
3434
[Parameter(Mandatory)]
@@ -51,67 +51,79 @@ param(
5151
# Microsoft Azure subscription id
5252
${SubscriptionId},
5353

54-
[Parameter()]
54+
[Parameter(ParameterSetName='CreateExpanded')]
5555
[Microsoft.Azure.PowerShell.Cmdlets.Confluent.Category('Body')]
5656
[System.String]
5757
# Location of Organization resource
5858
${Location},
5959

60-
[Parameter()]
60+
[Parameter(ParameterSetName='CreateExpanded')]
6161
[Microsoft.Azure.PowerShell.Cmdlets.Confluent.Category('Body')]
6262
[System.String]
6363
# Offer Id
6464
${OfferDetailId},
6565

66-
[Parameter()]
66+
[Parameter(ParameterSetName='CreateExpanded')]
6767
[Microsoft.Azure.PowerShell.Cmdlets.Confluent.Category('Body')]
6868
[System.String]
6969
# Offer Plan Id
7070
${OfferDetailPlanId},
7171

72-
[Parameter()]
72+
[Parameter(ParameterSetName='CreateExpanded')]
7373
[Microsoft.Azure.PowerShell.Cmdlets.Confluent.Category('Body')]
7474
[System.String]
7575
# Offer Plan Name
7676
${OfferDetailPlanName},
7777

78-
[Parameter()]
78+
[Parameter(ParameterSetName='CreateExpanded')]
7979
[Microsoft.Azure.PowerShell.Cmdlets.Confluent.Category('Body')]
8080
[System.String]
8181
# Publisher Id
8282
${OfferDetailPublisherId},
8383

84-
[Parameter()]
84+
[Parameter(ParameterSetName='CreateExpanded')]
8585
[Microsoft.Azure.PowerShell.Cmdlets.Confluent.Category('Body')]
8686
[System.String]
8787
# Offer Plan Term unit
8888
${OfferDetailTermUnit},
8989

90-
[Parameter()]
90+
[Parameter(ParameterSetName='CreateExpanded')]
9191
[Microsoft.Azure.PowerShell.Cmdlets.Confluent.Category('Body')]
92-
[Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.Confluent.Models.Api20200301.IOrganizationResourceTags]))]
92+
[Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.Confluent.Models.IOrganizationResourceTags]))]
9393
[System.Collections.Hashtable]
9494
# Organization resource tags
9595
${Tag},
9696

97-
[Parameter()]
97+
[Parameter(ParameterSetName='CreateExpanded')]
9898
[Microsoft.Azure.PowerShell.Cmdlets.Confluent.Category('Body')]
9999
[System.String]
100100
# Email address
101101
${UserDetailEmailAddress},
102102

103-
[Parameter()]
103+
[Parameter(ParameterSetName='CreateExpanded')]
104104
[Microsoft.Azure.PowerShell.Cmdlets.Confluent.Category('Body')]
105105
[System.String]
106106
# First name
107107
${UserDetailFirstName},
108108

109-
[Parameter()]
109+
[Parameter(ParameterSetName='CreateExpanded')]
110110
[Microsoft.Azure.PowerShell.Cmdlets.Confluent.Category('Body')]
111111
[System.String]
112112
# Last name
113113
${UserDetailLastName},
114114

115+
[Parameter(ParameterSetName='CreateViaJsonFilePath', Mandatory)]
116+
[Microsoft.Azure.PowerShell.Cmdlets.Confluent.Category('Body')]
117+
[System.String]
118+
# Path of Json file supplied to the Create operation
119+
${JsonFilePath},
120+
121+
[Parameter(ParameterSetName='CreateViaJsonString', Mandatory)]
122+
[Microsoft.Azure.PowerShell.Cmdlets.Confluent.Category('Body')]
123+
[System.String]
124+
# Json string supplied to the Create operation
125+
${JsonString},
126+
115127
[Parameter()]
116128
[Alias('AzureRMContext', 'AzureCredential')]
117129
[ValidateNotNull()]
@@ -180,6 +192,15 @@ begin {
180192
$PSBoundParameters['OutBuffer'] = 1
181193
}
182194
$parameterSet = $PSCmdlet.ParameterSetName
195+
196+
$testPlayback = $false
197+
$PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } }
198+
199+
$context = Get-AzContext
200+
if (-not $context -and -not $testPlayback) {
201+
Write-Error "No Azure login detected. Please run 'Connect-AzAccount' to log in."
202+
exit
203+
}
183204

184205
if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) {
185206
[Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString()
@@ -200,10 +221,10 @@ begin {
200221

201222
$mapping = @{
202223
CreateExpanded = 'Az.Confluent.private\New-AzConfluentOrganization_CreateExpanded';
224+
CreateViaJsonFilePath = 'Az.Confluent.private\New-AzConfluentOrganization_CreateViaJsonFilePath';
225+
CreateViaJsonString = 'Az.Confluent.private\New-AzConfluentOrganization_CreateViaJsonString';
203226
}
204-
if (('CreateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) {
205-
$testPlayback = $false
206-
$PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } }
227+
if (('CreateExpanded', 'CreateViaJsonFilePath', 'CreateViaJsonString') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId') ) {
207228
if ($testPlayback) {
208229
$PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1')
209230
} else {
@@ -217,6 +238,9 @@ begin {
217238
[Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name)
218239
}
219240
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
241+
if ($wrappedCmd -eq $null) {
242+
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Function)
243+
}
220244
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
221245
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
222246
$steppablePipeline.Begin($PSCmdlet)

0 commit comments

Comments
 (0)