From a88f9f84ba9f62046c1e5a3558f27e7cb2dbf385 Mon Sep 17 00:00:00 2001 From: Hyonho Lee Date: Wed, 26 Jun 2019 15:43:32 -0700 Subject: [PATCH] Generate Compute SDK with the latest Swagger spec. --- .../IVirtualMachineScaleSetVMsOperations.cs | 8 +++++-- .../Generated/IVirtualMachinesOperations.cs | 8 +++++-- .../Models/AutomaticOSUpgradePolicy.cs | 12 +++++----- .../Generated/Models/HyperVGenerationType.cs | 22 +++++++++++++++++++ .../Models/ProximityPlacementGroup.cs | 13 ++++++----- .../Models/VirtualMachineInstanceView.cs | 13 ++++++++++- .../Models/VirtualMachineReimageParameters.cs | 6 +++-- ...VirtualMachineScaleSetReimageParameters.cs | 3 ++- ...rtualMachineScaleSetVMReimageParameters.cs | 3 ++- .../Generated/Models/WindowsConfiguration.cs | 10 ++++----- .../VirtualMachineScaleSetVMsOperations.cs | 8 +++++-- ...lMachineScaleSetVMsOperationsExtensions.cs | 16 ++++++++++---- .../Generated/VirtualMachinesOperations.cs | 8 +++++-- .../VirtualMachinesOperationsExtensions.cs | 16 ++++++++++---- .../Microsoft.Azure.Management.Compute.csproj | 4 ++-- .../src/Properties/AssemblyInfo.cs | 2 +- 16 files changed, 112 insertions(+), 40 deletions(-) create mode 100644 sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/HyperVGenerationType.cs 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 7207e9ace55c..de5198b96027 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/IVirtualMachineScaleSetVMsOperations.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/IVirtualMachineScaleSetVMsOperations.cs @@ -38,7 +38,9 @@ public partial interface IVirtualMachineScaleSetVMsOperations /// The instance ID of the virtual machine. /// /// - /// Specifies whether to reimage temp disk. Default value: false. + /// Specifies whether to reimage temp disk. Default value: false. Note: + /// This temp disk reimage parameter is only supported for VM/VMSS with + /// Ephemeral OS disk. /// /// /// The headers that will be added to request. @@ -431,7 +433,9 @@ public partial interface IVirtualMachineScaleSetVMsOperations /// The instance ID of the virtual machine. /// /// - /// Specifies whether to reimage temp disk. Default value: false. + /// Specifies whether to reimage temp disk. Default value: false. Note: + /// This temp disk reimage parameter is only supported for VM/VMSS with + /// Ephemeral OS disk. /// /// /// 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 49d605b45ad1..a5ec2cf820ab 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/IVirtualMachinesOperations.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/IVirtualMachinesOperations.cs @@ -457,7 +457,9 @@ public partial interface IVirtualMachinesOperations /// The name of the virtual machine. /// /// - /// Specifies whether to reimage temp disk. Default value: false. + /// Specifies whether to reimage temp disk. Default value: false. Note: + /// This temp disk reimage parameter is only supported for VM/VMSS with + /// Ephemeral OS disk. /// /// /// The headers that will be added to request. @@ -783,7 +785,9 @@ public partial interface IVirtualMachinesOperations /// The name of the virtual machine. /// /// - /// Specifies whether to reimage temp disk. Default value: false. + /// Specifies whether to reimage temp disk. Default value: false. Note: + /// This temp disk reimage parameter is only supported for VM/VMSS with + /// Ephemeral OS disk. /// /// /// 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 1a7ad4aca3b4..ac704d99049b 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,10 +32,10 @@ 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. If this is set to true for - /// Windows based scale sets, recommendation is to set + /// available. Default value is false. <br><br> 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) - /// to false. + /// is automatically set to false and cannot be set to true. /// Whether OS image rollback /// feature should be disabled. Default value is false. public AutomaticOSUpgradePolicy(bool? enableAutomaticOSUpgrade = default(bool?), bool? disableAutomaticRollback = default(bool?)) @@ -54,10 +54,10 @@ 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. - /// If this is set to true for Windows based scale sets, recommendation - /// is to set + /// &lt;br&gt;&lt;br&gt; 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) - /// to false. + /// is automatically set to false and cannot be set to true. /// [JsonProperty(PropertyName = "enableAutomaticOSUpgrade")] public bool? EnableAutomaticOSUpgrade { get; set; } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/HyperVGenerationType.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/HyperVGenerationType.cs new file mode 100644 index 000000000000..d8e6cbcd3646 --- /dev/null +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/HyperVGenerationType.cs @@ -0,0 +1,22 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Compute.Models +{ + + /// + /// Defines values for HyperVGenerationType. + /// + public static class HyperVGenerationType + { + public const string V1 = "V1"; + public const string V2 = "V2"; + } +} 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 ab6d2f16a1d4..3df34afcb1bc 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 @@ -41,8 +41,10 @@ public ProximityPlacementGroup() /// Resource tags /// Specifies the type of the /// proximity placement group. <br><br> Possible values - /// are: <br><br> **Standard** <br><br> - /// **Ultra**. Possible values include: 'Standard', 'Ultra' + /// are: <br><br> **Standard** : Co-locate resources within + /// an Azure region or Availability Zone. <br><br> + /// **Ultra** : For future use. Possible values include: 'Standard', + /// 'Ultra' /// A list of references to all virtual /// machines in the proximity placement group. /// A list of references to all @@ -68,9 +70,10 @@ 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** - /// &lt;br&gt;&lt;br&gt; **Ultra**. Possible values - /// include: 'Standard', 'Ultra' + /// &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 include: 'Standard', 'Ultra' /// [JsonProperty(PropertyName = "properties.proximityPlacementGroupType")] public string ProximityPlacementGroupType { get; 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 862a74a6e377..ae9d2cc73b6d 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 @@ -41,6 +41,9 @@ public VirtualMachineInstanceView() /// machine. /// The version of Operating System running on /// the virtual machine. + /// Specifies the HyperVGeneration Type + /// associated with a resource. Possible values include: 'V1', + /// 'V2' /// The Remote desktop certificate /// thumbprint. /// The VM Agent running on the virtual @@ -55,13 +58,14 @@ public VirtualMachineInstanceView() /// output of your console log. <br><br> Azure also enables /// you to see a screenshot of the VM from the hypervisor. /// The resource status information. - public VirtualMachineInstanceView(int? platformUpdateDomain = default(int?), int? platformFaultDomain = default(int?), string computerName = default(string), string osName = default(string), string osVersion = default(string), string rdpThumbPrint = default(string), VirtualMachineAgentInstanceView vmAgent = default(VirtualMachineAgentInstanceView), MaintenanceRedeployStatus maintenanceRedeployStatus = default(MaintenanceRedeployStatus), IList disks = default(IList), IList extensions = default(IList), BootDiagnosticsInstanceView bootDiagnostics = default(BootDiagnosticsInstanceView), IList statuses = default(IList)) + public VirtualMachineInstanceView(int? platformUpdateDomain = default(int?), int? platformFaultDomain = default(int?), string computerName = default(string), string osName = default(string), string osVersion = default(string), string hyperVGeneration = default(string), string rdpThumbPrint = default(string), VirtualMachineAgentInstanceView vmAgent = default(VirtualMachineAgentInstanceView), MaintenanceRedeployStatus maintenanceRedeployStatus = default(MaintenanceRedeployStatus), IList disks = default(IList), IList extensions = default(IList), BootDiagnosticsInstanceView bootDiagnostics = default(BootDiagnosticsInstanceView), IList statuses = default(IList)) { PlatformUpdateDomain = platformUpdateDomain; PlatformFaultDomain = platformFaultDomain; ComputerName = computerName; OsName = osName; OsVersion = osVersion; + HyperVGeneration = hyperVGeneration; RdpThumbPrint = rdpThumbPrint; VmAgent = vmAgent; MaintenanceRedeployStatus = maintenanceRedeployStatus; @@ -108,6 +112,13 @@ public VirtualMachineInstanceView() [JsonProperty(PropertyName = "osVersion")] public string OsVersion { get; set; } + /// + /// Gets or sets specifies the HyperVGeneration Type associated with a + /// resource. Possible values include: 'V1', 'V2' + /// + [JsonProperty(PropertyName = "hyperVGeneration")] + public string HyperVGeneration { get; set; } + /// /// Gets or sets the Remote desktop certificate thumbprint. /// diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineReimageParameters.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineReimageParameters.cs index dc2a48e41418..8968579d4f8a 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineReimageParameters.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineReimageParameters.cs @@ -33,7 +33,8 @@ public VirtualMachineReimageParameters() /// class. /// /// Specifies whether to reimage temp disk. - /// Default value: false. + /// Default value: false. Note: This temp disk reimage parameter is + /// only supported for VM/VMSS with Ephemeral OS disk. public VirtualMachineReimageParameters(bool? tempDisk = default(bool?)) { TempDisk = tempDisk; @@ -47,7 +48,8 @@ public VirtualMachineReimageParameters() /// /// Gets or sets specifies whether to reimage temp disk. Default value: - /// false. + /// false. Note: This temp disk reimage parameter is only supported for + /// VM/VMSS with Ephemeral OS disk. /// [JsonProperty(PropertyName = "tempDisk")] public bool? TempDisk { get; set; } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetReimageParameters.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetReimageParameters.cs index 0d29db5e58a0..7aec9d687117 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetReimageParameters.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetReimageParameters.cs @@ -34,7 +34,8 @@ public VirtualMachineScaleSetReimageParameters() /// VirtualMachineScaleSetReimageParameters class. /// /// Specifies whether to reimage temp disk. - /// Default value: false. + /// Default value: false. Note: This temp disk reimage parameter is + /// only supported for VM/VMSS with Ephemeral OS disk. /// The virtual machine scale set instance /// ids. Omitting the virtual machine scale set instance ids will /// result in the operation being performed on all virtual machines in diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetVMReimageParameters.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetVMReimageParameters.cs index 195393794001..120ffb1715b9 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetVMReimageParameters.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetVMReimageParameters.cs @@ -31,7 +31,8 @@ public VirtualMachineScaleSetVMReimageParameters() /// VirtualMachineScaleSetVMReimageParameters class. /// /// Specifies whether to reimage temp disk. - /// Default value: false. + /// Default value: false. Note: This temp disk reimage parameter is + /// only supported for VM/VMSS with Ephemeral OS disk. public VirtualMachineScaleSetVMReimageParameters(bool? tempDisk = default(bool?)) : base(tempDisk) { 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 b2d86a79a3c4..080f87ea6ac4 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 @@ -37,9 +37,9 @@ public WindowsConfiguration() /// 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. - /// Indicates whether virtual - /// machine is enabled for automatic Windows updates. Default value is - /// true. <br><br> For virtual machine scale sets, this + /// 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. /// Specifies the time zone of the virtual @@ -76,8 +76,8 @@ public WindowsConfiguration() public bool? ProvisionVMAgent { get; set; } /// - /// Gets or sets indicates whether virtual machine is enabled for - /// automatic Windows updates. Default value is true. + /// 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. 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 1a9c679159d7..144a3c47eed0 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineScaleSetVMsOperations.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineScaleSetVMsOperations.cs @@ -65,7 +65,9 @@ internal VirtualMachineScaleSetVMsOperations(ComputeManagementClient client) /// The instance ID of the virtual machine. /// /// - /// Specifies whether to reimage temp disk. Default value: false. + /// Specifies whether to reimage temp disk. Default value: false. Note: This + /// temp disk reimage parameter is only supported for VM/VMSS with Ephemeral OS + /// disk. /// /// /// The headers that will be added to request. @@ -982,7 +984,9 @@ internal VirtualMachineScaleSetVMsOperations(ComputeManagementClient client) /// The instance ID of the virtual machine. /// /// - /// Specifies whether to reimage temp disk. Default value: false. + /// Specifies whether to reimage temp disk. Default value: false. Note: This + /// temp disk reimage parameter is only supported for VM/VMSS with Ephemeral OS + /// disk. /// /// /// 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 6604fac87046..16f27dc33505 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineScaleSetVMsOperationsExtensions.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachineScaleSetVMsOperationsExtensions.cs @@ -39,7 +39,9 @@ public static partial class VirtualMachineScaleSetVMsOperationsExtensions /// The instance ID of the virtual machine. /// /// - /// Specifies whether to reimage temp disk. Default value: false. + /// Specifies whether to reimage temp disk. Default value: false. Note: This + /// temp disk reimage parameter is only supported for VM/VMSS with Ephemeral OS + /// disk. /// public static void Reimage(this IVirtualMachineScaleSetVMsOperations operations, string resourceGroupName, string vmScaleSetName, string instanceId, bool? tempDisk = default(bool?)) { @@ -63,7 +65,9 @@ public static partial class VirtualMachineScaleSetVMsOperationsExtensions /// The instance ID of the virtual machine. /// /// - /// Specifies whether to reimage temp disk. Default value: false. + /// Specifies whether to reimage temp disk. Default value: false. Note: This + /// temp disk reimage parameter is only supported for VM/VMSS with Ephemeral OS + /// disk. /// /// /// The cancellation token. @@ -706,7 +710,9 @@ public static RunCommandResult RunCommand(this IVirtualMachineScaleSetVMsOperati /// The instance ID of the virtual machine. /// /// - /// Specifies whether to reimage temp disk. Default value: false. + /// Specifies whether to reimage temp disk. Default value: false. Note: This + /// temp disk reimage parameter is only supported for VM/VMSS with Ephemeral OS + /// disk. /// public static void BeginReimage(this IVirtualMachineScaleSetVMsOperations operations, string resourceGroupName, string vmScaleSetName, string instanceId, bool? tempDisk = default(bool?)) { @@ -730,7 +736,9 @@ public static RunCommandResult RunCommand(this IVirtualMachineScaleSetVMsOperati /// The instance ID of the virtual machine. /// /// - /// Specifies whether to reimage temp disk. Default value: false. + /// Specifies whether to reimage temp disk. Default value: false. Note: This + /// temp disk reimage parameter is only supported for VM/VMSS with Ephemeral OS + /// disk. /// /// /// 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 27d34e95669e..120d4fb9c003 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachinesOperations.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachinesOperations.cs @@ -1622,7 +1622,9 @@ internal VirtualMachinesOperations(ComputeManagementClient client) /// The name of the virtual machine. /// /// - /// Specifies whether to reimage temp disk. Default value: false. + /// Specifies whether to reimage temp disk. Default value: false. Note: This + /// temp disk reimage parameter is only supported for VM/VMSS with Ephemeral OS + /// disk. /// /// /// The headers that will be added to request. @@ -3589,7 +3591,9 @@ internal VirtualMachinesOperations(ComputeManagementClient client) /// The name of the virtual machine. /// /// - /// Specifies whether to reimage temp disk. Default value: false. + /// Specifies whether to reimage temp disk. Default value: false. Note: This + /// temp disk reimage parameter is only supported for VM/VMSS with Ephemeral OS + /// disk. /// /// /// 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 665322843416..d24e2c677291 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachinesOperationsExtensions.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/VirtualMachinesOperationsExtensions.cs @@ -725,7 +725,9 @@ public static void Redeploy(this IVirtualMachinesOperations operations, string r /// The name of the virtual machine. /// /// - /// Specifies whether to reimage temp disk. Default value: false. + /// Specifies whether to reimage temp disk. Default value: false. Note: This + /// temp disk reimage parameter is only supported for VM/VMSS with Ephemeral OS + /// disk. /// public static void Reimage(this IVirtualMachinesOperations operations, string resourceGroupName, string vmName, bool? tempDisk = default(bool?)) { @@ -746,7 +748,9 @@ public static void Redeploy(this IVirtualMachinesOperations operations, string r /// The name of the virtual machine. /// /// - /// Specifies whether to reimage temp disk. Default value: false. + /// Specifies whether to reimage temp disk. Default value: false. Note: This + /// temp disk reimage parameter is only supported for VM/VMSS with Ephemeral OS + /// disk. /// /// /// The cancellation token. @@ -1270,7 +1274,9 @@ public static void BeginRedeploy(this IVirtualMachinesOperations operations, str /// The name of the virtual machine. /// /// - /// Specifies whether to reimage temp disk. Default value: false. + /// Specifies whether to reimage temp disk. Default value: false. Note: This + /// temp disk reimage parameter is only supported for VM/VMSS with Ephemeral OS + /// disk. /// public static void BeginReimage(this IVirtualMachinesOperations operations, string resourceGroupName, string vmName, bool? tempDisk = default(bool?)) { @@ -1291,7 +1297,9 @@ public static void BeginRedeploy(this IVirtualMachinesOperations operations, str /// The name of the virtual machine. /// /// - /// Specifies whether to reimage temp disk. Default value: false. + /// Specifies whether to reimage temp disk. Default value: false. Note: This + /// temp disk reimage parameter is only supported for VM/VMSS with Ephemeral OS + /// disk. /// /// /// The cancellation token. diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Microsoft.Azure.Management.Compute.csproj b/sdk/compute/Microsoft.Azure.Management.Compute/src/Microsoft.Azure.Management.Compute.csproj index b187491a2f16..8af0eb828248 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Microsoft.Azure.Management.Compute.csproj +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Microsoft.Azure.Management.Compute.csproj @@ -6,12 +6,12 @@ Microsoft.Azure.Management.Compute Provides developers with libraries for the updated compute platform under Azure Resource manager to deploy virtual machine, virtual machine extensions and availability set management capabilities. Launch, restart, scale, capture and manage VMs, VM Extensions and more. Note: This client library is for Virtual Machines under Azure Resource Manager. - 27.0.0 + 27.1.0 Microsoft.Azure.Management.Compute management;virtual machine;compute; diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Properties/AssemblyInfo.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Properties/AssemblyInfo.cs index 8c34f0262bc5..6121db40e4c7 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Properties/AssemblyInfo.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Properties/AssemblyInfo.cs @@ -8,7 +8,7 @@ [assembly: AssemblyDescription("Provides management functionality for Microsoft Azure Compute Resources.")] [assembly: AssemblyVersion("27.0.0.0")] -[assembly: AssemblyFileVersion("27.0.0.0")] +[assembly: AssemblyFileVersion("27.1.0.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyProduct("Microsoft Azure .NET SDK")]