Skip to content

Commit 8091eb6

Browse files
author
SDKAuto
committed
CodeGen from PR 13344 in Azure/azure-rest-api-specs
Merge 36c9f844d63a0107b6cafb4d25745d0247a6ec26 into 73ff8029677182e2fb55ff75d5828201536056aa
1 parent 3463ea3 commit 8091eb6

File tree

10 files changed

+17
-13
lines changed

10 files changed

+17
-13
lines changed

schemas/2015-06-01-preview/Microsoft.Security.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,4 +703,4 @@
703703
"description": "Represents a machine that is part of a VM/server group"
704704
}
705705
}
706-
}
706+
}

schemas/2017-08-01-preview/Microsoft.Security.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1557,4 +1557,4 @@
15571557
"description": "Workspace setting data"
15581558
}
15591559
}
1560-
}
1560+
}

schemas/2018-06-01/Microsoft.Security.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@
7171
"description": "Pricing properties for the relevant scope"
7272
}
7373
}
74-
}
74+
}

schemas/2019-01-01-preview/Microsoft.Security.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,4 +899,4 @@
899899
]
900900
}
901901
}
902-
}
902+
}

schemas/2019-01-01/Microsoft.Security.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,4 +155,4 @@
155155
"description": "Represents a data export setting"
156156
}
157157
}
158-
}
158+
}

schemas/2019-08-01/Microsoft.Security.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -931,4 +931,4 @@
931931
"description": "Properties of the IoT Security solution's user defined resources."
932932
}
933933
}
934-
}
934+
}

schemas/2020-01-01-preview/Microsoft.Security.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,4 +293,4 @@
293293
"description": "Details of the service principal."
294294
}
295295
}
296-
}
296+
}

schemas/2020-01-01/Microsoft.Security.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1236,4 +1236,4 @@
12361236
"description": "Represents a machine that is part of a machine group"
12371237
}
12381238
}
1239-
}
1239+
}

schemas/2020-07-01-preview/Microsoft.Security.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@
6262
}
6363
},
6464
"definitions": {}
65-
}
65+
}

schemas/2020-08-06-preview/Microsoft.Security.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,16 +196,20 @@
196196
"IotSensorProperties": {
197197
"type": "object",
198198
"properties": {
199-
"isEnterpriseSensor": {
199+
"sensorType": {
200200
"oneOf": [
201201
{
202-
"type": "boolean"
202+
"type": "string",
203+
"enum": [
204+
"Ot",
205+
"Enterprise"
206+
]
203207
},
204208
{
205209
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
206210
}
207211
],
208-
"description": "Is type of sensor is enterprise IoT sensor"
212+
"description": "Type of sensor."
209213
},
210214
"tiAutomaticUpdates": {
211215
"oneOf": [
@@ -254,4 +258,4 @@
254258
"description": "IoT site properties"
255259
}
256260
}
257-
}
261+
}

0 commit comments

Comments
 (0)