Skip to content

Commit 421c0e6

Browse files
AutorestCIlmazuel
authored andcommitted
Generated from 7014b952af241255afcf4e2b620cfd40737a3ea1 (#2580)
Upgrade Compute API version to 2018-04-01 and Fix the response of all POST operation.
1 parent ec3801f commit 421c0e6

13 files changed

+26
-424
lines changed

azure-mgmt-compute/azure/mgmt/compute/v2018_04_01/models/__init__.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626
from .access_uri_py3 import AccessUri
2727
from .snapshot_py3 import Snapshot
2828
from .snapshot_update_py3 import SnapshotUpdate
29-
from .api_error_base_py3 import ApiErrorBase
30-
from .inner_error_py3 import InnerError
31-
from .api_error_py3 import ApiError
32-
from .operation_status_response_py3 import OperationStatusResponse
3329
except (SyntaxError, ImportError):
3430
from .resource import Resource
3531
from .disk_sku import DiskSku
@@ -47,10 +43,6 @@
4743
from .access_uri import AccessUri
4844
from .snapshot import Snapshot
4945
from .snapshot_update import SnapshotUpdate
50-
from .api_error_base import ApiErrorBase
51-
from .inner_error import InnerError
52-
from .api_error import ApiError
53-
from .operation_status_response import OperationStatusResponse
5446
from .disk_paged import DiskPaged
5547
from .snapshot_paged import SnapshotPaged
5648
from .compute_management_client_enums import (
@@ -78,10 +70,6 @@
7870
'AccessUri',
7971
'Snapshot',
8072
'SnapshotUpdate',
81-
'ApiErrorBase',
82-
'InnerError',
83-
'ApiError',
84-
'OperationStatusResponse',
8573
'DiskPaged',
8674
'SnapshotPaged',
8775
'StorageAccountTypes',

azure-mgmt-compute/azure/mgmt/compute/v2018_04_01/models/access_uri.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class AccessUri(Model):
2727
}
2828

2929
_attribute_map = {
30-
'access_sas': {'key': 'properties.output.accessSAS', 'type': 'str'},
30+
'access_sas': {'key': 'accessSAS', 'type': 'str'},
3131
}
3232

3333
def __init__(self, **kwargs):

azure-mgmt-compute/azure/mgmt/compute/v2018_04_01/models/access_uri_py3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class AccessUri(Model):
2727
}
2828

2929
_attribute_map = {
30-
'access_sas': {'key': 'properties.output.accessSAS', 'type': 'str'},
30+
'access_sas': {'key': 'accessSAS', 'type': 'str'},
3131
}
3232

3333
def __init__(self, **kwargs) -> None:

azure-mgmt-compute/azure/mgmt/compute/v2018_04_01/models/api_error.py

Lines changed: 0 additions & 44 deletions
This file was deleted.

azure-mgmt-compute/azure/mgmt/compute/v2018_04_01/models/api_error_base.py

Lines changed: 0 additions & 36 deletions
This file was deleted.

azure-mgmt-compute/azure/mgmt/compute/v2018_04_01/models/api_error_base_py3.py

Lines changed: 0 additions & 36 deletions
This file was deleted.

azure-mgmt-compute/azure/mgmt/compute/v2018_04_01/models/api_error_py3.py

Lines changed: 0 additions & 44 deletions
This file was deleted.

azure-mgmt-compute/azure/mgmt/compute/v2018_04_01/models/inner_error.py

Lines changed: 0 additions & 32 deletions
This file was deleted.

azure-mgmt-compute/azure/mgmt/compute/v2018_04_01/models/inner_error_py3.py

Lines changed: 0 additions & 32 deletions
This file was deleted.

azure-mgmt-compute/azure/mgmt/compute/v2018_04_01/models/operation_status_response.py

Lines changed: 0 additions & 55 deletions
This file was deleted.

azure-mgmt-compute/azure/mgmt/compute/v2018_04_01/models/operation_status_response_py3.py

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)