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 8c59ebef883a5556f52a994b380a40d9552ff2df into 04e3442a660938c5515e1ebf481b199fe18a8861
  • Loading branch information
SDKAuto committed Aug 22, 2022
1 parent c67150d commit 9293575
Showing 1 changed file with 15 additions and 0 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

0 comments on commit 9293575

Please sign in to comment.