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/15/2018 00:30:14 # $PSDefaultParameterValues.Clear() Set-StrictMode -Version Latest function Test-DotNet { try { if (Get-ChildItem 'HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full\' -ErrorAction Stop | Get-ItemPropertyValue -Name Release | Foreach-Object { $_ -lt 461808 }) { throw ".NET Framework versions lower than 4.7.2 are not supported in Az. Please upgrade to .NET Framework 4.7.2 or higher." } } catch [System.Management.Automation.DriveNotFoundException] { Write-Verbose ".NET Framework version check failed." } } if ($true) { if ($PSVersionTable.PSVersion -lt [Version]'5.1') { throw "PowerShell versions lower than 5.1 are not supported in Az. Please upgrade to PowerShell 5.1 or higher." } Test-DotNet } if (Test-Path -Path "$PSScriptRoot\StartupScripts") { Get-ChildItem "$PSScriptRoot\StartupScripts" -ErrorAction Stop | ForEach-Object { . $_.FullName } } if (Get-Module AzureRM.profile) { Write-Warning "AzureRM.Profile already loaded. Az and AzureRM module cannot be run side-by-side, please run 'Uninstall-AzureRm' to remove all AzureRm modules from your machine. More information can be found here: https://aka.ms/azps-migration-guide" throw "AzureRM.Profile already loaded. Az and AzureRM module cannot be run side-by-side, please run 'Uninstall-AzureRm' to remove all AzureRm modules from your machine. More information can be found here: https://aka.ms/azps-migration-guide" } $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.6.0") -lt 0) { Write-Error "This module requires Az.Profile version 0.6.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.6.0 -Scope Global } $module = Get-Module Az.Aks if ($module -ne $null -and $module.Version.ToString().CompareTo("0.6.0") -lt 0) { Write-Error "This module requires Az.Aks version 0.6.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.6.0 -Scope Global } $module = Get-Module Az.AnalysisServices if ($module -ne $null -and $module.Version.ToString().CompareTo("0.6.0") -lt 0) { Write-Error "This module requires Az.AnalysisServices version 0.6.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.6.0 -Scope Global } $module = Get-Module Az.ApiManagement if ($module -ne $null -and $module.Version.ToString().CompareTo("0.6.0") -lt 0) { Write-Error "This module requires Az.ApiManagement version 0.6.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.6.0 -Scope Global } $module = Get-Module Az.ApplicationInsights if ($module -ne $null -and $module.Version.ToString().CompareTo("0.6.0") -lt 0) { Write-Error "This module requires Az.ApplicationInsights version 0.6.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.6.0 -Scope Global } $module = Get-Module Az.Automation if ($module -ne $null -and $module.Version.ToString().CompareTo("0.6.0") -lt 0) { Write-Error "This module requires Az.Automation version 0.6.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.6.0 -Scope Global } $module = Get-Module Az.Batch if ($module -ne $null -and $module.Version.ToString().CompareTo("0.6.0") -lt 0) { Write-Error "This module requires Az.Batch version 0.6.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.6.0 -Scope Global } $module = Get-Module Az.Billing if ($module -ne $null -and $module.Version.ToString().CompareTo("0.6.0") -lt 0) { Write-Error "This module requires Az.Billing version 0.6.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.6.0 -Scope Global } $module = Get-Module Az.Cdn if ($module -ne $null -and $module.Version.ToString().CompareTo("0.6.0") -lt 0) { Write-Error "This module requires Az.Cdn version 0.6.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.6.0 -Scope Global } $module = Get-Module Az.CognitiveServices if ($module -ne $null -and $module.Version.ToString().CompareTo("0.6.0") -lt 0) { Write-Error "This module requires Az.CognitiveServices version 0.6.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.6.0 -Scope Global } $module = Get-Module Az.Compute if ($module -ne $null -and $module.Version.ToString().CompareTo("0.6.0") -lt 0) { Write-Error "This module requires Az.Compute version 0.6.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.6.0 -Scope Global } $module = Get-Module Az.Consumption if ($module -ne $null -and $module.Version.ToString().CompareTo("0.6.0") -lt 0) { Write-Error "This module requires Az.Consumption version 0.6.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.6.0 -Scope Global } $module = Get-Module Az.ContainerInstance if ($module -ne $null -and $module.Version.ToString().CompareTo("0.6.0") -lt 0) { Write-Error "This module requires Az.ContainerInstance version 0.6.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.6.0 -Scope Global } $module = Get-Module Az.ContainerRegistry if ($module -ne $null -and $module.Version.ToString().CompareTo("0.6.0") -lt 0) { Write-Error "This module requires Az.ContainerRegistry version 0.6.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.6.0 -Scope Global } $module = Get-Module Az.DataLakeAnalytics if ($module -ne $null -and $module.Version.ToString().CompareTo("0.6.0") -lt 0) { Write-Error "This module requires Az.DataLakeAnalytics version 0.6.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.6.0 -Scope Global } $module = Get-Module Az.DataLakeStore if ($module -ne $null -and $module.Version.ToString().CompareTo("0.6.0") -lt 0) { Write-Error "This module requires Az.DataLakeStore version 0.6.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.6.0 -Scope Global } $module = Get-Module Az.DevTestLabs if ($module -ne $null -and $module.Version.ToString().CompareTo("0.6.0") -lt 0) { Write-Error "This module requires Az.DevTestLabs version 0.6.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.6.0 -Scope Global } $module = Get-Module Az.Dns if ($module -ne $null -and $module.Version.ToString().CompareTo("0.6.0") -lt 0) { Write-Error "This module requires Az.Dns version 0.6.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.6.0 -Scope Global } $module = Get-Module Az.EventGrid if ($module -ne $null -and $module.Version.ToString().CompareTo("0.6.0") -lt 0) { Write-Error "This module requires Az.EventGrid version 0.6.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.6.0 -Scope Global } $module = Get-Module Az.EventHub if ($module -ne $null -and $module.Version.ToString().CompareTo("0.6.0") -lt 0) { Write-Error "This module requires Az.EventHub version 0.6.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.6.0 -Scope Global } $module = Get-Module Az.Insights if ($module -ne $null -and $module.Version.ToString().CompareTo("0.6.0") -lt 0) { Write-Error "This module requires Az.Insights version 0.6.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.6.0 -Scope Global } $module = Get-Module Az.IotHub if ($module -ne $null -and $module.Version.ToString().CompareTo("0.6.0") -lt 0) { Write-Error "This module requires Az.IotHub version 0.6.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.6.0 -Scope Global } $module = Get-Module Az.KeyVault if ($module -ne $null -and $module.Version.ToString().CompareTo("0.6.0") -lt 0) { Write-Error "This module requires Az.KeyVault version 0.6.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.6.0 -Scope Global } $module = Get-Module Az.LogicApp if ($module -ne $null -and $module.Version.ToString().CompareTo("0.6.0") -lt 0) { Write-Error "This module requires Az.LogicApp version 0.6.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.6.0 -Scope Global } $module = Get-Module Az.MachineLearning if ($module -ne $null -and $module.Version.ToString().CompareTo("0.6.0") -lt 0) { Write-Error "This module requires Az.MachineLearning version 0.6.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.6.0 -Scope Global } $module = Get-Module Az.MachineLearningCompute if ($module -ne $null -and $module.Version.ToString().CompareTo("0.6.0") -lt 0) { Write-Error "This module requires Az.MachineLearningCompute version 0.6.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.6.0 -Scope Global } $module = Get-Module Az.MarketplaceOrdering if ($module -ne $null -and $module.Version.ToString().CompareTo("0.6.0") -lt 0) { Write-Error "This module requires Az.MarketplaceOrdering version 0.6.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.6.0 -Scope Global } $module = Get-Module Az.Media if ($module -ne $null -and $module.Version.ToString().CompareTo("0.6.0") -lt 0) { Write-Error "This module requires Az.Media version 0.6.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.6.0 -Scope Global } $module = Get-Module Az.Network if ($module -ne $null -and $module.Version.ToString().CompareTo("0.6.0") -lt 0) { Write-Error "This module requires Az.Network version 0.6.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.6.0 -Scope Global } $module = Get-Module Az.NotificationHubs if ($module -ne $null -and $module.Version.ToString().CompareTo("0.6.0") -lt 0) { Write-Error "This module requires Az.NotificationHubs version 0.6.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.6.0 -Scope Global } $module = Get-Module Az.PolicyInsights if ($module -ne $null -and $module.Version.ToString().CompareTo("0.6.0") -lt 0) { Write-Error "This module requires Az.PolicyInsights version 0.6.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.6.0 -Scope Global } $module = Get-Module Az.OperationalInsights if ($module -ne $null -and $module.Version.ToString().CompareTo("0.6.0") -lt 0) { Write-Error "This module requires Az.OperationalInsights version 0.6.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.6.0 -Scope Global } $module = Get-Module Az.PowerBIEmbedded if ($module -ne $null -and $module.Version.ToString().CompareTo("0.6.0") -lt 0) { Write-Error "This module requires Az.PowerBIEmbedded version 0.6.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.6.0 -Scope Global } $module = Get-Module Az.RecoveryServices if ($module -ne $null -and $module.Version.ToString().CompareTo("0.6.0") -lt 0) { Write-Error "This module requires Az.RecoveryServices version 0.6.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.6.0 -Scope Global } $module = Get-Module Az.RedisCache if ($module -ne $null -and $module.Version.ToString().CompareTo("0.6.0") -lt 0) { Write-Error "This module requires Az.RedisCache version 0.6.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.6.0 -Scope Global } $module = Get-Module Az.Relay if ($module -ne $null -and $module.Version.ToString().CompareTo("0.6.0") -lt 0) { Write-Error "This module requires Az.Relay version 0.6.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.6.0 -Scope Global } $module = Get-Module Az.Resources if ($module -ne $null -and $module.Version.ToString().CompareTo("0.6.0") -lt 0) { Write-Error "This module requires Az.Resources version 0.6.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.6.0 -Scope Global } $module = Get-Module Az.ServiceBus if ($module -ne $null -and $module.Version.ToString().CompareTo("0.6.0") -lt 0) { Write-Error "This module requires Az.ServiceBus version 0.6.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.6.0 -Scope Global } $module = Get-Module Az.ServiceFabric if ($module -ne $null -and $module.Version.ToString().CompareTo("0.6.0") -lt 0) { Write-Error "This module requires Az.ServiceFabric version 0.6.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.6.0 -Scope Global } $module = Get-Module Az.SignalR if ($module -ne $null -and $module.Version.ToString().CompareTo("0.6.0") -lt 0) { Write-Error "This module requires Az.SignalR version 0.6.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.6.0 -Scope Global } $module = Get-Module Az.Sql if ($module -ne $null -and $module.Version.ToString().CompareTo("0.6.0") -lt 0) { Write-Error "This module requires Az.Sql version 0.6.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.6.0 -Scope Global } $module = Get-Module Az.Storage if ($module -ne $null -and $module.Version.ToString().CompareTo("0.6.0") -lt 0) { Write-Error "This module requires Az.Storage version 0.6.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.6.0 -Scope Global } $module = Get-Module Az.StreamAnalytics if ($module -ne $null -and $module.Version.ToString().CompareTo("0.6.0") -lt 0) { Write-Error "This module requires Az.StreamAnalytics version 0.6.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.6.0 -Scope Global } $module = Get-Module Az.Tags if ($module -ne $null -and $module.Version.ToString().CompareTo("0.6.0") -lt 0) { Write-Error "This module requires Az.Tags version 0.6.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.6.0 -Scope Global } $module = Get-Module Az.TrafficManager if ($module -ne $null -and $module.Version.ToString().CompareTo("0.6.0") -lt 0) { Write-Error "This module requires Az.TrafficManager version 0.6.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.6.0 -Scope Global } $module = Get-Module Az.UsageAggregates if ($module -ne $null -and $module.Version.ToString().CompareTo("0.6.0") -lt 0) { Write-Error "This module requires Az.UsageAggregates version 0.6.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.6.0 -Scope Global } $module = Get-Module Az.Websites if ($module -ne $null -and $module.Version.ToString().CompareTo("0.6.0") -lt 0) { Write-Error "This module requires Az.Websites version 0.6.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.6.0 -Scope Global } $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 # MIIjowYJKoZIhvcNAQcCoIIjlDCCI5ACAQExDzANBglghkgBZQMEAgEFADB5Bgor # BgEEAYI3AgEEoGswaTA0BgorBgEEAYI3AgEeMCYCAwEAAAQQH8w7YFlLCE63JNLG # KX7zUQIBAAIBAAIBAAIBAAIBADAxMA0GCWCGSAFlAwQCAQUABCCyVpDqgDN5R7o2 # Ym3Gc26h3rWcOb/mPRRCp8u5ytPj6KCCDYEwggX/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/BvW1taslScxMNelDNMYIVeDCCFXQCAQEwgZUwfjELMAkG # A1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQx # HjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEoMCYGA1UEAxMfTWljcm9z # b2Z0IENvZGUgU2lnbmluZyBQQ0EgMjAxMQITMwAAAQNeJRyZH6MeuAAAAAABAzAN # BglghkgBZQMEAgEFAKCBzDAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIBBDAcBgor # BgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAvBgkqhkiG9w0BCQQxIgQguujb8QYQ # +WASkv1lfJJpRZxn5VFNpKemrAwiOjYpvYEwYAYKKwYBBAGCNwIBDDFSMFCgNoA0 # AE0AaQBjAHIAbwBzAG8AZgB0ACAAQQB6AHUAcgBlACAAUABvAHcAZQByAFMAaABl # AGwAbKEWgBRodHRwOi8vQ29kZVNpZ25JbmZvIDANBgkqhkiG9w0BAQEFAASCAQBL # wIZmFr+mQHSm0KjoSQfpD/vhVixRpAjgNZ2/v9cwaZ+w4SqLKVj0ARahnVzjKr7Q # F4vY+H/9bLWTJxJE9cl+CiBuEBqIsCcr1rFkscK+L+3KqVF3/7AqaLsSh5Gz1599 # mMiVXOtyb0ckdn7OovDrzpF8rp4iMnsi/G+0NSQ24gHJBz+jMNDoxXdfyqhCDX0E # g9ykEr0k9AYMmce/vFr5EqpaLeMvSq4nDqqKYrw6/yKypXKhZQMBAAOxtke9saWB # H6nxwOm9hmvxr6Di0B2vgLcw5H7SImu1cZo2u3CJpkxY5aRCPPtT/CgGo7kYxD5x # J8u4HKuMXtzm+ROPHodhoYIS5DCCEuAGCisGAQQBgjcDAwExghLQMIISzAYJKoZI # hvcNAQcCoIISvTCCErkCAQMxDzANBglghkgBZQMEAgEFADCCAVAGCyqGSIb3DQEJ # EAEEoIIBPwSCATswggE3AgEBBgorBgEEAYRZCgMBMDEwDQYJYIZIAWUDBAIBBQAE # IORDW+dwCDtYaW0Pc+sZM2kfZA85+/aDIjcsjIbdNICUAgZb2yBVLAsYEjIwMTgx # MTE1MDAzMDU5LjM2WjAEgAIB9KCB0KSBzTCByjELMAkGA1UEBhMCVVMxCzAJBgNV # BAgTAldBMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29y # cG9yYXRpb24xLTArBgNVBAsTJE1pY3Jvc29mdCBJcmVsYW5kIE9wZXJhdGlvbnMg # TGltaXRlZDEmMCQGA1UECxMdVGhhbGVzIFRTUyBFU046RkM0MS00QkQ0LUQyMjAx # JTAjBgNVBAMTHE1pY3Jvc29mdCBUaW1lLVN0YW1wIHNlcnZpY2Wggg48MIIE8TCC # A9mgAwIBAgITMwAAAOGcqCPPPSEhhwAAAAAA4TANBgkqhkiG9w0BAQsFADB8MQsw # CQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9u # ZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMSYwJAYDVQQDEx1NaWNy # b3NvZnQgVGltZS1TdGFtcCBQQ0EgMjAxMDAeFw0xODA4MjMyMDI3MDJaFw0xOTEx # MjMyMDI3MDJaMIHKMQswCQYDVQQGEwJVUzELMAkGA1UECBMCV0ExEDAOBgNVBAcT # B1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEtMCsGA1UE # CxMkTWljcm9zb2Z0IElyZWxhbmQgT3BlcmF0aW9ucyBMaW1pdGVkMSYwJAYDVQQL # Ex1UaGFsZXMgVFNTIEVTTjpGQzQxLTRCRDQtRDIyMDElMCMGA1UEAxMcTWljcm9z # b2Z0IFRpbWUtU3RhbXAgc2VydmljZTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCC # AQoCggEBAJvhrH0LWs8Pa72NDWnSakVkNQXGdlob5H+nmMJfx/haKB7dEtZ69dew # 01Z5cXBCyqGO2Xr4m2Uii/4MGbBcGDrzwdBKMGQJ4oCj/N4f+0zM+RK7BsSYSd9K # vv1jCM9aqjvTdJ3a6noaYm+5QufvXMMTZfmhbKa72MnGrs8vtRdOKMBTtYcSSscw # HnZMMxmuYl04JLuHjTlIBgxoMnjkZc0doBBDNbJipcG11uCZyiEmHegokEn8rx+7 # LRIM03NaA4XIJBCu9S0o9EKucxH/KV7dnar1WkpG5MsqOyTFokIac4HH7bIIQQgf # cPsrJqxo6m9Unov6RpQvLJJt0Jhv9x0CAwEAAaOCARswggEXMB0GA1UdDgQWBBT/ # AlutaLbKjm+FAs/F5FwNXsi4PDAfBgNVHSMEGDAWgBTVYzpcijGQ80N7fEYbxTNo # WoVtVTBWBgNVHR8ETzBNMEugSaBHhkVodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20v # cGtpL2NybC9wcm9kdWN0cy9NaWNUaW1TdGFQQ0FfMjAxMC0wNy0wMS5jcmwwWgYI # KwYBBQUHAQEETjBMMEoGCCsGAQUFBzAChj5odHRwOi8vd3d3Lm1pY3Jvc29mdC5j # b20vcGtpL2NlcnRzL01pY1RpbVN0YVBDQV8yMDEwLTA3LTAxLmNydDAMBgNVHRMB # Af8EAjAAMBMGA1UdJQQMMAoGCCsGAQUFBwMIMA0GCSqGSIb3DQEBCwUAA4IBAQAb # cQlO2+9iK1sqSyxFYSRuJxqHjMDRTKi+ZnVjNNGMUfYwlyaJn6ntWPz7rKXrFfUn # btVLxFOKhJByuAt41s5GdVJssNwhdVLqJ0ebeIBpvSAeNIdWTiHPuAkiiKYWM+mp # SFqeOgzd7hk/OuI26alUjBEkOJCx2AEe1P31MwB2n4c1NkJJPaZ9h7fYVwmec1Ya # sqXN4x/+8y8cwi/g5DBNyvNToL6yUqZS0e3svqrW2gKOQNAN+QpDM0Tf/Xxr4zKT # BRRK0DhVAG5qWgNh35vgJnpUAj22AZ8++fLTUiVtLQebEJsyzeliDnHxfF1vPbmY # YgT5SvK0HXIbIeBv6f7HMIIGcTCCBFmgAwIBAgIKYQmBKgAAAAAAAjANBgkqhkiG # 9w0BAQsFADCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAO # BgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEy # MDAGA1UEAxMpTWljcm9zb2Z0IFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIw # MTAwHhcNMTAwNzAxMjEzNjU1WhcNMjUwNzAxMjE0NjU1WjB8MQswCQYDVQQGEwJV # UzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9uZDEeMBwGA1UE # ChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMSYwJAYDVQQDEx1NaWNyb3NvZnQgVGlt # ZS1TdGFtcCBQQ0EgMjAxMDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEB # AKkdDbx3EYo6IOz8E5f1+n9plGt0VBDVpQoAgoX77XxoSyxfxcPlYcJ2tz5mK1vw # FVMnBDEfQRsalR3OCROOfGEwWbEwRA/xYIiEVEMM1024OAizQt2TrNZzMFcmgqNF # DdDq9UeBzb8kYDJYYEbyWEeGMoQedGFnkV+BVLHPk0ySwcSmXdFhE24oxhr5hoC7 # 32H8RsEnHSRnEnIaIYqvS2SJUGKxXf13Hz3wV3WsvYpCTUBR0Q+cBj5nf/VmwAOW # RH7v0Ev9buWayrGo8noqCjHw2k4GkbaICDXoeByw6ZnNPOcvRLqn9NxkvaQBwSAJ # k3jN/LzAyURdXhacAQVPIk0CAwEAAaOCAeYwggHiMBAGCSsGAQQBgjcVAQQDAgEA # MB0GA1UdDgQWBBTVYzpcijGQ80N7fEYbxTNoWoVtVTAZBgkrBgEEAYI3FAIEDB4K # AFMAdQBiAEMAQTALBgNVHQ8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAfBgNVHSME # GDAWgBTV9lbLj+iiXGJo0T2UkFvXzpoYxDBWBgNVHR8ETzBNMEugSaBHhkVodHRw # Oi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpL2NybC9wcm9kdWN0cy9NaWNSb29DZXJB # dXRfMjAxMC0wNi0yMy5jcmwwWgYIKwYBBQUHAQEETjBMMEoGCCsGAQUFBzAChj5o # dHRwOi8vd3d3Lm1pY3Jvc29mdC5jb20vcGtpL2NlcnRzL01pY1Jvb0NlckF1dF8y # MDEwLTA2LTIzLmNydDCBoAYDVR0gAQH/BIGVMIGSMIGPBgkrBgEEAYI3LgMwgYEw # PQYIKwYBBQUHAgEWMWh0dHA6Ly93d3cubWljcm9zb2Z0LmNvbS9QS0kvZG9jcy9D # UFMvZGVmYXVsdC5odG0wQAYIKwYBBQUHAgIwNB4yIB0ATABlAGcAYQBsAF8AUABv # AGwAaQBjAHkAXwBTAHQAYQB0AGUAbQBlAG4AdAAuIB0wDQYJKoZIhvcNAQELBQAD # ggIBAAfmiFEN4sbgmD+BcQM9naOhIW+z66bM9TG+zwXiqf76V20ZMLPCxWbJat/1 # 5/B4vceoniXj+bzta1RXCCtRgkQS+7lTjMz0YBKKdsxAQEGb3FwX/1z5Xhc1mCRW # S3TvQhDIr79/xn/yN31aPxzymXlKkVIArzgPF/UveYFl2am1a+THzvbKegBvSzBE # JCI8z+0DpZaPWSm8tv0E4XCfMkon/VWvL/625Y4zu2JfmttXQOnxzplmkIz/amJ/ # 3cVKC5Em4jnsGUpxY517IW3DnKOiPPp/fZZqkHimbdLhnPkd/DjYlPTGpQqWhqS9 # nhquBEKDuLWAmyI4ILUl5WTs9/S/fmNZJQ96LjlXdqJxqgaKD4kWumGnEcua2A5H # moDF0M2n0O99g/DhO3EJ3110mCIIYdqwUB5vvfHhAN/nMQekkzr3ZUd46PioSKv3 # 3nJ+YWtvd6mBy6cJrDm77MbL2IK0cs0d9LiFAR6A+xuJKlQ5slvayA1VmXqHczsI # 5pgt6o3gMy4SKfXAL1QnIffIrE7aKLixqduWsqdCosnPGUFN4Ib5KpqjEWYw07t0 # MkvfY3v1mYovG8chr1m1rtxEPJdQcdeh0sVV42neV8HR3jDA/czmTfsNv11P6Z0e # GTgvvM9YBS7vDaBQNdrvCScc1bN+NR4Iuto229Nfj950iEkSoYICzjCCAjcCAQEw # gfihgdCkgc0wgcoxCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJXQTEQMA4GA1UEBxMH # UmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMS0wKwYDVQQL # EyRNaWNyb3NvZnQgSXJlbGFuZCBPcGVyYXRpb25zIExpbWl0ZWQxJjAkBgNVBAsT # HVRoYWxlcyBUU1MgRVNOOkZDNDEtNEJENC1EMjIwMSUwIwYDVQQDExxNaWNyb3Nv # ZnQgVGltZS1TdGFtcCBzZXJ2aWNloiMKAQEwBwYFKw4DAhoDFQBB33iP2WWCQDtk # ZKLUXodkQcCcTaCBgzCBgKR+MHwxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpXYXNo # aW5ndG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29y # cG9yYXRpb24xJjAkBgNVBAMTHU1pY3Jvc29mdCBUaW1lLVN0YW1wIFBDQSAyMDEw # MA0GCSqGSIb3DQEBBQUAAgUA35bCETAiGA8yMDE4MTExNDIzNDcyOVoYDzIwMTgx # MTE1MjM0NzI5WjB3MD0GCisGAQQBhFkKBAExLzAtMAoCBQDflsIRAgEAMAoCAQAC # AiWmAgH/MAcCAQACAhF1MAoCBQDfmBORAgEAMDYGCisGAQQBhFkKBAIxKDAmMAwG # CisGAQQBhFkKAwKgCjAIAgEAAgMHoSChCjAIAgEAAgMBhqAwDQYJKoZIhvcNAQEF # BQADgYEAwhkn6WbMC/y3w/acBqTk8J7mQU1+jjWgoNZxE5QLimGeDM9uYxtEfk9D # o0ZBvHZH9LjNaesANaM7SeUig4vDntpFJeaYMij30R8rNr+3B0y4ouPLxZyLvURo # KNEIfcXrtYb7LnTb1S4re+/jRqGerkDf9pA6CZZXSLjt8NdLyDAxggMNMIIDCQIB # ATCBkzB8MQswCQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UE # BxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMSYwJAYD # VQQDEx1NaWNyb3NvZnQgVGltZS1TdGFtcCBQQ0EgMjAxMAITMwAAAOGcqCPPPSEh # hwAAAAAA4TANBglghkgBZQMEAgEFAKCCAUowGgYJKoZIhvcNAQkDMQ0GCyqGSIb3 # DQEJEAEEMC8GCSqGSIb3DQEJBDEiBCDzFR4hDjJ1DDhASanJi/Zovy1svoWv4UVG # 7ci6c5WrcjCB+gYLKoZIhvcNAQkQAi8xgeowgecwgeQwgb0EILxo72txumUJwo/j # S6KPUn9+XDxQXc4BaS+pMzwzr2zeMIGYMIGApH4wfDELMAkGA1UEBhMCVVMxEzAR # BgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1p # Y3Jvc29mdCBDb3Jwb3JhdGlvbjEmMCQGA1UEAxMdTWljcm9zb2Z0IFRpbWUtU3Rh # bXAgUENBIDIwMTACEzMAAADhnKgjzz0hIYcAAAAAAOEwIgQgv1E0QpVzq3O5Dnou # KYm7fJuCfZxJjfimAZ7IC+GeH1YwDQYJKoZIhvcNAQELBQAEggEASJmV5SaVQhW6 # 9gVItRSz2df2/jqgoRbgIEwpSrlj8GkyH0ZC0rgmJgHzdxnzYoVba5xdp2QcUUwK # KY9ByLCCJLD/ZfljTC8dOQFMsBsL2dPqHxH5baRRXIB3B4helAMYa/C6dVQNWS0o # tSEG83oyzSbH0HYv50uCNnRwUloVBMpNyCsVqSWshEfDDQw4yprQm64il174uGff # +8CWELTxRP9fkkD5nk3o/eBhfww/lxqBuUBbZeR4SS7xPhuG4nsVDgGtKjl2WHBs # LYlO/1Og30yCAhV4resR18QD4xS5qgSioSjLGHvmiH8aeL1DHe4maqF0BlmbA11T # Ak12V3EUgw== # SIG # End signature block |