diff --git a/docs/quickstart-migrate-azurerm-to-az-automatically.md b/docs/quickstart-migrate-azurerm-to-az-automatically.md index 0a7f549..b41f8a8 100644 --- a/docs/quickstart-migrate-azurerm-to-az-automatically.md +++ b/docs/quickstart-migrate-azurerm-to-az-automatically.md @@ -104,8 +104,6 @@ $Results | Where-Object UpgradeResult -ne UpgradeCompleted | Format-List ## Limitations -* Automated parameter name updates to splatted parameter sets aren't supported. If any are found - during upgrade plan generation, a warning is returned. * File I/O operations use default encoding. Unusual file encoding situations may cause problems. * AzureRM cmdlets passed as arguments to Pester unit test mock statements aren't detected. * Currently, only Az PowerShell module version 5.2.0 is supported as a target. diff --git a/powershell-module/README.md b/powershell-module/README.md index b301b3a..3846a55 100644 --- a/powershell-module/README.md +++ b/powershell-module/README.md @@ -74,7 +74,5 @@ $results | where UpgradeResult -ne UpgradeCompleted | format-list ## Limitations -* Automated parameter name updates to splatted parameter sets aren't supported. If any are found - during upgrade plan generation, a warning is returned. * File I/O operations use default encoding. Unusual file encoding situations may cause problems. * AzureRM cmdlets passed as arguments to Pester unit test mock statements aren't detected.