Skip to content

Commit

Permalink
Lowered min version
Browse files Browse the repository at this point in the history
  • Loading branch information
ytimenkov committed Dec 4, 2023
1 parent b2cf530 commit 5d87ca6
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions plugins/module_utils/_api_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -1462,7 +1462,7 @@ def join_path(path):
),
('interface', 'wifiwave2'): APIData(
versioned=[
('7.11', '>=', VersionedAPIData(
('7.8', '>=', VersionedAPIData(
fully_understood=True,
primary_keys=('name', ),
required_one_of=[['default-name', 'master-interface']],
Expand All @@ -1489,7 +1489,7 @@ def join_path(path):
),
('interface', 'wifiwave2', 'aaa'): APIData(
versioned=[
('7.11', '>=', VersionedAPIData(
('7.8', '>=', VersionedAPIData(
fully_understood=True,
primary_keys=('name', ),
fields={
Expand All @@ -1509,7 +1509,7 @@ def join_path(path):
),
('interface', 'wifiwave2', 'access-list'): APIData(
versioned=[
('7.11', '>=', VersionedAPIData(
('7.8', '>=', VersionedAPIData(
fully_understood=True,
fields={
'action': KeyInfo(can_disable=True),
Expand All @@ -1532,7 +1532,7 @@ def join_path(path):
),
('interface', 'wifiwave2', 'cap'): APIData(
versioned=[
('7.11', '>=', VersionedAPIData(
('7.8', '>=', VersionedAPIData(
single_value=True,
fully_understood=True,
fields={
Expand All @@ -1551,7 +1551,7 @@ def join_path(path):
),
('interface', 'wifiwave2', 'capsman'): APIData(
versioned=[
('7.11', '>=', VersionedAPIData(
('7.8', '>=', VersionedAPIData(
single_value=True,
fully_understood=True,
fields={
Expand All @@ -1568,7 +1568,7 @@ def join_path(path):
),
('interface', 'wifiwave2', 'channel'): APIData(
versioned=[
('7.11', '>=', VersionedAPIData(
('7.8', '>=', VersionedAPIData(
fully_understood=True,
primary_keys=('name', ),
fields={
Expand All @@ -1584,7 +1584,7 @@ def join_path(path):
),
('interface', 'wifiwave2', 'configuration'): APIData(
versioned=[
('7.11', '>=', VersionedAPIData(
('7.8', '>=', VersionedAPIData(
fully_understood=True,
primary_keys=('name', ),
fields={
Expand Down Expand Up @@ -1612,7 +1612,7 @@ def join_path(path):
),
('interface', 'wifiwave2', 'datapath'): APIData(
versioned=[
('7.11', '>=', VersionedAPIData(
('7.8', '>=', VersionedAPIData(
fully_understood=True,
primary_keys=('name', ),
fields={
Expand All @@ -1630,7 +1630,7 @@ def join_path(path):
),
('interface', 'wifiwave2', 'interworking'): APIData(
versioned=[
('7.11', '>=', VersionedAPIData(
('7.8', '>=', VersionedAPIData(
fully_understood=True,
primary_keys=('name', ),
fields={
Expand Down Expand Up @@ -1670,7 +1670,7 @@ def join_path(path):
),
('interface', 'wifiwave2', 'provisioning'): APIData(
versioned=[
('7.11', '>=', VersionedAPIData(
('7.8', '>=', VersionedAPIData(
fully_understood=True,
primary_keys=('action', ),
fields={
Expand All @@ -1691,7 +1691,7 @@ def join_path(path):
),
('interface', 'wifiwave2', 'security'): APIData(
versioned=[
('7.11', '>=', VersionedAPIData(
('7.8', '>=', VersionedAPIData(
fully_understood=True,
primary_keys=('name', ),
fields={
Expand Down Expand Up @@ -1732,7 +1732,7 @@ def join_path(path):
),
('interface', 'wifiwave2', 'steering'): APIData(
versioned=[
('7.11', '>=', VersionedAPIData(
('7.8', '>=', VersionedAPIData(
fully_understood=True,
primary_keys=('name', ),
fields={
Expand Down

0 comments on commit 5d87ca6

Please sign in to comment.