Skip to content

Commit

Permalink
Add logged_messages field to LRO metadata. (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
deleon117 authored Oct 10, 2024
1 parent 8662cdc commit e810c79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ansys/api/additive/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.0-dev0
2.2.1-dev0
1 change: 1 addition & 0 deletions ansys/api/additive/v0/additive_operations.proto
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ message OperationMetadata {
string message = 5;
float percent_complete = 6;
ProgressState state = 7;
repeated string logged_messages = 8;
}

0 comments on commit e810c79

Please sign in to comment.