Skip to content

Commit cfa0f14

Browse files
authored
List Delete Root Blob With Versions (#14195)
1 parent 4e0e472 commit cfa0f14

File tree

1 file changed

+5
-1
lines changed
  • specification/storage/data-plane/Microsoft.BlobStorage/preview/2020-10-02

1 file changed

+5
-1
lines changed

specification/storage/data-plane/Microsoft.BlobStorage/preview/2020-10-02/blob.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10321,6 +10321,9 @@
1032110321
},
1032210322
"ObjectReplicationMetadata": {
1032310323
"$ref": "#/definitions/ObjectReplicationMetadata"
10324+
},
10325+
"HasVersionsOnly": {
10326+
"type": "boolean"
1032410327
}
1032510328
}
1032610329
},
@@ -12452,7 +12455,8 @@
1245212455
"versions",
1245312456
"tags",
1245412457
"immutabilitypolicy",
12455-
"legalhold"
12458+
"legalhold",
12459+
"deletedwithversions"
1245612460
],
1245712461
"x-ms-enum": {
1245812462
"name": "ListBlobsIncludeItem",

0 commit comments

Comments
 (0)