Skip to content

Commit

Permalink
[ReleasePR hdinsight] [Fix Broken S360 Issues][HDInsight]Fix S360 iss…
Browse files Browse the repository at this point in the history
  • Loading branch information
msftbot[bot] authored Jan 13, 2021
2 parents 746a8cc + 1435d4b commit d828ef0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion schemas/2015-03-01-preview/Microsoft.HDInsight.json
Original file line number Diff line number Diff line change
Expand Up @@ -1408,4 +1408,4 @@
"description": "The virtual network properties."
}
}
}
}
20 changes: 18 additions & 2 deletions schemas/2018-06-01-preview/Microsoft.HDInsight.json
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,12 @@
},
"Componentsc51ht8schemasclusteridentitypropertiesuserassignedidentitiesadditionalproperties": {
"type": "object",
"properties": {}
"properties": {
"tenantId": {
"type": "string",
"description": "The tenant id of user assigned identity."
}
}
},
"ComputeIsolationProperties": {
"type": "object",
Expand Down Expand Up @@ -1125,6 +1130,17 @@
],
"description": "The data disks groups for the role."
},
"encryptDataDisks": {
"oneOf": [
{
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Indicates whether encrypt the data disks."
},
"hardwareProfile": {
"oneOf": [
{
Expand Down Expand Up @@ -1440,4 +1456,4 @@
"description": "The virtual network properties."
}
}
}
}

0 comments on commit d828ef0

Please sign in to comment.