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: common/artifact-manager/src/main/java/com/vmware/pscoe/iac/artifact/aria/operations/models/AlertDefinitionDTO.java
Copy file name to clipboardExpand all lines: common/artifact-manager/src/main/java/com/vmware/pscoe/iac/artifact/aria/operations/rest/RestClientVrops.java
Copy file name to clipboardExpand all lines: docs/versions/latest/Release.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,11 @@ Project generation from `vrops` archetype fails because Maven tries to replace a
61
61
#### New Behavior
62
62
Project generation from `vrops` archetype executes successfully. Maven configuration is updated to not use variable replacement on `src/main/resources` since content there needs to be directly copied.
63
63
64
+
### *Fix `vrops` issue 1009 failing to push alert Definitions with alertConditions set*
65
+
#### Previous Behavior
66
+
Pushing AlertDefinitions with alertConditions not null was failing as the id was not being clean up before pushing .
67
+
#### New Behavior
68
+
Before pushing alertDefinitions the alertConditions ID will be set to null.
64
69
## Upgrade procedure
65
70
66
71
[//]: #(Explain in details if something needs to be done)
0 commit comments