Skip to content

Commit 42ba6fc

Browse files
author
msftbot[bot]
authored
2 parents febc3bb + bf3b021 commit 42ba6fc

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

schemas/2018-09-01/Microsoft.IotCentral.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,21 @@
8484
"type": "string",
8585
"description": "The display name of the application."
8686
},
87+
"state": {
88+
"oneOf": [
89+
{
90+
"type": "string",
91+
"enum": [
92+
"created",
93+
"suspended"
94+
]
95+
},
96+
{
97+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
98+
}
99+
],
100+
"description": "The current state of the application."
101+
},
87102
"subdomain": {
88103
"type": "string",
89104
"description": "The subdomain of the application."

schemas/2021-11-01-preview/Microsoft.IotCentral.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,8 @@
299299
"applyToDevices": {
300300
"oneOf": [
301301
{
302-
"type": "boolean"
302+
"type": "boolean",
303+
"default": false
303304
},
304305
{
305306
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
@@ -310,7 +311,8 @@
310311
"applyToIoTCentral": {
311312
"oneOf": [
312313
{
313-
"type": "boolean"
314+
"type": "boolean",
315+
"default": false
314316
},
315317
{
316318
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"

0 commit comments

Comments
 (0)