Skip to content

Commit 072ed22

Browse files
nschonnisarangan12
authored andcommitted
typo: Microsoft.DataBox (#4672)
- consitent use of "DataBox", "DataBoxHeavy", and "DataBoxDisk" - hasnt -> hasn't - transfered -> transferred - Storsimple -> StorSimple
1 parent 1c141c6 commit 072ed22

File tree

1 file changed

+31
-31
lines changed
  • specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01

1 file changed

+31
-31
lines changed

specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/databox.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
}
148148
}
149149
}
150-
},
150+
},
151151
"/subscriptions/{subscriptionId}/providers/Microsoft.DataBox/locations/{location}/validateAddress": {
152152
"post": {
153153
"tags": [
@@ -305,7 +305,7 @@
305305
},
306306
"JobsGet5": {
307307
"$ref": "./examples/JobsGet5.json"
308-
}
308+
}
309309
}
310310
},
311311
"put": {
@@ -773,15 +773,15 @@
773773
"values": [
774774
{
775775
"value": "DataBox",
776-
"description": "Databox."
776+
"description": "DataBox."
777777
},
778778
{
779779
"value": "DataBoxDisk",
780-
"description": "DataboxDisk."
780+
"description": "DataBoxDisk."
781781
},
782782
{
783783
"value": "DataBoxHeavy",
784-
"description": "DataboxHeavy."
784+
"description": "DataBoxHeavy."
785785
}
786786
]
787787
}
@@ -880,15 +880,15 @@
880880
"values": [
881881
{
882882
"value": "DataBox",
883-
"description": "Databox orders."
883+
"description": "DataBox orders."
884884
},
885885
{
886886
"value": "DataBoxDisk",
887-
"description": "DataboxDisk orders."
887+
"description": "DataBoxDisk orders."
888888
},
889889
{
890890
"value": "DataBoxHeavy",
891-
"description": "DataboxHeavy orders."
891+
"description": "DataBoxHeavy orders."
892892
}
893893
]
894894
}
@@ -1024,7 +1024,7 @@
10241024
"values": [
10251025
{
10261026
"value": "NotStarted",
1027-
"description": "Data copy hasnt started yet."
1027+
"description": "Data copy hasn't started yet."
10281028
},
10291029
{
10301030
"value": "InProgress",
@@ -1129,7 +1129,7 @@
11291129
"x-ms-discriminator-value": "DataBoxDisk"
11301130
},
11311131
"DataBoxHeavyAccountCopyLogDetails": {
1132-
"description": "Copy log details for a storage account for Databox heavy",
1132+
"description": "Copy log details for a storage account for DataBoxHeavy",
11331133
"type": "object",
11341134
"allOf": [
11351135
{
@@ -1154,7 +1154,7 @@
11541154
"x-ms-discriminator-value": "DataBoxHeavy"
11551155
},
11561156
"DataBoxHeavyJobDetails": {
1157-
"description": "Databox Heavy Device Job Details",
1157+
"description": "DataBoxHeavy Device Job Details",
11581158
"required": [
11591159
"contactDetails",
11601160
"shippingAddress",
@@ -1180,7 +1180,7 @@
11801180
"x-ms-discriminator-value": "DataBoxHeavy"
11811181
},
11821182
"DataBoxHeavyJobSecrets": {
1183-
"description": "The secrets related to a databox heavy job.",
1183+
"description": "The secrets related to a DataBoxHeavy job.",
11841184
"type": "object",
11851185
"allOf": [
11861186
{
@@ -1189,7 +1189,7 @@
11891189
],
11901190
"properties": {
11911191
"cabinetPodSecrets": {
1192-
"description": "Contains the list of secret objects for a databox heavy job.",
1192+
"description": "Contains the list of secret objects for a DataBoxHeavy job.",
11931193
"type": "array",
11941194
"items": {
11951195
"$ref": "#/definitions/DataBoxHeavySecret"
@@ -1200,7 +1200,7 @@
12001200
"x-ms-discriminator-value": "DataBoxHeavy"
12011201
},
12021202
"DataBoxHeavySecret": {
1203-
"description": "The secrets related to a databox heavy.",
1203+
"description": "The secrets related to a DataBoxHeavy.",
12041204
"type": "object",
12051205
"properties": {
12061206
"deviceSerialNumber": {
@@ -1237,7 +1237,7 @@
12371237
}
12381238
},
12391239
"DataBoxJobDetails": {
1240-
"description": "Databox Job Details",
1240+
"description": "DataBox Job Details",
12411241
"required": [
12421242
"contactDetails",
12431243
"shippingAddress",
@@ -1263,7 +1263,7 @@
12631263
"x-ms-discriminator-value": "DataBox"
12641264
},
12651265
"DataboxJobSecrets": {
1266-
"description": "The secrets related to a databox job.",
1266+
"description": "The secrets related to a DataBox job.",
12671267
"type": "object",
12681268
"allOf": [
12691269
{
@@ -1464,7 +1464,7 @@
14641464
"properties": {
14651465
"expectedDataSizeInTeraBytes": {
14661466
"format": "int32",
1467-
"description": "The expected size of the data, which needs to be transfered in this job, in tera bytes.",
1467+
"description": "The expected size of the data, which needs to be transferred in this job, in terabytes.",
14681468
"type": "integer"
14691469
},
14701470
"jobStages": {
@@ -1522,15 +1522,15 @@
15221522
"values": [
15231523
{
15241524
"value": "DataBox",
1525-
"description": "Databox orders."
1525+
"description": "DataBox orders."
15261526
},
15271527
{
15281528
"value": "DataBoxDisk",
1529-
"description": "DataboxDisk orders."
1529+
"description": "DataBoxDisk orders."
15301530
},
15311531
{
15321532
"value": "DataBoxHeavy",
1533-
"description": "DataboxHeavy orders."
1533+
"description": "DataBoxHeavy orders."
15341534
}
15351535
]
15361536
}
@@ -1794,15 +1794,15 @@
17941794
"values": [
17951795
{
17961796
"value": "DataBox",
1797-
"description": "Databox orders."
1797+
"description": "DataBox orders."
17981798
},
17991799
{
18001800
"value": "DataBoxDisk",
1801-
"description": "DataboxDisk orders."
1801+
"description": "DataBoxDisk orders."
18021802
},
18031803
{
18041804
"value": "DataBoxHeavy",
1805-
"description": "DataboxHeavy orders."
1805+
"description": "DataBoxHeavy orders."
18061806
}
18071807
]
18081808
}
@@ -2156,7 +2156,7 @@
21562156
}
21572157
},
21582158
"x-ms-azure-resource": true
2159-
},
2159+
},
21602160
"ShareCredentialDetails": {
21612161
"description": "Credential details of the shares in account.",
21622162
"type": "object",
@@ -2188,7 +2188,7 @@
21882188
},
21892189
{
21902190
"value": "HCS",
2191-
"description": "Storsimple data format."
2191+
"description": "StorSimple data format."
21922192
},
21932193
{
21942194
"value": "BlockBlob",
@@ -2384,15 +2384,15 @@
23842384
"values": [
23852385
{
23862386
"value": "DataBox",
2387-
"description": "Databox."
2387+
"description": "DataBox."
23882388
},
23892389
{
23902390
"value": "DataBoxDisk",
2391-
"description": "DataboxDisk."
2391+
"description": "DataBoxDisk."
23922392
},
23932393
{
23942394
"value": "DataBoxHeavy",
2395-
"description": "DataboxHeavy."
2395+
"description": "DataBoxHeavy."
23962396
}
23972397
]
23982398
}
@@ -2639,15 +2639,15 @@
26392639
"values": [
26402640
{
26412641
"value": "DataBox",
2642-
"description": "Databox."
2642+
"description": "DataBox."
26432643
},
26442644
{
26452645
"value": "DataBoxDisk",
2646-
"description": "DataboxDisk."
2646+
"description": "DataBoxDisk."
26472647
},
26482648
{
26492649
"value": "DataBoxHeavy",
2650-
"description": "DataboxHeavy."
2650+
"description": "DataBoxHeavy."
26512651
}
26522652
]
26532653
}

0 commit comments

Comments
 (0)