Skip to content

Commit

Permalink
Add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
carrillo-erik committed Feb 16, 2024
1 parent f14a77a commit 7cf1ab6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/api-v4/src/linodes/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,6 @@ export interface UserData {
user_data: string | null;
}

// Should we use `CreatePlacementGroupPayload` instead?
export interface CreateLinodePlacementGroupPayload {
id?: number | null;
strict?: boolean | null;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@linode/manager": Upcoming Features
---

Add placement group details to Create Linode payload ([#10195](https://github.com/linode/manager/pull/10195))

0 comments on commit 7cf1ab6

Please sign in to comment.