Skip to content

Commit

Permalink
Generated from a7cfe1e2ec00288db450aa9f5c37d071eeb77d18
Browse files Browse the repository at this point in the history
  • Loading branch information
SDK Automation committed Oct 25, 2020
1 parent a5d867a commit cf4ab93
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions schemas/2020-07-10-preview/Microsoft.Devices.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@
"type": "string",
"description": "The Etag field is *not* required. If it is provided in the response body, it must also be provided as a header per the normal ETag convention."
},
"identity": {
"oneOf": [
{
"$ref": "#/definitions/ArmIdentity"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"location": {
"type": "string",
"description": "The resource location."
Expand Down Expand Up @@ -219,6 +229,33 @@
}
},
"definitions": {
"ArmIdentity": {
"type": "object",
"properties": {
"identityType": {
"type": "string",
"description": "Identity type. Only allowed values are SystemAssigned and UserAssigned. Comma separated if both for ex: SystemAssigned,UserAssigned"
},
"userAssignedIdentities": {
"oneOf": [
{
"type": "object",
"additionalProperties": {
"$ref": "#/definitions/ArmUserIdentity"
},
"properties": {}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
}
}
},
"ArmUserIdentity": {
"type": "object",
"properties": {}
},
"CertificateProperties": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -817,9 +854,30 @@
],
"description": "The IP filter rules for the IoT hub."
},
"KEKIdentity": {
"type": "object",
"properties": {
"userAssignedIdentity": {
"type": "string",
"description": "The user assigned identity."
}
},
"description": "The properties of the KeyVault identity."
},
"KeyVaultKeyProperties": {
"type": "object",
"properties": {
"identity": {
"oneOf": [
{
"$ref": "#/definitions/KEKIdentity"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The properties of the KeyVault identity."
},
"keyIdentifier": {
"type": "string",
"description": "The identifier of the key."
Expand Down

0 comments on commit cf4ab93

Please sign in to comment.