You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Implement Legal hold & Immutability Policy
* Add immutability policy options to relevant blob functions
* Fix tests, add on create tests
* Fix tests after merge
* Set environment variables
* Only scan for immutability if the container could have it
* Extend testing, close response bodies.
* Increase stack history size
* Larger history size
* Back to 7
* Only use SRP to cleanup immutability containers
* Handle containers not existing
* Add list testing
* Add immutability SAS and tests
* Disable race testing for now
* Added Generated Code | Service Version 2020-10-02 (#315)
* Added Generated Code | Service Version 2020-10-02
* Minor Edit
* TestListBlobsIncludeDeletedWithVersion
Co-authored-by: Mohit Sharma <[email protected]>
Copy file name to clipboardexpand all lines: azblob/blob.json
+37-38
Original file line number
Diff line number
Diff line change
@@ -2127,7 +2127,7 @@
2127
2127
"type": "integer",
2128
2128
"description": "The number of committed blocks present in the blob. This header is returned only for append blobs."
2129
2129
},
2130
-
"x-ms-server-encrypted": {
2130
+
"x-ms-server-encrypted": {
2131
2131
"x-ms-client-name": "IsServerEncrypted",
2132
2132
"type": "boolean",
2133
2133
"description": "The value of this header is set to true if the blob data and application metadata are completely encrypted using the specified algorithm. Otherwise, the value is set to false (when the blob is unencrypted, or if only parts of the blob/application metadata are encrypted)."
@@ -2323,7 +2323,7 @@
2323
2323
"type": "integer",
2324
2324
"description": "The number of committed blocks present in the blob. This header is returned only for append blobs."
2325
2325
},
2326
-
"x-ms-server-encrypted": {
2326
+
"x-ms-server-encrypted": {
2327
2327
"x-ms-client-name": "IsServerEncrypted",
2328
2328
"type": "boolean",
2329
2329
"description": "The value of this header is set to true if the blob data and application metadata are completely encrypted using the specified algorithm. Otherwise, the value is set to false (when the blob is unencrypted, or if only parts of the blob/application metadata are encrypted)."
@@ -2581,7 +2581,7 @@
2581
2581
"type": "integer",
2582
2582
"description": "The number of committed blocks present in the blob. This header is returned only for append blobs."
2583
2583
},
2584
-
"x-ms-server-encrypted": {
2584
+
"x-ms-server-encrypted": {
2585
2585
"x-ms-client-name": "IsServerEncrypted",
2586
2586
"type": "boolean",
2587
2587
"description": "The value of this header is set to true if the blob data and application metadata are completely encrypted using the specified algorithm. Otherwise, the value is set to false (when the blob is unencrypted, or if only parts of the blob/application metadata are encrypted)."
@@ -2796,12 +2796,12 @@
2796
2796
"type": "string",
2797
2797
"format": "date-time-rfc1123",
2798
2798
"description": "UTC date/time value generated by the service that indicates the time at which the response was initiated"
2799
-
},
2800
-
"x-ms-request-server-encrypted": {
2801
-
"x-ms-client-name": "IsServerEncrypted",
2802
-
"type": "boolean",
2803
-
"description": "The value of this header is set to true if the contents of the request are successfully encrypted using the specified algorithm, and false otherwise."
2804
-
}
2799
+
},
2800
+
"x-ms-request-server-encrypted": {
2801
+
"x-ms-client-name": "IsServerEncrypted",
2802
+
"type": "boolean",
2803
+
"description": "The value of this header is set to true if the contents of the request are successfully encrypted using the specified algorithm, and false otherwise."
2804
+
}
2805
2805
}
2806
2806
},
2807
2807
"default": {
@@ -2930,7 +2930,7 @@
2930
2930
"type": "string",
2931
2931
"format": "date-time-rfc1123",
2932
2932
"description": "UTC date/time value generated by the service that indicates the time at which the response was initiated"
2933
-
},
2933
+
},
2934
2934
"x-ms-request-server-encrypted": {
2935
2935
"x-ms-client-name": "IsServerEncrypted",
2936
2936
"type": "boolean",
@@ -3067,7 +3067,7 @@
3067
3067
"type": "string",
3068
3068
"format": "date-time-rfc1123",
3069
3069
"description": "UTC date/time value generated by the service that indicates the time at which the response was initiated"
3070
-
},
3070
+
},
3071
3071
"x-ms-request-server-encrypted": {
3072
3072
"x-ms-client-name": "IsServerEncrypted",
3073
3073
"type": "boolean",
@@ -3351,7 +3351,7 @@
3351
3351
"type": "string",
3352
3352
"format": "date-time-rfc1123",
3353
3353
"description": "UTC date/time value generated by the service that indicates the time at which the response was initiated"
3354
-
},
3354
+
},
3355
3355
"x-ms-request-server-encrypted": {
3356
3356
"x-ms-client-name": "IsServerEncrypted",
3357
3357
"type": "boolean",
@@ -4602,7 +4602,7 @@
4602
4602
"type": "string",
4603
4603
"format": "date-time-rfc1123",
4604
4604
"description": "UTC date/time value generated by the service that indicates the time at which the response was initiated"
4605
-
},
4605
+
},
4606
4606
"x-ms-request-server-encrypted": {
4607
4607
"x-ms-client-name": "IsServerEncrypted",
4608
4608
"type": "boolean",
@@ -4665,7 +4665,7 @@
4665
4665
{
4666
4666
"$ref": "#/parameters/LeaseIdOptional"
4667
4667
},
4668
-
{
4668
+
{
4669
4669
"$ref": "#/parameters/SourceIfModifiedSince"
4670
4670
},
4671
4671
{
@@ -4682,7 +4682,7 @@
4682
4682
},
4683
4683
{
4684
4684
"$ref": "#/parameters/ClientRequestId"
4685
-
}
4685
+
}
4686
4686
],
4687
4687
"responses": {
4688
4688
"201": {
@@ -4707,7 +4707,7 @@
4707
4707
"type": "string",
4708
4708
"format": "date-time-rfc1123",
4709
4709
"description": "UTC date/time value generated by the service that indicates the time at which the response was initiated"
4710
-
},
4710
+
},
4711
4711
"x-ms-request-server-encrypted": {
4712
4712
"x-ms-client-name": "IsServerEncrypted",
4713
4713
"type": "boolean",
@@ -4836,7 +4836,7 @@
4836
4836
"type": "string",
4837
4837
"format": "date-time-rfc1123",
4838
4838
"description": "UTC date/time value generated by the service that indicates the time at which the response was initiated"
4839
-
},
4839
+
},
4840
4840
"x-ms-request-server-encrypted": {
4841
4841
"x-ms-client-name": "IsServerEncrypted",
4842
4842
"type": "boolean",
@@ -5050,7 +5050,7 @@
5050
5050
"type": "string",
5051
5051
"format": "date-time-rfc1123",
5052
5052
"description": "UTC date/time value generated by the service that indicates the time at which the response was initiated"
5053
-
},
5053
+
},
5054
5054
"x-ms-request-server-encrypted": {
5055
5055
"x-ms-client-name": "IsServerEncrypted",
5056
5056
"type": "boolean",
@@ -7541,7 +7541,6 @@
7541
7541
"x-ms-parameter-location": "method",
7542
7542
"description": "The container name."
7543
7543
},
7544
-
7545
7544
"ContentLength": {
7546
7545
"name": "Content-Length",
7547
7546
"in": "header",
@@ -7905,15 +7904,15 @@
7905
7904
"type": "string",
7906
7905
"x-ms-parameter-location": "method",
7907
7906
"description": "Bytes of source data in the specified range."
7908
-
},
7909
-
"SourceRangeRequiredPutPageFromUrl": {
7910
-
"name": "x-ms-source-range",
7911
-
"x-ms-client-name": "sourceRange",
7912
-
"in": "header",
7913
-
"required": true,
7914
-
"type": "string",
7915
-
"x-ms-parameter-location": "method",
7916
-
"description": "Bytes of source data in the specified range. The length of this range should match the ContentLength header and x-ms-range/Range destination range header."
7907
+
},
7908
+
"SourceRangeRequiredPutPageFromUrl": {
7909
+
"name": "x-ms-source-range",
7910
+
"x-ms-client-name": "sourceRange",
7911
+
"in": "header",
7912
+
"required": true,
7913
+
"type": "string",
7914
+
"x-ms-parameter-location": "method",
7915
+
"description": "Bytes of source data in the specified range. The length of this range should match the ContentLength header and x-ms-range/Range destination range header."
7917
7916
},
7918
7917
"SourceIfMatch": {
7919
7918
"name": "x-ms-source-if-match",
@@ -7967,15 +7966,15 @@
7967
7966
},
7968
7967
"description": "Specify this header value to operate only on a blob if it has not been modified since the specified date/time."
7969
7968
},
7970
-
"SourceLeaseId": {
7971
-
"name": "x-ms-source-lease-id",
7972
-
"x-ms-client-name": "sourceLeaseId",
7973
-
"in": "header",
7974
-
"required": false,
7975
-
"type": "string",
7976
-
"x-ms-parameter-location": "method",
7977
-
"description": "A lease ID for the source path. If specified, the source path must have an active lease and the leaase ID must match."
7978
-
},
7969
+
"SourceLeaseId": {
7970
+
"name": "x-ms-source-lease-id",
7971
+
"x-ms-client-name": "sourceLeaseId",
7972
+
"in": "header",
7973
+
"required": false,
7974
+
"type": "string",
7975
+
"x-ms-parameter-location": "method",
7976
+
"description": "A lease ID for the source path. If specified, the source path must have an active lease and the leaase ID must match."
7977
+
},
7979
7978
"SourceUrl": {
7980
7979
"name": "x-ms-copy-source",
7981
7980
"x-ms-client-name": "sourceUrl",
@@ -8004,6 +8003,6 @@
8004
8003
"minimum": 0,
8005
8004
"x-ms-parameter-location": "method",
8006
8005
"description": "The timeout parameter is expressed in seconds. For more information, see <a href=\"https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations\">Setting Timeouts for Blob Service Operations.</a>"
0 commit comments