Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion schemas/2019-03-18-preview/Microsoft.HybridCompute.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@
"description": "Specifies the operating system settings for the hybrid machine."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2019-08-02-preview/Microsoft.HybridCompute.json
Original file line number Diff line number Diff line change
Expand Up @@ -407,4 +407,4 @@
"description": "Specifies the operating system settings for the hybrid machine."
}
}
}
}
10 changes: 5 additions & 5 deletions schemas/2019-12-12/Microsoft.HybridCompute.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"identity": {
"oneOf": [
{
"$ref": "#/definitions/MachineIdentityModel"
"$ref": "#/definitions/MachineIdentity"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand All @@ -34,7 +34,7 @@
"properties": {
"oneOf": [
{
"$ref": "#/definitions/MachinePropertiesModelModelModel"
"$ref": "#/definitions/MachinePropertiesModel"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -321,7 +321,7 @@
},
"description": "The machine extension instance view."
},
"MachineIdentityModel": {
"MachineIdentity": {
"type": "object",
"properties": {
"type": {
Expand All @@ -340,7 +340,7 @@
}
}
},
"MachinePropertiesModelModelModel": {
"MachinePropertiesModel": {
"type": "object",
"properties": {
"clientPublicKey": {
Expand Down Expand Up @@ -455,4 +455,4 @@
"description": "Microsoft.HybridCompute/machines/extensions"
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2020-07-30-preview/Microsoft.HybridCompute.json
Original file line number Diff line number Diff line change
Expand Up @@ -445,4 +445,4 @@
"description": "Microsoft.HybridCompute/machines/extensions"
}
}
}
}
93 changes: 2 additions & 91 deletions schemas/2020-08-02/Microsoft.HybridCompute.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,72 +170,9 @@
],
"description": "Metadata pertaining to the geographic location of the resource."
},
"MachineExtensionInstanceView": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The machine extension name."
},
"status": {
"oneOf": [
{
"$ref": "#/definitions/MachineExtensionInstanceViewStatus"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Instance view status."
},
"type": {
"type": "string",
"description": "Specifies the type of the extension; an example is \"CustomScriptExtension\"."
},
"typeHandlerVersion": {
"type": "string",
"description": "Specifies the version of the script handler."
}
},
"description": "Describes the Machine Extension Instance View."
},
"MachineExtensionInstanceViewStatus": {
"type": "object",
"properties": {
"code": {
"type": "string",
"description": "The status code."
},
"displayStatus": {
"type": "string",
"description": "The short localizable label for the status."
},
"level": {
"oneOf": [
{
"type": "string",
"enum": [
"Info",
"Warning",
"Error"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The level code."
},
"message": {
"type": "string",
"description": "The detailed status message, including for alerts and error messages."
},
"time": {
"type": "string",
"format": "date-time",
"description": "The time of the status."
}
},
"properties": {},
"description": "Instance view status."
},
"MachineExtensionProperties": {
Expand Down Expand Up @@ -295,10 +232,6 @@
"MachineExtensionPropertiesInstanceView": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The machine extension name."
},
"status": {
"oneOf": [
{
Expand All @@ -309,14 +242,6 @@
}
],
"description": "Instance view status."
},
"type": {
"type": "string",
"description": "Specifies the type of the extension; an example is \"CustomScriptExtension\"."
},
"typeHandlerVersion": {
"type": "string",
"description": "Specifies the version of the script handler."
}
},
"description": "The machine extension instance view."
Expand All @@ -337,20 +262,6 @@
"type": "string",
"description": "Public Key that the client provides to be used during initial resource onboarding"
},
"extensions": {
"oneOf": [
{
"type": "array",
"items": {
"$ref": "#/definitions/MachineExtensionInstanceView"
}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Machine Extensions information"
},
"locationData": {
"oneOf": [
{
Expand Down Expand Up @@ -445,4 +356,4 @@
"description": "Microsoft.HybridCompute/machines/extensions"
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2020-08-15-preview/Microsoft.HybridCompute.json
Original file line number Diff line number Diff line change
Expand Up @@ -760,4 +760,4 @@
"description": "Properties of a private link scoped resource."
}
}
}
}