From fb479f8a381a63c1535e9dfbb0440a9ccf98db63 Mon Sep 17 00:00:00 2001 From: Steven Vukelich Date: Wed, 9 Feb 2022 14:47:32 -0800 Subject: [PATCH] Add x-ms-identifiers to storagesync/resource-manager. --- .../stable/2020-09-01/storagesync.json | 30 +++++++++++++++++-- 1 file changed, 27 insertions(+), 3 deletions(-) diff --git a/specification/storagesync/resource-manager/Microsoft.StorageSync/stable/2020-09-01/storagesync.json b/specification/storagesync/resource-manager/Microsoft.StorageSync/stable/2020-09-01/storagesync.json index c4a8fca616ec..57ffbf905e66 100644 --- a/specification/storagesync/resource-manager/Microsoft.StorageSync/stable/2020-09-01/storagesync.json +++ b/specification/storagesync/resource-manager/Microsoft.StorageSync/stable/2020-09-01/storagesync.json @@ -3673,7 +3673,10 @@ "type": "array", "items": { "$ref": "#/definitions/OperationEntity" - } + }, + "x-ms-identifiers": [ + "name" + ] } } }, @@ -3762,6 +3765,9 @@ "items": { "$ref": "#/definitions/OperationResourceMetricSpecification" }, + "x-ms-identifiers": [ + "name" + ], "description": "List of metric specifications." } } @@ -3799,6 +3805,9 @@ "items": { "$ref": "#/definitions/OperationResourceMetricSpecificationDimension" }, + "x-ms-identifiers": [ + "name" + ], "description": "Dimensions for the metric specification." } } @@ -3911,7 +3920,10 @@ "items": { "$ref": "#/definitions/RestoreFileSpec", "description": "Post Restore restore file spec items array." - } + }, + "x-ms-identifiers": [ + "path" + ] } } }, @@ -3953,7 +3965,10 @@ "items": { "$ref": "#/definitions/RestoreFileSpec", "description": "Pre Restore restore file spec items array." - } + }, + "x-ms-identifiers": [ + "path" + ] }, "pauseWaitForSyncDrainTimePeriodInSeconds": { "type": "integer", @@ -4622,6 +4637,9 @@ "items": { "$ref": "#/definitions/ServerEndpointFilesNotSyncingError" }, + "x-ms-identifiers": [ + "errorCode" + ], "description": "Array of per-item errors coming from the last sync session.", "readOnly": true }, @@ -5162,6 +5180,9 @@ "items": { "$ref": "#/definitions/FilesNotTieringError" }, + "x-ms-identifiers": [ + "errorCode" + ], "description": "Array of tiering errors", "readOnly": true } @@ -5254,6 +5275,9 @@ "items": { "$ref": "#/definitions/ServerEndpointRecallError" }, + "x-ms-identifiers": [ + "errorCode" + ], "description": "Array of recall errors", "readOnly": true }