Skip to content

Commit ce9285a

Browse files
authored
tried fixing packge infomration flagging (#10870)
1 parent d50ea72 commit ce9285a

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

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

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@
666666
},
667667
"deliveryPackage": {
668668
"description": "Contains information about the package being shipped by the customer to the Microsoft data center. ",
669-
"$ref": "#/definitions/PackageInformation"
669+
"$ref": "#/definitions/DeliveryPackageInformation"
670670
},
671671
"returnPackage": {
672672
"description": "Contains information about the package being shipped from the Microsoft data center to the customer to return the drives. The format is the same as the deliveryPackage property above. This property is not included if the drives have not yet been returned. ",
@@ -796,7 +796,7 @@
796796
},
797797
"deliveryPackage": {
798798
"description": "Contains information about the package being shipped by the customer to the Microsoft data center.",
799-
"$ref": "#/definitions/PackageInformation"
799+
"$ref": "#/definitions/DeliveryPackageInformation"
800800
},
801801
"logLevel": {
802802
"type": "string",
@@ -1120,6 +1120,32 @@
11201120
}
11211121
}
11221122
},
1123+
"DeliveryPackageInformation": {
1124+
"description": "Contains information about the delivery package being shipped by the customer to the Microsoft data center.",
1125+
"required": [
1126+
"carrierName",
1127+
"trackingNumber"
1128+
],
1129+
"properties": {
1130+
"carrierName": {
1131+
"type": "string",
1132+
"description": "The name of the carrier that is used to ship the import or export drives."
1133+
},
1134+
"trackingNumber": {
1135+
"type": "string",
1136+
"description": "The tracking number of the package."
1137+
},
1138+
"driveCount": {
1139+
"type": "integer",
1140+
"format": "int64",
1141+
"description": "The number of drives included in the package."
1142+
},
1143+
"shipDate": {
1144+
"type": "string",
1145+
"description": "The date when the package is shipped."
1146+
}
1147+
}
1148+
},
11231149
"DriveStatus": {
11241150
"description": "Provides information about the drive's status",
11251151
"properties": {

0 commit comments

Comments
 (0)