Skip to content

Commit f019db5

Browse files
author
SDK Automation
committed
Generated from 6a72bfc949a0e94eebe944c8d0bfcd05c09d6582
1 parent 443fa3a commit f019db5

File tree

6 files changed

+11
-100
lines changed

6 files changed

+11
-100
lines changed

schemas/2019-03-18-preview/Microsoft.HybridCompute.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,4 @@
115115
"description": "Specifies the operating system settings for the hybrid machine."
116116
}
117117
}
118-
}
118+
}

schemas/2019-08-02-preview/Microsoft.HybridCompute.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,4 +407,4 @@
407407
"description": "Specifies the operating system settings for the hybrid machine."
408408
}
409409
}
410-
}
410+
}

schemas/2019-12-12/Microsoft.HybridCompute.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"identity": {
1717
"oneOf": [
1818
{
19-
"$ref": "#/definitions/MachineIdentityModel"
19+
"$ref": "#/definitions/MachineIdentity"
2020
},
2121
{
2222
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
@@ -34,7 +34,7 @@
3434
"properties": {
3535
"oneOf": [
3636
{
37-
"$ref": "#/definitions/MachinePropertiesModelModelModel"
37+
"$ref": "#/definitions/MachinePropertiesModel"
3838
},
3939
{
4040
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
@@ -321,7 +321,7 @@
321321
},
322322
"description": "The machine extension instance view."
323323
},
324-
"MachineIdentityModel": {
324+
"MachineIdentity": {
325325
"type": "object",
326326
"properties": {
327327
"type": {
@@ -340,7 +340,7 @@
340340
}
341341
}
342342
},
343-
"MachinePropertiesModelModelModel": {
343+
"MachinePropertiesModel": {
344344
"type": "object",
345345
"properties": {
346346
"clientPublicKey": {
@@ -455,4 +455,4 @@
455455
"description": "Microsoft.HybridCompute/machines/extensions"
456456
}
457457
}
458-
}
458+
}

schemas/2020-07-30-preview/Microsoft.HybridCompute.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,4 +445,4 @@
445445
"description": "Microsoft.HybridCompute/machines/extensions"
446446
}
447447
}
448-
}
448+
}

schemas/2020-08-02/Microsoft.HybridCompute.json

Lines changed: 2 additions & 91 deletions
Original file line numberDiff line numberDiff line change
@@ -170,72 +170,9 @@
170170
],
171171
"description": "Metadata pertaining to the geographic location of the resource."
172172
},
173-
"MachineExtensionInstanceView": {
174-
"type": "object",
175-
"properties": {
176-
"name": {
177-
"type": "string",
178-
"description": "The machine extension name."
179-
},
180-
"status": {
181-
"oneOf": [
182-
{
183-
"$ref": "#/definitions/MachineExtensionInstanceViewStatus"
184-
},
185-
{
186-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
187-
}
188-
],
189-
"description": "Instance view status."
190-
},
191-
"type": {
192-
"type": "string",
193-
"description": "Specifies the type of the extension; an example is \"CustomScriptExtension\"."
194-
},
195-
"typeHandlerVersion": {
196-
"type": "string",
197-
"description": "Specifies the version of the script handler."
198-
}
199-
},
200-
"description": "Describes the Machine Extension Instance View."
201-
},
202173
"MachineExtensionInstanceViewStatus": {
203174
"type": "object",
204-
"properties": {
205-
"code": {
206-
"type": "string",
207-
"description": "The status code."
208-
},
209-
"displayStatus": {
210-
"type": "string",
211-
"description": "The short localizable label for the status."
212-
},
213-
"level": {
214-
"oneOf": [
215-
{
216-
"type": "string",
217-
"enum": [
218-
"Info",
219-
"Warning",
220-
"Error"
221-
]
222-
},
223-
{
224-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
225-
}
226-
],
227-
"description": "The level code."
228-
},
229-
"message": {
230-
"type": "string",
231-
"description": "The detailed status message, including for alerts and error messages."
232-
},
233-
"time": {
234-
"type": "string",
235-
"format": "date-time",
236-
"description": "The time of the status."
237-
}
238-
},
175+
"properties": {},
239176
"description": "Instance view status."
240177
},
241178
"MachineExtensionProperties": {
@@ -295,10 +232,6 @@
295232
"MachineExtensionPropertiesInstanceView": {
296233
"type": "object",
297234
"properties": {
298-
"name": {
299-
"type": "string",
300-
"description": "The machine extension name."
301-
},
302235
"status": {
303236
"oneOf": [
304237
{
@@ -309,14 +242,6 @@
309242
}
310243
],
311244
"description": "Instance view status."
312-
},
313-
"type": {
314-
"type": "string",
315-
"description": "Specifies the type of the extension; an example is \"CustomScriptExtension\"."
316-
},
317-
"typeHandlerVersion": {
318-
"type": "string",
319-
"description": "Specifies the version of the script handler."
320245
}
321246
},
322247
"description": "The machine extension instance view."
@@ -337,20 +262,6 @@
337262
"type": "string",
338263
"description": "Public Key that the client provides to be used during initial resource onboarding"
339264
},
340-
"extensions": {
341-
"oneOf": [
342-
{
343-
"type": "array",
344-
"items": {
345-
"$ref": "#/definitions/MachineExtensionInstanceView"
346-
}
347-
},
348-
{
349-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
350-
}
351-
],
352-
"description": "Machine Extensions information"
353-
},
354265
"locationData": {
355266
"oneOf": [
356267
{
@@ -445,4 +356,4 @@
445356
"description": "Microsoft.HybridCompute/machines/extensions"
446357
}
447358
}
448-
}
359+
}

schemas/2020-08-15-preview/Microsoft.HybridCompute.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,4 +760,4 @@
760760
"description": "Properties of a private link scoped resource."
761761
}
762762
}
763-
}
763+
}

0 commit comments

Comments
 (0)