Skip to content

Commit

Permalink
Generated from 7014b952af241255afcf4e2b620cfd40737a3ea1 (#2580)
Browse files Browse the repository at this point in the history
Upgrade Compute API version to 2018-04-01 and Fix the response of all POST operation.
  • Loading branch information
AutorestCI authored and lmazuel committed Jun 13, 2018
1 parent ec3801f commit 421c0e6
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 424 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@
from .access_uri_py3 import AccessUri
from .snapshot_py3 import Snapshot
from .snapshot_update_py3 import SnapshotUpdate
from .api_error_base_py3 import ApiErrorBase
from .inner_error_py3 import InnerError
from .api_error_py3 import ApiError
from .operation_status_response_py3 import OperationStatusResponse
except (SyntaxError, ImportError):
from .resource import Resource
from .disk_sku import DiskSku
Expand All @@ -47,10 +43,6 @@
from .access_uri import AccessUri
from .snapshot import Snapshot
from .snapshot_update import SnapshotUpdate
from .api_error_base import ApiErrorBase
from .inner_error import InnerError
from .api_error import ApiError
from .operation_status_response import OperationStatusResponse
from .disk_paged import DiskPaged
from .snapshot_paged import SnapshotPaged
from .compute_management_client_enums import (
Expand Down Expand Up @@ -78,10 +70,6 @@
'AccessUri',
'Snapshot',
'SnapshotUpdate',
'ApiErrorBase',
'InnerError',
'ApiError',
'OperationStatusResponse',
'DiskPaged',
'SnapshotPaged',
'StorageAccountTypes',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class AccessUri(Model):
}

_attribute_map = {
'access_sas': {'key': 'properties.output.accessSAS', 'type': 'str'},
'access_sas': {'key': 'accessSAS', 'type': 'str'},
}

def __init__(self, **kwargs):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class AccessUri(Model):
}

_attribute_map = {
'access_sas': {'key': 'properties.output.accessSAS', 'type': 'str'},
'access_sas': {'key': 'accessSAS', 'type': 'str'},
}

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

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 421c0e6

Please sign in to comment.