Skip to content

Commit

Permalink
[ReleasePR iotcentral] Fixing 2018-09-01 Spec (Azure#2563)
Browse files Browse the repository at this point in the history
  • Loading branch information
msftbot[bot] authored Sep 7, 2022
2 parents febc3bb + bf3b021 commit 42ba6fc
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 42ba6fc

Please sign in to comment.