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 aa9fc47 commit 12d7c22
Show file tree
Hide file tree
Showing 2 changed files with 3,133 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
Loading

0 comments on commit 12d7c22

Please sign in to comment.