Skip to content

Commit

Permalink
Remove Placement Group LA notices (#607)
Browse files Browse the repository at this point in the history
* Remove PG LA notices

* Remove beta notices
  • Loading branch information
lgarber-akamai authored Oct 22, 2024
1 parent 5c68c8a commit 2356c21
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions docs/modules/placement_group.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

Manage a Linode Placement Group.

NOTE: Placement Groups may not currently be available to all users.

- [Minimum Required Fields](#minimum-required-fields)
- [Examples](#examples)
- [Parameters](#parameters)
Expand Down
2 changes: 0 additions & 2 deletions docs/modules/placement_group_assign.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

Manages a single assignment between a Linode and a Placement Group.

NOTE: Placement Groups may not currently be available to all users.

- [Minimum Required Fields](#minimum-required-fields)
- [Examples](#examples)
- [Parameters](#parameters)
Expand Down
2 changes: 0 additions & 2 deletions docs/modules/placement_group_info.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

Get info about a Linode Placement Group.

WARNING! This module makes use of beta endpoints and requires the C(api_version) field be explicitly set to C(v4beta).

- [Minimum Required Fields](#minimum-required-fields)
- [Examples](#examples)
- [Parameters](#parameters)
Expand Down
2 changes: 0 additions & 2 deletions docs/modules/placement_group_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

List and filter on Placement Groups.

WARNING! This module makes use of beta endpoints and requires the C(api_version) field be explicitly set to C(v4beta).

- [Minimum Required Fields](#minimum-required-fields)
- [Examples](#examples)
- [Parameters](#parameters)
Expand Down
1 change: 0 additions & 1 deletion plugins/modules/placement_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
SPECDOC_META = SpecDocMeta(
description=[
"Manage a Linode Placement Group.",
"NOTE: Placement Groups may not currently be available to all users.",
],
requirements=global_requirements,
author=global_authors,
Expand Down
1 change: 0 additions & 1 deletion plugins/modules/placement_group_assign.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
SPECDOC_META = SpecDocMeta(
description=[
"Manages a single assignment between a Linode and a Placement Group.",
"NOTE: Placement Groups may not currently be available to all users.",
],
requirements=global_requirements,
author=global_authors,
Expand Down
1 change: 0 additions & 1 deletion plugins/modules/placement_group_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
)._raw_json,
),
],
requires_beta=True,
)

SPECDOC_META = module.spec
Expand Down
1 change: 0 additions & 1 deletion plugins/modules/placement_group_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
result_docs_url="https://techdocs.akamai.com/linode-api/reference/get-placement-groups",
result_samples=docs.result_placement_groups_samples,
examples=docs.specdoc_examples,
requires_beta=True,
)

SPECDOC_META = module.spec
Expand Down

0 comments on commit 2356c21

Please sign in to comment.