Skip to content

Commit 0511c09

Browse files
LoadBearingBeanvukelich
authored andcommitted
Add x-ms-identifiers to storageimportexport/resource-manager. (Azure#17794)
Co-authored-by: Steven Vukelich <svukel@microsoft.com>
1 parent 6f0083a commit 0511c09

File tree

2 files changed

+36
-10
lines changed

2 files changed

+36
-10
lines changed

specification/storageimportexport/resource-manager/Microsoft.ImportExport/stable/2016-11-01/storageimportexport.json

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,8 @@
616616
"description": "Provides information about the error message."
617617
}
618618
}
619-
}
619+
},
620+
"x-ms-identifiers": []
620621
},
621622
"innererror": {
622623
"type": "object",
@@ -711,7 +712,10 @@
711712
"type": "array",
712713
"items": {
713714
"$ref": "#/definitions/DriveStatus"
714-
}
715+
},
716+
"x-ms-identifiers": [
717+
"driveId"
718+
]
715719
},
716720
"export": {
717721
"description": "A property containing information about the blobs to be exported for an export job. This property is included for export jobs only.",
@@ -827,7 +831,10 @@
827831
"type": "array",
828832
"items": {
829833
"$ref": "#/definitions/DriveStatus"
830-
}
834+
},
835+
"x-ms-identifiers": [
836+
"driveId"
837+
]
831838
}
832839
},
833840
"description": "Specifies the properties of a UpdateJob."
@@ -1281,7 +1288,10 @@
12811288
"description": "drive status",
12821289
"items": {
12831290
"$ref": "#/definitions/DriveBitLockerKey"
1284-
}
1291+
},
1292+
"x-ms-identifiers": [
1293+
"driveId"
1294+
]
12851295
}
12861296
}
12871297
},
@@ -1306,7 +1316,10 @@
13061316
"description": "operations",
13071317
"items": {
13081318
"$ref": "#/definitions/Operation"
1309-
}
1319+
},
1320+
"x-ms-identifiers": [
1321+
"name"
1322+
]
13101323
}
13111324
}
13121325
}

specification/storageimportexport/resource-manager/Microsoft.ImportExport/stable/2020-08-01/storageimportexport.json

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,8 @@
616616
"description": "Provides information about the error message."
617617
}
618618
}
619-
}
619+
},
620+
"x-ms-identifiers": []
620621
},
621622
"innererror": {
622623
"type": "object",
@@ -711,7 +712,10 @@
711712
"type": "array",
712713
"items": {
713714
"$ref": "#/definitions/DriveStatus"
714-
}
715+
},
716+
"x-ms-identifiers": [
717+
"driveId"
718+
]
715719
},
716720
"export": {
717721
"description": "A property containing information about the blobs to be exported for an export job. This property is included for export jobs only.",
@@ -827,7 +831,10 @@
827831
"type": "array",
828832
"items": {
829833
"$ref": "#/definitions/DriveStatus"
830-
}
834+
},
835+
"x-ms-identifiers": [
836+
"driveId"
837+
]
831838
}
832839
},
833840
"description": "Specifies the properties of a UpdateJob."
@@ -1281,7 +1288,10 @@
12811288
"description": "drive status",
12821289
"items": {
12831290
"$ref": "#/definitions/DriveBitLockerKey"
1284-
}
1291+
},
1292+
"x-ms-identifiers": [
1293+
"driveId"
1294+
]
12851295
}
12861296
}
12871297
},
@@ -1306,7 +1316,10 @@
13061316
"description": "operations",
13071317
"items": {
13081318
"$ref": "#/definitions/Operation"
1309-
}
1319+
},
1320+
"x-ms-identifiers": [
1321+
"name"
1322+
]
13101323
}
13111324
}
13121325
}

0 commit comments

Comments
 (0)