Skip to content

Commit 7be685d

Browse files
[AutoRelease] t2-storage-2022-03-29-49973 (Azure#23720)
* code and test * Update CHANGELOG.md Co-authored-by: PythonSdkPipelines <PythonSdkPipelines> Co-authored-by: Jiefeng Chen <[email protected]>
1 parent 6a85113 commit 7be685d

File tree

81 files changed

+28299
-23
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+28299
-23
lines changed

sdk/storage/azure-mgmt-storage/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Release History
22

3+
## 20.0.0 (2022-04-06)
4+
5+
**Features**
6+
7+
- Model BlobInventoryPolicyFilter has a new parameter exclude_prefix
8+
- Model BlobInventoryPolicyFilter has a new parameter include_deleted
9+
- Model BlobInventoryPolicySchema has a new parameter destination
10+
- Model DateAfterCreation has a new parameter days_after_last_tier_change_greater_than
11+
- Model DateAfterModification has a new parameter days_after_creation_greater_than
12+
- Model DateAfterModification has a new parameter days_after_last_tier_change_greater_than
13+
- Model DeleteRetentionPolicy has a new parameter allow_permanent_delete
14+
- Model KeyVaultProperties has a new parameter current_versioned_key_expiration_timestamp
15+
- Model StorageAccount has a new parameter dns_endpoint_type
16+
- Model StorageAccount has a new parameter storage_account_sku_conversion_status
17+
- Model StorageAccountCreateParameters has a new parameter dns_endpoint_type
18+
- Model StorageAccountUpdateParameters has a new parameter dns_endpoint_type
19+
- Model Table has a new parameter signed_identifiers
20+
21+
**Breaking changes**
22+
23+
- Operation TableOperations.create has a new signature
24+
- Operation TableOperations.update has a new signature
25+
326
## 19.1.0 (2022-02-15)
427

528
**Features**

sdk/storage/azure-mgmt-storage/_meta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"@autorest/[email protected]",
55
"@autorest/[email protected]"
66
],
7-
"commit": "579ce312aacb27b2f04b34ac3adeb80befbba06e",
7+
"commit": "3026119ab41bbce77275cfa3a1afbabf43af5aea",
88
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
9-
"autorest_command": "autorest specification/storage/resource-manager/readme.md --multiapi --python --python-mode=update --python-sdks-folder=/home/vsts/work/1/azure-sdk-for-python/sdk --python3-only --track2 --use=@autorest/[email protected] --use=@autorest/[email protected] --version=3.7.2",
9+
"autorest_command": "autorest specification/storage/resource-manager/readme.md --multiapi --python --python-sdks-folder=/home/vsts/work/1/azure-sdk-for-python/sdk --python3-only --use=@autorest/[email protected] --use=@autorest/[email protected] --version=3.7.2",
1010
"readme": "specification/storage/resource-manager/readme.md"
1111
}

sdk/storage/azure-mgmt-storage/azure/mgmt/storage/_storage_management_client.py

Lines changed: 65 additions & 1 deletion
Large diffs are not rendered by default.

sdk/storage/azure-mgmt-storage/azure/mgmt/storage/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# license information.
66
# --------------------------------------------------------------------------
77

8-
VERSION = "19.1.0"
8+
VERSION = "20.0.0"

sdk/storage/azure-mgmt-storage/azure/mgmt/storage/aio/_storage_management_client.py

Lines changed: 65 additions & 1 deletion
Large diffs are not rendered by default.

sdk/storage/azure-mgmt-storage/azure/mgmt/storage/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# license information.
66
# --------------------------------------------------------------------------
77
from .v2018_02_01.models import *
8-
from .v2021_08_01.models import *
8+
from .v2021_09_01.models import *

sdk/storage/azure-mgmt-storage/azure/mgmt/storage/v2015_06_15/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "19.1.0"
9+
VERSION = "20.0.0"

sdk/storage/azure-mgmt-storage/azure/mgmt/storage/v2016_01_01/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "19.1.0"
9+
VERSION = "20.0.0"

sdk/storage/azure-mgmt-storage/azure/mgmt/storage/v2016_12_01/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "19.1.0"
9+
VERSION = "20.0.0"

sdk/storage/azure-mgmt-storage/azure/mgmt/storage/v2017_06_01/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "19.1.0"
9+
VERSION = "20.0.0"

0 commit comments

Comments
 (0)