You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1091,7 +1091,7 @@ def filter_model(model):
1091
1091
print'SecurityConfiguration not in the model'
1092
1092
```
1093
1093
1094
-
Model filters are configured by creating a model.filters.json file in the WLSDEPLOY_HOME/lib directory. This file has separate sections for filters to be applied for specific tools. Filters in the "deploy" section are also applied for the Update Domain Tool.
1094
+
Model filters are configured by creating a model_filters.json file in the WLSDEPLOY_HOME/lib directory. This file has separate sections for filters to be applied for specific tools.
1095
1095
1096
1096
This example deploys two filters for the Create Domain Tool: fix-password.py and no-mail.py, and one filter for the Discover Domain tool.
1097
1097
@@ -1105,6 +1105,8 @@ This example deploys two filters for the Create Domain Tool: fix-password.py and
0 commit comments