Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{storage-blob-preview} Fix tests failure because of storage bump in main repo #4035

Merged
merged 1 commit into from
Oct 28, 2021
Merged
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

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ interactions:
ParameterSetName:
- -n -g --enable-versioning
User-Agent:
- AZURECLI/2.27.2 azsdk-python-azure-mgmt-storage/18.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0)
- AZURECLI/2.29.1 azsdk-python-azure-mgmt-storage/19.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0)
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Storage/storageAccounts/version000002/blobServices/default?api-version=2021-04-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Storage/storageAccounts/version000002/blobServices/default?api-version=2021-06-01
response:
body:
string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Storage/storageAccounts/version000002/blobServices/default","name":"default","type":"Microsoft.Storage/storageAccounts/blobServices","properties":{"cors":{"corsRules":[]},"deleteRetentionPolicy":{"enabled":false}}}'
Expand All @@ -27,7 +27,7 @@ interactions:
content-type:
- application/json
date:
- Tue, 07 Sep 2021 02:29:29 GMT
- Thu, 28 Oct 2021 02:40:11 GMT
expires:
- '-1'
pragma:
Expand Down Expand Up @@ -64,9 +64,9 @@ interactions:
ParameterSetName:
- -n -g --enable-versioning
User-Agent:
- AZURECLI/2.27.2 azsdk-python-azure-mgmt-storage/18.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0)
- AZURECLI/2.29.1 azsdk-python-azure-mgmt-storage/19.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0)
method: PUT
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Storage/storageAccounts/version000002/blobServices/default?api-version=2021-04-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Storage/storageAccounts/version000002/blobServices/default?api-version=2021-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Storage/storageAccounts/version000002/blobServices/default","name":"default","type":"Microsoft.Storage/storageAccounts/blobServices","properties":{"cors":{"corsRules":[]},"deleteRetentionPolicy":{"enabled":false},"isVersioningEnabled":true}}'
Expand All @@ -78,7 +78,7 @@ interactions:
content-type:
- application/json
date:
- Tue, 07 Sep 2021 02:29:31 GMT
- Thu, 28 Oct 2021 02:40:13 GMT
expires:
- '-1'
pragma:
Expand All @@ -94,7 +94,7 @@ interactions:
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-writes:
- '1198'
- '1197'
status:
code: 200
message: OK
Expand All @@ -116,9 +116,9 @@ interactions:
ParameterSetName:
- -n --storage-account -g --enable-vlw
User-Agent:
- AZURECLI/2.27.2 azsdk-python-azure-mgmt-storage/18.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0)
- AZURECLI/2.29.1 azsdk-python-azure-mgmt-storage/19.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0)
method: PUT
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Storage/storageAccounts/version000002/blobServices/default/containers/container000003?api-version=2021-04-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Storage/storageAccounts/version000002/blobServices/default/containers/container000003?api-version=2021-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Storage/storageAccounts/version000002/blobServices/default/containers/container000003","name":"container000003","type":"Microsoft.Storage/storageAccounts/blobServices/containers","properties":{"immutableStorageWithVersioning":{"enabled":true},"deleted":false,"remainingRetentionDays":0,"hasImmutabilityPolicy":false,"hasLegalHold":false}}'
Expand All @@ -130,9 +130,9 @@ interactions:
content-type:
- application/json
date:
- Tue, 07 Sep 2021 02:29:33 GMT
- Thu, 28 Oct 2021 02:40:15 GMT
etag:
- '"0x8D971A7545D3FDA"'
- '"0x8D999BC4603EA7E"'
expires:
- '-1'
pragma:
Expand All @@ -144,7 +144,7 @@ interactions:
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-writes:
- '1199'
- '1198'
status:
code: 201
message: Created
Expand All @@ -168,11 +168,11 @@ interactions:
ParameterSetName:
- -c -f -n --account-name --account-key
User-Agent:
- AZURECLI/2.27.2 azsdk-python-storage-blob/12.9.0b1 Python/3.7.9 (Windows-10-10.0.19041-SP0)
- AZURECLI/2.29.1 azsdk-python-storage-blob/12.9.0b1 Python/3.7.9 (Windows-10-10.0.19041-SP0)
x-ms-blob-type:
- BlockBlob
x-ms-date:
- Tue, 07 Sep 2021 02:29:34 GMT
- Thu, 28 Oct 2021 02:40:15 GMT
x-ms-version:
- '2020-10-02'
method: PUT
Expand All @@ -186,11 +186,11 @@ interactions:
content-md5:
- EnZIEQLyGMmB4DJBgLr9nw==
date:
- Tue, 07 Sep 2021 02:29:35 GMT
- Thu, 28 Oct 2021 02:40:17 GMT
etag:
- '"0x8D971A75627A9E4"'
- '"0x8D999BC47CCE5EE"'
last-modified:
- Tue, 07 Sep 2021 02:29:36 GMT
- Thu, 28 Oct 2021 02:40:18 GMT
server:
- Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0
x-ms-content-crc64:
Expand All @@ -199,6 +199,8 @@ interactions:
- 'true'
x-ms-version:
- '2020-10-02'
x-ms-version-id:
- '2021-10-28T02:40:18.7147758Z'
status:
code: 201
message: Created
Expand All @@ -218,13 +220,13 @@ interactions:
ParameterSetName:
- -n -c --expiry-time --policy-mode --account-name --account-key
User-Agent:
- AZURECLI/2.27.2 azsdk-python-storage-blob/12.9.0b1 Python/3.7.9 (Windows-10-10.0.19041-SP0)
- AZURECLI/2.29.1 azsdk-python-storage-blob/12.9.0b1 Python/3.7.9 (Windows-10-10.0.19041-SP0)
x-ms-date:
- Tue, 07 Sep 2021 02:29:37 GMT
- Thu, 28 Oct 2021 02:40:18 GMT
x-ms-immutability-policy-mode:
- Unlocked
x-ms-immutability-policy-until-date:
- Tue, 07 Sep 2021 03:29:00 GMT
- Thu, 28 Oct 2021 03:40:00 GMT
x-ms-version:
- '2020-10-02'
method: PUT
Expand All @@ -236,13 +238,13 @@ interactions:
content-length:
- '0'
date:
- Tue, 07 Sep 2021 02:29:38 GMT
- Thu, 28 Oct 2021 02:40:19 GMT
server:
- Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0
x-ms-immutability-policy-mode:
- unlocked
x-ms-immutability-policy-until-date:
- Tue, 07 Sep 2021 03:29:00 GMT
- Thu, 28 Oct 2021 03:40:00 GMT
x-ms-version:
- '2020-10-02'
status:
Expand All @@ -264,9 +266,9 @@ interactions:
ParameterSetName:
- -n -c --account-name --account-key
User-Agent:
- AZURECLI/2.27.2 azsdk-python-storage-blob/12.9.0b1 Python/3.7.9 (Windows-10-10.0.19041-SP0)
- AZURECLI/2.29.1 azsdk-python-storage-blob/12.9.0b1 Python/3.7.9 (Windows-10-10.0.19041-SP0)
x-ms-date:
- Tue, 07 Sep 2021 02:29:38 GMT
- Thu, 28 Oct 2021 02:40:20 GMT
x-ms-version:
- '2020-10-02'
method: DELETE
Expand All @@ -278,7 +280,7 @@ interactions:
content-length:
- '0'
date:
- Tue, 07 Sep 2021 02:29:39 GMT
- Thu, 28 Oct 2021 02:40:23 GMT
server:
- Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0
x-ms-version:
Expand All @@ -302,9 +304,9 @@ interactions:
ParameterSetName:
- --legal-hold -n -c --account-name --account-key
User-Agent:
- AZURECLI/2.27.2 azsdk-python-storage-blob/12.9.0b1 Python/3.7.9 (Windows-10-10.0.19041-SP0)
- AZURECLI/2.29.1 azsdk-python-storage-blob/12.9.0b1 Python/3.7.9 (Windows-10-10.0.19041-SP0)
x-ms-date:
- Tue, 07 Sep 2021 02:29:39 GMT
- Thu, 28 Oct 2021 02:40:23 GMT
x-ms-legal-hold:
- 'true'
x-ms-version:
Expand All @@ -318,7 +320,7 @@ interactions:
content-length:
- '0'
date:
- Tue, 07 Sep 2021 02:29:40 GMT
- Thu, 28 Oct 2021 02:40:24 GMT
server:
- Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0
x-ms-legal-hold:
Expand All @@ -344,9 +346,9 @@ interactions:
ParameterSetName:
- --legal-hold -n -c --account-name --account-key
User-Agent:
- AZURECLI/2.27.2 azsdk-python-storage-blob/12.9.0b1 Python/3.7.9 (Windows-10-10.0.19041-SP0)
- AZURECLI/2.29.1 azsdk-python-storage-blob/12.9.0b1 Python/3.7.9 (Windows-10-10.0.19041-SP0)
x-ms-date:
- Tue, 07 Sep 2021 02:29:41 GMT
- Thu, 28 Oct 2021 02:40:24 GMT
x-ms-legal-hold:
- 'false'
x-ms-version:
Expand All @@ -360,7 +362,7 @@ interactions:
content-length:
- '0'
date:
- Tue, 07 Sep 2021 02:29:41 GMT
- Thu, 28 Oct 2021 02:40:25 GMT
server:
- Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0
x-ms-legal-hold:
Expand Down
Loading