From 643f1c9cb658f1efbda4d9e4d70d387ea824612f Mon Sep 17 00:00:00 2001 From: Gauri Prasad Date: Wed, 3 Jun 2020 12:51:50 -0700 Subject: [PATCH 1/5] Updated changes for list blobs ORS --- .../preview/2019-12-12/blob.json | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-12-12/blob.json b/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-12-12/blob.json index 0e271516aa9d..29ebef40b79e 100644 --- a/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-12-12/blob.json +++ b/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-12-12/blob.json @@ -9496,12 +9496,9 @@ "BlobTags": { "$ref": "#/definitions/BlobTags" }, - "ObjectReplicationPolicyId": { - "type": "string" - }, - "ObjectReplicationRules": { - "$ref": "#/definitions/BlobObjectReplicationRules" - } + "OrMetadata": { + "$ref": "#/definitions/OrMetadata" + } } }, "BlobPropertiesInternal": { @@ -10385,6 +10382,15 @@ "additionalProperties": { "type": "string" } + }, + "OrMetadata": { + "type": "object", + "xml": { + "name": "OrMetadata" + }, + "additionalProperties": { + "type": "string" + } }, "BlobObjectReplicationRules": { "type": "object", From 70ab9d7211bea3d1c2a56720440bfd8ca9c4c731 Mon Sep 17 00:00:00 2001 From: Gauri Prasad Date: Wed, 3 Jun 2020 12:54:03 -0700 Subject: [PATCH 2/5] unsaved changes --- .../Microsoft.BlobStorage/preview/2019-12-12/blob.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-12-12/blob.json b/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-12-12/blob.json index 29ebef40b79e..fa468b8ac132 100644 --- a/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-12-12/blob.json +++ b/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-12-12/blob.json @@ -10392,15 +10392,6 @@ "type": "string" } }, - "BlobObjectReplicationRules": { - "type": "object", - "xml": { - "name": "BlobObjectReplicationRules" - }, - "additionalProperties": { - "type": "string" - } - }, "Metrics": { "description": "a summary of request statistics grouped by API in hour or minute aggregates for blobs", "required": [ From 0016d30ce4f2e4574c63d022d8e5c46f4465fe8a Mon Sep 17 00:00:00 2001 From: Gauri Prasad Date: Wed, 3 Jun 2020 14:37:56 -0700 Subject: [PATCH 3/5] fixed name --- .../Microsoft.BlobStorage/preview/2019-12-12/blob.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-12-12/blob.json b/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-12-12/blob.json index fa468b8ac132..919e68121c7c 100644 --- a/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-12-12/blob.json +++ b/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-12-12/blob.json @@ -9496,8 +9496,8 @@ "BlobTags": { "$ref": "#/definitions/BlobTags" }, - "OrMetadata": { - "$ref": "#/definitions/OrMetadata" + "ObjectReplicationMetadata": { + "$ref": "#/definitions/ObjectReplicationMetadata" } } }, @@ -10383,7 +10383,7 @@ "type": "string" } }, - "OrMetadata": { + "ObjectReplicationMetadata": { "type": "object", "xml": { "name": "OrMetadata" From 705180b6d8c151dae18b0543ae285983a27e94ce Mon Sep 17 00:00:00 2001 From: Gauri Prasad Date: Wed, 3 Jun 2020 14:40:35 -0700 Subject: [PATCH 4/5] Addressed comments --- .../Microsoft.BlobStorage/preview/2019-12-12/blob.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-12-12/blob.json b/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-12-12/blob.json index 919e68121c7c..c4329e01512d 100644 --- a/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-12-12/blob.json +++ b/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-12-12/blob.json @@ -10383,7 +10383,7 @@ "type": "string" } }, - "ObjectReplicationMetadata": { + "ObjectReplicationMetadata": { "type": "object", "xml": { "name": "OrMetadata" From a873413a1ab8843807819cf2228f5385a7bbe41c Mon Sep 17 00:00:00 2001 From: Gauri Prasad Date: Wed, 3 Jun 2020 14:55:13 -0700 Subject: [PATCH 5/5] Fixed indent --- .../Microsoft.BlobStorage/preview/2019-12-12/blob.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-12-12/blob.json b/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-12-12/blob.json index c4329e01512d..3c3e87978ead 100644 --- a/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-12-12/blob.json +++ b/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-12-12/blob.json @@ -9496,9 +9496,9 @@ "BlobTags": { "$ref": "#/definitions/BlobTags" }, - "ObjectReplicationMetadata": { - "$ref": "#/definitions/ObjectReplicationMetadata" - } + "ObjectReplicationMetadata": { + "$ref": "#/definitions/ObjectReplicationMetadata" + } } }, "BlobPropertiesInternal": {