Skip to content

Commit

Permalink
CodeGen from PR 20309 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge f65ea8d4f1256964b99698011adfb1098fda5f37 into eb3d746872e49c9839cfdeff349a52638e4e6f5c
  • Loading branch information
SDKAuto committed Sep 2, 2022
1 parent 1b5c364 commit 2d37558
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
15 changes: 15 additions & 0 deletions schemas/2018-09-01/Microsoft.IotCentral.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,21 @@
"type": "string",
"description": "The display name of the application."
},
"state": {
"oneOf": [
{
"type": "string",
"enum": [
"created",
"suspended"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The current state of the application."
},
"subdomain": {
"type": "string",
"description": "The subdomain of the application."
Expand Down
6 changes: 4 additions & 2 deletions schemas/2021-11-01-preview/Microsoft.IotCentral.json
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,8 @@
"applyToDevices": {
"oneOf": [
{
"type": "boolean"
"type": "boolean",
"default": false
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand All @@ -310,7 +311,8 @@
"applyToIoTCentral": {
"oneOf": [
{
"type": "boolean"
"type": "boolean",
"default": false
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down

0 comments on commit 2d37558

Please sign in to comment.