Skip to content

Commit d923a11

Browse files
LoadBearingBeanvukelich
authored andcommitted
Add x-ms-identifiers to storagesync/resource-manager. (Azure#17796)
Co-authored-by: Steven Vukelich <svukel@microsoft.com>
1 parent 7d23094 commit d923a11

File tree

1 file changed

+27
-3
lines changed
  • specification/storagesync/resource-manager/Microsoft.StorageSync/stable/2020-09-01

1 file changed

+27
-3
lines changed

specification/storagesync/resource-manager/Microsoft.StorageSync/stable/2020-09-01/storagesync.json

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3674,7 +3674,10 @@
36743674
"type": "array",
36753675
"items": {
36763676
"$ref": "#/definitions/OperationEntity"
3677-
}
3677+
},
3678+
"x-ms-identifiers": [
3679+
"name"
3680+
]
36783681
}
36793682
}
36803683
},
@@ -3763,6 +3766,9 @@
37633766
"items": {
37643767
"$ref": "#/definitions/OperationResourceMetricSpecification"
37653768
},
3769+
"x-ms-identifiers": [
3770+
"name"
3771+
],
37663772
"description": "List of metric specifications."
37673773
}
37683774
}
@@ -3807,6 +3813,9 @@
38073813
"items": {
38083814
"$ref": "#/definitions/OperationResourceMetricSpecificationDimension"
38093815
},
3816+
"x-ms-identifiers": [
3817+
"name"
3818+
],
38103819
"description": "Dimensions for the metric specification."
38113820
}
38123821
}
@@ -3919,7 +3928,10 @@
39193928
"items": {
39203929
"$ref": "#/definitions/RestoreFileSpec",
39213930
"description": "Post Restore restore file spec items array."
3922-
}
3931+
},
3932+
"x-ms-identifiers": [
3933+
"path"
3934+
]
39233935
}
39243936
}
39253937
},
@@ -3961,7 +3973,10 @@
39613973
"items": {
39623974
"$ref": "#/definitions/RestoreFileSpec",
39633975
"description": "Pre Restore restore file spec items array."
3964-
}
3976+
},
3977+
"x-ms-identifiers": [
3978+
"path"
3979+
]
39653980
},
39663981
"pauseWaitForSyncDrainTimePeriodInSeconds": {
39673982
"type": "integer",
@@ -4630,6 +4645,9 @@
46304645
"items": {
46314646
"$ref": "#/definitions/ServerEndpointFilesNotSyncingError"
46324647
},
4648+
"x-ms-identifiers": [
4649+
"errorCode"
4650+
],
46334651
"description": "Array of per-item errors coming from the last sync session.",
46344652
"readOnly": true
46354653
},
@@ -5170,6 +5188,9 @@
51705188
"items": {
51715189
"$ref": "#/definitions/FilesNotTieringError"
51725190
},
5191+
"x-ms-identifiers": [
5192+
"errorCode"
5193+
],
51735194
"description": "Array of tiering errors",
51745195
"readOnly": true
51755196
}
@@ -5262,6 +5283,9 @@
52625283
"items": {
52635284
"$ref": "#/definitions/ServerEndpointRecallError"
52645285
},
5286+
"x-ms-identifiers": [
5287+
"errorCode"
5288+
],
52655289
"description": "Array of recall errors",
52665290
"readOnly": true
52675291
}

0 commit comments

Comments
 (0)