Skip to content

Commit

Permalink
Adding generator support for WLC product type
Browse files Browse the repository at this point in the history
Library generator now supports wirelessController product type (WLCs).
  • Loading branch information
TKIPisalegacycipher committed Oct 3, 2024
1 parent 6831836 commit 7d73e50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generator/generate_library.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ def generate_library(spec: dict, version_number: str, is_github_action: bool):
"administered",
"licensing",
"secureConnect",
"wirelessController",
]
# legacy scopes = ['organizations', 'networks', 'devices', 'appliance', 'camera', 'cellularGateway', 'insight',
# 'sm', 'switch', 'wireless']
Expand Down

0 comments on commit 7d73e50

Please sign in to comment.