Skip to content

Commit

Permalink
[ReleasePR iotcentral] [Hub Generated] Review request for Microsoft.I…
Browse files Browse the repository at this point in the history
  • Loading branch information
msftbot[bot] committed Oct 9, 2021
2 parents 078253f + cc66515 commit bdd668e
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions schemas/2021-06-01/Microsoft.IotCentral.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@
"2021-06-01"
]
},
"identity": {
"oneOf": [
{
"$ref": "#/definitions/SystemAssignedServiceIdentity"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Managed service identity (either system assigned, or none)"
},
"location": {
"type": "string",
"description": "The resource location."
Expand Down Expand Up @@ -134,6 +145,29 @@
"name"
],
"description": "Information about the SKU of the IoT Central application."
},
"SystemAssignedServiceIdentity": {
"type": "object",
"properties": {
"type": {
"oneOf": [
{
"type": "string",
"enum": [
"None",
"SystemAssigned"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
}
},
"required": [
"type"
],
"description": "Managed service identity (either system assigned, or none)"
}
}
}

0 comments on commit bdd668e

Please sign in to comment.