Skip to content
Draft
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
122 changes: 0 additions & 122 deletions schemas/2021-07-01/Microsoft.Compute.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,76 +4,6 @@
"title": "Microsoft.Compute",
"description": "Microsoft Compute Resource Types",
"resourceDefinitions": {
"availabilitySets": {
"type": "object",
"properties": {
"apiVersion": {
"type": "string",
"enum": [
"2021-07-01"
]
},
"location": {
"type": "string",
"description": "Resource location"
},
"name": {
"type": "string",
"description": "The name of the availability set."
},
"properties": {
"oneOf": [
{
"$ref": "#/definitions/AvailabilitySetProperties"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The instance view of a resource."
},
"sku": {
"oneOf": [
{
"$ref": "#/definitions/Sku"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Describes a virtual machine scale set sku. NOTE: If the new VM SKU is not supported on the hardware the scale set is currently on, you need to deallocate the VMs in the scale set before you modify the SKU name."
},
"tags": {
"oneOf": [
{
"type": "object",
"additionalProperties": {
"type": "string"
},
"properties": {}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Resource tags"
},
"type": {
"type": "string",
"enum": [
"Microsoft.Compute/availabilitySets"
]
}
},
"required": [
"apiVersion",
"location",
"name",
"properties",
"type"
],
"description": "Microsoft.Compute/availabilitySets"
},
"capacityReservationGroups": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -1671,58 +1601,6 @@
},
"description": "Specifies the configuration parameters for automatic repairs on the virtual machine scale set."
},
"AvailabilitySetProperties": {
"type": "object",
"properties": {
"platformFaultDomainCount": {
"oneOf": [
{
"type": "integer"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Fault Domain count."
},
"platformUpdateDomainCount": {
"oneOf": [
{
"type": "integer"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Update Domain count."
},
"proximityPlacementGroup": {
"oneOf": [
{
"$ref": "#/definitions/SubResource"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"virtualMachines": {
"oneOf": [
{
"type": "array",
"items": {
"$ref": "#/definitions/SubResource"
}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "A list of references to all virtual machines in the availability set."
}
},
"description": "The instance view of a resource."
},
"BillingProfile": {
"type": "object",
"properties": {
Expand Down
Loading