Skip to content

Commit

Permalink
chore: Add warning to loginSso method regarding method signature chan…
Browse files Browse the repository at this point in the history
…ges. (#4644)
  • Loading branch information
heyrichardshi authored Jul 3, 2024
1 parent bc8e338 commit 5862224
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ interface ToolkitConnectionManager : Disposable {

/**
* Individual service should subscribe [ToolkitConnectionManagerListener.TOPIC] to fire their service activation / UX update
*
* IMPORTANT: Do *not* update this method signature without consultation; an internal partner consumes this method.
* Inter-plugin calls require relinking on each method signature change, even if it looks safe from a Kotlin standpoint.
*/
@Deprecated("Connections created through this function are not written to the user's ~/.aws/config file")
fun loginSso(
Expand Down

0 comments on commit 5862224

Please sign in to comment.