Skip to content

Commit 229c79d

Browse files
[skip ci] Archive e78c1eb (Azure#27702)
1 parent be2147d commit 229c79d

File tree

410 files changed

+28147
-13890
lines changed

Some content is hidden

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

410 files changed

+28147
-13890
lines changed

generated/KubernetesConfiguration/KubernetesConfiguration.Autorest/Az.KubernetesConfiguration.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<PropertyGroup>
33
<PsModuleName>KubernetesConfiguration</PsModuleName>
44
<PsRootModuleName>KubernetesConfiguration</PsRootModuleName>
5+
<PsModuleFolder>KubernetesConfiguration.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/KubernetesConfiguration/KubernetesConfiguration.Autorest/Az.KubernetesConfiguration.format.ps1xml

+705-717
Large diffs are not rendered by default.

generated/KubernetesConfiguration/KubernetesConfiguration.Autorest/Az.KubernetesConfiguration.psd1

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
DotNetFrameworkVersion = '4.7.2'
1212
RequiredAssemblies = './bin/Az.KubernetesConfiguration.private.dll'
1313
FormatsToProcess = './Az.KubernetesConfiguration.format.ps1xml'
14-
FunctionsToExport = 'Get-AzKubernetesConfigFluxOperationStatus', 'Get-AzKubernetesConfiguration', 'Get-AzKubernetesConfigurationFlux', 'Get-AzKubernetesExtension', 'New-AzKubernetesConfiguration', 'New-AzKubernetesConfigurationFlux', 'New-AzKubernetesExtension', 'Remove-AzKubernetesConfiguration', 'Remove-AzKubernetesConfigurationFlux', 'Remove-AzKubernetesExtension', 'Update-AzKubernetesConfigurationFlux', 'Update-AzKubernetesExtension', '*'
15-
AliasesToExport = 'Get-AzK8sConfigFluxOperationStatus', 'Get-AzK8sConfiguration', 'Get-AzK8sConfigurationFlux', 'Get-AzK8sExtension', 'New-AzK8sConfiguration', 'New-AzK8sConfigurationFlux', 'New-AzK8sExtension', 'Remove-AzK8sConfiguration', 'Remove-AzK8sConfigurationFlux', 'Remove-AzK8sExtension', 'Update-AzK8sConfigurationFlux', 'Update-AzK8sExtension', '*'
14+
FunctionsToExport = 'Get-AzKubernetesConfigFluxOperationStatus', 'Get-AzKubernetesConfiguration', 'Get-AzKubernetesConfigurationFlux', 'Get-AzKubernetesExtension', 'New-AzKubernetesConfiguration', 'New-AzKubernetesConfigurationFlux', 'New-AzKubernetesExtension', 'Remove-AzKubernetesConfiguration', 'Remove-AzKubernetesConfigurationFlux', 'Remove-AzKubernetesExtension', 'Update-AzKubernetesConfigurationFlux', 'Update-AzKubernetesExtension'
15+
AliasesToExport = 'Get-AzK8sConfigFluxOperationStatus', 'Get-AzK8sConfiguration', 'Get-AzK8sConfigurationFlux', 'Get-AzK8sExtension', 'New-AzK8sConfiguration', 'New-AzK8sConfigurationFlux', 'New-AzK8sExtension', 'Remove-AzK8sConfiguration', 'Remove-AzK8sConfigurationFlux', 'Remove-AzK8sExtension', 'Update-AzK8sConfigurationFlux', 'Update-AzK8sExtension'
1616
PrivateData = @{
1717
PSData = @{
1818
Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'KubernetesConfiguration'
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 - KubernetesConfiguration")]
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("eb4136f0-3745-4c16-a225-1b0fee00bfee")]
27-
[assembly: AssemblyVersion("0.7.3")]
28-
[assembly: AssemblyFileVersion("0.7.3")]
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 - KubernetesConfiguration")]
23+
[assembly: System.Reflection.AssemblyFileVersionAttribute("0.7.3")]
24+
[assembly: System.Reflection.AssemblyVersionAttribute("0.7.3")]
25+
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
26+
[assembly: System.CLSCompliantAttribute(false)]

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

+3-3
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/KubernetesConfiguration/KubernetesConfiguration.Autorest/exports/Get-AzKubernetesConfigFluxOperationStatus.ps1

+16-6
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ Get-AzKubernetesConfigFluxOperationStatus -ClusterName azpstest_cluster_arc -Clu
2525
.Inputs
2626
Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.IKubernetesConfigurationIdentity
2727
.Outputs
28-
Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20220301.IOperationStatusResult
28+
Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.IOperationStatusResult
2929
.Notes
3030
COMPLEX PARAMETER PROPERTIES
3131
3232
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
3333
34-
INPUTOBJECT <IKubernetesConfigurationIdentity>: Identity Parameter
34+
INPUTOBJECT <IKubernetesConfigurationIdentity>: Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
3535
[ClusterName <String>]: The name of the kubernetes cluster.
3636
[ClusterResourceName <String>]: The Kubernetes cluster resource name - i.e. managedClusters, connectedClusters, provisionedClusters.
3737
[ClusterRp <String>]: The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes, Microsoft.HybridContainerService.
@@ -47,7 +47,7 @@ https://learn.microsoft.com/powershell/module/az.kubernetesconfiguration/get-azk
4747
#>
4848
function Get-AzKubernetesConfigFluxOperationStatus {
4949
[Alias('Get-AzK8sConfigFluxOperationStatus')]
50-
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20220301.IOperationStatusResult])]
50+
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.IOperationStatusResult])]
5151
[CmdletBinding(DefaultParameterSetName='Get', PositionalBinding=$false)]
5252
param(
5353
[Parameter(ParameterSetName='Get', Mandatory)]
@@ -153,6 +153,15 @@ begin {
153153
$PSBoundParameters['OutBuffer'] = 1
154154
}
155155
$parameterSet = $PSCmdlet.ParameterSetName
156+
157+
$testPlayback = $false
158+
$PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } }
159+
160+
$context = Get-AzContext
161+
if (-not $context -and -not $testPlayback) {
162+
Write-Error "No Azure login detected. Please run 'Connect-AzAccount' to log in."
163+
exit
164+
}
156165

157166
if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) {
158167
[Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString()
@@ -175,9 +184,7 @@ begin {
175184
Get = 'Az.KubernetesConfiguration.custom\Get-AzKubernetesConfigFluxOperationStatus';
176185
GetViaIdentity = 'Az.KubernetesConfiguration.custom\Get-AzKubernetesConfigFluxOperationStatus';
177186
}
178-
if (('Get') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) {
179-
$testPlayback = $false
180-
$PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } }
187+
if (('Get') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId') ) {
181188
if ($testPlayback) {
182189
$PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1')
183190
} else {
@@ -191,6 +198,9 @@ begin {
191198
[Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name)
192199
}
193200
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
201+
if ($wrappedCmd -eq $null) {
202+
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Function)
203+
}
194204
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
195205
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
196206
$steppablePipeline.Begin($PSCmdlet)

generated/KubernetesConfiguration/KubernetesConfiguration.Autorest/exports/Get-AzKubernetesConfiguration.ps1

+16-6
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ Get-AzKubernetesConfiguration -ResourceGroupName azps_test_group -ClusterName az
2727
.Inputs
2828
Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.IKubernetesConfigurationIdentity
2929
.Outputs
30-
Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20221101.ISourceControlConfiguration
30+
Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.ISourceControlConfiguration
3131
.Notes
3232
COMPLEX PARAMETER PROPERTIES
3333
3434
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
3535
36-
INPUTOBJECT <IKubernetesConfigurationIdentity>: Identity Parameter
36+
INPUTOBJECT <IKubernetesConfigurationIdentity>: Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
3737
[ClusterName <String>]: The name of the kubernetes cluster.
3838
[ClusterResourceName <String>]: The Kubernetes cluster resource name - i.e. managedClusters, connectedClusters, provisionedClusters.
3939
[ClusterRp <String>]: The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes, Microsoft.HybridContainerService.
@@ -49,7 +49,7 @@ https://learn.microsoft.com/powershell/module/az.kubernetesconfiguration/get-azk
4949
#>
5050
function Get-AzKubernetesConfiguration {
5151
[Alias('Get-AzK8sConfiguration')]
52-
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20221101.ISourceControlConfiguration])]
52+
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.ISourceControlConfiguration])]
5353
[CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)]
5454
param(
5555
[Parameter(ParameterSetName='List', Mandatory)]
@@ -154,6 +154,15 @@ begin {
154154
$PSBoundParameters['OutBuffer'] = 1
155155
}
156156
$parameterSet = $PSCmdlet.ParameterSetName
157+
158+
$testPlayback = $false
159+
$PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } }
160+
161+
$context = Get-AzContext
162+
if (-not $context -and -not $testPlayback) {
163+
Write-Error "No Azure login detected. Please run 'Connect-AzAccount' to log in."
164+
exit
165+
}
157166

158167
if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) {
159168
[Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString()
@@ -177,9 +186,7 @@ begin {
177186
Get = 'Az.KubernetesConfiguration.custom\Get-AzKubernetesConfiguration';
178187
GetViaIdentity = 'Az.KubernetesConfiguration.custom\Get-AzKubernetesConfiguration';
179188
}
180-
if (('List', 'Get') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) {
181-
$testPlayback = $false
182-
$PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } }
189+
if (('List', 'Get') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId') ) {
183190
if ($testPlayback) {
184191
$PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1')
185192
} else {
@@ -193,6 +200,9 @@ begin {
193200
[Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name)
194201
}
195202
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
203+
if ($wrappedCmd -eq $null) {
204+
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Function)
205+
}
196206
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
197207
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
198208
$steppablePipeline.Begin($PSCmdlet)

generated/KubernetesConfiguration/KubernetesConfiguration.Autorest/exports/Get-AzKubernetesConfigurationFlux.ps1

+16-6
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ Get-AzKubernetesConfigurationFlux -ClusterName azpstest_cluster_arc -ClusterType
2727
.Inputs
2828
Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.IKubernetesConfigurationIdentity
2929
.Outputs
30-
Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20221101.IFluxConfiguration
30+
Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.IFluxConfiguration
3131
.Notes
3232
COMPLEX PARAMETER PROPERTIES
3333
3434
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
3535
36-
INPUTOBJECT <IKubernetesConfigurationIdentity>: Identity Parameter
36+
INPUTOBJECT <IKubernetesConfigurationIdentity>: Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
3737
[ClusterName <String>]: The name of the kubernetes cluster.
3838
[ClusterResourceName <String>]: The Kubernetes cluster resource name - i.e. managedClusters, connectedClusters, provisionedClusters.
3939
[ClusterRp <String>]: The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes, Microsoft.HybridContainerService.
@@ -49,7 +49,7 @@ https://learn.microsoft.com/powershell/module/az.kubernetesconfiguration/get-azk
4949
#>
5050
function Get-AzKubernetesConfigurationFlux {
5151
[Alias('Get-AzK8sConfigurationFlux')]
52-
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20221101.IFluxConfiguration])]
52+
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.IFluxConfiguration])]
5353
[CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)]
5454
param(
5555
[Parameter(ParameterSetName='List', Mandatory)]
@@ -154,6 +154,15 @@ begin {
154154
$PSBoundParameters['OutBuffer'] = 1
155155
}
156156
$parameterSet = $PSCmdlet.ParameterSetName
157+
158+
$testPlayback = $false
159+
$PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } }
160+
161+
$context = Get-AzContext
162+
if (-not $context -and -not $testPlayback) {
163+
Write-Error "No Azure login detected. Please run 'Connect-AzAccount' to log in."
164+
exit
165+
}
157166

158167
if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) {
159168
[Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString()
@@ -177,9 +186,7 @@ begin {
177186
Get = 'Az.KubernetesConfiguration.custom\Get-AzKubernetesConfigurationFlux';
178187
GetViaIdentity = 'Az.KubernetesConfiguration.custom\Get-AzKubernetesConfigurationFlux';
179188
}
180-
if (('List', 'Get') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) {
181-
$testPlayback = $false
182-
$PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } }
189+
if (('List', 'Get') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId') ) {
183190
if ($testPlayback) {
184191
$PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1')
185192
} else {
@@ -193,6 +200,9 @@ begin {
193200
[Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name)
194201
}
195202
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
203+
if ($wrappedCmd -eq $null) {
204+
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Function)
205+
}
196206
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
197207
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
198208
$steppablePipeline.Begin($PSCmdlet)

0 commit comments

Comments
 (0)