diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/IVirtualMachineScaleSetVMsOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/IVirtualMachineScaleSetVMsOperations.cs index f5f889de0e60..b17af62b033d 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/IVirtualMachineScaleSetVMsOperations.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/IVirtualMachineScaleSetVMsOperations.cs @@ -388,9 +388,9 @@ public partial interface IVirtualMachineScaleSetVMsOperations /// /// /// Expiration duration in minutes for the SAS URIs with a value - /// between 1 to 1440 minutes. <br><br>NOTE: If not - /// specified, SAS URIs will be generated with a default expiration - /// duration of 120 minutes. + /// between 1 to 1440 minutes. **Note:** If not specified, SAS URIs + /// will be generated with a default expiration duration of 120 + /// minutes. /// /// /// The headers that will be added to request. diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/IVirtualMachinesOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/IVirtualMachinesOperations.cs index af8041397989..ba071f27e7a5 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/IVirtualMachinesOperations.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/IVirtualMachinesOperations.cs @@ -274,11 +274,11 @@ public partial interface IVirtualMachinesOperations /// /// Sets the OS state of the virtual machine to generalized. It is /// recommended to sysprep the virtual machine before performing this - /// operation. <br>For Windows, please refer to [Create a managed - /// image of a generalized VM in - /// Azure](https://docs.microsoft.com/azure/virtual-machines/windows/capture-image-resource).<br>For - /// Linux, please refer to [How to create an image of a virtual machine - /// or + /// operation. For Windows, please refer to [Create a managed image of + /// a generalized VM in + /// Azure](https://docs.microsoft.com/azure/virtual-machines/windows/capture-image-resource). + /// For Linux, please refer to [How to create an image of a virtual + /// machine or /// VHD](https://docs.microsoft.com/azure/virtual-machines/linux/capture-image). /// /// @@ -547,9 +547,9 @@ public partial interface IVirtualMachinesOperations /// /// /// Expiration duration in minutes for the SAS URIs with a value - /// between 1 to 1440 minutes. <br><br>NOTE: If not - /// specified, SAS URIs will be generated with a default expiration - /// duration of 120 minutes. + /// between 1 to 1440 minutes. **Note:** If not specified, SAS URIs + /// will be generated with a default expiration duration of 120 + /// minutes. /// /// /// The headers that will be added to request. diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/AutomaticOSUpgradePolicy.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/AutomaticOSUpgradePolicy.cs index cded0616cb45..e1fe591de668 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/AutomaticOSUpgradePolicy.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/AutomaticOSUpgradePolicy.cs @@ -32,8 +32,8 @@ public AutomaticOSUpgradePolicy() /// Indicates whether OS /// upgrades should automatically be applied to scale set instances in /// a rolling fashion when a newer version of the OS image becomes - /// available. Default value is false. <br><br> If this is - /// set to true for Windows based scale sets, + /// available. Default value is false. If this is set to true for + /// Windows based scale sets, /// [enableAutomaticUpdates](https://docs.microsoft.com/dotnet/api/microsoft.azure.management.compute.models.windowsconfiguration.enableautomaticupdates?view=azure-dotnet) /// is automatically set to false and cannot be set to true. /// Whether OS image rollback @@ -59,8 +59,7 @@ public AutomaticOSUpgradePolicy() /// Gets or sets indicates whether OS upgrades should automatically be /// applied to scale set instances in a rolling fashion when a newer /// version of the OS image becomes available. Default value is false. - /// &lt;br&gt;&lt;br&gt; If this is set to true for - /// Windows based scale sets, + /// If this is set to true for Windows based scale sets, /// [enableAutomaticUpdates](https://docs.microsoft.com/dotnet/api/microsoft.azure.management.compute.models.windowsconfiguration.enableautomaticupdates?view=azure-dotnet) /// is automatically set to false and cannot be set to true. /// diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/AvailabilitySet.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/AvailabilitySet.cs index 46e9b85d430b..9e7600cfebad 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/AvailabilitySet.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/AvailabilitySet.cs @@ -24,12 +24,11 @@ namespace Microsoft.Azure.Management.Compute.Models /// 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. + /// 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. /// [Rest.Serialization.JsonTransformation] public partial class AvailabilitySet : Resource @@ -57,8 +56,7 @@ public AvailabilitySet() /// machines in the availability set. /// Specifies information about /// the proximity placement group that the availability set should be - /// assigned to. <br><br>Minimum api-version: - /// 2018-04-01. + /// assigned to. Minimum api-version: 2018-04-01. /// The resource status information. /// Sku of the availability set, only name is /// required to be set. See AvailabilitySetSkuTypes for possible set of @@ -103,9 +101,8 @@ public AvailabilitySet() /// /// Gets or sets specifies information about the proximity placement - /// group that the availability set should be assigned to. - /// &lt;br&gt;&lt;br&gt;Minimum api-version: - /// 2018-04-01. + /// group that the availability set should be assigned to. Minimum + /// api-version: 2018-04-01. /// [JsonProperty(PropertyName = "properties.proximityPlacementGroup")] public SubResource ProximityPlacementGroup { get; set; } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/AvailabilitySetUpdate.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/AvailabilitySetUpdate.cs index 7249426adf54..5ee006df42aa 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/AvailabilitySetUpdate.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/AvailabilitySetUpdate.cs @@ -43,8 +43,7 @@ public AvailabilitySetUpdate() /// machines in the availability set. /// Specifies information about /// the proximity placement group that the availability set should be - /// assigned to. <br><br>Minimum api-version: - /// 2018-04-01. + /// assigned to. Minimum api-version: 2018-04-01. /// The resource status information. /// Sku of the availability set public AvailabilitySetUpdate(IDictionary tags = default(IDictionary), int? platformUpdateDomainCount = default(int?), int? platformFaultDomainCount = default(int?), IList virtualMachines = default(IList), SubResource proximityPlacementGroup = default(SubResource), IList statuses = default(IList), Sku sku = default(Sku)) @@ -85,9 +84,8 @@ public AvailabilitySetUpdate() /// /// Gets or sets specifies information about the proximity placement - /// group that the availability set should be assigned to. - /// &lt;br&gt;&lt;br&gt;Minimum api-version: - /// 2018-04-01. + /// group that the availability set should be assigned to. Minimum + /// api-version: 2018-04-01. /// [JsonProperty(PropertyName = "properties.proximityPlacementGroup")] public SubResource ProximityPlacementGroup { get; set; } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/BillingProfile.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/BillingProfile.cs index 8f0e50d186b3..edb2595ca073 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/BillingProfile.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/BillingProfile.cs @@ -15,7 +15,7 @@ namespace Microsoft.Azure.Management.Compute.Models /// /// Specifies the billing related details of a Azure Spot VM or VMSS. - /// <br><br>Minimum api-version: 2019-03-01. + /// Minimum api-version: 2019-03-01. /// public partial class BillingProfile { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/BootDiagnostics.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/BootDiagnostics.cs index 1646e4bc2299..20f7d09178a6 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/BootDiagnostics.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/BootDiagnostics.cs @@ -15,10 +15,9 @@ namespace Microsoft.Azure.Management.Compute.Models /// /// Boot Diagnostics is a debugging feature which allows you to view - /// Console Output and Screenshot to diagnose VM status. - /// <br><br> You can easily view the output of your console - /// log. <br><br> Azure also enables you to see a screenshot of - /// the VM from the hypervisor. + /// Console Output and Screenshot to diagnose VM status. You can easily + /// view the output of your console log. Azure also enables you to see a + /// screenshot of the VM from the hypervisor. /// public partial class BootDiagnostics { @@ -36,9 +35,9 @@ public BootDiagnostics() /// Whether boot diagnostics should be enabled on /// the Virtual Machine. /// Uri of the storage account to use for - /// placing the console output and screenshot. <br><br>If - /// storageUri is not specified while enabling boot diagnostics, - /// managed storage will be used. + /// placing the console output and screenshot. If storageUri is not + /// specified while enabling boot diagnostics, managed storage will be + /// used. public BootDiagnostics(bool? enabled = default(bool?), string storageUri = default(string)) { Enabled = enabled; @@ -60,9 +59,8 @@ public BootDiagnostics() /// /// Gets or sets uri of the storage account to use for placing the - /// console output and screenshot. - /// &lt;br&gt;&lt;br&gt;If storageUri is not specified - /// while enabling boot diagnostics, managed storage will be used. + /// console output and screenshot. If storageUri is not specified while + /// enabling boot diagnostics, managed storage will be used. /// [JsonProperty(PropertyName = "storageUri")] public string StorageUri { get; set; } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/BootDiagnosticsInstanceView.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/BootDiagnosticsInstanceView.cs index 63094eb26dbd..f94dbe864dc7 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/BootDiagnosticsInstanceView.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/BootDiagnosticsInstanceView.cs @@ -32,14 +32,14 @@ public BootDiagnosticsInstanceView() /// class. /// /// The console screenshot blob - /// URI. <br><br>NOTE: This will **not** be set if boot - /// diagnostics is currently enabled with managed storage. + /// URI. **Note:** This will **not** be set if boot diagnostics is + /// currently enabled with managed storage. /// The serial console log blob - /// Uri. <br><br>NOTE: This will **not** be set if boot - /// diagnostics is currently enabled with managed storage. + /// Uri. **Note:** This will **not** be set if boot diagnostics is + /// currently enabled with managed storage. /// The boot diagnostics status information for - /// the VM. <br><br> NOTE: It will be set only if there are - /// errors encountered in enabling boot diagnostics. + /// the VM. **Note:** It will be set only if there are errors + /// encountered in enabling boot diagnostics. public BootDiagnosticsInstanceView(string consoleScreenshotBlobUri = default(string), string serialConsoleLogBlobUri = default(string), InstanceViewStatus status = default(InstanceViewStatus)) { ConsoleScreenshotBlobUri = consoleScreenshotBlobUri; @@ -54,25 +54,25 @@ public BootDiagnosticsInstanceView() partial void CustomInit(); /// - /// Gets the console screenshot blob URI. - /// &lt;br&gt;&lt;br&gt;NOTE: This will **not** be set - /// if boot diagnostics is currently enabled with managed storage. + /// Gets the console screenshot blob URI. **Note:** This will **not** + /// be set if boot diagnostics is currently enabled with managed + /// storage. /// [JsonProperty(PropertyName = "consoleScreenshotBlobUri")] public string ConsoleScreenshotBlobUri { get; private set; } /// - /// Gets the serial console log blob Uri. - /// &lt;br&gt;&lt;br&gt;NOTE: This will **not** be set - /// if boot diagnostics is currently enabled with managed storage. + /// Gets the serial console log blob Uri. **Note:** This will **not** + /// be set if boot diagnostics is currently enabled with managed + /// storage. /// [JsonProperty(PropertyName = "serialConsoleLogBlobUri")] public string SerialConsoleLogBlobUri { get; private set; } /// - /// Gets the boot diagnostics status information for the VM. - /// &lt;br&gt;&lt;br&gt; NOTE: It will be set only if - /// there are errors encountered in enabling boot diagnostics. + /// Gets the boot diagnostics status information for the VM. **Note:** + /// It will be set only if there are errors encountered in enabling + /// boot diagnostics. /// [JsonProperty(PropertyName = "status")] public InstanceViewStatus Status { get; private set; } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/CapacityReservation.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/CapacityReservation.cs index 96110127f7c3..e3292cf78002 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/CapacityReservation.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/CapacityReservation.cs @@ -51,11 +51,10 @@ public CapacityReservation() /// throughout the lifetime of the resource. /// 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. + /// 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. /// A list of all virtual /// machine resource ids that are associated with the capacity /// reservation. @@ -66,8 +65,8 @@ public CapacityReservation() /// The Capacity reservation instance /// view. /// Specifies the time at which the Capacity - /// Reservation resource was created.<br><br>Minimum - /// api-version: 2021-11-01. + /// Reservation resource was created. Minimum api-version: + /// 2021-11-01. /// Availability Zone to use for this capacity /// reservation. The zone has to be single value and also should be /// part for the list of zones specified during the capacity @@ -105,12 +104,10 @@ public CapacityReservation() /// /// Gets specifies the value of fault domain count that Capacity - /// Reservation supports for requested VM size.&lt;br&gt;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.&lt;br&gt;&lt;br&gt;Minimum - /// api-version: 2022-08-01. + /// 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. /// [JsonProperty(PropertyName = "properties.platformFaultDomainCount")] public int? PlatformFaultDomainCount { get; private set; } @@ -142,8 +139,7 @@ public CapacityReservation() /// /// Gets specifies the time at which the Capacity Reservation resource - /// was created.&lt;br&gt;&lt;br&gt;Minimum - /// api-version: 2021-11-01. + /// was created. Minimum api-version: 2021-11-01. /// [JsonProperty(PropertyName = "properties.timeCreated")] public System.DateTime? TimeCreated { get; private set; } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/CapacityReservationGroup.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/CapacityReservationGroup.cs index 0ae75edb2749..c757fc3dc40a 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/CapacityReservationGroup.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/CapacityReservationGroup.cs @@ -19,10 +19,10 @@ namespace Microsoft.Azure.Management.Compute.Models /// /// 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. + /// 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. /// [Rest.Serialization.JsonTransformation] public partial class CapacityReservationGroup : Resource diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/CapacityReservationUpdate.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/CapacityReservationUpdate.cs index 7df155d9826c..7b4510301774 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/CapacityReservationUpdate.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/CapacityReservationUpdate.cs @@ -41,11 +41,10 @@ public CapacityReservationUpdate() /// throughout the lifetime of the resource. /// 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. + /// 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. /// A list of all virtual /// machine resource ids that are associated with the capacity /// reservation. @@ -56,8 +55,8 @@ public CapacityReservationUpdate() /// The Capacity reservation instance /// view. /// Specifies the time at which the Capacity - /// Reservation resource was created.<br><br>Minimum - /// api-version: 2021-11-01. + /// Reservation resource was created. Minimum api-version: + /// 2021-11-01. /// SKU of the resource for which capacity needs be /// reserved. The SKU name and capacity is required to be set. /// Currently VM Skus with the capability called @@ -94,12 +93,10 @@ public CapacityReservationUpdate() /// /// Gets specifies the value of fault domain count that Capacity - /// Reservation supports for requested VM size.&lt;br&gt;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.&lt;br&gt;&lt;br&gt;Minimum - /// api-version: 2022-08-01. + /// 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. /// [JsonProperty(PropertyName = "properties.platformFaultDomainCount")] public int? PlatformFaultDomainCount { get; private set; } @@ -131,8 +128,7 @@ public CapacityReservationUpdate() /// /// Gets specifies the time at which the Capacity Reservation resource - /// was created.&lt;br&gt;&lt;br&gt;Minimum - /// api-version: 2021-11-01. + /// was created. Minimum api-version: 2021-11-01. /// [JsonProperty(PropertyName = "properties.timeCreated")] public System.DateTime? TimeCreated { get; private set; } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/CapacityReservationUtilization.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/CapacityReservationUtilization.cs index 8579a9304104..f0304776451f 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/CapacityReservationUtilization.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/CapacityReservationUtilization.cs @@ -36,8 +36,8 @@ public CapacityReservationUtilization() /// /// 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. + /// which the customer is getting billed. Minimum api-version: + /// 2022-08-01. /// A list of all virtual /// machines resource ids allocated against the capacity /// reservation. @@ -56,8 +56,7 @@ public CapacityReservationUtilization() /// /// Gets the value provides the current capacity of the VM size which /// was reserved successfully and for which the customer is getting - /// billed.&lt;br&gt;&lt;br&gt;Minimum api-version: - /// 2022-08-01. + /// billed. Minimum api-version: 2022-08-01. /// [JsonProperty(PropertyName = "currentCapacity")] public int? CurrentCapacity { get; private set; } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DataDisk.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DataDisk.cs index edb907f6d178..dc9186f246b6 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DataDisk.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DataDisk.cs @@ -35,34 +35,32 @@ public DataDisk() /// therefore must be unique for each data disk attached to a /// VM. /// Specifies how the virtual machine should - /// be created.<br><br> Possible values - /// are:<br><br> **Attach** \u2013 This value is used when - /// you are using a specialized disk to create the virtual - /// machine.<br><br> **FromImage** \u2013 This value is - /// used when you are using an image to create the virtual machine. If - /// you are using a platform image, you also use the imageReference - /// element described above. If you are using a marketplace image, you - /// also use the plan element previously described. Possible values - /// include: 'FromImage', 'Empty', 'Attach' + /// be created. Possible values are: **Attach.** This value is used + /// when you are using a specialized disk to create the virtual + /// machine. **FromImage.** This value is used when you are using an + /// image to create the virtual machine. If you are using a platform + /// image, you should also use the imageReference element described + /// above. If you are using a marketplace image, you should also use + /// the plan element previously described. Possible values include: + /// 'FromImage', 'Empty', 'Attach' /// The disk name. /// The virtual hard disk. /// The source user image virtual hard disk. The /// virtual hard disk will be copied before being attached to the /// virtual machine. If SourceImage is provided, the destination /// virtual hard drive must not exist. - /// Specifies the caching requirements. - /// <br><br> Possible values are: <br><br> - /// **None** <br><br> **ReadOnly** <br><br> - /// **ReadWrite** <br><br> Default: **None for Standard - /// storage. ReadOnly for Premium storage**. Possible values include: - /// 'None', 'ReadOnly', 'ReadWrite' + /// Specifies the caching requirements. Possible + /// values are: **None,** **ReadOnly,** **ReadWrite.** The defaulting + /// behavior is: **None for Standard storage. ReadOnly for Premium + /// storage.**. Possible values include: 'None', 'ReadOnly', + /// 'ReadWrite' /// Specifies whether /// writeAccelerator should be enabled or disabled on the disk. /// Specifies the size of an empty data disk /// in gigabytes. This element can be used to overwrite the size of the - /// disk in a virtual machine image. <br><br> diskSizeGB is - /// the number of bytes x 1024^3 for the disk and the value cannot be - /// larger than 1023 + /// disk in a virtual machine image. The property 'diskSizeGB' is the + /// number of bytes x 1024^3 for the disk and the value cannot be + /// larger than 1023. /// The managed disk parameters. /// Specifies whether the data disk is in /// process of detachment from the @@ -79,24 +77,22 @@ public DataDisk() /// Specifies the detach behavior to be used /// while detaching a disk or which is already in the process of /// detachment from the virtual machine. Supported values: - /// **ForceDetach**. <br><br> detachOption: **ForceDetach** - /// is applicable only for managed data disks. If a previous detachment - /// attempt of the data disk did not complete due to an unexpected - /// failure from the virtual machine and the disk is still not released - /// then use force-detach as a last resort option to detach the disk - /// forcibly from the VM. All writes might not have been flushed when - /// using this detach behavior. <br><br> This feature is - /// still in preview mode and is not supported for - /// VirtualMachineScaleSet. To force-detach a data disk update - /// toBeDetached to 'true' along with setting detachOption: + /// **ForceDetach.** detachOption: **ForceDetach** is applicable only + /// for managed data disks. If a previous detachment attempt of the + /// data disk did not complete due to an unexpected failure from the + /// virtual machine and the disk is still not released then use + /// force-detach as a last resort option to detach the disk forcibly + /// from the VM. All writes might not have been flushed when using this + /// detach behavior. **This feature is still in preview** mode and is + /// not supported for VirtualMachineScaleSet. To force-detach a data + /// disk update toBeDetached to 'true' along with setting detachOption: /// 'ForceDetach'. Possible values include: 'ForceDetach' /// Specifies whether data disk should be - /// deleted or detached upon VM deletion.<br><br> Possible - /// values: <br><br> **Delete** If this value is used, the - /// data disk is deleted when VM is deleted.<br><br> - /// **Detach** If this value is used, the data disk is retained after - /// VM is deleted.<br><br> The default value is set to - /// **detach**. Possible values include: 'Delete', 'Detach' + /// deleted or detached upon VM deletion. Possible values are: + /// **Delete.** If this value is used, the data disk is deleted when VM + /// is deleted. **Detach.** If this value is used, the data disk is + /// retained after VM is deleted. The default value is set to + /// **Detach**. Possible values include: 'Delete', 'Detach' public DataDisk(int lun, string createOption, string name = default(string), VirtualHardDisk vhd = default(VirtualHardDisk), VirtualHardDisk image = default(VirtualHardDisk), CachingTypes? caching = default(CachingTypes?), bool? writeAcceleratorEnabled = default(bool?), int? diskSizeGB = default(int?), ManagedDiskParameters managedDisk = default(ManagedDiskParameters), bool? toBeDetached = default(bool?), long? diskIOPSReadWrite = default(long?), long? diskMBpsReadWrite = default(long?), string detachOption = default(string), string deleteOption = default(string)) { Lun = lun; @@ -151,14 +147,10 @@ public DataDisk() public VirtualHardDisk Image { get; set; } /// - /// Gets or sets specifies the caching requirements. - /// &lt;br&gt;&lt;br&gt; Possible values are: - /// &lt;br&gt;&lt;br&gt; **None** - /// &lt;br&gt;&lt;br&gt; **ReadOnly** - /// &lt;br&gt;&lt;br&gt; **ReadWrite** - /// &lt;br&gt;&lt;br&gt; Default: **None for Standard - /// storage. ReadOnly for Premium storage**. Possible values include: - /// 'None', 'ReadOnly', 'ReadWrite' + /// Gets or sets specifies the caching requirements. Possible values + /// are: **None,** **ReadOnly,** **ReadWrite.** The defaulting behavior + /// is: **None for Standard storage. ReadOnly for Premium storage.**. + /// Possible values include: 'None', 'ReadOnly', 'ReadWrite' /// [JsonProperty(PropertyName = "caching")] public CachingTypes? Caching { get; set; } @@ -171,16 +163,15 @@ public DataDisk() public bool? WriteAcceleratorEnabled { get; set; } /// - /// Gets or sets specifies how the virtual machine should be - /// created.&lt;br&gt;&lt;br&gt; Possible values - /// are:&lt;br&gt;&lt;br&gt; **Attach** \u2013 This - /// value is used when you are using a specialized disk to create the - /// virtual machine.&lt;br&gt;&lt;br&gt; **FromImage** - /// \u2013 This value is used when you are using an image to create the - /// virtual machine. If you are using a platform image, you also use - /// the imageReference element described above. If you are using a - /// marketplace image, you also use the plan element previously - /// described. Possible values include: 'FromImage', 'Empty', 'Attach' + /// Gets or sets specifies how the virtual machine should be created. + /// Possible values are: **Attach.** This value is used when you are + /// using a specialized disk to create the virtual machine. + /// **FromImage.** This value is used when you are using an image to + /// create the virtual machine. If you are using a platform image, you + /// should also use the imageReference element described above. If you + /// are using a marketplace image, you should also use the plan element + /// previously described. Possible values include: 'FromImage', + /// 'Empty', 'Attach' /// [JsonProperty(PropertyName = "createOption")] public string CreateOption { get; set; } @@ -188,9 +179,9 @@ public DataDisk() /// /// Gets or sets specifies the size of an empty data disk in gigabytes. /// This element can be used to overwrite the size of the disk in a - /// virtual machine image. &lt;br&gt;&lt;br&gt; - /// diskSizeGB is the number of bytes x 1024^3 for the disk and the - /// value cannot be larger than 1023 + /// virtual machine image. The property 'diskSizeGB' is the number of + /// bytes x 1024^3 for the disk and the value cannot be larger than + /// 1023. /// [JsonProperty(PropertyName = "diskSizeGB")] public int? DiskSizeGB { get; set; } @@ -229,15 +220,14 @@ public DataDisk() /// /// Gets or sets specifies the detach behavior to be used while /// detaching a disk or which is already in the process of detachment - /// from the virtual machine. Supported values: **ForceDetach**. - /// &lt;br&gt;&lt;br&gt; detachOption: **ForceDetach** - /// is applicable only for managed data disks. If a previous detachment - /// attempt of the data disk did not complete due to an unexpected - /// failure from the virtual machine and the disk is still not released - /// then use force-detach as a last resort option to detach the disk - /// forcibly from the VM. All writes might not have been flushed when - /// using this detach behavior. &lt;br&gt;&lt;br&gt; - /// This feature is still in preview mode and is not supported for + /// from the virtual machine. Supported values: **ForceDetach.** + /// detachOption: **ForceDetach** is applicable only for managed data + /// disks. If a previous detachment attempt of the data disk did not + /// complete due to an unexpected failure from the virtual machine and + /// the disk is still not released then use force-detach as a last + /// resort option to detach the disk forcibly from the VM. All writes + /// might not have been flushed when using this detach behavior. **This + /// feature is still in preview** mode and is not supported for /// VirtualMachineScaleSet. To force-detach a data disk update /// toBeDetached to 'true' along with setting detachOption: /// 'ForceDetach'. Possible values include: 'ForceDetach' @@ -247,13 +237,11 @@ public DataDisk() /// /// Gets or sets specifies whether data disk should be deleted or - /// detached upon VM deletion.&lt;br&gt;&lt;br&gt; - /// Possible values: &lt;br&gt;&lt;br&gt; **Delete** If - /// this value is used, the data disk is deleted when VM is - /// deleted.&lt;br&gt;&lt;br&gt; **Detach** If this - /// value is used, the data disk is retained after VM is - /// deleted.&lt;br&gt;&lt;br&gt; The default value is - /// set to **detach**. Possible values include: 'Delete', 'Detach' + /// detached upon VM deletion. Possible values are: **Delete.** If this + /// value is used, the data disk is deleted when VM is deleted. + /// **Detach.** If this value is used, the data disk is retained after + /// VM is deleted. The default value is set to **Detach**. Possible + /// values include: 'Delete', 'Detach' /// [JsonProperty(PropertyName = "deleteOption")] public string DeleteOption { get; set; } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DedicatedHost.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DedicatedHost.cs index faac3438b484..c0d89d0ff323 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DedicatedHost.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DedicatedHost.cs @@ -48,17 +48,16 @@ public DedicatedHost() /// host should be replaced automatically in case of a failure. The /// value is defaulted to 'true' when not provided. /// A unique id generated and assigned to the - /// dedicated host by the platform. <br><br> Does not - /// change throughout the lifetime of the host. + /// dedicated host by the platform. Does not change throughout the + /// lifetime of the host. /// A list of references to all virtual /// machines in the Dedicated Host. /// Specifies the software license type that - /// will be applied to the VMs deployed on the dedicated host. - /// <br><br> Possible values are: <br><br> - /// **None** <br><br> **Windows_Server_Hybrid** - /// <br><br> **Windows_Server_Perpetual** - /// <br><br> Default: **None**. Possible values include: - /// 'None', 'Windows_Server_Hybrid', 'Windows_Server_Perpetual' + /// will be applied to the VMs deployed on the dedicated host. Possible + /// values are: **None,** **Windows_Server_Hybrid,** + /// **Windows_Server_Perpetual.** The default value is: **None.**. + /// Possible values include: 'None', 'Windows_Server_Hybrid', + /// 'Windows_Server_Perpetual' /// The date when the host was first /// provisioned. /// The provisioning state, which only @@ -66,8 +65,7 @@ public DedicatedHost() /// The dedicated host instance /// view. /// Specifies the time at which the Dedicated - /// Host resource was created.<br><br>Minimum api-version: - /// 2021-11-01. + /// Host resource was created. Minimum api-version: 2021-11-01. public DedicatedHost(string location, Sku sku, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), int? platformFaultDomain = default(int?), bool? autoReplaceOnFailure = default(bool?), string hostId = default(string), IList virtualMachines = default(IList), DedicatedHostLicenseTypes? licenseType = default(DedicatedHostLicenseTypes?), System.DateTime? provisioningTime = default(System.DateTime?), string provisioningState = default(string), DedicatedHostInstanceView instanceView = default(DedicatedHostInstanceView), System.DateTime? timeCreated = default(System.DateTime?)) : base(location, id, name, type, tags) { @@ -106,8 +104,7 @@ public DedicatedHost() /// /// Gets a unique id generated and assigned to the dedicated host by - /// the platform. &lt;br&gt;&lt;br&gt; Does not change - /// throughout the lifetime of the host. + /// the platform. Does not change throughout the lifetime of the host. /// [JsonProperty(PropertyName = "properties.hostId")] public string HostId { get; private set; } @@ -121,13 +118,10 @@ public DedicatedHost() /// /// Gets or sets specifies the software license type that will be - /// applied to the VMs deployed on the dedicated host. - /// &lt;br&gt;&lt;br&gt; Possible values are: - /// &lt;br&gt;&lt;br&gt; **None** - /// &lt;br&gt;&lt;br&gt; **Windows_Server_Hybrid** - /// &lt;br&gt;&lt;br&gt; **Windows_Server_Perpetual** - /// &lt;br&gt;&lt;br&gt; Default: **None**. Possible - /// values include: 'None', 'Windows_Server_Hybrid', + /// applied to the VMs deployed on the dedicated host. Possible values + /// are: **None,** **Windows_Server_Hybrid,** + /// **Windows_Server_Perpetual.** The default value is: **None.**. + /// Possible values include: 'None', 'Windows_Server_Hybrid', /// 'Windows_Server_Perpetual' /// [JsonProperty(PropertyName = "properties.licenseType")] @@ -153,8 +147,7 @@ public DedicatedHost() /// /// Gets specifies the time at which the Dedicated Host resource was - /// created.&lt;br&gt;&lt;br&gt;Minimum api-version: - /// 2021-11-01. + /// created. Minimum api-version: 2021-11-01. /// [JsonProperty(PropertyName = "properties.timeCreated")] public System.DateTime? TimeCreated { get; private set; } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DedicatedHostGroup.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DedicatedHostGroup.cs index c2bc283f5111..046adc9f55a4 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DedicatedHostGroup.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DedicatedHostGroup.cs @@ -19,10 +19,9 @@ namespace Microsoft.Azure.Management.Compute.Models /// /// Specifies information about the dedicated host group that the dedicated - /// hosts should be assigned to. <br><br> Currently, a - /// dedicated host can only be added to a dedicated host group at creation - /// time. An existing dedicated host cannot be added to another dedicated - /// host group. + /// hosts should be assigned to. Currently, a dedicated host can only be + /// added to a dedicated host group at creation time. An existing dedicated + /// host cannot be added to another dedicated host group. /// [Rest.Serialization.JsonTransformation] public partial class DedicatedHostGroup : Resource @@ -55,11 +54,10 @@ public DedicatedHostGroup() /// on the dedicated host group. Automatic placement means resources /// are allocated on dedicated hosts, that are chosen by Azure, under /// the dedicated host group. The value is defaulted to 'false' when - /// not provided. <br><br>Minimum api-version: - /// 2020-06-01. + /// not provided. Minimum api-version: 2020-06-01. /// Enables or disables a - /// capability on the dedicated host group.<br><br>Minimum - /// api-version: 2022-03-01. + /// capability on the dedicated host group. Minimum api-version: + /// 2022-03-01. /// Availability Zone to use for this host group. /// Only single zone is supported. The zone can be assigned only during /// creation. If not provided, the group supports all zones in the @@ -108,17 +106,15 @@ public DedicatedHostGroup() /// scale sets can be placed automatically on the dedicated host group. /// Automatic placement means resources are allocated on dedicated /// hosts, that are chosen by Azure, under the dedicated host group. - /// The value is defaulted to 'false' when not provided. - /// &lt;br&gt;&lt;br&gt;Minimum api-version: - /// 2020-06-01. + /// The value is defaulted to 'false' when not provided. Minimum + /// api-version: 2020-06-01. /// [JsonProperty(PropertyName = "properties.supportAutomaticPlacement")] public bool? SupportAutomaticPlacement { get; set; } /// /// Gets or sets enables or disables a capability on the dedicated host - /// group.&lt;br&gt;&lt;br&gt;Minimum api-version: - /// 2022-03-01. + /// group. Minimum api-version: 2022-03-01. /// [JsonProperty(PropertyName = "properties.additionalCapabilities")] public DedicatedHostGroupPropertiesAdditionalCapabilities AdditionalCapabilities { get; set; } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DedicatedHostGroupPropertiesAdditionalCapabilities.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DedicatedHostGroupPropertiesAdditionalCapabilities.cs index 78e5003b43bf..a0b3626dacb2 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DedicatedHostGroupPropertiesAdditionalCapabilities.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DedicatedHostGroupPropertiesAdditionalCapabilities.cs @@ -14,8 +14,8 @@ namespace Microsoft.Azure.Management.Compute.Models using System.Linq; /// - /// Enables or disables a capability on the dedicated host - /// group.<br><br>Minimum api-version: 2022-03-01. + /// Enables or disables a capability on the dedicated host group. Minimum + /// api-version: 2022-03-01. /// public partial class DedicatedHostGroupPropertiesAdditionalCapabilities { @@ -39,10 +39,9 @@ public DedicatedHostGroupPropertiesAdditionalCapabilities() /// set true as well. The value is defaulted to 'false' when not /// provided. Please refer to /// https://docs.microsoft.com/en-us/azure/virtual-machines/disks-enable-ultra-ssd - /// for more details on Ultra SSD feature. <br><br>NOTE: - /// The ultraSSDEnabled setting can only be enabled for Host Groups - /// that are created as zonal. <br><br>Minimum api-version: - /// 2022-03-01. + /// for more details on Ultra SSD feature. **Note:** The + /// ultraSSDEnabled setting can only be enabled for Host Groups that + /// are created as zonal. Minimum api-version: 2022-03-01. public DedicatedHostGroupPropertiesAdditionalCapabilities(bool? ultraSSDEnabled = default(bool?)) { UltraSSDEnabled = ultraSSDEnabled; @@ -62,11 +61,9 @@ public DedicatedHostGroupPropertiesAdditionalCapabilities() /// as well. The value is defaulted to 'false' when not provided. /// Please refer to /// https://docs.microsoft.com/en-us/azure/virtual-machines/disks-enable-ultra-ssd - /// for more details on Ultra SSD feature. - /// &lt;br&gt;&lt;br&gt;NOTE: The ultraSSDEnabled - /// setting can only be enabled for Host Groups that are created as - /// zonal. &lt;br&gt;&lt;br&gt;Minimum api-version: - /// 2022-03-01. + /// for more details on Ultra SSD feature. **Note:** The + /// ultraSSDEnabled setting can only be enabled for Host Groups that + /// are created as zonal. Minimum api-version: 2022-03-01. /// [JsonProperty(PropertyName = "ultraSSDEnabled")] public bool? UltraSSDEnabled { get; set; } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DedicatedHostGroupUpdate.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DedicatedHostGroupUpdate.cs index ba52848d7a18..537c52aa723f 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DedicatedHostGroupUpdate.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DedicatedHostGroupUpdate.cs @@ -48,11 +48,10 @@ public DedicatedHostGroupUpdate() /// on the dedicated host group. Automatic placement means resources /// are allocated on dedicated hosts, that are chosen by Azure, under /// the dedicated host group. The value is defaulted to 'false' when - /// not provided. <br><br>Minimum api-version: - /// 2020-06-01. + /// not provided. Minimum api-version: 2020-06-01. /// Enables or disables a - /// capability on the dedicated host group.<br><br>Minimum - /// api-version: 2022-03-01. + /// capability on the dedicated host group. Minimum api-version: + /// 2022-03-01. /// Availability Zone to use for this host group. /// Only single zone is supported. The zone can be assigned only during /// creation. If not provided, the group supports all zones in the @@ -101,17 +100,15 @@ public DedicatedHostGroupUpdate() /// scale sets can be placed automatically on the dedicated host group. /// Automatic placement means resources are allocated on dedicated /// hosts, that are chosen by Azure, under the dedicated host group. - /// The value is defaulted to 'false' when not provided. - /// &lt;br&gt;&lt;br&gt;Minimum api-version: - /// 2020-06-01. + /// The value is defaulted to 'false' when not provided. Minimum + /// api-version: 2020-06-01. /// [JsonProperty(PropertyName = "properties.supportAutomaticPlacement")] public bool? SupportAutomaticPlacement { get; set; } /// /// Gets or sets enables or disables a capability on the dedicated host - /// group.&lt;br&gt;&lt;br&gt;Minimum api-version: - /// 2022-03-01. + /// group. Minimum api-version: 2022-03-01. /// [JsonProperty(PropertyName = "properties.additionalCapabilities")] public DedicatedHostGroupPropertiesAdditionalCapabilities AdditionalCapabilities { get; set; } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DedicatedHostUpdate.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DedicatedHostUpdate.cs index 43040c861db1..851295efeddb 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DedicatedHostUpdate.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DedicatedHostUpdate.cs @@ -42,17 +42,16 @@ public DedicatedHostUpdate() /// host should be replaced automatically in case of a failure. The /// value is defaulted to 'true' when not provided. /// A unique id generated and assigned to the - /// dedicated host by the platform. <br><br> Does not - /// change throughout the lifetime of the host. + /// dedicated host by the platform. Does not change throughout the + /// lifetime of the host. /// A list of references to all virtual /// machines in the Dedicated Host. /// Specifies the software license type that - /// will be applied to the VMs deployed on the dedicated host. - /// <br><br> Possible values are: <br><br> - /// **None** <br><br> **Windows_Server_Hybrid** - /// <br><br> **Windows_Server_Perpetual** - /// <br><br> Default: **None**. Possible values include: - /// 'None', 'Windows_Server_Hybrid', 'Windows_Server_Perpetual' + /// will be applied to the VMs deployed on the dedicated host. Possible + /// values are: **None,** **Windows_Server_Hybrid,** + /// **Windows_Server_Perpetual.** The default value is: **None.**. + /// Possible values include: 'None', 'Windows_Server_Hybrid', + /// 'Windows_Server_Perpetual' /// The date when the host was first /// provisioned. /// The provisioning state, which only @@ -60,8 +59,7 @@ public DedicatedHostUpdate() /// The dedicated host instance /// view. /// Specifies the time at which the Dedicated - /// Host resource was created.<br><br>Minimum api-version: - /// 2021-11-01. + /// Host resource was created. Minimum api-version: 2021-11-01. public DedicatedHostUpdate(IDictionary tags = default(IDictionary), int? platformFaultDomain = default(int?), bool? autoReplaceOnFailure = default(bool?), string hostId = default(string), IList virtualMachines = default(IList), DedicatedHostLicenseTypes? licenseType = default(DedicatedHostLicenseTypes?), System.DateTime? provisioningTime = default(System.DateTime?), string provisioningState = default(string), DedicatedHostInstanceView instanceView = default(DedicatedHostInstanceView), System.DateTime? timeCreated = default(System.DateTime?)) : base(tags) { @@ -99,8 +97,7 @@ public DedicatedHostUpdate() /// /// Gets a unique id generated and assigned to the dedicated host by - /// the platform. &lt;br&gt;&lt;br&gt; Does not change - /// throughout the lifetime of the host. + /// the platform. Does not change throughout the lifetime of the host. /// [JsonProperty(PropertyName = "properties.hostId")] public string HostId { get; private set; } @@ -114,13 +111,10 @@ public DedicatedHostUpdate() /// /// Gets or sets specifies the software license type that will be - /// applied to the VMs deployed on the dedicated host. - /// &lt;br&gt;&lt;br&gt; Possible values are: - /// &lt;br&gt;&lt;br&gt; **None** - /// &lt;br&gt;&lt;br&gt; **Windows_Server_Hybrid** - /// &lt;br&gt;&lt;br&gt; **Windows_Server_Perpetual** - /// &lt;br&gt;&lt;br&gt; Default: **None**. Possible - /// values include: 'None', 'Windows_Server_Hybrid', + /// applied to the VMs deployed on the dedicated host. Possible values + /// are: **None,** **Windows_Server_Hybrid,** + /// **Windows_Server_Perpetual.** The default value is: **None.**. + /// Possible values include: 'None', 'Windows_Server_Hybrid', /// 'Windows_Server_Perpetual' /// [JsonProperty(PropertyName = "properties.licenseType")] @@ -146,8 +140,7 @@ public DedicatedHostUpdate() /// /// Gets specifies the time at which the Dedicated Host resource was - /// created.&lt;br&gt;&lt;br&gt;Minimum api-version: - /// 2021-11-01. + /// created. Minimum api-version: 2021-11-01. /// [JsonProperty(PropertyName = "properties.timeCreated")] public System.DateTime? TimeCreated { get; private set; } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DiagnosticsProfile.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DiagnosticsProfile.cs index 95bb88db3978..682f24c59a9b 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DiagnosticsProfile.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DiagnosticsProfile.cs @@ -14,8 +14,8 @@ namespace Microsoft.Azure.Management.Compute.Models using System.Linq; /// - /// Specifies the boot diagnostic settings state. - /// <br><br>Minimum api-version: 2015-06-15. + /// Specifies the boot diagnostic settings state. Minimum api-version: + /// 2015-06-15. /// public partial class DiagnosticsProfile { @@ -32,12 +32,11 @@ public DiagnosticsProfile() /// /// Boot Diagnostics is a debugging /// feature which allows you to view Console Output and Screenshot to - /// diagnose VM status. <br>**NOTE**: If storageUri is being - /// specified then ensure that the storage account is in the same - /// region and subscription as the VM. <br><br> You can - /// easily view the output of your console log. <br><br> - /// Azure also enables you to see a screenshot of the VM from the - /// hypervisor. + /// diagnose VM status. **NOTE**: If storageUri is being specified then + /// ensure that the storage account is in the same region and + /// subscription as the VM. You can easily view the output of your + /// console log. Azure also enables you to see a screenshot of the VM + /// from the hypervisor. public DiagnosticsProfile(BootDiagnostics bootDiagnostics = default(BootDiagnostics)) { BootDiagnostics = bootDiagnostics; @@ -52,12 +51,10 @@ public DiagnosticsProfile() /// /// Gets or sets boot Diagnostics is a debugging feature which allows /// you to view Console Output and Screenshot to diagnose VM status. - /// &lt;br&gt;**NOTE**: If storageUri is being specified then - /// ensure that the storage account is in the same region and - /// subscription as the VM. &lt;br&gt;&lt;br&gt; You - /// can easily view the output of your console log. - /// &lt;br&gt;&lt;br&gt; Azure also enables you to see - /// a screenshot of the VM from the hypervisor. + /// **NOTE**: If storageUri is being specified then ensure that the + /// storage account is in the same region and subscription as the VM. + /// You can easily view the output of your console log. Azure also + /// enables you to see a screenshot of the VM from the hypervisor. /// [JsonProperty(PropertyName = "bootDiagnostics")] public BootDiagnostics BootDiagnostics { get; set; } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DiffDiskSettings.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DiffDiskSettings.cs index 4ad305ed2496..1388b35ce8d8 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DiffDiskSettings.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DiffDiskSettings.cs @@ -15,8 +15,8 @@ namespace Microsoft.Azure.Management.Compute.Models /// /// Describes the parameters of ephemeral disk settings that can be - /// specified for operating system disk. <br><br> NOTE: The - /// ephemeral disk settings can only be specified for managed disk. + /// specified for operating system disk. **Note:** The ephemeral disk + /// settings can only be specified for managed disk. /// public partial class DiffDiskSettings { @@ -34,12 +34,10 @@ public DiffDiskSettings() /// Specifies the ephemeral disk settings for /// operating system disk. Possible values include: 'Local' /// Specifies the ephemeral disk placement for - /// operating system disk.<br><br> Possible values are: - /// <br><br> **CacheDisk** <br><br> - /// **ResourceDisk** <br><br> Default: **CacheDisk** if one - /// is configured for the VM size otherwise **ResourceDisk** is - /// used.<br><br> Refer to VM size documentation for - /// Windows VM at + /// operating system disk. Possible values are: **CacheDisk,** + /// **ResourceDisk.** The defaulting behavior is: **CacheDisk** if one + /// is configured for the VM size otherwise **ResourceDisk** is used. + /// Refer to the VM size documentation for Windows VM at /// https://docs.microsoft.com/azure/virtual-machines/windows/sizes and /// Linux VM at /// https://docs.microsoft.com/azure/virtual-machines/linux/sizes to @@ -66,13 +64,10 @@ public DiffDiskSettings() /// /// Gets or sets specifies the ephemeral disk placement for operating - /// system disk.&lt;br&gt;&lt;br&gt; Possible values - /// are: &lt;br&gt;&lt;br&gt; **CacheDisk** - /// &lt;br&gt;&lt;br&gt; **ResourceDisk** - /// &lt;br&gt;&lt;br&gt; Default: **CacheDisk** if one - /// is configured for the VM size otherwise **ResourceDisk** is - /// used.&lt;br&gt;&lt;br&gt; Refer to VM size - /// documentation for Windows VM at + /// system disk. Possible values are: **CacheDisk,** **ResourceDisk.** + /// The defaulting behavior is: **CacheDisk** if one is configured for + /// the VM size otherwise **ResourceDisk** is used. Refer to the VM + /// size documentation for Windows VM at /// https://docs.microsoft.com/azure/virtual-machines/windows/sizes and /// Linux VM at /// https://docs.microsoft.com/azure/virtual-machines/linux/sizes to diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DiskEncryptionSetParameters.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DiskEncryptionSetParameters.cs index a88328f63ee8..d8b225b923be 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DiskEncryptionSetParameters.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DiskEncryptionSetParameters.cs @@ -16,10 +16,9 @@ namespace Microsoft.Azure.Management.Compute.Models /// /// Describes the parameter of customer managed disk encryption set - /// resource id that can be specified for disk. <br><br> NOTE: - /// The disk encryption set resource id can only be specified for managed - /// disk. Please refer https://aka.ms/mdssewithcmkoverview for more - /// details. + /// resource id that can be specified for disk. **Note:** The disk + /// encryption set resource id can only be specified for managed disk. + /// Please refer https://aka.ms/mdssewithcmkoverview for more details. /// public partial class DiskEncryptionSetParameters : IResource { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/HardwareProfile.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/HardwareProfile.cs index bf385781ec1a..1ece1b9c2bf1 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/HardwareProfile.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/HardwareProfile.cs @@ -29,24 +29,22 @@ public HardwareProfile() /// /// Initializes a new instance of the HardwareProfile class. /// - /// Specifies the size of the virtual machine. - /// <br><br> The enum data type is currently deprecated and - /// will be removed by December 23rd 2023. <br><br> - /// Recommended way to get the list of available sizes is using these - /// APIs: <br><br> [List all available virtual machine - /// sizes in an availability - /// set](https://docs.microsoft.com/rest/api/compute/availabilitysets/listavailablesizes) - /// <br><br> [List all available virtual machine sizes in a - /// region]( - /// https://docs.microsoft.com/rest/api/compute/resourceskus/list) - /// <br><br> [List all available virtual machine sizes for + /// Specifies the size of the virtual machine. The + /// enum data type is currently deprecated and will be removed by + /// December 23rd 2023. The recommended way to get the list of + /// available sizes is using these APIs: [List all available virtual + /// machine sizes in an availability + /// set](https://docs.microsoft.com/rest/api/compute/availabilitysets/listavailablesizes), + /// [List all available virtual machine sizes in a region]( + /// https://docs.microsoft.com/rest/api/compute/resourceskus/list), + /// [List all available virtual machine sizes for /// resizing](https://docs.microsoft.com/rest/api/compute/virtualmachines/listavailablesizes). /// For more information about virtual machine sizes, see [Sizes for /// virtual /// machines](https://docs.microsoft.com/azure/virtual-machines/sizes). - /// <br><br> The available VM sizes depend on region and - /// availability set. Possible values include: 'Basic_A0', 'Basic_A1', - /// 'Basic_A2', 'Basic_A3', 'Basic_A4', 'Standard_A0', 'Standard_A1', + /// The available VM sizes depend on region and availability set. + /// Possible values include: 'Basic_A0', 'Basic_A1', 'Basic_A2', + /// 'Basic_A3', 'Basic_A4', 'Standard_A0', 'Standard_A1', /// 'Standard_A2', 'Standard_A3', 'Standard_A4', 'Standard_A5', /// 'Standard_A6', 'Standard_A7', 'Standard_A8', 'Standard_A9', /// 'Standard_A10', 'Standard_A11', 'Standard_A1_v2', 'Standard_A2_v2', @@ -97,11 +95,10 @@ public HardwareProfile() /// 'Standard_NV6', 'Standard_NV12', 'Standard_NV24' /// Specifies the properties for /// customizing the size of the virtual machine. Minimum api-version: - /// 2021-07-01. <br><br> This feature is still in preview - /// mode and is not supported for VirtualMachineScaleSet. - /// <br><br> Please follow the instructions in [VM - /// Customization](https://aka.ms/vmcustomization) for more - /// details. + /// 2021-07-01. This feature is still in preview mode and is not + /// supported for VirtualMachineScaleSet. Please follow the + /// instructions in [VM Customization](https://aka.ms/vmcustomization) + /// for more details. public HardwareProfile(string vmSize = default(string), VMSizeProperties vmSizeProperties = default(VMSizeProperties)) { VmSize = vmSize; @@ -115,44 +112,40 @@ public HardwareProfile() partial void CustomInit(); /// - /// Gets or sets specifies the size of the virtual machine. - /// &lt;br&gt;&lt;br&gt; The enum data type is - /// currently deprecated and will be removed by December 23rd 2023. - /// &lt;br&gt;&lt;br&gt; Recommended way to get the - /// list of available sizes is using these APIs: - /// &lt;br&gt;&lt;br&gt; [List all available virtual - /// machine sizes in an availability - /// set](https://docs.microsoft.com/rest/api/compute/availabilitysets/listavailablesizes) - /// &lt;br&gt;&lt;br&gt; [List all available virtual - /// machine sizes in a region]( - /// https://docs.microsoft.com/rest/api/compute/resourceskus/list) - /// &lt;br&gt;&lt;br&gt; [List all available virtual - /// machine sizes for + /// Gets or sets specifies the size of the virtual machine. The enum + /// data type is currently deprecated and will be removed by December + /// 23rd 2023. The recommended way to get the list of available sizes + /// is using these APIs: [List all available virtual machine sizes in + /// an availability + /// set](https://docs.microsoft.com/rest/api/compute/availabilitysets/listavailablesizes), + /// [List all available virtual machine sizes in a region]( + /// https://docs.microsoft.com/rest/api/compute/resourceskus/list), + /// [List all available virtual machine sizes for /// resizing](https://docs.microsoft.com/rest/api/compute/virtualmachines/listavailablesizes). /// For more information about virtual machine sizes, see [Sizes for /// virtual /// machines](https://docs.microsoft.com/azure/virtual-machines/sizes). - /// &lt;br&gt;&lt;br&gt; The available VM sizes depend - /// on region and availability set. Possible values include: - /// 'Basic_A0', 'Basic_A1', 'Basic_A2', 'Basic_A3', 'Basic_A4', - /// 'Standard_A0', 'Standard_A1', 'Standard_A2', 'Standard_A3', - /// 'Standard_A4', 'Standard_A5', 'Standard_A6', 'Standard_A7', - /// 'Standard_A8', 'Standard_A9', 'Standard_A10', 'Standard_A11', - /// 'Standard_A1_v2', 'Standard_A2_v2', 'Standard_A4_v2', - /// 'Standard_A8_v2', 'Standard_A2m_v2', 'Standard_A4m_v2', - /// 'Standard_A8m_v2', 'Standard_B1s', 'Standard_B1ms', 'Standard_B2s', - /// 'Standard_B2ms', 'Standard_B4ms', 'Standard_B8ms', 'Standard_D1', - /// 'Standard_D2', 'Standard_D3', 'Standard_D4', 'Standard_D11', - /// 'Standard_D12', 'Standard_D13', 'Standard_D14', 'Standard_D1_v2', - /// 'Standard_D2_v2', 'Standard_D3_v2', 'Standard_D4_v2', - /// 'Standard_D5_v2', 'Standard_D2_v3', 'Standard_D4_v3', - /// 'Standard_D8_v3', 'Standard_D16_v3', 'Standard_D32_v3', - /// 'Standard_D64_v3', 'Standard_D2s_v3', 'Standard_D4s_v3', - /// 'Standard_D8s_v3', 'Standard_D16s_v3', 'Standard_D32s_v3', - /// 'Standard_D64s_v3', 'Standard_D11_v2', 'Standard_D12_v2', - /// 'Standard_D13_v2', 'Standard_D14_v2', 'Standard_D15_v2', - /// 'Standard_DS1', 'Standard_DS2', 'Standard_DS3', 'Standard_DS4', - /// 'Standard_DS11', 'Standard_DS12', 'Standard_DS13', 'Standard_DS14', + /// The available VM sizes depend on region and availability set. + /// Possible values include: 'Basic_A0', 'Basic_A1', 'Basic_A2', + /// 'Basic_A3', 'Basic_A4', 'Standard_A0', 'Standard_A1', + /// 'Standard_A2', 'Standard_A3', 'Standard_A4', 'Standard_A5', + /// 'Standard_A6', 'Standard_A7', 'Standard_A8', 'Standard_A9', + /// 'Standard_A10', 'Standard_A11', 'Standard_A1_v2', 'Standard_A2_v2', + /// 'Standard_A4_v2', 'Standard_A8_v2', 'Standard_A2m_v2', + /// 'Standard_A4m_v2', 'Standard_A8m_v2', 'Standard_B1s', + /// 'Standard_B1ms', 'Standard_B2s', 'Standard_B2ms', 'Standard_B4ms', + /// 'Standard_B8ms', 'Standard_D1', 'Standard_D2', 'Standard_D3', + /// 'Standard_D4', 'Standard_D11', 'Standard_D12', 'Standard_D13', + /// 'Standard_D14', 'Standard_D1_v2', 'Standard_D2_v2', + /// 'Standard_D3_v2', 'Standard_D4_v2', 'Standard_D5_v2', + /// 'Standard_D2_v3', 'Standard_D4_v3', 'Standard_D8_v3', + /// 'Standard_D16_v3', 'Standard_D32_v3', 'Standard_D64_v3', + /// 'Standard_D2s_v3', 'Standard_D4s_v3', 'Standard_D8s_v3', + /// 'Standard_D16s_v3', 'Standard_D32s_v3', 'Standard_D64s_v3', + /// 'Standard_D11_v2', 'Standard_D12_v2', 'Standard_D13_v2', + /// 'Standard_D14_v2', 'Standard_D15_v2', 'Standard_DS1', + /// 'Standard_DS2', 'Standard_DS3', 'Standard_DS4', 'Standard_DS11', + /// 'Standard_DS12', 'Standard_DS13', 'Standard_DS14', /// 'Standard_DS1_v2', 'Standard_DS2_v2', 'Standard_DS3_v2', /// 'Standard_DS4_v2', 'Standard_DS5_v2', 'Standard_DS11_v2', /// 'Standard_DS12_v2', 'Standard_DS13_v2', 'Standard_DS14_v2', @@ -189,12 +182,10 @@ public HardwareProfile() /// /// Gets or sets specifies the properties for customizing the size of - /// the virtual machine. Minimum api-version: 2021-07-01. - /// &lt;br&gt;&lt;br&gt; This feature is still in - /// preview mode and is not supported for VirtualMachineScaleSet. - /// &lt;br&gt;&lt;br&gt; Please follow the instructions - /// in [VM Customization](https://aka.ms/vmcustomization) for more - /// details. + /// the virtual machine. Minimum api-version: 2021-07-01. This feature + /// is still in preview mode and is not supported for + /// VirtualMachineScaleSet. Please follow the instructions in [VM + /// Customization](https://aka.ms/vmcustomization) for more details. /// [JsonProperty(PropertyName = "vmSizeProperties")] public VMSizeProperties VmSizeProperties { get; set; } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/ImageDataDisk.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/ImageDataDisk.cs index 9ab23b809172..d427719d6e52 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/ImageDataDisk.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/ImageDataDisk.cs @@ -36,16 +36,15 @@ public ImageDataDisk() /// The snapshot. /// The managedDisk. /// The Virtual Hard Disk. - /// Specifies the caching requirements. - /// <br><br> Possible values are: <br><br> - /// **None** <br><br> **ReadOnly** <br><br> - /// **ReadWrite** <br><br> Default: **None for Standard - /// storage. ReadOnly for Premium storage**. Possible values include: - /// 'None', 'ReadOnly', 'ReadWrite' + /// Specifies the caching requirements. Possible + /// values are: **None,** **ReadOnly,** **ReadWrite.** The default + /// values are: **None for Standard storage. ReadOnly for Premium + /// storage.**. Possible values include: 'None', 'ReadOnly', + /// 'ReadWrite' /// Specifies the size of empty data disks in /// gigabytes. This element can be used to overwrite the name of the - /// disk in a virtual machine image. <br><br> This value - /// cannot be larger than 1023 GB + /// disk in a virtual machine image. This value cannot be larger than + /// 1023 GB. /// Specifies the storage account type /// for the managed disk. NOTE: UltraSSD_LRS can only be used with data /// disks, it cannot be used with OS Disk. Possible values include: diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/ImageDisk.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/ImageDisk.cs index ff3a3a51e535..e75a4a333176 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/ImageDisk.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/ImageDisk.cs @@ -32,16 +32,15 @@ public ImageDisk() /// The snapshot. /// The managedDisk. /// The Virtual Hard Disk. - /// Specifies the caching requirements. - /// <br><br> Possible values are: <br><br> - /// **None** <br><br> **ReadOnly** <br><br> - /// **ReadWrite** <br><br> Default: **None for Standard - /// storage. ReadOnly for Premium storage**. Possible values include: - /// 'None', 'ReadOnly', 'ReadWrite' + /// Specifies the caching requirements. Possible + /// values are: **None,** **ReadOnly,** **ReadWrite.** The default + /// values are: **None for Standard storage. ReadOnly for Premium + /// storage.**. Possible values include: 'None', 'ReadOnly', + /// 'ReadWrite' /// Specifies the size of empty data disks in /// gigabytes. This element can be used to overwrite the name of the - /// disk in a virtual machine image. <br><br> This value - /// cannot be larger than 1023 GB + /// disk in a virtual machine image. This value cannot be larger than + /// 1023 GB. /// Specifies the storage account type /// for the managed disk. NOTE: UltraSSD_LRS can only be used with data /// disks, it cannot be used with OS Disk. Possible values include: @@ -85,14 +84,10 @@ public ImageDisk() public string BlobUri { get; set; } /// - /// Gets or sets specifies the caching requirements. - /// &lt;br&gt;&lt;br&gt; Possible values are: - /// &lt;br&gt;&lt;br&gt; **None** - /// &lt;br&gt;&lt;br&gt; **ReadOnly** - /// &lt;br&gt;&lt;br&gt; **ReadWrite** - /// &lt;br&gt;&lt;br&gt; Default: **None for Standard - /// storage. ReadOnly for Premium storage**. Possible values include: - /// 'None', 'ReadOnly', 'ReadWrite' + /// Gets or sets specifies the caching requirements. Possible values + /// are: **None,** **ReadOnly,** **ReadWrite.** The default values are: + /// **None for Standard storage. ReadOnly for Premium storage.**. + /// Possible values include: 'None', 'ReadOnly', 'ReadWrite' /// [JsonProperty(PropertyName = "caching")] public CachingTypes? Caching { get; set; } @@ -100,8 +95,7 @@ public ImageDisk() /// /// Gets or sets specifies the size of empty data disks in gigabytes. /// This element can be used to overwrite the name of the disk in a - /// virtual machine image. &lt;br&gt;&lt;br&gt; This - /// value cannot be larger than 1023 GB + /// virtual machine image. This value cannot be larger than 1023 GB. /// [JsonProperty(PropertyName = "diskSizeGB")] public int? DiskSizeGB { get; set; } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/ImageOSDisk.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/ImageOSDisk.cs index b943eae3ffe9..37fe4872237c 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/ImageOSDisk.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/ImageOSDisk.cs @@ -31,8 +31,7 @@ public ImageOSDisk() /// /// This property allows you to specify the type /// of the OS that is included in the disk if creating a VM from a - /// custom image. <br><br> Possible values are: - /// <br><br> **Windows** <br><br> **Linux**. + /// custom image. Possible values are: **Windows,** **Linux.**. /// Possible values include: 'Windows', 'Linux' /// The OS State. For managed images, use /// Generalized. Possible values include: 'Generalized', @@ -40,16 +39,15 @@ public ImageOSDisk() /// The snapshot. /// The managedDisk. /// The Virtual Hard Disk. - /// Specifies the caching requirements. - /// <br><br> Possible values are: <br><br> - /// **None** <br><br> **ReadOnly** <br><br> - /// **ReadWrite** <br><br> Default: **None for Standard - /// storage. ReadOnly for Premium storage**. Possible values include: - /// 'None', 'ReadOnly', 'ReadWrite' + /// Specifies the caching requirements. Possible + /// values are: **None,** **ReadOnly,** **ReadWrite.** The default + /// values are: **None for Standard storage. ReadOnly for Premium + /// storage.**. Possible values include: 'None', 'ReadOnly', + /// 'ReadWrite' /// Specifies the size of empty data disks in /// gigabytes. This element can be used to overwrite the name of the - /// disk in a virtual machine image. <br><br> This value - /// cannot be larger than 1023 GB + /// disk in a virtual machine image. This value cannot be larger than + /// 1023 GB. /// Specifies the storage account type /// for the managed disk. NOTE: UltraSSD_LRS can only be used with data /// disks, it cannot be used with OS Disk. Possible values include: @@ -73,9 +71,7 @@ public ImageOSDisk() /// /// Gets or sets this property allows you to specify the type of the OS /// that is included in the disk if creating a VM from a custom image. - /// &lt;br&gt;&lt;br&gt; Possible values are: - /// &lt;br&gt;&lt;br&gt; **Windows** - /// &lt;br&gt;&lt;br&gt; **Linux**. Possible values + /// Possible values are: **Windows,** **Linux.**. Possible values /// include: 'Windows', 'Linux' /// [JsonProperty(PropertyName = "osType")] diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/LinuxConfiguration.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/LinuxConfiguration.cs index 0a4915b4d937..81b3a3832357 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/LinuxConfiguration.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/LinuxConfiguration.cs @@ -15,8 +15,8 @@ namespace Microsoft.Azure.Management.Compute.Models /// /// Specifies the Linux operating system settings on the virtual machine. - /// <br><br>For a list of supported Linux distributions, see - /// [Linux on Azure-Endorsed + /// For a list of supported Linux distributions, see [Linux on + /// Azure-Endorsed /// Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros). /// public partial class LinuxConfiguration @@ -37,11 +37,10 @@ public LinuxConfiguration() /// Specifies the ssh key configuration for a Linux /// OS. /// Indicates whether virtual machine - /// agent should be provisioned on the virtual machine. - /// <br><br> When this property is not specified in the - /// request body, default behavior is to set it to true. This will - /// ensure that VM Agent is installed on the VM so that extensions can - /// be added to the VM later. + /// agent should be provisioned on the virtual machine. When this + /// property is not specified in the request body, default behavior is + /// to set it to true. This will ensure that VM Agent is installed on + /// the VM so that extensions can be added to the VM later. /// [Preview Feature] Specifies settings /// related to VM Guest Patching on Linux. /// Indicates whether @@ -77,11 +76,10 @@ public LinuxConfiguration() /// /// Gets or sets indicates whether virtual machine agent should be - /// provisioned on the virtual machine. - /// &lt;br&gt;&lt;br&gt; When this property is not + /// provisioned on the virtual machine. When this property is not /// specified in the request body, default behavior is to set it to - /// true. This will ensure that VM Agent is installed on the VM so - /// that extensions can be added to the VM later. + /// true. This will ensure that VM Agent is installed on the VM so that + /// extensions can be added to the VM later. /// [JsonProperty(PropertyName = "provisionVMAgent")] public bool? ProvisionVMAgent { get; set; } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/OSDisk.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/OSDisk.cs index 1a7eb1e31a14..cd2eca6cf0e3 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/OSDisk.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/OSDisk.cs @@ -16,8 +16,8 @@ namespace Microsoft.Azure.Management.Compute.Models /// /// Specifies information about the operating system disk used by the - /// virtual machine. <br><br> For more information about disks, - /// see [About disks and VHDs for Azure virtual + /// virtual machine. For more information about disks, see [About disks and + /// VHDs for Azure virtual /// machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview). /// public partial class OSDisk @@ -34,35 +34,31 @@ public OSDisk() /// Initializes a new instance of the OSDisk class. /// /// Specifies how the virtual machine should - /// be created.<br><br> Possible values - /// are:<br><br> **Attach** \u2013 This value is used when - /// you are using a specialized disk to create the virtual - /// machine.<br><br> **FromImage** \u2013 This value is - /// used when you are using an image to create the virtual machine. If - /// you are using a platform image, you also use the imageReference - /// element described above. If you are using a marketplace image, you - /// also use the plan element previously described. Possible values - /// include: 'FromImage', 'Empty', 'Attach' + /// be created. Possible values are: **Attach.** This value is used + /// when you are using a specialized disk to create the virtual + /// machine. **FromImage.** This value is used when you are using an + /// image to create the virtual machine. If you are using a platform + /// image, you should also use the imageReference element described + /// above. If you are using a marketplace image, you should also use + /// the plan element previously described. Possible values include: + /// 'FromImage', 'Empty', 'Attach' /// This property allows you to specify the type /// of the OS that is included in the disk if creating a VM from - /// user-image or a specialized VHD. <br><br> Possible - /// values are: <br><br> **Windows** <br><br> - /// **Linux**. Possible values include: 'Windows', 'Linux' + /// user-image or a specialized VHD. Possible values are: **Windows,** + /// **Linux.**. Possible values include: 'Windows', 'Linux' /// Specifies the encryption settings - /// for the OS Disk. <br><br> Minimum api-version: - /// 2015-06-15 + /// for the OS Disk. Minimum api-version: 2015-06-15. /// The disk name. /// The virtual hard disk. /// The source user image virtual hard disk. The /// virtual hard disk will be copied before being attached to the /// virtual machine. If SourceImage is provided, the destination /// virtual hard drive must not exist. - /// Specifies the caching requirements. - /// <br><br> Possible values are: <br><br> - /// **None** <br><br> **ReadOnly** <br><br> - /// **ReadWrite** <br><br> Default: **None** for Standard - /// storage. **ReadOnly** for Premium storage. Possible values include: - /// 'None', 'ReadOnly', 'ReadWrite' + /// Specifies the caching requirements. Possible + /// values are: **None,** **ReadOnly,** **ReadWrite.** The defaulting + /// behavior is: **None for Standard storage. ReadOnly for Premium + /// storage.**. Possible values include: 'None', 'ReadOnly', + /// 'ReadWrite' /// Specifies whether /// writeAccelerator should be enabled or disabled on the disk. /// Specifies the ephemeral Disk @@ -70,19 +66,19 @@ public OSDisk() /// machine. /// Specifies the size of an empty data disk /// in gigabytes. This element can be used to overwrite the size of the - /// disk in a virtual machine image. <br><br> diskSizeGB is - /// the number of bytes x 1024^3 for the disk and the value cannot be - /// larger than 1023 + /// disk in a virtual machine image. The property 'diskSizeGB' is the + /// number of bytes x 1024^3 for the disk and the value cannot be + /// larger than 1023. /// The managed disk parameters. /// Specifies whether OS Disk should be - /// deleted or detached upon VM deletion. <br><br> Possible - /// values: <br><br> **Delete** If this value is used, the - /// OS disk is deleted when VM is deleted.<br><br> - /// **Detach** If this value is used, the os disk is retained after VM - /// is deleted. <br><br> The default value is set to - /// **detach**. For an ephemeral OS Disk, the default value is set to - /// **Delete**. User cannot change the delete option for ephemeral OS - /// Disk. Possible values include: 'Delete', 'Detach' + /// deleted or detached upon VM deletion. Possible values are: + /// **Delete.** If this value is used, the OS disk is deleted when VM + /// is deleted. **Detach.** If this value is used, the os disk is + /// retained after VM is deleted. The default value is set to + /// **Detach**. For an ephemeral OS Disk, the default value is set to + /// **Delete**. The user cannot change the delete option for an + /// ephemeral OS Disk. Possible values include: 'Delete', + /// 'Detach' public OSDisk(string createOption, OperatingSystemTypes? osType = default(OperatingSystemTypes?), DiskEncryptionSettings encryptionSettings = default(DiskEncryptionSettings), string name = default(string), VirtualHardDisk vhd = default(VirtualHardDisk), VirtualHardDisk image = default(VirtualHardDisk), CachingTypes? caching = default(CachingTypes?), bool? writeAcceleratorEnabled = default(bool?), DiffDiskSettings diffDiskSettings = default(DiffDiskSettings), int? diskSizeGB = default(int?), ManagedDiskParameters managedDisk = default(ManagedDiskParameters), string deleteOption = default(string)) { OsType = osType; @@ -108,18 +104,15 @@ public OSDisk() /// /// Gets or sets this property allows you to specify the type of the OS /// that is included in the disk if creating a VM from user-image or a - /// specialized VHD. &lt;br&gt;&lt;br&gt; Possible - /// values are: &lt;br&gt;&lt;br&gt; **Windows** - /// &lt;br&gt;&lt;br&gt; **Linux**. Possible values - /// include: 'Windows', 'Linux' + /// specialized VHD. Possible values are: **Windows,** **Linux.**. + /// Possible values include: 'Windows', 'Linux' /// [JsonProperty(PropertyName = "osType")] public OperatingSystemTypes? OsType { get; set; } /// /// Gets or sets specifies the encryption settings for the OS Disk. - /// &lt;br&gt;&lt;br&gt; Minimum api-version: - /// 2015-06-15 + /// Minimum api-version: 2015-06-15. /// [JsonProperty(PropertyName = "encryptionSettings")] public DiskEncryptionSettings EncryptionSettings { get; set; } @@ -146,14 +139,10 @@ public OSDisk() public VirtualHardDisk Image { get; set; } /// - /// Gets or sets specifies the caching requirements. - /// &lt;br&gt;&lt;br&gt; Possible values are: - /// &lt;br&gt;&lt;br&gt; **None** - /// &lt;br&gt;&lt;br&gt; **ReadOnly** - /// &lt;br&gt;&lt;br&gt; **ReadWrite** - /// &lt;br&gt;&lt;br&gt; Default: **None** for Standard - /// storage. **ReadOnly** for Premium storage. Possible values include: - /// 'None', 'ReadOnly', 'ReadWrite' + /// Gets or sets specifies the caching requirements. Possible values + /// are: **None,** **ReadOnly,** **ReadWrite.** The defaulting behavior + /// is: **None for Standard storage. ReadOnly for Premium storage.**. + /// Possible values include: 'None', 'ReadOnly', 'ReadWrite' /// [JsonProperty(PropertyName = "caching")] public CachingTypes? Caching { get; set; } @@ -173,16 +162,15 @@ public OSDisk() public DiffDiskSettings DiffDiskSettings { get; set; } /// - /// Gets or sets specifies how the virtual machine should be - /// created.&lt;br&gt;&lt;br&gt; Possible values - /// are:&lt;br&gt;&lt;br&gt; **Attach** \u2013 This - /// value is used when you are using a specialized disk to create the - /// virtual machine.&lt;br&gt;&lt;br&gt; **FromImage** - /// \u2013 This value is used when you are using an image to create the - /// virtual machine. If you are using a platform image, you also use - /// the imageReference element described above. If you are using a - /// marketplace image, you also use the plan element previously - /// described. Possible values include: 'FromImage', 'Empty', 'Attach' + /// Gets or sets specifies how the virtual machine should be created. + /// Possible values are: **Attach.** This value is used when you are + /// using a specialized disk to create the virtual machine. + /// **FromImage.** This value is used when you are using an image to + /// create the virtual machine. If you are using a platform image, you + /// should also use the imageReference element described above. If you + /// are using a marketplace image, you should also use the plan element + /// previously described. Possible values include: 'FromImage', + /// 'Empty', 'Attach' /// [JsonProperty(PropertyName = "createOption")] public string CreateOption { get; set; } @@ -190,9 +178,9 @@ public OSDisk() /// /// Gets or sets specifies the size of an empty data disk in gigabytes. /// This element can be used to overwrite the size of the disk in a - /// virtual machine image. &lt;br&gt;&lt;br&gt; - /// diskSizeGB is the number of bytes x 1024^3 for the disk and the - /// value cannot be larger than 1023 + /// virtual machine image. The property 'diskSizeGB' is the number of + /// bytes x 1024^3 for the disk and the value cannot be larger than + /// 1023. /// [JsonProperty(PropertyName = "diskSizeGB")] public int? DiskSizeGB { get; set; } @@ -205,15 +193,13 @@ public OSDisk() /// /// Gets or sets specifies whether OS Disk should be deleted or - /// detached upon VM deletion. &lt;br&gt;&lt;br&gt; - /// Possible values: &lt;br&gt;&lt;br&gt; **Delete** If - /// this value is used, the OS disk is deleted when VM is - /// deleted.&lt;br&gt;&lt;br&gt; **Detach** If this - /// value is used, the os disk is retained after VM is deleted. - /// &lt;br&gt;&lt;br&gt; The default value is set to - /// **detach**. For an ephemeral OS Disk, the default value is set to - /// **Delete**. User cannot change the delete option for ephemeral OS - /// Disk. Possible values include: 'Delete', 'Detach' + /// detached upon VM deletion. Possible values are: **Delete.** If this + /// value is used, the OS disk is deleted when VM is deleted. + /// **Detach.** If this value is used, the os disk is retained after VM + /// is deleted. The default value is set to **Detach**. For an + /// ephemeral OS Disk, the default value is set to **Delete**. The user + /// cannot change the delete option for an ephemeral OS Disk. Possible + /// values include: 'Delete', 'Detach' /// [JsonProperty(PropertyName = "deleteOption")] public string DeleteOption { get; set; } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/OSProfile.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/OSProfile.cs index d954eb33337e..f02183690429 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/OSProfile.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/OSProfile.cs @@ -33,12 +33,10 @@ public OSProfile() /// Initializes a new instance of the OSProfile class. /// /// Specifies the host OS name of the - /// virtual machine. <br><br> This name cannot be updated - /// after the VM is created. <br><br> **Max-length - /// (Windows):** 15 characters <br><br> **Max-length - /// (Linux):** 64 characters. <br><br> For naming - /// conventions and restrictions see [Azure infrastructure services - /// implementation + /// virtual machine. This name cannot be updated after the VM is + /// created. **Max-length (Windows):** 15 characters. **Max-length + /// (Linux):** 64 characters. For naming conventions and restrictions + /// see [Azure infrastructure services implementation /// guidelines](https://docs.microsoft.com/azure/azure-resource-manager/management/resource-name-rules). /// Specifies the name of the administrator /// account. <br><br> This property cannot be updated after @@ -75,21 +73,20 @@ public OSProfile() /// Specifies a base-64 encoded string of /// custom data. The base-64 encoded string is decoded to a binary /// array that is saved as a file on the Virtual Machine. The maximum - /// length of the binary array is 65535 bytes. <br><br> - /// **Note: Do not pass any secrets or passwords in customData - /// property** <br><br> This property cannot be updated - /// after the VM is created. <br><br> customData is passed - /// to the VM to be saved as a file, for more information see [Custom - /// Data on Azure - /// VMs](https://azure.microsoft.com/blog/custom-data-and-cloud-init-on-windows-azure/) - /// <br><br> For using cloud-init for your Linux VM, see - /// [Using cloud-init to customize a Linux VM during - /// creation](https://docs.microsoft.com/azure/virtual-machines/linux/using-cloud-init) + /// length of the binary array is 65535 bytes. **Note: Do not pass any + /// secrets or passwords in customData property.** This property cannot + /// be updated after the VM is created. The property 'customData' is + /// passed to the VM to be saved as a file, for more information see + /// [Custom Data on Azure + /// VMs](https://azure.microsoft.com/blog/custom-data-and-cloud-init-on-windows-azure/). + /// For using cloud-init for your Linux VM, see [Using cloud-init to + /// customize a Linux VM during + /// creation](https://docs.microsoft.com/azure/virtual-machines/linux/using-cloud-init). /// Specifies Windows operating /// system settings on the virtual machine. /// Specifies the Linux operating - /// system settings on the virtual machine. <br><br>For a - /// list of supported Linux distributions, see [Linux on Azure-Endorsed + /// system settings on the virtual machine. For a list of supported + /// Linux distributions, see [Linux on Azure-Endorsed /// Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros). /// Specifies set of certificates that should be /// installed onto the virtual machine. To install certificates on a @@ -99,9 +96,9 @@ public OSProfile() /// or the [Azure Key Vault virtual machine extension for /// Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows). /// Specifies whether extension - /// operations should be allowed on the virtual machine. - /// <br><br>This may only be set to False when no - /// extensions are present on the virtual machine. + /// operations should be allowed on the virtual machine. This may only + /// be set to False when no extensions are present on the virtual + /// machine. /// Optional property which /// must either be set to True or omitted. public OSProfile(string computerName = default(string), string adminUsername = default(string), string adminPassword = default(string), string customData = default(string), WindowsConfiguration windowsConfiguration = default(WindowsConfiguration), LinuxConfiguration linuxConfiguration = default(LinuxConfiguration), IList secrets = default(IList), bool? allowExtensionOperations = default(bool?), bool? requireGuestProvisionSignal = default(bool?)) @@ -125,13 +122,10 @@ public OSProfile() /// /// Gets or sets specifies the host OS name of the virtual machine. - /// &lt;br&gt;&lt;br&gt; This name cannot be updated - /// after the VM is created. &lt;br&gt;&lt;br&gt; - /// **Max-length (Windows):** 15 characters - /// &lt;br&gt;&lt;br&gt; **Max-length (Linux):** 64 - /// characters. &lt;br&gt;&lt;br&gt; For naming - /// conventions and restrictions see [Azure infrastructure services - /// implementation + /// This name cannot be updated after the VM is created. **Max-length + /// (Windows):** 15 characters. **Max-length (Linux):** 64 characters. + /// For naming conventions and restrictions see [Azure infrastructure + /// services implementation /// guidelines](https://docs.microsoft.com/azure/azure-resource-manager/management/resource-name-rules). /// [JsonProperty(PropertyName = "computerName")] @@ -187,17 +181,14 @@ public OSProfile() /// Gets or sets specifies a base-64 encoded string of custom data. The /// base-64 encoded string is decoded to a binary array that is saved /// as a file on the Virtual Machine. The maximum length of the binary - /// array is 65535 bytes. &lt;br&gt;&lt;br&gt; **Note: - /// Do not pass any secrets or passwords in customData property** - /// &lt;br&gt;&lt;br&gt; This property cannot be - /// updated after the VM is created. - /// &lt;br&gt;&lt;br&gt; customData is passed to the VM - /// to be saved as a file, for more information see [Custom Data on - /// Azure - /// VMs](https://azure.microsoft.com/blog/custom-data-and-cloud-init-on-windows-azure/) - /// &lt;br&gt;&lt;br&gt; For using cloud-init for your - /// Linux VM, see [Using cloud-init to customize a Linux VM during - /// creation](https://docs.microsoft.com/azure/virtual-machines/linux/using-cloud-init) + /// array is 65535 bytes. **Note: Do not pass any secrets or passwords + /// in customData property.** This property cannot be updated after the + /// VM is created. The property 'customData' is passed to the VM to be + /// saved as a file, for more information see [Custom Data on Azure + /// VMs](https://azure.microsoft.com/blog/custom-data-and-cloud-init-on-windows-azure/). + /// For using cloud-init for your Linux VM, see [Using cloud-init to + /// customize a Linux VM during + /// creation](https://docs.microsoft.com/azure/virtual-machines/linux/using-cloud-init). /// [JsonProperty(PropertyName = "customData")] public string CustomData { get; set; } @@ -211,8 +202,8 @@ public OSProfile() /// /// Gets or sets specifies the Linux operating system settings on the - /// virtual machine. &lt;br&gt;&lt;br&gt;For a list of - /// supported Linux distributions, see [Linux on Azure-Endorsed + /// virtual machine. For a list of supported Linux distributions, see + /// [Linux on Azure-Endorsed /// Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros). /// [JsonProperty(PropertyName = "linuxConfiguration")] @@ -232,9 +223,8 @@ public OSProfile() /// /// Gets or sets specifies whether extension operations should be - /// allowed on the virtual machine. - /// &lt;br&gt;&lt;br&gt;This may only be set to False - /// when no extensions are present on the virtual machine. + /// allowed on the virtual machine. This may only be set to False when + /// no extensions are present on the virtual machine. /// [JsonProperty(PropertyName = "allowExtensionOperations")] public bool? AllowExtensionOperations { get; set; } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/OSProfileProvisioningData.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/OSProfileProvisioningData.cs index fc8a72127ca5..0248faacb5c3 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/OSProfileProvisioningData.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/OSProfileProvisioningData.cs @@ -51,16 +51,15 @@ public OSProfileProvisioningData() /// Specifies a base-64 encoded string of /// custom data. The base-64 encoded string is decoded to a binary /// array that is saved as a file on the Virtual Machine. The maximum - /// length of the binary array is 65535 bytes. <br><br> - /// **Note: Do not pass any secrets or passwords in customData - /// property** <br><br> This property cannot be updated - /// after the VM is created. <br><br> customData is passed - /// to the VM to be saved as a file, for more information see [Custom - /// Data on Azure - /// VMs](https://azure.microsoft.com/blog/custom-data-and-cloud-init-on-windows-azure/) - /// <br><br> For using cloud-init for your Linux VM, see - /// [Using cloud-init to customize a Linux VM during - /// creation](https://docs.microsoft.com/azure/virtual-machines/linux/using-cloud-init) + /// length of the binary array is 65535 bytes. **Note: Do not pass any + /// secrets or passwords in customData property.** This property cannot + /// be updated after the VM is created. The property customData is + /// passed to the VM to be saved as a file, for more information see + /// [Custom Data on Azure + /// VMs](https://azure.microsoft.com/blog/custom-data-and-cloud-init-on-windows-azure/). + /// If using cloud-init for your Linux VM, see [Using cloud-init to + /// customize a Linux VM during + /// creation](https://docs.microsoft.com/azure/virtual-machines/linux/using-cloud-init). public OSProfileProvisioningData(string adminPassword = default(string), string customData = default(string)) { AdminPassword = adminPassword; @@ -104,17 +103,14 @@ public OSProfileProvisioningData() /// Gets or sets specifies a base-64 encoded string of custom data. The /// base-64 encoded string is decoded to a binary array that is saved /// as a file on the Virtual Machine. The maximum length of the binary - /// array is 65535 bytes. &lt;br&gt;&lt;br&gt; **Note: - /// Do not pass any secrets or passwords in customData property** - /// &lt;br&gt;&lt;br&gt; This property cannot be - /// updated after the VM is created. - /// &lt;br&gt;&lt;br&gt; customData is passed to the VM - /// to be saved as a file, for more information see [Custom Data on - /// Azure - /// VMs](https://azure.microsoft.com/blog/custom-data-and-cloud-init-on-windows-azure/) - /// &lt;br&gt;&lt;br&gt; For using cloud-init for your - /// Linux VM, see [Using cloud-init to customize a Linux VM during - /// creation](https://docs.microsoft.com/azure/virtual-machines/linux/using-cloud-init) + /// array is 65535 bytes. **Note: Do not pass any secrets or passwords + /// in customData property.** This property cannot be updated after the + /// VM is created. The property customData is passed to the VM to be + /// saved as a file, for more information see [Custom Data on Azure + /// VMs](https://azure.microsoft.com/blog/custom-data-and-cloud-init-on-windows-azure/). + /// If using cloud-init for your Linux VM, see [Using cloud-init to + /// customize a Linux VM during + /// creation](https://docs.microsoft.com/azure/virtual-machines/linux/using-cloud-init). /// [JsonProperty(PropertyName = "customData")] public string CustomData { get; set; } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/PriorityMixPolicy.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/PriorityMixPolicy.cs index ed9e7e8d6ae1..800c06bed8b3 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/PriorityMixPolicy.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/PriorityMixPolicy.cs @@ -16,11 +16,10 @@ namespace Microsoft.Azure.Management.Compute.Models /// /// Specifies the target splits for Spot and Regular priority VMs within a - /// scale set with flexible orchestration mode. <br><br>With - /// this property the customer is able to specify the base number of - /// regular priority VMs created as the VMSS flex instance scales out and - /// the split between Spot and Regular priority VMs after this base target - /// has been reached. + /// scale set with flexible orchestration mode. With this property the + /// customer is able to specify the base number of regular priority VMs + /// created as the VMSS flex instance scales out and the split between Spot + /// and Regular priority VMs after this base target has been reached. /// public partial class PriorityMixPolicy { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/ProximityPlacementGroup.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/ProximityPlacementGroup.cs index e497ffe886a3..9b91303c48c3 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/ProximityPlacementGroup.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/ProximityPlacementGroup.cs @@ -40,9 +40,8 @@ public ProximityPlacementGroup() /// Resource type /// Resource tags /// Specifies the type of the - /// proximity placement group. <br><br> Possible values - /// are: <br><br> **Standard** : Co-locate resources within - /// an Azure region or Availability Zone. <br><br> + /// proximity placement group. Possible values are: **Standard** : + /// Co-locate resources within an Azure region or Availability Zone. /// **Ultra** : For future use. Possible values include: 'Standard', /// 'Ultra' /// A list of references to all virtual @@ -79,10 +78,8 @@ public ProximityPlacementGroup() /// /// Gets or sets specifies the type of the proximity placement group. - /// &lt;br&gt;&lt;br&gt; Possible values are: - /// &lt;br&gt;&lt;br&gt; **Standard** : Co-locate - /// resources within an Azure region or Availability Zone. - /// &lt;br&gt;&lt;br&gt; **Ultra** : For future use. + /// Possible values are: **Standard** : Co-locate resources within an + /// Azure region or Availability Zone. **Ultra** : For future use. /// Possible values include: 'Standard', 'Ultra' /// [JsonProperty(PropertyName = "properties.proximityPlacementGroupType")] diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SecurityProfile.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SecurityProfile.cs index 97ced4fef357..d24c0180f4e5 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SecurityProfile.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SecurityProfile.cs @@ -32,18 +32,18 @@ public SecurityProfile() /// /// Specifies the security settings like /// secure boot and vTPM used while creating the virtual machine. - /// <br><br>Minimum api-version: 2020-12-01 + /// Minimum api-version: 2020-12-01. /// This property can be used by user in /// the request to enable or disable the Host Encryption for the /// virtual machine or virtual machine scale set. This will enable the /// encryption for all the disks including Resource/Temp disk at host - /// itself. <br><br> Default: The Encryption at host will - /// be disabled unless this property is set to true for the + /// itself. The default behavior is: The Encryption at host will be + /// disabled unless this property is set to true for the /// resource. /// Specifies the SecurityType of the /// virtual machine. It has to be set to any specified value to enable - /// UefiSettings. <br><br> Default: UefiSettings will not - /// be enabled unless this property is set. Possible values include: + /// UefiSettings. The default behavior is: UefiSettings will not be + /// enabled unless this property is set. Possible values include: /// 'TrustedLaunch', 'ConfidentialVM' public SecurityProfile(UefiSettings uefiSettings = default(UefiSettings), bool? encryptionAtHost = default(bool?), string securityType = default(string)) { @@ -60,8 +60,8 @@ public SecurityProfile() /// /// Gets or sets specifies the security settings like secure boot and - /// vTPM used while creating the virtual machine. - /// &lt;br&gt;&lt;br&gt;Minimum api-version: 2020-12-01 + /// vTPM used while creating the virtual machine. Minimum api-version: + /// 2020-12-01. /// [JsonProperty(PropertyName = "uefiSettings")] public UefiSettings UefiSettings { get; set; } @@ -70,20 +70,19 @@ public SecurityProfile() /// Gets or sets this property can be used by user in the request to /// enable or disable the Host Encryption for the virtual machine or /// virtual machine scale set. This will enable the encryption for all - /// the disks including Resource/Temp disk at host itself. - /// &lt;br&gt;&lt;br&gt; Default: The Encryption at - /// host will be disabled unless this property is set to true for the - /// resource. + /// the disks including Resource/Temp disk at host itself. The default + /// behavior is: The Encryption at host will be disabled unless this + /// property is set to true for the resource. /// [JsonProperty(PropertyName = "encryptionAtHost")] public bool? EncryptionAtHost { get; set; } /// /// Gets or sets specifies the SecurityType of the virtual machine. It - /// has to be set to any specified value to enable UefiSettings. - /// &lt;br&gt;&lt;br&gt; Default: UefiSettings will not - /// be enabled unless this property is set. Possible values include: - /// 'TrustedLaunch', 'ConfidentialVM' + /// has to be set to any specified value to enable UefiSettings. The + /// default behavior is: UefiSettings will not be enabled unless this + /// property is set. Possible values include: 'TrustedLaunch', + /// 'ConfidentialVM' /// [JsonProperty(PropertyName = "securityType")] public string SecurityType { get; set; } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SpotRestorePolicy.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SpotRestorePolicy.cs index a07b78def4de..3bbc5225f215 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SpotRestorePolicy.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SpotRestorePolicy.cs @@ -15,10 +15,9 @@ namespace Microsoft.Azure.Management.Compute.Models /// /// Specifies the Spot-Try-Restore properties for the virtual machine scale - /// set. <br><br> With this property customer can enable or - /// disable automatic restore of the evicted Spot VMSS VM instances - /// opportunistically based on capacity availability and pricing - /// constraint. + /// set. With this property customer can enable or disable automatic + /// restore of the evicted Spot VMSS VM instances opportunistically based + /// on capacity availability and pricing constraint. /// public partial class SpotRestorePolicy { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SshPublicKey.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SshPublicKey.cs index 5315de4ced34..8ba357135884 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SshPublicKey.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SshPublicKey.cs @@ -36,8 +36,8 @@ public SshPublicKey() /// /home/user/.ssh/authorized_keys /// SSH public key certificate used to /// authenticate with the VM through ssh. The key needs to be at least - /// 2048-bit and in ssh-rsa format. <br><br> For creating - /// ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in + /// 2048-bit and in ssh-rsa format. For creating ssh keys, see [Create + /// SSH keys on Linux and Mac for Linux VMs in /// Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed). public SshPublicKey(string path = default(string), string keyData = default(string)) { @@ -62,8 +62,8 @@ public SshPublicKey() /// /// Gets or sets SSH public key certificate used to authenticate with /// the VM through ssh. The key needs to be at least 2048-bit and in - /// ssh-rsa format. &lt;br&gt;&lt;br&gt; For creating - /// ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in + /// ssh-rsa format. For creating ssh keys, see [Create SSH keys on + /// Linux and Mac for Linux VMs in /// Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed). /// [JsonProperty(PropertyName = "keyData")] diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/StorageProfile.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/StorageProfile.cs index fc3cca5f57d3..a1d8453c7bf3 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/StorageProfile.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/StorageProfile.cs @@ -38,26 +38,23 @@ public StorageProfile() /// or virtual machine image, but is not used in other creation /// operations. /// Specifies information about the operating - /// system disk used by the virtual machine. <br><br> For - /// more information about disks, see [About disks and VHDs for Azure - /// virtual + /// system disk used by the virtual machine. For more information about + /// disks, see [About disks and VHDs for Azure virtual /// machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview). /// Specifies the parameters that are used to - /// add a data disk to a virtual machine. <br><br> For more - /// information about disks, see [About disks and VHDs for Azure - /// virtual + /// add a data disk to a virtual machine. For more information about + /// disks, see [About disks and VHDs for Azure virtual /// machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview). /// Specifies the disk controller type - /// configured for the VM. <br><br>NOTE: This property will - /// be set to the default disk controller type if not specified - /// provided virtual machine is being created as a hyperVGeneration: V2 - /// based on the capabilities of the operating system disk and VM size - /// from the the specified minimum api version. <br>You need to - /// deallocate the VM before updating its disk controller type unless - /// you are updating the VM size in the VM configuration which - /// implicitly deallocates and reallocates the VM. <br><br> - /// Minimum api-version: 2022-08-01. Possible values include: 'SCSI', - /// 'NVMe' + /// configured for the VM. **Note:** This property will be set to the + /// default disk controller type if not specified provided virtual + /// machine is being created with 'hyperVGeneration' set to V2 based on + /// the capabilities of the operating system disk and VM size from the + /// the specified minimum api version. You need to deallocate the VM + /// before updating its disk controller type unless you are updating + /// the VM size in the VM configuration which implicitly deallocates + /// and reallocates the VM. Minimum api-version: 2022-08-01. Possible + /// values include: 'SCSI', 'NVMe' public StorageProfile(ImageReference imageReference = default(ImageReference), OSDisk osDisk = default(OSDisk), IList dataDisks = default(IList), string diskControllerType = default(string)) { ImageReference = imageReference; @@ -84,9 +81,8 @@ public StorageProfile() /// /// Gets or sets specifies information about the operating system disk - /// used by the virtual machine. &lt;br&gt;&lt;br&gt; - /// For more information about disks, see [About disks and VHDs for - /// Azure virtual + /// used by the virtual machine. For more information about disks, see + /// [About disks and VHDs for Azure virtual /// machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview). /// [JsonProperty(PropertyName = "osDisk")] @@ -94,9 +90,8 @@ public StorageProfile() /// /// Gets or sets specifies the parameters that are used to add a data - /// disk to a virtual machine. &lt;br&gt;&lt;br&gt; For - /// more information about disks, see [About disks and VHDs for Azure - /// virtual + /// disk to a virtual machine. For more information about disks, see + /// [About disks and VHDs for Azure virtual /// machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview). /// [JsonProperty(PropertyName = "dataDisks")] @@ -104,16 +99,15 @@ public StorageProfile() /// /// Gets or sets specifies the disk controller type configured for the - /// VM. &lt;br&gt;&lt;br&gt;NOTE: This property will be - /// set to the default disk controller type if not specified provided - /// virtual machine is being created as a hyperVGeneration: V2 based on - /// the capabilities of the operating system disk and VM size from the - /// the specified minimum api version. &lt;br&gt;You need to - /// deallocate the VM before updating its disk controller type unless - /// you are updating the VM size in the VM configuration which - /// implicitly deallocates and reallocates the VM. - /// &lt;br&gt;&lt;br&gt; Minimum api-version: - /// 2022-08-01. Possible values include: 'SCSI', 'NVMe' + /// VM. **Note:** This property will be set to the default disk + /// controller type if not specified provided virtual machine is being + /// created with 'hyperVGeneration' set to V2 based on the capabilities + /// of the operating system disk and VM size from the the specified + /// minimum api version. You need to deallocate the VM before updating + /// its disk controller type unless you are updating the VM size in the + /// VM configuration which implicitly deallocates and reallocates the + /// VM. Minimum api-version: 2022-08-01. Possible values include: + /// 'SCSI', 'NVMe' /// [JsonProperty(PropertyName = "diskControllerType")] public string DiskControllerType { get; set; } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/UefiSettings.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/UefiSettings.cs index 09b95b6c3d09..bc34cfa01514 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/UefiSettings.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/UefiSettings.cs @@ -15,8 +15,7 @@ namespace Microsoft.Azure.Management.Compute.Models /// /// Specifies the security settings like secure boot and vTPM used while - /// creating the virtual machine. <br><br>Minimum api-version: - /// 2020-12-01 + /// creating the virtual machine. Minimum api-version: 2020-12-01. /// public partial class UefiSettings { @@ -32,11 +31,10 @@ public UefiSettings() /// Initializes a new instance of the UefiSettings class. /// /// Specifies whether secure boot - /// should be enabled on the virtual machine. - /// <br><br>Minimum api-version: 2020-12-01 + /// should be enabled on the virtual machine. Minimum api-version: + /// 2020-12-01. /// Specifies whether vTPM should be enabled - /// on the virtual machine. <br><br>Minimum api-version: - /// 2020-12-01 + /// on the virtual machine. Minimum api-version: 2020-12-01. public UefiSettings(bool? secureBootEnabled = default(bool?), bool? vTpmEnabled = default(bool?)) { SecureBootEnabled = secureBootEnabled; @@ -51,16 +49,14 @@ public UefiSettings() /// /// Gets or sets specifies whether secure boot should be enabled on the - /// virtual machine. &lt;br&gt;&lt;br&gt;Minimum - /// api-version: 2020-12-01 + /// virtual machine. Minimum api-version: 2020-12-01. /// [JsonProperty(PropertyName = "secureBootEnabled")] public bool? SecureBootEnabled { get; set; } /// /// Gets or sets specifies whether vTPM should be enabled on the - /// virtual machine. &lt;br&gt;&lt;br&gt;Minimum - /// api-version: 2020-12-01 + /// virtual machine. Minimum api-version: 2020-12-01. /// [JsonProperty(PropertyName = "vTpmEnabled")] public bool? VTpmEnabled { get; set; } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VMDiskSecurityProfile.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VMDiskSecurityProfile.cs index 0120b6024929..f12f0bbb5daf 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VMDiskSecurityProfile.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VMDiskSecurityProfile.cs @@ -14,8 +14,8 @@ namespace Microsoft.Azure.Management.Compute.Models using System.Linq; /// - /// Specifies the security profile settings for the managed disk. - /// <br><br> NOTE: It can only be set for Confidential VMs + /// Specifies the security profile settings for the managed disk. **Note:** + /// It can only be set for Confidential VMs. /// public partial class VMDiskSecurityProfile { @@ -31,12 +31,11 @@ public VMDiskSecurityProfile() /// Initializes a new instance of the VMDiskSecurityProfile class. /// /// Specifies the EncryptionType - /// of the managed disk. <br> It is set to DiskWithVMGuestState - /// for encryption of the managed disk along with VMGuestState blob, - /// and VMGuestStateOnly for encryption of just the VMGuestState blob. - /// <br><br> NOTE: It can be set for only Confidential VMs. - /// Possible values include: 'VMGuestStateOnly', - /// 'DiskWithVMGuestState' + /// of the managed disk. It is set to DiskWithVMGuestState for + /// encryption of the managed disk along with VMGuestState blob, and + /// VMGuestStateOnly for encryption of just the VMGuestState blob. + /// **Note:** It can be set for only Confidential VMs. Possible values + /// include: 'VMGuestStateOnly', 'DiskWithVMGuestState' /// Specifies the customer managed disk /// encryption set resource id for the managed disk that is used for /// Customer Managed Key encrypted ConfidentialVM OS Disk and VMGuest @@ -54,11 +53,10 @@ public VMDiskSecurityProfile() partial void CustomInit(); /// - /// Gets or sets specifies the EncryptionType of the managed disk. - /// &lt;br&gt; It is set to DiskWithVMGuestState for encryption - /// of the managed disk along with VMGuestState blob, and - /// VMGuestStateOnly for encryption of just the VMGuestState blob. - /// &lt;br&gt;&lt;br&gt; NOTE: It can be set for only + /// Gets or sets specifies the EncryptionType of the managed disk. It + /// is set to DiskWithVMGuestState for encryption of the managed disk + /// along with VMGuestState blob, and VMGuestStateOnly for encryption + /// of just the VMGuestState blob. **Note:** It can be set for only /// Confidential VMs. Possible values include: 'VMGuestStateOnly', /// 'DiskWithVMGuestState' /// diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VMSizeProperties.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VMSizeProperties.cs index 5d888766636c..5963fed3cae9 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VMSizeProperties.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VMSizeProperties.cs @@ -30,20 +30,19 @@ public VMSizeProperties() /// Initializes a new instance of the VMSizeProperties class. /// /// Specifies the number of vCPUs - /// available for the VM. <br><br> When this property is - /// not specified in the request body the default behavior is to set it - /// to the value of vCPUs available for that VM size exposed in api - /// response of [List all available virtual machine sizes in a - /// region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list) - /// . + /// available for the VM. When this property is not specified in the + /// request body the default behavior is to set it to the value of + /// vCPUs available for that VM size exposed in api response of [List + /// all available virtual machine sizes in a + /// region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list). /// Specifies the vCPU to physical core - /// ratio. <br><br> When this property is not specified in - /// the request body the default behavior is set to the value of - /// vCPUsPerCore for the VM Size exposed in api response of [List all - /// available virtual machine sizes in a - /// region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list) - /// <br><br> Setting this property to 1 also means that - /// hyper-threading is disabled. + /// ratio. When this property is not specified in the request body the + /// default behavior is set to the value of vCPUsPerCore for the VM + /// Size exposed in api response of [List all available virtual machine + /// sizes in a + /// region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list). + /// **Setting this property to 1 also means that hyper-threading is + /// disabled.** public VMSizeProperties(int? vCPUsAvailable = default(int?), int? vCPUsPerCore = default(int?)) { VCPUsAvailable = vCPUsAvailable; @@ -58,25 +57,23 @@ public VMSizeProperties() /// /// Gets or sets specifies the number of vCPUs available for the VM. - /// &lt;br&gt;&lt;br&gt; When this property is not - /// specified in the request body the default behavior is to set it to - /// the value of vCPUs available for that VM size exposed in api - /// response of [List all available virtual machine sizes in a - /// region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list) - /// . + /// When this property is not specified in the request body the default + /// behavior is to set it to the value of vCPUs available for that VM + /// size exposed in api response of [List all available virtual machine + /// sizes in a + /// region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list). /// [JsonProperty(PropertyName = "vCPUsAvailable")] public int? VCPUsAvailable { get; set; } /// - /// Gets or sets specifies the vCPU to physical core ratio. - /// &lt;br&gt;&lt;br&gt; When this property is not - /// specified in the request body the default behavior is set to the - /// value of vCPUsPerCore for the VM Size exposed in api response of - /// [List all available virtual machine sizes in a - /// region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list) - /// &lt;br&gt;&lt;br&gt; Setting this property to 1 - /// also means that hyper-threading is disabled. + /// Gets or sets specifies the vCPU to physical core ratio. When this + /// property is not specified in the request body the default behavior + /// is set to the value of vCPUsPerCore for the VM Size exposed in api + /// response of [List all available virtual machine sizes in a + /// region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list). + /// **Setting this property to 1 also means that hyper-threading is + /// disabled.** /// [JsonProperty(PropertyName = "vCPUsPerCore")] public int? VCPUsPerCore { get; set; } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VaultCertificate.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VaultCertificate.cs index 91655c48404b..a2da70a8a3cb 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VaultCertificate.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VaultCertificate.cs @@ -48,11 +48,11 @@ public VaultCertificate() /// For Windows VMs, specifies the /// certificate store on the Virtual Machine to which the certificate /// should be added. The specified certificate store is implicitly in - /// the LocalMachine account. <br><br>For Linux VMs, the - /// certificate file is placed under the /var/lib/waagent directory, - /// with the file name &lt;UppercaseThumbprint&gt;.crt for the - /// X509 certificate file and &lt;UppercaseThumbprint&gt;.prv - /// for private key. Both of these files are .pem formatted. + /// the LocalMachine account. For Linux VMs, the certificate file is + /// placed under the /var/lib/waagent directory, with the file name + /// &lt;UppercaseThumbprint&gt;.crt for the X509 certificate + /// file and &lt;UppercaseThumbprint&gt;.prv for private key. + /// Both of these files are .pem formatted. public VaultCertificate(string certificateUrl = default(string), string certificateStore = default(string)) { CertificateUrl = certificateUrl; @@ -90,10 +90,10 @@ public VaultCertificate() /// Gets or sets for Windows VMs, specifies the certificate store on /// the Virtual Machine to which the certificate should be added. The /// specified certificate store is implicitly in the LocalMachine - /// account. &lt;br&gt;&lt;br&gt;For Linux VMs, the - /// certificate file is placed under the /var/lib/waagent directory, - /// with the file name &amp;lt;UppercaseThumbprint&amp;gt;.crt - /// for the X509 certificate file and + /// account. For Linux VMs, the certificate file is placed under the + /// /var/lib/waagent directory, with the file name + /// &amp;lt;UppercaseThumbprint&amp;gt;.crt for the X509 + /// certificate file and /// &amp;lt;UppercaseThumbprint&amp;gt;.prv for private key. /// Both of these files are .pem formatted. /// diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachine.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachine.cs index 5d2db6ded20b..3105715b23c9 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachine.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachine.cs @@ -60,59 +60,54 @@ public VirtualMachine() /// Specifies the Security related /// profile settings for the virtual machine. /// Specifies the boot diagnostic - /// settings state. <br><br>Minimum api-version: - /// 2015-06-15. + /// settings state. Minimum api-version: 2015-06-15. /// 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. The availability set to which - /// the VM is being added should be under the same resource group as - /// the availability set resource. An existing VM cannot be added to an - /// availability set. <br><br>This property cannot exist - /// along with a non-null properties.virtualMachineScaleSet - /// reference. + /// 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 availability set at creation + /// time. The availability set to which the VM is being added should be + /// under the same resource group as the availability set resource. An + /// existing VM cannot be added to an availability set. This property + /// cannot exist along with a non-null + /// properties.virtualMachineScaleSet reference. /// Specifies information about /// the virtual machine scale set that the virtual machine should be /// assigned to. Virtual machines specified in the same virtual machine /// scale set are allocated to different nodes to maximize /// availability. Currently, a VM can only be added to virtual machine /// scale set at creation time. An existing VM cannot be added to a - /// virtual machine scale set. <br><br>This property cannot - /// exist along with a non-null properties.availabilitySet reference. - /// <br><br>Minimum api‐version: 2019‐03‐01 + /// virtual machine scale set. This property cannot exist along with a + /// non-null properties.availabilitySet reference. Minimum api‐version: + /// 2019‐03‐01. /// Specifies information about /// the proximity placement group that the virtual machine should be - /// assigned to. <br><br>Minimum api-version: - /// 2018-04-01. + /// assigned to. Minimum api-version: 2018-04-01. /// Specifies the priority for the virtual - /// machine. <br><br>Minimum api-version: 2019-03-01. - /// Possible values include: 'Regular', 'Low', 'Spot' + /// machine. Minimum api-version: 2019-03-01. Possible values include: + /// 'Regular', 'Low', 'Spot' /// Specifies the eviction policy for the - /// Azure Spot virtual machine and Azure Spot scale set. - /// <br><br>For Azure Spot virtual machines, both - /// 'Deallocate' and 'Delete' are supported and the minimum api-version - /// is 2019-03-01. <br><br>For Azure Spot scale sets, both - /// 'Deallocate' and 'Delete' are supported and the minimum api-version - /// is 2017-10-30-preview. Possible values include: 'Deallocate', - /// 'Delete' + /// Azure Spot virtual machine and Azure Spot scale set. For Azure Spot + /// virtual machines, both 'Deallocate' and 'Delete' are supported and + /// the minimum api-version is 2019-03-01. For Azure Spot scale sets, + /// both 'Deallocate' and 'Delete' are supported and the minimum + /// api-version is 2017-10-30-preview. Possible values include: + /// 'Deallocate', 'Delete' /// Specifies the billing related details - /// of a Azure Spot virtual machine. <br><br>Minimum - /// api-version: 2019-03-01. + /// of a Azure Spot virtual machine. Minimum api-version: + /// 2019-03-01. /// Specifies information about the dedicated host - /// that the virtual machine resides in. <br><br>Minimum - /// api-version: 2018-10-01. + /// that the virtual machine resides in. Minimum api-version: + /// 2018-10-01. /// Specifies information about the dedicated - /// host group that the virtual machine resides in. - /// <br><br>Minimum api-version: 2020-06-01. - /// <br><br>NOTE: User cannot specify both host and - /// hostGroup properties. + /// host group that the virtual machine resides in. **Note:** User + /// cannot specify both host and hostGroup properties. Minimum + /// api-version: 2020-06-01. /// The provisioning state, which only /// appears in the response. /// The virtual machine instance @@ -136,33 +131,32 @@ public VirtualMachine() /// Specifies the time alloted for /// all extensions to start. The time duration should be between 15 /// minutes and 120 minutes (inclusive) and should be specified in ISO - /// 8601 format. The default value is 90 minutes (PT1H30M). - /// <br><br> Minimum api-version: 2020-06-01 + /// 8601 format. The default value is 90 minutes (PT1H30M). Minimum + /// api-version: 2020-06-01. /// Specifies the scale set logical /// fault domain into which the Virtual Machine will be created. By /// default, the Virtual Machine will by automatically assigned to a /// fault domain that best maintains balance across available fault - /// domains.<br><li>This is applicable only if the - /// 'virtualMachineScaleSet' property of this Virtual Machine is - /// set.<li>The Virtual Machine Scale Set that is referenced, - /// must have 'platformFaultDomainCount' &gt; 1.<li>This - /// property cannot be updated once the Virtual Machine is - /// created.<li>Fault domain assignment can be viewed in the - /// Virtual Machine Instance View.<br><br>Minimum - /// api‐version: 2020‐12‐01 + /// domains. This is applicable only if the 'virtualMachineScaleSet' + /// property of this Virtual Machine is set. The Virtual Machine Scale + /// Set that is referenced, must have 'platformFaultDomainCount' + /// greater than 1. This property cannot be updated once the Virtual + /// Machine is created. Fault domain assignment can be viewed in the + /// Virtual Machine Instance View. Minimum api‐version: + /// 2020‐12‐01. /// Specifies Scheduled Event /// related configurations. /// UserData for the VM, which must be base-64 - /// encoded. Customer should not pass any secrets in here. - /// <br><br>Minimum api-version: 2021-03-01 + /// encoded. Customer should not pass any secrets in here. Minimum + /// api-version: 2021-03-01. /// Specifies information about the /// capacity reservation that is used to allocate virtual machine. - /// <br><br>Minimum api-version: 2021-04-01. + /// Minimum api-version: 2021-04-01. /// Specifies the gallery applications - /// that should be made available to the VM/VMSS + /// that should be made available to the VM/VMSS. /// Specifies the time at which the Virtual - /// Machine resource was created.<br><br>Minimum - /// api-version: 2021-11-01. + /// Machine resource was created. Minimum api-version: + /// 2021-11-01. /// The virtual machine child extension /// resources. /// The identity of the virtual machine, if @@ -268,9 +262,8 @@ public VirtualMachine() public SecurityProfile SecurityProfile { get; set; } /// - /// Gets or sets specifies the boot diagnostic settings state. - /// &lt;br&gt;&lt;br&gt;Minimum api-version: - /// 2015-06-15. + /// Gets or sets specifies the boot diagnostic settings state. Minimum + /// api-version: 2015-06-15. /// [JsonProperty(PropertyName = "properties.diagnosticsProfile")] public DiagnosticsProfile DiagnosticsProfile { get; set; } @@ -282,16 +275,14 @@ public VirtualMachine() /// nodes to maximize availability. For more information about /// availability sets, see [Availability sets /// overview](https://docs.microsoft.com/azure/virtual-machines/availability-set-overview). - /// &lt;br&gt;&lt;br&gt; 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) - /// &lt;br&gt;&lt;br&gt; Currently, a VM can only be - /// added to availability set at creation time. The availability set to - /// which the VM is being added should be under the same resource group - /// as the availability set resource. An existing VM cannot be added to - /// an availability set. &lt;br&gt;&lt;br&gt;This - /// property cannot exist along with a non-null + /// 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 availability set at creation + /// time. The availability set to which the VM is being added should be + /// under the same resource group as the availability set resource. An + /// existing VM cannot be added to an availability set. This property + /// cannot exist along with a non-null /// properties.virtualMachineScaleSet reference. /// [JsonProperty(PropertyName = "properties.availabilitySet")] @@ -303,38 +294,35 @@ public VirtualMachine() /// machines specified in the same virtual machine scale set are /// allocated to different nodes to maximize availability. Currently, a /// VM can only be added to virtual machine scale set at creation time. - /// An existing VM cannot be added to a virtual machine scale set. - /// &lt;br&gt;&lt;br&gt;This property cannot exist - /// along with a non-null properties.availabilitySet reference. - /// &lt;br&gt;&lt;br&gt;Minimum api‐version: 2019‐03‐01 + /// An existing VM cannot be added to a virtual machine scale set. This + /// property cannot exist along with a non-null + /// properties.availabilitySet reference. Minimum api‐version: + /// 2019‐03‐01. /// [JsonProperty(PropertyName = "properties.virtualMachineScaleSet")] public SubResource VirtualMachineScaleSet { get; set; } /// /// Gets or sets specifies information about the proximity placement - /// group that the virtual machine should be assigned to. - /// &lt;br&gt;&lt;br&gt;Minimum api-version: - /// 2018-04-01. + /// group that the virtual machine should be assigned to. Minimum + /// api-version: 2018-04-01. /// [JsonProperty(PropertyName = "properties.proximityPlacementGroup")] public SubResource ProximityPlacementGroup { get; set; } /// /// Gets or sets specifies the priority for the virtual machine. - /// &lt;br&gt;&lt;br&gt;Minimum api-version: - /// 2019-03-01. Possible values include: 'Regular', 'Low', 'Spot' + /// Minimum api-version: 2019-03-01. Possible values include: + /// 'Regular', 'Low', 'Spot' /// [JsonProperty(PropertyName = "properties.priority")] public string Priority { get; set; } /// /// Gets or sets specifies the eviction policy for the Azure Spot - /// virtual machine and Azure Spot scale set. - /// &lt;br&gt;&lt;br&gt;For Azure Spot virtual + /// virtual machine and Azure Spot scale set. For Azure Spot virtual /// machines, both 'Deallocate' and 'Delete' are supported and the - /// minimum api-version is 2019-03-01. - /// &lt;br&gt;&lt;br&gt;For Azure Spot scale sets, both + /// minimum api-version is 2019-03-01. For Azure Spot scale sets, both /// 'Deallocate' and 'Delete' are supported and the minimum api-version /// is 2017-10-30-preview. Possible values include: 'Deallocate', /// 'Delete' @@ -344,27 +332,23 @@ public VirtualMachine() /// /// Gets or sets specifies the billing related details of a Azure Spot - /// virtual machine. &lt;br&gt;&lt;br&gt;Minimum - /// api-version: 2019-03-01. + /// virtual machine. Minimum api-version: 2019-03-01. /// [JsonProperty(PropertyName = "properties.billingProfile")] public BillingProfile BillingProfile { get; set; } /// /// Gets or sets specifies information about the dedicated host that - /// the virtual machine resides in. - /// &lt;br&gt;&lt;br&gt;Minimum api-version: - /// 2018-10-01. + /// the virtual machine resides in. Minimum api-version: 2018-10-01. /// [JsonProperty(PropertyName = "properties.host")] public SubResource Host { get; set; } /// /// Gets or sets specifies information about the dedicated host group - /// that the virtual machine resides in. - /// &lt;br&gt;&lt;br&gt;Minimum api-version: - /// 2020-06-01. &lt;br&gt;&lt;br&gt;NOTE: User cannot - /// specify both host and hostGroup properties. + /// that the virtual machine resides in. **Note:** User cannot specify + /// both host and hostGroup properties. Minimum api-version: + /// 2020-06-01. /// [JsonProperty(PropertyName = "properties.hostGroup")] public SubResource HostGroup { get; set; } @@ -414,9 +398,8 @@ public VirtualMachine() /// Gets or sets specifies the time alloted for all extensions to /// start. The time duration should be between 15 minutes and 120 /// minutes (inclusive) and should be specified in ISO 8601 format. The - /// default value is 90 minutes (PT1H30M). - /// &lt;br&gt;&lt;br&gt; Minimum api-version: - /// 2020-06-01 + /// default value is 90 minutes (PT1H30M). Minimum api-version: + /// 2020-06-01. /// [JsonProperty(PropertyName = "properties.extensionsTimeBudget")] public string ExtensionsTimeBudget { get; set; } @@ -425,16 +408,13 @@ public VirtualMachine() /// Gets or sets specifies the scale set logical fault domain into /// which the Virtual Machine will be created. By default, the Virtual /// Machine will by automatically assigned to a fault domain that best - /// maintains balance across available fault - /// domains.&lt;br&gt;&lt;li&gt;This is applicable only - /// if the 'virtualMachineScaleSet' property of this Virtual Machine is - /// set.&lt;li&gt;The Virtual Machine Scale Set that is - /// referenced, must have 'platformFaultDomainCount' &amp;gt; - /// 1.&lt;li&gt;This property cannot be updated once the - /// Virtual Machine is created.&lt;li&gt;Fault domain - /// assignment can be viewed in the Virtual Machine Instance - /// View.&lt;br&gt;&lt;br&gt;Minimum api‐version: - /// 2020‐12‐01 + /// maintains balance across available fault domains. This is + /// applicable only if the 'virtualMachineScaleSet' property of this + /// Virtual Machine is set. The Virtual Machine Scale Set that is + /// referenced, must have 'platformFaultDomainCount' greater than 1. + /// This property cannot be updated once the Virtual Machine is + /// created. Fault domain assignment can be viewed in the Virtual + /// Machine Instance View. Minimum api‐version: 2020‐12‐01. /// [JsonProperty(PropertyName = "properties.platformFaultDomain")] public int? PlatformFaultDomain { get; set; } @@ -447,16 +427,15 @@ public VirtualMachine() /// /// Gets or sets userData for the VM, which must be base-64 encoded. - /// Customer should not pass any secrets in here. - /// &lt;br&gt;&lt;br&gt;Minimum api-version: 2021-03-01 + /// Customer should not pass any secrets in here. Minimum api-version: + /// 2021-03-01. /// [JsonProperty(PropertyName = "properties.userData")] public string UserData { get; set; } /// /// Gets or sets specifies information about the capacity reservation - /// that is used to allocate virtual machine. - /// &lt;br&gt;&lt;br&gt;Minimum api-version: + /// that is used to allocate virtual machine. Minimum api-version: /// 2021-04-01. /// [JsonProperty(PropertyName = "properties.capacityReservation")] @@ -464,15 +443,14 @@ public VirtualMachine() /// /// Gets or sets specifies the gallery applications that should be made - /// available to the VM/VMSS + /// available to the VM/VMSS. /// [JsonProperty(PropertyName = "properties.applicationProfile")] public ApplicationProfile ApplicationProfile { get; set; } /// /// Gets specifies the time at which the Virtual Machine resource was - /// created.&lt;br&gt;&lt;br&gt;Minimum api-version: - /// 2021-11-01. + /// created. Minimum api-version: 2021-11-01. /// [JsonProperty(PropertyName = "properties.timeCreated")] public System.DateTime? TimeCreated { get; private set; } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineInstanceView.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineInstanceView.cs index 133010dfe51a..0a9428321def 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineInstanceView.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineInstanceView.cs @@ -55,14 +55,14 @@ public VirtualMachineInstanceView() /// The health status for the VM. /// Boot Diagnostics is a debugging /// feature which allows you to view Console Output and Screenshot to - /// diagnose VM status. <br><br> You can easily view the - /// output of your console log. <br><br> Azure also enables - /// you to see a screenshot of the VM from the hypervisor. + /// diagnose VM status. You can easily view the output of your console + /// log. Azure also enables you to see a screenshot of the VM from the + /// hypervisor. /// Resource id of the dedicated host, on /// which the virtual machine is allocated through automatic placement, /// when the virtual machine is associated with a dedicated host group - /// that has automatic placement enabled. <br><br>Minimum - /// api-version: 2020-06-01. + /// that has automatic placement enabled. Minimum api-version: + /// 2020-06-01. /// The resource status information. /// [Preview Feature] The status of virtual /// machine patch operations. @@ -170,9 +170,8 @@ public VirtualMachineInstanceView() /// /// Gets or sets boot Diagnostics is a debugging feature which allows /// you to view Console Output and Screenshot to diagnose VM status. - /// &lt;br&gt;&lt;br&gt; You can easily view the output - /// of your console log. &lt;br&gt;&lt;br&gt; Azure - /// also enables you to see a screenshot of the VM from the hypervisor. + /// You can easily view the output of your console log. Azure also + /// enables you to see a screenshot of the VM from the hypervisor. /// [JsonProperty(PropertyName = "bootDiagnostics")] public BootDiagnosticsInstanceView BootDiagnostics { get; set; } @@ -181,9 +180,7 @@ public VirtualMachineInstanceView() /// Gets resource id of the dedicated host, on which the virtual /// machine is allocated through automatic placement, when the virtual /// machine is associated with a dedicated host group that has - /// automatic placement enabled. - /// &lt;br&gt;&lt;br&gt;Minimum api-version: - /// 2020-06-01. + /// automatic placement enabled. Minimum api-version: 2020-06-01. /// [JsonProperty(PropertyName = "assignedHost")] public string AssignedHost { get; private set; } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSet.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSet.cs index a651f1c05cef..eff56b667038 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSet.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSet.cs @@ -78,11 +78,10 @@ public VirtualMachineScaleSet() /// placement group. /// Specifies information about /// the proximity placement group that the virtual machine scale set - /// should be assigned to. <br><br>Minimum api-version: - /// 2018-04-01. + /// should be assigned to. Minimum api-version: 2018-04-01. /// Specifies information about the dedicated - /// host group that the virtual machine scale set resides in. - /// <br><br>Minimum api-version: 2020-06-01. + /// host group that the virtual machine scale set resides in. Minimum + /// api-version: 2020-06-01. /// Specifies additional /// capabilities enabled or disabled on the Virtual Machines in the /// Virtual Machine Scale Set. For instance: whether the Virtual @@ -100,8 +99,8 @@ public VirtualMachineScaleSet() /// mixing Spot and Regular priority VMs within the same VMSS Flex /// instance. /// Specifies the time at which the Virtual - /// Machine Scale Set resource was created.<br><br>Minimum - /// api-version: 2021-11-01. + /// Machine Scale Set resource was created. Minimum api-version: + /// 2021-11-01. /// Optional property which /// must either be set to True or omitted. /// The identity of the virtual machine scale @@ -240,16 +239,14 @@ public VirtualMachineScaleSet() /// /// Gets or sets specifies information about the proximity placement /// group that the virtual machine scale set should be assigned to. - /// &lt;br&gt;&lt;br&gt;Minimum api-version: - /// 2018-04-01. + /// Minimum api-version: 2018-04-01. /// [JsonProperty(PropertyName = "properties.proximityPlacementGroup")] public SubResource ProximityPlacementGroup { get; set; } /// /// Gets or sets specifies information about the dedicated host group - /// that the virtual machine scale set resides in. - /// &lt;br&gt;&lt;br&gt;Minimum api-version: + /// that the virtual machine scale set resides in. Minimum api-version: /// 2020-06-01. /// [JsonProperty(PropertyName = "properties.hostGroup")] @@ -295,8 +292,7 @@ public VirtualMachineScaleSet() /// /// Gets specifies the time at which the Virtual Machine Scale Set - /// resource was created.&lt;br&gt;&lt;br&gt;Minimum - /// api-version: 2021-11-01. + /// resource was created. Minimum api-version: 2021-11-01. /// [JsonProperty(PropertyName = "properties.timeCreated")] public System.DateTime? TimeCreated { get; private set; } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetDataDisk.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetDataDisk.cs index 46d5f367299c..7ad35b9d758d 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetDataDisk.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetDataDisk.cs @@ -39,19 +39,18 @@ public VirtualMachineScaleSetDataDisk() /// The create option. Possible values /// include: 'FromImage', 'Empty', 'Attach' /// The disk name. - /// Specifies the caching requirements. - /// <br><br> Possible values are: <br><br> - /// **None** <br><br> **ReadOnly** <br><br> - /// **ReadWrite** <br><br> Default: **None for Standard - /// storage. ReadOnly for Premium storage**. Possible values include: - /// 'None', 'ReadOnly', 'ReadWrite' + /// Specifies the caching requirements. Possible + /// values are: **None,** **ReadOnly,** **ReadWrite.** The default + /// values are: **None for Standard storage. ReadOnly for Premium + /// storage.**. Possible values include: 'None', 'ReadOnly', + /// 'ReadWrite' /// Specifies whether /// writeAccelerator should be enabled or disabled on the disk. /// Specifies the size of an empty data disk /// in gigabytes. This element can be used to overwrite the size of the - /// disk in a virtual machine image. <br><br> diskSizeGB is - /// the number of bytes x 1024^3 for the disk and the value cannot be - /// larger than 1023 + /// disk in a virtual machine image. The property diskSizeGB is the + /// number of bytes x 1024^3 for the disk and the value cannot be + /// larger than 1023. /// The managed disk parameters. /// Specifies the Read-Write IOPS for /// the managed disk. Should be used only when StorageAccountType is @@ -105,14 +104,10 @@ public VirtualMachineScaleSetDataDisk() public int Lun { get; set; } /// - /// Gets or sets specifies the caching requirements. - /// &lt;br&gt;&lt;br&gt; Possible values are: - /// &lt;br&gt;&lt;br&gt; **None** - /// &lt;br&gt;&lt;br&gt; **ReadOnly** - /// &lt;br&gt;&lt;br&gt; **ReadWrite** - /// &lt;br&gt;&lt;br&gt; Default: **None for Standard - /// storage. ReadOnly for Premium storage**. Possible values include: - /// 'None', 'ReadOnly', 'ReadWrite' + /// Gets or sets specifies the caching requirements. Possible values + /// are: **None,** **ReadOnly,** **ReadWrite.** The default values are: + /// **None for Standard storage. ReadOnly for Premium storage.**. + /// Possible values include: 'None', 'ReadOnly', 'ReadWrite' /// [JsonProperty(PropertyName = "caching")] public CachingTypes? Caching { get; set; } @@ -134,9 +129,9 @@ public VirtualMachineScaleSetDataDisk() /// /// Gets or sets specifies the size of an empty data disk in gigabytes. /// This element can be used to overwrite the size of the disk in a - /// virtual machine image. &lt;br&gt;&lt;br&gt; - /// diskSizeGB is the number of bytes x 1024^3 for the disk and the - /// value cannot be larger than 1023 + /// virtual machine image. The property diskSizeGB is the number of + /// bytes x 1024^3 for the disk and the value cannot be larger than + /// 1023. /// [JsonProperty(PropertyName = "diskSizeGB")] public int? DiskSizeGB { get; set; } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetExtensionProfile.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetExtensionProfile.cs index 232299d9705f..d042d05dd967 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetExtensionProfile.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetExtensionProfile.cs @@ -38,8 +38,8 @@ public VirtualMachineScaleSetExtensionProfile() /// Specifies the time alloted for /// all extensions to start. The time duration should be between 15 /// minutes and 120 minutes (inclusive) and should be specified in ISO - /// 8601 format. The default value is 90 minutes (PT1H30M). - /// <br><br> Minimum api-version: 2020-06-01 + /// 8601 format. The default value is 90 minutes (PT1H30M). Minimum + /// api-version: 2020-06-01. public VirtualMachineScaleSetExtensionProfile(IList extensions = default(IList), string extensionsTimeBudget = default(string)) { Extensions = extensions; @@ -63,9 +63,8 @@ public VirtualMachineScaleSetExtensionProfile() /// Gets or sets specifies the time alloted for all extensions to /// start. The time duration should be between 15 minutes and 120 /// minutes (inclusive) and should be specified in ISO 8601 format. The - /// default value is 90 minutes (PT1H30M). - /// &lt;br&gt;&lt;br&gt; Minimum api-version: - /// 2020-06-01 + /// default value is 90 minutes (PT1H30M). Minimum api-version: + /// 2020-06-01. /// [JsonProperty(PropertyName = "extensionsTimeBudget")] public string ExtensionsTimeBudget { get; set; } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetHardwareProfile.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetHardwareProfile.cs index 37d388cad89d..f7f3aec32bef 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetHardwareProfile.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetHardwareProfile.cs @@ -33,8 +33,8 @@ public VirtualMachineScaleSetHardwareProfile() /// /// Specifies the properties for /// customizing the size of the virtual machine. Minimum api-version: - /// 2021-11-01. <br><br> Please follow the instructions in - /// [VM Customization](https://aka.ms/vmcustomization) for more + /// 2021-11-01. Please follow the instructions in [VM + /// Customization](https://aka.ms/vmcustomization) for more /// details. public VirtualMachineScaleSetHardwareProfile(VMSizeProperties vmSizeProperties = default(VMSizeProperties)) { @@ -49,10 +49,9 @@ public VirtualMachineScaleSetHardwareProfile() /// /// Gets or sets specifies the properties for customizing the size of - /// the virtual machine. Minimum api-version: 2021-11-01. - /// &lt;br&gt;&lt;br&gt; Please follow the instructions - /// in [VM Customization](https://aka.ms/vmcustomization) for more - /// details. + /// the virtual machine. Minimum api-version: 2021-11-01. Please follow + /// the instructions in [VM + /// Customization](https://aka.ms/vmcustomization) for more details. /// [JsonProperty(PropertyName = "vmSizeProperties")] public VMSizeProperties VmSizeProperties { get; set; } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetOSDisk.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetOSDisk.cs index 89d44d247c62..94ff840f523d 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetOSDisk.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetOSDisk.cs @@ -35,20 +35,19 @@ public VirtualMachineScaleSetOSDisk() /// class. /// /// Specifies how the virtual machines in - /// the scale set should be created.<br><br> The only - /// allowed value is: **FromImage** \u2013 This value is used when you - /// are using an image to create the virtual machine. If you are using - /// a platform image, you also use the imageReference element described - /// above. If you are using a marketplace image, you also use the plan - /// element previously described. Possible values include: 'FromImage', + /// the scale set should be created. The only allowed value is: + /// **FromImage.** This value is used when you are using an image to + /// create the virtual machine. If you are using a platform image, you + /// also use the imageReference element described above. If you are + /// using a marketplace image, you also use the plan element + /// previously described. Possible values include: 'FromImage', /// 'Empty', 'Attach' /// The disk name. - /// Specifies the caching requirements. - /// <br><br> Possible values are: <br><br> - /// **None** <br><br> **ReadOnly** <br><br> - /// **ReadWrite** <br><br> Default: **None for Standard - /// storage. ReadOnly for Premium storage**. Possible values include: - /// 'None', 'ReadOnly', 'ReadWrite' + /// Specifies the caching requirements. Possible + /// values are: **None,** **ReadOnly,** **ReadWrite.** The default + /// values are: **None for Standard storage. ReadOnly for Premium + /// storage.**. Possible values include: 'None', 'ReadOnly', + /// 'ReadWrite' /// Specifies whether /// writeAccelerator should be enabled or disabled on the disk. /// Specifies the ephemeral disk @@ -56,14 +55,13 @@ public VirtualMachineScaleSetOSDisk() /// scale set. /// Specifies the size of an empty data disk /// in gigabytes. This element can be used to overwrite the size of the - /// disk in a virtual machine image. <br><br> diskSizeGB is - /// the number of bytes x 1024^3 for the disk and the value cannot be - /// larger than 1023 + /// disk in a virtual machine image. The property 'diskSizeGB' is the + /// number of bytes x 1024^3 for the disk and the value cannot be + /// larger than 1023. /// This property allows you to specify the type /// of the OS that is included in the disk if creating a VM from - /// user-image or a specialized VHD. <br><br> Possible - /// values are: <br><br> **Windows** <br><br> - /// **Linux**. Possible values include: 'Windows', 'Linux' + /// user-image or a specialized VHD. Possible values are: **Windows,** + /// **Linux.**. Possible values include: 'Windows', 'Linux' /// Specifies information about the unmanaged user /// image to base the scale set on. /// Specifies the container urls that are @@ -108,14 +106,10 @@ public VirtualMachineScaleSetOSDisk() public string Name { get; set; } /// - /// Gets or sets specifies the caching requirements. - /// &lt;br&gt;&lt;br&gt; Possible values are: - /// &lt;br&gt;&lt;br&gt; **None** - /// &lt;br&gt;&lt;br&gt; **ReadOnly** - /// &lt;br&gt;&lt;br&gt; **ReadWrite** - /// &lt;br&gt;&lt;br&gt; Default: **None for Standard - /// storage. ReadOnly for Premium storage**. Possible values include: - /// 'None', 'ReadOnly', 'ReadWrite' + /// Gets or sets specifies the caching requirements. Possible values + /// are: **None,** **ReadOnly,** **ReadWrite.** The default values are: + /// **None for Standard storage. ReadOnly for Premium storage.**. + /// Possible values include: 'None', 'ReadOnly', 'ReadWrite' /// [JsonProperty(PropertyName = "caching")] public CachingTypes? Caching { get; set; } @@ -129,13 +123,12 @@ public VirtualMachineScaleSetOSDisk() /// /// Gets or sets specifies how the virtual machines in the scale set - /// should be created.&lt;br&gt;&lt;br&gt; The only - /// allowed value is: **FromImage** \u2013 This value is used when you - /// are using an image to create the virtual machine. If you are using - /// a platform image, you also use the imageReference element described - /// above. If you are using a marketplace image, you also use the plan - /// element previously described. Possible values include: 'FromImage', - /// 'Empty', 'Attach' + /// should be created. The only allowed value is: **FromImage.** This + /// value is used when you are using an image to create the virtual + /// machine. If you are using a platform image, you also use the + /// imageReference element described above. If you are using a + /// marketplace image, you also use the plan element previously + /// described. Possible values include: 'FromImage', 'Empty', 'Attach' /// [JsonProperty(PropertyName = "createOption")] public string CreateOption { get; set; } @@ -150,9 +143,9 @@ public VirtualMachineScaleSetOSDisk() /// /// Gets or sets specifies the size of an empty data disk in gigabytes. /// This element can be used to overwrite the size of the disk in a - /// virtual machine image. &lt;br&gt;&lt;br&gt; - /// diskSizeGB is the number of bytes x 1024^3 for the disk and the - /// value cannot be larger than 1023 + /// virtual machine image. The property 'diskSizeGB' is the number of + /// bytes x 1024^3 for the disk and the value cannot be larger than + /// 1023. /// [JsonProperty(PropertyName = "diskSizeGB")] public int? DiskSizeGB { get; set; } @@ -160,10 +153,8 @@ public VirtualMachineScaleSetOSDisk() /// /// Gets or sets this property allows you to specify the type of the OS /// that is included in the disk if creating a VM from user-image or a - /// specialized VHD. &lt;br&gt;&lt;br&gt; Possible - /// values are: &lt;br&gt;&lt;br&gt; **Windows** - /// &lt;br&gt;&lt;br&gt; **Linux**. Possible values - /// include: 'Windows', 'Linux' + /// specialized VHD. Possible values are: **Windows,** **Linux.**. + /// Possible values include: 'Windows', 'Linux' /// [JsonProperty(PropertyName = "osType")] public OperatingSystemTypes? OsType { get; set; } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetOSProfile.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetOSProfile.cs index a84a4d2d243b..a89473267f38 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetOSProfile.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetOSProfile.cs @@ -69,15 +69,14 @@ public VirtualMachineScaleSetOSProfile() /// Specifies a base-64 encoded string of /// custom data. The base-64 encoded string is decoded to a binary /// array that is saved as a file on the Virtual Machine. The maximum - /// length of the binary array is 65535 bytes. <br><br> For - /// using cloud-init for your VM, see [Using cloud-init to customize a - /// Linux VM during + /// length of the binary array is 65535 bytes. For using cloud-init for + /// your VM, see [Using cloud-init to customize a Linux VM during /// creation](https://docs.microsoft.com/azure/virtual-machines/linux/using-cloud-init) /// Specifies Windows operating /// system settings on the virtual machine. /// Specifies the Linux operating - /// system settings on the virtual machine. <br><br>For a - /// list of supported Linux distributions, see [Linux on Azure-Endorsed + /// system settings on the virtual machine. For a list of supported + /// Linux distributions, see [Linux on Azure-Endorsed /// Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros). /// Specifies set of certificates that should be /// installed onto the virtual machines in the scale set. To install @@ -87,9 +86,9 @@ public VirtualMachineScaleSetOSProfile() /// or the [Azure Key Vault virtual machine extension for /// Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows). /// Specifies whether extension - /// operations should be allowed on the virtual machine scale set. - /// <br><br>This may only be set to False when no - /// extensions are present on the virtual machine scale set. + /// operations should be allowed on the virtual machine scale set. This + /// may only be set to False when no extensions are present on the + /// virtual machine scale set. /// Optional property which /// must either be set to True or omitted. public VirtualMachineScaleSetOSProfile(string computerNamePrefix = default(string), string adminUsername = default(string), string adminPassword = default(string), string customData = default(string), WindowsConfiguration windowsConfiguration = default(WindowsConfiguration), LinuxConfiguration linuxConfiguration = default(LinuxConfiguration), IList secrets = default(IList), bool? allowExtensionOperations = default(bool?), bool? requireGuestProvisionSignal = default(bool?)) @@ -167,9 +166,8 @@ public VirtualMachineScaleSetOSProfile() /// Gets or sets specifies a base-64 encoded string of custom data. The /// base-64 encoded string is decoded to a binary array that is saved /// as a file on the Virtual Machine. The maximum length of the binary - /// array is 65535 bytes. &lt;br&gt;&lt;br&gt; For - /// using cloud-init for your VM, see [Using cloud-init to customize a - /// Linux VM during + /// array is 65535 bytes. For using cloud-init for your VM, see [Using + /// cloud-init to customize a Linux VM during /// creation](https://docs.microsoft.com/azure/virtual-machines/linux/using-cloud-init) /// [JsonProperty(PropertyName = "customData")] @@ -184,8 +182,8 @@ public VirtualMachineScaleSetOSProfile() /// /// Gets or sets specifies the Linux operating system settings on the - /// virtual machine. &lt;br&gt;&lt;br&gt;For a list of - /// supported Linux distributions, see [Linux on Azure-Endorsed + /// virtual machine. For a list of supported Linux distributions, see + /// [Linux on Azure-Endorsed /// Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros). /// [JsonProperty(PropertyName = "linuxConfiguration")] @@ -205,9 +203,9 @@ public VirtualMachineScaleSetOSProfile() /// /// Gets or sets specifies whether extension operations should be - /// allowed on the virtual machine scale set. - /// &lt;br&gt;&lt;br&gt;This may only be set to False - /// when no extensions are present on the virtual machine scale set. + /// allowed on the virtual machine scale set. This may only be set to + /// False when no extensions are present on the virtual machine scale + /// set. /// [JsonProperty(PropertyName = "allowExtensionOperations")] public bool? AllowExtensionOperations { get; set; } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetStorageProfile.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetStorageProfile.cs index 6890fca01285..098d3755ef83 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetStorageProfile.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetStorageProfile.cs @@ -40,14 +40,14 @@ public VirtualMachineScaleSetStorageProfile() /// or virtual machine image, but is not used in other creation /// operations. /// Specifies information about the operating - /// system disk used by the virtual machines in the scale set. - /// <br><br> For more information about disks, see [About - /// disks and VHDs for Azure virtual + /// system disk used by the virtual machines in the scale set. For more + /// information about disks, see [About disks and VHDs for Azure + /// virtual /// machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview). /// Specifies the parameters that are used to - /// add data disks to the virtual machines in the scale set. - /// <br><br> For more information about disks, see [About - /// disks and VHDs for Azure virtual + /// add data disks to the virtual machines in the scale set. For more + /// information about disks, see [About disks and VHDs for Azure + /// virtual /// machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview). public VirtualMachineScaleSetStorageProfile(ImageReference imageReference = default(ImageReference), VirtualMachineScaleSetOSDisk osDisk = default(VirtualMachineScaleSetOSDisk), IList dataDisks = default(IList), string diskControllerType = default(string)) { @@ -75,9 +75,8 @@ public VirtualMachineScaleSetStorageProfile() /// /// Gets or sets specifies information about the operating system disk - /// used by the virtual machines in the scale set. - /// &lt;br&gt;&lt;br&gt; For more information about - /// disks, see [About disks and VHDs for Azure virtual + /// used by the virtual machines in the scale set. For more information + /// about disks, see [About disks and VHDs for Azure virtual /// machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview). /// [JsonProperty(PropertyName = "osDisk")] @@ -85,9 +84,9 @@ public VirtualMachineScaleSetStorageProfile() /// /// Gets or sets specifies the parameters that are used to add data - /// disks to the virtual machines in the scale set. - /// &lt;br&gt;&lt;br&gt; For more information about - /// disks, see [About disks and VHDs for Azure virtual + /// disks to the virtual machines in the scale set. For more + /// information about disks, see [About disks and VHDs for Azure + /// virtual /// machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview). /// [JsonProperty(PropertyName = "dataDisks")] diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetUpdateVMProfile.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetUpdateVMProfile.cs index e6639e6d10b9..7dbee4d08536 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetUpdateVMProfile.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetUpdateVMProfile.cs @@ -46,16 +46,15 @@ public VirtualMachineScaleSetUpdateVMProfile() /// The license type, which is for bring your /// own license scenario. /// Specifies the billing related details - /// of a Azure Spot VMSS. <br><br>Minimum api-version: - /// 2019-03-01. + /// of a Azure Spot VMSS. Minimum api-version: 2019-03-01. /// Specifies Scheduled Event /// related configurations. /// UserData for the VM, which must be base-64 /// encoded. Customer should not pass any secrets in here. /// <br><br>Minimum api-version: 2021-03-01 /// Specifies the hardware profile - /// related details of a scale set. <br><br>Minimum - /// api-version: 2021-11-01. + /// related details of a scale set. Minimum api-version: + /// 2021-11-01. public VirtualMachineScaleSetUpdateVMProfile(VirtualMachineScaleSetUpdateOSProfile osProfile = default(VirtualMachineScaleSetUpdateOSProfile), VirtualMachineScaleSetUpdateStorageProfile storageProfile = default(VirtualMachineScaleSetUpdateStorageProfile), VirtualMachineScaleSetUpdateNetworkProfile networkProfile = default(VirtualMachineScaleSetUpdateNetworkProfile), SecurityProfile securityProfile = default(SecurityProfile), DiagnosticsProfile diagnosticsProfile = default(DiagnosticsProfile), VirtualMachineScaleSetExtensionProfile extensionProfile = default(VirtualMachineScaleSetExtensionProfile), string licenseType = default(string), BillingProfile billingProfile = default(BillingProfile), ScheduledEventsProfile scheduledEventsProfile = default(ScheduledEventsProfile), string userData = default(string), VirtualMachineScaleSetHardwareProfile hardwareProfile = default(VirtualMachineScaleSetHardwareProfile)) { OsProfile = osProfile; @@ -122,8 +121,7 @@ public VirtualMachineScaleSetUpdateVMProfile() /// /// Gets or sets specifies the billing related details of a Azure Spot - /// VMSS. &lt;br&gt;&lt;br&gt;Minimum api-version: - /// 2019-03-01. + /// VMSS. Minimum api-version: 2019-03-01. /// [JsonProperty(PropertyName = "billingProfile")] public BillingProfile BillingProfile { get; set; } @@ -144,8 +142,7 @@ public VirtualMachineScaleSetUpdateVMProfile() /// /// Gets or sets specifies the hardware profile related details of a - /// scale set. &lt;br&gt;&lt;br&gt;Minimum api-version: - /// 2021-11-01. + /// scale set. Minimum api-version: 2021-11-01. /// [JsonProperty(PropertyName = "hardwareProfile")] public VirtualMachineScaleSetHardwareProfile HardwareProfile { get; set; } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetVM.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetVM.cs index 27b2827863da..a7674734d4f0 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetVM.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetVM.cs @@ -64,20 +64,19 @@ public VirtualMachineScaleSetVM() /// Specifies the network /// profile configuration of the virtual machine. /// Specifies the boot diagnostic - /// settings state. <br><br>Minimum api-version: - /// 2015-06-15. + /// settings state. Minimum api-version: 2015-06-15. /// 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. + /// 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 availability set at creation + /// time. An existing VM cannot be added to an availability + /// set. /// The provisioning state, which only /// appears in the response. /// Specifies that the image or disk that is @@ -230,9 +229,8 @@ public VirtualMachineScaleSetVM() public VirtualMachineScaleSetVMNetworkProfileConfiguration NetworkProfileConfiguration { get; set; } /// - /// Gets or sets specifies the boot diagnostic settings state. - /// &lt;br&gt;&lt;br&gt;Minimum api-version: - /// 2015-06-15. + /// Gets or sets specifies the boot diagnostic settings state. Minimum + /// api-version: 2015-06-15. /// [JsonProperty(PropertyName = "properties.diagnosticsProfile")] public DiagnosticsProfile DiagnosticsProfile { get; set; } @@ -244,13 +242,11 @@ public VirtualMachineScaleSetVM() /// nodes to maximize availability. For more information about /// availability sets, see [Availability sets /// overview](https://docs.microsoft.com/azure/virtual-machines/availability-set-overview). - /// &lt;br&gt;&lt;br&gt; 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) - /// &lt;br&gt;&lt;br&gt; Currently, a VM can only be - /// added to availability set at creation time. An existing VM cannot - /// be added to an availability set. + /// 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 availability set at creation + /// time. An existing VM cannot be added to an availability set. /// [JsonProperty(PropertyName = "properties.availabilitySet")] public SubResource AvailabilitySet { get; set; } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetVMInstanceView.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetVMInstanceView.cs index 94d5a370b188..0a0d04711bc1 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetVMInstanceView.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetVMInstanceView.cs @@ -46,15 +46,15 @@ public VirtualMachineScaleSetVMInstanceView() /// The health status for the VM. /// Boot Diagnostics is a debugging /// feature which allows you to view Console Output and Screenshot to - /// diagnose VM status. <br><br> You can easily view the - /// output of your console log. <br><br> Azure also enables - /// you to see a screenshot of the VM from the hypervisor. + /// diagnose VM status. You can easily view the output of your console + /// log. Azure also enables you to see a screenshot of the VM from the + /// hypervisor. /// The resource status information. /// Resource id of the dedicated host, on /// which the virtual machine is allocated through automatic placement, /// when the virtual machine is associated with a dedicated host group - /// that has automatic placement enabled. <br><br>Minimum - /// api-version: 2020-06-01. + /// that has automatic placement enabled. Minimum api-version: + /// 2020-06-01. /// The placement group in which the VM /// is running. If the VM is deallocated it will not have a /// placementGroupId. @@ -151,9 +151,8 @@ public VirtualMachineScaleSetVMInstanceView() /// /// Gets or sets boot Diagnostics is a debugging feature which allows /// you to view Console Output and Screenshot to diagnose VM status. - /// &lt;br&gt;&lt;br&gt; You can easily view the output - /// of your console log. &lt;br&gt;&lt;br&gt; Azure - /// also enables you to see a screenshot of the VM from the hypervisor. + /// You can easily view the output of your console log. Azure also + /// enables you to see a screenshot of the VM from the hypervisor. /// [JsonProperty(PropertyName = "bootDiagnostics")] public BootDiagnosticsInstanceView BootDiagnostics { get; set; } @@ -168,9 +167,7 @@ public VirtualMachineScaleSetVMInstanceView() /// Gets resource id of the dedicated host, on which the virtual /// machine is allocated through automatic placement, when the virtual /// machine is associated with a dedicated host group that has - /// automatic placement enabled. - /// &lt;br&gt;&lt;br&gt;Minimum api-version: - /// 2020-06-01. + /// automatic placement enabled. Minimum api-version: 2020-06-01. /// [JsonProperty(PropertyName = "assignedHost")] public string AssignedHost { get; private set; } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetVMProfile.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetVMProfile.cs index 8b5e821b7135..1ae3c4c8ff17 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetVMProfile.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetVMProfile.cs @@ -40,8 +40,7 @@ public VirtualMachineScaleSetVMProfile() /// Specifies the Security related /// profile settings for the virtual machines in the scale set. /// Specifies the boot diagnostic - /// settings state. <br><br>Minimum api-version: - /// 2015-06-15. + /// settings state. Minimum api-version: 2015-06-15. /// Specifies a collection of settings /// for extensions installed on virtual machines in the scale /// set. @@ -59,34 +58,30 @@ public VirtualMachineScaleSetVMProfile() /// Server](https://docs.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux) /// <br><br> Minimum api-version: 2015-06-15 /// Specifies the priority for the virtual - /// machines in the scale set. <br><br>Minimum api-version: - /// 2017-10-30-preview. Possible values include: 'Regular', 'Low', - /// 'Spot' + /// machines in the scale set. Minimum api-version: 2017-10-30-preview. + /// Possible values include: 'Regular', 'Low', 'Spot' /// Specifies the eviction policy for the - /// Azure Spot virtual machine and Azure Spot scale set. - /// <br><br>For Azure Spot virtual machines, both - /// 'Deallocate' and 'Delete' are supported and the minimum api-version - /// is 2019-03-01. <br><br>For Azure Spot scale sets, both - /// 'Deallocate' and 'Delete' are supported and the minimum api-version - /// is 2017-10-30-preview. Possible values include: 'Deallocate', - /// 'Delete' + /// Azure Spot virtual machine and Azure Spot scale set. For Azure Spot + /// virtual machines, both 'Deallocate' and 'Delete' are supported and + /// the minimum api-version is 2019-03-01. For Azure Spot scale sets, + /// both 'Deallocate' and 'Delete' are supported and the minimum + /// api-version is 2017-10-30-preview. Possible values include: + /// 'Deallocate', 'Delete' /// Specifies the billing related details - /// of a Azure Spot VMSS. <br><br>Minimum api-version: - /// 2019-03-01. + /// of a Azure Spot VMSS. Minimum api-version: 2019-03-01. /// Specifies Scheduled Event /// related configurations. /// UserData for the virtual machines in the /// scale set, which must be base-64 encoded. Customer should not pass - /// any secrets in here. <br><br>Minimum api-version: - /// 2021-03-01 + /// any secrets in here. Minimum api-version: 2021-03-01. /// Specifies the capacity - /// reservation related details of a scale set. - /// <br><br>Minimum api-version: 2021-04-01. + /// reservation related details of a scale set. Minimum api-version: + /// 2021-04-01. /// Specifies the gallery applications /// that should be made available to the VM/VMSS /// Specifies the hardware profile - /// related details of a scale set. <br><br>Minimum - /// api-version: 2021-11-01. + /// related details of a scale set. Minimum api-version: + /// 2021-11-01. /// Specifies the service /// artifact reference id used to set same image version for all /// virtual machines in the scale set when using 'latest' image @@ -146,9 +141,8 @@ public VirtualMachineScaleSetVMProfile() public SecurityProfile SecurityProfile { get; set; } /// - /// Gets or sets specifies the boot diagnostic settings state. - /// &lt;br&gt;&lt;br&gt;Minimum api-version: - /// 2015-06-15. + /// Gets or sets specifies the boot diagnostic settings state. Minimum + /// api-version: 2015-06-15. /// [JsonProperty(PropertyName = "diagnosticsProfile")] public DiagnosticsProfile DiagnosticsProfile { get; set; } @@ -183,20 +177,17 @@ public VirtualMachineScaleSetVMProfile() /// /// Gets or sets specifies the priority for the virtual machines in the - /// scale set. &lt;br&gt;&lt;br&gt;Minimum api-version: - /// 2017-10-30-preview. Possible values include: 'Regular', 'Low', - /// 'Spot' + /// scale set. Minimum api-version: 2017-10-30-preview. Possible values + /// include: 'Regular', 'Low', 'Spot' /// [JsonProperty(PropertyName = "priority")] public string Priority { get; set; } /// /// Gets or sets specifies the eviction policy for the Azure Spot - /// virtual machine and Azure Spot scale set. - /// &lt;br&gt;&lt;br&gt;For Azure Spot virtual + /// virtual machine and Azure Spot scale set. For Azure Spot virtual /// machines, both 'Deallocate' and 'Delete' are supported and the - /// minimum api-version is 2019-03-01. - /// &lt;br&gt;&lt;br&gt;For Azure Spot scale sets, both + /// minimum api-version is 2019-03-01. For Azure Spot scale sets, both /// 'Deallocate' and 'Delete' are supported and the minimum api-version /// is 2017-10-30-preview. Possible values include: 'Deallocate', /// 'Delete' @@ -206,8 +197,7 @@ public VirtualMachineScaleSetVMProfile() /// /// Gets or sets specifies the billing related details of a Azure Spot - /// VMSS. &lt;br&gt;&lt;br&gt;Minimum api-version: - /// 2019-03-01. + /// VMSS. Minimum api-version: 2019-03-01. /// [JsonProperty(PropertyName = "billingProfile")] public BillingProfile BillingProfile { get; set; } @@ -221,16 +211,14 @@ public VirtualMachineScaleSetVMProfile() /// /// Gets or sets userData for the virtual machines in the scale set, /// which must be base-64 encoded. Customer should not pass any secrets - /// in here. &lt;br&gt;&lt;br&gt;Minimum api-version: - /// 2021-03-01 + /// in here. Minimum api-version: 2021-03-01. /// [JsonProperty(PropertyName = "userData")] public string UserData { get; set; } /// /// Gets or sets specifies the capacity reservation related details of - /// a scale set. &lt;br&gt;&lt;br&gt;Minimum - /// api-version: 2021-04-01. + /// a scale set. Minimum api-version: 2021-04-01. /// [JsonProperty(PropertyName = "capacityReservation")] public CapacityReservationProfile CapacityReservation { get; set; } @@ -244,8 +232,7 @@ public VirtualMachineScaleSetVMProfile() /// /// Gets or sets specifies the hardware profile related details of a - /// scale set. &lt;br&gt;&lt;br&gt;Minimum api-version: - /// 2021-11-01. + /// scale set. Minimum api-version: 2021-11-01. /// [JsonProperty(PropertyName = "hardwareProfile")] public VirtualMachineScaleSetHardwareProfile HardwareProfile { get; set; } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineUpdate.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineUpdate.cs index 7f9bef22ff2f..e25d5678d1ed 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineUpdate.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineUpdate.cs @@ -56,59 +56,54 @@ public VirtualMachineUpdate() /// Specifies the Security related /// profile settings for the virtual machine. /// Specifies the boot diagnostic - /// settings state. <br><br>Minimum api-version: - /// 2015-06-15. + /// settings state. Minimum api-version: 2015-06-15. /// 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. The availability set to which - /// the VM is being added should be under the same resource group as - /// the availability set resource. An existing VM cannot be added to an - /// availability set. <br><br>This property cannot exist - /// along with a non-null properties.virtualMachineScaleSet - /// reference. + /// 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 availability set at creation + /// time. The availability set to which the VM is being added should be + /// under the same resource group as the availability set resource. An + /// existing VM cannot be added to an availability set. This property + /// cannot exist along with a non-null + /// properties.virtualMachineScaleSet reference. /// Specifies information about /// the virtual machine scale set that the virtual machine should be /// assigned to. Virtual machines specified in the same virtual machine /// scale set are allocated to different nodes to maximize /// availability. Currently, a VM can only be added to virtual machine /// scale set at creation time. An existing VM cannot be added to a - /// virtual machine scale set. <br><br>This property cannot - /// exist along with a non-null properties.availabilitySet reference. - /// <br><br>Minimum api‐version: 2019‐03‐01 + /// virtual machine scale set. This property cannot exist along with a + /// non-null properties.availabilitySet reference. Minimum api‐version: + /// 2019‐03‐01. /// Specifies information about /// the proximity placement group that the virtual machine should be - /// assigned to. <br><br>Minimum api-version: - /// 2018-04-01. + /// assigned to. Minimum api-version: 2018-04-01. /// Specifies the priority for the virtual - /// machine. <br><br>Minimum api-version: 2019-03-01. - /// Possible values include: 'Regular', 'Low', 'Spot' + /// machine. Minimum api-version: 2019-03-01. Possible values include: + /// 'Regular', 'Low', 'Spot' /// Specifies the eviction policy for the - /// Azure Spot virtual machine and Azure Spot scale set. - /// <br><br>For Azure Spot virtual machines, both - /// 'Deallocate' and 'Delete' are supported and the minimum api-version - /// is 2019-03-01. <br><br>For Azure Spot scale sets, both - /// 'Deallocate' and 'Delete' are supported and the minimum api-version - /// is 2017-10-30-preview. Possible values include: 'Deallocate', - /// 'Delete' + /// Azure Spot virtual machine and Azure Spot scale set. For Azure Spot + /// virtual machines, both 'Deallocate' and 'Delete' are supported and + /// the minimum api-version is 2019-03-01. For Azure Spot scale sets, + /// both 'Deallocate' and 'Delete' are supported and the minimum + /// api-version is 2017-10-30-preview. Possible values include: + /// 'Deallocate', 'Delete' /// Specifies the billing related details - /// of a Azure Spot virtual machine. <br><br>Minimum - /// api-version: 2019-03-01. + /// of a Azure Spot virtual machine. Minimum api-version: + /// 2019-03-01. /// Specifies information about the dedicated host - /// that the virtual machine resides in. <br><br>Minimum - /// api-version: 2018-10-01. + /// that the virtual machine resides in. Minimum api-version: + /// 2018-10-01. /// Specifies information about the dedicated - /// host group that the virtual machine resides in. - /// <br><br>Minimum api-version: 2020-06-01. - /// <br><br>NOTE: User cannot specify both host and - /// hostGroup properties. + /// host group that the virtual machine resides in. **Note:** User + /// cannot specify both host and hostGroup properties. Minimum + /// api-version: 2020-06-01. /// The provisioning state, which only /// appears in the response. /// The virtual machine instance @@ -132,33 +127,32 @@ public VirtualMachineUpdate() /// Specifies the time alloted for /// all extensions to start. The time duration should be between 15 /// minutes and 120 minutes (inclusive) and should be specified in ISO - /// 8601 format. The default value is 90 minutes (PT1H30M). - /// <br><br> Minimum api-version: 2020-06-01 + /// 8601 format. The default value is 90 minutes (PT1H30M). Minimum + /// api-version: 2020-06-01. /// Specifies the scale set logical /// fault domain into which the Virtual Machine will be created. By /// default, the Virtual Machine will by automatically assigned to a /// fault domain that best maintains balance across available fault - /// domains.<br><li>This is applicable only if the - /// 'virtualMachineScaleSet' property of this Virtual Machine is - /// set.<li>The Virtual Machine Scale Set that is referenced, - /// must have 'platformFaultDomainCount' &gt; 1.<li>This - /// property cannot be updated once the Virtual Machine is - /// created.<li>Fault domain assignment can be viewed in the - /// Virtual Machine Instance View.<br><br>Minimum - /// api‐version: 2020‐12‐01 + /// domains. This is applicable only if the 'virtualMachineScaleSet' + /// property of this Virtual Machine is set. The Virtual Machine Scale + /// Set that is referenced, must have 'platformFaultDomainCount' + /// greater than 1. This property cannot be updated once the Virtual + /// Machine is created. Fault domain assignment can be viewed in the + /// Virtual Machine Instance View. Minimum api‐version: + /// 2020‐12‐01. /// Specifies Scheduled Event /// related configurations. /// UserData for the VM, which must be base-64 - /// encoded. Customer should not pass any secrets in here. - /// <br><br>Minimum api-version: 2021-03-01 + /// encoded. Customer should not pass any secrets in here. Minimum + /// api-version: 2021-03-01. /// Specifies information about the /// capacity reservation that is used to allocate virtual machine. - /// <br><br>Minimum api-version: 2021-04-01. + /// Minimum api-version: 2021-04-01. /// Specifies the gallery applications - /// that should be made available to the VM/VMSS + /// that should be made available to the VM/VMSS. /// Specifies the time at which the Virtual - /// Machine resource was created.<br><br>Minimum - /// api-version: 2021-11-01. + /// Machine resource was created. Minimum api-version: + /// 2021-11-01. /// The identity of the virtual machine, if /// configured. /// The virtual machine zones. @@ -258,9 +252,8 @@ public VirtualMachineUpdate() public SecurityProfile SecurityProfile { get; set; } /// - /// Gets or sets specifies the boot diagnostic settings state. - /// &lt;br&gt;&lt;br&gt;Minimum api-version: - /// 2015-06-15. + /// Gets or sets specifies the boot diagnostic settings state. Minimum + /// api-version: 2015-06-15. /// [JsonProperty(PropertyName = "properties.diagnosticsProfile")] public DiagnosticsProfile DiagnosticsProfile { get; set; } @@ -272,16 +265,14 @@ public VirtualMachineUpdate() /// nodes to maximize availability. For more information about /// availability sets, see [Availability sets /// overview](https://docs.microsoft.com/azure/virtual-machines/availability-set-overview). - /// &lt;br&gt;&lt;br&gt; 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) - /// &lt;br&gt;&lt;br&gt; Currently, a VM can only be - /// added to availability set at creation time. The availability set to - /// which the VM is being added should be under the same resource group - /// as the availability set resource. An existing VM cannot be added to - /// an availability set. &lt;br&gt;&lt;br&gt;This - /// property cannot exist along with a non-null + /// 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 availability set at creation + /// time. The availability set to which the VM is being added should be + /// under the same resource group as the availability set resource. An + /// existing VM cannot be added to an availability set. This property + /// cannot exist along with a non-null /// properties.virtualMachineScaleSet reference. /// [JsonProperty(PropertyName = "properties.availabilitySet")] @@ -293,38 +284,35 @@ public VirtualMachineUpdate() /// machines specified in the same virtual machine scale set are /// allocated to different nodes to maximize availability. Currently, a /// VM can only be added to virtual machine scale set at creation time. - /// An existing VM cannot be added to a virtual machine scale set. - /// &lt;br&gt;&lt;br&gt;This property cannot exist - /// along with a non-null properties.availabilitySet reference. - /// &lt;br&gt;&lt;br&gt;Minimum api‐version: 2019‐03‐01 + /// An existing VM cannot be added to a virtual machine scale set. This + /// property cannot exist along with a non-null + /// properties.availabilitySet reference. Minimum api‐version: + /// 2019‐03‐01. /// [JsonProperty(PropertyName = "properties.virtualMachineScaleSet")] public SubResource VirtualMachineScaleSet { get; set; } /// /// Gets or sets specifies information about the proximity placement - /// group that the virtual machine should be assigned to. - /// &lt;br&gt;&lt;br&gt;Minimum api-version: - /// 2018-04-01. + /// group that the virtual machine should be assigned to. Minimum + /// api-version: 2018-04-01. /// [JsonProperty(PropertyName = "properties.proximityPlacementGroup")] public SubResource ProximityPlacementGroup { get; set; } /// /// Gets or sets specifies the priority for the virtual machine. - /// &lt;br&gt;&lt;br&gt;Minimum api-version: - /// 2019-03-01. Possible values include: 'Regular', 'Low', 'Spot' + /// Minimum api-version: 2019-03-01. Possible values include: + /// 'Regular', 'Low', 'Spot' /// [JsonProperty(PropertyName = "properties.priority")] public string Priority { get; set; } /// /// Gets or sets specifies the eviction policy for the Azure Spot - /// virtual machine and Azure Spot scale set. - /// &lt;br&gt;&lt;br&gt;For Azure Spot virtual + /// virtual machine and Azure Spot scale set. For Azure Spot virtual /// machines, both 'Deallocate' and 'Delete' are supported and the - /// minimum api-version is 2019-03-01. - /// &lt;br&gt;&lt;br&gt;For Azure Spot scale sets, both + /// minimum api-version is 2019-03-01. For Azure Spot scale sets, both /// 'Deallocate' and 'Delete' are supported and the minimum api-version /// is 2017-10-30-preview. Possible values include: 'Deallocate', /// 'Delete' @@ -334,27 +322,23 @@ public VirtualMachineUpdate() /// /// Gets or sets specifies the billing related details of a Azure Spot - /// virtual machine. &lt;br&gt;&lt;br&gt;Minimum - /// api-version: 2019-03-01. + /// virtual machine. Minimum api-version: 2019-03-01. /// [JsonProperty(PropertyName = "properties.billingProfile")] public BillingProfile BillingProfile { get; set; } /// /// Gets or sets specifies information about the dedicated host that - /// the virtual machine resides in. - /// &lt;br&gt;&lt;br&gt;Minimum api-version: - /// 2018-10-01. + /// the virtual machine resides in. Minimum api-version: 2018-10-01. /// [JsonProperty(PropertyName = "properties.host")] public SubResource Host { get; set; } /// /// Gets or sets specifies information about the dedicated host group - /// that the virtual machine resides in. - /// &lt;br&gt;&lt;br&gt;Minimum api-version: - /// 2020-06-01. &lt;br&gt;&lt;br&gt;NOTE: User cannot - /// specify both host and hostGroup properties. + /// that the virtual machine resides in. **Note:** User cannot specify + /// both host and hostGroup properties. Minimum api-version: + /// 2020-06-01. /// [JsonProperty(PropertyName = "properties.hostGroup")] public SubResource HostGroup { get; set; } @@ -404,9 +388,8 @@ public VirtualMachineUpdate() /// Gets or sets specifies the time alloted for all extensions to /// start. The time duration should be between 15 minutes and 120 /// minutes (inclusive) and should be specified in ISO 8601 format. The - /// default value is 90 minutes (PT1H30M). - /// &lt;br&gt;&lt;br&gt; Minimum api-version: - /// 2020-06-01 + /// default value is 90 minutes (PT1H30M). Minimum api-version: + /// 2020-06-01. /// [JsonProperty(PropertyName = "properties.extensionsTimeBudget")] public string ExtensionsTimeBudget { get; set; } @@ -415,16 +398,13 @@ public VirtualMachineUpdate() /// Gets or sets specifies the scale set logical fault domain into /// which the Virtual Machine will be created. By default, the Virtual /// Machine will by automatically assigned to a fault domain that best - /// maintains balance across available fault - /// domains.&lt;br&gt;&lt;li&gt;This is applicable only - /// if the 'virtualMachineScaleSet' property of this Virtual Machine is - /// set.&lt;li&gt;The Virtual Machine Scale Set that is - /// referenced, must have 'platformFaultDomainCount' &amp;gt; - /// 1.&lt;li&gt;This property cannot be updated once the - /// Virtual Machine is created.&lt;li&gt;Fault domain - /// assignment can be viewed in the Virtual Machine Instance - /// View.&lt;br&gt;&lt;br&gt;Minimum api‐version: - /// 2020‐12‐01 + /// maintains balance across available fault domains. This is + /// applicable only if the 'virtualMachineScaleSet' property of this + /// Virtual Machine is set. The Virtual Machine Scale Set that is + /// referenced, must have 'platformFaultDomainCount' greater than 1. + /// This property cannot be updated once the Virtual Machine is + /// created. Fault domain assignment can be viewed in the Virtual + /// Machine Instance View. Minimum api‐version: 2020‐12‐01. /// [JsonProperty(PropertyName = "properties.platformFaultDomain")] public int? PlatformFaultDomain { get; set; } @@ -437,16 +417,15 @@ public VirtualMachineUpdate() /// /// Gets or sets userData for the VM, which must be base-64 encoded. - /// Customer should not pass any secrets in here. - /// &lt;br&gt;&lt;br&gt;Minimum api-version: 2021-03-01 + /// Customer should not pass any secrets in here. Minimum api-version: + /// 2021-03-01. /// [JsonProperty(PropertyName = "properties.userData")] public string UserData { get; set; } /// /// Gets or sets specifies information about the capacity reservation - /// that is used to allocate virtual machine. - /// &lt;br&gt;&lt;br&gt;Minimum api-version: + /// that is used to allocate virtual machine. Minimum api-version: /// 2021-04-01. /// [JsonProperty(PropertyName = "properties.capacityReservation")] @@ -454,15 +433,14 @@ public VirtualMachineUpdate() /// /// Gets or sets specifies the gallery applications that should be made - /// available to the VM/VMSS + /// available to the VM/VMSS. /// [JsonProperty(PropertyName = "properties.applicationProfile")] public ApplicationProfile ApplicationProfile { get; set; } /// /// Gets specifies the time at which the Virtual Machine resource was - /// created.&lt;br&gt;&lt;br&gt;Minimum api-version: - /// 2021-11-01. + /// created. Minimum api-version: 2021-11-01. /// [JsonProperty(PropertyName = "properties.timeCreated")] public System.DateTime? TimeCreated { get; private set; } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/WinRMListener.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/WinRMListener.cs index 94f259168a04..a7b2f860aee4 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/WinRMListener.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/WinRMListener.cs @@ -30,15 +30,14 @@ public WinRMListener() /// Initializes a new instance of the WinRMListener class. /// /// Specifies the protocol of WinRM listener. - /// <br><br> Possible values are: <br>**http** - /// <br><br> **https**. Possible values include: 'Http', - /// 'Https' + /// Possible values are: **http,** **https.**. Possible values include: + /// 'Http', 'Https' /// This is the URL of a certificate that /// has been uploaded to Key Vault as a secret. For adding a secret to /// the Key Vault, see [Add a key or secret to the key /// vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add). - /// In this case, your certificate needs to be It is the Base64 - /// encoding of the following JSON Object which is encoded in UTF-8: + /// In this case, your certificate needs to be the Base64 encoding of + /// the following JSON Object which is encoded in UTF-8: /// <br><br> {<br> /// "data":"<Base64-encoded-certificate>",<br> /// "dataType":"pfx",<br> @@ -61,10 +60,9 @@ public WinRMListener() partial void CustomInit(); /// - /// Gets or sets specifies the protocol of WinRM listener. - /// &lt;br&gt;&lt;br&gt; Possible values are: - /// &lt;br&gt;**http** &lt;br&gt;&lt;br&gt; - /// **https**. Possible values include: 'Http', 'Https' + /// Gets or sets specifies the protocol of WinRM listener. Possible + /// values are: **http,** **https.**. Possible values include: 'Http', + /// 'Https' /// [JsonProperty(PropertyName = "protocol")] public ProtocolTypes? Protocol { get; set; } @@ -74,8 +72,8 @@ public WinRMListener() /// uploaded to Key Vault as a secret. For adding a secret to the Key /// Vault, see [Add a key or secret to the key /// vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add). - /// In this case, your certificate needs to be It is the Base64 - /// encoding of the following JSON Object which is encoded in UTF-8: + /// In this case, your certificate needs to be the Base64 encoding of + /// the following JSON Object which is encoded in UTF-8: /// &lt;br&gt;&lt;br&gt; {&lt;br&gt; /// "data":"&lt;Base64-encoded-certificate&gt;",&lt;br&gt; /// "dataType":"pfx",&lt;br&gt; diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/WindowsConfiguration.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/WindowsConfiguration.cs index 2f900b18b6ce..191e34776a16 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/WindowsConfiguration.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/WindowsConfiguration.cs @@ -32,19 +32,16 @@ public WindowsConfiguration() /// Initializes a new instance of the WindowsConfiguration class. /// /// Indicates whether virtual machine - /// agent should be provisioned on the virtual machine. - /// <br><br> When this property is not specified in the - /// request body, default behavior is to set it to true. This will - /// ensure that VM Agent is installed on the VM so that extensions can - /// be added to the VM later. + /// agent should be provisioned on the virtual machine. When this + /// property is not specified in the request body, it is set to true by + /// default. This will ensure that VM Agent is installed on the VM so + /// that extensions can be added to the VM later. /// Indicates whether Automatic /// Updates is enabled for the Windows virtual machine. Default value - /// is true. <br><br> For virtual machine scale sets, this - /// property can be updated and updates will take effect on OS - /// reprovisioning. + /// is true. For virtual machine scale sets, this property can be + /// updated and updates will take effect on OS reprovisioning. /// Specifies the time zone of the virtual - /// machine. e.g. "Pacific Standard Time". <br><br> - /// Possible values can be + /// machine. e.g. "Pacific Standard Time". Possible values can be /// [TimeZoneInfo.Id](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.id?#System_TimeZoneInfo_Id) /// value from time zones returned by /// [TimeZoneInfo.GetSystemTimeZones](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.getsystemtimezones). @@ -77,29 +74,26 @@ public WindowsConfiguration() /// /// Gets or sets indicates whether virtual machine agent should be - /// provisioned on the virtual machine. - /// &lt;br&gt;&lt;br&gt; When this property is not - /// specified in the request body, default behavior is to set it to - /// true. This will ensure that VM Agent is installed on the VM so - /// that extensions can be added to the VM later. + /// provisioned on the virtual machine. When this property is not + /// specified in the request body, it is set to true by default. This + /// will ensure that VM Agent is installed on the VM so that extensions + /// can be added to the VM later. /// [JsonProperty(PropertyName = "provisionVMAgent")] public bool? ProvisionVMAgent { get; set; } /// /// Gets or sets indicates whether Automatic Updates is enabled for the - /// Windows virtual machine. Default value is true. - /// &lt;br&gt;&lt;br&gt; For virtual machine scale - /// sets, this property can be updated and updates will take effect on - /// OS reprovisioning. + /// Windows virtual machine. Default value is true. For virtual machine + /// scale sets, this property can be updated and updates will take + /// effect on OS reprovisioning. /// [JsonProperty(PropertyName = "enableAutomaticUpdates")] public bool? EnableAutomaticUpdates { get; set; } /// /// Gets or sets specifies the time zone of the virtual machine. e.g. - /// "Pacific Standard Time". &lt;br&gt;&lt;br&gt; - /// Possible values can be + /// "Pacific Standard Time". Possible values can be /// [TimeZoneInfo.Id](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.id?#System_TimeZoneInfo_Id) /// value from time zones returned by /// [TimeZoneInfo.GetSystemTimeZones](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.getsystemtimezones). diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineScaleSetVMsOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineScaleSetVMsOperations.cs index e7e254f43340..2f7ec0c922a1 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineScaleSetVMsOperations.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineScaleSetVMsOperations.cs @@ -947,8 +947,8 @@ internal VirtualMachineScaleSetVMsOperations(ComputeManagementClient client) /// /// /// Expiration duration in minutes for the SAS URIs with a value between 1 to - /// 1440 minutes. <br><br>NOTE: If not specified, SAS URIs will be - /// generated with a default expiration duration of 120 minutes. + /// 1440 minutes. **Note:** If not specified, SAS URIs will be generated with a + /// default expiration duration of 120 minutes. /// /// /// Headers that will be added to request. diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineScaleSetVMsOperationsExtensions.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineScaleSetVMsOperationsExtensions.cs index ed942e064964..b35353778576 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineScaleSetVMsOperationsExtensions.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineScaleSetVMsOperationsExtensions.cs @@ -636,8 +636,8 @@ public static void Redeploy(this IVirtualMachineScaleSetVMsOperations operations /// /// /// Expiration duration in minutes for the SAS URIs with a value between 1 to - /// 1440 minutes. <br><br>NOTE: If not specified, SAS URIs will be - /// generated with a default expiration duration of 120 minutes. + /// 1440 minutes. **Note:** If not specified, SAS URIs will be generated with a + /// default expiration duration of 120 minutes. /// public static RetrieveBootDiagnosticsDataResult RetrieveBootDiagnosticsData(this IVirtualMachineScaleSetVMsOperations operations, string resourceGroupName, string vmScaleSetName, string instanceId, int? sasUriExpirationTimeInMinutes = default(int?)) { @@ -662,8 +662,8 @@ public static void Redeploy(this IVirtualMachineScaleSetVMsOperations operations /// /// /// Expiration duration in minutes for the SAS URIs with a value between 1 to - /// 1440 minutes. <br><br>NOTE: If not specified, SAS URIs will be - /// generated with a default expiration duration of 120 minutes. + /// 1440 minutes. **Note:** If not specified, SAS URIs will be generated with a + /// default expiration duration of 120 minutes. /// /// /// The cancellation token. diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachinesOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachinesOperations.cs index db642cceee0d..327e32bb4f7a 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachinesOperations.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachinesOperations.cs @@ -798,11 +798,10 @@ internal VirtualMachinesOperations(ComputeManagementClient client) /// /// Sets the OS state of the virtual machine to generalized. It is recommended - /// to sysprep the virtual machine before performing this operation. - /// <br>For Windows, please refer to [Create a managed image of a - /// generalized VM in - /// Azure](https://docs.microsoft.com/azure/virtual-machines/windows/capture-image-resource).<br>For - /// Linux, please refer to [How to create an image of a virtual machine or + /// to sysprep the virtual machine before performing this operation. For + /// Windows, please refer to [Create a managed image of a generalized VM in + /// Azure](https://docs.microsoft.com/azure/virtual-machines/windows/capture-image-resource). + /// For Linux, please refer to [How to create an image of a virtual machine or /// VHD](https://docs.microsoft.com/azure/virtual-machines/linux/capture-image). /// /// @@ -1723,8 +1722,8 @@ internal VirtualMachinesOperations(ComputeManagementClient client) /// /// /// Expiration duration in minutes for the SAS URIs with a value between 1 to - /// 1440 minutes. <br><br>NOTE: If not specified, SAS URIs will be - /// generated with a default expiration duration of 120 minutes. + /// 1440 minutes. **Note:** If not specified, SAS URIs will be generated with a + /// default expiration duration of 120 minutes. /// /// /// Headers that will be added to request. diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachinesOperationsExtensions.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachinesOperationsExtensions.cs index 29881dee9a72..49a85cd5dadd 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachinesOperationsExtensions.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachinesOperationsExtensions.cs @@ -428,11 +428,10 @@ public static void ConvertToManagedDisks(this IVirtualMachinesOperations operati /// /// Sets the OS state of the virtual machine to generalized. It is recommended - /// to sysprep the virtual machine before performing this operation. - /// <br>For Windows, please refer to [Create a managed image of a - /// generalized VM in - /// Azure](https://docs.microsoft.com/azure/virtual-machines/windows/capture-image-resource).<br>For - /// Linux, please refer to [How to create an image of a virtual machine or + /// to sysprep the virtual machine before performing this operation. For + /// Windows, please refer to [Create a managed image of a generalized VM in + /// Azure](https://docs.microsoft.com/azure/virtual-machines/windows/capture-image-resource). + /// For Linux, please refer to [How to create an image of a virtual machine or /// VHD](https://docs.microsoft.com/azure/virtual-machines/linux/capture-image). /// /// @@ -451,11 +450,10 @@ public static void Generalize(this IVirtualMachinesOperations operations, string /// /// Sets the OS state of the virtual machine to generalized. It is recommended - /// to sysprep the virtual machine before performing this operation. - /// <br>For Windows, please refer to [Create a managed image of a - /// generalized VM in - /// Azure](https://docs.microsoft.com/azure/virtual-machines/windows/capture-image-resource).<br>For - /// Linux, please refer to [How to create an image of a virtual machine or + /// to sysprep the virtual machine before performing this operation. For + /// Windows, please refer to [Create a managed image of a generalized VM in + /// Azure](https://docs.microsoft.com/azure/virtual-machines/windows/capture-image-resource). + /// For Linux, please refer to [How to create an image of a virtual machine or /// VHD](https://docs.microsoft.com/azure/virtual-machines/linux/capture-image). /// /// @@ -882,8 +880,8 @@ public static void Redeploy(this IVirtualMachinesOperations operations, string r /// /// /// Expiration duration in minutes for the SAS URIs with a value between 1 to - /// 1440 minutes. <br><br>NOTE: If not specified, SAS URIs will be - /// generated with a default expiration duration of 120 minutes. + /// 1440 minutes. **Note:** If not specified, SAS URIs will be generated with a + /// default expiration duration of 120 minutes. /// public static RetrieveBootDiagnosticsDataResult RetrieveBootDiagnosticsData(this IVirtualMachinesOperations operations, string resourceGroupName, string vmName, int? sasUriExpirationTimeInMinutes = default(int?)) { @@ -905,8 +903,8 @@ public static void Redeploy(this IVirtualMachinesOperations operations, string r /// /// /// Expiration duration in minutes for the SAS URIs with a value between 1 to - /// 1440 minutes. <br><br>NOTE: If not specified, SAS URIs will be - /// generated with a default expiration duration of 120 minutes. + /// 1440 minutes. **Note:** If not specified, SAS URIs will be generated with a + /// default expiration duration of 120 minutes. /// /// /// The cancellation token.