This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
.SYNOPSIS | |
Test if moving Azure resources will be successful | |
.DESCRIPTION | |
Test if moving Azure resources will be successful. Returns a boolean, but will also display an error if encountered. | |
.PARAMETER SourceSubscriptionId | |
Subscription ID where the resources are to move from | |
.PARAMETER SourceResourceGroup | |
Resource group name where the resources are to move from | |
.PARAMETER SourceResourceIds |