Skip to content

Commit e71c4ac

Browse files
committed
srm - split up cu
1 parent 535c95b commit e71c4ac

File tree

3 files changed

+31
-19
lines changed

3 files changed

+31
-19
lines changed

release-notes/SRM/SRM_1.2.28.md

-18
Original file line numberDiff line numberDiff line change
@@ -99,21 +99,3 @@ When the Try Leave Quarantine action was executed on a booking with multiple unm
9999
#### Try Leave Quarantine not working correctly if booking had multiple unmapped resources with the same capacities [ID_34579]
100100

101101
When the Try Leave Quarantine action was executed on a booking with multiple unmapped resources with the same capacities, it could occur that the booking could not leave the quarantine correctly.
102-
103-
## Addendum CU1
104-
105-
#### New RenameElement method [ID_34991]
106-
107-
A new method, *RenameElement*, had been added to the *IActionableElement* in the SLSRMLibrary. It will allow you to change the name of a DataMiner element.
108-
109-
```csharp
110-
/// <summary>
111-
/// Changes the name of an element.
112-
/// </summary>
113-
/// <param name="element">The element to be renamed.</param>
114-
/// <param name="engine"><see cref="Engine"/> instance used to communicate with DataMiner.</param>
115-
/// <param name="name">New element name.</param>
116-
/// <exception cref="ArgumentNullException">In case <paramref name="element"/> or <paramref name="engine"/> are null.</exception>
117-
/// <exception cref="ArgumentException">In case <paramref name="name"/> is null or white-space.</exception>
118-
public static void RenameElement(this IActionableElement element, Engine engine, string name)
119-
```

release-notes/SRM/SRM_1.2.28_CU1.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
uid: SRM_1.2.28_CU1
3+
---
4+
5+
# SRM 1.2.28 CU1
6+
7+
> [!NOTE]
8+
> This version requires that **DataMiner 10.2.7.0-11922 or higher** is installed. It is not compatible with the DataMiner Main Release track.
9+
10+
## Enhancements
11+
12+
#### New RenameElement method [ID_34991]
13+
14+
A new method, *RenameElement*, had been added to the *IActionableElement* in the SLSRMLibrary. It will allow you to change the name of a DataMiner element.
15+
16+
```csharp
17+
/// <summary>
18+
/// Changes the name of an element.
19+
/// </summary>
20+
/// <param name="element">The element to be renamed.</param>
21+
/// <param name="engine"><see cref="Engine"/> instance used to communicate with DataMiner.</param>
22+
/// <param name="name">New element name.</param>
23+
/// <exception cref="ArgumentNullException">In case <paramref name="element"/> or <paramref name="engine"/> are null.</exception>
24+
/// <exception cref="ArgumentException">In case <paramref name="name"/> is null or white-space.</exception>
25+
public static void RenameElement(this IActionableElement element, Engine engine, string name)
26+
```

release-notes/toc.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,11 @@
623623
- name: SRM release notes
624624
items:
625625
- name: SRM 1.2.28
626-
topicUid: SRM_1.2.28
626+
items:
627+
- name: New features and changes
628+
topicUid: SRM_1.2.28
629+
- name: Addendum CU1
630+
topicUid: SRM_1.2.28_CU1
627631
- name: SRM 1.2.27
628632
topicUid: SRM_1.2.27
629633
- name: SRM 1.2.26

0 commit comments

Comments
 (0)