Skip to content

Commit

Permalink
chore(migration-guide): add another example of breaking change (issue o…
Browse files Browse the repository at this point in the history
  • Loading branch information
idrissneumann committed Sep 20, 2024
1 parent 20ec518 commit 62423e6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/how-to-guides/migration-from-lbrlabs-package.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ Some package has changed, and you'll have to update it as well, for example:
+ ovh.domain.ZoneRecord
```

Or:

```diff
- cloud.CloudProjectUser
+ ovh.cloudproject.User
```

{{% /choosable %}}

{{% choosable language go %}}
Expand Down

0 comments on commit 62423e6

Please sign in to comment.