From bb577152cf4af8f03d123cb477331f4fa37cf9ab Mon Sep 17 00:00:00 2001 From: Zhiwei Liang Date: Sat, 28 Feb 2026 02:13:30 -0500 Subject: [PATCH] Cleanup block storage encryption LA notice --- linode_api4/groups/linode.py | 1 - linode_api4/groups/volume.py | 1 - linode_api4/objects/linode.py | 2 -- 3 files changed, 4 deletions(-) diff --git a/linode_api4/groups/linode.py b/linode_api4/groups/linode.py index e32a284f1..534f5449d 100644 --- a/linode_api4/groups/linode.py +++ b/linode_api4/groups/linode.py @@ -322,7 +322,6 @@ def instance_create( :param firewall: The firewall to attach this Linode to. :type firewall: int or Firewall :param disk_encryption: The disk encryption policy for this Linode. - NOTE: Disk encryption may not currently be available to all users. :type disk_encryption: InstanceDiskEncryptionType or str :param interfaces: An array of Network Interfaces to add to this Linode’s Configuration Profile. At least one and up to three Interface objects can exist in this array. diff --git a/linode_api4/groups/volume.py b/linode_api4/groups/volume.py index 39d0aeaaa..847c3030c 100644 --- a/linode_api4/groups/volume.py +++ b/linode_api4/groups/volume.py @@ -48,7 +48,6 @@ def create(self, label, region=None, linode=None, size=20, **kwargs): :type tags: list[str] :param encryption: Whether the new Volume should opt in or out of disk encryption. :type encryption: str - Note: Block Storage Disk Encryption is not currently available to all users. :returns: The new Volume. :rtype: Volume """ diff --git a/linode_api4/objects/linode.py b/linode_api4/objects/linode.py index ccddd7e40..1d2e9d59e 100644 --- a/linode_api4/objects/linode.py +++ b/linode_api4/objects/linode.py @@ -1393,7 +1393,6 @@ def disk_create( should already be set up, see :any:`ProfileGroup.ssh_keys` for details. :param disk_encryption: The disk encryption policy for this Linode. - NOTE: Disk encryption may not currently be available to all users. :type disk_encryption: InstanceDiskEncryptionType or str :param stackscript: A StackScript object, or the ID of one, to deploy to this disk. Requires deploying a compatible image. @@ -1587,7 +1586,6 @@ def rebuild( the key. :type authorized_keys: list or str :param disk_encryption: The disk encryption policy for this Linode. - NOTE: Disk encryption may not currently be available to all users. :type disk_encryption: InstanceDiskEncryptionType or str :returns: The newly generated password, if one was not provided