You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
##[section]Starting: ARM Outputs
==============================================================================
Task : ARM Outputs
Description : This task reads the output values of an ARM deployment and sets them as VSTS variables.
Version : 4.0.1
Author : Kees Schollaart
Help : [More Information](https://github.com/keesschollaart81/vsts-arm-outputs)
==============================================================================
Preparing task execution handler.
Executing the powershell script: D:\<HIDDEN>\_work\_tasks\ARM Outputs_584bcff2-3353-4f11-872b-6ba01267a972\4.0.1\run-vsts.ps1
Looking for Azure PowerShell module at C:\Program Files (x86)\Microsoft SDKs\Azure\PowerShell\ServiceManagement\Azure\Azure.psd1
AzurePSCmdletsVersion= 5.1.1
Get-ServiceEndpoint -Name <HIDDEN> -Context Microsoft.TeamFoundation.DistributedTask.Handlers.LegacyVSTSPowerShellHost.PSHostTaskContext
tenantId= ********
azureSubscriptionId= <HIDDEN>
azureSubscriptionName= <HIDDEN>
Add-AzureRMAccount -ServicePrincipal -Tenant ******** -Credential System.Management.Automation.PSCredential
Select-AzureRMSubscription -SubscriptionId <HIDDEN> -tenantId ********
##[error]System.Management.Automation.CommandNotFoundException: The term 'Select-AzureRMSubscription' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
at System.Management.Automation.CommandDiscovery.LookupCommandInfo(String commandName, CommandTypes commandTypes, SearchResolutionOptions searchResolutionOptions, CommandOrigin commandOrigin, ExecutionContext context)
at System.Management.Automation.CommandDiscovery.TryModuleAutoDiscovery(String commandName, ExecutionContext context, String originalCommandName, CommandOrigin commandOrigin, SearchResolutionOptions searchResolutionOptions, CommandTypes commandTypes, Exception& lastError)
at System.Management.Automation.CommandDiscovery.LookupCommandInfo(String commandName, CommandTypes commandTypes, SearchResolutionOptions searchResolutionOptions, CommandOrigin commandOrigin, ExecutionContext context)
at System.Management.Automation.CommandDiscovery.LookupCommandProcessor(String commandName, CommandOrigin commandOrigin, Nullable`1 useLocalScope)
at System.Management.Automation.ExecutionContext.CreateCommand(String command, Boolean dotSource)
at System.Management.Automation.PipelineOps.AddCommand(PipelineProcessor pipe, CommandParameterInternal[] commandElements, CommandBaseAst commandBaseAst, CommandRedirection[] redirections, ExecutionContext context)
at System.Management.Automation.PipelineOps.InvokePipeline(Object input, Boolean ignoreInput, CommandParameterInternal[][] pipeElements, CommandBaseAst[] pipeElementAsts, CommandRedirection[][] commandRedirections, FunctionContext funcContext)
at System.Management.Automation.Interpreter.ActionCallInstruction`6.Run(InterpretedFrame frame)
at System.Management.Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedFrame frame)
at System.Management.Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedFrame frame)
##[error]PowerShell script completed with 1 errors.
##[section]Finishing: ARM Outputs
The text was updated successfully, but these errors were encountered:
Hi,
I encountered this issue:
The text was updated successfully, but these errors were encountered: