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 9, 2023
1 parent da42acd commit 732200e
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 @@ -1470,7 +1470,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 @@ -1497,7 +1497,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 @@ -1517,7 +1517,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 @@ -1540,7 +1540,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 @@ -1559,7 +1559,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 @@ -1576,7 +1576,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 @@ -1592,7 +1592,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 @@ -1620,7 +1620,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 @@ -1638,7 +1638,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 @@ -1678,7 +1678,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 @@ -1699,7 +1699,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 @@ -1740,7 +1740,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 732200e

Please sign in to comment.