Az.psm1
# # Script module for module 'Az' that is executed when 'Az' is imported in a PowerShell session. # # Generated by: Microsoft Corporation # # Generated on: 11/01/2018 08:05:14 # $PSDefaultParameterValues.Clear() Set-StrictMode -Version Latest $preloadPath = (Join-Path $PSScriptRoot -ChildPath "PreloadAssemblies") if($PSEdition -eq 'Desktop' -and (Test-Path $preloadPath)) { try { Get-ChildItem -Path $preloadPath -Filter "*.dll" | ForEach-Object { Add-Type -Path $_.FullName -ErrorAction Ignore | Out-Null } } catch {} } $netCorePath = (Join-Path $PSScriptRoot -ChildPath "NetCoreAssemblies") if($PSEdition -eq 'Core' -and (Test-Path $netCorePath)) { try { $loadedAssemblies = ([System.AppDomain]::CurrentDomain.GetAssemblies() | %{New-Object -TypeName System.Reflection.AssemblyName -ArgumentList $_.FullName} ) Get-ChildItem -Path $netCorePath -Filter "*.dll" | ForEach-Object { $assemblyName = ([System.Reflection.AssemblyName]::GetAssemblyName($_.FullName)) $matches = ($loadedAssemblies | Where-Object {$_.Name -eq $assemblyName.Name}) if (-not $matches) { Add-Type -Path $_.FullName -ErrorAction Ignore | Out-Null } } } catch {} } $module = Get-Module Az.Profile if ($module -ne $null -and $module.Version.ToString().CompareTo("0.5.0") -lt 0) { Write-Error "This module requires Az.Profile version 0.5.0. An earlier version of Az.Profile is imported in the current PowerShell session. Please open a new session before importing this module. This error could indicate that multiple incompatible versions of the Azure PowerShell cmdlets are installed on your system. Please see https://aka.ms/azps-version-error for troubleshooting information." -ErrorAction Stop } elseif ($module -eq $null) { Import-Module Az.Profile -MinimumVersion 0.5.0 -Scope Global } $module = Get-Module Az.Aks if ($module -ne $null -and $module.Version.ToString().CompareTo("0.5.0") -lt 0) { Write-Error "This module requires Az.Aks version 0.5.0. An earlier version of Az.Aks is imported in the current PowerShell session. Please open a new session before importing this module. This error could indicate that multiple incompatible versions of the Azure PowerShell cmdlets are installed on your system. Please see https://aka.ms/azps-version-error for troubleshooting information." -ErrorAction Stop } elseif ($module -eq $null) { Import-Module Az.Aks -MinimumVersion 0.5.0 -Scope Global } $module = Get-Module Az.AnalysisServices if ($module -ne $null -and $module.Version.ToString().CompareTo("0.5.0") -lt 0) { Write-Error "This module requires Az.AnalysisServices version 0.5.0. An earlier version of Az.AnalysisServices is imported in the current PowerShell session. Please open a new session before importing this module. This error could indicate that multiple incompatible versions of the Azure PowerShell cmdlets are installed on your system. Please see https://aka.ms/azps-version-error for troubleshooting information." -ErrorAction Stop } elseif ($module -eq $null) { Import-Module Az.AnalysisServices -MinimumVersion 0.5.0 -Scope Global } $module = Get-Module Az.ApiManagement if ($module -ne $null -and $module.Version.ToString().CompareTo("0.5.0") -lt 0) { Write-Error "This module requires Az.ApiManagement version 0.5.0. An earlier version of Az.ApiManagement is imported in the current PowerShell session. Please open a new session before importing this module. This error could indicate that multiple incompatible versions of the Azure PowerShell cmdlets are installed on your system. Please see https://aka.ms/azps-version-error for troubleshooting information." -ErrorAction Stop } elseif ($module -eq $null) { Import-Module Az.ApiManagement -MinimumVersion 0.5.0 -Scope Global } $module = Get-Module Az.ApplicationInsights if ($module -ne $null -and $module.Version.ToString().CompareTo("0.5.0") -lt 0) { Write-Error "This module requires Az.ApplicationInsights version 0.5.0. An earlier version of Az.ApplicationInsights is imported in the current PowerShell session. Please open a new session before importing this module. This error could indicate that multiple incompatible versions of the Azure PowerShell cmdlets are installed on your system. Please see https://aka.ms/azps-version-error for troubleshooting information." -ErrorAction Stop } elseif ($module -eq $null) { Import-Module Az.ApplicationInsights -MinimumVersion 0.5.0 -Scope Global } $module = Get-Module Az.Automation if ($module -ne $null -and $module.Version.ToString().CompareTo("0.5.0") -lt 0) { Write-Error "This module requires Az.Automation version 0.5.0. An earlier version of Az.Automation is imported in the current PowerShell session. Please open a new session before importing this module. This error could indicate that multiple incompatible versions of the Azure PowerShell cmdlets are installed on your system. Please see https://aka.ms/azps-version-error for troubleshooting information." -ErrorAction Stop } elseif ($module -eq $null) { Import-Module Az.Automation -MinimumVersion 0.5.0 -Scope Global } $module = Get-Module Az.Batch if ($module -ne $null -and $module.Version.ToString().CompareTo("0.5.0") -lt 0) { Write-Error "This module requires Az.Batch version 0.5.0. An earlier version of Az.Batch is imported in the current PowerShell session. Please open a new session before importing this module. This error could indicate that multiple incompatible versions of the Azure PowerShell cmdlets are installed on your system. Please see https://aka.ms/azps-version-error for troubleshooting information." -ErrorAction Stop } elseif ($module -eq $null) { Import-Module Az.Batch -MinimumVersion 0.5.0 -Scope Global } $module = Get-Module Az.Billing if ($module -ne $null -and $module.Version.ToString().CompareTo("0.5.0") -lt 0) { Write-Error "This module requires Az.Billing version 0.5.0. An earlier version of Az.Billing is imported in the current PowerShell session. Please open a new session before importing this module. This error could indicate that multiple incompatible versions of the Azure PowerShell cmdlets are installed on your system. Please see https://aka.ms/azps-version-error for troubleshooting information." -ErrorAction Stop } elseif ($module -eq $null) { Import-Module Az.Billing -MinimumVersion 0.5.0 -Scope Global } $module = Get-Module Az.Cdn if ($module -ne $null -and $module.Version.ToString().CompareTo("0.5.0") -lt 0) { Write-Error "This module requires Az.Cdn version 0.5.0. An earlier version of Az.Cdn is imported in the current PowerShell session. Please open a new session before importing this module. This error could indicate that multiple incompatible versions of the Azure PowerShell cmdlets are installed on your system. Please see https://aka.ms/azps-version-error for troubleshooting information." -ErrorAction Stop } elseif ($module -eq $null) { Import-Module Az.Cdn -MinimumVersion 0.5.0 -Scope Global } $module = Get-Module Az.CognitiveServices if ($module -ne $null -and $module.Version.ToString().CompareTo("0.5.0") -lt 0) { Write-Error "This module requires Az.CognitiveServices version 0.5.0. An earlier version of Az.CognitiveServices is imported in the current PowerShell session. Please open a new session before importing this module. This error could indicate that multiple incompatible versions of the Azure PowerShell cmdlets are installed on your system. Please see https://aka.ms/azps-version-error for troubleshooting information." -ErrorAction Stop } elseif ($module -eq $null) { Import-Module Az.CognitiveServices -MinimumVersion 0.5.0 -Scope Global } $module = Get-Module Az.Compute if ($module -ne $null -and $module.Version.ToString().CompareTo("0.5.0") -lt 0) { Write-Error "This module requires Az.Compute version 0.5.0. An earlier version of Az.Compute is imported in the current PowerShell session. Please open a new session before importing this module. This error could indicate that multiple incompatible versions of the Azure PowerShell cmdlets are installed on your system. Please see https://aka.ms/azps-version-error for troubleshooting information." -ErrorAction Stop } elseif ($module -eq $null) { Import-Module Az.Compute -MinimumVersion 0.5.0 -Scope Global } $module = Get-Module Az.Consumption if ($module -ne $null -and $module.Version.ToString().CompareTo("0.5.0") -lt 0) { Write-Error "This module requires Az.Consumption version 0.5.0. An earlier version of Az.Consumption is imported in the current PowerShell session. Please open a new session before importing this module. This error could indicate that multiple incompatible versions of the Azure PowerShell cmdlets are installed on your system. Please see https://aka.ms/azps-version-error for troubleshooting information." -ErrorAction Stop } elseif ($module -eq $null) { Import-Module Az.Consumption -MinimumVersion 0.5.0 -Scope Global } $module = Get-Module Az.ContainerInstance if ($module -ne $null -and $module.Version.ToString().CompareTo("0.5.0") -lt 0) { Write-Error "This module requires Az.ContainerInstance version 0.5.0. An earlier version of Az.ContainerInstance is imported in the current PowerShell session. Please open a new session before importing this module. This error could indicate that multiple incompatible versions of the Azure PowerShell cmdlets are installed on your system. Please see https://aka.ms/azps-version-error for troubleshooting information." -ErrorAction Stop } elseif ($module -eq $null) { Import-Module Az.ContainerInstance -MinimumVersion 0.5.0 -Scope Global } $module = Get-Module Az.ContainerRegistry if ($module -ne $null -and $module.Version.ToString().CompareTo("0.5.0") -lt 0) { Write-Error "This module requires Az.ContainerRegistry version 0.5.0. An earlier version of Az.ContainerRegistry is imported in the current PowerShell session. Please open a new session before importing this module. This error could indicate that multiple incompatible versions of the Azure PowerShell cmdlets are installed on your system. Please see https://aka.ms/azps-version-error for troubleshooting information." -ErrorAction Stop } elseif ($module -eq $null) { Import-Module Az.ContainerRegistry -MinimumVersion 0.5.0 -Scope Global } $module = Get-Module Az.DataLakeAnalytics if ($module -ne $null -and $module.Version.ToString().CompareTo("0.5.0") -lt 0) { Write-Error "This module requires Az.DataLakeAnalytics version 0.5.0. An earlier version of Az.DataLakeAnalytics is imported in the current PowerShell session. Please open a new session before importing this module. This error could indicate that multiple incompatible versions of the Azure PowerShell cmdlets are installed on your system. Please see https://aka.ms/azps-version-error for troubleshooting information." -ErrorAction Stop } elseif ($module -eq $null) { Import-Module Az.DataLakeAnalytics -MinimumVersion 0.5.0 -Scope Global } $module = Get-Module Az.DataLakeStore if ($module -ne $null -and $module.Version.ToString().CompareTo("0.5.0") -lt 0) { Write-Error "This module requires Az.DataLakeStore version 0.5.0. An earlier version of Az.DataLakeStore is imported in the current PowerShell session. Please open a new session before importing this module. This error could indicate that multiple incompatible versions of the Azure PowerShell cmdlets are installed on your system. Please see https://aka.ms/azps-version-error for troubleshooting information." -ErrorAction Stop } elseif ($module -eq $null) { Import-Module Az.DataLakeStore -MinimumVersion 0.5.0 -Scope Global } $module = Get-Module Az.DevTestLabs if ($module -ne $null -and $module.Version.ToString().CompareTo("0.5.0") -lt 0) { Write-Error "This module requires Az.DevTestLabs version 0.5.0. An earlier version of Az.DevTestLabs is imported in the current PowerShell session. Please open a new session before importing this module. This error could indicate that multiple incompatible versions of the Azure PowerShell cmdlets are installed on your system. Please see https://aka.ms/azps-version-error for troubleshooting information." -ErrorAction Stop } elseif ($module -eq $null) { Import-Module Az.DevTestLabs -MinimumVersion 0.5.0 -Scope Global } $module = Get-Module Az.Dns if ($module -ne $null -and $module.Version.ToString().CompareTo("0.5.0") -lt 0) { Write-Error "This module requires Az.Dns version 0.5.0. An earlier version of Az.Dns is imported in the current PowerShell session. Please open a new session before importing this module. This error could indicate that multiple incompatible versions of the Azure PowerShell cmdlets are installed on your system. Please see https://aka.ms/azps-version-error for troubleshooting information." -ErrorAction Stop } elseif ($module -eq $null) { Import-Module Az.Dns -MinimumVersion 0.5.0 -Scope Global } $module = Get-Module Az.EventGrid if ($module -ne $null -and $module.Version.ToString().CompareTo("0.5.0") -lt 0) { Write-Error "This module requires Az.EventGrid version 0.5.0. An earlier version of Az.EventGrid is imported in the current PowerShell session. Please open a new session before importing this module. This error could indicate that multiple incompatible versions of the Azure PowerShell cmdlets are installed on your system. Please see https://aka.ms/azps-version-error for troubleshooting information." -ErrorAction Stop } elseif ($module -eq $null) { Import-Module Az.EventGrid -MinimumVersion 0.5.0 -Scope Global } $module = Get-Module Az.EventHub if ($module -ne $null -and $module.Version.ToString().CompareTo("0.5.0") -lt 0) { Write-Error "This module requires Az.EventHub version 0.5.0. An earlier version of Az.EventHub is imported in the current PowerShell session. Please open a new session before importing this module. This error could indicate that multiple incompatible versions of the Azure PowerShell cmdlets are installed on your system. Please see https://aka.ms/azps-version-error for troubleshooting information." -ErrorAction Stop } elseif ($module -eq $null) { Import-Module Az.EventHub -MinimumVersion 0.5.0 -Scope Global } $module = Get-Module Az.Insights if ($module -ne $null -and $module.Version.ToString().CompareTo("0.5.0") -lt 0) { Write-Error "This module requires Az.Insights version 0.5.0. An earlier version of Az.Insights is imported in the current PowerShell session. Please open a new session before importing this module. This error could indicate that multiple incompatible versions of the Azure PowerShell cmdlets are installed on your system. Please see https://aka.ms/azps-version-error for troubleshooting information." -ErrorAction Stop } elseif ($module -eq $null) { Import-Module Az.Insights -MinimumVersion 0.5.0 -Scope Global } $module = Get-Module Az.IotHub if ($module -ne $null -and $module.Version.ToString().CompareTo("0.5.0") -lt 0) { Write-Error "This module requires Az.IotHub version 0.5.0. An earlier version of Az.IotHub is imported in the current PowerShell session. Please open a new session before importing this module. This error could indicate that multiple incompatible versions of the Azure PowerShell cmdlets are installed on your system. Please see https://aka.ms/azps-version-error for troubleshooting information." -ErrorAction Stop } elseif ($module -eq $null) { Import-Module Az.IotHub -MinimumVersion 0.5.0 -Scope Global } $module = Get-Module Az.KeyVault if ($module -ne $null -and $module.Version.ToString().CompareTo("0.5.0") -lt 0) { Write-Error "This module requires Az.KeyVault version 0.5.0. An earlier version of Az.KeyVault is imported in the current PowerShell session. Please open a new session before importing this module. This error could indicate that multiple incompatible versions of the Azure PowerShell cmdlets are installed on your system. Please see https://aka.ms/azps-version-error for troubleshooting information." -ErrorAction Stop } elseif ($module -eq $null) { Import-Module Az.KeyVault -MinimumVersion 0.5.0 -Scope Global } $module = Get-Module Az.LogicApp if ($module -ne $null -and $module.Version.ToString().CompareTo("0.5.0") -lt 0) { Write-Error "This module requires Az.LogicApp version 0.5.0. An earlier version of Az.LogicApp is imported in the current PowerShell session. Please open a new session before importing this module. This error could indicate that multiple incompatible versions of the Azure PowerShell cmdlets are installed on your system. Please see https://aka.ms/azps-version-error for troubleshooting information." -ErrorAction Stop } elseif ($module -eq $null) { Import-Module Az.LogicApp -MinimumVersion 0.5.0 -Scope Global } $module = Get-Module Az.MachineLearning if ($module -ne $null -and $module.Version.ToString().CompareTo("0.5.0") -lt 0) { Write-Error "This module requires Az.MachineLearning version 0.5.0. An earlier version of Az.MachineLearning is imported in the current PowerShell session. Please open a new session before importing this module. This error could indicate that multiple incompatible versions of the Azure PowerShell cmdlets are installed on your system. Please see https://aka.ms/azps-version-error for troubleshooting information." -ErrorAction Stop } elseif ($module -eq $null) { Import-Module Az.MachineLearning -MinimumVersion 0.5.0 -Scope Global } $module = Get-Module Az.MachineLearningCompute if ($module -ne $null -and $module.Version.ToString().CompareTo("0.5.0") -lt 0) { Write-Error "This module requires Az.MachineLearningCompute version 0.5.0. An earlier version of Az.MachineLearningCompute is imported in the current PowerShell session. Please open a new session before importing this module. This error could indicate that multiple incompatible versions of the Azure PowerShell cmdlets are installed on your system. Please see https://aka.ms/azps-version-error for troubleshooting information." -ErrorAction Stop } elseif ($module -eq $null) { Import-Module Az.MachineLearningCompute -MinimumVersion 0.5.0 -Scope Global } $module = Get-Module Az.MarketplaceOrdering if ($module -ne $null -and $module.Version.ToString().CompareTo("0.5.0") -lt 0) { Write-Error "This module requires Az.MarketplaceOrdering version 0.5.0. An earlier version of Az.MarketplaceOrdering is imported in the current PowerShell session. Please open a new session before importing this module. This error could indicate that multiple incompatible versions of the Azure PowerShell cmdlets are installed on your system. Please see https://aka.ms/azps-version-error for troubleshooting information." -ErrorAction Stop } elseif ($module -eq $null) { Import-Module Az.MarketplaceOrdering -MinimumVersion 0.5.0 -Scope Global } $module = Get-Module Az.Media if ($module -ne $null -and $module.Version.ToString().CompareTo("0.5.0") -lt 0) { Write-Error "This module requires Az.Media version 0.5.0. An earlier version of Az.Media is imported in the current PowerShell session. Please open a new session before importing this module. This error could indicate that multiple incompatible versions of the Azure PowerShell cmdlets are installed on your system. Please see https://aka.ms/azps-version-error for troubleshooting information." -ErrorAction Stop } elseif ($module -eq $null) { Import-Module Az.Media -MinimumVersion 0.5.0 -Scope Global } $module = Get-Module Az.Network if ($module -ne $null -and $module.Version.ToString().CompareTo("0.5.0") -lt 0) { Write-Error "This module requires Az.Network version 0.5.0. An earlier version of Az.Network is imported in the current PowerShell session. Please open a new session before importing this module. This error could indicate that multiple incompatible versions of the Azure PowerShell cmdlets are installed on your system. Please see https://aka.ms/azps-version-error for troubleshooting information." -ErrorAction Stop } elseif ($module -eq $null) { Import-Module Az.Network -MinimumVersion 0.5.0 -Scope Global } $module = Get-Module Az.NotificationHubs if ($module -ne $null -and $module.Version.ToString().CompareTo("0.5.0") -lt 0) { Write-Error "This module requires Az.NotificationHubs version 0.5.0. An earlier version of Az.NotificationHubs is imported in the current PowerShell session. Please open a new session before importing this module. This error could indicate that multiple incompatible versions of the Azure PowerShell cmdlets are installed on your system. Please see https://aka.ms/azps-version-error for troubleshooting information." -ErrorAction Stop } elseif ($module -eq $null) { Import-Module Az.NotificationHubs -MinimumVersion 0.5.0 -Scope Global } $module = Get-Module Az.PolicyInsights if ($module -ne $null -and $module.Version.ToString().CompareTo("0.5.0") -lt 0) { Write-Error "This module requires Az.PolicyInsights version 0.5.0. An earlier version of Az.PolicyInsights is imported in the current PowerShell session. Please open a new session before importing this module. This error could indicate that multiple incompatible versions of the Azure PowerShell cmdlets are installed on your system. Please see https://aka.ms/azps-version-error for troubleshooting information." -ErrorAction Stop } elseif ($module -eq $null) { Import-Module Az.PolicyInsights -MinimumVersion 0.5.0 -Scope Global } $module = Get-Module Az.OperationalInsights if ($module -ne $null -and $module.Version.ToString().CompareTo("0.5.0") -lt 0) { Write-Error "This module requires Az.OperationalInsights version 0.5.0. An earlier version of Az.OperationalInsights is imported in the current PowerShell session. Please open a new session before importing this module. This error could indicate that multiple incompatible versions of the Azure PowerShell cmdlets are installed on your system. Please see https://aka.ms/azps-version-error for troubleshooting information." -ErrorAction Stop } elseif ($module -eq $null) { Import-Module Az.OperationalInsights -MinimumVersion 0.5.0 -Scope Global } $module = Get-Module Az.PowerBIEmbedded if ($module -ne $null -and $module.Version.ToString().CompareTo("0.5.0") -lt 0) { Write-Error "This module requires Az.PowerBIEmbedded version 0.5.0. An earlier version of Az.PowerBIEmbedded is imported in the current PowerShell session. Please open a new session before importing this module. This error could indicate that multiple incompatible versions of the Azure PowerShell cmdlets are installed on your system. Please see https://aka.ms/azps-version-error for troubleshooting information." -ErrorAction Stop } elseif ($module -eq $null) { Import-Module Az.PowerBIEmbedded -MinimumVersion 0.5.0 -Scope Global } $module = Get-Module Az.RecoveryServices if ($module -ne $null -and $module.Version.ToString().CompareTo("0.5.0") -lt 0) { Write-Error "This module requires Az.RecoveryServices version 0.5.0. An earlier version of Az.RecoveryServices is imported in the current PowerShell session. Please open a new session before importing this module. This error could indicate that multiple incompatible versions of the Azure PowerShell cmdlets are installed on your system. Please see https://aka.ms/azps-version-error for troubleshooting information." -ErrorAction Stop } elseif ($module -eq $null) { Import-Module Az.RecoveryServices -MinimumVersion 0.5.0 -Scope Global } $module = Get-Module Az.RedisCache if ($module -ne $null -and $module.Version.ToString().CompareTo("0.5.0") -lt 0) { Write-Error "This module requires Az.RedisCache version 0.5.0. An earlier version of Az.RedisCache is imported in the current PowerShell session. Please open a new session before importing this module. This error could indicate that multiple incompatible versions of the Azure PowerShell cmdlets are installed on your system. Please see https://aka.ms/azps-version-error for troubleshooting information." -ErrorAction Stop } elseif ($module -eq $null) { Import-Module Az.RedisCache -MinimumVersion 0.5.0 -Scope Global } $module = Get-Module Az.Relay if ($module -ne $null -and $module.Version.ToString().CompareTo("0.5.0") -lt 0) { Write-Error "This module requires Az.Relay version 0.5.0. An earlier version of Az.Relay is imported in the current PowerShell session. Please open a new session before importing this module. This error could indicate that multiple incompatible versions of the Azure PowerShell cmdlets are installed on your system. Please see https://aka.ms/azps-version-error for troubleshooting information." -ErrorAction Stop } elseif ($module -eq $null) { Import-Module Az.Relay -MinimumVersion 0.5.0 -Scope Global } $module = Get-Module Az.Resources if ($module -ne $null -and $module.Version.ToString().CompareTo("0.5.0") -lt 0) { Write-Error "This module requires Az.Resources version 0.5.0. An earlier version of Az.Resources is imported in the current PowerShell session. Please open a new session before importing this module. This error could indicate that multiple incompatible versions of the Azure PowerShell cmdlets are installed on your system. Please see https://aka.ms/azps-version-error for troubleshooting information." -ErrorAction Stop } elseif ($module -eq $null) { Import-Module Az.Resources -MinimumVersion 0.5.0 -Scope Global } $module = Get-Module Az.ServiceBus if ($module -ne $null -and $module.Version.ToString().CompareTo("0.5.0") -lt 0) { Write-Error "This module requires Az.ServiceBus version 0.5.0. An earlier version of Az.ServiceBus is imported in the current PowerShell session. Please open a new session before importing this module. This error could indicate that multiple incompatible versions of the Azure PowerShell cmdlets are installed on your system. Please see https://aka.ms/azps-version-error for troubleshooting information." -ErrorAction Stop } elseif ($module -eq $null) { Import-Module Az.ServiceBus -MinimumVersion 0.5.0 -Scope Global } $module = Get-Module Az.ServiceFabric if ($module -ne $null -and $module.Version.ToString().CompareTo("0.5.0") -lt 0) { Write-Error "This module requires Az.ServiceFabric version 0.5.0. An earlier version of Az.ServiceFabric is imported in the current PowerShell session. Please open a new session before importing this module. This error could indicate that multiple incompatible versions of the Azure PowerShell cmdlets are installed on your system. Please see https://aka.ms/azps-version-error for troubleshooting information." -ErrorAction Stop } elseif ($module -eq $null) { Import-Module Az.ServiceFabric -MinimumVersion 0.5.0 -Scope Global } $module = Get-Module Az.SignalR if ($module -ne $null -and $module.Version.ToString().CompareTo("0.5.0") -lt 0) { Write-Error "This module requires Az.SignalR version 0.5.0. An earlier version of Az.SignalR is imported in the current PowerShell session. Please open a new session before importing this module. This error could indicate that multiple incompatible versions of the Azure PowerShell cmdlets are installed on your system. Please see https://aka.ms/azps-version-error for troubleshooting information." -ErrorAction Stop } elseif ($module -eq $null) { Import-Module Az.SignalR -MinimumVersion 0.5.0 -Scope Global } $module = Get-Module Az.Sql if ($module -ne $null -and $module.Version.ToString().CompareTo("0.5.0") -lt 0) { Write-Error "This module requires Az.Sql version 0.5.0. An earlier version of Az.Sql is imported in the current PowerShell session. Please open a new session before importing this module. This error could indicate that multiple incompatible versions of the Azure PowerShell cmdlets are installed on your system. Please see https://aka.ms/azps-version-error for troubleshooting information." -ErrorAction Stop } elseif ($module -eq $null) { Import-Module Az.Sql -MinimumVersion 0.5.0 -Scope Global } $module = Get-Module Az.Storage if ($module -ne $null -and $module.Version.ToString().CompareTo("0.5.0") -lt 0) { Write-Error "This module requires Az.Storage version 0.5.0. An earlier version of Az.Storage is imported in the current PowerShell session. Please open a new session before importing this module. This error could indicate that multiple incompatible versions of the Azure PowerShell cmdlets are installed on your system. Please see https://aka.ms/azps-version-error for troubleshooting information." -ErrorAction Stop } elseif ($module -eq $null) { Import-Module Az.Storage -MinimumVersion 0.5.0 -Scope Global } $module = Get-Module Az.StreamAnalytics if ($module -ne $null -and $module.Version.ToString().CompareTo("0.5.0") -lt 0) { Write-Error "This module requires Az.StreamAnalytics version 0.5.0. An earlier version of Az.StreamAnalytics is imported in the current PowerShell session. Please open a new session before importing this module. This error could indicate that multiple incompatible versions of the Azure PowerShell cmdlets are installed on your system. Please see https://aka.ms/azps-version-error for troubleshooting information." -ErrorAction Stop } elseif ($module -eq $null) { Import-Module Az.StreamAnalytics -MinimumVersion 0.5.0 -Scope Global } $module = Get-Module Az.Tags if ($module -ne $null -and $module.Version.ToString().CompareTo("0.5.0") -lt 0) { Write-Error "This module requires Az.Tags version 0.5.0. An earlier version of Az.Tags is imported in the current PowerShell session. Please open a new session before importing this module. This error could indicate that multiple incompatible versions of the Azure PowerShell cmdlets are installed on your system. Please see https://aka.ms/azps-version-error for troubleshooting information." -ErrorAction Stop } elseif ($module -eq $null) { Import-Module Az.Tags -MinimumVersion 0.5.0 -Scope Global } $module = Get-Module Az.TrafficManager if ($module -ne $null -and $module.Version.ToString().CompareTo("0.5.0") -lt 0) { Write-Error "This module requires Az.TrafficManager version 0.5.0. An earlier version of Az.TrafficManager is imported in the current PowerShell session. Please open a new session before importing this module. This error could indicate that multiple incompatible versions of the Azure PowerShell cmdlets are installed on your system. Please see https://aka.ms/azps-version-error for troubleshooting information." -ErrorAction Stop } elseif ($module -eq $null) { Import-Module Az.TrafficManager -MinimumVersion 0.5.0 -Scope Global } $module = Get-Module Az.UsageAggregates if ($module -ne $null -and $module.Version.ToString().CompareTo("0.5.0") -lt 0) { Write-Error "This module requires Az.UsageAggregates version 0.5.0. An earlier version of Az.UsageAggregates is imported in the current PowerShell session. Please open a new session before importing this module. This error could indicate that multiple incompatible versions of the Azure PowerShell cmdlets are installed on your system. Please see https://aka.ms/azps-version-error for troubleshooting information." -ErrorAction Stop } elseif ($module -eq $null) { Import-Module Az.UsageAggregates -MinimumVersion 0.5.0 -Scope Global } $module = Get-Module Az.Websites if ($module -ne $null -and $module.Version.ToString().CompareTo("0.5.0") -lt 0) { Write-Error "This module requires Az.Websites version 0.5.0. An earlier version of Az.Websites is imported in the current PowerShell session. Please open a new session before importing this module. This error could indicate that multiple incompatible versions of the Azure PowerShell cmdlets are installed on your system. Please see https://aka.ms/azps-version-error for troubleshooting information." -ErrorAction Stop } elseif ($module -eq $null) { Import-Module Az.Websites -MinimumVersion 0.5.0 -Scope Global } if (Test-Path -Path "$PSScriptRoot\StartupScripts") { Get-ChildItem "$PSScriptRoot\StartupScripts" | ForEach-Object { . $_.FullName } } $FilteredCommands = @() if ($Env:ACC_CLOUD -eq $null) { $FilteredCommands | ForEach-Object { $existingDefault = $false foreach ($key in $global:PSDefaultParameterValues.Keys) { if ($_ -like "$key") { $existingDefault = $true } } if (!$existingDefault) { $global:PSDefaultParameterValues.Add($_, { if ((Get-Command Get-AzContext -ErrorAction Ignore) -eq $null) { $context = Get-AzureRmContext } else { $context = Get-AzContext } if (($context -ne $null) -and $context.ExtendedProperties.ContainsKey("Default Resource Group")) { $context.ExtendedProperties["Default Resource Group"] } }) } } } # SIG # Begin signature block # MIIjpAYJKoZIhvcNAQcCoIIjlTCCI5ECAQExDzANBglghkgBZQMEAgEFADB5Bgor # BgEEAYI3AgEEoGswaTA0BgorBgEEAYI3AgEeMCYCAwEAAAQQH8w7YFlLCE63JNLG # KX7zUQIBAAIBAAIBAAIBAAIBADAxMA0GCWCGSAFlAwQCAQUABCBHnnQFjdoxgJdH # embQSLz7D7vYBY3GImsxte05Sd3ma6CCDYEwggX/MIID56ADAgECAhMzAAABA14l # HJkfox64AAAAAAEDMA0GCSqGSIb3DQEBCwUAMH4xCzAJBgNVBAYTAlVTMRMwEQYD # VQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVNaWNy # b3NvZnQgQ29ycG9yYXRpb24xKDAmBgNVBAMTH01pY3Jvc29mdCBDb2RlIFNpZ25p # bmcgUENBIDIwMTEwHhcNMTgwNzEyMjAwODQ4WhcNMTkwNzI2MjAwODQ4WjB0MQsw # CQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9u # ZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMR4wHAYDVQQDExVNaWNy # b3NvZnQgQ29ycG9yYXRpb24wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB # AQDRlHY25oarNv5p+UZ8i4hQy5Bwf7BVqSQdfjnnBZ8PrHuXss5zCvvUmyRcFrU5 # 3Rt+M2wR/Dsm85iqXVNrqsPsE7jS789Xf8xly69NLjKxVitONAeJ/mkhvT5E+94S # nYW/fHaGfXKxdpth5opkTEbOttU6jHeTd2chnLZaBl5HhvU80QnKDT3NsumhUHjR # hIjiATwi/K+WCMxdmcDt66VamJL1yEBOanOv3uN0etNfRpe84mcod5mswQ4xFo8A # DwH+S15UD8rEZT8K46NG2/YsAzoZvmgFFpzmfzS/p4eNZTkmyWPU78XdvSX+/Sj0 # NIZ5rCrVXzCRO+QUauuxygQjAgMBAAGjggF+MIIBejAfBgNVHSUEGDAWBgorBgEE # AYI3TAgBBggrBgEFBQcDAzAdBgNVHQ4EFgQUR77Ay+GmP/1l1jjyA123r3f3QP8w # UAYDVR0RBEkwR6RFMEMxKTAnBgNVBAsTIE1pY3Jvc29mdCBPcGVyYXRpb25zIFB1 # ZXJ0byBSaWNvMRYwFAYDVQQFEw0yMzAwMTIrNDM3OTY1MB8GA1UdIwQYMBaAFEhu # ZOVQBdOCqhc3NyK1bajKdQKVMFQGA1UdHwRNMEswSaBHoEWGQ2h0dHA6Ly93d3cu # bWljcm9zb2Z0LmNvbS9wa2lvcHMvY3JsL01pY0NvZFNpZ1BDQTIwMTFfMjAxMS0w # Ny0wOC5jcmwwYQYIKwYBBQUHAQEEVTBTMFEGCCsGAQUFBzAChkVodHRwOi8vd3d3 # Lm1pY3Jvc29mdC5jb20vcGtpb3BzL2NlcnRzL01pY0NvZFNpZ1BDQTIwMTFfMjAx # MS0wNy0wOC5jcnQwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQsFAAOCAgEAn/XJ # Uw0/DSbsokTYDdGfY5YGSz8eXMUzo6TDbK8fwAG662XsnjMQD6esW9S9kGEX5zHn # wya0rPUn00iThoj+EjWRZCLRay07qCwVlCnSN5bmNf8MzsgGFhaeJLHiOfluDnjY # DBu2KWAndjQkm925l3XLATutghIWIoCJFYS7mFAgsBcmhkmvzn1FFUM0ls+BXBgs # 1JPyZ6vic8g9o838Mh5gHOmwGzD7LLsHLpaEk0UoVFzNlv2g24HYtjDKQ7HzSMCy # RhxdXnYqWJ/U7vL0+khMtWGLsIxB6aq4nZD0/2pCD7k+6Q7slPyNgLt44yOneFuy # bR/5WcF9ttE5yXnggxxgCto9sNHtNr9FB+kbNm7lPTsFA6fUpyUSj+Z2oxOzRVpD # MYLa2ISuubAfdfX2HX1RETcn6LU1hHH3V6qu+olxyZjSnlpkdr6Mw30VapHxFPTy # 2TUxuNty+rR1yIibar+YRcdmstf/zpKQdeTr5obSyBvbJ8BblW9Jb1hdaSreU0v4 # 6Mp79mwV+QMZDxGFqk+av6pX3WDG9XEg9FGomsrp0es0Rz11+iLsVT9qGTlrEOla # P470I3gwsvKmOMs1jaqYWSRAuDpnpAdfoP7YO0kT+wzh7Qttg1DO8H8+4NkI6Iwh # SkHC3uuOW+4Dwx1ubuZUNWZncnwa6lL2IsRyP64wggd6MIIFYqADAgECAgphDpDS # AAAAAAADMA0GCSqGSIb3DQEBCwUAMIGIMQswCQYDVQQGEwJVUzETMBEGA1UECBMK # V2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0 # IENvcnBvcmF0aW9uMTIwMAYDVQQDEylNaWNyb3NvZnQgUm9vdCBDZXJ0aWZpY2F0 # ZSBBdXRob3JpdHkgMjAxMTAeFw0xMTA3MDgyMDU5MDlaFw0yNjA3MDgyMTA5MDla # MH4xCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdS # ZWRtb25kMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24xKDAmBgNVBAMT # H01pY3Jvc29mdCBDb2RlIFNpZ25pbmcgUENBIDIwMTEwggIiMA0GCSqGSIb3DQEB # AQUAA4ICDwAwggIKAoICAQCr8PpyEBwurdhuqoIQTTS68rZYIZ9CGypr6VpQqrgG # OBoESbp/wwwe3TdrxhLYC/A4wpkGsMg51QEUMULTiQ15ZId+lGAkbK+eSZzpaF7S # 35tTsgosw6/ZqSuuegmv15ZZymAaBelmdugyUiYSL+erCFDPs0S3XdjELgN1q2jz # y23zOlyhFvRGuuA4ZKxuZDV4pqBjDy3TQJP4494HDdVceaVJKecNvqATd76UPe/7 # 4ytaEB9NViiienLgEjq3SV7Y7e1DkYPZe7J7hhvZPrGMXeiJT4Qa8qEvWeSQOy2u # M1jFtz7+MtOzAz2xsq+SOH7SnYAs9U5WkSE1JcM5bmR/U7qcD60ZI4TL9LoDho33 # X/DQUr+MlIe8wCF0JV8YKLbMJyg4JZg5SjbPfLGSrhwjp6lm7GEfauEoSZ1fiOIl # XdMhSz5SxLVXPyQD8NF6Wy/VI+NwXQ9RRnez+ADhvKwCgl/bwBWzvRvUVUvnOaEP # 6SNJvBi4RHxF5MHDcnrgcuck379GmcXvwhxX24ON7E1JMKerjt/sW5+v/N2wZuLB # l4F77dbtS+dJKacTKKanfWeA5opieF+yL4TXV5xcv3coKPHtbcMojyyPQDdPweGF # RInECUzF1KVDL3SV9274eCBYLBNdYJWaPk8zhNqwiBfenk70lrC8RqBsmNLg1oiM # CwIDAQABo4IB7TCCAekwEAYJKwYBBAGCNxUBBAMCAQAwHQYDVR0OBBYEFEhuZOVQ # BdOCqhc3NyK1bajKdQKVMBkGCSsGAQQBgjcUAgQMHgoAUwB1AGIAQwBBMAsGA1Ud # DwQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFHItOgIxkEO5FAVO # 4eqnxzHRI4k0MFoGA1UdHwRTMFEwT6BNoEuGSWh0dHA6Ly9jcmwubWljcm9zb2Z0 # LmNvbS9wa2kvY3JsL3Byb2R1Y3RzL01pY1Jvb0NlckF1dDIwMTFfMjAxMV8wM18y # Mi5jcmwwXgYIKwYBBQUHAQEEUjBQME4GCCsGAQUFBzAChkJodHRwOi8vd3d3Lm1p # Y3Jvc29mdC5jb20vcGtpL2NlcnRzL01pY1Jvb0NlckF1dDIwMTFfMjAxMV8wM18y # Mi5jcnQwgZ8GA1UdIASBlzCBlDCBkQYJKwYBBAGCNy4DMIGDMD8GCCsGAQUFBwIB # FjNodHRwOi8vd3d3Lm1pY3Jvc29mdC5jb20vcGtpb3BzL2RvY3MvcHJpbWFyeWNw # cy5odG0wQAYIKwYBBQUHAgIwNB4yIB0ATABlAGcAYQBsAF8AcABvAGwAaQBjAHkA # XwBzAHQAYQB0AGUAbQBlAG4AdAAuIB0wDQYJKoZIhvcNAQELBQADggIBAGfyhqWY # 4FR5Gi7T2HRnIpsLlhHhY5KZQpZ90nkMkMFlXy4sPvjDctFtg/6+P+gKyju/R6mj # 82nbY78iNaWXXWWEkH2LRlBV2AySfNIaSxzzPEKLUtCw/WvjPgcuKZvmPRul1LUd # d5Q54ulkyUQ9eHoj8xN9ppB0g430yyYCRirCihC7pKkFDJvtaPpoLpWgKj8qa1hJ # Yx8JaW5amJbkg/TAj/NGK978O9C9Ne9uJa7lryft0N3zDq+ZKJeYTQ49C/IIidYf # wzIY4vDFLc5bnrRJOQrGCsLGra7lstnbFYhRRVg4MnEnGn+x9Cf43iw6IGmYslmJ # aG5vp7d0w0AFBqYBKig+gj8TTWYLwLNN9eGPfxxvFX1Fp3blQCplo8NdUmKGwx1j # NpeG39rz+PIWoZon4c2ll9DuXWNB41sHnIc+BncG0QaxdR8UvmFhtfDcxhsEvt9B # xw4o7t5lL+yX9qFcltgA1qFGvVnzl6UJS0gQmYAf0AApxbGbpT9Fdx41xtKiop96 # eiL6SJUfq/tHI4D1nvi/a7dLl+LrdXga7Oo3mXkYS//WsyNodeav+vyL6wuA6mk7 # r/ww7QRMjt/fdW1jkT3RnVZOT7+AVyKheBEyIXrvQQqxP/uozKRdwaGIm1dxVk5I # RcBCyZt2WwqASGv9eZ/BvW1taslScxMNelDNMYIVeTCCFXUCAQEwgZUwfjELMAkG # A1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQx # HjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEoMCYGA1UEAxMfTWljcm9z # b2Z0IENvZGUgU2lnbmluZyBQQ0EgMjAxMQITMwAAAQNeJRyZH6MeuAAAAAABAzAN # BglghkgBZQMEAgEFAKCBzDAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIBBDAcBgor # BgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAvBgkqhkiG9w0BCQQxIgQgEyF5P2E3 # euhaESD9QlJ8NDvY8JIxvvND/XEZdRTaNwMwYAYKKwYBBAGCNwIBDDFSMFCgNoA0 # AE0AaQBjAHIAbwBzAG8AZgB0ACAAQQB6AHUAcgBlACAAUABvAHcAZQByAFMAaABl # AGwAbKEWgBRodHRwOi8vQ29kZVNpZ25JbmZvIDANBgkqhkiG9w0BAQEFAASCAQAM # 8pda9Qym/QnXKkkzrOED7e7S7WQFF6xe2dvVpJfRnZcz8gLaUlM3dudcls1NGUAk # JM+AF3PLHQGJWLhhQKe9cwDcTH8pX8EG46EGnze8Js9KUNfbKbJSS0tl8juhv8D1 # Jd1IS8WHcESI+VLS+HQbYFjchSEndTeS626jtL8XIF77+2Wh8vzo+2a61kNtLFee # 5qvlKATaLu9LF2al7SSMGJclBhh1CKOJXZ9V8u4sMg8/t15RAkd01Wc+9eaKkg1V # Z/xq8krxLWbv8lvfIz9enmVSl6e+AqlVedg2zMk+uTrf6zNSR5a7rk1xRbuSme9h # xe1UM5f0Tzw7PFWDj3wLoYIS5TCCEuEGCisGAQQBgjcDAwExghLRMIISzQYJKoZI # hvcNAQcCoIISvjCCEroCAQMxDzANBglghkgBZQMEAgEFADCCAVEGCyqGSIb3DQEJ # EAEEoIIBQASCATwwggE4AgEBBgorBgEEAYRZCgMBMDEwDQYJYIZIAWUDBAIBBQAE # IKTElL5tFCcQMvPdfXD8T98R2RZgnDlzrbJAgp/lcIaGAgZb0LeAdjQYEzIwMTgx # MTAxMDgwNTU4Ljg2N1owBIACAfSggdCkgc0wgcoxCzAJBgNVBAYTAlVTMQswCQYD # VQQIEwJXQTEQMA4GA1UEBxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0IENv # cnBvcmF0aW9uMS0wKwYDVQQLEyRNaWNyb3NvZnQgSXJlbGFuZCBPcGVyYXRpb25z # IExpbWl0ZWQxJjAkBgNVBAsTHVRoYWxlcyBUU1MgRVNOOjJBRDQtNEI5Mi1GQTAx # MSUwIwYDVQQDExxNaWNyb3NvZnQgVGltZS1TdGFtcCBzZXJ2aWNloIIOPDCCBPEw # ggPZoAMCAQICEzMAAADXr1puwKo9zrYAAAAAANcwDQYJKoZIhvcNAQELBQAwfDEL # MAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1v # bmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEmMCQGA1UEAxMdTWlj # cm9zb2Z0IFRpbWUtU3RhbXAgUENBIDIwMTAwHhcNMTgwODIzMjAyNjUwWhcNMTkx # MTIzMjAyNjUwWjCByjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAldBMRAwDgYDVQQH # EwdSZWRtb25kMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24xLTArBgNV # BAsTJE1pY3Jvc29mdCBJcmVsYW5kIE9wZXJhdGlvbnMgTGltaXRlZDEmMCQGA1UE # CxMdVGhhbGVzIFRTUyBFU046MkFENC00QjkyLUZBMDExJTAjBgNVBAMTHE1pY3Jv # c29mdCBUaW1lLVN0YW1wIHNlcnZpY2UwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAw # ggEKAoIBAQDdiIha4gkM4bDfHbchZGKOIuASSGISvvwK0tIAkL7hIbtG1r0X+Ybz # t0lI3Hcy6C/ozxZIHPLtDUdLX2+E6XtGj8xHw6Q1xJWQbxtsMvdLoszc51rkwPII # BfGzFMQB7iYhH9U1QPGGVRWEiMD3ZGdpkDkH7q8nPMgqzVjTdkHWynVaqdNMjst9 # lhKUBVHsptgAjOoNdcwX/Xz9CRxetlzi6hzLuFuZ47rnFIjqMPf7GnkbzdwvUXvo # iMdP7PVATtW1M0l7Ny1VxcpTnUBrIlqaIl9O3pgggjoPLLfZj+exulZi8K/E5ZVH # J3YIZ7LMUvQgTNPLs6eN4yJvwW5yuWC9AgMBAAGjggEbMIIBFzAdBgNVHQ4EFgQU # 37inVSf/92m8M1ZjNmtNKaDqVTgwHwYDVR0jBBgwFoAU1WM6XIoxkPNDe3xGG8Uz # aFqFbVUwVgYDVR0fBE8wTTBLoEmgR4ZFaHR0cDovL2NybC5taWNyb3NvZnQuY29t # L3BraS9jcmwvcHJvZHVjdHMvTWljVGltU3RhUENBXzIwMTAtMDctMDEuY3JsMFoG # CCsGAQUFBwEBBE4wTDBKBggrBgEFBQcwAoY+aHR0cDovL3d3dy5taWNyb3NvZnQu # Y29tL3BraS9jZXJ0cy9NaWNUaW1TdGFQQ0FfMjAxMC0wNy0wMS5jcnQwDAYDVR0T # AQH/BAIwADATBgNVHSUEDDAKBggrBgEFBQcDCDANBgkqhkiG9w0BAQsFAAOCAQEA # TAtoUsT5ALWyTHGwnNqeeoO4CCjRB7i0OLPeQcjv7JWTA9Qf0OzONpepqV8vwxEl # yOMYNMRi8MQEVckDi1DpwqzJAh8WSImjaBAg9h0F9YwOuRtGDWF3r6BE72QOiJ8K # tWRUFF2vPszCKQK2Zon9gu3OGivAmmBy+5LnC8kq75c7uKM4/Zr1LrbCinPF7GZB # CGkRwQzRlLQp81N9eCmOBKpDdPjesqHGPb8MAk50HA1lme/zRAn6RAkF4+DWOL/r # Nu5fLh51PjxgQPn3gUT4Q/ah1dR9yoPN0lcNnPPx9vAJ5v2smw0n1ajgw4FOvCqb # DLj8qs12l6t4xqT617ltMDCCBnEwggRZoAMCAQICCmEJgSoAAAAAAAIwDQYJKoZI # hvcNAQELBQAwgYgxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpXYXNoaW5ndG9uMRAw # DgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24x # MjAwBgNVBAMTKU1pY3Jvc29mdCBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eSAy # MDEwMB4XDTEwMDcwMTIxMzY1NVoXDTI1MDcwMTIxNDY1NVowfDELMAkGA1UEBhMC # VVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNV # BAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEmMCQGA1UEAxMdTWljcm9zb2Z0IFRp # bWUtU3RhbXAgUENBIDIwMTAwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB # AQCpHQ28dxGKOiDs/BOX9fp/aZRrdFQQ1aUKAIKF++18aEssX8XD5WHCdrc+Zitb # 8BVTJwQxH0EbGpUdzgkTjnxhMFmxMEQP8WCIhFRDDNdNuDgIs0Ldk6zWczBXJoKj # RQ3Q6vVHgc2/JGAyWGBG8lhHhjKEHnRhZ5FfgVSxz5NMksHEpl3RYRNuKMYa+YaA # u99h/EbBJx0kZxJyGiGKr0tkiVBisV39dx898Fd1rL2KQk1AUdEPnAY+Z3/1ZsAD # lkR+79BL/W7lmsqxqPJ6Kgox8NpOBpG2iAg16HgcsOmZzTznL0S6p/TcZL2kAcEg # CZN4zfy8wMlEXV4WnAEFTyJNAgMBAAGjggHmMIIB4jAQBgkrBgEEAYI3FQEEAwIB # ADAdBgNVHQ4EFgQU1WM6XIoxkPNDe3xGG8UzaFqFbVUwGQYJKwYBBAGCNxQCBAwe # CgBTAHUAYgBDAEEwCwYDVR0PBAQDAgGGMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0j # BBgwFoAU1fZWy4/oolxiaNE9lJBb186aGMQwVgYDVR0fBE8wTTBLoEmgR4ZFaHR0 # cDovL2NybC5taWNyb3NvZnQuY29tL3BraS9jcmwvcHJvZHVjdHMvTWljUm9vQ2Vy # QXV0XzIwMTAtMDYtMjMuY3JsMFoGCCsGAQUFBwEBBE4wTDBKBggrBgEFBQcwAoY+ # aHR0cDovL3d3dy5taWNyb3NvZnQuY29tL3BraS9jZXJ0cy9NaWNSb29DZXJBdXRf # MjAxMC0wNi0yMy5jcnQwgaAGA1UdIAEB/wSBlTCBkjCBjwYJKwYBBAGCNy4DMIGB # MD0GCCsGAQUFBwIBFjFodHRwOi8vd3d3Lm1pY3Jvc29mdC5jb20vUEtJL2RvY3Mv # Q1BTL2RlZmF1bHQuaHRtMEAGCCsGAQUFBwICMDQeMiAdAEwAZQBnAGEAbABfAFAA # bwBsAGkAYwB5AF8AUwB0AGEAdABlAG0AZQBuAHQALiAdMA0GCSqGSIb3DQEBCwUA # A4ICAQAH5ohRDeLG4Jg/gXEDPZ2joSFvs+umzPUxvs8F4qn++ldtGTCzwsVmyWrf # 9efweL3HqJ4l4/m87WtUVwgrUYJEEvu5U4zM9GASinbMQEBBm9xcF/9c+V4XNZgk # Vkt070IQyK+/f8Z/8jd9Wj8c8pl5SpFSAK84Dxf1L3mBZdmptWvkx872ynoAb0sw # RCQiPM/tA6WWj1kpvLb9BOFwnzJKJ/1Vry/+tuWOM7tiX5rbV0Dp8c6ZZpCM/2pi # f93FSguRJuI57BlKcWOdeyFtw5yjojz6f32WapB4pm3S4Zz5Hfw42JT0xqUKloak # vZ4argRCg7i1gJsiOCC1JeVk7Pf0v35jWSUPei45V3aicaoGig+JFrphpxHLmtgO # R5qAxdDNp9DvfYPw4TtxCd9ddJgiCGHasFAeb73x4QDf5zEHpJM692VHeOj4qEir # 995yfmFrb3epgcunCaw5u+zGy9iCtHLNHfS4hQEegPsbiSpUObJb2sgNVZl6h3M7 # COaYLeqN4DMuEin1wC9UJyH3yKxO2ii4sanblrKnQqLJzxlBTeCG+SqaoxFmMNO7 # dDJL32N79ZmKLxvHIa9Zta7cRDyXUHHXodLFVeNp3lfB0d4wwP3M5k37Db9dT+md # Hhk4L7zPWAUu7w2gUDXa7wknHNWzfjUeCLraNtvTX4/edIhJEqGCAs4wggI3AgEB # MIH4oYHQpIHNMIHKMQswCQYDVQQGEwJVUzELMAkGA1UECBMCV0ExEDAOBgNVBAcT # B1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEtMCsGA1UE # CxMkTWljcm9zb2Z0IElyZWxhbmQgT3BlcmF0aW9ucyBMaW1pdGVkMSYwJAYDVQQL # Ex1UaGFsZXMgVFNTIEVTTjoyQUQ0LTRCOTItRkEwMTElMCMGA1UEAxMcTWljcm9z # b2Z0IFRpbWUtU3RhbXAgc2VydmljZaIjCgEBMAcGBSsOAwIaAxUAzTZ24jTRpyU2 # peucTVbl/F0HEa2ggYMwgYCkfjB8MQswCQYDVQQGEwJVUzETMBEGA1UECBMKV2Fz # aGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0IENv # cnBvcmF0aW9uMSYwJAYDVQQDEx1NaWNyb3NvZnQgVGltZS1TdGFtcCBQQ0EgMjAx # MDANBgkqhkiG9w0BAQUFAAIFAN+FGScwIhgPMjAxODExMDExNDE4MTVaGA8yMDE4 # MTEwMjE0MTgxNVowdzA9BgorBgEEAYRZCgQBMS8wLTAKAgUA34UZJwIBADAKAgEA # AgIi4wIB/zAHAgEAAgISIjAKAgUA34ZqpwIBADA2BgorBgEEAYRZCgQCMSgwJjAM # BgorBgEEAYRZCgMCoAowCAIBAAIDB6EgoQowCAIBAAIDAYagMA0GCSqGSIb3DQEB # BQUAA4GBAFIFrA+WBGiB95sEH3XqRfOlFEd/djc+ckxuW2feQ3HbeU1eAV1p5I0k # grddxboawYD7kK+rkh6G51LF2hpkCC3x6vfnPJTskGMf8haEv+vRLARoNkTvfD1T # XFeJDEL5QQFh+sTIwya4J9DATtBdOLlgHeCvReduYMgIeqx2qmXtMYIDDTCCAwkC # AQEwgZMwfDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNV # BAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEmMCQG # A1UEAxMdTWljcm9zb2Z0IFRpbWUtU3RhbXAgUENBIDIwMTACEzMAAADXr1puwKo9 # zrYAAAAAANcwDQYJYIZIAWUDBAIBBQCgggFKMBoGCSqGSIb3DQEJAzENBgsqhkiG # 9w0BCRABBDAvBgkqhkiG9w0BCQQxIgQg7SFx4pvLXs+SoAFfyf6jNld++h5kw2sF # UtwKuVEWMy0wgfoGCyqGSIb3DQEJEAIvMYHqMIHnMIHkMIG9BCCljmAMJw9BHv3e # Sih0+yhBcs7IauKTg/VixBFGziTjODCBmDCBgKR+MHwxCzAJBgNVBAYTAlVTMRMw # EQYDVQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVN # aWNyb3NvZnQgQ29ycG9yYXRpb24xJjAkBgNVBAMTHU1pY3Jvc29mdCBUaW1lLVN0 # YW1wIFBDQSAyMDEwAhMzAAAA169absCqPc62AAAAAADXMCIEICF7ay72U/qy7UZD # kLoC1vH0iz+XlKnMQj4+7+lgSnpnMA0GCSqGSIb3DQEBCwUABIIBALI+csLk8ciS # jOqv3IiPIZtQB38eZeDFX7vUdhhJnsRZpqmxNZMeGxX1JoDUSBVEjLAmuK8pUxee # Mig29XaWuTDcllPeUP9LzAqpzWyBgcq3eeEN+vW2p9jmFxyqV9vwky/A2P+Pn9+s # CyOmN5sCtEydqjLyKciSK7F9g8dGaoblqJjmBh/48kZusYBzjcqu1lbY8MoSMUKa # fS+hhc/8jN8PwFVjiF15/qtNY0lQ8RQLtD11scfrhPrQ0lWCFyxV/28yese7fTOa # qSijcCjjb5gtcFdLmgAQc4Qeg4eXhBro//j0LPCkJlNStZbGhq/v/DI+wClPDzX3 # 7ad2R8dCCSg= # SIG # End signature block |