1.14.0
Added
- Support for Events service integration with alerts in the Budgets service
Breaking changes
-
The
com.oracle.bmc.budget.requests.ListAlertRulesRequest$SortOrder
andcom.oracle.bmc.budget.requests.ListBudgetsRequest$SortOrder
enums have been replaced by thecom.oracle.bmc.budget.model.SortOrder
enum. -
The type of
com.oracle.bmc.budget.requests.ListAlertRulesRequest.sortBy
andcom.oracle.bmc.budget.requests.ListBudgetsRequest.sortBy
has been changed fromString
to thecom.oracle.bmc.budget.model.SortBy
enum. -
The type of
com.oracle.bmc.budget.requests.ListAlertRulesRequest.lifecycleState
andcom.oracle.bmc.budget.requests.ListBudgetsRequest.lifecycleState
has been changed fromString
to thecom.oracle.bmc.budget.model.LifecycleState
enum.