Skip to content

Clean up script analyzer warnings for Update-AutomationAzureModulesForAccount #32

Description

When checking the Update-AutomationAzureModulesForAccount.ps1 runbook with ScriptAnalyzer, the following warnings are generated.

WARNING: Update-AzureAutomationModulesForAccount.ps1 (Line 166): 'Add-AzureRmAccount' is an alias of 'Connect-AzureRmAccount'. Alias can introduce possible problems and make scripts hard to maintain. Please consider changing alias to its full content.

WARNING: Update-AzureAutomationModulesForAccount.ps1 (Line 173): 'Select-AzureRmSubscription' is an alias of 'Set-AzureRmContext'. Alias can introduce possible problems and make scripts hard to maintain. Please consider changing alias to its full content.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions