Skip to content

Commit d828ef0

Browse files
author
msftbot[bot]
authored
[ReleasePR hdinsight] [Fix Broken S360 Issues][HDInsight]Fix S360 issues batch1 (#1405)
Create to sync Azure/azure-rest-api-specs#12219 [ReCreate this PR](https://github.com/azure-resource-manager-schemas/compare/master...AzureSDKAutomation:sdkAuto/hdinsight?expand=1)
2 parents 746a8cc + 1435d4b commit d828ef0

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

schemas/2015-03-01-preview/Microsoft.HDInsight.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1408,4 +1408,4 @@
14081408
"description": "The virtual network properties."
14091409
}
14101410
}
1411-
}
1411+
}

schemas/2018-06-01-preview/Microsoft.HDInsight.json

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,12 @@
850850
},
851851
"Componentsc51ht8schemasclusteridentitypropertiesuserassignedidentitiesadditionalproperties": {
852852
"type": "object",
853-
"properties": {}
853+
"properties": {
854+
"tenantId": {
855+
"type": "string",
856+
"description": "The tenant id of user assigned identity."
857+
}
858+
}
854859
},
855860
"ComputeIsolationProperties": {
856861
"type": "object",
@@ -1125,6 +1130,17 @@
11251130
],
11261131
"description": "The data disks groups for the role."
11271132
},
1133+
"encryptDataDisks": {
1134+
"oneOf": [
1135+
{
1136+
"type": "boolean"
1137+
},
1138+
{
1139+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1140+
}
1141+
],
1142+
"description": "Indicates whether encrypt the data disks."
1143+
},
11281144
"hardwareProfile": {
11291145
"oneOf": [
11301146
{
@@ -1440,4 +1456,4 @@
14401456
"description": "The virtual network properties."
14411457
}
14421458
}
1443-
}
1459+
}

0 commit comments

Comments
 (0)