Skip to content

Commit aab3ee6

Browse files
author
SDKAuto
committed
CodeGen from PR 12612 in Azure/azure-rest-api-specs
Merge f6b8b180e379231e393ca8a0dcaa5a75569d962c into 414f8e976403d597a2cab55e22d417c666eac84b
1 parent 97e25b9 commit aab3ee6

File tree

2 files changed

+26
-6
lines changed

2 files changed

+26
-6
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: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
},
167167
"primaryKey": {
168168
"type": "string",
169-
"description": "The Operations Management Suite (OMS) workspace key."
169+
"description": "The cluster monitor workspace key."
170170
},
171171
"type": {
172172
"type": "string",
@@ -176,7 +176,7 @@
176176
},
177177
"workspaceId": {
178178
"type": "string",
179-
"description": "The Operations Management Suite (OMS) workspace ID."
179+
"description": "The cluster monitor workspace ID."
180180
}
181181
},
182182
"required": [
@@ -206,6 +206,10 @@
206206
"type": "string",
207207
"description": "The location of the endpoint."
208208
},
209+
"privateIPAddress": {
210+
"type": "string",
211+
"description": "The private ip address of the endpoint."
212+
},
209213
"publicPort": {
210214
"oneOf": [
211215
{
@@ -263,6 +267,10 @@
263267
"type": "string",
264268
"description": "The location of the endpoint."
265269
},
270+
"privateIPAddress": {
271+
"type": "string",
272+
"description": "The private ip address of the endpoint."
273+
},
266274
"publicPort": {
267275
"oneOf": [
268276
{
@@ -828,7 +836,7 @@
828836
},
829837
"primaryKey": {
830838
"type": "string",
831-
"description": "The Operations Management Suite (OMS) workspace key."
839+
"description": "The cluster monitor workspace key."
832840
},
833841
"type": {
834842
"type": "string",
@@ -838,7 +846,7 @@
838846
},
839847
"workspaceId": {
840848
"type": "string",
841-
"description": "The Operations Management Suite (OMS) workspace ID."
849+
"description": "The cluster monitor workspace ID."
842850
}
843851
},
844852
"required": [
@@ -1213,6 +1221,10 @@
12131221
}
12141222
],
12151223
"description": "The virtual network properties."
1224+
},
1225+
"VMGroupName": {
1226+
"type": "string",
1227+
"description": "The name of the virtual machine group."
12161228
}
12171229
},
12181230
"description": "Describes a role on the cluster."
@@ -1387,6 +1399,10 @@
13871399
"type": "string",
13881400
"description": "The container in the storage account, only to be specified for WASB storage accounts."
13891401
},
1402+
"fileshare": {
1403+
"type": "string",
1404+
"description": "The file share name."
1405+
},
13901406
"fileSystem": {
13911407
"type": "string",
13921408
"description": "The filesystem, only to be specified for Azure Data Lake Storage Gen 2."
@@ -1417,6 +1433,10 @@
14171433
"resourceId": {
14181434
"type": "string",
14191435
"description": "The resource ID of storage account, only to be specified for Azure Data Lake Storage Gen 2."
1436+
},
1437+
"saskey": {
1438+
"type": "string",
1439+
"description": "The shared access signature key."
14201440
}
14211441
},
14221442
"description": "The storage Account."
@@ -1456,4 +1476,4 @@
14561476
"description": "The virtual network properties."
14571477
}
14581478
}
1459-
}
1479+
}

0 commit comments

Comments
 (0)