Skip to content

Commit a24247c

Browse files
rakillenddsharpe
authored andcommitted
Issue #451 - Document the use of delete notation with quoted names (#453)
1 parent b6d33cb commit a24247c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,13 @@ In this example, the managed server ```obsoleteServer``` will be deleted, and ``
236236
ListenPort: 9005
237237
```
238238

239+
If the name of the item requires quotation marks, the exclamation point should be inside the quotation marks:
240+
241+
```yaml
242+
Server:
243+
'!obsolete-server':
244+
```
245+
239246
This feature can also remove items that were created by WebLogic Server templates. For example, the base template creates a default security realm called ```myrealm```. If a user chooses to declare a custom realm, ```myrealm``` is no longer needed. In this example, ```myrealm``` will be deleted, and the custom realm ```newrealm``` will be created, and declared as the default realm:
240247

241248
```yaml

0 commit comments

Comments
 (0)