Skip to content

Commit 7d73e50

Browse files
Adding generator support for WLC product type
Library generator now supports wirelessController product type (WLCs).
1 parent 6831836 commit 7d73e50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

generator/generate_library.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ def generate_library(spec: dict, version_number: str, is_github_action: bool):
243243
"administered",
244244
"licensing",
245245
"secureConnect",
246+
"wirelessController",
246247
]
247248
# legacy scopes = ['organizations', 'networks', 'devices', 'appliance', 'camera', 'cellularGateway', 'insight',
248249
# 'sm', 'switch', 'wireless']

0 commit comments

Comments
 (0)