liprec / vsts-release-aas

Repository for my Analysis Service Azure pipelines tasks related to Azure Analysis Service or Power BI Premium
Other
27 stars 28 forks source link

Task throws exceptions from V1.2.0 to V1.2.3 #14

Closed ToothlessGear closed 5 years ago

ToothlessGear commented 5 years ago

Hi,

there seems to be an issue in the new versions since 10th March 2018. Unfortunately I can't revert to an old version in Azure DevOps, since it only has Version 1.* in the dropdown available. I also tried to Upgrade the Global AzureRM.profile module to 5.8.3, but this also didn't help.

AzureRM Version: 6.13.1 AzureRM.profile: 5.8.3

2019-03-12T12:32:35.2613978Z ##[debug]Caught exception from task script.
2019-03-12T12:32:35.2656890Z ##[debug]Error record:
2019-03-12T12:32:35.3524863Z ##[debug]Import-Module : The following error occurred while loading the extended type data file: Error in TypeData "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer": The TypeConverter was ignored because it already occurs.
2019-03-12T12:32:35.3537706Z ##[debug]Error in TypeData "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer": The member SerializationDepth is already present.
2019-03-12T12:32:35.3550851Z ##[debug]Error in TypeData "Microsoft.Azure.Commands.Common.Authentication.ProtectedFileTokenCache": The member PropertySerializationSet is already present.
2019-03-12T12:32:35.3564761Z ##[debug]Error in TypeData "Microsoft.Azure.Commands.Common.Authentication.ProtectedFileTokenCache": The member SerializationMethod is already present.
2019-03-12T12:32:35.3578399Z ##[debug]Error in TypeData "Microsoft.Azure.Commands.Common.Authentication.AuthenticationStoreTokenCache": The member PropertySerializationSet is already present.
2019-03-12T12:32:35.3592768Z ##[debug]Error in TypeData "Microsoft.Azure.Commands.Common.Authentication.AuthenticationStoreTokenCache": The member SerializationMethod is already present.
2019-03-12T12:32:35.3606355Z ##[debug]Error in TypeData "Microsoft.Azure.Commands.Profile.Models.PSAzureContext": The member SerializationDepth is already present.
2019-03-12T12:32:35.3619982Z ##[debug]Error in TypeData "Microsoft.Azure.Commands.Profile.Models.PSAzureProfile": The member SerializationDepth is already present.
2019-03-12T12:32:35.3645531Z ##[debug]At C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.3\ps_modules\VstsAzureHelpers_\ImportFunctions.ps1:88 char:44
2019-03-12T12:32:35.3659672Z ##[debug]+ ... ileModule = Import-Module -Name $profileModule.Path -Global -PassThru ...
2019-03-12T12:32:35.3673194Z ##[debug]+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2019-03-12T12:32:35.3687578Z ##[debug]    + CategoryInfo          : InvalidOperation: (:) [Import-Module], RuntimeException
2019-03-12T12:32:35.3701371Z ##[debug]    + FullyQualifiedErrorId : FormatXmlUpdateException,Microsoft.PowerShell.Commands.ImportModuleCommand
2019-03-12T12:32:35.3714918Z ##[debug] 
2019-03-12T12:32:35.3736401Z ##[debug]Script stack trace:
2019-03-12T12:32:35.3773458Z ##[debug]at Import-FromModulePath, C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.3\ps_modules\VstsAzureHelpers_\ImportFunctions.ps1: line 88
2019-03-12T12:32:35.3787273Z ##[debug]at Import-AzureModule, C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.3\ps_modules\VstsAzureHelpers_\ImportFunctions.ps1: line 29
2019-03-12T12:32:35.3802705Z ##[debug]at Initialize-Azure, C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.3\ps_modules\VstsAzureHelpers_\VstsAzureHelpers_.psm1: line 47
2019-03-12T12:32:35.3816109Z ##[debug]at <ScriptBlock>, C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.3\deploy-aas-db.ps1: line 13
2019-03-12T12:32:35.3830754Z ##[debug]at <ScriptBlock>, <No file>: line 1
2019-03-12T12:32:35.3845065Z ##[debug]at <ScriptBlock>, <No file>: line 22
2019-03-12T12:32:35.3858264Z ##[debug]at <ScriptBlock>, <No file>: line 18
2019-03-12T12:32:35.3872367Z ##[debug]at <ScriptBlock>, <No file>: line 1
cevipu commented 5 years ago

I also have the same issue... Please help`

2019-03-13T00:26:30.0727196Z ##[command]Import-Module -Name C:\Program Files\WindowsPowerShell\Modules\AzureRM\6.13.1\AzureRM.psd1 -Global 2019-03-13T00:26:30.3691610Z ##[error]The following error occurred while loading the extended type data file: Error in TypeData "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer": The TypeConverter was ignored because it already occurs. Error in TypeData "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer": The member SerializationDepth is already present. Error in TypeData "Microsoft.Azure.Commands.Common.Authentication.ProtectedFileTokenCache": The member PropertySerializationSet is already present. Error in TypeData "Microsoft.Azure.Commands.Common.Authentication.ProtectedFileTokenCache": The member SerializationMethod is already present. Error in TypeData "Microsoft.Azure.Commands.Common.Authentication.AuthenticationStoreTokenCache": The member PropertySerializationSet is already present. Error in TypeData "Microsoft.Azure.Commands.Common.Authentication.AuthenticationStoreTokenCache": The member SerializationMethod is already present. Error in TypeData "Microsoft.Azure.Commands.Profile.Models.PSAzureContext": The member SerializationDepth is already present. Error in TypeData "Microsoft.Azure.Commands.Profile.Models.PSAzureProfile": The member SerializationDepth is already present.

liprec commented 5 years ago

@ToothlessGear are you running your own agent?

liprec commented 5 years ago

I have published a new version with updated SDK + Helper functions that should work with private agents. Can you please validate?

ToothlessGear commented 5 years ago

@liprec Thank you for the quick patch, unfortunately I still don't get it to work. Yes, this is a private agent version 2.147.1.

I also tried to

Here's the full log:

2019-03-13T08:54:19.8131645Z ==============================================================================
2019-03-13T08:54:19.8131812Z Task         : Azure Analysis Service Deployment
2019-03-13T08:54:19.8131897Z Description  : Deploy Azure Analysis Service databases
2019-03-13T08:54:19.8132013Z Version      : 1.2.4
2019-03-13T08:54:19.8132081Z Author       : Jan Pieter Posthuma
2019-03-13T08:54:19.8132182Z Help         : [More Information](https://github.com/liprec/vsts-deploy-aas)
2019-03-13T08:54:19.8132278Z ==============================================================================
2019-03-13T08:54:20.9072432Z ##[debug]VstsTaskSdk 0.11.0 commit 7ff27a3e0bdd6f7b06690ae5f5b63cb84d0f23f4
2019-03-13T08:54:21.0894566Z ##[debug]Entering C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\deploy-aas-db.ps1.
2019-03-13T08:54:21.1052429Z ##[debug]Loading module from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\deploy-aas-db.psm1'.
2019-03-13T08:54:21.1268212Z ##[debug]Exporting function 'ReadModel'.
2019-03-13T08:54:21.1290002Z ##[debug]Exporting function 'RenameModel'.
2019-03-13T08:54:21.1313289Z ##[debug]Exporting function 'RemoveSecurityIds'.
2019-03-13T08:54:21.1336617Z ##[debug]Exporting function 'ApplySQLSecurity'.
2019-03-13T08:54:21.1360207Z ##[debug]Exporting function 'RemoveModel'.
2019-03-13T08:54:21.1381712Z ##[debug]Exporting function 'PrepareCommand'.
2019-03-13T08:54:21.1413275Z ##[debug]Exporting function 'DeployModel'.
2019-03-13T08:54:21.1425013Z ##[debug]Exporting function 'ProcessMessages'.
2019-03-13T08:54:21.1448985Z ##[debug]Exporting function 'SetASContext'.
2019-03-13T08:54:21.1470074Z ##[debug]Exporting function 'AddCurrentServerToASFirewall'.
2019-03-13T08:54:21.1491232Z ##[debug]Exporting function 'RemoveCurrentServerFromASFirewall'.
2019-03-13T08:54:21.1513929Z ##[debug]Importing function 'AddCurrentServerToASFirewall'.
2019-03-13T08:54:21.1534867Z ##[debug]Importing function 'ApplySQLSecurity'.
2019-03-13T08:54:21.1555789Z ##[debug]Importing function 'DeployModel'.
2019-03-13T08:54:21.1578141Z ##[debug]Importing function 'PrepareCommand'.
2019-03-13T08:54:21.1604321Z ##[debug]Importing function 'ProcessMessages'.
2019-03-13T08:54:21.1622680Z ##[debug]Importing function 'ReadModel'.
2019-03-13T08:54:21.1642532Z ##[debug]Importing function 'RemoveCurrentServerFromASFirewall'.
2019-03-13T08:54:21.1662849Z ##[debug]Importing function 'RemoveModel'.
2019-03-13T08:54:21.1683834Z ##[debug]Importing function 'RemoveSecurityIds'.
2019-03-13T08:54:21.1703901Z ##[debug]Importing function 'RenameModel'.
2019-03-13T08:54:21.1725118Z ##[debug]Importing function 'SetASContext'.
2019-03-13T08:54:21.1758172Z ##[debug]Loading module from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\VstsAzureHelpers_\VstsAzureHelpers_.psm1'.
2019-03-13T08:54:21.1995578Z ##[debug]$OVERRIDING $global:DebugPreference from 'Continue' to 'SilentlyContinue'.
2019-03-13T08:54:21.2035770Z ##[debug]Loading resource strings from: C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\VstsAzureHelpers_/module.json
2019-03-13T08:54:21.2353847Z ##[debug]Loaded 13 strings.
2019-03-13T08:54:21.2405746Z ##[debug]SYSTEM_CULTURE: 'en-US'
2019-03-13T08:54:21.2434855Z ##[debug]Loading resource strings from: C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\VstsAzureHelpers_\Strings\resources.resjson\en-US\resources.resjson
2019-03-13T08:54:21.2757580Z ##[debug]Loaded 13 strings.
2019-03-13T08:54:21.3019068Z ##[debug]Entering Get-VstsWebProxy.
2019-03-13T08:54:21.3869386Z ##[debug]AGENT_VERSION: '2.147.1'
2019-03-13T08:54:21.3870064Z ##[debug]AGENT_PROXYURL (empty)
2019-03-13T08:54:21.3872497Z ##[debug]AGENT_PROXYUSERNAME (empty)
2019-03-13T08:54:21.3872849Z ##[debug]AGENT_PROXYPASSWORD (empty)
2019-03-13T08:54:21.3873113Z ##[debug]AGENT_PROXYBYPASSLIST (empty)
2019-03-13T08:54:21.3873379Z ##[debug]Leaving Get-VstsWebProxy.
2019-03-13T08:54:21.3873785Z ##[debug]Loading module from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\TlsHelper_\TlsHelper_.psm1'.
2019-03-13T08:54:21.3899831Z ##[debug]Loading resource strings from: C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\TlsHelper_/module.json
2019-03-13T08:54:21.4017438Z ##[debug]Loaded 3 strings.
2019-03-13T08:54:21.4049918Z ##[debug]SYSTEM_CULTURE: 'en-US'
2019-03-13T08:54:21.4078087Z ##[debug]Loading resource strings from: C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\TlsHelper_\Strings\resources.resjson\en-US\resources.resjson
2019-03-13T08:54:21.4180082Z ##[debug]Loaded 3 strings.
2019-03-13T08:54:21.4199731Z ##[debug]Exporting function 'Add-Tls12InSession'.
2019-03-13T08:54:21.4219735Z ##[debug]Exporting function 'Assert-TlsError'.
2019-03-13T08:54:21.4240781Z ##[debug]Importing function 'Add-Tls12InSession'.
2019-03-13T08:54:21.4261226Z ##[debug]Importing function 'Assert-TlsError'.
2019-03-13T08:54:21.4724944Z Added TLS 1.2 in session.
2019-03-13T08:54:21.5742237Z ##[debug]Exporting function 'Initialize-Azure'.
2019-03-13T08:54:21.5763915Z ##[debug]Exporting function 'CmdletHasMember'.
2019-03-13T08:54:21.5785862Z ##[debug]Exporting function 'Remove-EndpointSecrets'.
2019-03-13T08:54:21.5807431Z ##[debug]Exporting function 'Initialize-AzureRMModule'.
2019-03-13T08:54:21.5828219Z ##[debug]Exporting function 'Initialize-AzModule'.
2019-03-13T08:54:21.5849457Z ##[debug]Exporting function 'Disconnect-AzureAndClearContext'.
2019-03-13T08:54:21.5873119Z ##[debug]Importing function 'CmdletHasMember'.
2019-03-13T08:54:21.5893305Z ##[debug]Importing function 'Disconnect-AzureAndClearContext'.
2019-03-13T08:54:21.5913144Z ##[debug]Importing function 'Initialize-AzModule'.
2019-03-13T08:54:21.5933419Z ##[debug]Importing function 'Initialize-Azure'.
2019-03-13T08:54:21.5953607Z ##[debug]Importing function 'Initialize-AzureRMModule'.
2019-03-13T08:54:21.5973467Z ##[debug]Importing function 'Remove-EndpointSecrets'.
2019-03-13T08:54:21.6007334Z ##[debug]Loading module from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\AzureRM.Profile.psd1'.
2019-03-13T08:54:22.0747481Z ##[debug]Cannot verify the Microsoft .NET Framework version 4.5.2 because it is not included in the list of permitted versions.
2019-03-13T08:54:22.0793278Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Commands.Common.Authentication.Abstractions.dll'.
2019-03-13T08:54:22.0824783Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Commands.Common.Authentication.Abstractions.dll'.
2019-03-13T08:54:22.0865372Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Commands.Common.Authentication.dll'.
2019-03-13T08:54:22.0898407Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Commands.Common.Authentication.dll'.
2019-03-13T08:54:22.0934004Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Commands.Common.Authentication.ResourceManager.dll'.
2019-03-13T08:54:22.0966014Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Commands.Common.Authentication.ResourceManager.dll'.
2019-03-13T08:54:22.0999506Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Commands.Common.Authorization.dll'.
2019-03-13T08:54:22.1031376Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Commands.Common.Authorization.dll'.
2019-03-13T08:54:22.1063725Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Commands.Common.Compute.dll'.
2019-03-13T08:54:22.1096787Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Commands.Common.Compute.dll'.
2019-03-13T08:54:22.1133080Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Commands.Common.Graph.RBAC.dll'.
2019-03-13T08:54:22.1167856Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Commands.Common.Graph.RBAC.dll'.
2019-03-13T08:54:22.1234325Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Commands.Common.Network.dll'.
2019-03-13T08:54:22.1287238Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Commands.Common.Network.dll'.
2019-03-13T08:54:22.1337016Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Commands.ResourceManager.Common.dll'.
2019-03-13T08:54:22.1368730Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Commands.ResourceManager.Common.dll'.
2019-03-13T08:54:22.1403064Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.WindowsAzure.Commands.Common.dll'.
2019-03-13T08:54:22.1433841Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.WindowsAzure.Commands.Common.dll'.
2019-03-13T08:54:22.1467578Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.WindowsAzure.Commands.Common.Storage.dll'.
2019-03-13T08:54:22.1499850Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.WindowsAzure.Commands.Common.Storage.dll'.
2019-03-13T08:54:22.1534024Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Commands.Common.Storage.Management.dll'.
2019-03-13T08:54:22.1565987Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Commands.Common.Storage.Management.dll'.
2019-03-13T08:54:22.1598041Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Commands.Common.KeyVault.dll'.
2019-03-13T08:54:22.1629290Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Commands.Common.KeyVault.dll'.
2019-03-13T08:54:22.1663754Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Commands.Common.WebSites.dll'.
2019-03-13T08:54:22.1694482Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Commands.Common.WebSites.dll'.
2019-03-13T08:54:22.1726515Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Hyak.Common.dll'.
2019-03-13T08:54:22.1757008Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Hyak.Common.dll'.
2019-03-13T08:54:22.1793957Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.ApplicationInsights.dll'.
2019-03-13T08:54:22.1829019Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.ApplicationInsights.dll'.
2019-03-13T08:54:22.1864587Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Common.dll'.
2019-03-13T08:54:22.1896690Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Common.dll'.
2019-03-13T08:54:22.1932034Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Common.NetFramework.dll'.
2019-03-13T08:54:22.1967328Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Common.NetFramework.dll'.
2019-03-13T08:54:22.2001797Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.KeyVault.Core.dll'.
2019-03-13T08:54:22.2032234Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.KeyVault.Core.dll'.
2019-03-13T08:54:22.2064342Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.IdentityModel.Clients.ActiveDirectory.dll'.
2019-03-13T08:54:22.2095252Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.IdentityModel.Clients.ActiveDirectory.dll'.
2019-03-13T08:54:22.2134127Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.IdentityModel.Clients.ActiveDirectory.WindowsForms.dll'.
2019-03-13T08:54:22.2166210Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.IdentityModel.Clients.ActiveDirectory.WindowsForms.dll'.
2019-03-13T08:54:22.2198908Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Rest.ClientRuntime.dll'.
2019-03-13T08:54:22.2230962Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Rest.ClientRuntime.dll'.
2019-03-13T08:54:22.2265755Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Rest.ClientRuntime.Azure.dll'.
2019-03-13T08:54:22.2298423Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Rest.ClientRuntime.Azure.dll'.
2019-03-13T08:54:22.2332133Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll'.
2019-03-13T08:54:22.2365730Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll'.
2019-03-13T08:54:22.2397363Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Threading.Tasks.dll'.
2019-03-13T08:54:22.2431548Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Threading.Tasks.dll'.
2019-03-13T08:54:22.2470832Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Threading.Tasks.Extensions.dll'.
2019-03-13T08:54:22.3233438Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Threading.Tasks.Extensions.dll'.
2019-03-13T08:54:22.3378428Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Threading.Tasks.Extensions.Desktop.dll'.
2019-03-13T08:54:22.3412174Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Threading.Tasks.Extensions.Desktop.dll'.
2019-03-13T08:54:22.3445927Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.WindowsAzure.Management.dll'.
2019-03-13T08:54:22.3476318Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.WindowsAzure.Management.dll'.
2019-03-13T08:54:22.3508387Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Newtonsoft.Json.dll'.
2019-03-13T08:54:22.3537506Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Newtonsoft.Json.dll'.
2019-03-13T08:54:22.3569522Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Newtonsoft.Json.10.dll'.
2019-03-13T08:54:22.3598076Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Newtonsoft.Json.10.dll'.
2019-03-13T08:54:22.3631225Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\System.Net.Http.Extensions.dll'.
2019-03-13T08:54:22.3661376Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\System.Net.Http.Extensions.dll'.
2019-03-13T08:54:22.3694232Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\System.Net.Http.Primitives.dll'.
2019-03-13T08:54:22.3724299Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\System.Net.Http.Primitives.dll'.
2019-03-13T08:54:22.3760615Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Commands.Common.Aks.dll'.
2019-03-13T08:54:22.3799103Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Commands.Common.Aks.dll'.
2019-03-13T08:54:22.3824020Z ##[debug]Loading 'TypesToProcess' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Commands.Profile.Desktop.types.ps1xml'.
2019-03-13T08:54:22.3856657Z ##[debug]Loading 'FormatsToProcess' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Commands.Profile.format.ps1xml'.
2019-03-13T08:54:22.3876447Z ##[debug]Loading 'FormatsToProcess' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Commands.Profile.generated.format.ps1xml'.
2019-03-13T08:54:22.4907155Z ##[debug]Populating RepositorySourceLocation property for module AzureRM.Profile.
2019-03-13T08:54:22.4931376Z ##[debug]Loading module from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\AzureRM.Profile.psm1'.
2019-03-13T08:54:22.5954400Z ##[debug]Loading module from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Commands.Profile.dll'.
2019-03-13T08:54:22.9163083Z ##[debug]Importing cmdlet 'Disconnect-AzureRmAccount'.
2019-03-13T08:54:22.9198036Z ##[debug]Importing cmdlet 'Disable-AzureRmDataCollection'.
2019-03-13T08:54:22.9223945Z ##[debug]Importing cmdlet 'Enable-AzureRmDataCollection'.
2019-03-13T08:54:22.9256770Z ##[debug]Importing cmdlet 'Remove-AzureRmEnvironment'.
2019-03-13T08:54:22.9302711Z ##[debug]Importing cmdlet 'Get-AzureRmEnvironment'.
2019-03-13T08:54:22.9324852Z ##[debug]Importing cmdlet 'Set-AzureRmEnvironment'.
2019-03-13T08:54:22.9345313Z ##[debug]Importing cmdlet 'Add-AzureRmEnvironment'.
2019-03-13T08:54:22.9364096Z ##[debug]Importing cmdlet 'Send-Feedback'.
2019-03-13T08:54:22.9383398Z ##[debug]Importing cmdlet 'Get-AzureRmSubscription'.
2019-03-13T08:54:22.9401713Z ##[debug]Importing cmdlet 'Connect-AzureRmAccount'.
2019-03-13T08:54:22.9419637Z ##[debug]Importing cmdlet 'Get-AzureRmContext'.
2019-03-13T08:54:22.9439406Z ##[debug]Importing cmdlet 'Set-AzureRmContext'.
2019-03-13T08:54:22.9459347Z ##[debug]Importing cmdlet 'Import-AzureRmContext'.
2019-03-13T08:54:22.9478210Z ##[debug]Importing cmdlet 'Save-AzureRmContext'.
2019-03-13T08:54:22.9498453Z ##[debug]Importing cmdlet 'Get-AzureRmTenant'.
2019-03-13T08:54:22.9530696Z ##[debug]Importing cmdlet 'Resolve-AzureRmError'.
2019-03-13T08:54:22.9555678Z ##[debug]Importing cmdlet 'Clear-AzureRmDefault'.
2019-03-13T08:54:22.9588049Z ##[debug]Importing cmdlet 'Get-AzureRmDefault'.
2019-03-13T08:54:22.9607127Z ##[debug]Importing cmdlet 'Set-AzureRmDefault'.
2019-03-13T08:54:22.9626777Z ##[debug]Importing cmdlet 'Disable-AzureRmContextAutosave'.
2019-03-13T08:54:22.9645513Z ##[debug]Importing cmdlet 'Get-AzureRmContextAutosaveSetting'.
2019-03-13T08:54:22.9663807Z ##[debug]Importing cmdlet 'Enable-AzureRmContextAutosave'.
2019-03-13T08:54:22.9682264Z ##[debug]Importing cmdlet 'Clear-AzureRmContext'.
2019-03-13T08:54:22.9699649Z ##[debug]Importing cmdlet 'Remove-AzureRmContext'.
2019-03-13T08:54:22.9717759Z ##[debug]Importing cmdlet 'Rename-AzureRmContext'.
2019-03-13T08:54:22.9737086Z ##[debug]Importing cmdlet 'Select-AzureRmContext'.
2019-03-13T08:54:22.9755787Z ##[debug]Importing alias 'Logout-AzAccount'.
2019-03-13T08:54:22.9774035Z ##[debug]Importing alias 'Logout-AzureRmAccount'.
2019-03-13T08:54:22.9792269Z ##[debug]Importing alias 'Remove-AzureRmAccount'.
2019-03-13T08:54:22.9811683Z ##[debug]Importing alias 'Login-AzAccount'.
2019-03-13T08:54:22.9834078Z ##[debug]Importing alias 'Login-AzureRmAccount'.
2019-03-13T08:54:22.9854737Z ##[debug]Importing alias 'Add-AzureRmAccount'.
2019-03-13T08:54:22.9874938Z ##[debug]Importing alias 'Select-AzureRmSubscription'.
2019-03-13T08:54:22.9919765Z ##[debug]Importing alias 'Save-AzureRmProfile'.
2019-03-13T08:54:22.9948569Z ##[debug]Importing alias 'Get-AzureRmDomain'.
2019-03-13T08:54:22.9973560Z ##[debug]Importing alias 'Resolve-Error'.
2019-03-13T08:54:23.0022707Z ##[debug]Exporting function 'Test-DotNet'.
2019-03-13T08:54:23.0047918Z ##[debug]Exporting function 'Write-InstallationCheckToFile'.
2019-03-13T08:54:23.0069508Z ##[debug]Exporting cmdlet 'Disconnect-AzureRmAccount'.
2019-03-13T08:54:23.0088189Z ##[debug]Exporting cmdlet 'Disable-AzureRmDataCollection'.
2019-03-13T08:54:23.0106527Z ##[debug]Exporting cmdlet 'Enable-AzureRmDataCollection'.
2019-03-13T08:54:23.0126390Z ##[debug]Exporting cmdlet 'Remove-AzureRmEnvironment'.
2019-03-13T08:54:23.0143992Z ##[debug]Exporting cmdlet 'Get-AzureRmEnvironment'.
2019-03-13T08:54:23.0162036Z ##[debug]Exporting cmdlet 'Set-AzureRmEnvironment'.
2019-03-13T08:54:23.0181746Z ##[debug]Exporting cmdlet 'Add-AzureRmEnvironment'.
2019-03-13T08:54:23.0199909Z ##[debug]Exporting cmdlet 'Send-Feedback'.
2019-03-13T08:54:23.0218402Z ##[debug]Exporting cmdlet 'Get-AzureRmSubscription'.
2019-03-13T08:54:23.0236876Z ##[debug]Exporting cmdlet 'Connect-AzureRmAccount'.
2019-03-13T08:54:23.0255410Z ##[debug]Exporting cmdlet 'Get-AzureRmContext'.
2019-03-13T08:54:23.0272713Z ##[debug]Exporting cmdlet 'Set-AzureRmContext'.
2019-03-13T08:54:23.0292097Z ##[debug]Exporting cmdlet 'Import-AzureRmContext'.
2019-03-13T08:54:23.0312729Z ##[debug]Exporting cmdlet 'Save-AzureRmContext'.
2019-03-13T08:54:23.0332695Z ##[debug]Exporting cmdlet 'Get-AzureRmTenant'.
2019-03-13T08:54:23.0351456Z ##[debug]Exporting cmdlet 'Resolve-AzureRmError'.
2019-03-13T08:54:23.0368084Z ##[debug]Exporting cmdlet 'Clear-AzureRmDefault'.
2019-03-13T08:54:23.0386782Z ##[debug]Exporting cmdlet 'Get-AzureRmDefault'.
2019-03-13T08:54:23.0406027Z ##[debug]Exporting cmdlet 'Set-AzureRmDefault'.
2019-03-13T08:54:23.0426723Z ##[debug]Exporting cmdlet 'Disable-AzureRmContextAutosave'.
2019-03-13T08:54:23.0470298Z ##[debug]Exporting cmdlet 'Get-AzureRmContextAutosaveSetting'.
2019-03-13T08:54:23.0489368Z ##[debug]Exporting cmdlet 'Enable-AzureRmContextAutosave'.
2019-03-13T08:54:23.0510040Z ##[debug]Exporting cmdlet 'Clear-AzureRmContext'.
2019-03-13T08:54:23.0528212Z ##[debug]Exporting cmdlet 'Remove-AzureRmContext'.
2019-03-13T08:54:23.0549946Z ##[debug]Exporting cmdlet 'Rename-AzureRmContext'.
2019-03-13T08:54:23.0569987Z ##[debug]Exporting cmdlet 'Select-AzureRmContext'.
2019-03-13T08:54:23.0589247Z ##[debug]Exporting alias 'Logout-AzAccount'.
2019-03-13T08:54:23.0607286Z ##[debug]Exporting alias 'Logout-AzureRmAccount'.
2019-03-13T08:54:23.0625642Z ##[debug]Exporting alias 'Remove-AzureRmAccount'.
2019-03-13T08:54:23.0643453Z ##[debug]Exporting alias 'Login-AzAccount'.
2019-03-13T08:54:23.0667583Z ##[debug]Exporting alias 'Login-AzureRmAccount'.
2019-03-13T08:54:23.0686432Z ##[debug]Exporting alias 'Add-AzureRmAccount'.
2019-03-13T08:54:23.0704190Z ##[debug]Exporting alias 'Select-AzureRmSubscription'.
2019-03-13T08:54:23.0722415Z ##[debug]Exporting alias 'Save-AzureRmProfile'.
2019-03-13T08:54:23.0742401Z ##[debug]Exporting alias 'Get-AzureRmDomain'.
2019-03-13T08:54:23.0759844Z ##[debug]Exporting alias 'Resolve-Error'.
2019-03-13T08:54:23.0781734Z ##[debug]Importing cmdlet 'Add-AzureRmEnvironment'.
2019-03-13T08:54:23.0798973Z ##[debug]Importing cmdlet 'Clear-AzureRmContext'.
2019-03-13T08:54:23.0816784Z ##[debug]Importing cmdlet 'Clear-AzureRmDefault'.
2019-03-13T08:54:23.0834565Z ##[debug]Importing cmdlet 'Connect-AzureRmAccount'.
2019-03-13T08:54:23.0853665Z ##[debug]Importing cmdlet 'Disable-AzureRmContextAutosave'.
2019-03-13T08:54:23.0873356Z ##[debug]Importing cmdlet 'Disable-AzureRmDataCollection'.
2019-03-13T08:54:23.0891258Z ##[debug]Importing cmdlet 'Disconnect-AzureRmAccount'.
2019-03-13T08:54:23.0909160Z ##[debug]Importing cmdlet 'Enable-AzureRmContextAutosave'.
2019-03-13T08:54:23.0928123Z ##[debug]Importing cmdlet 'Enable-AzureRmDataCollection'.
2019-03-13T08:54:23.0945825Z ##[debug]Importing cmdlet 'Get-AzureRmContext'.
2019-03-13T08:54:23.0964419Z ##[debug]Importing cmdlet 'Get-AzureRmContextAutosaveSetting'.
2019-03-13T08:54:23.0985722Z ##[debug]Importing cmdlet 'Get-AzureRmDefault'.
2019-03-13T08:54:23.1004994Z ##[debug]Importing cmdlet 'Get-AzureRmEnvironment'.
2019-03-13T08:54:23.1022905Z ##[debug]Importing cmdlet 'Get-AzureRmSubscription'.
2019-03-13T08:54:23.1044314Z ##[debug]Importing cmdlet 'Get-AzureRmTenant'.
2019-03-13T08:54:23.1062930Z ##[debug]Importing cmdlet 'Import-AzureRmContext'.
2019-03-13T08:54:23.1083166Z ##[debug]Importing cmdlet 'Remove-AzureRmContext'.
2019-03-13T08:54:23.1103350Z ##[debug]Importing cmdlet 'Remove-AzureRmEnvironment'.
2019-03-13T08:54:23.1122026Z ##[debug]Importing cmdlet 'Rename-AzureRmContext'.
2019-03-13T08:54:23.1139641Z ##[debug]Importing cmdlet 'Resolve-AzureRmError'.
2019-03-13T08:54:23.1158181Z ##[debug]Importing cmdlet 'Save-AzureRmContext'.
2019-03-13T08:54:23.1175920Z ##[debug]Importing cmdlet 'Select-AzureRmContext'.
2019-03-13T08:54:23.1193683Z ##[debug]Importing cmdlet 'Send-Feedback'.
2019-03-13T08:54:23.1212660Z ##[debug]Importing cmdlet 'Set-AzureRmContext'.
2019-03-13T08:54:23.1233682Z ##[debug]Importing cmdlet 'Set-AzureRmDefault'.
2019-03-13T08:54:23.1253803Z ##[debug]Importing cmdlet 'Set-AzureRmEnvironment'.
2019-03-13T08:54:23.1273948Z ##[debug]Importing alias 'Add-AzureRmAccount'.
2019-03-13T08:54:23.1293753Z ##[debug]Importing alias 'Login-AzAccount'.
2019-03-13T08:54:23.1313408Z ##[debug]Importing alias 'Login-AzureRmAccount'.
2019-03-13T08:54:23.1336094Z ##[debug]Importing alias 'Logout-AzAccount'.
2019-03-13T08:54:23.1355939Z ##[debug]Importing alias 'Logout-AzureRmAccount'.
2019-03-13T08:54:23.1378569Z ##[debug]Importing alias 'Remove-AzureRmAccount'.
2019-03-13T08:54:23.1398189Z ##[debug]Importing alias 'Resolve-Error'.
2019-03-13T08:54:23.1416285Z ##[debug]Importing alias 'Save-AzureRmProfile'.
2019-03-13T08:54:23.1435271Z ##[debug]Importing alias 'Select-AzureRmSubscription'.
2019-03-13T08:54:23.1462351Z ##[debug]Loading module from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.AnalysisServices\AzureRM.AnalysisServices.psd1'.
2019-03-13T08:54:23.1718409Z ##[debug]Cannot verify the Microsoft .NET Framework version 4.5.2 because it is not included in the list of permitted versions.
2019-03-13T08:54:23.1756569Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.AnalysisServices\Microsoft.Azure.Management.Analysis.dll'.
2019-03-13T08:54:23.1805590Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.AnalysisServices\Microsoft.Azure.Management.Analysis.dll'.
2019-03-13T08:54:23.1858154Z ##[debug]Populating RepositorySourceLocation property for module AzureRM.AnalysisServices.
2019-03-13T08:54:23.1882877Z ##[debug]Loading module from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.AnalysisServices\AzureRM.AnalysisServices.psm1'.
2019-03-13T08:54:23.2183291Z ##[debug]Loading module from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.AnalysisServices\Microsoft.Azure.Commands.AnalysisServices.dll'.
2019-03-13T08:54:23.2240352Z ##[debug]Importing cmdlet 'New-AzureRmAnalysisServicesFirewallRule'.
2019-03-13T08:54:23.2259472Z ##[debug]Importing cmdlet 'New-AzureRmAnalysisServicesFirewallConfig'.
2019-03-13T08:54:23.2277734Z ##[debug]Importing cmdlet 'Resume-AzureRmAnalysisServicesServer'.
2019-03-13T08:54:23.2295709Z ##[debug]Importing cmdlet 'Suspend-AzureRmAnalysisServicesServer'.
2019-03-13T08:54:23.2313925Z ##[debug]Importing cmdlet 'Get-AzureRmAnalysisServicesServer'.
2019-03-13T08:54:23.2332594Z ##[debug]Importing cmdlet 'Remove-AzureRmAnalysisServicesServer'.
2019-03-13T08:54:23.2350224Z ##[debug]Importing cmdlet 'Set-AzureRmAnalysisServicesServer'.
2019-03-13T08:54:23.2368030Z ##[debug]Importing cmdlet 'Test-AzureRmAnalysisServicesServer'.
2019-03-13T08:54:23.2386081Z ##[debug]Importing cmdlet 'New-AzureRmAnalysisServicesServer'.
2019-03-13T08:54:23.2403748Z ##[debug]Importing alias 'Resume-AzureAs'.
2019-03-13T08:54:23.2422765Z ##[debug]Importing alias 'Suspend-AzureAs'.
2019-03-13T08:54:23.2442551Z ##[debug]Importing alias 'Get-AzureAs'.
2019-03-13T08:54:23.2462957Z ##[debug]Importing alias 'Remove-AzureAs'.
2019-03-13T08:54:23.2482042Z ##[debug]Importing alias 'Set-AzureAs'.
2019-03-13T08:54:23.2501435Z ##[debug]Importing alias 'Test-AzureAs'.
2019-03-13T08:54:23.2519732Z ##[debug]Importing alias 'New-AzureAs'.
2019-03-13T08:54:23.2678000Z ##[debug]Exporting cmdlet 'New-AzureRmAnalysisServicesFirewallRule'.
2019-03-13T08:54:23.2696740Z ##[debug]Exporting cmdlet 'New-AzureRmAnalysisServicesFirewallConfig'.
2019-03-13T08:54:23.2716248Z ##[debug]Exporting cmdlet 'Resume-AzureRmAnalysisServicesServer'.
2019-03-13T08:54:23.2736343Z ##[debug]Exporting cmdlet 'Suspend-AzureRmAnalysisServicesServer'.
2019-03-13T08:54:23.2755442Z ##[debug]Exporting cmdlet 'Get-AzureRmAnalysisServicesServer'.
2019-03-13T08:54:23.2773752Z ##[debug]Exporting cmdlet 'Remove-AzureRmAnalysisServicesServer'.
2019-03-13T08:54:23.2792366Z ##[debug]Exporting cmdlet 'Set-AzureRmAnalysisServicesServer'.
2019-03-13T08:54:23.2810223Z ##[debug]Exporting cmdlet 'Test-AzureRmAnalysisServicesServer'.
2019-03-13T08:54:23.2829436Z ##[debug]Exporting cmdlet 'New-AzureRmAnalysisServicesServer'.
2019-03-13T08:54:23.2847261Z ##[debug]Exporting alias 'Resume-AzureAs'.
2019-03-13T08:54:23.2866187Z ##[debug]Exporting alias 'Suspend-AzureAs'.
2019-03-13T08:54:23.2887098Z ##[debug]Exporting alias 'Get-AzureAs'.
2019-03-13T08:54:23.2907403Z ##[debug]Exporting alias 'Remove-AzureAs'.
2019-03-13T08:54:23.2926395Z ##[debug]Exporting alias 'Set-AzureAs'.
2019-03-13T08:54:23.2945619Z ##[debug]Exporting alias 'Test-AzureAs'.
2019-03-13T08:54:23.2964955Z ##[debug]Exporting alias 'New-AzureAs'.
2019-03-13T08:54:23.2984769Z ##[debug]Importing cmdlet 'Get-AzureRmAnalysisServicesServer'.
2019-03-13T08:54:23.3006447Z ##[debug]Importing cmdlet 'New-AzureRmAnalysisServicesFirewallConfig'.
2019-03-13T08:54:23.3023330Z ##[debug]Importing cmdlet 'New-AzureRmAnalysisServicesFirewallRule'.
2019-03-13T08:54:23.3042982Z ##[debug]Importing cmdlet 'New-AzureRmAnalysisServicesServer'.
2019-03-13T08:54:23.3062167Z ##[debug]Importing cmdlet 'Remove-AzureRmAnalysisServicesServer'.
2019-03-13T08:54:23.3080375Z ##[debug]Importing cmdlet 'Resume-AzureRmAnalysisServicesServer'.
2019-03-13T08:54:23.3098205Z ##[debug]Importing cmdlet 'Set-AzureRmAnalysisServicesServer'.
2019-03-13T08:54:23.3116950Z ##[debug]Importing cmdlet 'Suspend-AzureRmAnalysisServicesServer'.
2019-03-13T08:54:23.3136400Z ##[debug]Importing cmdlet 'Test-AzureRmAnalysisServicesServer'.
2019-03-13T08:54:23.3154863Z ##[debug]Importing alias 'Get-AzureAs'.
2019-03-13T08:54:23.3172768Z ##[debug]Importing alias 'New-AzureAs'.
2019-03-13T08:54:23.3190731Z ##[debug]Importing alias 'Remove-AzureAs'.
2019-03-13T08:54:23.3213449Z ##[debug]Importing alias 'Resume-AzureAs'.
2019-03-13T08:54:23.3237255Z ##[debug]Importing alias 'Set-AzureAs'.
2019-03-13T08:54:23.3255404Z ##[debug]Importing alias 'Suspend-AzureAs'.
2019-03-13T08:54:23.3273076Z ##[debug]Importing alias 'Test-AzureAs'.
2019-03-13T08:54:23.3300271Z ##[debug]Loading module from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\Azure.AnalysisServices\Azure.AnalysisServices.psd1'.
2019-03-13T08:54:23.3528255Z ##[debug]Cannot verify the Microsoft .NET Framework version 4.5.2 because it is not included in the list of permitted versions.
2019-03-13T08:54:23.3549985Z ##[debug]Populating RepositorySourceLocation property for module Azure.AnalysisServices.
2019-03-13T08:54:23.3582844Z ##[debug]Loading module from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\Azure.AnalysisServices\Azure.AnalysisServices.psm1'.
2019-03-13T08:54:23.3828933Z ##[debug]Loading module from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\Azure.AnalysisServices\Microsoft.Azure.Commands.AnalysisServices.Dataplane.dll'.
2019-03-13T08:54:23.3890659Z ##[debug]Importing cmdlet 'Add-AzureAnalysisServicesAccount'.
2019-03-13T08:54:23.3909342Z ##[debug]Importing cmdlet 'Export-AzureAnalysisServicesInstanceLog'.
2019-03-13T08:54:23.3933568Z ##[debug]Importing cmdlet 'Sync-AzureAnalysisServicesInstance'.
2019-03-13T08:54:23.3952474Z ##[debug]Importing cmdlet 'Restart-AzureAnalysisServicesInstance'.
2019-03-13T08:54:23.3971167Z ##[debug]Importing alias 'Login-AzureAsAccount'.
2019-03-13T08:54:23.4000020Z ##[debug]Importing alias 'Export-AzureAsInstanceLog'.
2019-03-13T08:54:23.4188467Z ##[debug]Importing alias 'Sync-AzureAsInstance'.
2019-03-13T08:54:23.4206709Z ##[debug]Importing alias 'Restart-AzureAsInstance'.
2019-03-13T08:54:23.4234162Z ##[debug]Exporting cmdlet 'Add-AzureAnalysisServicesAccount'.
2019-03-13T08:54:23.4252634Z ##[debug]Exporting cmdlet 'Export-AzureAnalysisServicesInstanceLog'.
2019-03-13T08:54:23.4273945Z ##[debug]Exporting cmdlet 'Sync-AzureAnalysisServicesInstance'.
2019-03-13T08:54:23.4291425Z ##[debug]Exporting cmdlet 'Restart-AzureAnalysisServicesInstance'.
2019-03-13T08:54:23.4309159Z ##[debug]Exporting alias 'Login-AzureAsAccount'.
2019-03-13T08:54:23.4328312Z ##[debug]Exporting alias 'Export-AzureAsInstanceLog'.
2019-03-13T08:54:23.4351272Z ##[debug]Exporting alias 'Sync-AzureAsInstance'.
2019-03-13T08:54:23.4369054Z ##[debug]Exporting alias 'Restart-AzureAsInstance'.
2019-03-13T08:54:23.4389223Z ##[debug]Importing cmdlet 'Add-AzureAnalysisServicesAccount'.
2019-03-13T08:54:23.4407710Z ##[debug]Importing cmdlet 'Export-AzureAnalysisServicesInstanceLog'.
2019-03-13T08:54:23.4426597Z ##[debug]Importing cmdlet 'Restart-AzureAnalysisServicesInstance'.
2019-03-13T08:54:23.4463029Z ##[debug]Importing cmdlet 'Sync-AzureAnalysisServicesInstance'.
2019-03-13T08:54:23.4492425Z ##[debug]Loading module from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\SqlServer\SqlServer.psd1'.
2019-03-13T08:54:23.4740186Z ##[debug]Populating RepositorySourceLocation property for module SqlServer.
2019-03-13T08:54:23.4782381Z ##[debug]Loading module from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\SqlServer\SqlServer.psm1'.
2019-03-13T08:54:23.6329142Z ##[debug]Loading module from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\SqlServer\Microsoft.AnalysisServices.PowerShell.Cmdlets.dll'.
2019-03-13T08:54:23.6435499Z ##[debug]Importing cmdlet 'Add-RoleMember'.
2019-03-13T08:54:23.6452825Z ##[debug]Importing cmdlet 'Backup-ASDatabase'.
2019-03-13T08:54:23.6471750Z ##[debug]Importing cmdlet 'Invoke-ASCmd'.
2019-03-13T08:54:23.6492345Z ##[debug]Importing cmdlet 'Invoke-ProcessCube'.
2019-03-13T08:54:23.6513752Z ##[debug]Importing cmdlet 'Invoke-ProcessDimension'.
2019-03-13T08:54:23.6532081Z ##[debug]Importing cmdlet 'Invoke-ProcessASDatabase'.
2019-03-13T08:54:23.6552674Z ##[debug]Importing cmdlet 'Invoke-ProcessTable'.
2019-03-13T08:54:23.6571509Z ##[debug]Importing cmdlet 'Invoke-ProcessPartition'.
2019-03-13T08:54:23.6589734Z ##[debug]Importing cmdlet 'Remove-RoleMember'.
2019-03-13T08:54:23.6608337Z ##[debug]Importing cmdlet 'Restore-ASDatabase'.
2019-03-13T08:54:23.6626969Z ##[debug]Importing cmdlet 'New-RestoreFolder'.
2019-03-13T08:54:23.6645161Z ##[debug]Importing cmdlet 'New-RestoreLocation'.
2019-03-13T08:54:23.6664302Z ##[debug]Importing cmdlet 'Merge-Partition'.
2019-03-13T08:54:23.6743785Z ##[debug]Loading module from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\SqlServer\SqlServerPostScript.ps1'.
2019-03-13T08:54:23.6840273Z ##[debug]Dot-sourcing the script file 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\SqlServer\SqlServerPostScript.ps1'.
2019-03-13T08:54:23.7190086Z ##[debug]Exporting function 'SQLSERVER:'.
2019-03-13T08:54:23.7208572Z ##[debug]Exporting cmdlet 'Add-RoleMember'.
2019-03-13T08:54:23.7226826Z ##[debug]Exporting cmdlet 'Backup-ASDatabase'.
2019-03-13T08:54:23.7248288Z ##[debug]Exporting cmdlet 'Invoke-ASCmd'.
2019-03-13T08:54:23.7266408Z ##[debug]Exporting cmdlet 'Invoke-ProcessCube'.
2019-03-13T08:54:23.7284117Z ##[debug]Exporting cmdlet 'Invoke-ProcessDimension'.
2019-03-13T08:54:23.7301796Z ##[debug]Exporting cmdlet 'Invoke-ProcessASDatabase'.
2019-03-13T08:54:23.7320247Z ##[debug]Exporting cmdlet 'Invoke-ProcessTable'.
2019-03-13T08:54:23.7370140Z ##[debug]Exporting cmdlet 'Invoke-ProcessPartition'.
2019-03-13T08:54:23.7370390Z ##[debug]Exporting cmdlet 'Remove-RoleMember'.
2019-03-13T08:54:23.7376480Z ##[debug]Exporting cmdlet 'Restore-ASDatabase'.
2019-03-13T08:54:23.7396318Z ##[debug]Exporting cmdlet 'New-RestoreFolder'.
2019-03-13T08:54:23.7415879Z ##[debug]Exporting cmdlet 'New-RestoreLocation'.
2019-03-13T08:54:23.7433374Z ##[debug]Exporting cmdlet 'Merge-Partition'.
2019-03-13T08:54:23.7451705Z ##[debug]Exporting alias 'Encode-SqlName'.
2019-03-13T08:54:23.7469961Z ##[debug]Exporting alias 'Decode-SqlName'.
2019-03-13T08:54:23.7501912Z ##[debug]Importing cmdlet 'Add-RoleMember'.
2019-03-13T08:54:23.7519429Z ##[debug]Importing cmdlet 'Backup-ASDatabase'.
2019-03-13T08:54:23.7538229Z ##[debug]Importing cmdlet 'Invoke-ASCmd'.
2019-03-13T08:54:23.7556406Z ##[debug]Importing cmdlet 'Invoke-ProcessASDatabase'.
2019-03-13T08:54:23.7574832Z ##[debug]Importing cmdlet 'Invoke-ProcessCube'.
2019-03-13T08:54:23.7594573Z ##[debug]Importing cmdlet 'Invoke-ProcessDimension'.
2019-03-13T08:54:23.7611837Z ##[debug]Importing cmdlet 'Invoke-ProcessPartition'.
2019-03-13T08:54:23.7629877Z ##[debug]Importing cmdlet 'Invoke-ProcessTable'.
2019-03-13T08:54:23.7647623Z ##[debug]Importing cmdlet 'Merge-Partition'.
2019-03-13T08:54:23.7666266Z ##[debug]Importing cmdlet 'New-RestoreFolder'.
2019-03-13T08:54:23.7683730Z ##[debug]Importing cmdlet 'New-RestoreLocation'.
2019-03-13T08:54:23.7702640Z ##[debug]Importing cmdlet 'Remove-RoleMember'.
2019-03-13T08:54:23.7719618Z ##[debug]Importing cmdlet 'Restore-ASDatabase'.
2019-03-13T08:54:23.7737609Z ##[debug]Importing function 'SQLSERVER:'.
2019-03-13T08:54:23.7757562Z ##[debug]Importing alias 'Decode-SqlName'.
2019-03-13T08:54:23.7774298Z ##[debug]Importing alias 'Encode-SqlName'.
2019-03-13T08:54:23.7968044Z ##[debug]Entering Initialize-Azure.
2019-03-13T08:54:23.8332549Z ##[debug]INPUT_CONNECTEDSERVICENAMESELECTOR: 'ConnectedServiceNameARM'
2019-03-13T08:54:23.8367472Z ##[debug]INPUT_DEPLOYMENTENVIRONMENTNAME (empty)
2019-03-13T08:54:23.8645003Z ##[debug]INPUT_STORAGEACCOUNT (empty)
2019-03-13T08:54:23.8763830Z ##[debug]Entering Import-AzureModule.
2019-03-13T08:54:23.8900078Z ##[debug] PreferredModule: 'AzureRM'
2019-03-13T08:54:23.8922475Z ##[debug] azurePsVersion: ''
2019-03-13T08:54:23.8978529Z ##[debug] strict: 'False'
2019-03-13T08:54:23.9015343Z ##[debug]Env:PSModulePath: 'C:\Users\bibuildadmin\Documents\WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\system32\WindowsPowerShell\v1.0\Modules'
2019-03-13T08:54:23.9182675Z ##[debug]Entering Import-FromModulePath.
2019-03-13T08:54:23.9203162Z ##[debug] Classic: 'False'
2019-03-13T08:54:23.9223409Z ##[debug] azurePsVersion: ''
2019-03-13T08:54:23.9246872Z ##[debug]Attempting to find the module 'AzureRM' from the module path.
2019-03-13T08:54:23.9685942Z ##[debug]Cannot verify the Microsoft .NET Framework version 4.5.2 because it is not included in the list of permitted versions.
2019-03-13T08:54:23.9708038Z ##[debug]Populating RepositorySourceLocation property for module AzureRM.
2019-03-13T08:54:23.9851468Z ##[debug]Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM\6.13.1\AzureRM.psm1'.
2019-03-13T08:54:24.0354763Z ##[debug]Cannot verify the Microsoft .NET Framework version 4.5.2 because it is not included in the list of permitted versions.
2019-03-13T08:54:24.0378086Z ##[debug]Populating RepositorySourceLocation property for module AzureRM.
2019-03-13T08:54:24.0497525Z ##[debug]Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM\4.2.1\AzureRM.psm1'.
2019-03-13T08:54:24.0944226Z ##[debug]Entering Get-SdkVersion.
2019-03-13T08:54:24.1412161Z ##[debug]The installed sdk version is: 
2019-03-13T08:54:24.1445448Z ##[debug]Leaving Get-SdkVersion.
2019-03-13T08:54:24.1492080Z ##[command]Import-Module -Name C:\Program Files\WindowsPowerShell\Modules\AzureRM\6.13.1\AzureRM.psd1 -Global
2019-03-13T08:54:24.1521544Z ##[debug]Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM\6.13.1\AzureRM.psd1'.
2019-03-13T08:54:24.1547636Z ##[debug]Cannot verify the Microsoft .NET Framework version 4.5.2 because it is not included in the list of permitted versions.
2019-03-13T08:54:24.1568794Z ##[debug]Populating RepositorySourceLocation property for module AzureRM.
2019-03-13T08:54:24.1603680Z ##[debug]Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM\6.13.1\AzureRM.psm1'.
2019-03-13T08:54:24.1917948Z ##[debug]Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Profile\5.8.3\AzureRM.Profile.psd1'.
2019-03-13T08:54:24.2532689Z ##[debug]Cannot verify the Microsoft .NET Framework version 4.5.2 because it is not included in the list of permitted versions.
2019-03-13T08:54:24.2557355Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Commands.Common.Authentication.Abstractions.dll'.
2019-03-13T08:54:24.2583759Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Commands.Common.Authentication.Abstractions.dll'.
2019-03-13T08:54:24.2608121Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Commands.Common.Authentication.dll'.
2019-03-13T08:54:24.2631670Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Commands.Common.Authentication.dll'.
2019-03-13T08:54:24.2658292Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Commands.Common.Authentication.ResourceManager.dll'.
2019-03-13T08:54:24.2682376Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Commands.Common.Authentication.ResourceManager.dll'.
2019-03-13T08:54:24.2705696Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Commands.Common.Authorization.dll'.
2019-03-13T08:54:24.2728981Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Commands.Common.Authorization.dll'.
2019-03-13T08:54:24.2754384Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Commands.Common.Compute.dll'.
2019-03-13T08:54:24.2776716Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Commands.Common.Compute.dll'.
2019-03-13T08:54:24.2798577Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Commands.Common.Graph.RBAC.dll'.
2019-03-13T08:54:24.2824030Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Commands.Common.Graph.RBAC.dll'.
2019-03-13T08:54:24.2855309Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Commands.Common.Network.dll'.
2019-03-13T08:54:24.2880080Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Commands.Common.Network.dll'.
2019-03-13T08:54:24.2903424Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Commands.ResourceManager.Common.dll'.
2019-03-13T08:54:24.2928122Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Commands.ResourceManager.Common.dll'.
2019-03-13T08:54:24.2953046Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.WindowsAzure.Commands.Common.dll'.
2019-03-13T08:54:24.2976867Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.WindowsAzure.Commands.Common.dll'.
2019-03-13T08:54:24.3001672Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.WindowsAzure.Commands.Common.Storage.dll'.
2019-03-13T08:54:24.3024350Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.WindowsAzure.Commands.Common.Storage.dll'.
2019-03-13T08:54:24.3047467Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Commands.Common.Storage.Management.dll'.
2019-03-13T08:54:24.3072383Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Commands.Common.Storage.Management.dll'.
2019-03-13T08:54:24.3095481Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Commands.Common.KeyVault.dll'.
2019-03-13T08:54:24.3125686Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Commands.Common.KeyVault.dll'.
2019-03-13T08:54:24.3151942Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Commands.Common.WebSites.dll'.
2019-03-13T08:54:24.3174790Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Commands.Common.WebSites.dll'.
2019-03-13T08:54:24.3196625Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Hyak.Common.dll'.
2019-03-13T08:54:24.3219808Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Hyak.Common.dll'.
2019-03-13T08:54:24.3243666Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.ApplicationInsights.dll'.
2019-03-13T08:54:24.3267332Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.ApplicationInsights.dll'.
2019-03-13T08:54:24.3290380Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Common.dll'.
2019-03-13T08:54:24.3313398Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Common.dll'.
2019-03-13T08:54:24.3338146Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Common.NetFramework.dll'.
2019-03-13T08:54:24.3362170Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Common.NetFramework.dll'.
2019-03-13T08:54:24.3386964Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.KeyVault.Core.dll'.
2019-03-13T08:54:24.3411478Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.KeyVault.Core.dll'.
2019-03-13T08:54:24.3437502Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.IdentityModel.Clients.ActiveDirectory.dll'.
2019-03-13T08:54:24.3463549Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.IdentityModel.Clients.ActiveDirectory.dll'.
2019-03-13T08:54:24.3486983Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.IdentityModel.Clients.ActiveDirectory.WindowsForms.dll'.
2019-03-13T08:54:24.3512748Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.IdentityModel.Clients.ActiveDirectory.WindowsForms.dll'.
2019-03-13T08:54:24.3536919Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Rest.ClientRuntime.dll'.
2019-03-13T08:54:24.3561223Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Rest.ClientRuntime.dll'.
2019-03-13T08:54:24.3589014Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Rest.ClientRuntime.Azure.dll'.
2019-03-13T08:54:24.3616203Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Rest.ClientRuntime.Azure.dll'.
2019-03-13T08:54:24.3644988Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll'.
2019-03-13T08:54:24.3671561Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll'.
2019-03-13T08:54:24.3698269Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Threading.Tasks.dll'.
2019-03-13T08:54:24.3723468Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Threading.Tasks.dll'.
2019-03-13T08:54:24.3746958Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Threading.Tasks.Extensions.dll'.
2019-03-13T08:54:24.3779791Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Threading.Tasks.Extensions.dll'.
2019-03-13T08:54:24.3823502Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Threading.Tasks.Extensions.Desktop.dll'.
2019-03-13T08:54:24.3873137Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Threading.Tasks.Extensions.Desktop.dll'.
2019-03-13T08:54:24.3906314Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.WindowsAzure.Management.dll'.
2019-03-13T08:54:24.3929636Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.WindowsAzure.Management.dll'.
2019-03-13T08:54:24.3964233Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Newtonsoft.Json.dll'.
2019-03-13T08:54:24.3998297Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Newtonsoft.Json.dll'.
2019-03-13T08:54:24.4030431Z ##[debug]Loading 'Assembly' from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Profile\5.8.3\Newtonsoft.Json.10.dll'.
2019-03-13T08:54:24.4063090Z ##[debug]Loading 'Assembly' from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Profile\5.8.3\Newtonsoft.Json.10.dll'.
2019-03-13T08:54:24.4086713Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\System.Net.Http.Extensions.dll'.
2019-03-13T08:54:24.4113379Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\System.Net.Http.Extensions.dll'.
2019-03-13T08:54:24.4147872Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\System.Net.Http.Primitives.dll'.
2019-03-13T08:54:24.4175434Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\System.Net.Http.Primitives.dll'.
2019-03-13T08:54:24.4198497Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Commands.Common.Aks.dll'.
2019-03-13T08:54:24.4223562Z ##[debug]Loading 'Assembly' from path 'C:\VSTSAgent\_work\_tasks\deploy-aas-db_a55f5b79-9828-4b7f-9528-85e9e826c028\1.2.4\ps_modules\AzureRM.Profile\Microsoft.Azure.Commands.Common.Aks.dll'.
2019-03-13T08:54:24.4246591Z ##[debug]Loading 'TypesToProcess' from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Profile\5.8.3\Microsoft.Azure.Commands.Profile.Desktop.types.ps1xml'.
2019-03-13T08:54:24.4281493Z ##[debug]Loading 'FormatsToProcess' from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Profile\5.8.3\Microsoft.Azure.Commands.Profile.format.ps1xml'.
2019-03-13T08:54:24.4302179Z ##[debug]Loading 'FormatsToProcess' from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Profile\5.8.3\Microsoft.Azure.Commands.Profile.generated.format.ps1xml'.
2019-03-13T08:54:24.5514834Z ##[debug]Leaving Import-FromModulePath.
2019-03-13T08:54:24.5547793Z ##[debug]Leaving Import-AzureModule.
2019-03-13T08:54:24.5602208Z ##[debug]Leaving Initialize-Azure.
2019-03-13T08:54:24.5647939Z ##[debug]Caught exception from task script.
2019-03-13T08:54:24.5680062Z ##[debug]Error record:
2019-03-13T08:54:24.6762523Z ##[debug]The following error occurred while loading the extended type data file: Error in TypeData "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer": The TypeConverter was ignored because it already occurs.
2019-03-13T08:54:24.6778551Z ##[debug]Error in TypeData "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer": The member SerializationDepth is already present.
2019-03-13T08:54:24.6793935Z ##[debug]Error in TypeData "Microsoft.Azure.Commands.Common.Authentication.ProtectedFileTokenCache": The member PropertySerializationSet is already present.
2019-03-13T08:54:24.6812110Z ##[debug]Error in TypeData "Microsoft.Azure.Commands.Common.Authentication.ProtectedFileTokenCache": The member SerializationMethod is already present.
2019-03-13T08:54:24.6828181Z ##[debug]Error in TypeData "Microsoft.Azure.Commands.Common.Authentication.AuthenticationStoreTokenCache": The member PropertySerializationSet is already present.
2019-03-13T08:54:24.6865302Z ##[debug]Error in TypeData "Microsoft.Azure.Commands.Common.Authentication.AuthenticationStoreTokenCache": The member SerializationMethod is already present.
2019-03-13T08:54:24.6880325Z ##[debug]Error in TypeData "Microsoft.Azure.Commands.Profile.Models.PSAzureContext": The member SerializationDepth is already present.
2019-03-13T08:54:24.6894661Z ##[debug]Error in TypeData "Microsoft.Azure.Commands.Profile.Models.PSAzureProfile": The member SerializationDepth is already present.
2019-03-13T08:54:24.6908464Z ##[debug]
2019-03-13T08:54:24.6922488Z ##[debug]    + CategoryInfo          : NotSpecified: (:) [], RuntimeException
2019-03-13T08:54:24.6941116Z ##[debug]    + FullyQualifiedErrorId : ErrorsUpdatingTypes
2019-03-13T08:54:24.6953980Z ##[debug] 
2019-03-13T08:54:24.6977474Z ##[debug]Script stack trace:
2019-03-13T08:54:24.7302153Z ##[debug]
2019-03-13T08:54:24.7325746Z ##[debug]Exception:
2019-03-13T08:54:24.7374251Z ##[debug]System.Management.Automation.RuntimeException: The following error occurred while loading the extended type data file: Error in TypeData "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer": The TypeConverter was ignored because it already occurs.
2019-03-13T08:54:24.7390131Z ##[debug]Error in TypeData "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer": The member SerializationDepth is already present.
2019-03-13T08:54:24.7403445Z ##[debug]Error in TypeData "Microsoft.Azure.Commands.Common.Authentication.ProtectedFileTokenCache": The member PropertySerializationSet is already present.
2019-03-13T08:54:24.7417115Z ##[debug]Error in TypeData "Microsoft.Azure.Commands.Common.Authentication.ProtectedFileTokenCache": The member SerializationMethod is already present.
2019-03-13T08:54:24.7432289Z ##[debug]Error in TypeData "Microsoft.Azure.Commands.Common.Authentication.AuthenticationStoreTokenCache": The member PropertySerializationSet is already present.
2019-03-13T08:54:24.7446382Z ##[debug]Error in TypeData "Microsoft.Azure.Commands.Common.Authentication.AuthenticationStoreTokenCache": The member SerializationMethod is already present.
2019-03-13T08:54:24.7461230Z ##[debug]Error in TypeData "Microsoft.Azure.Commands.Profile.Models.PSAzureContext": The member SerializationDepth is already present.
2019-03-13T08:54:24.7477306Z ##[debug]Error in TypeData "Microsoft.Azure.Commands.Profile.Models.PSAzureProfile": The member SerializationDepth is already present.
2019-03-13T08:54:24.7490412Z ##[debug]
2019-03-13T08:54:24.7508440Z ##[debug]   at System.Management.Automation.Runspaces.InitialSessionState.ThrowTypeOrFormatErrors(String resourceString, String errorMsg, String errorId)
2019-03-13T08:54:24.7522830Z ##[debug]   at System.Management.Automation.Runspaces.InitialSessionState.UpdateTypes(ExecutionContext context, Boolean updateOnly)
2019-03-13T08:54:24.7536094Z ##[debug]   at System.Management.Automation.Runspaces.InitialSessionState.Bind_UpdateTypes(ExecutionContext context, Boolean updateOnly)
2019-03-13T08:54:24.7551406Z ##[debug]   at System.Management.Automation.Runspaces.InitialSessionState.Bind(ExecutionContext context, Boolean updateOnly, PSModuleInfo module, Boolean noClobber, Boolean local)
2019-03-13T08:54:24.7564020Z ##[debug]   at System.Management.Automation.Runspaces.InitialSessionState.Bind(ExecutionContext context, Boolean updateOnly)
2019-03-13T08:54:24.7577934Z ##[debug]   at Microsoft.PowerShell.Commands.ModuleCmdletBase.LoadModuleManifest(String moduleManifestPath, ExternalScriptInfo manifestScriptInfo, Hashtable data, Hashtable localizedData, ManifestProcessingFlags manifestProcessingFlags, Version minimumVersion, Version maximumVersion, Version requiredVersion, Nullable`1 requiredModuleGuid, ImportModuleOptions& options, Boolean& containedErrors)
2019-03-13T08:54:24.7877676Z ##[error]The following error occurred while loading the extended type data file: Error in TypeData "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer": The TypeConverter was ignored because it already occurs.
Error in TypeData "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer": The member SerializationDepth is already present.
Error in TypeData "Microsoft.Azure.Commands.Common.Authentication.ProtectedFileTokenCache": The member PropertySerializationSet is already present.
Error in TypeData "Microsoft.Azure.Commands.Common.Authentication.ProtectedFileTokenCache": The member SerializationMethod is already present.
Error in TypeData "Microsoft.Azure.Commands.Common.Authentication.AuthenticationStoreTokenCache": The member PropertySerializationSet is already present.
Error in TypeData "Microsoft.Azure.Commands.Common.Authentication.AuthenticationStoreTokenCache": The member SerializationMethod is already present.
Error in TypeData "Microsoft.Azure.Commands.Profile.Models.PSAzureContext": The member SerializationDepth is already present.
Error in TypeData "Microsoft.Azure.Commands.Profile.Models.PSAzureProfile": The member SerializationDepth is already present.

2019-03-13T08:54:24.7888633Z ##[debug]Processed: ##vso[task.logissue type=error]The following error occurred while loading the extended type data file: Error in TypeData "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer": The TypeConverter was ignored because it already occurs.%0AError in TypeData "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer": The member SerializationDepth is already present.%0AError in TypeData "Microsoft.Azure.Commands.Common.Authentication.ProtectedFileTokenCache": The member PropertySerializationSet is already present.%0AError in TypeData "Microsoft.Azure.Commands.Common.Authentication.ProtectedFileTokenCache": The member SerializationMethod is already present.%0AError in TypeData "Microsoft.Azure.Commands.Common.Authentication.AuthenticationStoreTokenCache": The member PropertySerializationSet is already present.%0AError in TypeData "Microsoft.Azure.Commands.Common.Authentication.AuthenticationStoreTokenCache": The member SerializationMethod is already present.%0AError in TypeData "Microsoft.Azure.Commands.Profile.Models.PSAzureContext": The member SerializationDepth is already present.%0AError in TypeData "Microsoft.Azure.Commands.Profile.Models.PSAzureProfile": The member SerializationDepth is already present.%0A
2019-03-13T08:54:24.7903319Z ##[debug]Processed: ##vso[task.complete result=Failed]
liprec commented 5 years ago

Could it be that there are two AzureRM (4.2.1 and 6.13.1) installed on the agent? And is it possible to deinstall the 4.2.1 version and check again?

ToothlessGear commented 5 years ago

I deleted all directories AzureRM* from C:\Program Files\WindowsPowerShell\Modules, and reinstalled so only one version of the module is available, same issue.

liprec commented 5 years ago

I added an extra setting, in the advanced option, to use a specific AzureRM version to be used for the task and hopefully this provides you the option to tackle this error. Problem is that the error happens in the 'VstsHelperScripts' module and not in my own code.

cevipu commented 5 years ago

Hi and thanks for the quick support. I still have the same issue as before, i'm running a private agent. I have AzureRM 6.7.0 and 6.13.1 on the machine. However on the capabilities the agent claims to have 1.4.0 - which then points to AZ library, right?

2019-03-13T20:40:35.2673153Z ##[command]Import-Module -Name C:\Program Files\WindowsPowerShell\Modules\AzureRM\6.7.0\AzureRM.psd1 -Global
2019-03-13T20:40:35.5772347Z ##[error]The following error occurred while loading the extended type data file: Error in TypeData "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer": The TypeConverter was ignored because it already occurs.
Error in TypeData "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer": The member SerializationDepth is already present.
Error in TypeData "Microsoft.Azure.Commands.Common.Authentication.ProtectedFileTokenCache": The member PropertySerializationSet is already present.
Error in TypeData "Microsoft.Azure.Commands.Common.Authentication.ProtectedFileTokenCache": The member SerializationMethod is already present.
Error in TypeData "Microsoft.Azure.Commands.Common.Authentication.AuthenticationStoreTokenCache": The member PropertySerializationSet is already present.
Error in TypeData "Microsoft.Azure.Commands.Common.Authentication.AuthenticationStoreTokenCache": The member SerializationMethod is already present.
Error in TypeData "Microsoft.Azure.Commands.Profile.Models.PSAzureContext": The member SerializationDepth is already present.
Error in TypeData "Microsoft.Azure.Commands.Profile.Models.PSAzureProfile": The member SerializationDepth is already present.

And with the 6.13.1 exactly the same:


2019-03-13T20:14:48.9506749Z ##[command]Import-Module -Name C:\Program Files\WindowsPowerShell\Modules\AzureRM\6.13.1\AzureRM.psd1 -Global
2019-03-13T20:14:49.2344817Z ##[error]The following error occurred while loading the extended type data file: Error in TypeData "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer": The TypeConverter was ignored because it already occurs.
Error in TypeData "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer": The member SerializationDepth is already present.
Error in TypeData "Microsoft.Azure.Commands.Common.Authentication.ProtectedFileTokenCache": The member PropertySerializationSet is already present.
Error in TypeData "Microsoft.Azure.Commands.Common.Authentication.ProtectedFileTokenCache": The member SerializationMethod is already present.
Error in TypeData "Microsoft.Azure.Commands.Common.Authentication.AuthenticationStoreTokenCache": The member PropertySerializationSet is already present.
Error in TypeData "Microsoft.Azure.Commands.Common.Authentication.AuthenticationStoreTokenCache": The member SerializationMethod is already present.
Error in TypeData "Microsoft.Azure.Commands.Profile.Models.PSAzureContext": The member SerializationDepth is already present.
Error in TypeData "Microsoft.Azure.Commands.Profile.Models.PSAzureProfile": The member SerializationDepth is already present.
ToothlessGear commented 5 years ago

After fiddling around I've found a workaround. Still not the best solution but it works for now.

@liprec Thank you for your help!