From f56217e3bc39a1d829127123624ff9de42fb34fb Mon Sep 17 00:00:00 2001 From: mohitjain97 <91092317+mohitjain97@users.noreply.github.com> Date: Mon, 20 Sep 2021 18:20:03 -0500 Subject: [PATCH] Update auth_group_extended.py --- isi_sdk_9_0_0/isi_sdk_9_0_0/models/auth_group_extended.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/isi_sdk_9_0_0/isi_sdk_9_0_0/models/auth_group_extended.py b/isi_sdk_9_0_0/isi_sdk_9_0_0/models/auth_group_extended.py index b622c6593..ea19dead0 100644 --- a/isi_sdk_9_0_0/isi_sdk_9_0_0/models/auth_group_extended.py +++ b/isi_sdk_9_0_0/isi_sdk_9_0_0/models/auth_group_extended.py @@ -125,8 +125,8 @@ def dn(self, dn): :param dn: The dn of this AuthGroupExtended. # noqa: E501 :type: str """ - if dn is not None and len(dn) > 255: - raise ValueError("Invalid value for `dn`, length must be less than or equal to `255`") # noqa: E501 + if dn is not None and len(dn) > 8192: + raise ValueError("Invalid value for `dn`, length must be less than or equal to `8192`") # noqa: E501 if dn is not None and len(dn) < 0: raise ValueError("Invalid value for `dn`, length must be greater than or equal to `0`") # noqa: E501