Skip to content

Commit e9191b4

Browse files
Merge pull request #1348 from AzureSDKAutomation/sdkAuto/databox
[ReleasePR databox] Swagger correctness issue fix(Additional Property not allowed)
2 parents 672dd18 + 7567d34 commit e9191b4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

schemas/2018-01-01/Microsoft.DataBox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,4 +522,4 @@
522522
"description": "The Sku."
523523
}
524524
}
525-
}
525+
}

schemas/2019-09-01/Microsoft.DataBox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,4 +607,4 @@
607607
"description": "Preferences related to the shipment logistics of the sku"
608608
}
609609
}
610-
}
610+
}

schemas/2020-04-01/Microsoft.DataBox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1032,4 +1032,4 @@
10321032
"description": "Preferences related to the shipment logistics of the sku"
10331033
}
10341034
}
1035-
}
1035+
}

schemas/2020-11-01/Microsoft.DataBox.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@
541541
],
542542
"description": "Details of the data to be imported into azure."
543543
},
544-
"expectedDataSizeInTerabytes": {
544+
"expectedDataSizeInTeraBytes": {
545545
"oneOf": [
546546
{
547547
"type": "integer"
@@ -1168,4 +1168,4 @@
11681168
"description": "User assigned identity properties."
11691169
}
11701170
}
1171-
}
1171+
}

0 commit comments

Comments
 (0)