ComputeSchedule.AutoRest/internal/ProxyCmdletDefinitions.ps1
# ---------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # http://www.apache.org/licenses/LICENSE-2.0 # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code # is regenerated. # ---------------------------------------------------------------------------------- <# .Synopsis List the operations for the provider .Description List the operations for the provider .Example {{ Add code here }} .Example {{ Add code here }} .Outputs Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Models.IOperation .Link https://learn.microsoft.com/powershell/module/az.computeschedule/get-azcomputescheduleoperation #> function Get-AzComputeScheduleOperation { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Models.IOperation])] [CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)] param( [Parameter()] [Alias('AzureRMContext', 'AzureCredential')] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Azure')] [System.Management.Automation.PSObject] # The DefaultProfile parameter is not functional. # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Use the default credentials for the proxy ${ProxyUseDefaultCredentials} ) begin { try { $outBuffer = $null if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { $PSBoundParameters['OutBuffer'] = 1 } $parameterSet = $PSCmdlet.ParameterSetName $mapping = @{ List = 'Az.ComputeSchedule.private\Get-AzComputeScheduleOperation_List'; } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) $steppablePipeline.Begin($PSCmdlet) } catch { throw } } process { try { $steppablePipeline.Process($_) } catch { throw } } end { try { $steppablePipeline.End() } catch { throw } } } <# .Synopsis VirtualMachinesGetOperationErrors: Get error details on operation errors (like transient errors encountered, additional logs) if they exist. .Description VirtualMachinesGetOperationErrors: Get error details on operation errors (like transient errors encountered, additional logs) if they exist. .Example {{ Add code here }} .Example {{ Add code here }} .Inputs Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Models.IComputeScheduleIdentity .Outputs Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Models.IGetOperationErrorsResponse .Outputs Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Models.IGetOperationStatusResponse .Notes COMPLEX PARAMETER PROPERTIES 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. INPUTOBJECT <IComputeScheduleIdentity>: Identity Parameter [Id <String>]: Resource identity path [Locationparameter <String>]: The location name. [SubscriptionId <String>]: The ID of the target subscription. The value must be an UUID. .Link https://learn.microsoft.com/powershell/module/az.computeschedule/get-azcomputeschedulescheduledaction #> function Get-AzComputeScheduleScheduledAction { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Models.IGetOperationErrorsResponse], [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Models.IGetOperationStatusResponse])] [CmdletBinding(DefaultParameterSetName='GetViaIdentityExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(ParameterSetName='GetViaIdentityExpanded', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='GetViaIdentityExpanded1', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Models.IComputeScheduleIdentity] # Identity Parameter ${InputObject}, [Parameter(ParameterSetName='GetViaJsonFilePath', Mandatory)] [Parameter(ParameterSetName='GetViaJsonFilePath1', Mandatory)] [Parameter(ParameterSetName='GetViaJsonString', Mandatory)] [Parameter(ParameterSetName='GetViaJsonString1', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Path')] [System.String] # The location name. ${Location}, [Parameter(ParameterSetName='GetViaJsonFilePath')] [Parameter(ParameterSetName='GetViaJsonFilePath1')] [Parameter(ParameterSetName='GetViaJsonString')] [Parameter(ParameterSetName='GetViaJsonString1')] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] [System.String[]] # The ID of the target subscription. # The value must be an UUID. ${SubscriptionId}, [Parameter(ParameterSetName='GetViaIdentityExpanded', Mandatory)] [Parameter(ParameterSetName='GetViaIdentityExpanded1', Mandatory)] [AllowEmptyCollection()] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Body')] [System.String[]] # The list of operation ids to query errors of ${OperationId}, [Parameter(ParameterSetName='GetViaIdentityExpanded1', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Body')] [System.String] # CorrelationId item ${Correlationid}, [Parameter(ParameterSetName='GetViaJsonFilePath', Mandatory)] [Parameter(ParameterSetName='GetViaJsonFilePath1', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Body')] [System.String] # Path of Json file supplied to the Get operation ${JsonFilePath}, [Parameter(ParameterSetName='GetViaJsonString', Mandatory)] [Parameter(ParameterSetName='GetViaJsonString1', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Body')] [System.String] # Json string supplied to the Get operation ${JsonString}, [Parameter()] [Alias('AzureRMContext', 'AzureCredential')] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Azure')] [System.Management.Automation.PSObject] # The DefaultProfile parameter is not functional. # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Use the default credentials for the proxy ${ProxyUseDefaultCredentials} ) begin { try { $outBuffer = $null if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { $PSBoundParameters['OutBuffer'] = 1 } $parameterSet = $PSCmdlet.ParameterSetName $mapping = @{ GetViaIdentityExpanded = 'Az.ComputeSchedule.private\Get-AzComputeScheduleScheduledAction_GetViaIdentityExpanded'; GetViaIdentityExpanded1 = 'Az.ComputeSchedule.private\Get-AzComputeScheduleScheduledAction_GetViaIdentityExpanded1'; GetViaJsonFilePath = 'Az.ComputeSchedule.private\Get-AzComputeScheduleScheduledAction_GetViaJsonFilePath'; GetViaJsonFilePath1 = 'Az.ComputeSchedule.private\Get-AzComputeScheduleScheduledAction_GetViaJsonFilePath1'; GetViaJsonString = 'Az.ComputeSchedule.private\Get-AzComputeScheduleScheduledAction_GetViaJsonString'; GetViaJsonString1 = 'Az.ComputeSchedule.private\Get-AzComputeScheduleScheduledAction_GetViaJsonString1'; } if (('GetViaJsonFilePath', 'GetViaJsonFilePath1', 'GetViaJsonString', 'GetViaJsonString1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId') ) { $testPlayback = $false $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { $PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id } } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) $steppablePipeline.Begin($PSCmdlet) } catch { throw } } process { try { $steppablePipeline.Process($_) } catch { throw } } end { try { $steppablePipeline.End() } catch { throw } } } <# .Synopsis VirtualMachinesExecuteDeallocate: Execute deallocate operation for a batch of virtual machines, this operation is triggered as soon as Computeschedule receives it. .Description VirtualMachinesExecuteDeallocate: Execute deallocate operation for a batch of virtual machines, this operation is triggered as soon as Computeschedule receives it. .Example {{ Add code here }} .Example {{ Add code here }} .Inputs Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Models.IComputeScheduleIdentity .Outputs Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Models.IDeallocateResourceOperationResponse .Outputs Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Models.IHibernateResourceOperationResponse .Outputs Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Models.IStartResourceOperationResponse .Notes COMPLEX PARAMETER PROPERTIES 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. INPUTOBJECT <IComputeScheduleIdentity>: Identity Parameter [Id <String>]: Resource identity path [Locationparameter <String>]: The location name. [SubscriptionId <String>]: The ID of the target subscription. The value must be an UUID. .Link https://learn.microsoft.com/powershell/module/az.computeschedule/invoke-azcomputescheduleexecutescheduledaction #> function Invoke-AzComputeScheduleExecuteScheduledAction { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Models.IDeallocateResourceOperationResponse], [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Models.IHibernateResourceOperationResponse], [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Models.IStartResourceOperationResponse])] [CmdletBinding(DefaultParameterSetName='ExecuteViaIdentityExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(ParameterSetName='ExecuteViaIdentityExpanded', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='ExecuteViaIdentityExpanded1', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='ExecuteViaIdentityExpanded2', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Models.IComputeScheduleIdentity] # Identity Parameter ${InputObject}, [Parameter(ParameterSetName='ExecuteViaJsonFilePath', Mandatory)] [Parameter(ParameterSetName='ExecuteViaJsonFilePath1', Mandatory)] [Parameter(ParameterSetName='ExecuteViaJsonFilePath2', Mandatory)] [Parameter(ParameterSetName='ExecuteViaJsonString', Mandatory)] [Parameter(ParameterSetName='ExecuteViaJsonString1', Mandatory)] [Parameter(ParameterSetName='ExecuteViaJsonString2', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Path')] [System.String] # The location name. ${Location}, [Parameter(ParameterSetName='ExecuteViaJsonFilePath')] [Parameter(ParameterSetName='ExecuteViaJsonFilePath1')] [Parameter(ParameterSetName='ExecuteViaJsonFilePath2')] [Parameter(ParameterSetName='ExecuteViaJsonString')] [Parameter(ParameterSetName='ExecuteViaJsonString1')] [Parameter(ParameterSetName='ExecuteViaJsonString2')] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] [System.String] # The ID of the target subscription. # The value must be an UUID. ${SubscriptionId}, [Parameter(ParameterSetName='ExecuteViaIdentityExpanded', Mandatory)] [Parameter(ParameterSetName='ExecuteViaIdentityExpanded1', Mandatory)] [Parameter(ParameterSetName='ExecuteViaIdentityExpanded2', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Body')] [System.String] # CorrelationId item ${CorrelationId}, [Parameter(ParameterSetName='ExecuteViaIdentityExpanded', Mandatory)] [Parameter(ParameterSetName='ExecuteViaIdentityExpanded1', Mandatory)] [Parameter(ParameterSetName='ExecuteViaIdentityExpanded2', Mandatory)] [AllowEmptyCollection()] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Body')] [System.String[]] # The resource ids used for the request ${ResourceId}, [Parameter(ParameterSetName='ExecuteViaIdentityExpanded')] [Parameter(ParameterSetName='ExecuteViaIdentityExpanded1')] [Parameter(ParameterSetName='ExecuteViaIdentityExpanded2')] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Body')] [System.Int32] # Retry count for user request ${RetryCount}, [Parameter(ParameterSetName='ExecuteViaIdentityExpanded')] [Parameter(ParameterSetName='ExecuteViaIdentityExpanded1')] [Parameter(ParameterSetName='ExecuteViaIdentityExpanded2')] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Body')] [System.Int32] # Retry window in minutes for user request ${RetryWindowInMinutes}, [Parameter(ParameterSetName='ExecuteViaJsonFilePath', Mandatory)] [Parameter(ParameterSetName='ExecuteViaJsonFilePath1', Mandatory)] [Parameter(ParameterSetName='ExecuteViaJsonFilePath2', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Body')] [System.String] # Path of Json file supplied to the Execute operation ${JsonFilePath}, [Parameter(ParameterSetName='ExecuteViaJsonString', Mandatory)] [Parameter(ParameterSetName='ExecuteViaJsonString1', Mandatory)] [Parameter(ParameterSetName='ExecuteViaJsonString2', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Body')] [System.String] # Json string supplied to the Execute operation ${JsonString}, [Parameter()] [Alias('AzureRMContext', 'AzureCredential')] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Azure')] [System.Management.Automation.PSObject] # The DefaultProfile parameter is not functional. # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Use the default credentials for the proxy ${ProxyUseDefaultCredentials} ) begin { try { $outBuffer = $null if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { $PSBoundParameters['OutBuffer'] = 1 } $parameterSet = $PSCmdlet.ParameterSetName $mapping = @{ ExecuteViaIdentityExpanded = 'Az.ComputeSchedule.private\Invoke-AzComputeScheduleExecuteScheduledAction_ExecuteViaIdentityExpanded'; ExecuteViaIdentityExpanded1 = 'Az.ComputeSchedule.private\Invoke-AzComputeScheduleExecuteScheduledAction_ExecuteViaIdentityExpanded1'; ExecuteViaIdentityExpanded2 = 'Az.ComputeSchedule.private\Invoke-AzComputeScheduleExecuteScheduledAction_ExecuteViaIdentityExpanded2'; ExecuteViaJsonFilePath = 'Az.ComputeSchedule.private\Invoke-AzComputeScheduleExecuteScheduledAction_ExecuteViaJsonFilePath'; ExecuteViaJsonFilePath1 = 'Az.ComputeSchedule.private\Invoke-AzComputeScheduleExecuteScheduledAction_ExecuteViaJsonFilePath1'; ExecuteViaJsonFilePath2 = 'Az.ComputeSchedule.private\Invoke-AzComputeScheduleExecuteScheduledAction_ExecuteViaJsonFilePath2'; ExecuteViaJsonString = 'Az.ComputeSchedule.private\Invoke-AzComputeScheduleExecuteScheduledAction_ExecuteViaJsonString'; ExecuteViaJsonString1 = 'Az.ComputeSchedule.private\Invoke-AzComputeScheduleExecuteScheduledAction_ExecuteViaJsonString1'; ExecuteViaJsonString2 = 'Az.ComputeSchedule.private\Invoke-AzComputeScheduleExecuteScheduledAction_ExecuteViaJsonString2'; } if (('ExecuteViaJsonFilePath', 'ExecuteViaJsonFilePath1', 'ExecuteViaJsonFilePath2', 'ExecuteViaJsonString', 'ExecuteViaJsonString1', 'ExecuteViaJsonString2') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId') ) { $testPlayback = $false $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { $PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id } } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) $steppablePipeline.Begin($PSCmdlet) } catch { throw } } process { try { $steppablePipeline.Process($_) } catch { throw } } end { try { $steppablePipeline.End() } catch { throw } } } <# .Synopsis VirtualMachinesCancelOperations: Cancel a previously submitted (start/deallocate/hibernate) request .Description VirtualMachinesCancelOperations: Cancel a previously submitted (start/deallocate/hibernate) request .Example {{ Add code here }} .Example {{ Add code here }} .Inputs Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Models.IComputeScheduleIdentity .Outputs Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Models.ICancelOperationsResponse .Notes COMPLEX PARAMETER PROPERTIES 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. INPUTOBJECT <IComputeScheduleIdentity>: Identity Parameter [Id <String>]: Resource identity path [Locationparameter <String>]: The location name. [SubscriptionId <String>]: The ID of the target subscription. The value must be an UUID. .Link https://learn.microsoft.com/powershell/module/az.computeschedule/stop-azcomputescheduleoperation #> function Stop-AzComputeScheduleOperation { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Models.ICancelOperationsResponse])] [CmdletBinding(DefaultParameterSetName='CancelViaIdentityExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Models.IComputeScheduleIdentity] # Identity Parameter ${InputObject}, [Parameter(Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Body')] [System.String] # CorrelationId item ${CorrelationId}, [Parameter(Mandatory)] [AllowEmptyCollection()] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Body')] [System.String[]] # The list of operation ids to cancel operations on ${OperationId}, [Parameter()] [Alias('AzureRMContext', 'AzureCredential')] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Azure')] [System.Management.Automation.PSObject] # The DefaultProfile parameter is not functional. # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Use the default credentials for the proxy ${ProxyUseDefaultCredentials} ) begin { try { $outBuffer = $null if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { $PSBoundParameters['OutBuffer'] = 1 } $parameterSet = $PSCmdlet.ParameterSetName $mapping = @{ CancelViaIdentityExpanded = 'Az.ComputeSchedule.private\Stop-AzComputeScheduleOperation_CancelViaIdentityExpanded'; } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) $steppablePipeline.Begin($PSCmdlet) } catch { throw } } process { try { $steppablePipeline.Process($_) } catch { throw } } end { try { $steppablePipeline.End() } catch { throw } } } <# .Synopsis VirtualMachinesSubmitDeallocate: Schedule deallocate operation for a batch of virtual machines at datetime in future. .Description VirtualMachinesSubmitDeallocate: Schedule deallocate operation for a batch of virtual machines at datetime in future. .Example {{ Add code here }} .Example {{ Add code here }} .Inputs Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Models.IComputeScheduleIdentity .Outputs Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Models.IDeallocateResourceOperationResponse .Outputs Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Models.IHibernateResourceOperationResponse .Outputs Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Models.IStartResourceOperationResponse .Notes COMPLEX PARAMETER PROPERTIES 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. INPUTOBJECT <IComputeScheduleIdentity>: Identity Parameter [Id <String>]: Resource identity path [Locationparameter <String>]: The location name. [SubscriptionId <String>]: The ID of the target subscription. The value must be an UUID. .Link https://learn.microsoft.com/powershell/module/az.computeschedule/submit-azcomputeschedulescheduledaction #> function Submit-AzComputeScheduleScheduledAction { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Models.IDeallocateResourceOperationResponse], [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Models.IHibernateResourceOperationResponse], [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Models.IStartResourceOperationResponse])] [CmdletBinding(DefaultParameterSetName='SubmitViaIdentityExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(ParameterSetName='SubmitViaIdentityExpanded', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='SubmitViaIdentityExpanded1', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='SubmitViaIdentityExpanded2', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Models.IComputeScheduleIdentity] # Identity Parameter ${InputObject}, [Parameter(ParameterSetName='SubmitViaJsonFilePath', Mandatory)] [Parameter(ParameterSetName='SubmitViaJsonFilePath1', Mandatory)] [Parameter(ParameterSetName='SubmitViaJsonFilePath2', Mandatory)] [Parameter(ParameterSetName='SubmitViaJsonString', Mandatory)] [Parameter(ParameterSetName='SubmitViaJsonString1', Mandatory)] [Parameter(ParameterSetName='SubmitViaJsonString2', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Path')] [System.String] # The location name. ${Locationparameter}, [Parameter(ParameterSetName='SubmitViaJsonFilePath')] [Parameter(ParameterSetName='SubmitViaJsonFilePath1')] [Parameter(ParameterSetName='SubmitViaJsonFilePath2')] [Parameter(ParameterSetName='SubmitViaJsonString')] [Parameter(ParameterSetName='SubmitViaJsonString1')] [Parameter(ParameterSetName='SubmitViaJsonString2')] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] [System.String] # The ID of the target subscription. # The value must be an UUID. ${SubscriptionId}, [Parameter(ParameterSetName='SubmitViaIdentityExpanded', Mandatory)] [Parameter(ParameterSetName='SubmitViaIdentityExpanded1', Mandatory)] [Parameter(ParameterSetName='SubmitViaIdentityExpanded2', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Body')] [System.String] # CorrelationId item ${Correlationid}, [Parameter(ParameterSetName='SubmitViaIdentityExpanded', Mandatory)] [Parameter(ParameterSetName='SubmitViaIdentityExpanded1', Mandatory)] [Parameter(ParameterSetName='SubmitViaIdentityExpanded2', Mandatory)] [AllowEmptyCollection()] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Body')] [System.String[]] # The resource ids used for the request ${ResourceId}, [Parameter(ParameterSetName='SubmitViaIdentityExpanded', Mandatory)] [Parameter(ParameterSetName='SubmitViaIdentityExpanded1', Mandatory)] [Parameter(ParameterSetName='SubmitViaIdentityExpanded2', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.PSArgumentCompleterAttribute("Unknown", "InitiateAt", "CompleteBy")] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Body')] [System.String] # The deadlinetype of the operation, this can either be InitiateAt or CompleteBy ${ScheduleDeadlineType}, [Parameter(ParameterSetName='SubmitViaIdentityExpanded')] [Parameter(ParameterSetName='SubmitViaIdentityExpanded1')] [Parameter(ParameterSetName='SubmitViaIdentityExpanded2')] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.PSArgumentCompleterAttribute("Cost", "Availability", "CostAvailabilityBalanced")] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Body')] [System.String] # Details that could optimize the user's request ${ExecutionParameterOptimizationPreference}, [Parameter(ParameterSetName='SubmitViaIdentityExpanded')] [Parameter(ParameterSetName='SubmitViaIdentityExpanded1')] [Parameter(ParameterSetName='SubmitViaIdentityExpanded2')] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Body')] [System.Int32] # Retry count for user request ${RetryPolicyRetryCount}, [Parameter(ParameterSetName='SubmitViaIdentityExpanded')] [Parameter(ParameterSetName='SubmitViaIdentityExpanded1')] [Parameter(ParameterSetName='SubmitViaIdentityExpanded2')] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Body')] [System.Int32] # Retry window in minutes for user request ${RetryPolicyRetryWindowInMinute}, [Parameter(ParameterSetName='SubmitViaIdentityExpanded')] [Parameter(ParameterSetName='SubmitViaIdentityExpanded1')] [Parameter(ParameterSetName='SubmitViaIdentityExpanded2')] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Body')] [System.DateTime] # The deadline for the operation ${ScheduleDeadline}, [Parameter(ParameterSetName='SubmitViaIdentityExpanded')] [Parameter(ParameterSetName='SubmitViaIdentityExpanded1')] [Parameter(ParameterSetName='SubmitViaIdentityExpanded2')] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Body')] [System.String] # The timezone for the operation ${ScheduleTimezone}, [Parameter(ParameterSetName='SubmitViaJsonFilePath', Mandatory)] [Parameter(ParameterSetName='SubmitViaJsonFilePath1', Mandatory)] [Parameter(ParameterSetName='SubmitViaJsonFilePath2', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Body')] [System.String] # Path of Json file supplied to the Submit operation ${JsonFilePath}, [Parameter(ParameterSetName='SubmitViaJsonString', Mandatory)] [Parameter(ParameterSetName='SubmitViaJsonString1', Mandatory)] [Parameter(ParameterSetName='SubmitViaJsonString2', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Body')] [System.String] # Json string supplied to the Submit operation ${JsonString}, [Parameter()] [Alias('AzureRMContext', 'AzureCredential')] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Azure')] [System.Management.Automation.PSObject] # The DefaultProfile parameter is not functional. # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Use the default credentials for the proxy ${ProxyUseDefaultCredentials} ) begin { try { $outBuffer = $null if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { $PSBoundParameters['OutBuffer'] = 1 } $parameterSet = $PSCmdlet.ParameterSetName $mapping = @{ SubmitViaIdentityExpanded = 'Az.ComputeSchedule.private\Submit-AzComputeScheduleScheduledAction_SubmitViaIdentityExpanded'; SubmitViaIdentityExpanded1 = 'Az.ComputeSchedule.private\Submit-AzComputeScheduleScheduledAction_SubmitViaIdentityExpanded1'; SubmitViaIdentityExpanded2 = 'Az.ComputeSchedule.private\Submit-AzComputeScheduleScheduledAction_SubmitViaIdentityExpanded2'; SubmitViaJsonFilePath = 'Az.ComputeSchedule.private\Submit-AzComputeScheduleScheduledAction_SubmitViaJsonFilePath'; SubmitViaJsonFilePath1 = 'Az.ComputeSchedule.private\Submit-AzComputeScheduleScheduledAction_SubmitViaJsonFilePath1'; SubmitViaJsonFilePath2 = 'Az.ComputeSchedule.private\Submit-AzComputeScheduleScheduledAction_SubmitViaJsonFilePath2'; SubmitViaJsonString = 'Az.ComputeSchedule.private\Submit-AzComputeScheduleScheduledAction_SubmitViaJsonString'; SubmitViaJsonString1 = 'Az.ComputeSchedule.private\Submit-AzComputeScheduleScheduledAction_SubmitViaJsonString1'; SubmitViaJsonString2 = 'Az.ComputeSchedule.private\Submit-AzComputeScheduleScheduledAction_SubmitViaJsonString2'; } if (('SubmitViaJsonFilePath', 'SubmitViaJsonFilePath1', 'SubmitViaJsonFilePath2', 'SubmitViaJsonString', 'SubmitViaJsonString1', 'SubmitViaJsonString2') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId') ) { $testPlayback = $false $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.ComputeSchedule.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { $PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id } } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) $steppablePipeline.Begin($PSCmdlet) } catch { throw } } process { try { $steppablePipeline.Process($_) } catch { throw } } end { try { $steppablePipeline.End() } catch { throw } } } # SIG # Begin signature block # MIIoOwYJKoZIhvcNAQcCoIIoLDCCKCgCAQExDzANBglghkgBZQMEAgEFADB5Bgor # BgEEAYI3AgEEoGswaTA0BgorBgEEAYI3AgEeMCYCAwEAAAQQH8w7YFlLCE63JNLG # KX7zUQIBAAIBAAIBAAIBAAIBADAxMA0GCWCGSAFlAwQCAQUABCCZ+lzS9gGxkTSD # i298qalanqnoCBOxfRjEoGcw9CkuVKCCDYUwggYDMIID66ADAgECAhMzAAAEA73V # lV0POxitAAAAAAQDMA0GCSqGSIb3DQEBCwUAMH4xCzAJBgNVBAYTAlVTMRMwEQYD # VQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVNaWNy # b3NvZnQgQ29ycG9yYXRpb24xKDAmBgNVBAMTH01pY3Jvc29mdCBDb2RlIFNpZ25p # bmcgUENBIDIwMTEwHhcNMjQwOTEyMjAxMTEzWhcNMjUwOTExMjAxMTEzWjB0MQsw # CQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9u # ZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMR4wHAYDVQQDExVNaWNy # b3NvZnQgQ29ycG9yYXRpb24wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB # AQCfdGddwIOnbRYUyg03O3iz19XXZPmuhEmW/5uyEN+8mgxl+HJGeLGBR8YButGV # LVK38RxcVcPYyFGQXcKcxgih4w4y4zJi3GvawLYHlsNExQwz+v0jgY/aejBS2EJY # oUhLVE+UzRihV8ooxoftsmKLb2xb7BoFS6UAo3Zz4afnOdqI7FGoi7g4vx/0MIdi # kwTn5N56TdIv3mwfkZCFmrsKpN0zR8HD8WYsvH3xKkG7u/xdqmhPPqMmnI2jOFw/ # /n2aL8W7i1Pasja8PnRXH/QaVH0M1nanL+LI9TsMb/enWfXOW65Gne5cqMN9Uofv # ENtdwwEmJ3bZrcI9u4LZAkujAgMBAAGjggGCMIIBfjAfBgNVHSUEGDAWBgorBgEE # AYI3TAgBBggrBgEFBQcDAzAdBgNVHQ4EFgQU6m4qAkpz4641iK2irF8eWsSBcBkw # VAYDVR0RBE0wS6RJMEcxLTArBgNVBAsTJE1pY3Jvc29mdCBJcmVsYW5kIE9wZXJh # dGlvbnMgTGltaXRlZDEWMBQGA1UEBRMNMjMwMDEyKzUwMjkyNjAfBgNVHSMEGDAW # gBRIbmTlUAXTgqoXNzcitW2oynUClTBUBgNVHR8ETTBLMEmgR6BFhkNodHRwOi8v # d3d3Lm1pY3Jvc29mdC5jb20vcGtpb3BzL2NybC9NaWNDb2RTaWdQQ0EyMDExXzIw # MTEtMDctMDguY3JsMGEGCCsGAQUFBwEBBFUwUzBRBggrBgEFBQcwAoZFaHR0cDov # L3d3dy5taWNyb3NvZnQuY29tL3BraW9wcy9jZXJ0cy9NaWNDb2RTaWdQQ0EyMDEx # XzIwMTEtMDctMDguY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggIB # AFFo/6E4LX51IqFuoKvUsi80QytGI5ASQ9zsPpBa0z78hutiJd6w154JkcIx/f7r # EBK4NhD4DIFNfRiVdI7EacEs7OAS6QHF7Nt+eFRNOTtgHb9PExRy4EI/jnMwzQJV # NokTxu2WgHr/fBsWs6G9AcIgvHjWNN3qRSrhsgEdqHc0bRDUf8UILAdEZOMBvKLC # rmf+kJPEvPldgK7hFO/L9kmcVe67BnKejDKO73Sa56AJOhM7CkeATrJFxO9GLXos # oKvrwBvynxAg18W+pagTAkJefzneuWSmniTurPCUE2JnvW7DalvONDOtG01sIVAB # +ahO2wcUPa2Zm9AiDVBWTMz9XUoKMcvngi2oqbsDLhbK+pYrRUgRpNt0y1sxZsXO # raGRF8lM2cWvtEkV5UL+TQM1ppv5unDHkW8JS+QnfPbB8dZVRyRmMQ4aY/tx5x5+ # sX6semJ//FbiclSMxSI+zINu1jYerdUwuCi+P6p7SmQmClhDM+6Q+btE2FtpsU0W # +r6RdYFf/P+nK6j2otl9Nvr3tWLu+WXmz8MGM+18ynJ+lYbSmFWcAj7SYziAfT0s # IwlQRFkyC71tsIZUhBHtxPliGUu362lIO0Lpe0DOrg8lspnEWOkHnCT5JEnWCbzu # iVt8RX1IV07uIveNZuOBWLVCzWJjEGa+HhaEtavjy6i7MIIHejCCBWKgAwIBAgIK # YQ6Q0gAAAAAAAzANBgkqhkiG9w0BAQsFADCBiDELMAkGA1UEBhMCVVMxEzARBgNV # BAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jv # c29mdCBDb3Jwb3JhdGlvbjEyMDAGA1UEAxMpTWljcm9zb2Z0IFJvb3QgQ2VydGlm # aWNhdGUgQXV0aG9yaXR5IDIwMTEwHhcNMTEwNzA4MjA1OTA5WhcNMjYwNzA4MjEw # OTA5WjB+MQswCQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UE # BxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMSgwJgYD # VQQDEx9NaWNyb3NvZnQgQ29kZSBTaWduaW5nIFBDQSAyMDExMIICIjANBgkqhkiG # 9w0BAQEFAAOCAg8AMIICCgKCAgEAq/D6chAcLq3YbqqCEE00uvK2WCGfQhsqa+la # UKq4BjgaBEm6f8MMHt03a8YS2AvwOMKZBrDIOdUBFDFC04kNeWSHfpRgJGyvnkmc # 6Whe0t+bU7IKLMOv2akrrnoJr9eWWcpgGgXpZnboMlImEi/nqwhQz7NEt13YxC4D # dato88tt8zpcoRb0RrrgOGSsbmQ1eKagYw8t00CT+OPeBw3VXHmlSSnnDb6gE3e+ # lD3v++MrWhAfTVYoonpy4BI6t0le2O3tQ5GD2Xuye4Yb2T6xjF3oiU+EGvKhL1nk # kDstrjNYxbc+/jLTswM9sbKvkjh+0p2ALPVOVpEhNSXDOW5kf1O6nA+tGSOEy/S6 # A4aN91/w0FK/jJSHvMAhdCVfGCi2zCcoOCWYOUo2z3yxkq4cI6epZuxhH2rhKEmd # X4jiJV3TIUs+UsS1Vz8kA/DRelsv1SPjcF0PUUZ3s/gA4bysAoJf28AVs70b1FVL # 5zmhD+kjSbwYuER8ReTBw3J64HLnJN+/RpnF78IcV9uDjexNSTCnq47f7Fufr/zd # sGbiwZeBe+3W7UvnSSmnEyimp31ngOaKYnhfsi+E11ecXL93KCjx7W3DKI8sj0A3 # T8HhhUSJxAlMxdSlQy90lfdu+HggWCwTXWCVmj5PM4TasIgX3p5O9JawvEagbJjS # 4NaIjAsCAwEAAaOCAe0wggHpMBAGCSsGAQQBgjcVAQQDAgEAMB0GA1UdDgQWBBRI # bmTlUAXTgqoXNzcitW2oynUClTAZBgkrBgEEAYI3FAIEDB4KAFMAdQBiAEMAQTAL # BgNVHQ8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAfBgNVHSMEGDAWgBRyLToCMZBD # uRQFTuHqp8cx0SOJNDBaBgNVHR8EUzBRME+gTaBLhklodHRwOi8vY3JsLm1pY3Jv # c29mdC5jb20vcGtpL2NybC9wcm9kdWN0cy9NaWNSb29DZXJBdXQyMDExXzIwMTFf # MDNfMjIuY3JsMF4GCCsGAQUFBwEBBFIwUDBOBggrBgEFBQcwAoZCaHR0cDovL3d3 # dy5taWNyb3NvZnQuY29tL3BraS9jZXJ0cy9NaWNSb29DZXJBdXQyMDExXzIwMTFf # MDNfMjIuY3J0MIGfBgNVHSAEgZcwgZQwgZEGCSsGAQQBgjcuAzCBgzA/BggrBgEF # BQcCARYzaHR0cDovL3d3dy5taWNyb3NvZnQuY29tL3BraW9wcy9kb2NzL3ByaW1h # cnljcHMuaHRtMEAGCCsGAQUFBwICMDQeMiAdAEwAZQBnAGEAbABfAHAAbwBsAGkA # YwB5AF8AcwB0AGEAdABlAG0AZQBuAHQALiAdMA0GCSqGSIb3DQEBCwUAA4ICAQBn # 8oalmOBUeRou09h0ZyKbC5YR4WOSmUKWfdJ5DJDBZV8uLD74w3LRbYP+vj/oCso7 # v0epo/Np22O/IjWll11lhJB9i0ZQVdgMknzSGksc8zxCi1LQsP1r4z4HLimb5j0b # pdS1HXeUOeLpZMlEPXh6I/MTfaaQdION9MsmAkYqwooQu6SpBQyb7Wj6aC6VoCo/ # KmtYSWMfCWluWpiW5IP0wI/zRive/DvQvTXvbiWu5a8n7dDd8w6vmSiXmE0OPQvy # CInWH8MyGOLwxS3OW560STkKxgrCxq2u5bLZ2xWIUUVYODJxJxp/sfQn+N4sOiBp # mLJZiWhub6e3dMNABQamASooPoI/E01mC8CzTfXhj38cbxV9Rad25UAqZaPDXVJi # hsMdYzaXht/a8/jyFqGaJ+HNpZfQ7l1jQeNbB5yHPgZ3BtEGsXUfFL5hYbXw3MYb # BL7fQccOKO7eZS/sl/ahXJbYANahRr1Z85elCUtIEJmAH9AAKcWxm6U/RXceNcbS # oqKfenoi+kiVH6v7RyOA9Z74v2u3S5fi63V4GuzqN5l5GEv/1rMjaHXmr/r8i+sL # gOppO6/8MO0ETI7f33VtY5E90Z1WTk+/gFcioXgRMiF670EKsT/7qMykXcGhiJtX # cVZOSEXAQsmbdlsKgEhr/Xmfwb1tbWrJUnMTDXpQzTGCGgwwghoIAgEBMIGVMH4x # CzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRt # b25kMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24xKDAmBgNVBAMTH01p # Y3Jvc29mdCBDb2RlIFNpZ25pbmcgUENBIDIwMTECEzMAAAQDvdWVXQ87GK0AAAAA # BAMwDQYJYIZIAWUDBAIBBQCgga4wGQYJKoZIhvcNAQkDMQwGCisGAQQBgjcCAQQw # HAYKKwYBBAGCNwIBCzEOMAwGCisGAQQBgjcCARUwLwYJKoZIhvcNAQkEMSIEIFMx # +vbYK9nF0fF7ru6mhMKAbmczHVznppcexrdHX2FVMEIGCisGAQQBgjcCAQwxNDAy # oBSAEgBNAGkAYwByAG8AcwBvAGYAdKEagBhodHRwOi8vd3d3Lm1pY3Jvc29mdC5j # b20wDQYJKoZIhvcNAQEBBQAEggEAW/GpgCJ1FaAG2PcvCo+bb8v4v+Qb2ecTuCuC # Be818RvNBFsRPkrTYV3GqqALMkIbpRhe5JKw7xNfgIho7NMHLyADfU9BnDk4xpGe # RgbkHcBE8EnmSL1bAYMkCpqPI9ey10aHHIocF468jp+0ck4duhx52tK7Ml+e1x0M # qa1pWLvK5mBAQUiLx1/OwQn6uCnE2umPqVNw87TbDQMnCGWK/b3SSuPUiNQ527qz # IJeCAjnaDikEWYCMlQjhjCXJBBK3DqlkvWAIKnQEl20WAbJjuJCNRt+liswyKjYG # sH35bZVWopvv6vWUpb1QPY/Iau3dUqSEb6jC4zGUrI11clKxcaGCF5YwgheSBgor # BgEEAYI3AwMBMYIXgjCCF34GCSqGSIb3DQEHAqCCF28wghdrAgEDMQ8wDQYJYIZI # AWUDBAIBBQAwggFRBgsqhkiG9w0BCRABBKCCAUAEggE8MIIBOAIBAQYKKwYBBAGE # WQoDATAxMA0GCWCGSAFlAwQCAQUABCCYfFGYukO3zhIOJ1H/7P9067NxRBAuFCwt # nzh0OEHXagIGaCZ4GA8QGBIyMDI1MDUyODA3MzI0MC43NVowBIACAfSggdGkgc4w # gcsxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdS # ZWRtb25kMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24xJTAjBgNVBAsT # HE1pY3Jvc29mdCBBbWVyaWNhIE9wZXJhdGlvbnMxJzAlBgNVBAsTHm5TaGllbGQg # VFNTIEVTTjozMzAzLTA1RTAtRDk0NzElMCMGA1UEAxMcTWljcm9zb2Z0IFRpbWUt # U3RhbXAgU2VydmljZaCCEe0wggcgMIIFCKADAgECAhMzAAACD1eaRxRA5kbmAAEA # AAIPMA0GCSqGSIb3DQEBCwUAMHwxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpXYXNo # aW5ndG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29y # cG9yYXRpb24xJjAkBgNVBAMTHU1pY3Jvc29mdCBUaW1lLVN0YW1wIFBDQSAyMDEw # MB4XDTI1MDEzMDE5NDMwNFoXDTI2MDQyMjE5NDMwNFowgcsxCzAJBgNVBAYTAlVT # MRMwEQYDVQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQK # ExVNaWNyb3NvZnQgQ29ycG9yYXRpb24xJTAjBgNVBAsTHE1pY3Jvc29mdCBBbWVy # aWNhIE9wZXJhdGlvbnMxJzAlBgNVBAsTHm5TaGllbGQgVFNTIEVTTjozMzAzLTA1 # RTAtRDk0NzElMCMGA1UEAxMcTWljcm9zb2Z0IFRpbWUtU3RhbXAgU2VydmljZTCC # AiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAKXoNO6vF/rqjvcbQDbIqjX+ # di8hMFCx3nQXnZJDOjZxKu34QMQUIOVLFnNYkPu6NDVnV0xsxPpiErslS/DFD4uR # Be/aT/e/fHDzEnaaFe7BtP6zVY4vT72D0A4QAAzpYaMLMj8tmrf+3MevnqKf9n76 # j/aygaHIaEowPBaXgngvUWfyd22gzVIGJs92qbCY9ekH1C1o/5MI4LW8BoZA52yp # dDwB2UrpW6T3Jb23LtLSRE/WdeQWx4zfc3MG7/+5tqgkdvVx5g9nhTgQ5cEeL/aD # T1ZEv1BYi0eM8YliO4nRyTKs4bWSx8BlY/4G7w9cCrizUFr+H+deFcDC7FOGm9oV # vhPRs6Ng7+HYs9Ft0Mxwx9L1luGrXSFc/pkUdHRFEn6uvkDwgP2XRSChS7+A28Ko # cIyjDP3u52jt5Y4MDstpW/zUUcdjDdfkNJNSonqnA/7/SXFq3FqNtIaybbrvOpU2 # y7NSgXYXM8z5hQjCI6mBC++NggGQH4pTBl/a9Eg9aaEATNZkAZOjH/S+Ph4eDHAR # H1+lOFyxtkZLHHScvngfP4vfoonIRWKj6glW9TGbvlgQRJpOHVGcvQOWz3WwHDqa # 8qs7Y740JtS1/H5xBdhLQlxZl5/zXQFb0Gf94i+jDcpzHR1W6oN8hZ9buKZ5MsAr # 1AAST6hkInNRRO+GHaFhAgMBAAGjggFJMIIBRTAdBgNVHQ4EFgQUmdQxDY63ICEt # H8wPaq0n2UpE/1kwHwYDVR0jBBgwFoAUn6cVXQBeYl2D9OXSZacbUzUZ6XIwXwYD # VR0fBFgwVjBUoFKgUIZOaHR0cDovL3d3dy5taWNyb3NvZnQuY29tL3BraW9wcy9j # cmwvTWljcm9zb2Z0JTIwVGltZS1TdGFtcCUyMFBDQSUyMDIwMTAoMSkuY3JsMGwG # CCsGAQUFBwEBBGAwXjBcBggrBgEFBQcwAoZQaHR0cDovL3d3dy5taWNyb3NvZnQu # Y29tL3BraW9wcy9jZXJ0cy9NaWNyb3NvZnQlMjBUaW1lLVN0YW1wJTIwUENBJTIw # MjAxMCgxKS5jcnQwDAYDVR0TAQH/BAIwADAWBgNVHSUBAf8EDDAKBggrBgEFBQcD # CDAOBgNVHQ8BAf8EBAMCB4AwDQYJKoZIhvcNAQELBQADggIBAFOjBujVtQTt9dPL # 65b2bnyoYRdEEZUwRCIUR9K6LV+E3uNL6RKI3RJHkqXcC5Xj3E7GAej34Yid7kym # Dmfg1Lk9bydYhYaP/yOQTel0llK8BlqtcPiXjeIw3EOF0FmpUKQBhx0VVmfF3L7b # kxFjpF9obCSKeOdg0UDoNgv/VzHDphrixfJXsWA90ybFWl9+c8QMW/iZxXHeO89m # h3uCqINxQdvJXWBo0Pc96PInUwZ8FhsBDGzKctfUVSxYvAqw09EmPKfCXMFP85Bv # GfOSMuJuLiHh07Bw34fibIO1RKdir1d/hi8WVn6Ymzli3HhT0lULJb9YRG0gSJ5O # 9NGC8BiP/gyHUXYSV/xx0guDOL17Oph5/F2wEPxWLHfnIwLktOcNSjJVW6VR54MA # ljz7pgFu1ci3LimEiSKGIgezJZXFbZgYboDpRZ6e7BjrP2gE428weWq0PftnIufS # HWQKSSnmRwgiEy2nMRw+R+qWRsNWiAyhbLzTG6XG3rg/j7VgjORGG3fNM76Ms427 # WmYG37wRSHsNVy3/fe25bk05LHnqNdDVN050UGmBxbwe8mKLyyZDVNA/jYc0gogl # jlqIyQr0zYejFitDLYygc04/JKw7OveV7/hIN1fru6hsaRQ16uUkrMqlNHllTRJ4 # 0C7mgLINvqB21OJo3nSUILqbjixeMIIHcTCCBVmgAwIBAgITMwAAABXF52ueAptJ # mQAAAAAAFTANBgkqhkiG9w0BAQsFADCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgT # Cldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29m # dCBDb3Jwb3JhdGlvbjEyMDAGA1UEAxMpTWljcm9zb2Z0IFJvb3QgQ2VydGlmaWNh # dGUgQXV0aG9yaXR5IDIwMTAwHhcNMjEwOTMwMTgyMjI1WhcNMzAwOTMwMTgzMjI1 # WjB8MQswCQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMH # UmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMSYwJAYDVQQD # Ex1NaWNyb3NvZnQgVGltZS1TdGFtcCBQQ0EgMjAxMDCCAiIwDQYJKoZIhvcNAQEB # BQADggIPADCCAgoCggIBAOThpkzntHIhC3miy9ckeb0O1YLT/e6cBwfSqWxOdcjK # NVf2AX9sSuDivbk+F2Az/1xPx2b3lVNxWuJ+Slr+uDZnhUYjDLWNE893MsAQGOhg # fWpSg0S3po5GawcU88V29YZQ3MFEyHFcUTE3oAo4bo3t1w/YJlN8OWECesSq/XJp # rx2rrPY2vjUmZNqYO7oaezOtgFt+jBAcnVL+tuhiJdxqD89d9P6OU8/W7IVWTe/d # vI2k45GPsjksUZzpcGkNyjYtcI4xyDUoveO0hyTD4MmPfrVUj9z6BVWYbWg7mka9 # 7aSueik3rMvrg0XnRm7KMtXAhjBcTyziYrLNueKNiOSWrAFKu75xqRdbZ2De+JKR # Hh09/SDPc31BmkZ1zcRfNN0Sidb9pSB9fvzZnkXftnIv231fgLrbqn427DZM9itu # qBJR6L8FA6PRc6ZNN3SUHDSCD/AQ8rdHGO2n6Jl8P0zbr17C89XYcz1DTsEzOUyO # ArxCaC4Q6oRRRuLRvWoYWmEBc8pnol7XKHYC4jMYctenIPDC+hIK12NvDMk2ZItb # oKaDIV1fMHSRlJTYuVD5C4lh8zYGNRiER9vcG9H9stQcxWv2XFJRXRLbJbqvUAV6 # bMURHXLvjflSxIUXk8A8FdsaN8cIFRg/eKtFtvUeh17aj54WcmnGrnu3tz5q4i6t # AgMBAAGjggHdMIIB2TASBgkrBgEEAYI3FQEEBQIDAQABMCMGCSsGAQQBgjcVAgQW # BBQqp1L+ZMSavoKRPEY1Kc8Q/y8E7jAdBgNVHQ4EFgQUn6cVXQBeYl2D9OXSZacb # UzUZ6XIwXAYDVR0gBFUwUzBRBgwrBgEEAYI3TIN9AQEwQTA/BggrBgEFBQcCARYz # aHR0cDovL3d3dy5taWNyb3NvZnQuY29tL3BraW9wcy9Eb2NzL1JlcG9zaXRvcnku # aHRtMBMGA1UdJQQMMAoGCCsGAQUFBwMIMBkGCSsGAQQBgjcUAgQMHgoAUwB1AGIA # QwBBMAsGA1UdDwQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFNX2 # VsuP6KJcYmjRPZSQW9fOmhjEMFYGA1UdHwRPME0wS6BJoEeGRWh0dHA6Ly9jcmwu # bWljcm9zb2Z0LmNvbS9wa2kvY3JsL3Byb2R1Y3RzL01pY1Jvb0NlckF1dF8yMDEw # LTA2LTIzLmNybDBaBggrBgEFBQcBAQROMEwwSgYIKwYBBQUHMAKGPmh0dHA6Ly93 # d3cubWljcm9zb2Z0LmNvbS9wa2kvY2VydHMvTWljUm9vQ2VyQXV0XzIwMTAtMDYt # MjMuY3J0MA0GCSqGSIb3DQEBCwUAA4ICAQCdVX38Kq3hLB9nATEkW+Geckv8qW/q # XBS2Pk5HZHixBpOXPTEztTnXwnE2P9pkbHzQdTltuw8x5MKP+2zRoZQYIu7pZmc6 # U03dmLq2HnjYNi6cqYJWAAOwBb6J6Gngugnue99qb74py27YP0h1AdkY3m2CDPVt # I1TkeFN1JFe53Z/zjj3G82jfZfakVqr3lbYoVSfQJL1AoL8ZthISEV09J+BAljis # 9/kpicO8F7BUhUKz/AyeixmJ5/ALaoHCgRlCGVJ1ijbCHcNhcy4sa3tuPywJeBTp # kbKpW99Jo3QMvOyRgNI95ko+ZjtPu4b6MhrZlvSP9pEB9s7GdP32THJvEKt1MMU0 # sHrYUP4KWN1APMdUbZ1jdEgssU5HLcEUBHG/ZPkkvnNtyo4JvbMBV0lUZNlz138e # W0QBjloZkWsNn6Qo3GcZKCS6OEuabvshVGtqRRFHqfG3rsjoiV5PndLQTHa1V1QJ # sWkBRH58oWFsc/4Ku+xBZj1p/cvBQUl+fpO+y/g75LcVv7TOPqUxUYS8vwLBgqJ7 # Fx0ViY1w/ue10CgaiQuPNtq6TPmb/wrpNPgkNWcr4A245oyZ1uEi6vAnQj0llOZ0 # dFtq0Z4+7X6gMTN9vMvpe784cETRkPHIqzqKOghif9lwY1NNje6CbaUFEMFxBmoQ # tB1VM1izoXBm8qGCA1AwggI4AgEBMIH5oYHRpIHOMIHLMQswCQYDVQQGEwJVUzET # MBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9uZDEeMBwGA1UEChMV # TWljcm9zb2Z0IENvcnBvcmF0aW9uMSUwIwYDVQQLExxNaWNyb3NvZnQgQW1lcmlj # YSBPcGVyYXRpb25zMScwJQYDVQQLEx5uU2hpZWxkIFRTUyBFU046MzMwMy0wNUUw # LUQ5NDcxJTAjBgNVBAMTHE1pY3Jvc29mdCBUaW1lLVN0YW1wIFNlcnZpY2WiIwoB # ATAHBgUrDgMCGgMVAF60jOPYL8yR2IjTcTI2wK1I4x1aoIGDMIGApH4wfDELMAkG # A1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQx # HjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEmMCQGA1UEAxMdTWljcm9z # b2Z0IFRpbWUtU3RhbXAgUENBIDIwMTAwDQYJKoZIhvcNAQELBQACBQDr4MemMCIY # DzIwMjUwNTI3MjMyMjE0WhgPMjAyNTA1MjgyMzIyMTRaMHcwPQYKKwYBBAGEWQoE # ATEvMC0wCgIFAOvgx6YCAQAwCgIBAAICHCACAf8wBwIBAAICE5gwCgIFAOviGSYC # AQAwNgYKKwYBBAGEWQoEAjEoMCYwDAYKKwYBBAGEWQoDAqAKMAgCAQACAwehIKEK # MAgCAQACAwGGoDANBgkqhkiG9w0BAQsFAAOCAQEAxvSXj+qtpNZ43NSn+1InIf4W # BrFBsD5HXCneb8SZrVrGdvwJHx67/ftD+N3S9U24ptiD+HrxNbIha6XBJiwrHXLC # WpC++trAniEiB+2fbYMJaJKbX8a6KDYuUBwfh/+H3nBY4KXpHxWQi1q+JLKS0pFK # z5QFEgLA/RJI5ZKuzyULUQvudP8BoJAcU6DhIyluQIwaH70spghvDpr9MDmF7MrB # DAtxD7Bnj7JTT4nbCv7aSGWDbBpL0FA+qaYwZ3U25UL7hVXlsWKFNATodFp1bUv7 # c6HJHtLXDJBQDw4EAaEi595GoY4y6fx0ZMsdmD9nqGZzjtrGk8xdyhj+iLKtIjGC # BA0wggQJAgEBMIGTMHwxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpXYXNoaW5ndG9u # MRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRp # b24xJjAkBgNVBAMTHU1pY3Jvc29mdCBUaW1lLVN0YW1wIFBDQSAyMDEwAhMzAAAC # D1eaRxRA5kbmAAEAAAIPMA0GCWCGSAFlAwQCAQUAoIIBSjAaBgkqhkiG9w0BCQMx # DQYLKoZIhvcNAQkQAQQwLwYJKoZIhvcNAQkEMSIEII3nAYrgoKDD5igDc21HI/fD # t/LIeeT4pMgiQxRV9V1rMIH6BgsqhkiG9w0BCRACLzGB6jCB5zCB5DCBvQQg3Ud3 # lSYqebsVbvE/eeIax8cm3jFHxe74zGBddzSKqfgwgZgwgYCkfjB8MQswCQYDVQQG # EwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9uZDEeMBwG # A1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMSYwJAYDVQQDEx1NaWNyb3NvZnQg # VGltZS1TdGFtcCBQQ0EgMjAxMAITMwAAAg9XmkcUQOZG5gABAAACDzAiBCC8On3R # Guht5vOtb2n+aRh9XRFlGDk4yDHZaEPPWPSvZzANBgkqhkiG9w0BAQsFAASCAgCG # F3aFkk6vbbM//Yq/LhYvZnSlOppM5d7YtlaKmMS5szHcDirAXnNq6RYV9yWQHiaS # rVSRUv9MbZ73FTuVqmGDGiaEXr9TX+W0QgypNYVEZgb5zrwxCZ60xOF8paQy1TPp # yd570xZRGyqdqVQOOungZfzuxvNowO8hwn9rd2FmN0Qhvn9HNzi/J1zC2tg33EYD # F96De23nXkpz0kd3xri8EkFG6927BW2y5kyg4CSoqGX/FI/rfsFZ7re2+l7QxAiX # fo2uIqaS8xZgVun7E4ZT9W2PKO8tzv3hdeoxvBs8YJLzjdxuTbNNS8hqmSemjvr/ # C9TO9fVMFsapMkmOi3qDg/3Tu/MWB68Goswx8Acxc26EMfqgbakT0BPAA3oxE8y4 # jHOYi9U40u0h3b4HlxHBT+nTwGThvcGmZjOJRCK1SKp076vSvwxrRrGLaeDnT3ci # nE8sD6evGMQ8zF1UFq1RavS1qTKDTIvUfUz8unHh4g8u/jzCXDVYyfMlcJrI0lIF # kJXm9r2VSl1IRJX4YmMoW+wKG8ouAAd0e1+dabzcZbixd1aatQPCI0XLrGI/Cy08 # CPrId2x834oxwhHYVR+dFOzFl5CW31BqOTE9FHKeMHlEtM76cXqQhsCg6Kl7+pLX # WEZ3hLgMjk9Sd0xz1zNnTsVwFVpofly0gPRQ3CnAKQ== # SIG # End signature block |