Skip to content

Commit df8390a

Browse files
authored
Added parameter LRO in order to mark LRO (Azure#19608)
* Added parameter LRO in order to mark LRO * mark * fix
1 parent b087b6e commit df8390a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eng/tools/internal/exports/exports.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ type Func struct {
5454

5555
// a comma-delimited list of the return types
5656
Returns *string `json:"returns,omitempty"`
57+
58+
// func name that replace this func with breaking change
59+
ReplacedBy *string `json:"replacedby,omitempty"`
5760
}
5861

5962
// Interface contains the list of methods for an interface.

0 commit comments

Comments
 (0)