Skip to content

Commit 24d422a

Browse files
author
Liran Chen
committed
Fix validaiton
1 parent 2070420 commit 24d422a

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

specification/security/resource-manager/Microsoft.Security/preview/2020-08-06-preview/examples/IotSensors/DownloadActivation.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
},
77
"responses": {
88
"200": {
9+
"headers": {
10+
"content-type": "application/zip"
11+
},
912
"body": "{Binary}"
1013
}
1114
}

specification/security/resource-manager/Microsoft.Security/preview/2020-08-06-preview/examples/OnPremiseIotSensors/DownloadActivation.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
},
77
"responses": {
88
"200": {
9+
"headers": {
10+
"content-type": "application/zip"
11+
},
912
"body": "{Binary}"
1013
}
1114
}

specification/security/resource-manager/Microsoft.Security/preview/2020-08-06-preview/iotSensors.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,8 @@
219219
"200": {
220220
"description": "Downloaded activation file",
221221
"schema": {
222-
"type": "file"
222+
"type": "object",
223+
"format": "file"
223224
}
224225
},
225226
"default": {

specification/security/resource-manager/Microsoft.Security/preview/2020-08-06-preview/onPremiseIotSensors.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,8 @@
219219
"200": {
220220
"description": "Downloaded activation file",
221221
"schema": {
222-
"type": "file"
222+
"type": "object",
223+
"format": "file"
223224
}
224225
},
225226
"default": {

0 commit comments

Comments
 (0)