Skip to content

Commit 44fdbed

Browse files
authored
add support for v1.9.1 (#93)
* Add err_message to debug log when failing to update updatable objects repository * Add error_message to debug_log if exists * Don't export available-actions field * Add option to export-import simple-cluster Add to relevant lists and dictionaries fields that shouldn't be exported in simple-gateway since they caused failure in import * Add option to export-import simple-cluster Add to relevant lists and dictionaries fields that shouldn't be exported in simple-gateway since they caused failure in import * Add Python version requirements * support v1.9.1
1 parent 06dfae5 commit 44fdbed

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed

lists_and_dictionaries.py

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -703,6 +703,64 @@
703703
"https-section": "https-sections",
704704
"https-rule": "https-rules"
705705
},
706+
"1.9.1": {
707+
"access-role": "access-roles",
708+
"threat-profile": "threat-profiles",
709+
"host": "hosts",
710+
"network": "networks",
711+
"address-range": "address_ranges",
712+
"multicast-address-range": "multicast-address-ranges",
713+
"security-zone": "security-zones",
714+
"time": "times",
715+
"simple-gateway": "simple-gateways",
716+
"simple-cluster": "simple-clusters",
717+
"dynamic-object": "dynamic-objects",
718+
"trusted-client": "trusted-clients",
719+
"tags": "tags",
720+
"dns-domain": "dns-domains",
721+
"opsec-application": "opsec-applications",
722+
"data-center": "data-centers",
723+
"data-center-object": "data-center-objects",
724+
"service-tcp": "services-tcp",
725+
"service-udp": "services-udp",
726+
"service-icmp": "services-icmp",
727+
"service-icmp6": "services-icmp6",
728+
"service-sctp": "services-sctp",
729+
"service-rpc": "services-rpc",
730+
"service-other": "services-other",
731+
"service-dce-rpc": "services-dce-rpc",
732+
"application-site": "applications-sites",
733+
"application-site-category": "application-site-categories",
734+
"application-site-group": "application-site-groups",
735+
"vpn-community-meshed": "vpn-communities-meshed",
736+
"vpn-community-star": "vpn-communities-star",
737+
"placeholder": "placeholders",
738+
"administrator": "administrators",
739+
"group": "groups",
740+
"group-with-exclusion": "groups-with-exclusion",
741+
"service-group": "service-groups",
742+
"time-group": "time-groups",
743+
"application-group": "application-groups",
744+
"threat-protection": "threat-protections",
745+
"exception-group": "exception-groups",
746+
"generic-object": "",
747+
"access-layer": "access-layers",
748+
"access-section": "access-sections",
749+
"access-rule": "access-rules",
750+
"nat-layer": "nat-layers",
751+
"nat-section": "nat-sections",
752+
"nat-rule": "nat-rules",
753+
"threat-layer": "threat-layers",
754+
"threat-rule": "threat-rules",
755+
"threat-exception-section": "threat-exception-sections",
756+
"threat-exception": "threat-exceptions",
757+
"wildcard": "wildcards",
758+
"updatable-object": "updatable-objects",
759+
"https-layer": "https-layers",
760+
"https-section": "https-sections",
761+
"https-rule": "https-rules",
762+
"central-license": "central-licenses"
763+
},
706764
}
707765

708766
unexportable_objects_map = {}

0 commit comments

Comments
 (0)