Skip to content

Commit f2e7cb2

Browse files
Removed v4beta notices from Maintenance Policy documentation (#2255)
1 parent c89467e commit f2e7cb2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/data-sources/account_settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ data "linode_account_settings" "example" {}
3131

3232
* `object_storage` - A string describing the status of this account’s Object Storage service enrollment.
3333

34-
* `maintenance_policy` - The default maintenance policy for this account. (**Note: v4beta only.**)
34+
* `maintenance_policy` - The default maintenance policy for this account.

docs/data-sources/instances.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Each Linode instance will be stored in the `instances` attribute and will export
7575

7676
* `tags` - A list of tags applied to this object. Tags are case-insensitive and are for organizational purposes only.
7777

78-
* `maintenance_policy` - The maintenance policy of this Linode instance. (**Note: v4beta only.**)
78+
* `maintenance_policy` - The maintenance policy of this Linode instance.
7979

8080
* `capabilities` - A list of capabilities of this Linode instance.
8181

docs/data-sources/maintenance_policies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: |-
77
# linode\_maintenance\_policies
88

99
Provides details about the Maintenance Policies available to apply to Accounts and Instances.
10-
For more information, see the [Linode APIv4 docs](https://techdocs.akamai.com/linode-api/reference/get-maintenance-policies). (**Note: v4beta only.**)
10+
For more information, see the [Linode APIv4 docs](https://techdocs.akamai.com/linode-api/reference/get-maintenance-policies).
1111

1212
## Example Usage
1313

docs/resources/account_settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The following arguments are supported:
3232

3333
* `interfaces_for_new_linodes` - (Optional) Type of interfaces for new Linode instances. Available values are `"legacy_config_only"`, `"legacy_config_default_but_linode_allowed"`, `"linode_default_but_legacy_config_allowed"`, and `"linode_only"`.
3434

35-
* `maintenance_policy` - (Optional) The default maintenance policy for this account. Examples are `"linode/migrate"` and `"linode/power_off_on"`. Defaults to `"linode/migrate"`. (**Note: v4beta only.**)
35+
* `maintenance_policy` - (Optional) The default maintenance policy for this account. Examples are `"linode/migrate"` and `"linode/power_off_on"`. Defaults to `"linode/migrate"`.
3636

3737
## Additional Results
3838

docs/resources/instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ The following arguments are supported:
156156

157157
* `locks` - (Read-Only) A list of locks applied to this Linode.
158158

159-
* `maintenance_policy` - (Optional) The maintenance policy of this Linode instance. Examples are `"linode/migrate"` and `"linode/power_off_on"`. Defaults to the default maintenance policy of the account. (**Note: v4beta only.**)
159+
* `maintenance_policy` - (Optional) The maintenance policy of this Linode instance. Examples are `"linode/migrate"` and `"linode/power_off_on"`. Defaults to the default maintenance policy of the account.
160160

161161
* `private_ip` - (Optional) If true, the created Linode will have private networking enabled, allowing use of the 192.168.128.0/17 network within the Linode's region. It can be enabled on an existing Linode but it can't be disabled.
162162

0 commit comments

Comments
 (0)