<!-- If this issue is a bug report: - Upgrade to the latest version of AzureRM and verify you are able to reproduce the issue - You can install the latest version of AzureRM from the PowerShell Gallery - https://www.powershellgallery.com/packages/AzureRM - You can also install the latest version from the Releases section - https://github.com/Azure/azure-powershell/releases - Ensure that you repro the issue with $DebugPreference = "Continue" to receive the debug stream - If this bug involves an exception being thrown, please run Resolve-AzureRmError to receive extended information on the error - Fill out the below template If this issue is not a bug report, please remove the below template --> ### Description <!-- Please provide a description of the issue you are facing --> ### Script/Steps for Reproduction <!-- Please provide the necessary script(s) that reproduce the issue --> ```powershell ``` ### Module Version <!-- Please run (Get-Module -Name AzureRM -ListAvailable) to get the version(s) of AzureRM installed on your machine --> ```powershell Get-Module -Name AzureRM -ListAvailable ``` ### Environment Data <!-- Please run $PSVersionTable to get the necessary environment data --> ```powershell $PSVersionTable ``` ### Debug Output <!-- Please run the above script with $DebugPreference = "Continue" and paste the resulting debug stream in the below code block --> ``` ```