Skip to content

Commit 2356c21

Browse files
Remove Placement Group LA notices (#607)
* Remove PG LA notices * Remove beta notices
1 parent 5c68c8a commit 2356c21

8 files changed

+0
-12
lines changed

docs/modules/placement_group.md

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
Manage a Linode Placement Group.
44

5-
NOTE: Placement Groups may not currently be available to all users.
6-
75
- [Minimum Required Fields](#minimum-required-fields)
86
- [Examples](#examples)
97
- [Parameters](#parameters)

docs/modules/placement_group_assign.md

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

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

5-
NOTE: Placement Groups may not currently be available to all users.
6-
75
- [Minimum Required Fields](#minimum-required-fields)
86
- [Examples](#examples)
97
- [Parameters](#parameters)

docs/modules/placement_group_info.md

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
Get info about a Linode Placement Group.
44

5-
WARNING! This module makes use of beta endpoints and requires the C(api_version) field be explicitly set to C(v4beta).
6-
75
- [Minimum Required Fields](#minimum-required-fields)
86
- [Examples](#examples)
97
- [Parameters](#parameters)

docs/modules/placement_group_list.md

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
List and filter on Placement Groups.
44

5-
WARNING! This module makes use of beta endpoints and requires the C(api_version) field be explicitly set to C(v4beta).
6-
75
- [Minimum Required Fields](#minimum-required-fields)
86
- [Examples](#examples)
97
- [Parameters](#parameters)

plugins/modules/placement_group.py

-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
SPECDOC_META = SpecDocMeta(
6767
description=[
6868
"Manage a Linode Placement Group.",
69-
"NOTE: Placement Groups may not currently be available to all users.",
7069
],
7170
requirements=global_requirements,
7271
author=global_authors,

plugins/modules/placement_group_assign.py

-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
SPECDOC_META = SpecDocMeta(
5151
description=[
5252
"Manages a single assignment between a Linode and a Placement Group.",
53-
"NOTE: Placement Groups may not currently be available to all users.",
5453
],
5554
requirements=global_requirements,
5655
author=global_authors,

plugins/modules/placement_group_info.py

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
)._raw_json,
3636
),
3737
],
38-
requires_beta=True,
3938
)
4039

4140
SPECDOC_META = module.spec

plugins/modules/placement_group_list.py

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
result_docs_url="https://techdocs.akamai.com/linode-api/reference/get-placement-groups",
2020
result_samples=docs.result_placement_groups_samples,
2121
examples=docs.specdoc_examples,
22-
requires_beta=True,
2322
)
2423

2524
SPECDOC_META = module.spec

0 commit comments

Comments
 (0)