Skip to content

Commit

Permalink
[AutoPR] storage/resource-manager (Azure#8761)
Browse files Browse the repository at this point in the history
* model change for storage

* Generated from ebaee7c36eb7db67a4e648374f69f26a654b444f (Azure#7445)

[SRP] Add new storage account property largeFileSharesState

* Update HISTORY.rst

* [AutoPR storage/resource-manager] [SRP] Remove a recent added property for container soft delete (Azure#8388)

* Generated from 5384fe0c3361da843a2b55c9bb7aa55e494ab984

[SRP] Remove a recent added property for container soft delete

* Generated from 5384fe0c3361da843a2b55c9bb7aa55e494ab984

[SRP] Remove a recent added property for container soft delete

* Generated from 6ac6e268eae9c51c39ffa3313ddd9f4fc4543487 (Azure#8782)

[SRP] Increase the max file share quota for LFS

* Generated from 0de57e1ab5e1425affd87fcd66931cdedd0aa7b6 (Azure#8978)

[Storage] Fix the share max quota to right value 102400

* regenerated

* history and version
  • Loading branch information
AutorestCI authored and annatisch committed Dec 6, 2019
1 parent dbc02bd commit 0841f55
Show file tree
Hide file tree
Showing 10 changed files with 541 additions and 120 deletions.
19 changes: 19 additions & 0 deletions sdk/storage/azure-mgmt-storage/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
Release History
===============

7.0.0 (2019-12-04)
++++++++++++++++++

**Features**

- Model StorageAccountCreateParameters has a new parameter routing_preference
- Model BlobServiceProperties has a new parameter sku
- Model FileServiceProperties has a new parameter share_delete_retention_policy
- Model FileServiceProperties has a new parameter sku
- Model StorageAccount has a new parameter routing_preference
- Model StorageAccountUpdateParameters has a new parameter routing_preference
- Model Endpoints has a new parameter internet_endpoints
- Model Endpoints has a new parameter microsoft_endpoints

**Breaking changes**

- Operation FileServicesOperations.set_service_properties has a new signature
- Model Sku has a new signature

6.0.0 (2019-10-25)
++++++++++++++++++

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,19 @@
from ._models_py3 import ProxyResource
from ._models_py3 import Resource
from ._models_py3 import Restriction
from ._models_py3 import RoutingPreference
from ._models_py3 import ServiceSasParameters
from ._models_py3 import ServiceSpecification
from ._models_py3 import Sku
from ._models_py3 import SKUCapability
from ._models_py3 import SkuInformation
from ._models_py3 import StorageAccount
from ._models_py3 import StorageAccountCheckNameAvailabilityParameters
from ._models_py3 import StorageAccountCreateParameters
from ._models_py3 import StorageAccountInternetEndpoints
from ._models_py3 import StorageAccountKey
from ._models_py3 import StorageAccountListKeysResult
from ._models_py3 import StorageAccountMicrosoftEndpoints
from ._models_py3 import StorageAccountRegenerateKeyParameters
from ._models_py3 import StorageAccountUpdateParameters
from ._models_py3 import TagProperty
Expand Down Expand Up @@ -142,15 +146,19 @@
from ._models import ProxyResource
from ._models import Resource
from ._models import Restriction
from ._models import RoutingPreference
from ._models import ServiceSasParameters
from ._models import ServiceSpecification
from ._models import Sku
from ._models import SKUCapability
from ._models import SkuInformation
from ._models import StorageAccount
from ._models import StorageAccountCheckNameAvailabilityParameters
from ._models import StorageAccountCreateParameters
from ._models import StorageAccountInternetEndpoints
from ._models import StorageAccountKey
from ._models import StorageAccountListKeysResult
from ._models import StorageAccountMicrosoftEndpoints
from ._models import StorageAccountRegenerateKeyParameters
from ._models import StorageAccountUpdateParameters
from ._models import TagProperty
Expand All @@ -163,7 +171,7 @@
from ._paged_models import FileShareItemPaged
from ._paged_models import ListContainerItemPaged
from ._paged_models import OperationPaged
from ._paged_models import SkuPaged
from ._paged_models import SkuInformationPaged
from ._paged_models import StorageAccountPaged
from ._paged_models import UsagePaged
from ._storage_management_client_enums import (
Expand All @@ -180,6 +188,7 @@
DirectoryServiceOptions,
AccessTier,
LargeFileSharesState,
RoutingChoice,
GeoReplicationStatus,
ProvisioningState,
AccountStatus,
Expand Down Expand Up @@ -260,15 +269,19 @@
'ProxyResource',
'Resource',
'Restriction',
'RoutingPreference',
'ServiceSasParameters',
'ServiceSpecification',
'Sku',
'SKUCapability',
'SkuInformation',
'StorageAccount',
'StorageAccountCheckNameAvailabilityParameters',
'StorageAccountCreateParameters',
'StorageAccountInternetEndpoints',
'StorageAccountKey',
'StorageAccountListKeysResult',
'StorageAccountMicrosoftEndpoints',
'StorageAccountRegenerateKeyParameters',
'StorageAccountUpdateParameters',
'TagProperty',
Expand All @@ -278,7 +291,7 @@
'UsageName',
'VirtualNetworkRule',
'OperationPaged',
'SkuPaged',
'SkuInformationPaged',
'StorageAccountPaged',
'UsagePaged',
'BlobServicePropertiesPaged',
Expand All @@ -297,6 +310,7 @@
'DirectoryServiceOptions',
'AccessTier',
'LargeFileSharesState',
'RoutingChoice',
'GeoReplicationStatus',
'ProvisioningState',
'AccountStatus',
Expand Down
Loading

0 comments on commit 0841f55

Please sign in to comment.