Skip to content

Commit

Permalink
CodeGen from PR 13316 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge e4e2ce05e70fd4213a52e2261797165c91feac27 into b81a30cfeca9873872374279e8351923326cdb04
  • Loading branch information
SDKAuto committed Mar 14, 2021
1 parent 3463ea3 commit 66af037
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 13 deletions.
2 changes: 1 addition & 1 deletion schemas/2015-06-01-preview/Microsoft.Security.json
Original file line number Diff line number Diff line change
Expand Up @@ -703,4 +703,4 @@
"description": "Represents a machine that is part of a VM/server group"
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2017-08-01-preview/Microsoft.Security.json
Original file line number Diff line number Diff line change
Expand Up @@ -1557,4 +1557,4 @@
"description": "Workspace setting data"
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2018-06-01/Microsoft.Security.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@
"description": "Pricing properties for the relevant scope"
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2019-01-01-preview/Microsoft.Security.json
Original file line number Diff line number Diff line change
Expand Up @@ -899,4 +899,4 @@
]
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2019-01-01/Microsoft.Security.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,4 @@
"description": "Represents a data export setting"
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2019-08-01/Microsoft.Security.json
Original file line number Diff line number Diff line change
Expand Up @@ -931,4 +931,4 @@
"description": "Properties of the IoT Security solution's user defined resources."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2020-01-01-preview/Microsoft.Security.json
Original file line number Diff line number Diff line change
Expand Up @@ -293,4 +293,4 @@
"description": "Details of the service principal."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2020-01-01/Microsoft.Security.json
Original file line number Diff line number Diff line change
Expand Up @@ -1236,4 +1236,4 @@
"description": "Represents a machine that is part of a machine group"
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2020-07-01-preview/Microsoft.Security.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@
}
},
"definitions": {}
}
}
12 changes: 8 additions & 4 deletions schemas/2020-08-06-preview/Microsoft.Security.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,16 +196,20 @@
"IotSensorProperties": {
"type": "object",
"properties": {
"isEnterpriseSensor": {
"sensorType": {
"oneOf": [
{
"type": "boolean"
"type": "string",
"enum": [
"Ot",
"Enterprise"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Is type of sensor is enterprise IoT sensor"
"description": "Type of sensor."
},
"tiAutomaticUpdates": {
"oneOf": [
Expand Down Expand Up @@ -254,4 +258,4 @@
"description": "IoT site properties"
}
}
}
}

0 comments on commit 66af037

Please sign in to comment.