Skip to content

Commit bdd668e

Browse files
author
msftbot[bot]
authored
[ReleasePR iotcentral] [Hub Generated] Review request for Microsoft.IoTCentral to add version stable/2021-06-01 (#1952)
Create to sync Azure/azure-rest-api-specs#16139 [ReCreate this PR](https://github.com/azure-resource-manager-schemas/compare/main...AzureSDKAutomation:sdkAuto/iotcentral?expand=1)
2 parents 078253f + cc66515 commit bdd668e

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

schemas/2021-06-01/Microsoft.IotCentral.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@
1313
"2021-06-01"
1414
]
1515
},
16+
"identity": {
17+
"oneOf": [
18+
{
19+
"$ref": "#/definitions/SystemAssignedServiceIdentity"
20+
},
21+
{
22+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
23+
}
24+
],
25+
"description": "Managed service identity (either system assigned, or none)"
26+
},
1627
"location": {
1728
"type": "string",
1829
"description": "The resource location."
@@ -134,6 +145,29 @@
134145
"name"
135146
],
136147
"description": "Information about the SKU of the IoT Central application."
148+
},
149+
"SystemAssignedServiceIdentity": {
150+
"type": "object",
151+
"properties": {
152+
"type": {
153+
"oneOf": [
154+
{
155+
"type": "string",
156+
"enum": [
157+
"None",
158+
"SystemAssigned"
159+
]
160+
},
161+
{
162+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
163+
}
164+
]
165+
}
166+
},
167+
"required": [
168+
"type"
169+
],
170+
"description": "Managed service identity (either system assigned, or none)"
137171
}
138172
}
139173
}

0 commit comments

Comments
 (0)