Skip to content

Commit e1c6f51

Browse files
Remove longview_subscription field from account_settings documentation and module specification (#765)
1 parent c44cdf9 commit e1c6f51

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

docs/modules/account_settings.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ Returns information related to your Account settings.
2727
|-----------|------|----------|------------------------------------------------------------------------------|
2828
| `state` | <center>`str`</center> | <center>**Required**</center> | The state of Account Settings. **(Choices: `present`)** |
2929
| `backups_enabled` | <center>`bool`</center> | <center>Optional</center> | Account-wide backups default. If true, all Linodes created will automatically be enrolled in the Backups service. If false, Linodes will not be enrolled by default, but may still be enrolled on creation or later. |
30-
| `longview_subscription` | <center>`str`</center> | <center>Optional</center> | The Longview Pro tier you are currently subscribed to. The value must be a Longview subscription ID or null for Longview Free. |
3130
| `network_helper` | <center>`bool`</center> | <center>Optional</center> | Enables network helper across all users by default for new Linodes and Linode Configs. |
3231
| `maintenance_policy` | <center>`str`</center> | <center>Optional</center> | The Slug of the maintenance policy associated with the account. **(Choices: `linode/migrate`, `linode/power_off_on`)** |
3332

plugins/modules/account_settings.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,6 @@
4343
"but may still be enrolled on creation or later."
4444
],
4545
),
46-
"longview_subscription": SpecField(
47-
type=FieldType.string,
48-
description=[
49-
"The Longview Pro tier you are currently subscribed to. "
50-
"The value must be a Longview subscription ID or null for Longview Free."
51-
],
52-
),
5346
"network_helper": SpecField(
5447
type=FieldType.bool,
5548
description=[

0 commit comments

Comments
 (0)