Граф коммитов

5 Коммитов

Автор SHA1 Сообщение Дата
Keith Babinec e965f36ba5
Fixed bug in Invoke-AzUpgradeModulePlan dynamic parameter handling (#82)
* Bug fix for dynamic parameter detection

* Bumped version
2021-03-03 11:21:21 +08:00
Keith Babinec f1e26bb7a8
Improved handling for cmdlets with dynamic parameters (#75)
* Spec generation updates

* Bugfix: new-azcmdlet spec issue handling minimumVersion imports in Az.psm1

* Updated Az 5.2.0 module spec to include Dynamic params flag

* Implemented dynamic params warning and unit tests

* Added test script examples for dynamic params

Co-authored-by: Dingmeng Xue <dixue@microsoft.com>
2021-01-31 09:20:26 +08:00
Keith Babinec 69d88f7dca
Add support for detecting and updating splatted parameters (#68)
* Splatted parameter support (part 1)

* Added unit test support for splatted parameter detection

* Fixed failing unit test from missing property

* Added splatted parameter example scripts

* Removed warnings for splatted parameter detection

* Added matched az upgraded sample scripts

* Fixed off-by-one bug and updated unit tests

* Added support for splatting with ordered hashtable
2020-12-14 17:50:15 +08:00
Damien Caro 8b5efcb12b
Added tests for some AzureRM example scripts (#4)
* Added tests for AzureRM example scripts
* Fixed AzureRM samples not related to migration
* Changed folder structure for examples
* Updated test logic and scripts
2020-07-29 16:02:11 -07:00
Damien Caro 235a64e1c7
Adding AzureRM examples for module testing (#2)
* Initial set of AzureRM Examples
2020-07-27 15:10:14 -07:00