Updated docs to remove warnings about splatting support (#71)

This commit is contained in:
Keith Babinec 2020-12-27 22:15:18 -08:00 коммит произвёл GitHub
Родитель e066360054
Коммит bf8b6c992c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -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.

Просмотреть файл

@ -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.