diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/ComputeManagementClient.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/ComputeManagementClient.cs index dfd273095768a..14bcc1d175327 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/ComputeManagementClient.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/ComputeManagementClient.cs @@ -51,7 +51,7 @@ public partial class ComputeManagementClient : ServiceClient - /// Gets subscription credentials which uniquely identify Microsoft Azure + /// subscription credentials which uniquely identify Microsoft Azure /// subscription. The subscription ID forms part of the URI for every service /// call. /// diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/IComputeManagementClient.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/IComputeManagementClient.cs index b20bb7a2d9fc1..fe1efed1e8c9c 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/IComputeManagementClient.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/IComputeManagementClient.cs @@ -44,9 +44,9 @@ public partial interface IComputeManagementClient : IDisposable ServiceClientCredentials Credentials { get; } /// - /// Gets subscription credentials which uniquely identify Microsoft - /// Azure subscription. The subscription ID forms part of the URI for - /// every service call. + /// subscription credentials which uniquely identify Microsoft Azure + /// subscription. The subscription ID forms part of the URI for every + /// service call. /// string SubscriptionId { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/IVirtualMachineScaleSetsOperations.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/IVirtualMachineScaleSetsOperations.cs index 82a67f28e92a2..5c3e73de3a5ca 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/IVirtualMachineScaleSetsOperations.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/IVirtualMachineScaleSetsOperations.cs @@ -79,7 +79,7 @@ public partial interface IVirtualMachineScaleSetsOperations /// The name of the virtual machine scale set. /// /// - /// Gets or sets the virtual machine scale set instance ids. + /// the virtual machine scale set instance ids. /// /// /// The headers that will be added to request. @@ -101,7 +101,7 @@ public partial interface IVirtualMachineScaleSetsOperations /// The name of the virtual machine scale set. /// /// - /// Gets or sets the virtual machine scale set instance ids. + /// the virtual machine scale set instance ids. /// /// /// The headers that will be added to request. @@ -169,7 +169,7 @@ public partial interface IVirtualMachineScaleSetsOperations /// The name of the virtual machine scale set. /// /// - /// Gets or sets the virtual machine scale set instance ids. + /// the virtual machine scale set instance ids. /// /// /// The headers that will be added to request. @@ -189,7 +189,7 @@ public partial interface IVirtualMachineScaleSetsOperations /// The name of the virtual machine scale set. /// /// - /// Gets or sets the virtual machine scale set instance ids. + /// the virtual machine scale set instance ids. /// /// /// The headers that will be added to request. @@ -271,7 +271,7 @@ public partial interface IVirtualMachineScaleSetsOperations /// The name of the virtual machine scale set. /// /// - /// Gets or sets the virtual machine scale set instance ids. + /// the virtual machine scale set instance ids. /// /// /// The headers that will be added to request. @@ -293,7 +293,7 @@ public partial interface IVirtualMachineScaleSetsOperations /// The name of the virtual machine scale set. /// /// - /// Gets or sets the virtual machine scale set instance ids. + /// the virtual machine scale set instance ids. /// /// /// The headers that will be added to request. @@ -313,7 +313,7 @@ public partial interface IVirtualMachineScaleSetsOperations /// The name of the virtual machine scale set. /// /// - /// Gets or sets the virtual machine scale set instance ids. + /// the virtual machine scale set instance ids. /// /// /// The headers that will be added to request. @@ -333,7 +333,7 @@ public partial interface IVirtualMachineScaleSetsOperations /// The name of the virtual machine scale set. /// /// - /// Gets or sets the virtual machine scale set instance ids. + /// the virtual machine scale set instance ids. /// /// /// The headers that will be added to request. @@ -353,7 +353,7 @@ public partial interface IVirtualMachineScaleSetsOperations /// The name of the virtual machine scale set. /// /// - /// Gets or sets the virtual machine scale set instance ids. + /// the virtual machine scale set instance ids. /// /// /// The headers that will be added to request. @@ -373,7 +373,7 @@ public partial interface IVirtualMachineScaleSetsOperations /// The name of the virtual machine scale set. /// /// - /// Gets or sets the virtual machine scale set instance ids. + /// the virtual machine scale set instance ids. /// /// /// The headers that will be added to request. @@ -393,7 +393,7 @@ public partial interface IVirtualMachineScaleSetsOperations /// The name of the virtual machine scale set. /// /// - /// Gets or sets the virtual machine scale set instance ids. + /// the virtual machine scale set instance ids. /// /// /// The headers that will be added to request. @@ -413,7 +413,7 @@ public partial interface IVirtualMachineScaleSetsOperations /// The name of the virtual machine scale set. /// /// - /// Gets or sets the virtual machine scale set instance ids. + /// the virtual machine scale set instance ids. /// /// /// The headers that will be added to request. diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/IVirtualMachinesOperations.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/IVirtualMachinesOperations.cs index fb5228444c0d4..726a0f2a49c1c 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/IVirtualMachinesOperations.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/IVirtualMachinesOperations.cs @@ -216,7 +216,7 @@ public partial interface IVirtualMachinesOperations /// /// The cancellation token. /// - Task>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Gets the list of Virtual Machines in the subscription. Use /// nextLink property in the response to get the next page of Virtual @@ -376,6 +376,19 @@ public partial interface IVirtualMachinesOperations /// Task BeginRedeployWithHttpMessagesAsync(string resourceGroupName, string vmName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// + /// The operation to list virtual machines under a resource group. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + Task>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// /// Gets the list of Virtual Machines in the subscription. Use /// nextLink property in the response to get the next page of Virtual /// Machines. Do this till nextLink is not null to fetch all the diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/AdditionalUnattendContent.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/AdditionalUnattendContent.cs index a3acb547181ad..af6626fa1f723 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/AdditionalUnattendContent.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/AdditionalUnattendContent.cs @@ -17,10 +17,10 @@ namespace Microsoft.Azure.Management.Compute.Models using Microsoft.Rest.Azure; /// - /// Gets or sets additional XML formatted information that can be included - /// in the Unattend.xml file, which is used by Windows Setup. Contents - /// are defined by setting name, component name, and the pass in which - /// the content is a applied. + /// additional XML formatted information that can be included in the + /// Unattend.xml file, which is used by Windows Setup. Contents are + /// defined by setting name, component name, and the pass in which the + /// content is a applied. /// public partial class AdditionalUnattendContent { @@ -41,32 +41,32 @@ public AdditionalUnattendContent() { } } /// - /// Gets or sets the pass name. Currently, the only allowable value is - /// oobeSystem. Possible values include: 'oobeSystem' + /// the pass name. Currently, the only allowable value is oobeSystem. + /// Possible values include: 'oobeSystem' /// [JsonProperty(PropertyName = "passName")] public PassNames? PassName { get; set; } /// - /// Gets or sets the component name. Currently, the only allowable - /// value is Microsoft-Windows-Shell-Setup. Possible values include: + /// the component name. Currently, the only allowable value is + /// Microsoft-Windows-Shell-Setup. Possible values include: /// 'Microsoft-Windows-Shell-Setup' /// [JsonProperty(PropertyName = "componentName")] public ComponentNames? ComponentName { get; set; } /// - /// Gets or sets setting name (e.g. FirstLogonCommands, AutoLogon ). - /// Possible values include: 'AutoLogon', 'FirstLogonCommands' + /// setting name (e.g. FirstLogonCommands, AutoLogon ). Possible + /// values include: 'AutoLogon', 'FirstLogonCommands' /// [JsonProperty(PropertyName = "settingName")] public SettingNames? SettingName { get; set; } /// - /// Gets or sets XML formatted content that is added to the - /// unattend.xml file in the specified pass and component.The XML - /// must be less than 4 KB and must include the root element for the - /// setting or feature that is being inserted. + /// XML formatted content that is added to the unattend.xml file in + /// the specified pass and component.The XML must be less than 4 KB + /// and must include the root element for the setting or feature that + /// is being inserted. /// [JsonProperty(PropertyName = "content")] public string Content { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/ApiEntityReference.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/ApiEntityReference.cs index 244e8c16e99a9..71c85ecb48023 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/ApiEntityReference.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/ApiEntityReference.cs @@ -35,7 +35,7 @@ public ApiEntityReference() { } } /// - /// Gets or sets the ARM resource id in the form of + /// the ARM resource id in the form of /// /subscriptions/{SubcriptionId}/resourceGroups/{ResourceGroupName}/... /// [JsonProperty(PropertyName = "id")] diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/ApiError.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/ApiError.cs index b13eca42eaa0c..1fedf8faa4d84 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/ApiError.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/ApiError.cs @@ -39,31 +39,31 @@ public ApiError() { } } /// - /// Gets or sets the Api error details + /// the Api error details /// [JsonProperty(PropertyName = "details")] public IList Details { get; set; } /// - /// Gets or sets the Api inner error + /// the Api inner error /// [JsonProperty(PropertyName = "innererror")] public InnerError Innererror { get; set; } /// - /// Gets or sets the error code. + /// the error code. /// [JsonProperty(PropertyName = "code")] public string Code { get; set; } /// - /// Gets or sets the target of the particular error. + /// the target of the particular error. /// [JsonProperty(PropertyName = "target")] public string Target { get; set; } /// - /// Gets or sets the error message. + /// the error message. /// [JsonProperty(PropertyName = "message")] public string Message { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/ApiErrorBase.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/ApiErrorBase.cs index ea601d16bd2b3..b1c12d87700ad 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/ApiErrorBase.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/ApiErrorBase.cs @@ -37,19 +37,19 @@ public ApiErrorBase() { } } /// - /// Gets or sets the error code. + /// the error code. /// [JsonProperty(PropertyName = "code")] public string Code { get; set; } /// - /// Gets or sets the target of the particular error. + /// the target of the particular error. /// [JsonProperty(PropertyName = "target")] public string Target { get; set; } /// - /// Gets or sets the error message. + /// the error message. /// [JsonProperty(PropertyName = "message")] public string Message { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/AvailabilitySet.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/AvailabilitySet.cs index 2523213d00b4f..05b8421095e83 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/AvailabilitySet.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/AvailabilitySet.cs @@ -40,26 +40,26 @@ public AvailabilitySet() { } } /// - /// Gets or sets Update Domain count. + /// Update Domain count. /// [JsonProperty(PropertyName = "properties.platformUpdateDomainCount")] public int? PlatformUpdateDomainCount { get; set; } /// - /// Gets or sets Fault Domain count. + /// Fault Domain count. /// [JsonProperty(PropertyName = "properties.platformFaultDomainCount")] public int? PlatformFaultDomainCount { get; set; } /// - /// Gets or sets a list containing reference to all Virtual Machines - /// created under this Availability Set. + /// a list containing reference to all Virtual Machines created under + /// this Availability Set. /// [JsonProperty(PropertyName = "properties.virtualMachines")] public IList VirtualMachines { get; set; } /// - /// Gets or sets the resource status information. + /// the resource status information. /// [JsonProperty(PropertyName = "properties.statuses")] public IList Statuses { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/BootDiagnostics.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/BootDiagnostics.cs index 80c3255efd735..3c68e01b1eddd 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/BootDiagnostics.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/BootDiagnostics.cs @@ -36,15 +36,13 @@ public BootDiagnostics() { } } /// - /// Gets or sets whether boot diagnostics should be enabled on the - /// Virtual Machine. + /// whether boot diagnostics should be enabled on the Virtual Machine. /// [JsonProperty(PropertyName = "enabled")] public bool? Enabled { get; set; } /// - /// Gets or sets the boot diagnostics storage Uri. It should be a - /// valid Uri + /// the boot diagnostics storage Uri. It should be a valid Uri /// [JsonProperty(PropertyName = "storageUri")] public string StorageUri { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/BootDiagnosticsInstanceView.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/BootDiagnosticsInstanceView.cs index 8dc1354c2bc65..a0d2551b1177f 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/BootDiagnosticsInstanceView.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/BootDiagnosticsInstanceView.cs @@ -38,13 +38,13 @@ public BootDiagnosticsInstanceView() { } } /// - /// Gets or sets the console screenshot blob Uri. + /// the console screenshot blob Uri. /// [JsonProperty(PropertyName = "consoleScreenshotBlobUri")] public string ConsoleScreenshotBlobUri { get; set; } /// - /// Gets or sets the Linux serial console log blob Uri. + /// the Linux serial console log blob Uri. /// [JsonProperty(PropertyName = "serialConsoleLogBlobUri")] public string SerialConsoleLogBlobUri { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/ContainerService.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/ContainerService.cs index 30d7e774a4128..dcbe38820d332 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/ContainerService.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/ContainerService.cs @@ -43,7 +43,7 @@ public ContainerService() { } } /// - /// Gets the provisioning state, which only appears in the response. + /// the provisioning state, which only appears in the response. /// [JsonProperty(PropertyName = "properties.provisioningState")] public string ProvisioningState { get; private set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/ContainerServiceSshConfiguration.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/ContainerServiceSshConfiguration.cs index d726862beba1e..81af37ee17f1d 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/ContainerServiceSshConfiguration.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/ContainerServiceSshConfiguration.cs @@ -37,8 +37,8 @@ public ContainerServiceSshConfiguration() { } } /// - /// Gets or sets the list of SSH public keys used to authenticate with - /// Linux based VMs + /// the list of SSH public keys used to authenticate with Linux based + /// VMs /// [JsonProperty(PropertyName = "publicKeys")] public IList PublicKeys { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/ContainerServiceSshPublicKey.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/ContainerServiceSshPublicKey.cs index de55c5bbf6725..a82bed14ac4c1 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/ContainerServiceSshPublicKey.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/ContainerServiceSshPublicKey.cs @@ -37,9 +37,8 @@ public ContainerServiceSshPublicKey(string keyData) } /// - /// Gets or sets Certificate public key used to authenticate with VM - /// through SSH. The certificate must be in Pem format with or - /// without headers. + /// Certificate public key used to authenticate with VM through SSH. + /// The certificate must be in Pem format with or without headers. /// [JsonProperty(PropertyName = "keyData")] public string KeyData { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/ContainerServiceVMDiagnostics.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/ContainerServiceVMDiagnostics.cs index 4337afc5eada6..f5b73cb45d704 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/ContainerServiceVMDiagnostics.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/ContainerServiceVMDiagnostics.cs @@ -38,15 +38,15 @@ public ContainerServiceVMDiagnostics() { } } /// - /// Gets or sets whether VM Diagnostic Agent should be provisioned on - /// the Virtual Machine. + /// whether VM Diagnostic Agent should be provisioned on the Virtual + /// Machine. /// [JsonProperty(PropertyName = "enabled")] public bool? Enabled { get; set; } /// - /// Gets or sets whether VM Diagnostic Agent should be provisioned on - /// the Virtual Machine. + /// whether VM Diagnostic Agent should be provisioned on the Virtual + /// Machine. /// [JsonProperty(PropertyName = "storageUri")] public string StorageUri { get; private set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/DataDisk.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/DataDisk.cs index 569835c8c1126..fa15c6ee603e5 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/DataDisk.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/DataDisk.cs @@ -41,49 +41,49 @@ public DataDisk() { } } /// - /// Gets or sets the logical unit number. + /// the logical unit number. /// [JsonProperty(PropertyName = "lun")] public int Lun { get; set; } /// - /// Gets or sets the disk name. + /// the disk name. /// [JsonProperty(PropertyName = "name")] public string Name { get; set; } /// - /// Gets or sets the Virtual Hard Disk. + /// the Virtual Hard Disk. /// [JsonProperty(PropertyName = "vhd")] public VirtualHardDisk Vhd { get; set; } /// - /// Gets or sets the Source User Image VirtualHardDisk. This - /// VirtualHardDisk will be copied before using it to attach to the - /// Virtual Machine.If SourceImage is provided, the destination - /// VirtualHardDisk should not exist. + /// the Source User Image VirtualHardDisk. This VirtualHardDisk will + /// be copied before using it to attach to the Virtual Machine.If + /// SourceImage is provided, the destination VirtualHardDisk should + /// not exist. /// [JsonProperty(PropertyName = "image")] public VirtualHardDisk Image { get; set; } /// - /// Gets or sets the caching type. Possible values include: 'None', - /// 'ReadOnly', 'ReadWrite' + /// the caching type. Possible values include: 'None', 'ReadOnly', + /// 'ReadWrite' /// [JsonProperty(PropertyName = "caching")] public CachingTypes? Caching { get; set; } /// - /// Gets or sets the create option. Possible values include: - /// 'fromImage', 'empty', 'attach' + /// the create option. Possible values include: 'fromImage', 'empty', + /// 'attach' /// [JsonProperty(PropertyName = "createOption")] public DiskCreateOptionTypes CreateOption { get; set; } /// - /// Gets or sets the initial disk size in GB for blank data disks, and - /// the new desired size for existing OS and Data disks. + /// the initial disk size in GB for blank data disks, and the new + /// desired size for existing OS and Data disks. /// [JsonProperty(PropertyName = "diskSizeGB")] public int? DiskSizeGB { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/DataDiskImage.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/DataDiskImage.cs index d8606fb7ae46e..2d47618bf1bbc 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/DataDiskImage.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/DataDiskImage.cs @@ -35,9 +35,9 @@ public DataDiskImage() { } } /// - /// Gets the LUN number for a data disk.This value is used to identify - /// data disk image inside the VMImage therefore it must be unique - /// for each data disk.The allowed character for the value is digit. + /// the LUN number for a data disk.This value is used to identify data + /// disk image inside the VMImage therefore it must be unique for + /// each data disk.The allowed character for the value is digit. /// [JsonProperty(PropertyName = "lun")] public int? Lun { get; private set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/DiagnosticsProfile.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/DiagnosticsProfile.cs index 028a4098b7d6a..d8217143d153e 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/DiagnosticsProfile.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/DiagnosticsProfile.cs @@ -35,7 +35,7 @@ public DiagnosticsProfile() { } } /// - /// Gets or sets the boot diagnostics. + /// the boot diagnostics. /// [JsonProperty(PropertyName = "bootDiagnostics")] public BootDiagnostics BootDiagnostics { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/DiskEncryptionSettings.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/DiskEncryptionSettings.cs index f48a1d9cb18e6..37f30a131e260 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/DiskEncryptionSettings.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/DiskEncryptionSettings.cs @@ -37,20 +37,19 @@ public DiskEncryptionSettings() { } } /// - /// Gets or sets the disk encryption key which is a KeyVault Secret. + /// the disk encryption key which is a KeyVault Secret. /// [JsonProperty(PropertyName = "diskEncryptionKey")] public KeyVaultSecretReference DiskEncryptionKey { get; set; } /// - /// Gets or sets the key encryption key which is KeyVault Key. + /// the key encryption key which is KeyVault Key. /// [JsonProperty(PropertyName = "keyEncryptionKey")] public KeyVaultKeyReference KeyEncryptionKey { get; set; } /// - /// Gets or sets whether disk encryption should be enabled on the - /// Virtual Machine. + /// whether disk encryption should be enabled on the Virtual Machine. /// [JsonProperty(PropertyName = "enabled")] public bool? Enabled { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/DiskInstanceView.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/DiskInstanceView.cs index 9ea5c41f4e5f7..18882d2826aaf 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/DiskInstanceView.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/DiskInstanceView.cs @@ -36,13 +36,13 @@ public DiskInstanceView() { } } /// - /// Gets or sets the disk name. + /// the disk name. /// [JsonProperty(PropertyName = "name")] public string Name { get; set; } /// - /// Gets or sets the resource status information. + /// the resource status information. /// [JsonProperty(PropertyName = "statuses")] public IList Statuses { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/ImageReference.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/ImageReference.cs index 217dc688b2c07..b46d72a3b1d97 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/ImageReference.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/ImageReference.cs @@ -38,28 +38,27 @@ public ImageReference() { } } /// - /// Gets or sets the image publisher. + /// the image publisher. /// [JsonProperty(PropertyName = "publisher")] public string Publisher { get; set; } /// - /// Gets or sets the image offer. + /// the image offer. /// [JsonProperty(PropertyName = "offer")] public string Offer { get; set; } /// - /// Gets or sets the image sku. + /// the image sku. /// [JsonProperty(PropertyName = "sku")] public string Sku { get; set; } /// - /// Gets or sets the image version. The allowed formats are - /// Major.Minor.Build or 'latest'. Major, Minor and Build being - /// decimal numbers. Specify 'latest' to use the latest version of - /// image. + /// the image version. The allowed formats are Major.Minor.Build or + /// 'latest'. Major, Minor and Build being decimal numbers. Specify + /// 'latest' to use the latest version of image. /// [JsonProperty(PropertyName = "version")] public string Version { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/InnerError.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/InnerError.cs index c57d337396042..57c2f54559517 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/InnerError.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/InnerError.cs @@ -36,13 +36,13 @@ public InnerError() { } } /// - /// Gets or sets the exception type. + /// the exception type. /// [JsonProperty(PropertyName = "exceptiontype")] public string Exceptiontype { get; set; } /// - /// Gets or sets the internal error message or exception dump. + /// the internal error message or exception dump. /// [JsonProperty(PropertyName = "errordetail")] public string Errordetail { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/InstanceViewStatus.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/InstanceViewStatus.cs index aff9f7bfccb2b..a6fa99c475ea4 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/InstanceViewStatus.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/InstanceViewStatus.cs @@ -39,33 +39,31 @@ public InstanceViewStatus() { } } /// - /// Gets the status Code. + /// the status Code. /// [JsonProperty(PropertyName = "code")] public string Code { get; set; } /// - /// Gets or sets the level Code. Possible values include: 'Info', - /// 'Warning', 'Error' + /// the level Code. Possible values include: 'Info', 'Warning', 'Error' /// [JsonProperty(PropertyName = "level")] public StatusLevelTypes? Level { get; set; } /// - /// Gets or sets the short localizable label for the status. + /// the short localizable label for the status. /// [JsonProperty(PropertyName = "displayStatus")] public string DisplayStatus { get; set; } /// - /// Gets or sets the detailed Message, including for alerts and error - /// messages. + /// the detailed Message, including for alerts and error messages. /// [JsonProperty(PropertyName = "message")] public string Message { get; set; } /// - /// Gets or sets the time of the status. + /// the time of the status. /// [JsonProperty(PropertyName = "time")] public DateTime? Time { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/KeyVaultKeyReference.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/KeyVaultKeyReference.cs index 35d3c37ef6909..8afb7f8840180 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/KeyVaultKeyReference.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/KeyVaultKeyReference.cs @@ -36,13 +36,13 @@ public KeyVaultKeyReference(string keyUrl, SubResource sourceVault) } /// - /// Gets or sets the URL referencing a key in a Key Vault. + /// the URL referencing a key in a Key Vault. /// [JsonProperty(PropertyName = "keyUrl")] public string KeyUrl { get; set; } /// - /// Gets or sets the Relative URL of the Key Vault containing the key + /// the Relative URL of the Key Vault containing the key /// [JsonProperty(PropertyName = "sourceVault")] public SubResource SourceVault { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/KeyVaultSecretReference.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/KeyVaultSecretReference.cs index 75a9a124f4ae1..8463fa48ec9bc 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/KeyVaultSecretReference.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/KeyVaultSecretReference.cs @@ -36,14 +36,13 @@ public KeyVaultSecretReference(string secretUrl, SubResource sourceVault) } /// - /// Gets or sets the URL referencing a secret in a Key Vault. + /// the URL referencing a secret in a Key Vault. /// [JsonProperty(PropertyName = "secretUrl")] public string SecretUrl { get; set; } /// - /// Gets or sets the Relative URL of the Key Vault containing the - /// secret. + /// the Relative URL of the Key Vault containing the secret. /// [JsonProperty(PropertyName = "sourceVault")] public SubResource SourceVault { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/LinuxConfiguration.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/LinuxConfiguration.cs index c88ed5c4ce8f8..8d883702fb36e 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/LinuxConfiguration.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/LinuxConfiguration.cs @@ -36,14 +36,14 @@ public LinuxConfiguration() { } } /// - /// Gets or sets whether Authentication using user name and password - /// is allowed or not + /// whether Authentication using user name and password is allowed or + /// not /// [JsonProperty(PropertyName = "disablePasswordAuthentication")] public bool? DisablePasswordAuthentication { get; set; } /// - /// Gets or sets the SSH configuration for linux VMs + /// the SSH configuration for linux VMs /// [JsonProperty(PropertyName = "ssh")] public SshConfiguration Ssh { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/NetworkInterfaceReference.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/NetworkInterfaceReference.cs index 9f3664a66f0e7..84f6e410d438e 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/NetworkInterfaceReference.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/NetworkInterfaceReference.cs @@ -37,7 +37,7 @@ public NetworkInterfaceReference() { } } /// - /// Gets or sets whether this is a primary NIC on a virtual machine + /// whether this is a primary NIC on a virtual machine /// [JsonProperty(PropertyName = "properties.primary")] public bool? Primary { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/NetworkProfile.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/NetworkProfile.cs index e543170a323fe..3d973a420904a 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/NetworkProfile.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/NetworkProfile.cs @@ -35,7 +35,7 @@ public NetworkProfile() { } } /// - /// Gets or sets the network interfaces. + /// the network interfaces. /// [JsonProperty(PropertyName = "networkInterfaces")] public IList NetworkInterfaces { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/OSDisk.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/OSDisk.cs index e194e6c50f422..b4334d4055030 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/OSDisk.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/OSDisk.cs @@ -42,56 +42,56 @@ public OSDisk() { } } /// - /// Gets or sets the Operating System type. Possible values include: - /// 'Windows', 'Linux' + /// the Operating System type. Possible values include: 'Windows', + /// 'Linux' /// [JsonProperty(PropertyName = "osType")] public OperatingSystemTypes? OsType { get; set; } /// - /// Gets or sets the disk encryption settings. + /// the disk encryption settings. /// [JsonProperty(PropertyName = "encryptionSettings")] public DiskEncryptionSettings EncryptionSettings { get; set; } /// - /// Gets or sets the disk name. + /// the disk name. /// [JsonProperty(PropertyName = "name")] public string Name { get; set; } /// - /// Gets or sets the Virtual Hard Disk. + /// the Virtual Hard Disk. /// [JsonProperty(PropertyName = "vhd")] public VirtualHardDisk Vhd { get; set; } /// - /// Gets or sets the Source User Image VirtualHardDisk. This - /// VirtualHardDisk will be copied before using it to attach to the - /// Virtual Machine.If SourceImage is provided, the destination - /// VirtualHardDisk should not exist. + /// the Source User Image VirtualHardDisk. This VirtualHardDisk will + /// be copied before using it to attach to the Virtual Machine.If + /// SourceImage is provided, the destination VirtualHardDisk should + /// not exist. /// [JsonProperty(PropertyName = "image")] public VirtualHardDisk Image { get; set; } /// - /// Gets or sets the caching type. Possible values include: 'None', - /// 'ReadOnly', 'ReadWrite' + /// the caching type. Possible values include: 'None', 'ReadOnly', + /// 'ReadWrite' /// [JsonProperty(PropertyName = "caching")] public CachingTypes? Caching { get; set; } /// - /// Gets or sets the create option. Possible values include: - /// 'fromImage', 'empty', 'attach' + /// the create option. Possible values include: 'fromImage', 'empty', + /// 'attach' /// [JsonProperty(PropertyName = "createOption")] public DiskCreateOptionTypes CreateOption { get; set; } /// - /// Gets or sets the initial disk size in GB for blank data disks, and - /// the new desired size for existing OS and Data disks. + /// the initial disk size in GB for blank data disks, and the new + /// desired size for existing OS and Data disks. /// [JsonProperty(PropertyName = "diskSizeGB")] public int? DiskSizeGB { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/OSDiskImage.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/OSDiskImage.cs index 7c3fe4b560353..865343303d0c0 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/OSDiskImage.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/OSDiskImage.cs @@ -35,8 +35,8 @@ public OSDiskImage(OperatingSystemTypes? operatingSystem) } /// - /// Gets or sets the operating system of the osDiskImage. Possible - /// values include: 'Windows', 'Linux' + /// the operating system of the osDiskImage. Possible values include: + /// 'Windows', 'Linux' /// [JsonProperty(PropertyName = "operatingSystem")] public OperatingSystemTypes? OperatingSystem { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/OSProfile.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/OSProfile.cs index e7bbae23da8d9..3e0bf0da176c0 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/OSProfile.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/OSProfile.cs @@ -41,43 +41,43 @@ public OSProfile() { } } /// - /// Gets or sets the computer name. + /// the computer name. /// [JsonProperty(PropertyName = "computerName")] public string ComputerName { get; set; } /// - /// Gets or sets the admin user name. + /// the admin user name. /// [JsonProperty(PropertyName = "adminUsername")] public string AdminUsername { get; set; } /// - /// Gets or sets the admin user password. + /// the admin user password. /// [JsonProperty(PropertyName = "adminPassword")] public string AdminPassword { get; set; } /// - /// Gets or sets a base-64 encoded string of custom data. + /// a base-64 encoded string of custom data. /// [JsonProperty(PropertyName = "customData")] public string CustomData { get; set; } /// - /// Gets or sets the Windows Configuration of the OS profile. + /// the Windows Configuration of the OS profile. /// [JsonProperty(PropertyName = "windowsConfiguration")] public WindowsConfiguration WindowsConfiguration { get; set; } /// - /// Gets or sets the Linux Configuration of the OS profile. + /// the Linux Configuration of the OS profile. /// [JsonProperty(PropertyName = "linuxConfiguration")] public LinuxConfiguration LinuxConfiguration { get; set; } /// - /// Gets or sets the List of certificates for addition to the VM. + /// the List of certificates for addition to the VM. /// [JsonProperty(PropertyName = "secrets")] public IList Secrets { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/Plan.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/Plan.cs index aab55a3f1ebc3..a76731062a543 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/Plan.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/Plan.cs @@ -38,25 +38,25 @@ public Plan() { } } /// - /// Gets or sets the plan ID. + /// the plan ID. /// [JsonProperty(PropertyName = "name")] public string Name { get; set; } /// - /// Gets or sets the publisher ID. + /// the publisher ID. /// [JsonProperty(PropertyName = "publisher")] public string Publisher { get; set; } /// - /// Gets or sets the offer ID. + /// the offer ID. /// [JsonProperty(PropertyName = "product")] public string Product { get; set; } /// - /// Gets or sets the promotion code. + /// the promotion code. /// [JsonProperty(PropertyName = "promotionCode")] public string PromotionCode { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/PurchasePlan.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/PurchasePlan.cs index c38a112859f06..97efbc91b1715 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/PurchasePlan.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/PurchasePlan.cs @@ -38,19 +38,19 @@ public PurchasePlan(string publisher, string name, string product) } /// - /// Gets or sets the publisher ID. + /// the publisher ID. /// [JsonProperty(PropertyName = "publisher")] public string Publisher { get; set; } /// - /// Gets or sets the plan ID. + /// the plan ID. /// [JsonProperty(PropertyName = "name")] public string Name { get; set; } /// - /// Gets or sets the product ID. + /// the product ID. /// [JsonProperty(PropertyName = "product")] public string Product { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/Sku.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/Sku.cs index 68117a1d96445..ae8ebde94940a 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/Sku.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/Sku.cs @@ -37,19 +37,19 @@ public Sku() { } } /// - /// Gets or sets the sku name. + /// the sku name. /// [JsonProperty(PropertyName = "name")] public string Name { get; set; } /// - /// Gets or sets the sku tier. + /// the sku tier. /// [JsonProperty(PropertyName = "tier")] public string Tier { get; set; } /// - /// Gets or sets the sku capacity. + /// the sku capacity. /// [JsonProperty(PropertyName = "capacity")] public long? Capacity { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/SshConfiguration.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/SshConfiguration.cs index 182a4a3e02641..8c7a107a60f43 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/SshConfiguration.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/SshConfiguration.cs @@ -35,8 +35,8 @@ public SshConfiguration() { } } /// - /// Gets or sets the list of SSH public keys used to authenticate with - /// linux based VMs + /// the list of SSH public keys used to authenticate with linux based + /// VMs /// [JsonProperty(PropertyName = "publicKeys")] public IList PublicKeys { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/SshPublicKey.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/SshPublicKey.cs index 5aca443a48a38..86236355696f2 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/SshPublicKey.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/SshPublicKey.cs @@ -37,17 +37,16 @@ public SshPublicKey() { } } /// - /// Gets or sets the full path on the created VM where SSH public key - /// is stored. If the file already exists, the specified key is - /// appended to the file. + /// the full path on the created VM where SSH public key is stored. If + /// the file already exists, the specified key is appended to the + /// file. /// [JsonProperty(PropertyName = "path")] public string Path { get; set; } /// - /// Gets or sets Certificate public key used to authenticate with VM - /// through SSH.The certificate must be in Pem format with or without - /// headers. + /// Certificate public key used to authenticate with VM through + /// SSH.The certificate must be in Pem format with or without headers. /// [JsonProperty(PropertyName = "keyData")] public string KeyData { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/StorageProfile.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/StorageProfile.cs index 04f763abddc15..63d6753068535 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/StorageProfile.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/StorageProfile.cs @@ -37,19 +37,19 @@ public StorageProfile() { } } /// - /// Gets or sets the image reference. + /// the image reference. /// [JsonProperty(PropertyName = "imageReference")] public ImageReference ImageReference { get; set; } /// - /// Gets or sets the OS disk. + /// the OS disk. /// [JsonProperty(PropertyName = "osDisk")] public OSDisk OsDisk { get; set; } /// - /// Gets or sets the data disks. + /// the data disks. /// [JsonProperty(PropertyName = "dataDisks")] public IList DataDisks { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/UpgradePolicy.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/UpgradePolicy.cs index f1500dbd2687d..c31b26653f995 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/UpgradePolicy.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/UpgradePolicy.cs @@ -35,8 +35,7 @@ public UpgradePolicy() { } } /// - /// Gets or sets the upgrade mode. Possible values include: - /// 'Automatic', 'Manual' + /// the upgrade mode. Possible values include: 'Automatic', 'Manual' /// [JsonProperty(PropertyName = "mode")] public UpgradeMode? Mode { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/Usage.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/Usage.cs index 66c2b5baa371b..4b71a21636780 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/Usage.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/Usage.cs @@ -44,25 +44,25 @@ static Usage() } /// - /// Gets or sets the current value of the usage. + /// the current value of the usage. /// [JsonProperty(PropertyName = "currentValue")] public int CurrentValue { get; set; } /// - /// Gets or sets the limit of usage. + /// the limit of usage. /// [JsonProperty(PropertyName = "limit")] public long Limit { get; set; } /// - /// Gets or sets the name of the type of usage. + /// the name of the type of usage. /// [JsonProperty(PropertyName = "name")] public UsageName Name { get; set; } /// - /// Gets or sets an enum describing the unit of measurement. + /// an enum describing the unit of measurement. /// [JsonProperty(PropertyName = "unit")] public static string Unit { get; private set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/UsageName.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/UsageName.cs index 2447615c6d783..6bbf67f5a66df 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/UsageName.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/UsageName.cs @@ -36,13 +36,13 @@ public UsageName() { } } /// - /// Gets or sets a string describing the resource name. + /// a string describing the resource name. /// [JsonProperty(PropertyName = "value")] public string Value { get; set; } /// - /// Gets or sets a localized string describing the resource name. + /// a localized string describing the resource name. /// [JsonProperty(PropertyName = "localizedValue")] public string LocalizedValue { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VaultCertificate.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VaultCertificate.cs index 63964c19dd9c1..b5cbcbf08f045 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VaultCertificate.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VaultCertificate.cs @@ -37,15 +37,15 @@ public VaultCertificate() { } } /// - /// Gets or sets the URL referencing a secret in a Key Vault which - /// contains a properly formatted certificate. + /// the URL referencing a secret in a Key Vault which contains a + /// properly formatted certificate. /// [JsonProperty(PropertyName = "certificateUrl")] public string CertificateUrl { get; set; } /// - /// Gets or sets the Certificate store in LocalMachine to add the - /// certificate to on Windows, leave empty on Linux. + /// the Certificate store in LocalMachine to add the certificate to on + /// Windows, leave empty on Linux. /// [JsonProperty(PropertyName = "certificateStore")] public string CertificateStore { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VaultSecretGroup.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VaultSecretGroup.cs index dc96d67652146..5f900552c25ff 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VaultSecretGroup.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VaultSecretGroup.cs @@ -36,15 +36,15 @@ public VaultSecretGroup() { } } /// - /// Gets or sets the Relative URL of the Key Vault containing all of - /// the certificates in VaultCertificates. + /// the Relative URL of the Key Vault containing all of the + /// certificates in VaultCertificates. /// [JsonProperty(PropertyName = "sourceVault")] public SubResource SourceVault { get; set; } /// - /// Gets or sets the list of key vault references in SourceVault which - /// contain certificates + /// the list of key vault references in SourceVault which contain + /// certificates /// [JsonProperty(PropertyName = "vaultCertificates")] public IList VaultCertificates { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualHardDisk.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualHardDisk.cs index 42d02c1d065e7..6a8a82e58af8c 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualHardDisk.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualHardDisk.cs @@ -35,8 +35,8 @@ public VirtualHardDisk() { } } /// - /// Gets or sets the virtual hard disk's uri. It should be a valid Uri - /// to a virtual hard disk. + /// the virtual hard disk's uri. It should be a valid Uri to a virtual + /// hard disk. /// [JsonProperty(PropertyName = "uri")] public string Uri { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachine.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachine.cs index 3267dac5362a7..60108b9459d3c 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachine.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachine.cs @@ -48,77 +48,75 @@ public VirtualMachine() { } } /// - /// Gets or sets the purchase plan when deploying virtual machine from - /// VM Marketplace images. + /// the purchase plan when deploying virtual machine from VM + /// Marketplace images. /// [JsonProperty(PropertyName = "plan")] public Plan Plan { get; set; } /// - /// Gets or sets the hardware profile. + /// the hardware profile. /// [JsonProperty(PropertyName = "properties.hardwareProfile")] public HardwareProfile HardwareProfile { get; set; } /// - /// Gets or sets the storage profile. + /// the storage profile. /// [JsonProperty(PropertyName = "properties.storageProfile")] public StorageProfile StorageProfile { get; set; } /// - /// Gets or sets the OS profile. + /// the OS profile. /// [JsonProperty(PropertyName = "properties.osProfile")] public OSProfile OsProfile { get; set; } /// - /// Gets or sets the network profile. + /// the network profile. /// [JsonProperty(PropertyName = "properties.networkProfile")] public NetworkProfile NetworkProfile { get; set; } /// - /// Gets or sets the diagnostics profile. + /// the diagnostics profile. /// [JsonProperty(PropertyName = "properties.diagnosticsProfile")] public DiagnosticsProfile DiagnosticsProfile { get; set; } /// - /// Gets or sets the reference Id of the availability set to which - /// this virtual machine belongs. + /// the reference Id of the availability set to which this virtual + /// machine belongs. /// [JsonProperty(PropertyName = "properties.availabilitySet")] public SubResource AvailabilitySet { get; set; } /// - /// Gets or sets the provisioning state, which only appears in the - /// response. + /// the provisioning state, which only appears in the response. /// [JsonProperty(PropertyName = "properties.provisioningState")] public string ProvisioningState { get; private set; } /// - /// Gets the virtual machine instance view. + /// the virtual machine instance view. /// [JsonProperty(PropertyName = "properties.instanceView")] public VirtualMachineInstanceView InstanceView { get; private set; } /// - /// Gets or sets the license type, which is for bring your own license - /// scenario. + /// the license type, which is for bring your own license scenario. /// [JsonProperty(PropertyName = "properties.licenseType")] public string LicenseType { get; set; } /// - /// Gets the virtual machine unique id. + /// the virtual machine unique id. /// [JsonProperty(PropertyName = "properties.vmId")] public string VmId { get; private set; } /// - /// Gets the virtual machine child extension resources. + /// the virtual machine child extension resources. /// [JsonProperty(PropertyName = "resources")] public IList Resources { get; private set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineAgentInstanceView.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineAgentInstanceView.cs index 75df2d8eee2f6..f3423f463d2eb 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineAgentInstanceView.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineAgentInstanceView.cs @@ -39,19 +39,19 @@ public VirtualMachineAgentInstanceView() { } } /// - /// Gets or sets the VM Agent full version. + /// the VM Agent full version. /// [JsonProperty(PropertyName = "vmAgentVersion")] public string VmAgentVersion { get; set; } /// - /// Gets or sets the virtual machine extension handler instance view. + /// the virtual machine extension handler instance view. /// [JsonProperty(PropertyName = "extensionHandlers")] public IList ExtensionHandlers { get; set; } /// - /// Gets or sets the resource status information. + /// the resource status information. /// [JsonProperty(PropertyName = "statuses")] public IList Statuses { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineCaptureParameters.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineCaptureParameters.cs index c3a210c7a4f01..841d3c7f16f3c 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineCaptureParameters.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineCaptureParameters.cs @@ -39,20 +39,20 @@ public VirtualMachineCaptureParameters(string vhdPrefix, string destinationConta } /// - /// Gets or sets the captured VirtualHardDisk's name prefix. + /// the captured VirtualHardDisk's name prefix. /// [JsonProperty(PropertyName = "vhdPrefix")] public string VhdPrefix { get; set; } /// - /// Gets or sets the destination container name. + /// the destination container name. /// [JsonProperty(PropertyName = "destinationContainerName")] public string DestinationContainerName { get; set; } /// - /// Gets or sets whether it overwrites destination VirtualHardDisk if - /// true, in case of conflict. + /// whether it overwrites destination VirtualHardDisk if true, in case + /// of conflict. /// [JsonProperty(PropertyName = "overwriteVhds")] public bool OverwriteVhds { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineExtension.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineExtension.cs index 4eb2a4acf3718..533d2136d9a76 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineExtension.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineExtension.cs @@ -45,58 +45,57 @@ public VirtualMachineExtension() { } } /// - /// Gets or sets how the extension handler should be forced to update - /// even if the extension configuration has not changed. + /// how the extension handler should be forced to update even if the + /// extension configuration has not changed. /// [JsonProperty(PropertyName = "properties.forceUpdateTag")] public string ForceUpdateTag { get; set; } /// - /// Gets or sets the name of the extension handler publisher. + /// the name of the extension handler publisher. /// [JsonProperty(PropertyName = "properties.publisher")] public string Publisher { get; set; } /// - /// Gets or sets the type of the extension handler. + /// the type of the extension handler. /// [JsonProperty(PropertyName = "properties.type")] public string VirtualMachineExtensionType { get; set; } /// - /// Gets or sets the type version of the extension handler. + /// the type version of the extension handler. /// [JsonProperty(PropertyName = "properties.typeHandlerVersion")] public string TypeHandlerVersion { get; set; } /// - /// Gets or sets whether the extension handler should be automatically - /// upgraded across minor versions. + /// whether the extension handler should be automatically upgraded + /// across minor versions. /// [JsonProperty(PropertyName = "properties.autoUpgradeMinorVersion")] public bool? AutoUpgradeMinorVersion { get; set; } /// - /// Gets or sets Json formatted public settings for the extension. + /// Json formatted public settings for the extension. /// [JsonProperty(PropertyName = "properties.settings")] public object Settings { get; set; } /// - /// Gets or sets Json formatted protected settings for the extension. + /// Json formatted protected settings for the extension. /// [JsonProperty(PropertyName = "properties.protectedSettings")] public object ProtectedSettings { get; set; } /// - /// Gets or sets the provisioning state, which only appears in the - /// response. + /// the provisioning state, which only appears in the response. /// [JsonProperty(PropertyName = "properties.provisioningState")] public string ProvisioningState { get; private set; } /// - /// Gets or sets the virtual machine extension instance view. + /// the virtual machine extension instance view. /// [JsonProperty(PropertyName = "properties.instanceView")] public VirtualMachineExtensionInstanceView InstanceView { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineExtensionHandlerInstanceView.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineExtensionHandlerInstanceView.cs index 4074c2ca3d292..986f512b9246f 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineExtensionHandlerInstanceView.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineExtensionHandlerInstanceView.cs @@ -39,20 +39,20 @@ public VirtualMachineExtensionHandlerInstanceView() { } } /// - /// Gets or sets full type of the extension handler which includes - /// both publisher and type. + /// full type of the extension handler which includes both publisher + /// and type. /// [JsonProperty(PropertyName = "type")] public string Type { get; set; } /// - /// Gets or sets the type version of the extension handler. + /// the type version of the extension handler. /// [JsonProperty(PropertyName = "typeHandlerVersion")] public string TypeHandlerVersion { get; set; } /// - /// Gets or sets the extension handler status. + /// the extension handler status. /// [JsonProperty(PropertyName = "status")] public InstanceViewStatus Status { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineExtensionImage.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineExtensionImage.cs index f8e185292bec9..d2d25eafba49f 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineExtensionImage.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineExtensionImage.cs @@ -43,37 +43,35 @@ public VirtualMachineExtensionImage() { } } /// - /// Gets or sets the operating system this extension supports. + /// the operating system this extension supports. /// [JsonProperty(PropertyName = "properties.operatingSystem")] public string OperatingSystem { get; set; } /// - /// Gets or sets the type of role (IaaS or PaaS) this extension - /// supports. + /// the type of role (IaaS or PaaS) this extension supports. /// [JsonProperty(PropertyName = "properties.computeRole")] public string ComputeRole { get; set; } /// - /// Gets or sets the schema defined by publisher, where extension - /// consumers should provide settings in a matching schema. + /// the schema defined by publisher, where extension consumers should + /// provide settings in a matching schema. /// [JsonProperty(PropertyName = "properties.handlerSchema")] public string HandlerSchema { get; set; } /// - /// Gets or sets whether the extension can be used on xRP - /// VMScaleSets.By default existing extensions are usable on - /// scalesets, but there might be cases where a publisher wants to - /// explicitly indicate the extension is only enabled for CRP VMs but - /// not VMSS. + /// whether the extension can be used on xRP VMScaleSets.By default + /// existing extensions are usable on scalesets, but there might be + /// cases where a publisher wants to explicitly indicate the + /// extension is only enabled for CRP VMs but not VMSS. /// [JsonProperty(PropertyName = "properties.vmScaleSetEnabled")] public bool? VmScaleSetEnabled { get; set; } /// - /// Gets or sets whether the handler can support multiple extensions. + /// whether the handler can support multiple extensions. /// [JsonProperty(PropertyName = "properties.supportsMultipleExtensions")] public bool? SupportsMultipleExtensions { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineExtensionInstanceView.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineExtensionInstanceView.cs index d53946a41da32..ada741b8b0c62 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineExtensionInstanceView.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineExtensionInstanceView.cs @@ -41,32 +41,32 @@ public VirtualMachineExtensionInstanceView() { } } /// - /// Gets or sets the virtual machine extension name. + /// the virtual machine extension name. /// [JsonProperty(PropertyName = "name")] public string Name { get; set; } /// - /// Gets or sets the full type of the extension handler which includes - /// both publisher and type. + /// the full type of the extension handler which includes both + /// publisher and type. /// [JsonProperty(PropertyName = "type")] public string Type { get; set; } /// - /// Gets or sets the type version of the extension handler. + /// the type version of the extension handler. /// [JsonProperty(PropertyName = "typeHandlerVersion")] public string TypeHandlerVersion { get; set; } /// - /// Gets or sets the resource status information. + /// the resource status information. /// [JsonProperty(PropertyName = "substatuses")] public IList Substatuses { get; set; } /// - /// Gets or sets the resource status information. + /// the resource status information. /// [JsonProperty(PropertyName = "statuses")] public IList Statuses { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineImageResource.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineImageResource.cs index 99d2bbd8587ee..bae6fa9f2d78c 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineImageResource.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineImageResource.cs @@ -40,19 +40,19 @@ public VirtualMachineImageResource() { } } /// - /// Gets or sets the name of the resource. + /// the name of the resource. /// [JsonProperty(PropertyName = "name")] public string Name { get; set; } /// - /// Gets or sets the location of the resource. + /// the location of the resource. /// [JsonProperty(PropertyName = "location")] public string Location { get; set; } /// - /// Gets or sets the tags attached to the resource. + /// the tags attached to the resource. /// [JsonProperty(PropertyName = "tags")] public IDictionary Tags { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineInstanceView.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineInstanceView.cs index 2f28b78e79a22..d10572b1e7fb1 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineInstanceView.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineInstanceView.cs @@ -42,49 +42,49 @@ public VirtualMachineInstanceView() { } } /// - /// Gets or sets the Update Domain count. + /// the Update Domain count. /// [JsonProperty(PropertyName = "platformUpdateDomain")] public int? PlatformUpdateDomain { get; set; } /// - /// Gets or sets the Fault Domain count. + /// the Fault Domain count. /// [JsonProperty(PropertyName = "platformFaultDomain")] public int? PlatformFaultDomain { get; set; } /// - /// Gets or sets the Remote desktop certificate thumbprint. + /// the Remote desktop certificate thumbprint. /// [JsonProperty(PropertyName = "rdpThumbPrint")] public string RdpThumbPrint { get; set; } /// - /// Gets or sets the VM Agent running on the virtual machine. + /// the VM Agent running on the virtual machine. /// [JsonProperty(PropertyName = "vmAgent")] public VirtualMachineAgentInstanceView VmAgent { get; set; } /// - /// Gets or sets the disks information. + /// the disks information. /// [JsonProperty(PropertyName = "disks")] public IList Disks { get; set; } /// - /// Gets or sets the extensions information. + /// the extensions information. /// [JsonProperty(PropertyName = "extensions")] public IList Extensions { get; set; } /// - /// Gets or sets the boot diagnostics. + /// the boot diagnostics. /// [JsonProperty(PropertyName = "bootDiagnostics")] public BootDiagnosticsInstanceView BootDiagnostics { get; set; } /// - /// Gets or sets the resource status information. + /// the resource status information. /// [JsonProperty(PropertyName = "statuses")] public IList Statuses { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSet.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSet.cs index ca582014c1d99..d31875b994410 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSet.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSet.cs @@ -41,26 +41,25 @@ public VirtualMachineScaleSet() { } } /// - /// Gets or sets the virtual machine scale set sku. + /// the virtual machine scale set sku. /// [JsonProperty(PropertyName = "sku")] public Sku Sku { get; set; } /// - /// Gets or sets the upgrade policy. + /// the upgrade policy. /// [JsonProperty(PropertyName = "properties.upgradePolicy")] public UpgradePolicy UpgradePolicy { get; set; } /// - /// Gets or sets the virtual machine profile. + /// the virtual machine profile. /// [JsonProperty(PropertyName = "properties.virtualMachineProfile")] public VirtualMachineScaleSetVMProfile VirtualMachineProfile { get; set; } /// - /// Gets or sets the provisioning state, which only appears in the - /// response. + /// the provisioning state, which only appears in the response. /// [JsonProperty(PropertyName = "properties.provisioningState")] public string ProvisioningState { get; private set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetExtension.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetExtension.cs index e1e0f4277ce6b..3fc166fe8ce75 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetExtension.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetExtension.cs @@ -46,50 +46,50 @@ public VirtualMachineScaleSetExtension() { } } /// - /// Gets or sets the name of the extension. + /// the name of the extension. /// [JsonProperty(PropertyName = "name")] public string Name { get; set; } /// - /// Gets or sets the name of the extension handler publisher. + /// the name of the extension handler publisher. /// [JsonProperty(PropertyName = "properties.publisher")] public string Publisher { get; set; } /// - /// Gets or sets the type of the extension handler. + /// the type of the extension handler. /// [JsonProperty(PropertyName = "properties.type")] public string Type { get; set; } /// - /// Gets or sets the type version of the extension handler. + /// the type version of the extension handler. /// [JsonProperty(PropertyName = "properties.typeHandlerVersion")] public string TypeHandlerVersion { get; set; } /// - /// Gets or sets whether the extension handler should be automatically - /// upgraded across minor versions. + /// whether the extension handler should be automatically upgraded + /// across minor versions. /// [JsonProperty(PropertyName = "properties.autoUpgradeMinorVersion")] public bool? AutoUpgradeMinorVersion { get; set; } /// - /// Gets or sets Json formatted public settings for the extension. + /// Json formatted public settings for the extension. /// [JsonProperty(PropertyName = "properties.settings")] public object Settings { get; set; } /// - /// Gets or sets Json formatted protected settings for the extension. + /// Json formatted protected settings for the extension. /// [JsonProperty(PropertyName = "properties.protectedSettings")] public object ProtectedSettings { get; set; } /// - /// Gets the provisioning state, which only appears in the response. + /// the provisioning state, which only appears in the response. /// [JsonProperty(PropertyName = "properties.provisioningState")] public string ProvisioningState { get; private set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetExtensionProfile.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetExtensionProfile.cs index 956c287e68928..00e041914fab9 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetExtensionProfile.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetExtensionProfile.cs @@ -37,7 +37,7 @@ public VirtualMachineScaleSetExtensionProfile() { } } /// - /// Gets the virtual machine scale set child extension resources. + /// the virtual machine scale set child extension resources. /// [JsonProperty(PropertyName = "extensions")] public IList Extensions { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetIPConfiguration.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetIPConfiguration.cs index d69f733e47b81..752cc91164524 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetIPConfiguration.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetIPConfiguration.cs @@ -44,31 +44,31 @@ public VirtualMachineScaleSetIPConfiguration() { } } /// - /// Gets or sets the IP configuration name. + /// the IP configuration name. /// [JsonProperty(PropertyName = "name")] public string Name { get; set; } /// - /// Gets or sets the subnet. + /// the subnet. /// [JsonProperty(PropertyName = "properties.subnet")] public ApiEntityReference Subnet { get; set; } /// - /// Gets or sets the application gateway backend address pools. + /// the application gateway backend address pools. /// [JsonProperty(PropertyName = "properties.applicationGatewayBackendAddressPools")] public IList ApplicationGatewayBackendAddressPools { get; set; } /// - /// Gets or sets the load balancer backend address pools. + /// the load balancer backend address pools. /// [JsonProperty(PropertyName = "properties.loadBalancerBackendAddressPools")] public IList LoadBalancerBackendAddressPools { get; set; } /// - /// Gets or sets the load balancer inbound nat pools. + /// the load balancer inbound nat pools. /// [JsonProperty(PropertyName = "properties.loadBalancerInboundNatPools")] public IList LoadBalancerInboundNatPools { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetInstanceView.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetInstanceView.cs index 88c36f4529de5..da2ba0b83339a 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetInstanceView.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetInstanceView.cs @@ -39,20 +39,19 @@ public VirtualMachineScaleSetInstanceView() { } } /// - /// Gets the instance view status summary for the virtual machine - /// scale set. + /// the instance view status summary for the virtual machine scale set. /// [JsonProperty(PropertyName = "virtualMachine")] public VirtualMachineScaleSetInstanceViewStatusesSummary VirtualMachine { get; private set; } /// - /// Gets the extensions information. + /// the extensions information. /// [JsonProperty(PropertyName = "extensions")] public IList Extensions { get; private set; } /// - /// Gets or sets the resource status information. + /// the resource status information. /// [JsonProperty(PropertyName = "statuses")] public IList Statuses { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetInstanceViewStatusesSummary.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetInstanceViewStatusesSummary.cs index 84d8f213b35a6..a292c6453b502 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetInstanceViewStatusesSummary.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetInstanceViewStatusesSummary.cs @@ -38,7 +38,7 @@ public VirtualMachineScaleSetInstanceViewStatusesSummary() { } } /// - /// Gets the extensions information. + /// the extensions information. /// [JsonProperty(PropertyName = "statusesSummary")] public IList StatusesSummary { get; private set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetNetworkConfiguration.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetNetworkConfiguration.cs index c445f8935b7a6..e46fe97df6466 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetNetworkConfiguration.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetNetworkConfiguration.cs @@ -42,19 +42,19 @@ public VirtualMachineScaleSetNetworkConfiguration() { } } /// - /// Gets or sets the network configuration name. + /// the network configuration name. /// [JsonProperty(PropertyName = "name")] public string Name { get; set; } /// - /// Gets or sets whether this is a primary NIC on a virtual machine. + /// whether this is a primary NIC on a virtual machine. /// [JsonProperty(PropertyName = "properties.primary")] public bool? Primary { get; set; } /// - /// Gets or sets the virtual machine scale set IP Configuration. + /// the virtual machine scale set IP Configuration. /// [JsonProperty(PropertyName = "properties.ipConfigurations")] public IList IpConfigurations { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetNetworkProfile.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetNetworkProfile.cs index cf06f86f66ece..e4442b1ed2c84 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetNetworkProfile.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetNetworkProfile.cs @@ -37,7 +37,7 @@ public VirtualMachineScaleSetNetworkProfile() { } } /// - /// Gets or sets the list of network configurations. + /// the list of network configurations. /// [JsonProperty(PropertyName = "networkInterfaceConfigurations")] public IList NetworkInterfaceConfigurations { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetOSDisk.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetOSDisk.cs index 0e8e9fb80802c..79acbe983c3be 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetOSDisk.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetOSDisk.cs @@ -42,43 +42,43 @@ public VirtualMachineScaleSetOSDisk() { } } /// - /// Gets or sets the disk name. + /// the disk name. /// [JsonProperty(PropertyName = "name")] public string Name { get; set; } /// - /// Gets or sets the caching type. Possible values include: 'None', - /// 'ReadOnly', 'ReadWrite' + /// the caching type. Possible values include: 'None', 'ReadOnly', + /// 'ReadWrite' /// [JsonProperty(PropertyName = "caching")] public CachingTypes? Caching { get; set; } /// - /// Gets or sets the create option. Possible values include: - /// 'fromImage', 'empty', 'attach' + /// the create option. Possible values include: 'fromImage', 'empty', + /// 'attach' /// [JsonProperty(PropertyName = "createOption")] public DiskCreateOptionTypes CreateOption { get; set; } /// - /// Gets or sets the Operating System type. Possible values include: - /// 'Windows', 'Linux' + /// the Operating System type. Possible values include: 'Windows', + /// 'Linux' /// [JsonProperty(PropertyName = "osType")] public OperatingSystemTypes? OsType { get; set; } /// - /// Gets or sets the Source User Image VirtualHardDisk. This - /// VirtualHardDisk will be copied before using it to attach to the - /// Virtual Machine.If SourceImage is provided, the destination - /// VirtualHardDisk should not exist. + /// the Source User Image VirtualHardDisk. This VirtualHardDisk will + /// be copied before using it to attach to the Virtual Machine.If + /// SourceImage is provided, the destination VirtualHardDisk should + /// not exist. /// [JsonProperty(PropertyName = "image")] public VirtualHardDisk Image { get; set; } /// - /// Gets or sets the list of virtual hard disk container uris. + /// the list of virtual hard disk container uris. /// [JsonProperty(PropertyName = "vhdContainers")] public IList VhdContainers { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetOSProfile.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetOSProfile.cs index a6da137e1c463..b85dbbf37ec61 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetOSProfile.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetOSProfile.cs @@ -43,43 +43,43 @@ public VirtualMachineScaleSetOSProfile() { } } /// - /// Gets or sets the computer name prefix. + /// the computer name prefix. /// [JsonProperty(PropertyName = "computerNamePrefix")] public string ComputerNamePrefix { get; set; } /// - /// Gets or sets the admin user name. + /// the admin user name. /// [JsonProperty(PropertyName = "adminUsername")] public string AdminUsername { get; set; } /// - /// Gets or sets the admin user password. + /// the admin user password. /// [JsonProperty(PropertyName = "adminPassword")] public string AdminPassword { get; set; } /// - /// Gets or sets a base-64 encoded string of custom data. + /// a base-64 encoded string of custom data. /// [JsonProperty(PropertyName = "customData")] public string CustomData { get; set; } /// - /// Gets or sets the Windows Configuration of the OS profile. + /// the Windows Configuration of the OS profile. /// [JsonProperty(PropertyName = "windowsConfiguration")] public WindowsConfiguration WindowsConfiguration { get; set; } /// - /// Gets or sets the Linux Configuration of the OS profile. + /// the Linux Configuration of the OS profile. /// [JsonProperty(PropertyName = "linuxConfiguration")] public LinuxConfiguration LinuxConfiguration { get; set; } /// - /// Gets or sets the List of certificates for addition to the VM. + /// the List of certificates for addition to the VM. /// [JsonProperty(PropertyName = "secrets")] public IList Secrets { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetSku.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetSku.cs index cbc35c17301f0..84836d6a6c32d 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetSku.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetSku.cs @@ -37,19 +37,19 @@ public VirtualMachineScaleSetSku() { } } /// - /// Gets the type of resource the sku applies to. + /// the type of resource the sku applies to. /// [JsonProperty(PropertyName = "resourceType")] public string ResourceType { get; private set; } /// - /// Gets the Sku. + /// the Sku. /// [JsonProperty(PropertyName = "sku")] public Sku Sku { get; private set; } /// - /// Gets available scaling information. + /// available scaling information. /// [JsonProperty(PropertyName = "capacity")] public VirtualMachineScaleSetSkuCapacity Capacity { get; private set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetSkuCapacity.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetSkuCapacity.cs index e1db15b1fb462..ac8bdaebb5601 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetSkuCapacity.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetSkuCapacity.cs @@ -40,26 +40,26 @@ public VirtualMachineScaleSetSkuCapacity() { } } /// - /// Gets the minimum capacity. + /// the minimum capacity. /// [JsonProperty(PropertyName = "minimum")] public long? Minimum { get; private set; } /// - /// Gets the maximum capacity that can be set. + /// the maximum capacity that can be set. /// [JsonProperty(PropertyName = "maximum")] public long? Maximum { get; private set; } /// - /// Gets the default capacity. + /// the default capacity. /// [JsonProperty(PropertyName = "defaultCapacity")] public long? DefaultCapacity { get; private set; } /// - /// Gets the scale type applicable to the sku. Possible values - /// include: 'Automatic', 'None' + /// the scale type applicable to the sku. Possible values include: + /// 'Automatic', 'None' /// [JsonProperty(PropertyName = "scaleType")] public VirtualMachineScaleSetSkuScaleType? ScaleType { get; private set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetStorageProfile.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetStorageProfile.cs index a5940a415b2fb..fbd5c0436d025 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetStorageProfile.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetStorageProfile.cs @@ -38,13 +38,13 @@ public VirtualMachineScaleSetStorageProfile() { } } /// - /// Gets or sets the image reference. + /// the image reference. /// [JsonProperty(PropertyName = "imageReference")] public ImageReference ImageReference { get; set; } /// - /// Gets or sets the OS disk. + /// the OS disk. /// [JsonProperty(PropertyName = "osDisk")] public VirtualMachineScaleSetOSDisk OsDisk { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetVM.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetVM.cs index 93989a396de50..1e1ad6106e888 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetVM.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetVM.cs @@ -50,13 +50,13 @@ public VirtualMachineScaleSetVM() { } } /// - /// Gets the virtual machine instance id. + /// the virtual machine instance id. /// [JsonProperty(PropertyName = "instanceId")] public string InstanceId { get; private set; } /// - /// Gets the virtual machine sku. + /// the virtual machine sku. /// [JsonProperty(PropertyName = "sku")] public Sku Sku { get; private set; } @@ -69,71 +69,69 @@ public VirtualMachineScaleSetVM() { } public bool? LatestModelApplied { get; private set; } /// - /// Gets the virtual machine instance view. + /// the virtual machine instance view. /// [JsonProperty(PropertyName = "properties.instanceView")] public VirtualMachineInstanceView InstanceView { get; private set; } /// - /// Gets or sets the hardware profile. + /// the hardware profile. /// [JsonProperty(PropertyName = "properties.hardwareProfile")] public HardwareProfile HardwareProfile { get; set; } /// - /// Gets or sets the storage profile. + /// the storage profile. /// [JsonProperty(PropertyName = "properties.storageProfile")] public StorageProfile StorageProfile { get; set; } /// - /// Gets or sets the OS profile. + /// the OS profile. /// [JsonProperty(PropertyName = "properties.osProfile")] public OSProfile OsProfile { get; set; } /// - /// Gets or sets the network profile. + /// the network profile. /// [JsonProperty(PropertyName = "properties.networkProfile")] public NetworkProfile NetworkProfile { get; set; } /// - /// Gets or sets the diagnostics profile. + /// the diagnostics profile. /// [JsonProperty(PropertyName = "properties.diagnosticsProfile")] public DiagnosticsProfile DiagnosticsProfile { get; set; } /// - /// Gets or sets the reference Id of the availability set to which - /// this virtual machine belongs. + /// the reference Id of the availability set to which this virtual + /// machine belongs. /// [JsonProperty(PropertyName = "properties.availabilitySet")] public SubResource AvailabilitySet { get; set; } /// - /// Gets or sets the provisioning state, which only appears in the - /// response. + /// the provisioning state, which only appears in the response. /// [JsonProperty(PropertyName = "properties.provisioningState")] public string ProvisioningState { get; private set; } /// - /// Gets or sets the license type, which is for bring your own license - /// scenario. + /// the license type, which is for bring your own license scenario. /// [JsonProperty(PropertyName = "properties.licenseType")] public string LicenseType { get; set; } /// - /// Gets or sets the purchase plan when deploying virtual machine from - /// VM Marketplace images. + /// the purchase plan when deploying virtual machine from VM + /// Marketplace images. /// [JsonProperty(PropertyName = "plan")] public Plan Plan { get; set; } /// - /// Gets the virtual machine child extension resources. + /// the virtual machine child extension resources. /// [JsonProperty(PropertyName = "resources")] public IList Resources { get; private set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetVMExtensionsSummary.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetVMExtensionsSummary.cs index 98835191f1f7c..48de13e6c3659 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetVMExtensionsSummary.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetVMExtensionsSummary.cs @@ -38,13 +38,13 @@ public VirtualMachineScaleSetVMExtensionsSummary() { } } /// - /// Gets the extension name. + /// the extension name. /// [JsonProperty(PropertyName = "name")] public string Name { get; private set; } /// - /// Gets the extensions information. + /// the extensions information. /// [JsonProperty(PropertyName = "statusesSummary")] public IList StatusesSummary { get; private set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetVMInstanceIDs.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetVMInstanceIDs.cs index cf9f48ede2a62..791589c502582 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetVMInstanceIDs.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetVMInstanceIDs.cs @@ -37,7 +37,7 @@ public VirtualMachineScaleSetVMInstanceIDs() { } } /// - /// Gets or sets the virtual machine scale set instance ids. + /// the virtual machine scale set instance ids. /// [JsonProperty(PropertyName = "instanceIds")] public IList InstanceIds { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetVMInstanceRequiredIDs.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetVMInstanceRequiredIDs.cs index 74138cab887ae..1d6b1f791b599 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetVMInstanceRequiredIDs.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetVMInstanceRequiredIDs.cs @@ -37,7 +37,7 @@ public VirtualMachineScaleSetVMInstanceRequiredIDs(IList instanceIds) } /// - /// Gets or sets the virtual machine scale set instance ids. + /// the virtual machine scale set instance ids. /// [JsonProperty(PropertyName = "instanceIds")] public IList InstanceIds { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetVMInstanceView.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetVMInstanceView.cs index 5b733490ec7b1..8707b6bc3befd 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetVMInstanceView.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetVMInstanceView.cs @@ -44,49 +44,49 @@ public VirtualMachineScaleSetVMInstanceView() { } } /// - /// Gets or sets the Update Domain count. + /// the Update Domain count. /// [JsonProperty(PropertyName = "platformUpdateDomain")] public int? PlatformUpdateDomain { get; set; } /// - /// Gets or sets the Fault Domain count. + /// the Fault Domain count. /// [JsonProperty(PropertyName = "platformFaultDomain")] public int? PlatformFaultDomain { get; set; } /// - /// Gets or sets the Remote desktop certificate thumbprint. + /// the Remote desktop certificate thumbprint. /// [JsonProperty(PropertyName = "rdpThumbPrint")] public string RdpThumbPrint { get; set; } /// - /// Gets or sets the VM Agent running on the virtual machine. + /// the VM Agent running on the virtual machine. /// [JsonProperty(PropertyName = "vmAgent")] public VirtualMachineAgentInstanceView VmAgent { get; set; } /// - /// Gets or sets the disks information. + /// the disks information. /// [JsonProperty(PropertyName = "disks")] public IList Disks { get; set; } /// - /// Gets or sets the extensions information. + /// the extensions information. /// [JsonProperty(PropertyName = "extensions")] public IList Extensions { get; set; } /// - /// Gets or sets the boot diagnostics. + /// the boot diagnostics. /// [JsonProperty(PropertyName = "bootDiagnostics")] public BootDiagnosticsInstanceView BootDiagnostics { get; set; } /// - /// Gets or sets the resource status information. + /// the resource status information. /// [JsonProperty(PropertyName = "statuses")] public IList Statuses { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetVMProfile.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetVMProfile.cs index 772cc85a0b666..ec5217b2e5032 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetVMProfile.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineScaleSetVMProfile.cs @@ -40,25 +40,25 @@ public VirtualMachineScaleSetVMProfile() { } } /// - /// Gets or sets the virtual machine scale set OS profile. + /// the virtual machine scale set OS profile. /// [JsonProperty(PropertyName = "osProfile")] public VirtualMachineScaleSetOSProfile OsProfile { get; set; } /// - /// Gets or sets the virtual machine scale set storage profile. + /// the virtual machine scale set storage profile. /// [JsonProperty(PropertyName = "storageProfile")] public VirtualMachineScaleSetStorageProfile StorageProfile { get; set; } /// - /// Gets or sets the virtual machine scale set network profile. + /// the virtual machine scale set network profile. /// [JsonProperty(PropertyName = "networkProfile")] public VirtualMachineScaleSetNetworkProfile NetworkProfile { get; set; } /// - /// Gets the virtual machine scale set extension profile. + /// the virtual machine scale set extension profile. /// [JsonProperty(PropertyName = "extensionProfile")] public VirtualMachineScaleSetExtensionProfile ExtensionProfile { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineSize.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineSize.cs index 181ce44071544..491c27f079c10 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineSize.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineSize.cs @@ -40,37 +40,37 @@ public VirtualMachineSize() { } } /// - /// Gets or sets the VM size name. + /// the VM size name. /// [JsonProperty(PropertyName = "name")] public string Name { get; set; } /// - /// Gets or sets the Number of cores supported by a VM size. + /// the Number of cores supported by a VM size. /// [JsonProperty(PropertyName = "numberOfCores")] public int? NumberOfCores { get; set; } /// - /// Gets or sets the OS disk size allowed by a VM size. + /// the OS disk size allowed by a VM size. /// [JsonProperty(PropertyName = "osDiskSizeInMB")] public int? OsDiskSizeInMB { get; set; } /// - /// Gets or sets the Resource disk size allowed by a VM size. + /// the Resource disk size allowed by a VM size. /// [JsonProperty(PropertyName = "resourceDiskSizeInMB")] public int? ResourceDiskSizeInMB { get; set; } /// - /// Gets or sets the Memory size supported by a VM size. + /// the Memory size supported by a VM size. /// [JsonProperty(PropertyName = "memoryInMB")] public int? MemoryInMB { get; set; } /// - /// Gets or sets the Maximum number of data disks allowed by a VM size. + /// the Maximum number of data disks allowed by a VM size. /// [JsonProperty(PropertyName = "maxDataDiskCount")] public int? MaxDataDiskCount { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineStatusCodeCount.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineStatusCodeCount.cs index 3c36f3082cf2e..7b898123e488f 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineStatusCodeCount.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/VirtualMachineStatusCodeCount.cs @@ -39,13 +39,13 @@ public VirtualMachineStatusCodeCount() { } } /// - /// Gets the instance view status code. + /// the instance view status code. /// [JsonProperty(PropertyName = "code")] public string Code { get; private set; } /// - /// Gets the number of instances having a particular status code. + /// the number of instances having a particular status code. /// [JsonProperty(PropertyName = "count")] public int? Count { get; private set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/WinRMConfiguration.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/WinRMConfiguration.cs index c094f3a9f2668..f85aeb916a9ae 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/WinRMConfiguration.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/WinRMConfiguration.cs @@ -35,7 +35,7 @@ public WinRMConfiguration() { } } /// - /// Gets or sets the list of Windows Remote Management listeners + /// the list of Windows Remote Management listeners /// [JsonProperty(PropertyName = "listeners")] public IList Listeners { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/WinRMListener.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/WinRMListener.cs index a69162f6a5260..a414498dbf412 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/WinRMListener.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/WinRMListener.cs @@ -36,16 +36,15 @@ public WinRMListener() { } } /// - /// Gets or sets the Protocol used by WinRM listener. Currently only - /// Http and Https are supported. Possible values include: 'Http', - /// 'Https' + /// the Protocol used by WinRM listener. Currently only Http and Https + /// are supported. Possible values include: 'Http', 'Https' /// [JsonProperty(PropertyName = "protocol")] public ProtocolTypes? Protocol { get; set; } /// - /// Gets or sets the Certificate URL in KMS for Https listeners. - /// Should be null for Http listeners. + /// the Certificate URL in KMS for Https listeners. Should be null for + /// Http listeners. /// [JsonProperty(PropertyName = "certificateUrl")] public string CertificateUrl { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/WindowsConfiguration.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/WindowsConfiguration.cs index 345ac4444bddd..0db0e7fc8565d 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/WindowsConfiguration.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/Models/WindowsConfiguration.cs @@ -39,34 +39,32 @@ public WindowsConfiguration() { } } /// - /// Gets or sets whether VM Agent should be provisioned on the Virtual - /// Machine. + /// whether VM Agent should be provisioned on the Virtual Machine. /// [JsonProperty(PropertyName = "provisionVMAgent")] public bool? ProvisionVMAgent { get; set; } /// - /// Gets or sets whether Windows updates are automatically installed - /// on the VM + /// whether Windows updates are automatically installed on the VM /// [JsonProperty(PropertyName = "enableAutomaticUpdates")] public bool? EnableAutomaticUpdates { get; set; } /// - /// Gets or sets the Time Zone of the VM + /// the Time Zone of the VM /// [JsonProperty(PropertyName = "timeZone")] public string TimeZone { get; set; } /// - /// Gets or sets the additional base-64 encoded XML formatted - /// information that can be included in the Unattend.xml file. + /// the additional base-64 encoded XML formatted information that can + /// be included in the Unattend.xml file. /// [JsonProperty(PropertyName = "additionalUnattendContent")] public IList AdditionalUnattendContent { get; set; } /// - /// Gets or sets the Windows Remote Management configuration of the VM + /// the Windows Remote Management configuration of the VM /// [JsonProperty(PropertyName = "winRM")] public WinRMConfiguration WinRM { get; set; } diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/VirtualMachineScaleSetsOperations.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/VirtualMachineScaleSetsOperations.cs index 1bda374b1c10d..94260ee6386d3 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/VirtualMachineScaleSetsOperations.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/VirtualMachineScaleSetsOperations.cs @@ -308,7 +308,7 @@ internal VirtualMachineScaleSetsOperations(ComputeManagementClient client) /// The name of the virtual machine scale set. /// /// - /// Gets or sets the virtual machine scale set instance ids. + /// the virtual machine scale set instance ids. /// /// /// The headers that will be added to request. @@ -337,7 +337,7 @@ internal VirtualMachineScaleSetsOperations(ComputeManagementClient client) /// The name of the virtual machine scale set. /// /// - /// Gets or sets the virtual machine scale set instance ids. + /// the virtual machine scale set instance ids. /// /// /// Headers that will be added to request. @@ -854,7 +854,7 @@ internal VirtualMachineScaleSetsOperations(ComputeManagementClient client) /// The name of the virtual machine scale set. /// /// - /// Gets or sets the virtual machine scale set instance ids. + /// the virtual machine scale set instance ids. /// /// /// The headers that will be added to request. @@ -880,7 +880,7 @@ internal VirtualMachineScaleSetsOperations(ComputeManagementClient client) /// The name of the virtual machine scale set. /// /// - /// Gets or sets the virtual machine scale set instance ids. + /// the virtual machine scale set instance ids. /// /// /// Headers that will be added to request. @@ -1747,7 +1747,7 @@ internal VirtualMachineScaleSetsOperations(ComputeManagementClient client) /// The name of the virtual machine scale set. /// /// - /// Gets or sets the virtual machine scale set instance ids. + /// the virtual machine scale set instance ids. /// /// /// The headers that will be added to request. @@ -1775,7 +1775,7 @@ internal VirtualMachineScaleSetsOperations(ComputeManagementClient client) /// The name of the virtual machine scale set. /// /// - /// Gets or sets the virtual machine scale set instance ids. + /// the virtual machine scale set instance ids. /// /// /// Headers that will be added to request. @@ -1940,7 +1940,7 @@ internal VirtualMachineScaleSetsOperations(ComputeManagementClient client) /// The name of the virtual machine scale set. /// /// - /// Gets or sets the virtual machine scale set instance ids. + /// the virtual machine scale set instance ids. /// /// /// The headers that will be added to request. @@ -1966,7 +1966,7 @@ internal VirtualMachineScaleSetsOperations(ComputeManagementClient client) /// The name of the virtual machine scale set. /// /// - /// Gets or sets the virtual machine scale set instance ids. + /// the virtual machine scale set instance ids. /// /// /// Headers that will be added to request. @@ -2131,7 +2131,7 @@ internal VirtualMachineScaleSetsOperations(ComputeManagementClient client) /// The name of the virtual machine scale set. /// /// - /// Gets or sets the virtual machine scale set instance ids. + /// the virtual machine scale set instance ids. /// /// /// The headers that will be added to request. @@ -2157,7 +2157,7 @@ internal VirtualMachineScaleSetsOperations(ComputeManagementClient client) /// The name of the virtual machine scale set. /// /// - /// Gets or sets the virtual machine scale set instance ids. + /// the virtual machine scale set instance ids. /// /// /// Headers that will be added to request. @@ -2323,7 +2323,7 @@ internal VirtualMachineScaleSetsOperations(ComputeManagementClient client) /// The name of the virtual machine scale set. /// /// - /// Gets or sets the virtual machine scale set instance ids. + /// the virtual machine scale set instance ids. /// /// /// The headers that will be added to request. @@ -2350,7 +2350,7 @@ internal VirtualMachineScaleSetsOperations(ComputeManagementClient client) /// The name of the virtual machine scale set. /// /// - /// Gets or sets the virtual machine scale set instance ids. + /// the virtual machine scale set instance ids. /// /// /// Headers that will be added to request. diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/VirtualMachineScaleSetsOperationsExtensions.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/VirtualMachineScaleSetsOperationsExtensions.cs index 753f30ceaf14f..aa0bdf7d3e696 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/VirtualMachineScaleSetsOperationsExtensions.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/VirtualMachineScaleSetsOperationsExtensions.cs @@ -134,7 +134,7 @@ public static VirtualMachineScaleSet BeginCreateOrUpdate(this IVirtualMachineSca /// The name of the virtual machine scale set. /// /// - /// Gets or sets the virtual machine scale set instance ids. + /// the virtual machine scale set instance ids. /// public static void Deallocate(this IVirtualMachineScaleSetsOperations operations, string resourceGroupName, string vmScaleSetName, IList instanceIds = default(IList)) { @@ -157,7 +157,7 @@ public static VirtualMachineScaleSet BeginCreateOrUpdate(this IVirtualMachineSca /// The name of the virtual machine scale set. /// /// - /// Gets or sets the virtual machine scale set instance ids. + /// the virtual machine scale set instance ids. /// /// /// The cancellation token. @@ -183,7 +183,7 @@ public static VirtualMachineScaleSet BeginCreateOrUpdate(this IVirtualMachineSca /// The name of the virtual machine scale set. /// /// - /// Gets or sets the virtual machine scale set instance ids. + /// the virtual machine scale set instance ids. /// public static void BeginDeallocate(this IVirtualMachineScaleSetsOperations operations, string resourceGroupName, string vmScaleSetName, IList instanceIds = default(IList)) { @@ -206,7 +206,7 @@ public static VirtualMachineScaleSet BeginCreateOrUpdate(this IVirtualMachineSca /// The name of the virtual machine scale set. /// /// - /// Gets or sets the virtual machine scale set instance ids. + /// the virtual machine scale set instance ids. /// /// /// The cancellation token. @@ -343,7 +343,7 @@ public static VirtualMachineScaleSet Get(this IVirtualMachineScaleSetsOperations /// The name of the virtual machine scale set. /// /// - /// Gets or sets the virtual machine scale set instance ids. + /// the virtual machine scale set instance ids. /// public static void DeleteInstances(this IVirtualMachineScaleSetsOperations operations, string resourceGroupName, string vmScaleSetName, IList instanceIds) { @@ -363,7 +363,7 @@ public static void DeleteInstances(this IVirtualMachineScaleSetsOperations opera /// The name of the virtual machine scale set. /// /// - /// Gets or sets the virtual machine scale set instance ids. + /// the virtual machine scale set instance ids. /// /// /// The cancellation token. @@ -386,7 +386,7 @@ public static void DeleteInstances(this IVirtualMachineScaleSetsOperations opera /// The name of the virtual machine scale set. /// /// - /// Gets or sets the virtual machine scale set instance ids. + /// the virtual machine scale set instance ids. /// public static void BeginDeleteInstances(this IVirtualMachineScaleSetsOperations operations, string resourceGroupName, string vmScaleSetName, IList instanceIds) { @@ -406,7 +406,7 @@ public static void BeginDeleteInstances(this IVirtualMachineScaleSetsOperations /// The name of the virtual machine scale set. /// /// - /// Gets or sets the virtual machine scale set instance ids. + /// the virtual machine scale set instance ids. /// /// /// The cancellation token. @@ -581,7 +581,7 @@ public static IPage ListSkus(this IVirtualMachineScal /// The name of the virtual machine scale set. /// /// - /// Gets or sets the virtual machine scale set instance ids. + /// the virtual machine scale set instance ids. /// public static void PowerOff(this IVirtualMachineScaleSetsOperations operations, string resourceGroupName, string vmScaleSetName, IList instanceIds = default(IList)) { @@ -603,7 +603,7 @@ public static IPage ListSkus(this IVirtualMachineScal /// The name of the virtual machine scale set. /// /// - /// Gets or sets the virtual machine scale set instance ids. + /// the virtual machine scale set instance ids. /// /// /// The cancellation token. @@ -628,7 +628,7 @@ public static IPage ListSkus(this IVirtualMachineScal /// The name of the virtual machine scale set. /// /// - /// Gets or sets the virtual machine scale set instance ids. + /// the virtual machine scale set instance ids. /// public static void BeginPowerOff(this IVirtualMachineScaleSetsOperations operations, string resourceGroupName, string vmScaleSetName, IList instanceIds = default(IList)) { @@ -650,7 +650,7 @@ public static IPage ListSkus(this IVirtualMachineScal /// The name of the virtual machine scale set. /// /// - /// Gets or sets the virtual machine scale set instance ids. + /// the virtual machine scale set instance ids. /// /// /// The cancellation token. @@ -673,7 +673,7 @@ public static IPage ListSkus(this IVirtualMachineScal /// The name of the virtual machine scale set. /// /// - /// Gets or sets the virtual machine scale set instance ids. + /// the virtual machine scale set instance ids. /// public static void Restart(this IVirtualMachineScaleSetsOperations operations, string resourceGroupName, string vmScaleSetName, IList instanceIds = default(IList)) { @@ -693,7 +693,7 @@ public static IPage ListSkus(this IVirtualMachineScal /// The name of the virtual machine scale set. /// /// - /// Gets or sets the virtual machine scale set instance ids. + /// the virtual machine scale set instance ids. /// /// /// The cancellation token. @@ -716,7 +716,7 @@ public static IPage ListSkus(this IVirtualMachineScal /// The name of the virtual machine scale set. /// /// - /// Gets or sets the virtual machine scale set instance ids. + /// the virtual machine scale set instance ids. /// public static void BeginRestart(this IVirtualMachineScaleSetsOperations operations, string resourceGroupName, string vmScaleSetName, IList instanceIds = default(IList)) { @@ -736,7 +736,7 @@ public static IPage ListSkus(this IVirtualMachineScal /// The name of the virtual machine scale set. /// /// - /// Gets or sets the virtual machine scale set instance ids. + /// the virtual machine scale set instance ids. /// /// /// The cancellation token. @@ -759,7 +759,7 @@ public static IPage ListSkus(this IVirtualMachineScal /// The name of the virtual machine scale set. /// /// - /// Gets or sets the virtual machine scale set instance ids. + /// the virtual machine scale set instance ids. /// public static void Start(this IVirtualMachineScaleSetsOperations operations, string resourceGroupName, string vmScaleSetName, IList instanceIds = default(IList)) { @@ -779,7 +779,7 @@ public static IPage ListSkus(this IVirtualMachineScal /// The name of the virtual machine scale set. /// /// - /// Gets or sets the virtual machine scale set instance ids. + /// the virtual machine scale set instance ids. /// /// /// The cancellation token. @@ -802,7 +802,7 @@ public static IPage ListSkus(this IVirtualMachineScal /// The name of the virtual machine scale set. /// /// - /// Gets or sets the virtual machine scale set instance ids. + /// the virtual machine scale set instance ids. /// public static void BeginStart(this IVirtualMachineScaleSetsOperations operations, string resourceGroupName, string vmScaleSetName, IList instanceIds = default(IList)) { @@ -822,7 +822,7 @@ public static IPage ListSkus(this IVirtualMachineScal /// The name of the virtual machine scale set. /// /// - /// Gets or sets the virtual machine scale set instance ids. + /// the virtual machine scale set instance ids. /// /// /// The cancellation token. @@ -846,7 +846,7 @@ public static IPage ListSkus(this IVirtualMachineScal /// The name of the virtual machine scale set. /// /// - /// Gets or sets the virtual machine scale set instance ids. + /// the virtual machine scale set instance ids. /// public static void UpdateInstances(this IVirtualMachineScaleSetsOperations operations, string resourceGroupName, string vmScaleSetName, IList instanceIds) { @@ -867,7 +867,7 @@ public static void UpdateInstances(this IVirtualMachineScaleSetsOperations opera /// The name of the virtual machine scale set. /// /// - /// Gets or sets the virtual machine scale set instance ids. + /// the virtual machine scale set instance ids. /// /// /// The cancellation token. @@ -891,7 +891,7 @@ public static void UpdateInstances(this IVirtualMachineScaleSetsOperations opera /// The name of the virtual machine scale set. /// /// - /// Gets or sets the virtual machine scale set instance ids. + /// the virtual machine scale set instance ids. /// public static void BeginUpdateInstances(this IVirtualMachineScaleSetsOperations operations, string resourceGroupName, string vmScaleSetName, IList instanceIds) { @@ -912,7 +912,7 @@ public static void BeginUpdateInstances(this IVirtualMachineScaleSetsOperations /// The name of the virtual machine scale set. /// /// - /// Gets or sets the virtual machine scale set instance ids. + /// the virtual machine scale set instance ids. /// /// /// The cancellation token. diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/VirtualMachinesOperations.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/VirtualMachinesOperations.cs index c87d2a91975ac..eed0925e03f14 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/VirtualMachinesOperations.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/VirtualMachinesOperations.cs @@ -1218,7 +1218,7 @@ internal VirtualMachinesOperations(ComputeManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -1342,7 +1342,7 @@ internal VirtualMachinesOperations(ComputeManagementClient client) throw ex; } // Create Result - var _result = new AzureOperationResponse>(); + var _result = new AzureOperationResponse>(); _result.Request = _httpRequest; _result.Response = _httpResponse; if (_httpResponse.Headers.Contains("x-ms-request-id")) @@ -1355,7 +1355,7 @@ internal VirtualMachinesOperations(ComputeManagementClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = SafeJsonConvert.DeserializeObject>(_responseContent, this.Client.DeserializationSettings); + _result.Body = SafeJsonConvert.DeserializeObject>(_responseContent, this.Client.DeserializationSettings); } catch (JsonException ex) { @@ -2407,6 +2407,165 @@ internal VirtualMachinesOperations(ComputeManagementClient client) return _result; } + /// + /// The operation to list virtual machines under a resource group. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (nextPageLink == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "nextPageLink"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("nextPageLink", nextPageLink); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "ListNext", tracingParameters); + } + // Construct URL + string _url = "{nextLink}"; + _url = _url.Replace("{nextLink}", nextPageLink); + List _queryParameters = new List(); + if (_queryParameters.Count > 0) + { + _url += "?" + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + HttpRequestMessage _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = SafeJsonConvert.DeserializeObject>(_responseContent, this.Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + /// /// Gets the list of Virtual Machines in the subscription. Use nextLink /// property in the response to get the next page of Virtual Machines. Do diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/VirtualMachinesOperationsExtensions.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/VirtualMachinesOperationsExtensions.cs index b746fbaa1540c..cf1727ac94e86 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/VirtualMachinesOperationsExtensions.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Generated/VirtualMachinesOperationsExtensions.cs @@ -456,7 +456,7 @@ public static void Generalize(this IVirtualMachinesOperations operations, string /// /// The name of the resource group. /// - public static IEnumerable List(this IVirtualMachinesOperations operations, string resourceGroupName) + public static IPage List(this IVirtualMachinesOperations operations, string resourceGroupName) { return Task.Factory.StartNew(s => ((IVirtualMachinesOperations)s).ListAsync(resourceGroupName), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult(); } @@ -473,7 +473,7 @@ public static IEnumerable List(this IVirtualMachinesOperations o /// /// The cancellation token. /// - public static async Task> ListAsync(this IVirtualMachinesOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task> ListAsync(this IVirtualMachinesOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.ListWithHttpMessagesAsync(resourceGroupName, null, cancellationToken).ConfigureAwait(false)) { @@ -851,6 +851,40 @@ public static void BeginRedeploy(this IVirtualMachinesOperations operations, str await operations.BeginRedeployWithHttpMessagesAsync(resourceGroupName, vmName, null, cancellationToken).ConfigureAwait(false); } + /// + /// The operation to list virtual machines under a resource group. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + public static IPage ListNext(this IVirtualMachinesOperations operations, string nextPageLink) + { + return Task.Factory.StartNew(s => ((IVirtualMachinesOperations)s).ListNextAsync(nextPageLink), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult(); + } + + /// + /// The operation to list virtual machines under a resource group. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The cancellation token. + /// + public static async Task> ListNextAsync(this IVirtualMachinesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// /// Gets the list of Virtual Machines in the subscription. Use nextLink /// property in the response to get the next page of Virtual Machines. Do diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Properties/AssemblyInfo.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Properties/AssemblyInfo.cs index 13181e3d4684c..6092201a5613c 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Properties/AssemblyInfo.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Properties/AssemblyInfo.cs @@ -20,7 +20,7 @@ [assembly: AssemblyDescription("Provides management functionality for Microsoft Azure Compute Resources.")] [assembly: AssemblyVersion("13.0.0.0")] -[assembly: AssemblyFileVersion("13.0.3.0")] +[assembly: AssemblyFileVersion("13.0.4.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyProduct("Microsoft Azure .NET SDK")] diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/project.json b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/project.json index 6527341621ab0..5292fd280740e 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/project.json +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/project.json @@ -1,5 +1,5 @@ { - "version": "13.0.3-prerelease", + "version": "13.0.4-prerelease", "description": "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.", "authors": [ "Microsoft" ],