Description
The ContainerInstances ContainerGroups min test is using the IPAddressPorts parameter, although that is an optional parameter. min tests should only include required parameters.
Investigate if IPAddressPorts is Optional or Required. Remove it from the min test in the former case, update the parameter description to Required otherwise. In either case update the module readme file.
Note: The discussion started in PR #1874
Description
The ContainerInstances ContainerGroups min test is using the
IPAddressPortsparameter, although that is an optional parameter. min tests should only include required parameters.Investigate if IPAddressPorts is Optional or Required. Remove it from the min test in the former case, update the parameter description to Required otherwise. In either case update the module readme file.