Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@
},
"proximityPlacementGroup": {
"$ref": "../../../common-types/v1/common.json#/definitions/SubResource",
"description": "Specifies information about the proximity placement group that the availability set should be assigned to. <br><br>Minimum api-version: 2018-04-01."
"description": "Specifies information about the proximity placement group that the availability set should be assigned to. Minimum api-version: 2018-04-01."
},
"statuses": {
"readOnly": true,
Expand Down Expand Up @@ -471,7 +471,7 @@
"$ref": "../../../common-types/v1/common.json#/definitions/Resource"
}
],
"description": "Specifies information about the availability set that the virtual machine should be assigned to. Virtual machines specified in the same availability set are allocated to different nodes to maximize availability. For more information about availability sets, see [Availability sets overview](https://docs.microsoft.com/azure/virtual-machines/availability-set-overview). <br><br> For more information on Azure planned maintenance, see [Maintenance and updates for Virtual Machines in Azure](https://docs.microsoft.com/azure/virtual-machines/maintenance-and-updates) <br><br> Currently, a VM can only be added to availability set at creation time. An existing VM cannot be added to an availability set."
"description": "Specifies information about the availability set that the virtual machine should be assigned to. Virtual machines specified in the same availability set are allocated to different nodes to maximize availability. For more information about availability sets, see [Availability sets overview](https://docs.microsoft.com/azure/virtual-machines/availability-set-overview). For more information on Azure planned maintenance, see [Maintenance and updates for Virtual Machines in Azure](https://docs.microsoft.com/azure/virtual-machines/maintenance-and-updates). Currently, a VM can only be added to an availability set at creation time. An existing VM cannot be added to an availability set."
},
"AvailabilitySetUpdate": {
"properties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@
"$ref": "../../../common-types/v1/common.json#/definitions/Resource"
}
],
"description": "Specifies information about the capacity reservation group that the capacity reservations should be assigned to. <br><br> Currently, a capacity reservation can only be added to a capacity reservation group at creation time. An existing capacity reservation cannot be added or moved to another capacity reservation group."
"description": "Specifies information about the capacity reservation group that the capacity reservations should be assigned to. Currently, a capacity reservation can only be added to a capacity reservation group at creation time. An existing capacity reservation cannot be added or moved to another capacity reservation group."
},
"CapacityReservationGroupUpdate": {
"type": "object",
Expand Down Expand Up @@ -842,7 +842,7 @@
"readOnly": true,
"type": "integer",
"format": "int32",
"description": "The value provides the current capacity of the VM size which was reserved successfully and for which the customer is getting billed.<br><br>Minimum api-version: 2022-08-01."
"description": "The value provides the current capacity of the VM size which was reserved successfully and for which the customer is getting billed. Minimum api-version: 2022-08-01."
},
"virtualMachinesAllocated": {
"type": "array",
Expand Down Expand Up @@ -883,7 +883,7 @@
"readOnly": true,
"type": "integer",
"format": "int32",
"description": "Specifies the value of fault domain count that Capacity Reservation supports for requested VM size.<br>NOTE: The fault domain count specified for a resource (like virtual machines scale set) must be less than or equal to this value if it deploys using capacity reservation.<br><br>Minimum api-version: 2022-08-01."
"description": "Specifies the value of fault domain count that Capacity Reservation supports for requested VM size. **Note:** The fault domain count specified for a resource (like virtual machines scale set) must be less than or equal to this value if it deploys using capacity reservation. Minimum api-version: 2022-08-01."
},
"virtualMachinesAssociated": {
"type": "array",
Expand Down Expand Up @@ -913,7 +913,7 @@
"readOnly": true,
"type": "string",
"format": "date-time",
"description": "Specifies the time at which the Capacity Reservation resource was created.<br><br>Minimum api-version: 2021-11-01."
"description": "Specifies the time at which the Capacity Reservation resource was created. Minimum api-version: 2021-11-01."
}
},
"description": "Properties of the Capacity reservation."
Expand Down
Loading