Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
version 0.36.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilkp93 committed Nov 6, 2024
1 parent 2508eea commit a7f74c0
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions catalystwan/api/mtt_aaa_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,6 @@ def __init__(self, session: ManagerSession) -> None:
def __str__(self) -> str:
return str(self.session)

@property
def tenant_org_name(self):
"""
Get the tenant org name
:return:
"""
return self.endpoints.configuration_settings.get_organizations().first().org

@status_ok
def add_radius(self, radius_server: TenantRadiusServer):
"""
Expand Down Expand Up @@ -163,14 +155,6 @@ def __init__(self, session: ManagerSession) -> None:
def __str__(self) -> str:
return str(self.session)

@property
def tenant_org_name(self):
"""
Get the tenant org name
:return:
"""
return self.endpoints.configuration_settings.get_organizations().first().org

@status_ok
def add_tacacs(self, tacacs_server: TenantTacacsServer):
"""
Expand Down

0 comments on commit a7f74c0

Please sign in to comment.