Skip to content

Commit

Permalink
Generated from c0e05f3112f29677c8080c0b633ab15eece643cd
Browse files Browse the repository at this point in the history
  • Loading branch information
lmazuel committed Apr 7, 2016
1 parent dc68492 commit ef074cb
Show file tree
Hide file tree
Showing 680 changed files with 802 additions and 796 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class AccountListNodeAgentSkusOptions(Model):
:type ocp_date: datetime
"""

def __init__(self, filter=None, max_results=None, timeout=30, client_request_id=None, return_client_request_id=None, ocp_date=None, **kwargs):
def __init__(self, filter=None, max_results=None, timeout=30, client_request_id=None, return_client_request_id=None, ocp_date=None):
self.filter = filter
self.max_results = max_results
self.timeout = timeout
Expand Down
2 changes: 1 addition & 1 deletion azure-batch/azure/batch/models/affinity_information.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ class AffinityInformation(Model):
'affinity_id': {'key': 'affinityId', 'type': 'str'},
}

def __init__(self, affinity_id=None, **kwargs):
def __init__(self, affinity_id=None):
self.affinity_id = affinity_id
2 changes: 1 addition & 1 deletion azure-batch/azure/batch/models/application_get_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class ApplicationGetOptions(Model):
:type ocp_date: datetime
"""

def __init__(self, timeout=30, client_request_id=None, return_client_request_id=None, ocp_date=None, **kwargs):
def __init__(self, timeout=30, client_request_id=None, return_client_request_id=None, ocp_date=None):
self.timeout = timeout
self.client_request_id = client_request_id
self.return_client_request_id = return_client_request_id
Expand Down
2 changes: 1 addition & 1 deletion azure-batch/azure/batch/models/application_list_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class ApplicationListOptions(Model):
:type ocp_date: datetime
"""

def __init__(self, max_results=None, timeout=30, client_request_id=None, return_client_request_id=None, ocp_date=None, **kwargs):
def __init__(self, max_results=None, timeout=30, client_request_id=None, return_client_request_id=None, ocp_date=None):
self.max_results = max_results
self.timeout = timeout
self.client_request_id = client_request_id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ class ApplicationPackageReference(Model):
'version': {'key': 'version', 'type': 'str'},
}

def __init__(self, application_id, version=None, **kwargs):
def __init__(self, application_id, version=None):
self.application_id = application_id
self.version = version
2 changes: 1 addition & 1 deletion azure-batch/azure/batch/models/application_summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class ApplicationSummary(Model):
'versions': {'key': 'versions', 'type': '[str]'},
}

def __init__(self, id, display_name, versions, **kwargs):
def __init__(self, id, display_name, versions):
self.id = id
self.display_name = display_name
self.versions = versions
2 changes: 1 addition & 1 deletion azure-batch/azure/batch/models/auto_pool_specification.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class AutoPoolSpecification(Model):
'pool': {'key': 'pool', 'type': 'PoolSpecification'},
}

def __init__(self, pool_lifetime_option, auto_pool_id_prefix=None, keep_alive=None, pool=None, **kwargs):
def __init__(self, pool_lifetime_option, auto_pool_id_prefix=None, keep_alive=None, pool=None):
self.auto_pool_id_prefix = auto_pool_id_prefix
self.pool_lifetime_option = pool_lifetime_option
self.keep_alive = keep_alive
Expand Down
2 changes: 1 addition & 1 deletion azure-batch/azure/batch/models/auto_scale_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class AutoScaleRun(Model):
'error': {'key': 'error', 'type': 'AutoScaleRunError'},
}

def __init__(self, timestamp, results=None, error=None, **kwargs):
def __init__(self, timestamp, results=None, error=None):
self.timestamp = timestamp
self.results = results
self.error = error
2 changes: 1 addition & 1 deletion azure-batch/azure/batch/models/auto_scale_run_error.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class AutoScaleRunError(Model):
'values': {'key': 'values', 'type': '[NameValuePair]'},
}

def __init__(self, code=None, message=None, values=None, **kwargs):
def __init__(self, code=None, message=None, values=None):
self.code = code
self.message = message
self.values = values
2 changes: 1 addition & 1 deletion azure-batch/azure/batch/models/batch_error.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class BatchError(Model):
'values': {'key': 'values', 'type': '[BatchErrorDetail]'},
}

def __init__(self, code=None, message=None, values=None, **kwargs):
def __init__(self, code=None, message=None, values=None):
self.code = code
self.message = message
self.values = values
Expand Down
2 changes: 1 addition & 1 deletion azure-batch/azure/batch/models/batch_error_detail.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ class BatchErrorDetail(Model):
'value': {'key': 'value', 'type': 'str'},
}

def __init__(self, key=None, value=None, **kwargs):
def __init__(self, key=None, value=None):
self.key = key
self.value = value
2 changes: 1 addition & 1 deletion azure-batch/azure/batch/models/certificate.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class Certificate(Model):
'delete_certificate_error': {'key': 'deleteCertificateError', 'type': 'DeleteCertificateError'},
}

def __init__(self, thumbprint=None, thumbprint_algorithm=None, url=None, state=None, state_transition_time=None, previous_state=None, previous_state_transition_time=None, public_data=None, delete_certificate_error=None, **kwargs):
def __init__(self, thumbprint=None, thumbprint_algorithm=None, url=None, state=None, state_transition_time=None, previous_state=None, previous_state_transition_time=None, public_data=None, delete_certificate_error=None):
self.thumbprint = thumbprint
self.thumbprint_algorithm = thumbprint_algorithm
self.url = url
Expand Down
2 changes: 1 addition & 1 deletion azure-batch/azure/batch/models/certificate_add_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class CertificateAddOptions(Model):
:type ocp_date: datetime
"""

def __init__(self, timeout=30, client_request_id=None, return_client_request_id=None, ocp_date=None, **kwargs):
def __init__(self, timeout=30, client_request_id=None, return_client_request_id=None, ocp_date=None):
self.timeout = timeout
self.client_request_id = client_request_id
self.return_client_request_id = return_client_request_id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class CertificateAddParameter(Model):
'password': {'key': 'password', 'type': 'str'},
}

def __init__(self, thumbprint, thumbprint_algorithm, data, certificate_format=None, password=None, **kwargs):
def __init__(self, thumbprint, thumbprint_algorithm, data, certificate_format=None, password=None):
self.thumbprint = thumbprint
self.thumbprint_algorithm = thumbprint_algorithm
self.data = data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class CertificateCancelDeletionOptions(Model):
:type ocp_date: datetime
"""

def __init__(self, timeout=30, client_request_id=None, return_client_request_id=None, ocp_date=None, **kwargs):
def __init__(self, timeout=30, client_request_id=None, return_client_request_id=None, ocp_date=None):
self.timeout = timeout
self.client_request_id = client_request_id
self.return_client_request_id = return_client_request_id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class CertificateDeleteOptions(Model):
:type ocp_date: datetime
"""

def __init__(self, timeout=30, client_request_id=None, return_client_request_id=None, ocp_date=None, **kwargs):
def __init__(self, timeout=30, client_request_id=None, return_client_request_id=None, ocp_date=None):
self.timeout = timeout
self.client_request_id = client_request_id
self.return_client_request_id = return_client_request_id
Expand Down
2 changes: 1 addition & 1 deletion azure-batch/azure/batch/models/certificate_get_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class CertificateGetOptions(Model):
:type ocp_date: datetime
"""

def __init__(self, select=None, timeout=30, client_request_id=None, return_client_request_id=None, ocp_date=None, **kwargs):
def __init__(self, select=None, timeout=30, client_request_id=None, return_client_request_id=None, ocp_date=None):
self.select = select
self.timeout = timeout
self.client_request_id = client_request_id
Expand Down
2 changes: 1 addition & 1 deletion azure-batch/azure/batch/models/certificate_list_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class CertificateListOptions(Model):
:type ocp_date: datetime
"""

def __init__(self, filter=None, select=None, max_results=None, timeout=30, client_request_id=None, return_client_request_id=None, ocp_date=None, **kwargs):
def __init__(self, filter=None, select=None, max_results=None, timeout=30, client_request_id=None, return_client_request_id=None, ocp_date=None):
self.filter = filter
self.select = select
self.max_results = max_results
Expand Down
2 changes: 1 addition & 1 deletion azure-batch/azure/batch/models/certificate_reference.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class CertificateReference(Model):
'visibility': {'key': 'visibility', 'type': '[CertificateVisibility]'},
}

def __init__(self, thumbprint, thumbprint_algorithm, store_location=None, store_name=None, visibility=None, **kwargs):
def __init__(self, thumbprint, thumbprint_algorithm, store_location=None, store_name=None, visibility=None):
self.thumbprint = thumbprint
self.thumbprint_algorithm = thumbprint_algorithm
self.store_location = store_location
Expand Down
2 changes: 1 addition & 1 deletion azure-batch/azure/batch/models/cloud_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class CloudJob(Model):
'stats': {'key': 'stats', 'type': 'JobStatistics'},
}

def __init__(self, id=None, display_name=None, uses_task_dependencies=None, url=None, e_tag=None, last_modified=None, creation_time=None, state=None, state_transition_time=None, previous_state=None, previous_state_transition_time=None, priority=None, constraints=None, job_manager_task=None, job_preparation_task=None, job_release_task=None, common_environment_settings=None, pool_info=None, metadata=None, execution_info=None, stats=None, **kwargs):
def __init__(self, id=None, display_name=None, uses_task_dependencies=None, url=None, e_tag=None, last_modified=None, creation_time=None, state=None, state_transition_time=None, previous_state=None, previous_state_transition_time=None, priority=None, constraints=None, job_manager_task=None, job_preparation_task=None, job_release_task=None, common_environment_settings=None, pool_info=None, metadata=None, execution_info=None, stats=None):
self.id = id
self.display_name = display_name
self.uses_task_dependencies = uses_task_dependencies
Expand Down
2 changes: 1 addition & 1 deletion azure-batch/azure/batch/models/cloud_job_schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class CloudJobSchedule(Model):
'stats': {'key': 'stats', 'type': 'JobScheduleStatistics'},
}

def __init__(self, id=None, display_name=None, url=None, e_tag=None, last_modified=None, creation_time=None, state=None, state_transition_time=None, previous_state=None, previous_state_transition_time=None, schedule=None, job_specification=None, execution_info=None, metadata=None, stats=None, **kwargs):
def __init__(self, id=None, display_name=None, url=None, e_tag=None, last_modified=None, creation_time=None, state=None, state_transition_time=None, previous_state=None, previous_state_transition_time=None, schedule=None, job_specification=None, execution_info=None, metadata=None, stats=None):
self.id = id
self.display_name = display_name
self.url = url
Expand Down
2 changes: 1 addition & 1 deletion azure-batch/azure/batch/models/cloud_pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ class CloudPool(Model):
'stats': {'key': 'stats', 'type': 'PoolStatistics'},
}

def __init__(self, id=None, display_name=None, url=None, e_tag=None, last_modified=None, creation_time=None, state=None, state_transition_time=None, allocation_state=None, allocation_state_transition_time=None, vm_size=None, cloud_service_configuration=None, virtual_machine_configuration=None, resize_timeout=None, resize_error=None, current_dedicated=None, target_dedicated=None, enable_auto_scale=None, auto_scale_formula=None, auto_scale_evaluation_interval=None, auto_scale_run=None, enable_inter_node_communication=None, start_task=None, certificate_references=None, application_package_references=None, max_tasks_per_node=None, task_scheduling_policy=None, metadata=None, stats=None, **kwargs):
def __init__(self, id=None, display_name=None, url=None, e_tag=None, last_modified=None, creation_time=None, state=None, state_transition_time=None, allocation_state=None, allocation_state_transition_time=None, vm_size=None, cloud_service_configuration=None, virtual_machine_configuration=None, resize_timeout=None, resize_error=None, current_dedicated=None, target_dedicated=None, enable_auto_scale=None, auto_scale_formula=None, auto_scale_evaluation_interval=None, auto_scale_run=None, enable_inter_node_communication=None, start_task=None, certificate_references=None, application_package_references=None, max_tasks_per_node=None, task_scheduling_policy=None, metadata=None, stats=None):
self.id = id
self.display_name = display_name
self.url = url
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class CloudServiceConfiguration(Model):
'current_os_version': {'key': 'currentOSVersion', 'type': 'str'},
}

def __init__(self, os_family, target_os_version=None, current_os_version=None, **kwargs):
def __init__(self, os_family, target_os_version=None, current_os_version=None):
self.os_family = os_family
self.target_os_version = target_os_version
self.current_os_version = current_os_version
2 changes: 1 addition & 1 deletion azure-batch/azure/batch/models/cloud_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class CloudTask(Model):
'depends_on': {'key': 'dependsOn', 'type': 'TaskDependencies'},
}

def __init__(self, id=None, display_name=None, url=None, e_tag=None, last_modified=None, creation_time=None, state=None, state_transition_time=None, previous_state=None, previous_state_transition_time=None, command_line=None, resource_files=None, environment_settings=None, affinity_info=None, constraints=None, run_elevated=None, execution_info=None, node_info=None, multi_instance_settings=None, stats=None, depends_on=None, **kwargs):
def __init__(self, id=None, display_name=None, url=None, e_tag=None, last_modified=None, creation_time=None, state=None, state_transition_time=None, previous_state=None, previous_state_transition_time=None, command_line=None, resource_files=None, environment_settings=None, affinity_info=None, constraints=None, run_elevated=None, execution_info=None, node_info=None, multi_instance_settings=None, stats=None, depends_on=None):
self.id = id
self.display_name = display_name
self.url = url
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ class CloudTaskListSubtasksResult(Model):
'value': {'key': 'value', 'type': '[SubtaskInformation]'},
}

def __init__(self, value=None, **kwargs):
def __init__(self, value=None):
self.value = value
2 changes: 1 addition & 1 deletion azure-batch/azure/batch/models/compute_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class ComputeNode(Model):
'errors': {'key': 'errors', 'type': '[ComputeNodeError]'},
}

def __init__(self, id=None, url=None, state=None, scheduling_state=None, state_transition_time=None, last_boot_time=None, allocation_time=None, ip_address=None, affinity_id=None, vm_size=None, total_tasks_run=None, recent_tasks=None, start_task=None, start_task_info=None, certificate_references=None, errors=None, **kwargs):
def __init__(self, id=None, url=None, state=None, scheduling_state=None, state_transition_time=None, last_boot_time=None, allocation_time=None, ip_address=None, affinity_id=None, vm_size=None, total_tasks_run=None, recent_tasks=None, start_task=None, start_task_info=None, certificate_references=None, errors=None):
self.id = id
self.url = url
self.state = state
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class ComputeNodeAddUserOptions(Model):
:type ocp_date: datetime
"""

def __init__(self, timeout=30, client_request_id=None, return_client_request_id=None, ocp_date=None, **kwargs):
def __init__(self, timeout=30, client_request_id=None, return_client_request_id=None, ocp_date=None):
self.timeout = timeout
self.client_request_id = client_request_id
self.return_client_request_id = return_client_request_id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class ComputeNodeDeleteUserOptions(Model):
:type ocp_date: datetime
"""

def __init__(self, timeout=30, client_request_id=None, return_client_request_id=None, ocp_date=None, **kwargs):
def __init__(self, timeout=30, client_request_id=None, return_client_request_id=None, ocp_date=None):
self.timeout = timeout
self.client_request_id = client_request_id
self.return_client_request_id = return_client_request_id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class ComputeNodeDisableSchedulingOptions(Model):
:type ocp_date: datetime
"""

def __init__(self, timeout=30, client_request_id=None, return_client_request_id=None, ocp_date=None, **kwargs):
def __init__(self, timeout=30, client_request_id=None, return_client_request_id=None, ocp_date=None):
self.timeout = timeout
self.client_request_id = client_request_id
self.return_client_request_id = return_client_request_id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class ComputeNodeEnableSchedulingOptions(Model):
:type ocp_date: datetime
"""

def __init__(self, timeout=30, client_request_id=None, return_client_request_id=None, ocp_date=None, **kwargs):
def __init__(self, timeout=30, client_request_id=None, return_client_request_id=None, ocp_date=None):
self.timeout = timeout
self.client_request_id = client_request_id
self.return_client_request_id = return_client_request_id
Expand Down
2 changes: 1 addition & 1 deletion azure-batch/azure/batch/models/compute_node_error.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class ComputeNodeError(Model):
'error_details': {'key': 'errorDetails', 'type': '[NameValuePair]'},
}

def __init__(self, code=None, message=None, error_details=None, **kwargs):
def __init__(self, code=None, message=None, error_details=None):
self.code = code
self.message = message
self.error_details = error_details
2 changes: 1 addition & 1 deletion azure-batch/azure/batch/models/compute_node_get_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class ComputeNodeGetOptions(Model):
:type ocp_date: datetime
"""

def __init__(self, select=None, timeout=30, client_request_id=None, return_client_request_id=None, ocp_date=None, **kwargs):
def __init__(self, select=None, timeout=30, client_request_id=None, return_client_request_id=None, ocp_date=None):
self.select = select
self.timeout = timeout
self.client_request_id = client_request_id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class ComputeNodeGetRemoteDesktopOptions(Model):
:type ocp_date: datetime
"""

def __init__(self, timeout=30, client_request_id=None, return_client_request_id=None, ocp_date=None, **kwargs):
def __init__(self, timeout=30, client_request_id=None, return_client_request_id=None, ocp_date=None):
self.timeout = timeout
self.client_request_id = client_request_id
self.return_client_request_id = return_client_request_id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class ComputeNodeGetRemoteLoginSettingsOptions(Model):
:type ocp_date: datetime
"""

def __init__(self, timeout=30, client_request_id=None, return_client_request_id=None, ocp_date=None, **kwargs):
def __init__(self, timeout=30, client_request_id=None, return_client_request_id=None, ocp_date=None):
self.timeout = timeout
self.client_request_id = client_request_id
self.return_client_request_id = return_client_request_id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ class ComputeNodeGetRemoteLoginSettingsResult(Model):
'remote_login_port': {'key': 'remoteLoginPort', 'type': 'int'},
}

def __init__(self, remote_login_ip_address, remote_login_port, **kwargs):
def __init__(self, remote_login_ip_address, remote_login_port):
self.remote_login_ip_address = remote_login_ip_address
self.remote_login_port = remote_login_port
2 changes: 1 addition & 1 deletion azure-batch/azure/batch/models/compute_node_information.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class ComputeNodeInformation(Model):
'task_root_directory_url': {'key': 'taskRootDirectoryUrl', 'type': 'str'},
}

def __init__(self, affinity_id=None, node_url=None, pool_id=None, node_id=None, task_root_directory=None, task_root_directory_url=None, **kwargs):
def __init__(self, affinity_id=None, node_url=None, pool_id=None, node_id=None, task_root_directory=None, task_root_directory_url=None):
self.affinity_id = affinity_id
self.node_url = node_url
self.pool_id = pool_id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class ComputeNodeListOptions(Model):
:type ocp_date: datetime
"""

def __init__(self, filter=None, select=None, max_results=None, timeout=30, client_request_id=None, return_client_request_id=None, ocp_date=None, **kwargs):
def __init__(self, filter=None, select=None, max_results=None, timeout=30, client_request_id=None, return_client_request_id=None, ocp_date=None):
self.filter = filter
self.select = select
self.max_results = max_results
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class ComputeNodeRebootOptions(Model):
:type ocp_date: datetime
"""

def __init__(self, timeout=30, client_request_id=None, return_client_request_id=None, ocp_date=None, **kwargs):
def __init__(self, timeout=30, client_request_id=None, return_client_request_id=None, ocp_date=None):
self.timeout = timeout
self.client_request_id = client_request_id
self.return_client_request_id = return_client_request_id
Expand Down
Loading

0 comments on commit ef074cb

Please sign in to comment.