Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix for duplicate parameters. #33

Merged
merged 1 commit into from
Nov 6, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This is Intersight REST API

This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:

- API version: 1.0.9-228
- API version: 1.0.9-255
- Package version: 1.0.0
- Build package: io.swagger.codegen.languages.PythonClientCodegen

Expand Down
9 changes: 1 addition & 8 deletions intersight/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This is Intersight REST API

OpenAPI spec version: 1.0.9-228
OpenAPI spec version: 1.0.9-255

Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down Expand Up @@ -68,7 +68,6 @@
from .models.equipment_tpm_list import EquipmentTpmList
from .models.error import Error
from .models.ether_physical_port_list import EtherPhysicalPortList
from .models.externalsite_authorization_list import ExternalsiteAuthorizationList
from .models.fault_instance_list import FaultInstanceList
from .models.fc_physical_port_list import FcPhysicalPortList
from .models.feedback_feedback_data import FeedbackFeedbackData
Expand Down Expand Up @@ -112,7 +111,6 @@
from .models.hyperflex_hx_uu_id_dt import HyperflexHxUuIdDt
from .models.hyperflex_hxdp_version_list import HyperflexHxdpVersionList
from .models.hyperflex_ip_addr_range import HyperflexIpAddrRange
from .models.hyperflex_iterator_string import HyperflexIteratorString
from .models.hyperflex_local_credential_policy_list import HyperflexLocalCredentialPolicyList
from .models.hyperflex_logical_availability_zone import HyperflexLogicalAvailabilityZone
from .models.hyperflex_mac_addr_prefix_range import HyperflexMacAddrPrefixRange
Expand Down Expand Up @@ -399,8 +397,6 @@
from .models.equipment_system_io_controller_ref import EquipmentSystemIoControllerRef
from .models.equipment_tpm_ref import EquipmentTpmRef
from .models.ether_physical_port_ref import EtherPhysicalPortRef
from .models.externalsite_authorization import ExternalsiteAuthorization
from .models.externalsite_authorization_ref import ExternalsiteAuthorizationRef
from .models.extsearch_app_config_ref import ExtsearchAppConfigRef
from .models.extsearch_import_ref import ExtsearchImportRef
from .models.fault_instance_ref import FaultInstanceRef
Expand Down Expand Up @@ -485,7 +481,6 @@
from .models.hyperflex_hxdp_version_ref import HyperflexHxdpVersionRef
from .models.hyperflex_installer_image_ref import HyperflexInstallerImageRef
from .models.hyperflex_ip_addr_range_ref import HyperflexIpAddrRangeRef
from .models.hyperflex_iterator_string_ref import HyperflexIteratorStringRef
from .models.hyperflex_local_credential_policy_ref import HyperflexLocalCredentialPolicyRef
from .models.hyperflex_logical_availability_zone_ref import HyperflexLogicalAvailabilityZoneRef
from .models.hyperflex_mac_addr_prefix_range_ref import HyperflexMacAddrPrefixRangeRef
Expand Down Expand Up @@ -635,7 +630,6 @@
from .models.mo_base_mo_ref import MoBaseMoRef
from .models.mo_interest_registration_ref import MoInterestRegistrationRef
from .models.mo_mo_ref_ref import MoMoRefRef
from .models.mo_snapshot_ref import MoSnapshotRef
from .models.mo_tag_ref import MoTagRef
from .models.mo_version_context_ref import MoVersionContextRef
from .models.network_element_ref import NetworkElementRef
Expand Down Expand Up @@ -980,7 +974,6 @@
from .apis.equipment_system_io_controller_api import EquipmentSystemIoControllerApi
from .apis.equipment_tpm_api import EquipmentTpmApi
from .apis.ether_physical_port_api import EtherPhysicalPortApi
from .apis.externalsite_authorization_api import ExternalsiteAuthorizationApi
from .apis.fault_instance_api import FaultInstanceApi
from .apis.fc_physical_port_api import FcPhysicalPortApi
from .apis.feedback_feedback_post_api import FeedbackFeedbackPostApi
Expand Down
2 changes: 1 addition & 1 deletion intersight/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

This is Intersight REST API

OpenAPI spec version: 1.0.9-228
OpenAPI spec version: 1.0.9-255

Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
1 change: 0 additions & 1 deletion intersight/apis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
from .equipment_system_io_controller_api import EquipmentSystemIoControllerApi
from .equipment_tpm_api import EquipmentTpmApi
from .ether_physical_port_api import EtherPhysicalPortApi
from .externalsite_authorization_api import ExternalsiteAuthorizationApi
from .fault_instance_api import FaultInstanceApi
from .fc_physical_port_api import FcPhysicalPortApi
from .feedback_feedback_post_api import FeedbackFeedbackPostApi
Expand Down
640 changes: 9 additions & 631 deletions intersight/apis/aaa_audit_record_api.py

Large diffs are not rendered by default.

640 changes: 9 additions & 631 deletions intersight/apis/adapter_ext_eth_interface_api.py

Large diffs are not rendered by default.

640 changes: 9 additions & 631 deletions intersight/apis/adapter_host_eth_interface_api.py

Large diffs are not rendered by default.

640 changes: 9 additions & 631 deletions intersight/apis/adapter_host_fc_interface_api.py

Large diffs are not rendered by default.

640 changes: 9 additions & 631 deletions intersight/apis/adapter_host_iscsi_interface_api.py

Large diffs are not rendered by default.

640 changes: 9 additions & 631 deletions intersight/apis/adapter_unit_api.py

Large diffs are not rendered by default.

640 changes: 9 additions & 631 deletions intersight/apis/asset_cluster_member_api.py

Large diffs are not rendered by default.

202 changes: 17 additions & 185 deletions intersight/apis/asset_device_claim_api.py

Large diffs are not rendered by default.

1,012 changes: 27 additions & 985 deletions intersight/apis/asset_device_configuration_api.py

Large diffs are not rendered by default.

1,124 changes: 34 additions & 1,090 deletions intersight/apis/asset_device_registration_api.py

Large diffs are not rendered by default.

1,212 changes: 43 additions & 1,169 deletions intersight/apis/bios_policy_api.py

Large diffs are not rendered by default.

1,012 changes: 27 additions & 985 deletions intersight/apis/bios_unit_api.py

Large diffs are not rendered by default.

1,212 changes: 43 additions & 1,169 deletions intersight/apis/boot_precision_policy_api.py

Large diffs are not rendered by default.

1,012 changes: 27 additions & 985 deletions intersight/apis/compute_blade_api.py

Large diffs are not rendered by default.

1,012 changes: 27 additions & 985 deletions intersight/apis/compute_board_api.py

Large diffs are not rendered by default.

640 changes: 9 additions & 631 deletions intersight/apis/compute_physical_summary_api.py

Large diffs are not rendered by default.

1,012 changes: 27 additions & 985 deletions intersight/apis/compute_rack_unit_api.py

Large diffs are not rendered by default.

1,012 changes: 27 additions & 985 deletions intersight/apis/compute_server_setting_api.py

Large diffs are not rendered by default.

640 changes: 9 additions & 631 deletions intersight/apis/cond_alarm_api.py

Large diffs are not rendered by default.

278 changes: 0 additions & 278 deletions intersight/apis/cond_hcl_status_action_api.py

This file was deleted.

Loading