AppComplianceAutomation.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 Get the evidence metadata .Description Get the evidence metadata .Example {{ Add code here }} .Example {{ Add code here }} .Outputs Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IEvidenceResource .Link https://learn.microsoft.com/powershell/module/az.appcomplianceautomation/get-azappcomplianceautomationevidence #> function Get-AzAppComplianceAutomationEvidence { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IEvidenceResource])] [CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)] param( [Parameter(Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Path')] [System.String] # Report Name. ${ReportName}, [Parameter(ParameterSetName='Get', Mandatory)] [Alias('EvidenceName')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Path')] [System.String] # The evidence name. ${Name}, [Parameter(ParameterSetName='List')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Query')] [System.String] # The filter to apply on the operation. ${Filter}, [Parameter(ParameterSetName='List')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Query')] [System.String] # The offerGuid which mapping to the reports. ${OfferGuid}, [Parameter(ParameterSetName='List')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Query')] [System.String] # OData order by query option. ${Orderby}, [Parameter(ParameterSetName='List')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Query')] [System.String] # The tenant id of the report creator. ${ReportCreatorTenantId}, [Parameter(ParameterSetName='List')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Query')] [System.String] # OData Select statement. # Limits the properties on each entry to just those requested, e.g. # ?$select=reportName,id. ${Select}, [Parameter(ParameterSetName='List')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Query')] [System.String] # Skip over when retrieving results. ${SkipToken}, [Parameter(ParameterSetName='List')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Query')] [System.Int32] # Number of elements to return when retrieving results. ${Top}, [Parameter()] [Alias('AzureRMContext', 'AzureCredential')] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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 = @{ Get = 'Az.AppComplianceAutomation.private\Get-AzAppComplianceAutomationEvidence_Get'; List = 'Az.AppComplianceAutomation.private\Get-AzAppComplianceAutomationEvidence_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 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.AppComplianceAutomation.Models.IOperation .Link https://learn.microsoft.com/powershell/module/az.appcomplianceautomation/get-azappcomplianceautomationoperation #> function Get-AzAppComplianceAutomationOperation { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IOperation])] [CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)] param( [Parameter()] [Alias('AzureRMContext', 'AzureCredential')] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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.AppComplianceAutomation.private\Get-AzAppComplianceAutomationOperation_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 Get the count of reports. .Description Get the count of reports. .Example {{ Add code here }} .Example {{ Add code here }} .Inputs Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IGetCollectionCountRequest .Outputs Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IGetCollectionCountResponse .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. BODY <IGetCollectionCountRequest>: Get collection count's request object. [Type <String>]: The resource type. .Link https://learn.microsoft.com/powershell/module/az.appcomplianceautomation/get-azappcomplianceautomationprovideractioncollectioncount #> function Get-AzAppComplianceAutomationProviderActionCollectionCount { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IGetCollectionCountResponse])] [CmdletBinding(DefaultParameterSetName='GetExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(ParameterSetName='Get', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IGetCollectionCountRequest] # Get collection count's request object. ${Body}, [Parameter(ParameterSetName='GetExpanded')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # The resource type. ${Type}, [Parameter(ParameterSetName='GetViaJsonFilePath', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # Path of Json file supplied to the Get operation ${JsonFilePath}, [Parameter(ParameterSetName='GetViaJsonString', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # Json string supplied to the Get operation ${JsonString}, [Parameter()] [Alias('AzureRMContext', 'AzureCredential')] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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 = @{ Get = 'Az.AppComplianceAutomation.private\Get-AzAppComplianceAutomationProviderActionCollectionCount_Get'; GetExpanded = 'Az.AppComplianceAutomation.private\Get-AzAppComplianceAutomationProviderActionCollectionCount_GetExpanded'; GetViaJsonFilePath = 'Az.AppComplianceAutomation.private\Get-AzAppComplianceAutomationProviderActionCollectionCount_GetViaJsonFilePath'; GetViaJsonString = 'Az.AppComplianceAutomation.private\Get-AzAppComplianceAutomationProviderActionCollectionCount_GetViaJsonString'; } $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 Get the resource overview status. .Description Get the resource overview status. .Example {{ Add code here }} .Example {{ Add code here }} .Inputs Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IGetOverviewStatusRequest .Outputs Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IGetOverviewStatusResponse .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. BODY <IGetOverviewStatusRequest>: Get overview status request object. [Type <String>]: The resource type. .Link https://learn.microsoft.com/powershell/module/az.appcomplianceautomation/get-azappcomplianceautomationprovideractionoverviewstatus #> function Get-AzAppComplianceAutomationProviderActionOverviewStatus { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IGetOverviewStatusResponse])] [CmdletBinding(DefaultParameterSetName='GetExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(ParameterSetName='Get', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IGetOverviewStatusRequest] # Get overview status request object. ${Body}, [Parameter(ParameterSetName='GetExpanded')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # The resource type. ${Type}, [Parameter(ParameterSetName='GetViaJsonFilePath', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # Path of Json file supplied to the Get operation ${JsonFilePath}, [Parameter(ParameterSetName='GetViaJsonString', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # Json string supplied to the Get operation ${JsonString}, [Parameter()] [Alias('AzureRMContext', 'AzureCredential')] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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 = @{ Get = 'Az.AppComplianceAutomation.private\Get-AzAppComplianceAutomationProviderActionOverviewStatus_Get'; GetExpanded = 'Az.AppComplianceAutomation.private\Get-AzAppComplianceAutomationProviderActionOverviewStatus_GetExpanded'; GetViaJsonFilePath = 'Az.AppComplianceAutomation.private\Get-AzAppComplianceAutomationProviderActionOverviewStatus_GetViaJsonFilePath'; GetViaJsonString = 'Az.AppComplianceAutomation.private\Get-AzAppComplianceAutomationProviderActionOverviewStatus_GetViaJsonString'; } $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 List the storage accounts which are in use by related reports .Description List the storage accounts which are in use by related reports .Example {{ Add code here }} .Example {{ Add code here }} .Inputs Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IListInUseStorageAccountsRequest .Outputs Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IListInUseStorageAccountsResponse .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. BODY <IListInUseStorageAccountsRequest>: Parameters for listing in use storage accounts operation. If subscription list is null, it will check the user's all subscriptions. [SubscriptionId <List<String>>]: List of subscription ids to be query. If the list is null or empty, the API will query all the subscriptions of the user. .Link https://learn.microsoft.com/powershell/module/az.appcomplianceautomation/get-azappcomplianceautomationprovideraction #> function Get-AzAppComplianceAutomationProviderAction { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IListInUseStorageAccountsResponse])] [CmdletBinding(DefaultParameterSetName='ListExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(ParameterSetName='List', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IListInUseStorageAccountsRequest] # Parameters for listing in use storage accounts operation. # If subscription list is null, it will check the user's all subscriptions. ${Body}, [Parameter(ParameterSetName='ListExpanded')] [AllowEmptyCollection()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] [System.String[]] # List of subscription ids to be query. # If the list is null or empty, the API will query all the subscriptions of the user. ${SubscriptionId}, [Parameter(ParameterSetName='ListViaJsonFilePath', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # Path of Json file supplied to the List operation ${JsonFilePath}, [Parameter(ParameterSetName='ListViaJsonString', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # Json string supplied to the List operation ${JsonString}, [Parameter()] [Alias('AzureRMContext', 'AzureCredential')] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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.AppComplianceAutomation.private\Get-AzAppComplianceAutomationProviderAction_List'; ListExpanded = 'Az.AppComplianceAutomation.private\Get-AzAppComplianceAutomationProviderAction_ListExpanded'; ListViaJsonFilePath = 'Az.AppComplianceAutomation.private\Get-AzAppComplianceAutomationProviderAction_ListViaJsonFilePath'; ListViaJsonString = 'Az.AppComplianceAutomation.private\Get-AzAppComplianceAutomationProviderAction_ListViaJsonString'; } if (('ListExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId') ) { $testPlayback = $false $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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 Fix the AppComplianceAutomation report error. e.g: App Compliance Automation Tool service unregistered, automation removed. .Description Fix the AppComplianceAutomation report error. e.g: App Compliance Automation Tool service unregistered, automation removed. .Example {{ Add code here }} .Example {{ Add code here }} .Outputs Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IScopingQuestions .Link https://learn.microsoft.com/powershell/module/az.appcomplianceautomation/get-azappcomplianceautomationreportscopingquestion #> function Get-AzAppComplianceAutomationReportScopingQuestion { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IScopingQuestions])] [CmdletBinding(DefaultParameterSetName='Get', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Path')] [System.String] # Report Name. ${ReportName}, [Parameter()] [Alias('AzureRMContext', 'AzureCredential')] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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 = @{ Get = 'Az.AppComplianceAutomation.private\Get-AzAppComplianceAutomationReportScopingQuestion_Get'; } $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 Get the AppComplianceAutomation report and its properties. .Description Get the AppComplianceAutomation report and its properties. .Example {{ Add code here }} .Example {{ Add code here }} .Outputs Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IReportResource .Link https://learn.microsoft.com/powershell/module/az.appcomplianceautomation/get-azappcomplianceautomationreport #> function Get-AzAppComplianceAutomationReport { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IReportResource])] [CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)] param( [Parameter(ParameterSetName='Get', Mandatory)] [Alias('ReportName')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Path')] [System.String] # Report Name. ${Name}, [Parameter(ParameterSetName='List')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Query')] [System.String] # The filter to apply on the operation. ${Filter}, [Parameter(ParameterSetName='List')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Query')] [System.String] # The offerGuid which mapping to the reports. ${OfferGuid}, [Parameter(ParameterSetName='List')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Query')] [System.String] # OData order by query option. ${Orderby}, [Parameter(ParameterSetName='List')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Query')] [System.String] # The tenant id of the report creator. ${ReportCreatorTenantId}, [Parameter(ParameterSetName='List')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Query')] [System.String] # OData Select statement. # Limits the properties on each entry to just those requested, e.g. # ?$select=reportName,id. ${Select}, [Parameter(ParameterSetName='List')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Query')] [System.String] # Skip over when retrieving results. ${SkipToken}, [Parameter(ParameterSetName='List')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Query')] [System.Int32] # Number of elements to return when retrieving results. ${Top}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Header')] [System.String] # . ${XmsAadUserToken}, [Parameter()] [Alias('AzureRMContext', 'AzureCredential')] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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 = @{ Get = 'Az.AppComplianceAutomation.private\Get-AzAppComplianceAutomationReport_Get'; List = 'Az.AppComplianceAutomation.private\Get-AzAppComplianceAutomationReport_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 Get the AppComplianceAutomation scoping configuration of the specific report. .Description Get the AppComplianceAutomation scoping configuration of the specific report. .Example {{ Add code here }} .Example {{ Add code here }} .Outputs Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IScopingConfigurationResource .Link https://learn.microsoft.com/powershell/module/az.appcomplianceautomation/get-azappcomplianceautomationscopingconfiguration #> function Get-AzAppComplianceAutomationScopingConfiguration { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IScopingConfigurationResource])] [CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)] param( [Parameter(Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Path')] [System.String] # Report Name. ${ReportName}, [Parameter(ParameterSetName='Get', Mandatory)] [Alias('ScopingConfigurationName')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Path')] [System.String] # The scoping configuration of the specific report. ${Name}, [Parameter()] [Alias('AzureRMContext', 'AzureCredential')] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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 = @{ Get = 'Az.AppComplianceAutomation.private\Get-AzAppComplianceAutomationScopingConfiguration_Get'; List = 'Az.AppComplianceAutomation.private\Get-AzAppComplianceAutomationScopingConfiguration_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 Get the AppComplianceAutomation snapshot and its properties. .Description Get the AppComplianceAutomation snapshot and its properties. .Example {{ Add code here }} .Example {{ Add code here }} .Outputs Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.ISnapshotResource .Link https://learn.microsoft.com/powershell/module/az.appcomplianceautomation/get-azappcomplianceautomationsnapshot #> function Get-AzAppComplianceAutomationSnapshot { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.ISnapshotResource])] [CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)] param( [Parameter(Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Path')] [System.String] # Report Name. ${ReportName}, [Parameter(ParameterSetName='Get', Mandatory)] [Alias('SnapshotName')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Path')] [System.String] # Snapshot Name. ${Name}, [Parameter(ParameterSetName='List')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Query')] [System.String] # The filter to apply on the operation. ${Filter}, [Parameter(ParameterSetName='List')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Query')] [System.String] # The offerGuid which mapping to the reports. ${OfferGuid}, [Parameter(ParameterSetName='List')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Query')] [System.String] # OData order by query option. ${Orderby}, [Parameter(ParameterSetName='List')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Query')] [System.String] # The tenant id of the report creator. ${ReportCreatorTenantId}, [Parameter(ParameterSetName='List')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Query')] [System.String] # OData Select statement. # Limits the properties on each entry to just those requested, e.g. # ?$select=reportName,id. ${Select}, [Parameter(ParameterSetName='List')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Query')] [System.String] # Skip over when retrieving results. ${SkipToken}, [Parameter(ParameterSetName='List')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Query')] [System.Int32] # Number of elements to return when retrieving results. ${Top}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Header')] [System.String] # . ${XmsAadUserToken}, [Parameter()] [Alias('AzureRMContext', 'AzureCredential')] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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 = @{ Get = 'Az.AppComplianceAutomation.private\Get-AzAppComplianceAutomationSnapshot_Get'; List = 'Az.AppComplianceAutomation.private\Get-AzAppComplianceAutomationSnapshot_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 Get the AppComplianceAutomation webhook and its properties. .Description Get the AppComplianceAutomation webhook and its properties. .Example {{ Add code here }} .Example {{ Add code here }} .Outputs Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IWebhookResource .Link https://learn.microsoft.com/powershell/module/az.appcomplianceautomation/get-azappcomplianceautomationwebhook #> function Get-AzAppComplianceAutomationWebhook { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IWebhookResource])] [CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)] param( [Parameter(Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Path')] [System.String] # Report Name. ${ReportName}, [Parameter(ParameterSetName='Get', Mandatory)] [Alias('WebhookName')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Path')] [System.String] # Webhook Name. ${Name}, [Parameter(ParameterSetName='List')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Query')] [System.String] # The filter to apply on the operation. ${Filter}, [Parameter(ParameterSetName='List')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Query')] [System.String] # The offerGuid which mapping to the reports. ${OfferGuid}, [Parameter(ParameterSetName='List')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Query')] [System.String] # OData order by query option. ${Orderby}, [Parameter(ParameterSetName='List')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Query')] [System.String] # The tenant id of the report creator. ${ReportCreatorTenantId}, [Parameter(ParameterSetName='List')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Query')] [System.String] # OData Select statement. # Limits the properties on each entry to just those requested, e.g. # ?$select=reportName,id. ${Select}, [Parameter(ParameterSetName='List')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Query')] [System.String] # Skip over when retrieving results. ${SkipToken}, [Parameter(ParameterSetName='List')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Query')] [System.Int32] # Number of elements to return when retrieving results. ${Top}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Header')] [System.String] # . ${XmsAadUserToken}, [Parameter()] [Alias('AzureRMContext', 'AzureCredential')] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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 = @{ Get = 'Az.AppComplianceAutomation.private\Get-AzAppComplianceAutomationWebhook_Get'; List = 'Az.AppComplianceAutomation.private\Get-AzAppComplianceAutomationWebhook_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 Download evidence file. .Description Download evidence file. .Example {{ Add code here }} .Example {{ Add code here }} .Inputs Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IAppComplianceAutomationIdentity .Inputs Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IEvidenceFileDownloadRequest .Outputs Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IEvidenceFileDownloadResponse .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. BODY <IEvidenceFileDownloadRequest>: Evidence file's download request. [OfferGuid <String>]: The offerGuid which mapping to the reports. [ReportCreatorTenantId <String>]: Tenant id. INPUTOBJECT <IAppComplianceAutomationIdentity>: Identity Parameter [EvidenceName <String>]: The evidence name. [Id <String>]: Resource identity path [ReportName <String>]: Report Name. [ScopingConfigurationName <String>]: The scoping configuration of the specific report. [SnapshotName <String>]: Snapshot Name. [WebhookName <String>]: Webhook Name. REPORTINPUTOBJECT <IAppComplianceAutomationIdentity>: Identity Parameter [EvidenceName <String>]: The evidence name. [Id <String>]: Resource identity path [ReportName <String>]: Report Name. [ScopingConfigurationName <String>]: The scoping configuration of the specific report. [SnapshotName <String>]: Snapshot Name. [WebhookName <String>]: Webhook Name. .Link https://learn.microsoft.com/powershell/module/az.appcomplianceautomation/invoke-azappcomplianceautomationdownloadevidence #> function Invoke-AzAppComplianceAutomationDownloadEvidence { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IEvidenceFileDownloadResponse])] [CmdletBinding(DefaultParameterSetName='DownloadExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(ParameterSetName='Download', Mandatory)] [Parameter(ParameterSetName='DownloadExpanded', Mandatory)] [Parameter(ParameterSetName='DownloadViaIdentityReport', Mandatory)] [Parameter(ParameterSetName='DownloadViaIdentityReportExpanded', Mandatory)] [Parameter(ParameterSetName='DownloadViaJsonFilePath', Mandatory)] [Parameter(ParameterSetName='DownloadViaJsonString', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Path')] [System.String] # The evidence name. ${EvidenceName}, [Parameter(ParameterSetName='Download', Mandatory)] [Parameter(ParameterSetName='DownloadExpanded', Mandatory)] [Parameter(ParameterSetName='DownloadViaJsonFilePath', Mandatory)] [Parameter(ParameterSetName='DownloadViaJsonString', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Path')] [System.String] # Report Name. ${ReportName}, [Parameter(ParameterSetName='DownloadViaIdentity', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='DownloadViaIdentityExpanded', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IAppComplianceAutomationIdentity] # Identity Parameter ${InputObject}, [Parameter(ParameterSetName='DownloadViaIdentityReport', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='DownloadViaIdentityReportExpanded', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IAppComplianceAutomationIdentity] # Identity Parameter ${ReportInputObject}, [Parameter(ParameterSetName='Download', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='DownloadViaIdentity', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='DownloadViaIdentityReport', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IEvidenceFileDownloadRequest] # Evidence file's download request. ${Body}, [Parameter(ParameterSetName='DownloadExpanded')] [Parameter(ParameterSetName='DownloadViaIdentityExpanded')] [Parameter(ParameterSetName='DownloadViaIdentityReportExpanded')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # The offerGuid which mapping to the reports. ${OfferGuid}, [Parameter(ParameterSetName='DownloadExpanded')] [Parameter(ParameterSetName='DownloadViaIdentityExpanded')] [Parameter(ParameterSetName='DownloadViaIdentityReportExpanded')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # Tenant id. ${ReportCreatorTenantId}, [Parameter(ParameterSetName='DownloadViaJsonFilePath', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # Path of Json file supplied to the Download operation ${JsonFilePath}, [Parameter(ParameterSetName='DownloadViaJsonString', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # Json string supplied to the Download operation ${JsonString}, [Parameter()] [Alias('AzureRMContext', 'AzureCredential')] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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 = @{ Download = 'Az.AppComplianceAutomation.private\Invoke-AzAppComplianceAutomationDownloadEvidence_Download'; DownloadExpanded = 'Az.AppComplianceAutomation.private\Invoke-AzAppComplianceAutomationDownloadEvidence_DownloadExpanded'; DownloadViaIdentity = 'Az.AppComplianceAutomation.private\Invoke-AzAppComplianceAutomationDownloadEvidence_DownloadViaIdentity'; DownloadViaIdentityExpanded = 'Az.AppComplianceAutomation.private\Invoke-AzAppComplianceAutomationDownloadEvidence_DownloadViaIdentityExpanded'; DownloadViaIdentityReport = 'Az.AppComplianceAutomation.private\Invoke-AzAppComplianceAutomationDownloadEvidence_DownloadViaIdentityReport'; DownloadViaIdentityReportExpanded = 'Az.AppComplianceAutomation.private\Invoke-AzAppComplianceAutomationDownloadEvidence_DownloadViaIdentityReportExpanded'; DownloadViaJsonFilePath = 'Az.AppComplianceAutomation.private\Invoke-AzAppComplianceAutomationDownloadEvidence_DownloadViaJsonFilePath'; DownloadViaJsonString = 'Az.AppComplianceAutomation.private\Invoke-AzAppComplianceAutomationDownloadEvidence_DownloadViaJsonString'; } $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 Download compliance needs from snapshot, like: Compliance Report, Resource List. .Description Download compliance needs from snapshot, like: Compliance Report, Resource List. .Example {{ Add code here }} .Example {{ Add code here }} .Inputs Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IAppComplianceAutomationIdentity .Inputs Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.ISnapshotDownloadRequest .Outputs Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IDownloadResponse .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. BODY <ISnapshotDownloadRequest>: Snapshot's download request. DownloadType <String>: Indicates the download type. [OfferGuid <String>]: The offerGuid which mapping to the reports. [ReportCreatorTenantId <String>]: Tenant id. INPUTOBJECT <IAppComplianceAutomationIdentity>: Identity Parameter [EvidenceName <String>]: The evidence name. [Id <String>]: Resource identity path [ReportName <String>]: Report Name. [ScopingConfigurationName <String>]: The scoping configuration of the specific report. [SnapshotName <String>]: Snapshot Name. [WebhookName <String>]: Webhook Name. REPORTINPUTOBJECT <IAppComplianceAutomationIdentity>: Identity Parameter [EvidenceName <String>]: The evidence name. [Id <String>]: Resource identity path [ReportName <String>]: Report Name. [ScopingConfigurationName <String>]: The scoping configuration of the specific report. [SnapshotName <String>]: Snapshot Name. [WebhookName <String>]: Webhook Name. .Link https://learn.microsoft.com/powershell/module/az.appcomplianceautomation/invoke-azappcomplianceautomationdownloadsnapshot #> function Invoke-AzAppComplianceAutomationDownloadSnapshot { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IDownloadResponse])] [CmdletBinding(DefaultParameterSetName='DownloadExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(ParameterSetName='Download', Mandatory)] [Parameter(ParameterSetName='DownloadExpanded', Mandatory)] [Parameter(ParameterSetName='DownloadViaJsonFilePath', Mandatory)] [Parameter(ParameterSetName='DownloadViaJsonString', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Path')] [System.String] # Report Name. ${ReportName}, [Parameter(ParameterSetName='Download', Mandatory)] [Parameter(ParameterSetName='DownloadExpanded', Mandatory)] [Parameter(ParameterSetName='DownloadViaIdentityReport', Mandatory)] [Parameter(ParameterSetName='DownloadViaIdentityReportExpanded', Mandatory)] [Parameter(ParameterSetName='DownloadViaJsonFilePath', Mandatory)] [Parameter(ParameterSetName='DownloadViaJsonString', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Path')] [System.String] # Snapshot Name. ${SnapshotName}, [Parameter(ParameterSetName='DownloadViaIdentity', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='DownloadViaIdentityExpanded', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IAppComplianceAutomationIdentity] # Identity Parameter ${InputObject}, [Parameter(ParameterSetName='DownloadViaIdentityReport', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='DownloadViaIdentityReportExpanded', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IAppComplianceAutomationIdentity] # Identity Parameter ${ReportInputObject}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Header')] [System.String] # . ${XmsAadUserToken}, [Parameter(ParameterSetName='Download', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='DownloadViaIdentity', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='DownloadViaIdentityReport', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.ISnapshotDownloadRequest] # Snapshot's download request. ${Body}, [Parameter(ParameterSetName='DownloadExpanded', Mandatory)] [Parameter(ParameterSetName='DownloadViaIdentityExpanded', Mandatory)] [Parameter(ParameterSetName='DownloadViaIdentityReportExpanded', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.PSArgumentCompleterAttribute("ComplianceReport", "CompliancePdfReport", "ComplianceDetailedPdfReport", "ResourceList")] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # Indicates the download type. ${DownloadType}, [Parameter(ParameterSetName='DownloadExpanded')] [Parameter(ParameterSetName='DownloadViaIdentityExpanded')] [Parameter(ParameterSetName='DownloadViaIdentityReportExpanded')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # The offerGuid which mapping to the reports. ${OfferGuid}, [Parameter(ParameterSetName='DownloadExpanded')] [Parameter(ParameterSetName='DownloadViaIdentityExpanded')] [Parameter(ParameterSetName='DownloadViaIdentityReportExpanded')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # Tenant id. ${ReportCreatorTenantId}, [Parameter(ParameterSetName='DownloadViaJsonFilePath', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # Path of Json file supplied to the Download operation ${JsonFilePath}, [Parameter(ParameterSetName='DownloadViaJsonString', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # Json string supplied to the Download operation ${JsonString}, [Parameter()] [Alias('AzureRMContext', 'AzureCredential')] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Run the command as a job ${AsJob}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Run the command asynchronously ${NoWait}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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 = @{ Download = 'Az.AppComplianceAutomation.private\Invoke-AzAppComplianceAutomationDownloadSnapshot_Download'; DownloadExpanded = 'Az.AppComplianceAutomation.private\Invoke-AzAppComplianceAutomationDownloadSnapshot_DownloadExpanded'; DownloadViaIdentity = 'Az.AppComplianceAutomation.private\Invoke-AzAppComplianceAutomationDownloadSnapshot_DownloadViaIdentity'; DownloadViaIdentityExpanded = 'Az.AppComplianceAutomation.private\Invoke-AzAppComplianceAutomationDownloadSnapshot_DownloadViaIdentityExpanded'; DownloadViaIdentityReport = 'Az.AppComplianceAutomation.private\Invoke-AzAppComplianceAutomationDownloadSnapshot_DownloadViaIdentityReport'; DownloadViaIdentityReportExpanded = 'Az.AppComplianceAutomation.private\Invoke-AzAppComplianceAutomationDownloadSnapshot_DownloadViaIdentityReportExpanded'; DownloadViaJsonFilePath = 'Az.AppComplianceAutomation.private\Invoke-AzAppComplianceAutomationDownloadSnapshot_DownloadViaJsonFilePath'; DownloadViaJsonString = 'Az.AppComplianceAutomation.private\Invoke-AzAppComplianceAutomationDownloadSnapshot_DownloadViaJsonString'; } $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 Fix the AppComplianceAutomation report error. e.g: App Compliance Automation Tool service unregistered, automation removed. .Description Fix the AppComplianceAutomation report error. e.g: App Compliance Automation Tool service unregistered, automation removed. .Example {{ Add code here }} .Example {{ Add code here }} .Inputs Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IAppComplianceAutomationIdentity .Outputs Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IReportFixResult .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 <IAppComplianceAutomationIdentity>: Identity Parameter [EvidenceName <String>]: The evidence name. [Id <String>]: Resource identity path [ReportName <String>]: Report Name. [ScopingConfigurationName <String>]: The scoping configuration of the specific report. [SnapshotName <String>]: Snapshot Name. [WebhookName <String>]: Webhook Name. .Link https://learn.microsoft.com/powershell/module/az.appcomplianceautomation/invoke-azappcomplianceautomationfixreport #> function Invoke-AzAppComplianceAutomationFixReport { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IReportFixResult])] [CmdletBinding(DefaultParameterSetName='Fix', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(ParameterSetName='Fix', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Path')] [System.String] # Report Name. ${ReportName}, [Parameter(ParameterSetName='FixViaIdentity', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IAppComplianceAutomationIdentity] # Identity Parameter ${InputObject}, [Parameter()] [Alias('AzureRMContext', 'AzureCredential')] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Run the command as a job ${AsJob}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Run the command asynchronously ${NoWait}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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 = @{ Fix = 'Az.AppComplianceAutomation.private\Invoke-AzAppComplianceAutomationFixReport_Fix'; FixViaIdentity = 'Az.AppComplianceAutomation.private\Invoke-AzAppComplianceAutomationFixReport_FixViaIdentity'; } $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 Onboard given subscriptions to Microsoft.AppComplianceAutomation provider. .Description Onboard given subscriptions to Microsoft.AppComplianceAutomation provider. .Example {{ Add code here }} .Example {{ Add code here }} .Inputs Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IOnboardRequest .Outputs Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IOnboardResponse .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. BODY <IOnboardRequest>: Parameters for onboard operation SubscriptionId <List<String>>: List of subscription ids to be onboarded .Link https://learn.microsoft.com/powershell/module/az.appcomplianceautomation/invoke-azappcomplianceautomationonboardprovideraction #> function Invoke-AzAppComplianceAutomationOnboardProviderAction { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IOnboardResponse])] [CmdletBinding(DefaultParameterSetName='OnboardExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Header')] [System.String] # . ${XmsAadUserToken}, [Parameter(ParameterSetName='Onboard', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IOnboardRequest] # Parameters for onboard operation ${Body}, [Parameter(ParameterSetName='OnboardExpanded')] [AllowEmptyCollection()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] [System.String[]] # List of subscription ids to be onboarded ${SubscriptionId}, [Parameter(ParameterSetName='OnboardViaJsonFilePath', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # Path of Json file supplied to the Onboard operation ${JsonFilePath}, [Parameter(ParameterSetName='OnboardViaJsonString', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # Json string supplied to the Onboard operation ${JsonString}, [Parameter()] [Alias('AzureRMContext', 'AzureCredential')] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Run the command as a job ${AsJob}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Run the command asynchronously ${NoWait}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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 = @{ Onboard = 'Az.AppComplianceAutomation.private\Invoke-AzAppComplianceAutomationOnboardProviderAction_Onboard'; OnboardExpanded = 'Az.AppComplianceAutomation.private\Invoke-AzAppComplianceAutomationOnboardProviderAction_OnboardExpanded'; OnboardViaJsonFilePath = 'Az.AppComplianceAutomation.private\Invoke-AzAppComplianceAutomationOnboardProviderAction_OnboardViaJsonFilePath'; OnboardViaJsonString = 'Az.AppComplianceAutomation.private\Invoke-AzAppComplianceAutomationOnboardProviderAction_OnboardViaJsonString'; } if (('OnboardExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId') ) { $testPlayback = $false $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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 Create an evidence a specified report .Description Create an evidence a specified report .Example {{ Add code here }} .Example {{ Add code here }} .Inputs Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IAppComplianceAutomationIdentity .Inputs Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IEvidenceResource .Outputs Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IEvidenceResource .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. PROPERTY <IEvidenceResource>: A class represent an AppComplianceAutomation evidence resource. FilePath <String>: The path of the file in storage. [ControlId <String>]: Control id. [EvidenceType <String>]: Evidence type. [ExtraData <String>]: Extra data considered as evidence. [ResponsibilityId <String>]: Responsibility id. REPORTINPUTOBJECT <IAppComplianceAutomationIdentity>: Identity Parameter [EvidenceName <String>]: The evidence name. [Id <String>]: Resource identity path [ReportName <String>]: Report Name. [ScopingConfigurationName <String>]: The scoping configuration of the specific report. [SnapshotName <String>]: Snapshot Name. [WebhookName <String>]: Webhook Name. .Link https://learn.microsoft.com/powershell/module/az.appcomplianceautomation/new-azappcomplianceautomationevidence #> function New-AzAppComplianceAutomationEvidence { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IEvidenceResource])] [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] [Alias('EvidenceName')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Path')] [System.String] # The evidence name. ${Name}, [Parameter(ParameterSetName='Create', Mandatory)] [Parameter(ParameterSetName='CreateExpanded', Mandatory)] [Parameter(ParameterSetName='CreateViaJsonFilePath', Mandatory)] [Parameter(ParameterSetName='CreateViaJsonString', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Path')] [System.String] # Report Name. ${ReportName}, [Parameter(ParameterSetName='CreateViaIdentityReport', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='CreateViaIdentityReportExpanded', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IAppComplianceAutomationIdentity] # Identity Parameter ${ReportInputObject}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Query')] [System.String] # The offerGuid which mapping to the reports. ${OfferGuid}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Query')] [System.String] # The tenant id of the report creator. ${ReportCreatorTenantId}, [Parameter(ParameterSetName='Create', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='CreateViaIdentityReport', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IEvidenceResource] # A class represent an AppComplianceAutomation evidence resource. ${Property}, [Parameter(ParameterSetName='CreateExpanded', Mandatory)] [Parameter(ParameterSetName='CreateViaIdentityReportExpanded', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # The path of the file in storage. ${FilePath}, [Parameter(ParameterSetName='CreateExpanded')] [Parameter(ParameterSetName='CreateViaIdentityReportExpanded')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # Control id. ${ControlId}, [Parameter(ParameterSetName='CreateExpanded')] [Parameter(ParameterSetName='CreateViaIdentityReportExpanded')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.PSArgumentCompleterAttribute("File", "AutoCollectedEvidence", "Data")] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # Evidence type. ${EvidenceType}, [Parameter(ParameterSetName='CreateExpanded')] [Parameter(ParameterSetName='CreateViaIdentityReportExpanded')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # Extra data considered as evidence. ${ExtraData}, [Parameter(ParameterSetName='CreateExpanded')] [Parameter(ParameterSetName='CreateViaIdentityReportExpanded')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # Responsibility id. ${ResponsibilityId}, [Parameter(ParameterSetName='CreateViaJsonFilePath', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # Path of Json file supplied to the Create operation ${JsonFilePath}, [Parameter(ParameterSetName='CreateViaJsonString', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # Json string supplied to the Create operation ${JsonString}, [Parameter()] [Alias('AzureRMContext', 'AzureCredential')] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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 = @{ Create = 'Az.AppComplianceAutomation.private\New-AzAppComplianceAutomationEvidence_Create'; CreateExpanded = 'Az.AppComplianceAutomation.private\New-AzAppComplianceAutomationEvidence_CreateExpanded'; CreateViaIdentityReport = 'Az.AppComplianceAutomation.private\New-AzAppComplianceAutomationEvidence_CreateViaIdentityReport'; CreateViaIdentityReportExpanded = 'Az.AppComplianceAutomation.private\New-AzAppComplianceAutomationEvidence_CreateViaIdentityReportExpanded'; CreateViaJsonFilePath = 'Az.AppComplianceAutomation.private\New-AzAppComplianceAutomationEvidence_CreateViaJsonFilePath'; CreateViaJsonString = 'Az.AppComplianceAutomation.private\New-AzAppComplianceAutomationEvidence_CreateViaJsonString'; } $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 Create a new AppComplianceAutomation report or update an exiting AppComplianceAutomation report. .Description Create a new AppComplianceAutomation report or update an exiting AppComplianceAutomation report. .Example {{ Add code here }} .Example {{ Add code here }} .Inputs Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IReportResource .Outputs Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IReportResource .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. PROPERTY <IReportResource>: A class represent an AppComplianceAutomation report resource. Resource <List<IResourceMetadata>>: List of resource data. ResourceId <String>: Resource Id - e.g. "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm1". [AccountId <String>]: Account Id. For example - the AWS account id. [ResourceKind <String>]: Resource kind. [ResourceOrigin <String>]: Resource Origin. [ResourceType <String>]: Resource type. e.g. "Microsoft.Compute/virtualMachines" TimeZone <String>: Report collection trigger time's time zone, the available list can be obtained by executing "Get-TimeZone -ListAvailable" in PowerShell. An example of valid timezone id is "Pacific Standard Time". TriggerTime <DateTime>: Report collection trigger time. [OfferGuid <String>]: A list of comma-separated offerGuids indicates a series of offerGuids that map to the report. For example, "00000000-0000-0000-0000-000000000001,00000000-0000-0000-0000-000000000002" and "00000000-0000-0000-0000-000000000003". [StorageInfoAccountName <String>]: 'bring your own storage' account name [StorageInfoLocation <String>]: The region of 'bring your own storage' account [StorageInfoResourceGroup <String>]: The resourceGroup which 'bring your own storage' account belongs to [StorageInfoSubscriptionId <String>]: The subscription id which 'bring your own storage' account belongs to RESOURCE <IResourceMetadata[]>: List of resource data. ResourceId <String>: Resource Id - e.g. "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm1". [AccountId <String>]: Account Id. For example - the AWS account id. [ResourceKind <String>]: Resource kind. [ResourceOrigin <String>]: Resource Origin. [ResourceType <String>]: Resource type. e.g. "Microsoft.Compute/virtualMachines" .Link https://learn.microsoft.com/powershell/module/az.appcomplianceautomation/new-azappcomplianceautomationreport #> function New-AzAppComplianceAutomationReport { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IReportResource])] [CmdletBinding(DefaultParameterSetName='Create', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] [Alias('ReportName')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Path')] [System.String] # Report Name. ${Name}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Header')] [System.String] # . ${XmsAadUserToken}, [Parameter(ParameterSetName='Create', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IReportResource] # A class represent an AppComplianceAutomation report resource. ${Property}, [Parameter(ParameterSetName='CreateExpanded', Mandatory)] [AllowEmptyCollection()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IResourceMetadata[]] # List of resource data. ${Resource}, [Parameter(ParameterSetName='CreateExpanded', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # Report collection trigger time's time zone, the available list can be obtained by executing "Get-TimeZone -ListAvailable" in PowerShell.An example of valid timezone id is "Pacific Standard Time". ${TimeZone}, [Parameter(ParameterSetName='CreateExpanded', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.DateTime] # Report collection trigger time. ${TriggerTime}, [Parameter(ParameterSetName='CreateExpanded')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # A list of comma-separated offerGuids indicates a series of offerGuids that map to the report. # For example, "00000000-0000-0000-0000-000000000001,00000000-0000-0000-0000-000000000002" and "00000000-0000-0000-0000-000000000003". ${OfferGuid}, [Parameter(ParameterSetName='CreateExpanded')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # 'bring your own storage' account name ${StorageInfoAccountName}, [Parameter(ParameterSetName='CreateExpanded')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # The region of 'bring your own storage' account ${StorageInfoLocation}, [Parameter(ParameterSetName='CreateExpanded')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # The resourceGroup which 'bring your own storage' account belongs to ${StorageInfoResourceGroup}, [Parameter(ParameterSetName='CreateExpanded')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # The subscription id which 'bring your own storage' account belongs to ${StorageInfoSubscriptionId}, [Parameter(ParameterSetName='CreateViaJsonFilePath', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # Path of Json file supplied to the Create operation ${JsonFilePath}, [Parameter(ParameterSetName='CreateViaJsonString', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # Json string supplied to the Create operation ${JsonString}, [Parameter()] [Alias('AzureRMContext', 'AzureCredential')] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Run the command as a job ${AsJob}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Run the command asynchronously ${NoWait}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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 = @{ Create = 'Az.AppComplianceAutomation.private\New-AzAppComplianceAutomationReport_Create'; CreateExpanded = 'Az.AppComplianceAutomation.private\New-AzAppComplianceAutomationReport_CreateExpanded'; CreateViaJsonFilePath = 'Az.AppComplianceAutomation.private\New-AzAppComplianceAutomationReport_CreateViaJsonFilePath'; CreateViaJsonString = 'Az.AppComplianceAutomation.private\New-AzAppComplianceAutomationReport_CreateViaJsonString'; } $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 Get the AppComplianceAutomation scoping configuration of the specific report. .Description Get the AppComplianceAutomation scoping configuration of the specific report. .Example {{ Add code here }} .Example {{ Add code here }} .Inputs Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IAppComplianceAutomationIdentity .Inputs Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IScopingConfigurationResource .Outputs Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IScopingConfigurationResource .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. ANSWER <IScopingAnswer[]>: List of scoping question answers. Answer <List<String>>: Question answer value list. QuestionId <String>: Question id. PROPERTY <IScopingConfigurationResource>: A class represent an AppComplianceAutomation scoping configuration resource. [Answer <List<IScopingAnswer>>]: List of scoping question answers. Answer <List<String>>: Question answer value list. QuestionId <String>: Question id. REPORTINPUTOBJECT <IAppComplianceAutomationIdentity>: Identity Parameter [EvidenceName <String>]: The evidence name. [Id <String>]: Resource identity path [ReportName <String>]: Report Name. [ScopingConfigurationName <String>]: The scoping configuration of the specific report. [SnapshotName <String>]: Snapshot Name. [WebhookName <String>]: Webhook Name. .Link https://learn.microsoft.com/powershell/module/az.appcomplianceautomation/new-azappcomplianceautomationscopingconfiguration #> function New-AzAppComplianceAutomationScopingConfiguration { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IScopingConfigurationResource])] [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] [Alias('ScopingConfigurationName')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Path')] [System.String] # The scoping configuration of the specific report. ${Name}, [Parameter(ParameterSetName='Create', Mandatory)] [Parameter(ParameterSetName='CreateExpanded', Mandatory)] [Parameter(ParameterSetName='CreateViaJsonFilePath', Mandatory)] [Parameter(ParameterSetName='CreateViaJsonString', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Path')] [System.String] # Report Name. ${ReportName}, [Parameter(ParameterSetName='CreateViaIdentityReport', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='CreateViaIdentityReportExpanded', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IAppComplianceAutomationIdentity] # Identity Parameter ${ReportInputObject}, [Parameter(ParameterSetName='Create', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='CreateViaIdentityReport', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IScopingConfigurationResource] # A class represent an AppComplianceAutomation scoping configuration resource. ${Property}, [Parameter(ParameterSetName='CreateExpanded')] [Parameter(ParameterSetName='CreateViaIdentityReportExpanded')] [AllowEmptyCollection()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IScopingAnswer[]] # List of scoping question answers. ${Answer}, [Parameter(ParameterSetName='CreateViaJsonFilePath', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # Path of Json file supplied to the Create operation ${JsonFilePath}, [Parameter(ParameterSetName='CreateViaJsonString', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # Json string supplied to the Create operation ${JsonString}, [Parameter()] [Alias('AzureRMContext', 'AzureCredential')] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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 = @{ Create = 'Az.AppComplianceAutomation.private\New-AzAppComplianceAutomationScopingConfiguration_Create'; CreateExpanded = 'Az.AppComplianceAutomation.private\New-AzAppComplianceAutomationScopingConfiguration_CreateExpanded'; CreateViaIdentityReport = 'Az.AppComplianceAutomation.private\New-AzAppComplianceAutomationScopingConfiguration_CreateViaIdentityReport'; CreateViaIdentityReportExpanded = 'Az.AppComplianceAutomation.private\New-AzAppComplianceAutomationScopingConfiguration_CreateViaIdentityReportExpanded'; CreateViaJsonFilePath = 'Az.AppComplianceAutomation.private\New-AzAppComplianceAutomationScopingConfiguration_CreateViaJsonFilePath'; CreateViaJsonString = 'Az.AppComplianceAutomation.private\New-AzAppComplianceAutomationScopingConfiguration_CreateViaJsonString'; } $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 Create a new AppComplianceAutomation webhook or update an exiting AppComplianceAutomation webhook. .Description Create a new AppComplianceAutomation webhook or update an exiting AppComplianceAutomation webhook. .Example {{ Add code here }} .Example {{ Add code here }} .Inputs Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IAppComplianceAutomationIdentity .Inputs Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IWebhookResource .Outputs Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IWebhookResource .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. PROPERTY <IWebhookResource>: A class represent an AppComplianceAutomation webhook resource. [ContentType <String>]: content type [EnableSslVerification <String>]: whether to enable ssl verification [Event <List<String>>]: under which event notification should be sent. [PayloadUrl <String>]: webhook payload url [SendAllEvent <String>]: whether to send notification under any event. [Status <String>]: Webhook status. [UpdateWebhookKey <String>]: whether to update webhookKey. [WebhookKey <String>]: webhook secret token. If not set, this field value is null; otherwise, please set a string value. REPORTINPUTOBJECT <IAppComplianceAutomationIdentity>: Identity Parameter [EvidenceName <String>]: The evidence name. [Id <String>]: Resource identity path [ReportName <String>]: Report Name. [ScopingConfigurationName <String>]: The scoping configuration of the specific report. [SnapshotName <String>]: Snapshot Name. [WebhookName <String>]: Webhook Name. .Link https://learn.microsoft.com/powershell/module/az.appcomplianceautomation/new-azappcomplianceautomationwebhook #> function New-AzAppComplianceAutomationWebhook { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IWebhookResource])] [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] [Alias('WebhookName')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Path')] [System.String] # Webhook Name. ${Name}, [Parameter(ParameterSetName='Create', Mandatory)] [Parameter(ParameterSetName='CreateExpanded', Mandatory)] [Parameter(ParameterSetName='CreateViaJsonFilePath', Mandatory)] [Parameter(ParameterSetName='CreateViaJsonString', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Path')] [System.String] # Report Name. ${ReportName}, [Parameter(ParameterSetName='CreateViaIdentityReport', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='CreateViaIdentityReportExpanded', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IAppComplianceAutomationIdentity] # Identity Parameter ${ReportInputObject}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Header')] [System.String] # . ${XmsAadUserToken}, [Parameter(ParameterSetName='Create', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='CreateViaIdentityReport', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IWebhookResource] # A class represent an AppComplianceAutomation webhook resource. ${Property}, [Parameter(ParameterSetName='CreateExpanded')] [Parameter(ParameterSetName='CreateViaIdentityReportExpanded')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.PSArgumentCompleterAttribute("application/json")] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # content type ${ContentType}, [Parameter(ParameterSetName='CreateExpanded')] [Parameter(ParameterSetName='CreateViaIdentityReportExpanded')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.PSArgumentCompleterAttribute("true", "false")] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # whether to enable ssl verification ${EnableSslVerification}, [Parameter(ParameterSetName='CreateExpanded')] [Parameter(ParameterSetName='CreateViaIdentityReportExpanded')] [AllowEmptyCollection()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.PSArgumentCompleterAttribute("generate_snapshot_success", "generate_snapshot_failed", "assessment_failure", "report_configuration_changes", "report_deletion")] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String[]] # under which event notification should be sent. ${Event}, [Parameter(ParameterSetName='CreateExpanded')] [Parameter(ParameterSetName='CreateViaIdentityReportExpanded')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # webhook payload url ${PayloadUrl}, [Parameter(ParameterSetName='CreateExpanded')] [Parameter(ParameterSetName='CreateViaIdentityReportExpanded')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.PSArgumentCompleterAttribute("true", "false")] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # whether to send notification under any event. ${SendAllEvent}, [Parameter(ParameterSetName='CreateExpanded')] [Parameter(ParameterSetName='CreateViaIdentityReportExpanded')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.PSArgumentCompleterAttribute("Enabled", "Disabled")] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # Webhook status. ${Status}, [Parameter(ParameterSetName='CreateExpanded')] [Parameter(ParameterSetName='CreateViaIdentityReportExpanded')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.PSArgumentCompleterAttribute("true", "false")] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # whether to update webhookKey. ${UpdateWebhookKey}, [Parameter(ParameterSetName='CreateExpanded')] [Parameter(ParameterSetName='CreateViaIdentityReportExpanded')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # webhook secret token. # If not set, this field value is null; otherwise, please set a string value. ${WebhookKey}, [Parameter(ParameterSetName='CreateViaJsonFilePath', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # Path of Json file supplied to the Create operation ${JsonFilePath}, [Parameter(ParameterSetName='CreateViaJsonString', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # Json string supplied to the Create operation ${JsonString}, [Parameter()] [Alias('AzureRMContext', 'AzureCredential')] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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 = @{ Create = 'Az.AppComplianceAutomation.private\New-AzAppComplianceAutomationWebhook_Create'; CreateExpanded = 'Az.AppComplianceAutomation.private\New-AzAppComplianceAutomationWebhook_CreateExpanded'; CreateViaIdentityReport = 'Az.AppComplianceAutomation.private\New-AzAppComplianceAutomationWebhook_CreateViaIdentityReport'; CreateViaIdentityReportExpanded = 'Az.AppComplianceAutomation.private\New-AzAppComplianceAutomationWebhook_CreateViaIdentityReportExpanded'; CreateViaJsonFilePath = 'Az.AppComplianceAutomation.private\New-AzAppComplianceAutomationWebhook_CreateViaJsonFilePath'; CreateViaJsonString = 'Az.AppComplianceAutomation.private\New-AzAppComplianceAutomationWebhook_CreateViaJsonString'; } $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 Delete an existent evidence from a specified report .Description Delete an existent evidence from a specified report .Example {{ Add code here }} .Example {{ Add code here }} .Inputs Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IAppComplianceAutomationIdentity .Outputs System.Boolean .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. REPORTINPUTOBJECT <IAppComplianceAutomationIdentity>: Identity Parameter [EvidenceName <String>]: The evidence name. [Id <String>]: Resource identity path [ReportName <String>]: Report Name. [ScopingConfigurationName <String>]: The scoping configuration of the specific report. [SnapshotName <String>]: Snapshot Name. [WebhookName <String>]: Webhook Name. .Link https://learn.microsoft.com/powershell/module/az.appcomplianceautomation/remove-azappcomplianceautomationevidence #> function Remove-AzAppComplianceAutomationEvidence { [OutputType([System.Boolean])] [CmdletBinding(DefaultParameterSetName='Delete', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] [Alias('EvidenceName')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Path')] [System.String] # The evidence name. ${Name}, [Parameter(ParameterSetName='Delete', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Path')] [System.String] # Report Name. ${ReportName}, [Parameter(ParameterSetName='DeleteViaIdentityReport', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IAppComplianceAutomationIdentity] # Identity Parameter ${ReportInputObject}, [Parameter()] [Alias('AzureRMContext', 'AzureCredential')] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Returns true when the command succeeds ${PassThru}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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 = @{ Delete = 'Az.AppComplianceAutomation.private\Remove-AzAppComplianceAutomationEvidence_Delete'; DeleteViaIdentityReport = 'Az.AppComplianceAutomation.private\Remove-AzAppComplianceAutomationEvidence_DeleteViaIdentityReport'; } $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 Delete an AppComplianceAutomation report. .Description Delete an AppComplianceAutomation report. .Example {{ Add code here }} .Example {{ Add code here }} .Outputs System.Boolean .Link https://learn.microsoft.com/powershell/module/az.appcomplianceautomation/remove-azappcomplianceautomationreport #> function Remove-AzAppComplianceAutomationReport { [OutputType([System.Boolean])] [CmdletBinding(DefaultParameterSetName='Delete', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] [Alias('ReportName')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Path')] [System.String] # Report Name. ${Name}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Header')] [System.String] # . ${XmsAadUserToken}, [Parameter()] [Alias('AzureRMContext', 'AzureCredential')] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Run the command as a job ${AsJob}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Run the command asynchronously ${NoWait}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Returns true when the command succeeds ${PassThru}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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 = @{ Delete = 'Az.AppComplianceAutomation.private\Remove-AzAppComplianceAutomationReport_Delete'; } $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 Clean the AppComplianceAutomation scoping configuration of the specific report. .Description Clean the AppComplianceAutomation scoping configuration of the specific report. .Example {{ Add code here }} .Example {{ Add code here }} .Inputs Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IAppComplianceAutomationIdentity .Outputs System.Boolean .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. REPORTINPUTOBJECT <IAppComplianceAutomationIdentity>: Identity Parameter [EvidenceName <String>]: The evidence name. [Id <String>]: Resource identity path [ReportName <String>]: Report Name. [ScopingConfigurationName <String>]: The scoping configuration of the specific report. [SnapshotName <String>]: Snapshot Name. [WebhookName <String>]: Webhook Name. .Link https://learn.microsoft.com/powershell/module/az.appcomplianceautomation/remove-azappcomplianceautomationscopingconfiguration #> function Remove-AzAppComplianceAutomationScopingConfiguration { [OutputType([System.Boolean])] [CmdletBinding(DefaultParameterSetName='Delete', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] [Alias('ScopingConfigurationName')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Path')] [System.String] # The scoping configuration of the specific report. ${Name}, [Parameter(ParameterSetName='Delete', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Path')] [System.String] # Report Name. ${ReportName}, [Parameter(ParameterSetName='DeleteViaIdentityReport', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IAppComplianceAutomationIdentity] # Identity Parameter ${ReportInputObject}, [Parameter()] [Alias('AzureRMContext', 'AzureCredential')] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Returns true when the command succeeds ${PassThru}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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 = @{ Delete = 'Az.AppComplianceAutomation.private\Remove-AzAppComplianceAutomationScopingConfiguration_Delete'; DeleteViaIdentityReport = 'Az.AppComplianceAutomation.private\Remove-AzAppComplianceAutomationScopingConfiguration_DeleteViaIdentityReport'; } $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 Delete an AppComplianceAutomation webhook. .Description Delete an AppComplianceAutomation webhook. .Example {{ Add code here }} .Example {{ Add code here }} .Inputs Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IAppComplianceAutomationIdentity .Outputs System.Boolean .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. REPORTINPUTOBJECT <IAppComplianceAutomationIdentity>: Identity Parameter [EvidenceName <String>]: The evidence name. [Id <String>]: Resource identity path [ReportName <String>]: Report Name. [ScopingConfigurationName <String>]: The scoping configuration of the specific report. [SnapshotName <String>]: Snapshot Name. [WebhookName <String>]: Webhook Name. .Link https://learn.microsoft.com/powershell/module/az.appcomplianceautomation/remove-azappcomplianceautomationwebhook #> function Remove-AzAppComplianceAutomationWebhook { [OutputType([System.Boolean])] [CmdletBinding(DefaultParameterSetName='Delete', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] [Alias('WebhookName')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Path')] [System.String] # Webhook Name. ${Name}, [Parameter(ParameterSetName='Delete', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Path')] [System.String] # Report Name. ${ReportName}, [Parameter(ParameterSetName='DeleteViaIdentityReport', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IAppComplianceAutomationIdentity] # Identity Parameter ${ReportInputObject}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Header')] [System.String] # . ${XmsAadUserToken}, [Parameter()] [Alias('AzureRMContext', 'AzureCredential')] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Returns true when the command succeeds ${PassThru}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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 = @{ Delete = 'Az.AppComplianceAutomation.private\Remove-AzAppComplianceAutomationWebhook_Delete'; DeleteViaIdentityReport = 'Az.AppComplianceAutomation.private\Remove-AzAppComplianceAutomationWebhook_DeleteViaIdentityReport'; } $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 Trigger quick evaluation for the given subscriptions. .Description Trigger quick evaluation for the given subscriptions. .Example {{ Add code here }} .Example {{ Add code here }} .Inputs Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.ITriggerEvaluationRequest .Outputs Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.ITriggerEvaluationResponse .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. BODY <ITriggerEvaluationRequest>: Trigger evaluation request. ResourceId <List<String>>: List of resource ids to be evaluated .Link https://learn.microsoft.com/powershell/module/az.appcomplianceautomation/start-azappcomplianceautomationprovideractionevaluation #> function Start-AzAppComplianceAutomationProviderActionEvaluation { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.ITriggerEvaluationResponse])] [CmdletBinding(DefaultParameterSetName='TriggerExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Header')] [System.String] # . ${XmsAadUserToken}, [Parameter(ParameterSetName='Trigger', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.ITriggerEvaluationRequest] # Trigger evaluation request. ${Body}, [Parameter(ParameterSetName='TriggerExpanded', Mandatory)] [AllowEmptyCollection()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String[]] # List of resource ids to be evaluated ${ResourceId}, [Parameter(ParameterSetName='TriggerViaJsonFilePath', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # Path of Json file supplied to the Trigger operation ${JsonFilePath}, [Parameter(ParameterSetName='TriggerViaJsonString', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # Json string supplied to the Trigger operation ${JsonString}, [Parameter()] [Alias('AzureRMContext', 'AzureCredential')] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Run the command as a job ${AsJob}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Run the command asynchronously ${NoWait}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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 = @{ Trigger = 'Az.AppComplianceAutomation.private\Start-AzAppComplianceAutomationProviderActionEvaluation_Trigger'; TriggerExpanded = 'Az.AppComplianceAutomation.private\Start-AzAppComplianceAutomationProviderActionEvaluation_TriggerExpanded'; TriggerViaJsonFilePath = 'Az.AppComplianceAutomation.private\Start-AzAppComplianceAutomationProviderActionEvaluation_TriggerViaJsonFilePath'; TriggerViaJsonString = 'Az.AppComplianceAutomation.private\Start-AzAppComplianceAutomationProviderActionEvaluation_TriggerViaJsonString'; } $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 Update an evidence a specified report .Description Update an evidence a specified report .Example {{ Add code here }} .Example {{ Add code here }} .Inputs Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IAppComplianceAutomationIdentity .Inputs Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IEvidenceResource .Outputs Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IEvidenceResource .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. PROPERTY <IEvidenceResource>: A class represent an AppComplianceAutomation evidence resource. FilePath <String>: The path of the file in storage. [ControlId <String>]: Control id. [EvidenceType <String>]: Evidence type. [ExtraData <String>]: Extra data considered as evidence. [ResponsibilityId <String>]: Responsibility id. REPORTINPUTOBJECT <IAppComplianceAutomationIdentity>: Identity Parameter [EvidenceName <String>]: The evidence name. [Id <String>]: Resource identity path [ReportName <String>]: Report Name. [ScopingConfigurationName <String>]: The scoping configuration of the specific report. [SnapshotName <String>]: Snapshot Name. [WebhookName <String>]: Webhook Name. .Link https://learn.microsoft.com/powershell/module/az.appcomplianceautomation/update-azappcomplianceautomationevidence #> function Update-AzAppComplianceAutomationEvidence { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IEvidenceResource])] [CmdletBinding(DefaultParameterSetName='UpdateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] [Alias('EvidenceName')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Path')] [System.String] # The evidence name. ${Name}, [Parameter(ParameterSetName='Update', Mandatory)] [Parameter(ParameterSetName='UpdateExpanded', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Path')] [System.String] # Report Name. ${ReportName}, [Parameter(ParameterSetName='UpdateViaIdentityReport', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='UpdateViaIdentityReportExpanded', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IAppComplianceAutomationIdentity] # Identity Parameter ${ReportInputObject}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Query')] [System.String] # The offerGuid which mapping to the reports. ${OfferGuid}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Query')] [System.String] # The tenant id of the report creator. ${ReportCreatorTenantId}, [Parameter(ParameterSetName='Update', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='UpdateViaIdentityReport', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IEvidenceResource] # A class represent an AppComplianceAutomation evidence resource. ${Property}, [Parameter(ParameterSetName='UpdateExpanded')] [Parameter(ParameterSetName='UpdateViaIdentityReportExpanded')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # Control id. ${ControlId}, [Parameter(ParameterSetName='UpdateExpanded')] [Parameter(ParameterSetName='UpdateViaIdentityReportExpanded')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.PSArgumentCompleterAttribute("File", "AutoCollectedEvidence", "Data")] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # Evidence type. ${EvidenceType}, [Parameter(ParameterSetName='UpdateExpanded')] [Parameter(ParameterSetName='UpdateViaIdentityReportExpanded')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # Extra data considered as evidence. ${ExtraData}, [Parameter(ParameterSetName='UpdateExpanded')] [Parameter(ParameterSetName='UpdateViaIdentityReportExpanded')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # The path of the file in storage. ${FilePath}, [Parameter(ParameterSetName='UpdateExpanded')] [Parameter(ParameterSetName='UpdateViaIdentityReportExpanded')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # Responsibility id. ${ResponsibilityId}, [Parameter()] [Alias('AzureRMContext', 'AzureCredential')] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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 = @{ Update = 'Az.AppComplianceAutomation.private\Update-AzAppComplianceAutomationEvidence_Update'; UpdateExpanded = 'Az.AppComplianceAutomation.private\Update-AzAppComplianceAutomationEvidence_UpdateExpanded'; UpdateViaIdentityReport = 'Az.AppComplianceAutomation.private\Update-AzAppComplianceAutomationEvidence_UpdateViaIdentityReport'; UpdateViaIdentityReportExpanded = 'Az.AppComplianceAutomation.private\Update-AzAppComplianceAutomationEvidence_UpdateViaIdentityReportExpanded'; } $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 Update an exiting AppComplianceAutomation report. .Description Update an exiting AppComplianceAutomation report. .Example {{ Add code here }} .Example {{ Add code here }} .Inputs Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IReportResourcePatch .Outputs Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IReportResource .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. PROPERTY <IReportResourcePatch>: A class represent a AppComplianceAutomation report resource update properties. [OfferGuid <String>]: A list of comma-separated offerGuids indicates a series of offerGuids that map to the report. For example, "00000000-0000-0000-0000-000000000001,00000000-0000-0000-0000-000000000002" and "00000000-0000-0000-0000-000000000003". [Resource <List<IResourceMetadata>>]: List of resource data. ResourceId <String>: Resource Id - e.g. "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm1". [AccountId <String>]: Account Id. For example - the AWS account id. [ResourceKind <String>]: Resource kind. [ResourceOrigin <String>]: Resource Origin. [ResourceType <String>]: Resource type. e.g. "Microsoft.Compute/virtualMachines" [StorageInfoAccountName <String>]: 'bring your own storage' account name [StorageInfoLocation <String>]: The region of 'bring your own storage' account [StorageInfoResourceGroup <String>]: The resourceGroup which 'bring your own storage' account belongs to [StorageInfoSubscriptionId <String>]: The subscription id which 'bring your own storage' account belongs to [TimeZone <String>]: Report collection trigger time's time zone, the available list can be obtained by executing "Get-TimeZone -ListAvailable" in PowerShell. An example of valid timezone id is "Pacific Standard Time". [TriggerTime <DateTime?>]: Report collection trigger time. RESOURCE <IResourceMetadata[]>: List of resource data. ResourceId <String>: Resource Id - e.g. "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm1". [AccountId <String>]: Account Id. For example - the AWS account id. [ResourceKind <String>]: Resource kind. [ResourceOrigin <String>]: Resource Origin. [ResourceType <String>]: Resource type. e.g. "Microsoft.Compute/virtualMachines" .Link https://learn.microsoft.com/powershell/module/az.appcomplianceautomation/update-azappcomplianceautomationreport #> function Update-AzAppComplianceAutomationReport { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IReportResource])] [CmdletBinding(DefaultParameterSetName='UpdateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] [Alias('ReportName')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Path')] [System.String] # Report Name. ${Name}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Header')] [System.String] # . ${XmsAadUserToken}, [Parameter(ParameterSetName='Update', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IReportResourcePatch] # A class represent a AppComplianceAutomation report resource update properties. ${Property}, [Parameter(ParameterSetName='UpdateExpanded')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # A list of comma-separated offerGuids indicates a series of offerGuids that map to the report. # For example, "00000000-0000-0000-0000-000000000001,00000000-0000-0000-0000-000000000002" and "00000000-0000-0000-0000-000000000003". ${OfferGuid}, [Parameter(ParameterSetName='UpdateExpanded')] [AllowEmptyCollection()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IResourceMetadata[]] # List of resource data. ${Resource}, [Parameter(ParameterSetName='UpdateExpanded')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # 'bring your own storage' account name ${StorageInfoAccountName}, [Parameter(ParameterSetName='UpdateExpanded')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # The region of 'bring your own storage' account ${StorageInfoLocation}, [Parameter(ParameterSetName='UpdateExpanded')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # The resourceGroup which 'bring your own storage' account belongs to ${StorageInfoResourceGroup}, [Parameter(ParameterSetName='UpdateExpanded')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # The subscription id which 'bring your own storage' account belongs to ${StorageInfoSubscriptionId}, [Parameter(ParameterSetName='UpdateExpanded')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # Report collection trigger time's time zone, the available list can be obtained by executing "Get-TimeZone -ListAvailable" in PowerShell.An example of valid timezone id is "Pacific Standard Time". ${TimeZone}, [Parameter(ParameterSetName='UpdateExpanded')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.DateTime] # Report collection trigger time. ${TriggerTime}, [Parameter(ParameterSetName='UpdateViaJsonFilePath', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # Path of Json file supplied to the Update operation ${JsonFilePath}, [Parameter(ParameterSetName='UpdateViaJsonString', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # Json string supplied to the Update operation ${JsonString}, [Parameter()] [Alias('AzureRMContext', 'AzureCredential')] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Run the command as a job ${AsJob}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Run the command asynchronously ${NoWait}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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 = @{ Update = 'Az.AppComplianceAutomation.private\Update-AzAppComplianceAutomationReport_Update'; UpdateExpanded = 'Az.AppComplianceAutomation.private\Update-AzAppComplianceAutomationReport_UpdateExpanded'; UpdateViaJsonFilePath = 'Az.AppComplianceAutomation.private\Update-AzAppComplianceAutomationReport_UpdateViaJsonFilePath'; UpdateViaJsonString = 'Az.AppComplianceAutomation.private\Update-AzAppComplianceAutomationReport_UpdateViaJsonString'; } $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 Get the AppComplianceAutomation scoping configuration of the specific report. .Description Get the AppComplianceAutomation scoping configuration of the specific report. .Example {{ Add code here }} .Example {{ Add code here }} .Inputs Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IAppComplianceAutomationIdentity .Inputs Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IScopingConfigurationResource .Outputs Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IScopingConfigurationResource .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. ANSWER <IScopingAnswer[]>: List of scoping question answers. Answer <List<String>>: Question answer value list. QuestionId <String>: Question id. PROPERTY <IScopingConfigurationResource>: A class represent an AppComplianceAutomation scoping configuration resource. [Answer <List<IScopingAnswer>>]: List of scoping question answers. Answer <List<String>>: Question answer value list. QuestionId <String>: Question id. REPORTINPUTOBJECT <IAppComplianceAutomationIdentity>: Identity Parameter [EvidenceName <String>]: The evidence name. [Id <String>]: Resource identity path [ReportName <String>]: Report Name. [ScopingConfigurationName <String>]: The scoping configuration of the specific report. [SnapshotName <String>]: Snapshot Name. [WebhookName <String>]: Webhook Name. .Link https://learn.microsoft.com/powershell/module/az.appcomplianceautomation/update-azappcomplianceautomationscopingconfiguration #> function Update-AzAppComplianceAutomationScopingConfiguration { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IScopingConfigurationResource])] [CmdletBinding(DefaultParameterSetName='UpdateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] [Alias('ScopingConfigurationName')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Path')] [System.String] # The scoping configuration of the specific report. ${Name}, [Parameter(ParameterSetName='Update', Mandatory)] [Parameter(ParameterSetName='UpdateExpanded', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Path')] [System.String] # Report Name. ${ReportName}, [Parameter(ParameterSetName='UpdateViaIdentityReport', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='UpdateViaIdentityReportExpanded', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IAppComplianceAutomationIdentity] # Identity Parameter ${ReportInputObject}, [Parameter(ParameterSetName='Update', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='UpdateViaIdentityReport', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IScopingConfigurationResource] # A class represent an AppComplianceAutomation scoping configuration resource. ${Property}, [Parameter(ParameterSetName='UpdateExpanded')] [Parameter(ParameterSetName='UpdateViaIdentityReportExpanded')] [AllowEmptyCollection()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IScopingAnswer[]] # List of scoping question answers. ${Answer}, [Parameter()] [Alias('AzureRMContext', 'AzureCredential')] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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 = @{ Update = 'Az.AppComplianceAutomation.private\Update-AzAppComplianceAutomationScopingConfiguration_Update'; UpdateExpanded = 'Az.AppComplianceAutomation.private\Update-AzAppComplianceAutomationScopingConfiguration_UpdateExpanded'; UpdateViaIdentityReport = 'Az.AppComplianceAutomation.private\Update-AzAppComplianceAutomationScopingConfiguration_UpdateViaIdentityReport'; UpdateViaIdentityReportExpanded = 'Az.AppComplianceAutomation.private\Update-AzAppComplianceAutomationScopingConfiguration_UpdateViaIdentityReportExpanded'; } $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 Update an exiting AppComplianceAutomation webhook. .Description Update an exiting AppComplianceAutomation webhook. .Example {{ Add code here }} .Example {{ Add code here }} .Inputs Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IAppComplianceAutomationIdentity .Inputs Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IWebhookResourcePatch .Outputs Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IWebhookResource .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. PROPERTY <IWebhookResourcePatch>: A class represent a AppComplianceAutomation webhook resource update properties. [ContentType <String>]: content type [EnableSslVerification <String>]: whether to enable ssl verification [Event <List<String>>]: under which event notification should be sent. [PayloadUrl <String>]: webhook payload url [SendAllEvent <String>]: whether to send notification under any event. [Status <String>]: Webhook status. [UpdateWebhookKey <String>]: whether to update webhookKey. [WebhookKey <String>]: webhook secret token. If not set, this field value is null; otherwise, please set a string value. REPORTINPUTOBJECT <IAppComplianceAutomationIdentity>: Identity Parameter [EvidenceName <String>]: The evidence name. [Id <String>]: Resource identity path [ReportName <String>]: Report Name. [ScopingConfigurationName <String>]: The scoping configuration of the specific report. [SnapshotName <String>]: Snapshot Name. [WebhookName <String>]: Webhook Name. .Link https://learn.microsoft.com/powershell/module/az.appcomplianceautomation/update-azappcomplianceautomationwebhook #> function Update-AzAppComplianceAutomationWebhook { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IWebhookResource])] [CmdletBinding(DefaultParameterSetName='UpdateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] [Alias('WebhookName')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Path')] [System.String] # Webhook Name. ${Name}, [Parameter(ParameterSetName='Update', Mandatory)] [Parameter(ParameterSetName='UpdateExpanded', Mandatory)] [Parameter(ParameterSetName='UpdateViaJsonFilePath', Mandatory)] [Parameter(ParameterSetName='UpdateViaJsonString', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Path')] [System.String] # Report Name. ${ReportName}, [Parameter(ParameterSetName='UpdateViaIdentityReport', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='UpdateViaIdentityReportExpanded', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IAppComplianceAutomationIdentity] # Identity Parameter ${ReportInputObject}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Header')] [System.String] # . ${XmsAadUserToken}, [Parameter(ParameterSetName='Update', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='UpdateViaIdentityReport', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IWebhookResourcePatch] # A class represent a AppComplianceAutomation webhook resource update properties. ${Property}, [Parameter(ParameterSetName='UpdateExpanded')] [Parameter(ParameterSetName='UpdateViaIdentityReportExpanded')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.PSArgumentCompleterAttribute("application/json")] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # content type ${ContentType}, [Parameter(ParameterSetName='UpdateExpanded')] [Parameter(ParameterSetName='UpdateViaIdentityReportExpanded')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.PSArgumentCompleterAttribute("true", "false")] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # whether to enable ssl verification ${EnableSslVerification}, [Parameter(ParameterSetName='UpdateExpanded')] [Parameter(ParameterSetName='UpdateViaIdentityReportExpanded')] [AllowEmptyCollection()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.PSArgumentCompleterAttribute("generate_snapshot_success", "generate_snapshot_failed", "assessment_failure", "report_configuration_changes", "report_deletion")] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String[]] # under which event notification should be sent. ${Event}, [Parameter(ParameterSetName='UpdateExpanded')] [Parameter(ParameterSetName='UpdateViaIdentityReportExpanded')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # webhook payload url ${PayloadUrl}, [Parameter(ParameterSetName='UpdateExpanded')] [Parameter(ParameterSetName='UpdateViaIdentityReportExpanded')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.PSArgumentCompleterAttribute("true", "false")] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # whether to send notification under any event. ${SendAllEvent}, [Parameter(ParameterSetName='UpdateExpanded')] [Parameter(ParameterSetName='UpdateViaIdentityReportExpanded')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.PSArgumentCompleterAttribute("Enabled", "Disabled")] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # Webhook status. ${Status}, [Parameter(ParameterSetName='UpdateExpanded')] [Parameter(ParameterSetName='UpdateViaIdentityReportExpanded')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.PSArgumentCompleterAttribute("true", "false")] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # whether to update webhookKey. ${UpdateWebhookKey}, [Parameter(ParameterSetName='UpdateExpanded')] [Parameter(ParameterSetName='UpdateViaIdentityReportExpanded')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # webhook secret token. # If not set, this field value is null; otherwise, please set a string value. ${WebhookKey}, [Parameter(ParameterSetName='UpdateViaJsonFilePath', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # Path of Json file supplied to the Update operation ${JsonFilePath}, [Parameter(ParameterSetName='UpdateViaJsonString', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Body')] [System.String] # Json string supplied to the Update operation ${JsonString}, [Parameter()] [Alias('AzureRMContext', 'AzureCredential')] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.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 = @{ Update = 'Az.AppComplianceAutomation.private\Update-AzAppComplianceAutomationWebhook_Update'; UpdateExpanded = 'Az.AppComplianceAutomation.private\Update-AzAppComplianceAutomationWebhook_UpdateExpanded'; UpdateViaIdentityReport = 'Az.AppComplianceAutomation.private\Update-AzAppComplianceAutomationWebhook_UpdateViaIdentityReport'; UpdateViaIdentityReportExpanded = 'Az.AppComplianceAutomation.private\Update-AzAppComplianceAutomationWebhook_UpdateViaIdentityReportExpanded'; UpdateViaJsonFilePath = 'Az.AppComplianceAutomation.private\Update-AzAppComplianceAutomationWebhook_UpdateViaJsonFilePath'; UpdateViaJsonString = 'Az.AppComplianceAutomation.private\Update-AzAppComplianceAutomationWebhook_UpdateViaJsonString'; } $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 # MIIoKgYJKoZIhvcNAQcCoIIoGzCCKBcCAQExDzANBglghkgBZQMEAgEFADB5Bgor # BgEEAYI3AgEEoGswaTA0BgorBgEEAYI3AgEeMCYCAwEAAAQQH8w7YFlLCE63JNLG # KX7zUQIBAAIBAAIBAAIBAAIBADAxMA0GCWCGSAFlAwQCAQUABCCkQMjaoWMbefqb # x6EaouLHSuagw4mGX6kQbcsCn4X7u6CCDXYwggX0MIID3KADAgECAhMzAAADrzBA # DkyjTQVBAAAAAAOvMA0GCSqGSIb3DQEBCwUAMH4xCzAJBgNVBAYTAlVTMRMwEQYD # VQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVNaWNy # b3NvZnQgQ29ycG9yYXRpb24xKDAmBgNVBAMTH01pY3Jvc29mdCBDb2RlIFNpZ25p # bmcgUENBIDIwMTEwHhcNMjMxMTE2MTkwOTAwWhcNMjQxMTE0MTkwOTAwWjB0MQsw # CQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9u # ZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMR4wHAYDVQQDExVNaWNy # b3NvZnQgQ29ycG9yYXRpb24wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB # AQDOS8s1ra6f0YGtg0OhEaQa/t3Q+q1MEHhWJhqQVuO5amYXQpy8MDPNoJYk+FWA # hePP5LxwcSge5aen+f5Q6WNPd6EDxGzotvVpNi5ve0H97S3F7C/axDfKxyNh21MG # 0W8Sb0vxi/vorcLHOL9i+t2D6yvvDzLlEefUCbQV/zGCBjXGlYJcUj6RAzXyeNAN # xSpKXAGd7Fh+ocGHPPphcD9LQTOJgG7Y7aYztHqBLJiQQ4eAgZNU4ac6+8LnEGAL # go1ydC5BJEuJQjYKbNTy959HrKSu7LO3Ws0w8jw6pYdC1IMpdTkk2puTgY2PDNzB # tLM4evG7FYer3WX+8t1UMYNTAgMBAAGjggFzMIIBbzAfBgNVHSUEGDAWBgorBgEE # AYI3TAgBBggrBgEFBQcDAzAdBgNVHQ4EFgQURxxxNPIEPGSO8kqz+bgCAQWGXsEw # RQYDVR0RBD4wPKQ6MDgxHjAcBgNVBAsTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEW # MBQGA1UEBRMNMjMwMDEyKzUwMTgyNjAfBgNVHSMEGDAWgBRIbmTlUAXTgqoXNzci # tW2oynUClTBUBgNVHR8ETTBLMEmgR6BFhkNodHRwOi8vd3d3Lm1pY3Jvc29mdC5j # b20vcGtpb3BzL2NybC9NaWNDb2RTaWdQQ0EyMDExXzIwMTEtMDctMDguY3JsMGEG # CCsGAQUFBwEBBFUwUzBRBggrBgEFBQcwAoZFaHR0cDovL3d3dy5taWNyb3NvZnQu # Y29tL3BraW9wcy9jZXJ0cy9NaWNDb2RTaWdQQ0EyMDExXzIwMTEtMDctMDguY3J0 # MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggIBAISxFt/zR2frTFPB45Yd # mhZpB2nNJoOoi+qlgcTlnO4QwlYN1w/vYwbDy/oFJolD5r6FMJd0RGcgEM8q9TgQ # 2OC7gQEmhweVJ7yuKJlQBH7P7Pg5RiqgV3cSonJ+OM4kFHbP3gPLiyzssSQdRuPY # 1mIWoGg9i7Y4ZC8ST7WhpSyc0pns2XsUe1XsIjaUcGu7zd7gg97eCUiLRdVklPmp # XobH9CEAWakRUGNICYN2AgjhRTC4j3KJfqMkU04R6Toyh4/Toswm1uoDcGr5laYn # TfcX3u5WnJqJLhuPe8Uj9kGAOcyo0O1mNwDa+LhFEzB6CB32+wfJMumfr6degvLT # e8x55urQLeTjimBQgS49BSUkhFN7ois3cZyNpnrMca5AZaC7pLI72vuqSsSlLalG # OcZmPHZGYJqZ0BacN274OZ80Q8B11iNokns9Od348bMb5Z4fihxaBWebl8kWEi2O # PvQImOAeq3nt7UWJBzJYLAGEpfasaA3ZQgIcEXdD+uwo6ymMzDY6UamFOfYqYWXk # ntxDGu7ngD2ugKUuccYKJJRiiz+LAUcj90BVcSHRLQop9N8zoALr/1sJuwPrVAtx # HNEgSW+AKBqIxYWM4Ev32l6agSUAezLMbq5f3d8x9qzT031jMDT+sUAoCw0M5wVt # CUQcqINPuYjbS1WgJyZIiEkBMIIHejCCBWKgAwIBAgIKYQ6Q0gAAAAAAAzANBgkq # hkiG9w0BAQsFADCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24x # EDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlv # bjEyMDAGA1UEAxMpTWljcm9zb2Z0IFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5 # IDIwMTEwHhcNMTEwNzA4MjA1OTA5WhcNMjYwNzA4MjEwOTA5WjB+MQswCQYDVQQG # EwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9uZDEeMBwG # A1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMSgwJgYDVQQDEx9NaWNyb3NvZnQg # Q29kZSBTaWduaW5nIFBDQSAyMDExMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIIC # CgKCAgEAq/D6chAcLq3YbqqCEE00uvK2WCGfQhsqa+laUKq4BjgaBEm6f8MMHt03 # a8YS2AvwOMKZBrDIOdUBFDFC04kNeWSHfpRgJGyvnkmc6Whe0t+bU7IKLMOv2akr # rnoJr9eWWcpgGgXpZnboMlImEi/nqwhQz7NEt13YxC4Ddato88tt8zpcoRb0Rrrg # OGSsbmQ1eKagYw8t00CT+OPeBw3VXHmlSSnnDb6gE3e+lD3v++MrWhAfTVYoonpy # 4BI6t0le2O3tQ5GD2Xuye4Yb2T6xjF3oiU+EGvKhL1nkkDstrjNYxbc+/jLTswM9 # sbKvkjh+0p2ALPVOVpEhNSXDOW5kf1O6nA+tGSOEy/S6A4aN91/w0FK/jJSHvMAh # dCVfGCi2zCcoOCWYOUo2z3yxkq4cI6epZuxhH2rhKEmdX4jiJV3TIUs+UsS1Vz8k # A/DRelsv1SPjcF0PUUZ3s/gA4bysAoJf28AVs70b1FVL5zmhD+kjSbwYuER8ReTB # w3J64HLnJN+/RpnF78IcV9uDjexNSTCnq47f7Fufr/zdsGbiwZeBe+3W7UvnSSmn # Eyimp31ngOaKYnhfsi+E11ecXL93KCjx7W3DKI8sj0A3T8HhhUSJxAlMxdSlQy90 # lfdu+HggWCwTXWCVmj5PM4TasIgX3p5O9JawvEagbJjS4NaIjAsCAwEAAaOCAe0w # ggHpMBAGCSsGAQQBgjcVAQQDAgEAMB0GA1UdDgQWBBRIbmTlUAXTgqoXNzcitW2o # ynUClTAZBgkrBgEEAYI3FAIEDB4KAFMAdQBiAEMAQTALBgNVHQ8EBAMCAYYwDwYD # VR0TAQH/BAUwAwEB/zAfBgNVHSMEGDAWgBRyLToCMZBDuRQFTuHqp8cx0SOJNDBa # BgNVHR8EUzBRME+gTaBLhklodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpL2Ny # bC9wcm9kdWN0cy9NaWNSb29DZXJBdXQyMDExXzIwMTFfMDNfMjIuY3JsMF4GCCsG # AQUFBwEBBFIwUDBOBggrBgEFBQcwAoZCaHR0cDovL3d3dy5taWNyb3NvZnQuY29t # L3BraS9jZXJ0cy9NaWNSb29DZXJBdXQyMDExXzIwMTFfMDNfMjIuY3J0MIGfBgNV # HSAEgZcwgZQwgZEGCSsGAQQBgjcuAzCBgzA/BggrBgEFBQcCARYzaHR0cDovL3d3 # dy5taWNyb3NvZnQuY29tL3BraW9wcy9kb2NzL3ByaW1hcnljcHMuaHRtMEAGCCsG # AQUFBwICMDQeMiAdAEwAZQBnAGEAbABfAHAAbwBsAGkAYwB5AF8AcwB0AGEAdABl # AG0AZQBuAHQALiAdMA0GCSqGSIb3DQEBCwUAA4ICAQBn8oalmOBUeRou09h0ZyKb # C5YR4WOSmUKWfdJ5DJDBZV8uLD74w3LRbYP+vj/oCso7v0epo/Np22O/IjWll11l # hJB9i0ZQVdgMknzSGksc8zxCi1LQsP1r4z4HLimb5j0bpdS1HXeUOeLpZMlEPXh6 # I/MTfaaQdION9MsmAkYqwooQu6SpBQyb7Wj6aC6VoCo/KmtYSWMfCWluWpiW5IP0 # wI/zRive/DvQvTXvbiWu5a8n7dDd8w6vmSiXmE0OPQvyCInWH8MyGOLwxS3OW560 # STkKxgrCxq2u5bLZ2xWIUUVYODJxJxp/sfQn+N4sOiBpmLJZiWhub6e3dMNABQam # ASooPoI/E01mC8CzTfXhj38cbxV9Rad25UAqZaPDXVJihsMdYzaXht/a8/jyFqGa # J+HNpZfQ7l1jQeNbB5yHPgZ3BtEGsXUfFL5hYbXw3MYbBL7fQccOKO7eZS/sl/ah # XJbYANahRr1Z85elCUtIEJmAH9AAKcWxm6U/RXceNcbSoqKfenoi+kiVH6v7RyOA # 9Z74v2u3S5fi63V4GuzqN5l5GEv/1rMjaHXmr/r8i+sLgOppO6/8MO0ETI7f33Vt # Y5E90Z1WTk+/gFcioXgRMiF670EKsT/7qMykXcGhiJtXcVZOSEXAQsmbdlsKgEhr # /Xmfwb1tbWrJUnMTDXpQzTGCGgowghoGAgEBMIGVMH4xCzAJBgNVBAYTAlVTMRMw # EQYDVQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVN # aWNyb3NvZnQgQ29ycG9yYXRpb24xKDAmBgNVBAMTH01pY3Jvc29mdCBDb2RlIFNp # Z25pbmcgUENBIDIwMTECEzMAAAOvMEAOTKNNBUEAAAAAA68wDQYJYIZIAWUDBAIB # BQCgga4wGQYJKoZIhvcNAQkDMQwGCisGAQQBgjcCAQQwHAYKKwYBBAGCNwIBCzEO # MAwGCisGAQQBgjcCARUwLwYJKoZIhvcNAQkEMSIEICvv+x6w/fSsrjEdN7mMNZn2 # DsQGD7XmdBAHRiqQwWnwMEIGCisGAQQBgjcCAQwxNDAyoBSAEgBNAGkAYwByAG8A # cwBvAGYAdKEagBhodHRwOi8vd3d3Lm1pY3Jvc29mdC5jb20wDQYJKoZIhvcNAQEB # BQAEggEAWYYR7pb924bgBKQWWj8OLtPc5oNjg211C3WHqVc5FZc32bUO+RWXoKfo # xvOoMpSSd3nD0G+IkGxQZxmQtRnmTsGO5q64R2MT0BPtajov/vGEMwzFM6O8uXls # r9RMY7XN36WBOuW1JvkwhaWrBzkWIWYGK2L0NI+/hgYAqAkmjLSN7DInzUgJ0Dd3 # +l8zmV9QK5UuxGa4E+dACIZSc9iha6O6sh4CrFsdLpjCfg1kfU8pTPS6Q6/XvJAF # NJR8mSnnKJ9TlR9fe5hYmj6ZnnlaIjb3FRWO7NvqTV6G6DeK44qEGDXAiwwm6pgF # 95LkAKoxSfmm4qFr/NqT52xHTF0fJaGCF5QwgheQBgorBgEEAYI3AwMBMYIXgDCC # F3wGCSqGSIb3DQEHAqCCF20wghdpAgEDMQ8wDQYJYIZIAWUDBAIBBQAwggFSBgsq # hkiG9w0BCRABBKCCAUEEggE9MIIBOQIBAQYKKwYBBAGEWQoDATAxMA0GCWCGSAFl # AwQCAQUABCDDbknGrYRsm4tMGrH3b3iSvS/IlJx40lKOo0Q5COR/vQIGZr4078uw # GBMyMDI0MDgyOTAzMDgyOS45NTlaMASAAgH0oIHRpIHOMIHLMQswCQYDVQQGEwJV # UzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9uZDEeMBwGA1UE # ChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMSUwIwYDVQQLExxNaWNyb3NvZnQgQW1l # cmljYSBPcGVyYXRpb25zMScwJQYDVQQLEx5uU2hpZWxkIFRTUyBFU046RjAwMi0w # NUUwLUQ5NDcxJTAjBgNVBAMTHE1pY3Jvc29mdCBUaW1lLVN0YW1wIFNlcnZpY2Wg # ghHqMIIHIDCCBQigAwIBAgITMwAAAfI+MtdkrHCRlAABAAAB8jANBgkqhkiG9w0B # AQsFADB8MQswCQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UE # BxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMSYwJAYD # VQQDEx1NaWNyb3NvZnQgVGltZS1TdGFtcCBQQ0EgMjAxMDAeFw0yMzEyMDYxODQ1 # NThaFw0yNTAzMDUxODQ1NThaMIHLMQswCQYDVQQGEwJVUzETMBEGA1UECBMKV2Fz # aGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0IENv # cnBvcmF0aW9uMSUwIwYDVQQLExxNaWNyb3NvZnQgQW1lcmljYSBPcGVyYXRpb25z # MScwJQYDVQQLEx5uU2hpZWxkIFRTUyBFU046RjAwMi0wNUUwLUQ5NDcxJTAjBgNV # BAMTHE1pY3Jvc29mdCBUaW1lLVN0YW1wIFNlcnZpY2UwggIiMA0GCSqGSIb3DQEB # AQUAA4ICDwAwggIKAoICAQC85fPLFwppYgxwYxkSEeYvQBtnYJTtKKj2FKxzHx0f # gV6XgIIrmCWmpKl9IOzvOfJ/k6iP0RnoRo5F89Ad29edzGdlWbCj1Qyx5HUHNY8y # u9ElJOmdgeuNvTK4RW4wu9iB5/z2SeCuYqyX/v8z6Ppv29h1ttNWsSc/KPOeuhzS # AXqkA265BSFT5kykxvzB0LxoxS6oWoXWK6wx172NRJRYcINfXDhURvUfD70jioE9 # 2rW/OgjcOKxZkfQxLlwaFSrSnGs7XhMrp9TsUgmwsycTEOBdGVmf1HCD7WOaz5EE # cQyIS2BpRYYwsPMbB63uHiJ158qNh1SJXuoL5wGDu/bZUzN+BzcLj96ixC7wJGQM # BixWH9d++V8bl10RYdXDZlljRAvS6iFwNzrahu4DrYb7b8M7vvwhEL0xCOvb7WFM # sstscXfkdE5g+NSacphgFfcoftQ5qPD2PNVmrG38DmHDoYhgj9uqPLP7vnoXf7j6 # +LW8Von158D0Wrmk7CumucQTiHRyepEaVDnnA2GkiJoeh/r3fShL6CHgPoTB7oYU # /d6JOncRioDYqqRfV2wlpKVO8b+VYHL8hn11JRFx6p69mL8BRtSZ6dG/GFEVE+fV # mgxYfICUrpghyQlETJPITEBS15IsaUuW0GvXlLSofGf2t5DAoDkuKCbC+3VdPmlY # VQIDAQABo4IBSTCCAUUwHQYDVR0OBBYEFJVbhwAm6tAxBM5cH8Bg0+Y64oZ5MB8G # A1UdIwQYMBaAFJ+nFV0AXmJdg/Tl0mWnG1M1GelyMF8GA1UdHwRYMFYwVKBSoFCG # Tmh0dHA6Ly93d3cubWljcm9zb2Z0LmNvbS9wa2lvcHMvY3JsL01pY3Jvc29mdCUy # MFRpbWUtU3RhbXAlMjBQQ0ElMjAyMDEwKDEpLmNybDBsBggrBgEFBQcBAQRgMF4w # XAYIKwYBBQUHMAKGUGh0dHA6Ly93d3cubWljcm9zb2Z0LmNvbS9wa2lvcHMvY2Vy # dHMvTWljcm9zb2Z0JTIwVGltZS1TdGFtcCUyMFBDQSUyMDIwMTAoMSkuY3J0MAwG # A1UdEwEB/wQCMAAwFgYDVR0lAQH/BAwwCgYIKwYBBQUHAwgwDgYDVR0PAQH/BAQD # AgeAMA0GCSqGSIb3DQEBCwUAA4ICAQA9S6eO4HsfB00XpOgPabcN3QZeyipgilcQ # SDZ8g6VCv9FVHzdSq9XpAsljZSKNWSClhJEz5Oo3Um/taPnobF+8CkAdkcLQhLdk # Shfr91kzy9vDPrOmlCA2FQ9jVhFaat2QM33z1p+GCP5tuvirFaUWzUWVDFOpo/O5 # zDpzoPYtTr0cFg3uXaRLT54UQ3Y4uPYXqn6wunZtUQRMiJMzxpUlvdfWGUtCvnW3 # eDBikDkix1XE98VcYIz2+5fdcvrHVeUarGXy4LRtwzmwpsCtUh7tR6whCrVYkb6F # udBdWM7TVvji7pGgfjesgnASaD/ChLux66PGwaIaF+xLzk0bNxsAj0uhd6QdWr6T # T39m/SNZ1/UXU7kzEod0vAY3mIn8X5A4I+9/e1nBNpURJ6YiDKQd5YVgxsuZCWv4 # Qwb0mXhHIe9CubfSqZjvDawf2I229N3LstDJUSr1vGFB8iQ5W8ZLM5PwT8vtsKEB # wHEYmwsuWmsxkimIF5BQbSzg9wz1O6jdWTxGG0OUt1cXWOMJUJzyEH4WSKZHOx53 # qcAvD9h0U6jEF2fuBjtJ/QDrWbb4urvAfrvqNn9lH7gVPplqNPDIvQ8DkZ3lvbQs # Yqlz617e76ga7SY0w71+QP165CPdzUY36et2Sm4pvspEK8hllq3IYcyX0v897+X9 # YeecM1Pb1jCCB3EwggVZoAMCAQICEzMAAAAVxedrngKbSZkAAAAAABUwDQYJKoZI # hvcNAQELBQAwgYgxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpXYXNoaW5ndG9uMRAw # DgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24x # MjAwBgNVBAMTKU1pY3Jvc29mdCBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eSAy # MDEwMB4XDTIxMDkzMDE4MjIyNVoXDTMwMDkzMDE4MzIyNVowfDELMAkGA1UEBhMC # VVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNV # BAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEmMCQGA1UEAxMdTWljcm9zb2Z0IFRp # bWUtU3RhbXAgUENBIDIwMTAwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoIC # AQDk4aZM57RyIQt5osvXJHm9DtWC0/3unAcH0qlsTnXIyjVX9gF/bErg4r25Phdg # M/9cT8dm95VTcVrifkpa/rg2Z4VGIwy1jRPPdzLAEBjoYH1qUoNEt6aORmsHFPPF # dvWGUNzBRMhxXFExN6AKOG6N7dcP2CZTfDlhAnrEqv1yaa8dq6z2Nr41JmTamDu6 # GnszrYBbfowQHJ1S/rboYiXcag/PXfT+jlPP1uyFVk3v3byNpOORj7I5LFGc6XBp # Dco2LXCOMcg1KL3jtIckw+DJj361VI/c+gVVmG1oO5pGve2krnopN6zL64NF50Zu # yjLVwIYwXE8s4mKyzbnijYjklqwBSru+cakXW2dg3viSkR4dPf0gz3N9QZpGdc3E # XzTdEonW/aUgfX782Z5F37ZyL9t9X4C626p+Nuw2TPYrbqgSUei/BQOj0XOmTTd0 # lBw0gg/wEPK3Rxjtp+iZfD9M269ewvPV2HM9Q07BMzlMjgK8QmguEOqEUUbi0b1q # GFphAXPKZ6Je1yh2AuIzGHLXpyDwwvoSCtdjbwzJNmSLW6CmgyFdXzB0kZSU2LlQ # +QuJYfM2BjUYhEfb3BvR/bLUHMVr9lxSUV0S2yW6r1AFemzFER1y7435UsSFF5PA # PBXbGjfHCBUYP3irRbb1Hode2o+eFnJpxq57t7c+auIurQIDAQABo4IB3TCCAdkw # EgYJKwYBBAGCNxUBBAUCAwEAATAjBgkrBgEEAYI3FQIEFgQUKqdS/mTEmr6CkTxG # NSnPEP8vBO4wHQYDVR0OBBYEFJ+nFV0AXmJdg/Tl0mWnG1M1GelyMFwGA1UdIARV # MFMwUQYMKwYBBAGCN0yDfQEBMEEwPwYIKwYBBQUHAgEWM2h0dHA6Ly93d3cubWlj # cm9zb2Z0LmNvbS9wa2lvcHMvRG9jcy9SZXBvc2l0b3J5Lmh0bTATBgNVHSUEDDAK # BggrBgEFBQcDCDAZBgkrBgEEAYI3FAIEDB4KAFMAdQBiAEMAQTALBgNVHQ8EBAMC # AYYwDwYDVR0TAQH/BAUwAwEB/zAfBgNVHSMEGDAWgBTV9lbLj+iiXGJo0T2UkFvX # zpoYxDBWBgNVHR8ETzBNMEugSaBHhkVodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20v # cGtpL2NybC9wcm9kdWN0cy9NaWNSb29DZXJBdXRfMjAxMC0wNi0yMy5jcmwwWgYI # KwYBBQUHAQEETjBMMEoGCCsGAQUFBzAChj5odHRwOi8vd3d3Lm1pY3Jvc29mdC5j # b20vcGtpL2NlcnRzL01pY1Jvb0NlckF1dF8yMDEwLTA2LTIzLmNydDANBgkqhkiG # 9w0BAQsFAAOCAgEAnVV9/Cqt4SwfZwExJFvhnnJL/Klv6lwUtj5OR2R4sQaTlz0x # M7U518JxNj/aZGx80HU5bbsPMeTCj/ts0aGUGCLu6WZnOlNN3Zi6th542DYunKmC # VgADsAW+iehp4LoJ7nvfam++Kctu2D9IdQHZGN5tggz1bSNU5HhTdSRXud2f8449 # xvNo32X2pFaq95W2KFUn0CS9QKC/GbYSEhFdPSfgQJY4rPf5KYnDvBewVIVCs/wM # nosZiefwC2qBwoEZQhlSdYo2wh3DYXMuLGt7bj8sCXgU6ZGyqVvfSaN0DLzskYDS # PeZKPmY7T7uG+jIa2Zb0j/aRAfbOxnT99kxybxCrdTDFNLB62FD+CljdQDzHVG2d # Y3RILLFORy3BFARxv2T5JL5zbcqOCb2zAVdJVGTZc9d/HltEAY5aGZFrDZ+kKNxn # GSgkujhLmm77IVRrakURR6nxt67I6IleT53S0Ex2tVdUCbFpAUR+fKFhbHP+Crvs # QWY9af3LwUFJfn6Tvsv4O+S3Fb+0zj6lMVGEvL8CwYKiexcdFYmNcP7ntdAoGokL # jzbaukz5m/8K6TT4JDVnK+ANuOaMmdbhIurwJ0I9JZTmdHRbatGePu1+oDEzfbzL # 6Xu/OHBE0ZDxyKs6ijoIYn/ZcGNTTY3ugm2lBRDBcQZqELQdVTNYs6FwZvKhggNN # MIICNQIBATCB+aGB0aSBzjCByzELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hp # bmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jw # b3JhdGlvbjElMCMGA1UECxMcTWljcm9zb2Z0IEFtZXJpY2EgT3BlcmF0aW9uczEn # MCUGA1UECxMeblNoaWVsZCBUU1MgRVNOOkYwMDItMDVFMC1EOTQ3MSUwIwYDVQQD # ExxNaWNyb3NvZnQgVGltZS1TdGFtcCBTZXJ2aWNloiMKAQEwBwYFKw4DAhoDFQBr # i943cFLH2TfQEfB05SLICg74CKCBgzCBgKR+MHwxCzAJBgNVBAYTAlVTMRMwEQYD # VQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVNaWNy # b3NvZnQgQ29ycG9yYXRpb24xJjAkBgNVBAMTHU1pY3Jvc29mdCBUaW1lLVN0YW1w # IFBDQSAyMDEwMA0GCSqGSIb3DQEBCwUAAgUA6nnVtDAiGA8yMDI0MDgyODE2NTgy # OFoYDzIwMjQwODI5MTY1ODI4WjB0MDoGCisGAQQBhFkKBAExLDAqMAoCBQDqedW0 # AgEAMAcCAQACAm1mMAcCAQACAhS2MAoCBQDqeyc0AgEAMDYGCisGAQQBhFkKBAIx # KDAmMAwGCisGAQQBhFkKAwKgCjAIAgEAAgMHoSChCjAIAgEAAgMBhqAwDQYJKoZI # hvcNAQELBQADggEBAAY0D+aFO/i38s3Iyx+cLwtEs+QSXpnx5nScDmYylUFeUy1r # AzsMJxsS0WqqBzMN8BtqX9cCe38D20LSpmZCira/XT8snb30dKeT0Qd5rGkvYSU8 # ra4SYKoZCj3PDvGtPbySuT8JiDghGZw9Y5YVoE5TFAuMyWFMl5bT3mvIgbpKUFet # 2t1eXiBJ+MAlB2M1S3p2mtuwGQhPrFwddVHU6sZ6/HRg1bqYQjaAU85zQFjHtgUC # uNoGN33Aguib/dATuUVudbYq/cnZDMSn38/i/aGD71n+Mm5BXIhD2P6o23C6EqiG # /86mgg0F3FO05p0KYn6pgruY4bumlC+aTufuVDQxggQNMIIECQIBATCBkzB8MQsw # CQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9u # ZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMSYwJAYDVQQDEx1NaWNy # b3NvZnQgVGltZS1TdGFtcCBQQ0EgMjAxMAITMwAAAfI+MtdkrHCRlAABAAAB8jAN # BglghkgBZQMEAgEFAKCCAUowGgYJKoZIhvcNAQkDMQ0GCyqGSIb3DQEJEAEEMC8G # CSqGSIb3DQEJBDEiBCDUk3xUCiRP+A6yg0J1b7JvJAr5yamDzy86yBX82gH4QDCB # +gYLKoZIhvcNAQkQAi8xgeowgecwgeQwgb0EIPjaPh0uMVJc04+Y4Ru5BUUbHE4s # uZ6nRHSUu0XXSkNEMIGYMIGApH4wfDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldh # c2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBD # b3Jwb3JhdGlvbjEmMCQGA1UEAxMdTWljcm9zb2Z0IFRpbWUtU3RhbXAgUENBIDIw # MTACEzMAAAHyPjLXZKxwkZQAAQAAAfIwIgQgA7GY75i1YclNjcQB4m3+mtRCm6DD # 0HPYUTkeVgJoV6UwDQYJKoZIhvcNAQELBQAEggIANBw+XHNAhfLlqbUZvw0m9qGF # /Pot/IlCJVhjMiVLb/dfWA4Y0uePa64nBWozHtZm48Eir/l5X790Xd6j47CrAR8p # j/dhcdz2e/9zJ5nMeF9zEPxT7/cl9RapIf9ks1U00e5k112NEA3gqcN4ClIhc09P # ISl37HTaOes6Ghwz9qDV3kwWn17lG6f3enJI3g3mbEGs9QEzBdIE3c74DjrKXepB # rKetIeoKfjZ8obh00owMUMh+3TL89uYzHLYVGeKnVZF3YjLKCPi4D2ldMsa9K7Yr # OoUCqCNtMLx6jpUK13q+sKWgLAookEOxgg5AVS8gA8I5hSqOvkmW1kFUUvk/Xosj # 5/qQaNhoff/c1KSGZmJQWDnKSFDR3qsnYY3Zritf4ObUjLS3QE3e2xwOWXnrpEVg # AiZYVDjPz+I+vfiGrSRmnLpmeOW6/1CgZN14Ll6fZdkkz0y76uDKIuRmNSz1q6X8 # XnsHcTxsZxZjCM40bCxMtDIHLH+vU2I9PcLvu2Jfq33WeHWfHKM8hxq6W3yqtLtL # Xuk5YYRjjZTwT6uGpn6gfiHEW1ZHCuygRb3Gn2h5oGlIXGImYnUVj0wdFNZexR7a # FWMK1zkgQ4DPlMcajyMCvdoO5tl7HvZ1qtted846jfOOZqwMCZERJ2yqleFTyRuR # 7mpvhx/YGARWoyhBmnY= # SIG # End signature block |