Skip to content

Commit 34930ca

Browse files
author
SDKAuto
committed
CodeGen from PR 16139 in Azure/azure-rest-api-specs
Merge f787af9a59c2f7ef6638556064785ef4fbb8c2c7 into 9dcd83ca6fdcf76e7b450d7ec1af344699de71b4
1 parent 6c7cabd commit 34930ca

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

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

Lines changed: 32 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/ManagedIdentity"
20+
},
21+
{
22+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
23+
}
24+
],
25+
"description": "The managed identity for IoT Central application."
26+
},
1627
"location": {
1728
"type": "string",
1829
"description": "The resource location."
@@ -134,6 +145,27 @@
134145
"name"
135146
],
136147
"description": "Information about the SKU of the IoT Central application."
148+
},
149+
"ManagedIdentity": {
150+
"type": "object",
151+
"properties": {
152+
"type": {
153+
"oneOf": [
154+
{
155+
"type": "string",
156+
"enum": [
157+
"SystemAssigned",
158+
"None"
159+
]
160+
},
161+
{
162+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
163+
}
164+
],
165+
"description": "The type of managed identity used for the resource. 'SystemAssigned' refers to an implicitly created identity, while the type 'None' will remove any identities from the service."
166+
}
167+
},
168+
"description": "The managed identity for IoT Central application."
137169
}
138170
}
139171
}

0 commit comments

Comments
 (0)