Skip to content
Closed
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions azure-mgmt-databox/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
recursive-include tests *.py *.yaml
include *.rst
include azure/__init__.py
include azure/mgmt/__init__.py
Expand Down
3 changes: 3 additions & 0 deletions azure-mgmt-databox/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ Provide Feedback
If you encounter any bugs or have suggestions, please file an issue in the
`Issues <https://github.com/Azure/azure-sdk-for-python/issues>`__
section of the project.


.. image:: https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-mgmt-databox%2FREADME.png
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def __init__(
super(DataBoxManagementClient, self).__init__(self.config.credentials, self.config)

client_models = {k: v for k, v in models.__dict__.items() if isinstance(v, type)}
self.api_version = '2018-01-01'
self.api_version = '2018-01-01-preview'
self._serialize = Serializer(client_models)
self._deserialize = Deserializer(client_models)

Expand Down
6 changes: 3 additions & 3 deletions azure-mgmt-databox/azure/mgmt/databox/models/copy_progress.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ class CopyProgress(Model):
:vartype storage_account_name: str
:ivar account_id: Id of the account where the data needs to be uploaded.
:vartype account_id: str
:ivar bytes_sent_to_cloud: Amount of data uploaded by the job as of now.
:vartype bytes_sent_to_cloud: long
:ivar bytes_sent_to_cloud:
:vartype bytes_sent_to_cloud: str
:ivar total_bytes_to_process: Total amount of data to be processed by the
job.
:vartype total_bytes_to_process: long
Expand All @@ -47,7 +47,7 @@ class CopyProgress(Model):
_attribute_map = {
'storage_account_name': {'key': 'storageAccountName', 'type': 'str'},
'account_id': {'key': 'accountId', 'type': 'str'},
'bytes_sent_to_cloud': {'key': 'bytesSentToCloud', 'type': 'long'},
'bytes_sent_to_cloud': {'key': 'bytesSentToCloud', 'type': 'str'},
'total_bytes_to_process': {'key': 'totalBytesToProcess', 'type': 'long'},
'files_processed': {'key': 'filesProcessed', 'type': 'long'},
'total_files_to_process': {'key': 'totalFilesToProcess', 'type': 'long'},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ class CopyProgress(Model):
:vartype storage_account_name: str
:ivar account_id: Id of the account where the data needs to be uploaded.
:vartype account_id: str
:ivar bytes_sent_to_cloud: Amount of data uploaded by the job as of now.
:vartype bytes_sent_to_cloud: long
:ivar bytes_sent_to_cloud:
:vartype bytes_sent_to_cloud: str
:ivar total_bytes_to_process: Total amount of data to be processed by the
job.
:vartype total_bytes_to_process: long
Expand All @@ -47,7 +47,7 @@ class CopyProgress(Model):
_attribute_map = {
'storage_account_name': {'key': 'storageAccountName', 'type': 'str'},
'account_id': {'key': 'accountId', 'type': 'str'},
'bytes_sent_to_cloud': {'key': 'bytesSentToCloud', 'type': 'long'},
'bytes_sent_to_cloud': {'key': 'bytesSentToCloud', 'type': 'str'},
'total_bytes_to_process': {'key': 'totalBytesToProcess', 'type': 'long'},
'files_processed': {'key': 'filesProcessed', 'type': 'long'},
'total_files_to_process': {'key': 'totalFilesToProcess', 'type': 'long'},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class JobsOperations(object):
:param config: Configuration of service client.
:param serializer: An object model serializer.
:param deserializer: An object model deserializer.
:ivar api_version: The API Version. Constant value: "2018-01-01".
:ivar api_version: The API Version. Constant value: "2018-01-01-preview".
"""

models = models
Expand All @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer):
self._client = client
self._serialize = serializer
self._deserialize = deserializer
self.api_version = "2018-01-01"
self.api_version = "2018-01-01-preview"

self.config = config

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Operations(object):
:param config: Configuration of service client.
:param serializer: An object model serializer.
:param deserializer: An object model deserializer.
:ivar api_version: The API Version. Constant value: "2018-01-01".
:ivar api_version: The API Version. Constant value: "2018-01-01-preview".
"""

models = models
Expand All @@ -33,7 +33,7 @@ def __init__(self, client, config, serializer, deserializer):
self._client = client
self._serialize = serializer
self._deserialize = deserializer
self.api_version = "2018-01-01"
self.api_version = "2018-01-01-preview"

self.config = config

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class ServiceOperations(object):
:param config: Configuration of service client.
:param serializer: An object model serializer.
:param deserializer: An object model deserializer.
:ivar api_version: The API Version. Constant value: "2018-01-01".
:ivar api_version: The API Version. Constant value: "2018-01-01-preview".
"""

models = models
Expand All @@ -33,7 +33,7 @@ def __init__(self, client, config, serializer, deserializer):
self._client = client
self._serialize = serializer
self._deserialize = deserializer
self.api_version = "2018-01-01"
self.api_version = "2018-01-01-preview"

self.config = config

Expand Down
2 changes: 1 addition & 1 deletion azure-mgmt-databox/azure/mgmt/databox/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
# regenerated.
# --------------------------------------------------------------------------

VERSION = "0.1.0"
VERSION = "2018-01-01-preview"