fb94d56227
Having parameters which are unused may harm sometimes, in case if a parameters is deprecated in one cycle and removed in the following and user didn't migrate to the new parameter. But this also adds the list of parameters which are valid but currently not used (since the related service is disabled). This patch adds a warning message to the user to know the list of parameters which are not used in the current deployment plan. Change-Id: Id59a016c73fc4847c4ba507b3ec2492eee7234a0
6 lines
170 B
YAML
6 lines
170 B
YAML
---
|
|
features:
|
|
- |
|
|
Added a warning message to provide the list of parameters which are
|
|
not used in a deployment plan, but provided by the user via environments.
|