Skip to content

Commit

Permalink
Generated from d6285b0b59f346654bc6ba548597039cd3090e64
Browse files Browse the repository at this point in the history
IoTHub: update readme.java.md
  • Loading branch information
SDK Automation committed Nov 10, 2020
1 parent c561a5e commit f11b2dd
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion schemas/common/autogeneratedResources.json
Original file line number Diff line number Diff line change
Expand Up @@ -5551,4 +5551,4 @@
]
}
]
}
}

0 comments on commit f11b2dd

Please sign in to comment.