From 5f7e37b1067d272d794679c5df1b3aa1a67fc4de Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Tue, 24 Nov 2020 04:16:12 +0000 Subject: [PATCH] CodeGen from PR 11793 in Azure/azure-rest-api-specs Merge 8f6dcce300a0e071507028daa1d9df971225935c into d4d7ea6c660f853323ce6dc0ab9f3c239767169c --- .../src/Generated/ArmTemplatesOperations.cs | 2 +- .../ArmTemplatesOperationsExtensions.cs | 4 +- .../Generated/ArtifactSourcesOperations.cs | 3 +- .../ArtifactSourcesOperationsExtensions.cs | 6 +- .../src/Generated/CustomImagesOperations.cs | 3 +- .../CustomImagesOperationsExtensions.cs | 6 +- .../src/Generated/DisksOperations.cs | 2 +- .../Generated/DisksOperationsExtensions.cs | 4 +- .../src/Generated/EnvironmentsOperations.cs | 3 +- .../EnvironmentsOperationsExtensions.cs | 6 +- .../src/Generated/FormulasOperations.cs | 6 +- .../Generated/FormulasOperationsExtensions.cs | 12 +- .../Generated/GlobalSchedulesOperations.cs | 2 +- .../GlobalSchedulesOperationsExtensions.cs | 4 +- .../src/Generated/IArmTemplatesOperations.cs | 2 +- .../Generated/IArtifactSourcesOperations.cs | 3 +- .../src/Generated/ICustomImagesOperations.cs | 3 +- .../src/Generated/IDisksOperations.cs | 3 +- .../src/Generated/IEnvironmentsOperations.cs | 3 +- .../src/Generated/IFormulasOperations.cs | 7 +- .../Generated/IGlobalSchedulesOperations.cs | 3 +- .../src/Generated/ILabsOperations.cs | 3 +- .../INotificationChannelsOperations.cs | 23 +- .../src/Generated/IPoliciesOperations.cs | 3 +- .../src/Generated/ISchedulesOperations.cs | 3 +- .../src/Generated/ISecretsOperations.cs | 3 +- .../IServiceFabricSchedulesOperations.cs | 17 +- .../Generated/IServiceFabricsOperations.cs | 29 +- .../Generated/IServiceRunnersOperations.cs | 53 +-- .../src/Generated/IUsersOperations.cs | 3 +- .../IVirtualMachineSchedulesOperations.cs | 3 +- .../Generated/IVirtualMachinesOperations.cs | 7 +- .../Generated/IVirtualNetworksOperations.cs | 3 +- .../src/Generated/LabsOperations.cs | 2 +- .../src/Generated/LabsOperationsExtensions.cs | 4 +- .../Models/AttachNewDataDiskOptions.cs | 7 +- .../AttachNewDataDiskOptionsFragment.cs | 7 +- .../Models/DataDiskStorageTypeInfo.cs | 4 +- .../Models/DataDiskStorageTypeInfoFragment.cs | 4 +- .../src/Generated/Models/Disk.cs | 7 +- .../src/Generated/Models/DiskFragment.cs | 7 +- .../Models/GenerateUploadUriResponse.cs | 2 +- .../src/Generated/Models/Lab.cs | 12 +- .../src/Generated/Models/LabFragment.cs | 4 +- .../src/Generated/Models/LabVirtualMachine.cs | 5 +- .../LabVirtualMachineCreationParameter.cs | 5 +- ...VirtualMachineCreationParameterFragment.cs | 5 +- .../Models/LabVirtualMachineFragment.cs | 5 +- .../Generated/Models/NotificationChannel.cs | 4 +- .../Models/NotificationChannelFragment.cs | 4 +- .../Generated/Models/NotificationSettings.cs | 4 +- .../Models/NotificationSettingsFragment.cs | 4 +- .../src/Generated/Models/StorageType.cs | 1 + .../Models/VirtualMachineCreationSource.cs | 1 + .../NotificationChannelsOperations.cs | 23 +- ...otificationChannelsOperationsExtensions.cs | 46 ++- .../src/Generated/PoliciesOperations.cs | 2 +- .../Generated/PoliciesOperationsExtensions.cs | 4 +- .../src/Generated/SchedulesOperations.cs | 2 +- .../SchedulesOperationsExtensions.cs | 4 +- .../Generated/SdkInfo_DevTestLabsClient.cs | 11 - .../src/Generated/SecretsOperations.cs | 2 +- .../Generated/SecretsOperationsExtensions.cs | 4 +- .../ServiceFabricSchedulesOperations.cs | 16 +- ...viceFabricSchedulesOperationsExtensions.cs | 32 +- .../src/Generated/ServiceFabricsOperations.cs | 29 +- .../ServiceFabricsOperationsExtensions.cs | 58 +-- .../src/Generated/ServiceRunnersOperations.cs | 384 +----------------- .../ServiceRunnersOperationsExtensions.cs | 85 +--- .../src/Generated/UsersOperations.cs | 3 +- .../Generated/UsersOperationsExtensions.cs | 6 +- .../VirtualMachineSchedulesOperations.cs | 2 +- ...ualMachineSchedulesOperationsExtensions.cs | 4 +- .../Generated/VirtualMachinesOperations.cs | 7 +- .../VirtualMachinesOperationsExtensions.cs | 14 +- .../Generated/VirtualNetworksOperations.cs | 3 +- .../VirtualNetworksOperationsExtensions.cs | 6 +- 77 files changed, 305 insertions(+), 777 deletions(-) diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ArmTemplatesOperations.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ArmTemplatesOperations.cs index ec387a5bacf80..427ab9587a011 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ArmTemplatesOperations.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ArmTemplatesOperations.cs @@ -281,7 +281,7 @@ internal ArmTemplatesOperations(DevTestLabsClient client) /// The name of the artifact source. /// /// - /// The name of the azure Resource Manager template. + /// The name of the azure resource manager template. /// /// /// Specify the $expand query. Example: 'properties($select=displayName)' diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ArmTemplatesOperationsExtensions.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ArmTemplatesOperationsExtensions.cs index afc94bbbd57a9..1c5d84e0e9993 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ArmTemplatesOperationsExtensions.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ArmTemplatesOperationsExtensions.cs @@ -90,7 +90,7 @@ public static partial class ArmTemplatesOperationsExtensions /// The name of the artifact source. /// /// - /// The name of the azure Resource Manager template. + /// The name of the azure resource manager template. /// /// /// Specify the $expand query. Example: 'properties($select=displayName)' @@ -116,7 +116,7 @@ public static partial class ArmTemplatesOperationsExtensions /// The name of the artifact source. /// /// - /// The name of the azure Resource Manager template. + /// The name of the azure resource manager template. /// /// /// Specify the $expand query. Example: 'properties($select=displayName)' diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ArtifactSourcesOperations.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ArtifactSourcesOperations.cs index 63061ca56f84c..74a0cd199d58b 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ArtifactSourcesOperations.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ArtifactSourcesOperations.cs @@ -894,7 +894,8 @@ internal ArtifactSourcesOperations(DevTestLabsClient client) } /// - /// Modify properties of artifact sources. + /// Allows modifying tags of artifact sources. All other properties will be + /// ignored. /// /// /// The name of the resource group. diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ArtifactSourcesOperationsExtensions.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ArtifactSourcesOperationsExtensions.cs index fe37b564812f2..656cff080fe97 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ArtifactSourcesOperationsExtensions.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ArtifactSourcesOperationsExtensions.cs @@ -216,7 +216,8 @@ public static void Delete(this IArtifactSourcesOperations operations, string res } /// - /// Modify properties of artifact sources. + /// Allows modifying tags of artifact sources. All other properties will be + /// ignored. /// /// /// The operations group for this extension method. @@ -239,7 +240,8 @@ public static ArtifactSource Update(this IArtifactSourcesOperations operations, } /// - /// Modify properties of artifact sources. + /// Allows modifying tags of artifact sources. All other properties will be + /// ignored. /// /// /// The operations group for this extension method. diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/CustomImagesOperations.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/CustomImagesOperations.cs index 225a8c040b9ae..1d44daf1cfa93 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/CustomImagesOperations.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/CustomImagesOperations.cs @@ -527,7 +527,8 @@ internal CustomImagesOperations(DevTestLabsClient client) } /// - /// Modify properties of custom images. + /// Allows modifying tags of custom images. All other properties will be + /// ignored. /// /// /// The name of the resource group. diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/CustomImagesOperationsExtensions.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/CustomImagesOperationsExtensions.cs index d600fc47b4d0b..89ba6e65c73ad 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/CustomImagesOperationsExtensions.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/CustomImagesOperationsExtensions.cs @@ -218,7 +218,8 @@ public static void Delete(this ICustomImagesOperations operations, string resour } /// - /// Modify properties of custom images. + /// Allows modifying tags of custom images. All other properties will be + /// ignored. /// /// /// The operations group for this extension method. @@ -241,7 +242,8 @@ public static CustomImage Update(this ICustomImagesOperations operations, string } /// - /// Modify properties of custom images. + /// Allows modifying tags of custom images. All other properties will be + /// ignored. /// /// /// The operations group for this extension method. diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/DisksOperations.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/DisksOperations.cs index 1f6e18917d74f..f6c577fa8b20a 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/DisksOperations.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/DisksOperations.cs @@ -551,7 +551,7 @@ internal DisksOperations(DevTestLabsClient client) } /// - /// Modify properties of disks. + /// Allows modifying tags of disks. All other properties will be ignored. /// /// /// The name of the resource group. diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/DisksOperationsExtensions.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/DisksOperationsExtensions.cs index f2e41ff0a3cab..e73b5edc5eb19 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/DisksOperationsExtensions.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/DisksOperationsExtensions.cs @@ -242,7 +242,7 @@ public static void Delete(this IDisksOperations operations, string resourceGroup } /// - /// Modify properties of disks. + /// Allows modifying tags of disks. All other properties will be ignored. /// /// /// The operations group for this extension method. @@ -268,7 +268,7 @@ public static Disk Update(this IDisksOperations operations, string resourceGroup } /// - /// Modify properties of disks. + /// Allows modifying tags of disks. All other properties will be ignored. /// /// /// The operations group for this extension method. diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/EnvironmentsOperations.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/EnvironmentsOperations.cs index 3febf1fb06d90..ae157778bafc0 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/EnvironmentsOperations.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/EnvironmentsOperations.cs @@ -552,7 +552,8 @@ internal EnvironmentsOperations(DevTestLabsClient client) } /// - /// Modify properties of environments. + /// Allows modifying tags of environments. All other properties will be + /// ignored. /// /// /// The name of the resource group. diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/EnvironmentsOperationsExtensions.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/EnvironmentsOperationsExtensions.cs index 9869ea3e94948..48e770b7f71a1 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/EnvironmentsOperationsExtensions.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/EnvironmentsOperationsExtensions.cs @@ -244,7 +244,8 @@ public static void Delete(this IEnvironmentsOperations operations, string resour } /// - /// Modify properties of environments. + /// Allows modifying tags of environments. All other properties will be + /// ignored. /// /// /// The operations group for this extension method. @@ -270,7 +271,8 @@ public static DtlEnvironment Update(this IEnvironmentsOperations operations, str } /// - /// Modify properties of environments. + /// Allows modifying tags of environments. All other properties will be + /// ignored. /// /// /// The operations group for this extension method. diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/FormulasOperations.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/FormulasOperations.cs index 71ca5c312cf1d..7bacf476a2070 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/FormulasOperations.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/FormulasOperations.cs @@ -473,7 +473,7 @@ internal FormulasOperations(DevTestLabsClient client) } /// - /// Create or replace an existing Formula. This operation can take a while to + /// Create or replace an existing formula. This operation can take a while to /// complete. /// /// @@ -686,7 +686,7 @@ internal FormulasOperations(DevTestLabsClient client) } /// - /// Modify properties of formulas. + /// Allows modifying tags of formulas. All other properties will be ignored. /// /// /// The name of the resource group. @@ -905,7 +905,7 @@ internal FormulasOperations(DevTestLabsClient client) } /// - /// Create or replace an existing Formula. This operation can take a while to + /// Create or replace an existing formula. This operation can take a while to /// complete. /// /// diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/FormulasOperationsExtensions.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/FormulasOperationsExtensions.cs index ff69f07d49863..61ccb19a739ed 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/FormulasOperationsExtensions.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/FormulasOperationsExtensions.cs @@ -121,7 +121,7 @@ public static partial class FormulasOperationsExtensions } /// - /// Create or replace an existing Formula. This operation can take a while to + /// Create or replace an existing formula. This operation can take a while to /// complete. /// /// @@ -145,7 +145,7 @@ public static Formula CreateOrUpdate(this IFormulasOperations operations, string } /// - /// Create or replace an existing Formula. This operation can take a while to + /// Create or replace an existing formula. This operation can take a while to /// complete. /// /// @@ -218,7 +218,7 @@ public static void Delete(this IFormulasOperations operations, string resourceGr } /// - /// Modify properties of formulas. + /// Allows modifying tags of formulas. All other properties will be ignored. /// /// /// The operations group for this extension method. @@ -241,7 +241,7 @@ public static Formula Update(this IFormulasOperations operations, string resourc } /// - /// Modify properties of formulas. + /// Allows modifying tags of formulas. All other properties will be ignored. /// /// /// The operations group for this extension method. @@ -270,7 +270,7 @@ public static Formula Update(this IFormulasOperations operations, string resourc } /// - /// Create or replace an existing Formula. This operation can take a while to + /// Create or replace an existing formula. This operation can take a while to /// complete. /// /// @@ -294,7 +294,7 @@ public static Formula BeginCreateOrUpdate(this IFormulasOperations operations, s } /// - /// Create or replace an existing Formula. This operation can take a while to + /// Create or replace an existing formula. This operation can take a while to /// complete. /// /// diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/GlobalSchedulesOperations.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/GlobalSchedulesOperations.cs index 809227bb70c67..846c18aece35c 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/GlobalSchedulesOperations.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/GlobalSchedulesOperations.cs @@ -1048,7 +1048,7 @@ internal GlobalSchedulesOperations(DevTestLabsClient client) } /// - /// Modify properties of schedules. + /// Allows modifying tags of schedules. All other properties will be ignored. /// /// /// The name of the resource group. diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/GlobalSchedulesOperationsExtensions.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/GlobalSchedulesOperationsExtensions.cs index 789917f7b6dd0..279ece48ecffb 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/GlobalSchedulesOperationsExtensions.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/GlobalSchedulesOperationsExtensions.cs @@ -226,7 +226,7 @@ public static void Delete(this IGlobalSchedulesOperations operations, string res } /// - /// Modify properties of schedules. + /// Allows modifying tags of schedules. All other properties will be ignored. /// /// /// The operations group for this extension method. @@ -246,7 +246,7 @@ public static Schedule Update(this IGlobalSchedulesOperations operations, string } /// - /// Modify properties of schedules. + /// Allows modifying tags of schedules. All other properties will be ignored. /// /// /// The operations group for this extension method. diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IArmTemplatesOperations.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IArmTemplatesOperations.cs index 824bc0c140501..dd15f1f694a25 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IArmTemplatesOperations.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IArmTemplatesOperations.cs @@ -68,7 +68,7 @@ public partial interface IArmTemplatesOperations /// The name of the artifact source. /// /// - /// The name of the azure Resource Manager template. + /// The name of the azure resource manager template. /// /// /// Specify the $expand query. Example: diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IArtifactSourcesOperations.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IArtifactSourcesOperations.cs index 466cb9703b0f2..c483c2f94c990 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IArtifactSourcesOperations.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IArtifactSourcesOperations.cs @@ -141,7 +141,8 @@ public partial interface IArtifactSourcesOperations /// Task DeleteWithHttpMessagesAsync(string resourceGroupName, string labName, string name, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Modify properties of artifact sources. + /// Allows modifying tags of artifact sources. All other properties + /// will be ignored. /// /// /// The name of the resource group. diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ICustomImagesOperations.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ICustomImagesOperations.cs index fb56f74f7a86f..ee2034cdebbd5 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ICustomImagesOperations.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ICustomImagesOperations.cs @@ -141,7 +141,8 @@ public partial interface ICustomImagesOperations /// Task DeleteWithHttpMessagesAsync(string resourceGroupName, string labName, string name, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Modify properties of custom images. + /// Allows modifying tags of custom images. All other properties will + /// be ignored. /// /// /// The name of the resource group. diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IDisksOperations.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IDisksOperations.cs index 52f70aa1a2375..990fa5589a0ee 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IDisksOperations.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IDisksOperations.cs @@ -153,7 +153,8 @@ public partial interface IDisksOperations /// Task DeleteWithHttpMessagesAsync(string resourceGroupName, string labName, string userName, string name, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Modify properties of disks. + /// Allows modifying tags of disks. All other properties will be + /// ignored. /// /// /// The name of the resource group. diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IEnvironmentsOperations.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IEnvironmentsOperations.cs index 28d2384aa0bba..16d616bef8543 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IEnvironmentsOperations.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IEnvironmentsOperations.cs @@ -154,7 +154,8 @@ public partial interface IEnvironmentsOperations /// Task DeleteWithHttpMessagesAsync(string resourceGroupName, string labName, string userName, string name, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Modify properties of environments. + /// Allows modifying tags of environments. All other properties will be + /// ignored. /// /// /// The name of the resource group. diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IFormulasOperations.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IFormulasOperations.cs index 48864015c4dda..9d68229a288b7 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IFormulasOperations.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IFormulasOperations.cs @@ -85,7 +85,7 @@ public partial interface IFormulasOperations /// Task> GetWithHttpMessagesAsync(string resourceGroupName, string labName, string name, string expand = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Create or replace an existing Formula. This operation can take a + /// Create or replace an existing formula. This operation can take a /// while to complete. /// /// @@ -143,7 +143,8 @@ public partial interface IFormulasOperations /// Task DeleteWithHttpMessagesAsync(string resourceGroupName, string labName, string name, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Modify properties of formulas. + /// Allows modifying tags of formulas. All other properties will be + /// ignored. /// /// /// The name of the resource group. @@ -175,7 +176,7 @@ public partial interface IFormulasOperations /// Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string labName, string name, FormulaFragment formula, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Create or replace an existing Formula. This operation can take a + /// Create or replace an existing formula. This operation can take a /// while to complete. /// /// diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IGlobalSchedulesOperations.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IGlobalSchedulesOperations.cs index dd2c73fc409bb..27f52bed88116 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IGlobalSchedulesOperations.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IGlobalSchedulesOperations.cs @@ -150,7 +150,8 @@ public partial interface IGlobalSchedulesOperations /// Task DeleteWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Modify properties of schedules. + /// Allows modifying tags of schedules. All other properties will be + /// ignored. /// /// /// The name of the resource group. diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ILabsOperations.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ILabsOperations.cs index 5caa37c63a5e8..c2718d52626cb 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ILabsOperations.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ILabsOperations.cs @@ -152,7 +152,8 @@ public partial interface ILabsOperations /// Task DeleteWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Modify properties of labs. + /// Allows modifying tags of labs. All other properties will be + /// ignored. /// /// /// The name of the resource group. diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/INotificationChannelsOperations.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/INotificationChannelsOperations.cs index b4b8dc3d17de9..7c51739d1d5aa 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/INotificationChannelsOperations.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/INotificationChannelsOperations.cs @@ -25,7 +25,7 @@ namespace Microsoft.Azure.Management.DevTestLabs public partial interface INotificationChannelsOperations { /// - /// List notificationchannels in a given lab. + /// List notification channels in a given lab. /// /// /// The name of the resource group. @@ -53,7 +53,7 @@ public partial interface INotificationChannelsOperations /// Task>> ListWithHttpMessagesAsync(string resourceGroupName, string labName, ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Get notificationchannel. + /// Get notification channel. /// /// /// The name of the resource group. @@ -62,7 +62,7 @@ public partial interface INotificationChannelsOperations /// The name of the lab. /// /// - /// The name of the notificationChannel. + /// The name of the notification channel. /// /// /// Specify the $expand query. Example: @@ -85,7 +85,7 @@ public partial interface INotificationChannelsOperations /// Task> GetWithHttpMessagesAsync(string resourceGroupName, string labName, string name, string expand = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Create or replace an existing notificationChannel. + /// Create or replace an existing notification channel. /// /// /// The name of the resource group. @@ -94,7 +94,7 @@ public partial interface INotificationChannelsOperations /// The name of the lab. /// /// - /// The name of the notificationChannel. + /// The name of the notification channel. /// /// /// A notification. @@ -116,7 +116,7 @@ public partial interface INotificationChannelsOperations /// Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string labName, string name, NotificationChannel notificationChannel, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Delete notificationchannel. + /// Delete notification channel. /// /// /// The name of the resource group. @@ -125,7 +125,7 @@ public partial interface INotificationChannelsOperations /// The name of the lab. /// /// - /// The name of the notificationChannel. + /// The name of the notification channel. /// /// /// The headers that will be added to request. @@ -141,7 +141,8 @@ public partial interface INotificationChannelsOperations /// Task DeleteWithHttpMessagesAsync(string resourceGroupName, string labName, string name, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Modify properties of notificationchannels. + /// Allows modifying tags of notification channels. All other + /// properties will be ignored. /// /// /// The name of the resource group. @@ -150,7 +151,7 @@ public partial interface INotificationChannelsOperations /// The name of the lab. /// /// - /// The name of the notificationChannel. + /// The name of the notification channel. /// /// /// A notification. @@ -181,7 +182,7 @@ public partial interface INotificationChannelsOperations /// The name of the lab. /// /// - /// The name of the notificationChannel. + /// The name of the notification channel. /// /// /// Properties for generating a Notification. @@ -200,7 +201,7 @@ public partial interface INotificationChannelsOperations /// Task NotifyWithHttpMessagesAsync(string resourceGroupName, string labName, string name, NotifyParameters notifyParameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// List notificationchannels in a given lab. + /// List notification channels in a given lab. /// /// /// The NextLink from the previous successful call to List operation. diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IPoliciesOperations.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IPoliciesOperations.cs index 49cc0746565d8..b7d050f5857aa 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IPoliciesOperations.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IPoliciesOperations.cs @@ -153,7 +153,8 @@ public partial interface IPoliciesOperations /// Task DeleteWithHttpMessagesAsync(string resourceGroupName, string labName, string policySetName, string name, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Modify properties of policies. + /// Allows modifying tags of policies. All other properties will be + /// ignored. /// /// /// The name of the resource group. diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ISchedulesOperations.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ISchedulesOperations.cs index 00111fe801a78..3b082e36af864 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ISchedulesOperations.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ISchedulesOperations.cs @@ -140,7 +140,8 @@ public partial interface ISchedulesOperations /// Task DeleteWithHttpMessagesAsync(string resourceGroupName, string labName, string name, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Modify properties of schedules. + /// Allows modifying tags of schedules. All other properties will be + /// ignored. /// /// /// The name of the resource group. diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ISecretsOperations.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ISecretsOperations.cs index ca5de78577c7a..63c2bbe61154b 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ISecretsOperations.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ISecretsOperations.cs @@ -153,7 +153,8 @@ public partial interface ISecretsOperations /// Task DeleteWithHttpMessagesAsync(string resourceGroupName, string labName, string userName, string name, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Modify properties of secrets. + /// Allows modifying tags of secrets. All other properties will be + /// ignored. /// /// /// The name of the resource group. diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IServiceFabricSchedulesOperations.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IServiceFabricSchedulesOperations.cs index 9f3da080eeca9..c71c1323aa9f4 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IServiceFabricSchedulesOperations.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IServiceFabricSchedulesOperations.cs @@ -37,7 +37,7 @@ public partial interface IServiceFabricSchedulesOperations /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// OData parameters to apply to the operation. @@ -71,7 +71,7 @@ public partial interface IServiceFabricSchedulesOperations /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// The name of the schedule. @@ -108,7 +108,7 @@ public partial interface IServiceFabricSchedulesOperations /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// The name of the schedule. @@ -145,7 +145,7 @@ public partial interface IServiceFabricSchedulesOperations /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// The name of the schedule. @@ -164,7 +164,8 @@ public partial interface IServiceFabricSchedulesOperations /// Task DeleteWithHttpMessagesAsync(string resourceGroupName, string labName, string userName, string serviceFabricName, string name, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Modify properties of schedules. + /// Allows modifying tags of schedules. All other properties will be + /// ignored. /// /// /// The name of the resource group. @@ -176,7 +177,7 @@ public partial interface IServiceFabricSchedulesOperations /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// The name of the schedule. @@ -213,7 +214,7 @@ public partial interface IServiceFabricSchedulesOperations /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// The name of the schedule. @@ -244,7 +245,7 @@ public partial interface IServiceFabricSchedulesOperations /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// The name of the schedule. diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IServiceFabricsOperations.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IServiceFabricsOperations.cs index 01b54afaa2d9f..5a0a1b8d17615 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IServiceFabricsOperations.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IServiceFabricsOperations.cs @@ -68,7 +68,7 @@ public partial interface IServiceFabricsOperations /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// Specify the $expand query. Example: @@ -91,7 +91,7 @@ public partial interface IServiceFabricsOperations /// Task> GetWithHttpMessagesAsync(string resourceGroupName, string labName, string userName, string name, string expand = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Create or replace an existing Service Fabric. This operation can + /// Create or replace an existing service fabric. This operation can /// take a while to complete. /// /// @@ -104,7 +104,7 @@ public partial interface IServiceFabricsOperations /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// A Service Fabric. @@ -138,7 +138,7 @@ public partial interface IServiceFabricsOperations /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// The headers that will be added to request. @@ -154,7 +154,8 @@ public partial interface IServiceFabricsOperations /// Task DeleteWithHttpMessagesAsync(string resourceGroupName, string labName, string userName, string name, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Modify properties of service fabrics. + /// Allows modifying tags of service fabrics. All other properties will + /// be ignored. /// /// /// The name of the resource group. @@ -166,7 +167,7 @@ public partial interface IServiceFabricsOperations /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// A Service Fabric. @@ -200,7 +201,7 @@ public partial interface IServiceFabricsOperations /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// The headers that will be added to request. @@ -232,7 +233,7 @@ public partial interface IServiceFabricsOperations /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// The headers that will be added to request. @@ -260,7 +261,7 @@ public partial interface IServiceFabricsOperations /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// The headers that will be added to request. @@ -276,7 +277,7 @@ public partial interface IServiceFabricsOperations /// Task StopWithHttpMessagesAsync(string resourceGroupName, string labName, string userName, string name, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Create or replace an existing Service Fabric. This operation can + /// Create or replace an existing service fabric. This operation can /// take a while to complete. /// /// @@ -289,7 +290,7 @@ public partial interface IServiceFabricsOperations /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// A Service Fabric. @@ -323,7 +324,7 @@ public partial interface IServiceFabricsOperations /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// The headers that will be added to request. @@ -352,7 +353,7 @@ public partial interface IServiceFabricsOperations /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// The headers that will be added to request. @@ -380,7 +381,7 @@ public partial interface IServiceFabricsOperations /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// The headers that will be added to request. diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IServiceRunnersOperations.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IServiceRunnersOperations.cs index c05412a2c44da..e0ebee73aa8ce 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IServiceRunnersOperations.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IServiceRunnersOperations.cs @@ -12,7 +12,6 @@ namespace Microsoft.Azure.Management.DevTestLabs { using Microsoft.Rest; using Microsoft.Rest.Azure; - using Microsoft.Rest.Azure.OData; using Models; using System.Collections; using System.Collections.Generic; @@ -24,34 +23,6 @@ namespace Microsoft.Azure.Management.DevTestLabs /// public partial interface IServiceRunnersOperations { - /// - /// List service runners in a given lab. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the lab. - /// - /// - /// OData parameters to apply to the operation. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task>> ListWithHttpMessagesAsync(string resourceGroupName, string labName, ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Get service runner. /// @@ -81,7 +52,7 @@ public partial interface IServiceRunnersOperations /// Task> GetWithHttpMessagesAsync(string resourceGroupName, string labName, string name, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Create or replace an existing Service runner. + /// Create or replace an existing service runner. /// /// /// The name of the resource group. @@ -136,27 +107,5 @@ public partial interface IServiceRunnersOperations /// Thrown when a required parameter is null /// Task DeleteWithHttpMessagesAsync(string resourceGroupName, string labName, string name, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// List service runners in a given lab. - /// - /// - /// The NextLink from the previous successful call to List operation. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); } } diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IUsersOperations.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IUsersOperations.cs index 376f9a3b7e266..efc4357dfe436 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IUsersOperations.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IUsersOperations.cs @@ -141,7 +141,8 @@ public partial interface IUsersOperations /// Task DeleteWithHttpMessagesAsync(string resourceGroupName, string labName, string name, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Modify properties of user profiles. + /// Allows modifying tags of user profiles. All other properties will + /// be ignored. /// /// /// The name of the resource group. diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IVirtualMachineSchedulesOperations.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IVirtualMachineSchedulesOperations.cs index 8976e2e36d0b9..33ee3891d1875 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IVirtualMachineSchedulesOperations.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IVirtualMachineSchedulesOperations.cs @@ -152,7 +152,8 @@ public partial interface IVirtualMachineSchedulesOperations /// Task DeleteWithHttpMessagesAsync(string resourceGroupName, string labName, string virtualMachineName, string name, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Modify properties of schedules. + /// Allows modifying tags of schedules. All other properties will be + /// ignored. /// /// /// The name of the resource group. diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IVirtualMachinesOperations.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IVirtualMachinesOperations.cs index 495a0cbcbbe61..305df2ed81b9a 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IVirtualMachinesOperations.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IVirtualMachinesOperations.cs @@ -85,7 +85,7 @@ public partial interface IVirtualMachinesOperations /// Task> GetWithHttpMessagesAsync(string resourceGroupName, string labName, string name, string expand = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Create or replace an existing Virtual machine. This operation can + /// Create or replace an existing virtual machine. This operation can /// take a while to complete. /// /// @@ -143,7 +143,8 @@ public partial interface IVirtualMachinesOperations /// Task DeleteWithHttpMessagesAsync(string resourceGroupName, string labName, string name, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Modify properties of virtual machines. + /// Allows modifying tags of virtual machines. All other properties + /// will be ignored. /// /// /// The name of the resource group. @@ -530,7 +531,7 @@ public partial interface IVirtualMachinesOperations /// Task UnClaimWithHttpMessagesAsync(string resourceGroupName, string labName, string name, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Create or replace an existing Virtual machine. This operation can + /// Create or replace an existing virtual machine. This operation can /// take a while to complete. /// /// diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IVirtualNetworksOperations.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IVirtualNetworksOperations.cs index 8a24a0dd1996b..40d4d83900c70 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IVirtualNetworksOperations.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IVirtualNetworksOperations.cs @@ -143,7 +143,8 @@ public partial interface IVirtualNetworksOperations /// Task DeleteWithHttpMessagesAsync(string resourceGroupName, string labName, string name, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Modify properties of virtual networks. + /// Allows modifying tags of virtual networks. All other properties + /// will be ignored. /// /// /// The name of the resource group. diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/LabsOperations.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/LabsOperations.cs index 6eae66d5ed00c..618d4ff25b538 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/LabsOperations.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/LabsOperations.cs @@ -694,7 +694,7 @@ internal LabsOperations(DevTestLabsClient client) } /// - /// Modify properties of labs. + /// Allows modifying tags of labs. All other properties will be ignored. /// /// /// The name of the resource group. diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/LabsOperationsExtensions.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/LabsOperationsExtensions.cs index b3a79f39d9f2b..1e5ed80a9830b 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/LabsOperationsExtensions.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/LabsOperationsExtensions.cs @@ -230,7 +230,7 @@ public static void Delete(this ILabsOperations operations, string resourceGroupN } /// - /// Modify properties of labs. + /// Allows modifying tags of labs. All other properties will be ignored. /// /// /// The operations group for this extension method. @@ -250,7 +250,7 @@ public static Lab Update(this ILabsOperations operations, string resourceGroupNa } /// - /// Modify properties of labs. + /// Allows modifying tags of labs. All other properties will be ignored. /// /// /// The operations group for this extension method. diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/AttachNewDataDiskOptions.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/AttachNewDataDiskOptions.cs index f2e0d234a8b78..19005a71e11c2 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/AttachNewDataDiskOptions.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/AttachNewDataDiskOptions.cs @@ -33,8 +33,8 @@ public AttachNewDataDiskOptions() /// GibiBytes. /// The name of the disk to be attached. /// The storage type for the disk (i.e. - /// Standard, Premium). Possible values include: 'Standard', - /// 'Premium' + /// Standard, Premium). Possible values include: 'Standard', 'Premium', + /// 'StandardSSD' public AttachNewDataDiskOptions(int? diskSizeGiB = default(int?), string diskName = default(string), string diskType = default(string)) { DiskSizeGiB = diskSizeGiB; @@ -62,7 +62,8 @@ public AttachNewDataDiskOptions() /// /// Gets or sets the storage type for the disk (i.e. Standard, - /// Premium). Possible values include: 'Standard', 'Premium' + /// Premium). Possible values include: 'Standard', 'Premium', + /// 'StandardSSD' /// [JsonProperty(PropertyName = "diskType")] public string DiskType { get; set; } diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/AttachNewDataDiskOptionsFragment.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/AttachNewDataDiskOptionsFragment.cs index 33926cf4fa1ec..c53c7e89b5a6d 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/AttachNewDataDiskOptionsFragment.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/AttachNewDataDiskOptionsFragment.cs @@ -35,8 +35,8 @@ public AttachNewDataDiskOptionsFragment() /// GibiBytes. /// The name of the disk to be attached. /// The storage type for the disk (i.e. - /// Standard, Premium). Possible values include: 'Standard', - /// 'Premium' + /// Standard, Premium). Possible values include: 'Standard', 'Premium', + /// 'StandardSSD' public AttachNewDataDiskOptionsFragment(int? diskSizeGiB = default(int?), string diskName = default(string), string diskType = default(string)) { DiskSizeGiB = diskSizeGiB; @@ -64,7 +64,8 @@ public AttachNewDataDiskOptionsFragment() /// /// Gets or sets the storage type for the disk (i.e. Standard, - /// Premium). Possible values include: 'Standard', 'Premium' + /// Premium). Possible values include: 'Standard', 'Premium', + /// 'StandardSSD' /// [JsonProperty(PropertyName = "diskType")] public string DiskType { get; set; } diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/DataDiskStorageTypeInfo.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/DataDiskStorageTypeInfo.cs index 71d238bd65736..1eb0a385b1fbb 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/DataDiskStorageTypeInfo.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/DataDiskStorageTypeInfo.cs @@ -31,7 +31,7 @@ public DataDiskStorageTypeInfo() /// /// Disk Lun /// Disk Storage Type. Possible values - /// include: 'Standard', 'Premium' + /// include: 'Standard', 'Premium', 'StandardSSD' public DataDiskStorageTypeInfo(string lun = default(string), string storageType = default(string)) { Lun = lun; @@ -52,7 +52,7 @@ public DataDiskStorageTypeInfo() /// /// Gets or sets disk Storage Type. Possible values include: - /// 'Standard', 'Premium' + /// 'Standard', 'Premium', 'StandardSSD' /// [JsonProperty(PropertyName = "storageType")] public string StorageType { get; set; } diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/DataDiskStorageTypeInfoFragment.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/DataDiskStorageTypeInfoFragment.cs index e5bf351eb416f..db52e4b722385 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/DataDiskStorageTypeInfoFragment.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/DataDiskStorageTypeInfoFragment.cs @@ -33,7 +33,7 @@ public DataDiskStorageTypeInfoFragment() /// /// Disk Lun /// Disk Storage Type. Possible values - /// include: 'Standard', 'Premium' + /// include: 'Standard', 'Premium', 'StandardSSD' public DataDiskStorageTypeInfoFragment(string lun = default(string), string storageType = default(string)) { Lun = lun; @@ -54,7 +54,7 @@ public DataDiskStorageTypeInfoFragment() /// /// Gets or sets disk Storage Type. Possible values include: - /// 'Standard', 'Premium' + /// 'Standard', 'Premium', 'StandardSSD' /// [JsonProperty(PropertyName = "storageType")] public string StorageType { get; set; } diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/Disk.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/Disk.cs index 0402b24810890..e4f326f2b3a80 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/Disk.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/Disk.cs @@ -40,8 +40,8 @@ public Disk() /// The location of the resource. /// The tags of the resource. /// The storage type for the disk (i.e. - /// Standard, Premium). Possible values include: 'Standard', - /// 'Premium' + /// Standard, Premium). Possible values include: 'Standard', 'Premium', + /// 'StandardSSD' /// The size of the disk in /// GibiBytes. /// The resource ID of the VM to which @@ -82,7 +82,8 @@ public Disk() /// /// Gets or sets the storage type for the disk (i.e. Standard, - /// Premium). Possible values include: 'Standard', 'Premium' + /// Premium). Possible values include: 'Standard', 'Premium', + /// 'StandardSSD' /// [JsonProperty(PropertyName = "properties.diskType")] public string DiskType { get; set; } diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/DiskFragment.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/DiskFragment.cs index ba04894b78205..2f32c81248d87 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/DiskFragment.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/DiskFragment.cs @@ -36,8 +36,8 @@ public DiskFragment() /// /// The tags of the resource. /// The storage type for the disk (i.e. - /// Standard, Premium). Possible values include: 'Standard', - /// 'Premium' + /// Standard, Premium). Possible values include: 'Standard', 'Premium', + /// 'StandardSSD' /// The size of the disk in /// GibiBytes. /// The resource ID of the VM to which @@ -70,7 +70,8 @@ public DiskFragment() /// /// Gets or sets the storage type for the disk (i.e. Standard, - /// Premium). Possible values include: 'Standard', 'Premium' + /// Premium). Possible values include: 'Standard', 'Premium', + /// 'StandardSSD' /// [JsonProperty(PropertyName = "properties.diskType")] public string DiskType { get; set; } diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/GenerateUploadUriResponse.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/GenerateUploadUriResponse.cs index 89138998bb1fc..7e4415cb68d83 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/GenerateUploadUriResponse.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/GenerateUploadUriResponse.cs @@ -14,7 +14,7 @@ namespace Microsoft.Azure.Management.DevTestLabs.Models using System.Linq; /// - /// Reponse body for generating an upload URI. + /// Response body for generating an upload URI. /// public partial class GenerateUploadUriResponse { diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/Lab.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/Lab.cs index 59638a9abbf34..e9825f8177a53 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/Lab.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/Lab.cs @@ -50,7 +50,7 @@ public Lab() /// The lab's Key vault. /// Type of storage used by the lab. It /// can be either Premium or Standard. Default is Premium. Possible - /// values include: 'Standard', 'Premium' + /// values include: 'Standard', 'Premium', 'StandardSSD' /// The ordered list /// of artifact resource IDs that should be applied on all Linux VM /// creations by default, prior to the artifacts specified by the @@ -74,7 +74,8 @@ public Lab() /// The properties of any lab support message /// associated with this lab /// The resource group in which - /// lab virtual machines will be created in. + /// all new lab virtual machines will be created. To let DevTest Labs + /// manage resource group creation, set this value to null. /// The public IP address for the lab's load /// balancer. /// The load balancer used to for lab VMs @@ -152,7 +153,7 @@ public Lab() /// /// Gets or sets type of storage used by the lab. It can be either /// Premium or Standard. Default is Premium. Possible values include: - /// 'Standard', 'Premium' + /// 'Standard', 'Premium', 'StandardSSD' /// [JsonProperty(PropertyName = "properties.labStorageType")] public string LabStorageType { get; set; } @@ -212,8 +213,9 @@ public Lab() public LabSupportProperties Support { get; set; } /// - /// Gets the resource group in which lab virtual machines will be - /// created in. + /// Gets the resource group in which all new lab virtual machines will + /// be created. To let DevTest Labs manage resource group creation, set + /// this value to null. /// [JsonProperty(PropertyName = "properties.vmCreationResourceGroup")] public string VmCreationResourceGroup { get; private set; } diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/LabFragment.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/LabFragment.cs index d267fbdd502a4..26e095fa38282 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/LabFragment.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/LabFragment.cs @@ -37,7 +37,7 @@ public LabFragment() /// The tags of the resource. /// Type of storage used by the lab. It /// can be either Premium or Standard. Default is Premium. Possible - /// values include: 'Standard', 'Premium' + /// values include: 'Standard', 'Premium', 'StandardSSD' /// The ordered list /// of artifact resource IDs that should be applied on all Linux VM /// creations by default, prior to the artifacts specified by the @@ -83,7 +83,7 @@ public LabFragment() /// /// Gets or sets type of storage used by the lab. It can be either /// Premium or Standard. Default is Premium. Possible values include: - /// 'Standard', 'Premium' + /// 'Standard', 'Premium', 'StandardSSD' /// [JsonProperty(PropertyName = "properties.labStorageType")] public string LabStorageType { get; set; } diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/LabVirtualMachine.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/LabVirtualMachine.cs index e6525bc4f8400..1482c3f74ae96 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/LabVirtualMachine.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/LabVirtualMachine.cs @@ -93,7 +93,8 @@ public LabVirtualMachine() /// (i.e. Standard, Premium). /// Tells source of creation /// of lab virtual machine. Output property only. Possible values - /// include: 'FromCustomImage', 'FromGalleryImage' + /// include: 'FromCustomImage', 'FromGalleryImage', + /// 'FromSharedGalleryImage' /// The resource ID of the environment that /// contains this virtual machine, if any. /// New or existing data disks to @@ -335,7 +336,7 @@ public LabVirtualMachine() /// /// Gets or sets tells source of creation of lab virtual machine. /// Output property only. Possible values include: 'FromCustomImage', - /// 'FromGalleryImage' + /// 'FromGalleryImage', 'FromSharedGalleryImage' /// [JsonProperty(PropertyName = "properties.virtualMachineCreationSource")] public string VirtualMachineCreationSource { get; set; } diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/LabVirtualMachineCreationParameter.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/LabVirtualMachineCreationParameter.cs index 3ff647fd56003..784c927d7398d 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/LabVirtualMachineCreationParameter.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/LabVirtualMachineCreationParameter.cs @@ -88,7 +88,8 @@ public LabVirtualMachineCreationParameter() /// (i.e. Standard, Premium). /// Tells source of creation /// of lab virtual machine. Output property only. Possible values - /// include: 'FromCustomImage', 'FromGalleryImage' + /// include: 'FromCustomImage', 'FromGalleryImage', + /// 'FromSharedGalleryImage' /// The resource ID of the environment that /// contains this virtual machine, if any. /// New or existing data disks to @@ -324,7 +325,7 @@ public LabVirtualMachineCreationParameter() /// /// Gets or sets tells source of creation of lab virtual machine. /// Output property only. Possible values include: 'FromCustomImage', - /// 'FromGalleryImage' + /// 'FromGalleryImage', 'FromSharedGalleryImage' /// [JsonProperty(PropertyName = "properties.virtualMachineCreationSource")] public string VirtualMachineCreationSource { get; set; } diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/LabVirtualMachineCreationParameterFragment.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/LabVirtualMachineCreationParameterFragment.cs index df4407baf1820..c2446f4ce9780 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/LabVirtualMachineCreationParameterFragment.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/LabVirtualMachineCreationParameterFragment.cs @@ -88,7 +88,8 @@ public LabVirtualMachineCreationParameterFragment() /// (i.e. Standard, Premium). /// Tells source of creation /// of lab virtual machine. Output property only. Possible values - /// include: 'FromCustomImage', 'FromGalleryImage' + /// include: 'FromCustomImage', 'FromGalleryImage', + /// 'FromSharedGalleryImage' /// The resource ID of the environment that /// contains this virtual machine, if any. /// New or existing data disks to @@ -324,7 +325,7 @@ public LabVirtualMachineCreationParameterFragment() /// /// Gets or sets tells source of creation of lab virtual machine. /// Output property only. Possible values include: 'FromCustomImage', - /// 'FromGalleryImage' + /// 'FromGalleryImage', 'FromSharedGalleryImage' /// [JsonProperty(PropertyName = "properties.virtualMachineCreationSource")] public string VirtualMachineCreationSource { get; set; } diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/LabVirtualMachineFragment.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/LabVirtualMachineFragment.cs index b76a4e63da3bb..1c5bacc828cc1 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/LabVirtualMachineFragment.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/LabVirtualMachineFragment.cs @@ -85,7 +85,8 @@ public LabVirtualMachineFragment() /// (i.e. Standard, Premium). /// Tells source of creation /// of lab virtual machine. Output property only. Possible values - /// include: 'FromCustomImage', 'FromGalleryImage' + /// include: 'FromCustomImage', 'FromGalleryImage', + /// 'FromSharedGalleryImage' /// The resource ID of the environment that /// contains this virtual machine, if any. /// New or existing data disks to @@ -307,7 +308,7 @@ public LabVirtualMachineFragment() /// /// Gets or sets tells source of creation of lab virtual machine. /// Output property only. Possible values include: 'FromCustomImage', - /// 'FromGalleryImage' + /// 'FromGalleryImage', 'FromSharedGalleryImage' /// [JsonProperty(PropertyName = "properties.virtualMachineCreationSource")] public string VirtualMachineCreationSource { get; set; } diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/NotificationChannel.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/NotificationChannel.cs index 99644eb038a2b..0ff79561f7770 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/NotificationChannel.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/NotificationChannel.cs @@ -42,7 +42,7 @@ public NotificationChannel() /// The webhook URL to send notifications /// to. /// The email recipient to send - /// notifications to (can be a list of semi-colon seperated email + /// notifications to (can be a list of semi-colon separated email /// addresses). /// The locale to use when sending a /// notification (fallback for unsupported languages is EN). @@ -82,7 +82,7 @@ public NotificationChannel() /// /// Gets or sets the email recipient to send notifications to (can be a - /// list of semi-colon seperated email addresses). + /// list of semi-colon separated email addresses). /// [JsonProperty(PropertyName = "properties.emailRecipient")] public string EmailRecipient { get; set; } diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/NotificationChannelFragment.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/NotificationChannelFragment.cs index c5b9f4b87259c..8a4cfd246372a 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/NotificationChannelFragment.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/NotificationChannelFragment.cs @@ -40,7 +40,7 @@ public NotificationChannelFragment() /// The webhook URL to send notifications /// to. /// The email recipient to send - /// notifications to (can be a list of semi-colon seperated email + /// notifications to (can be a list of semi-colon separated email /// addresses). /// The locale to use when sending a /// notification (fallback for unsupported languages is EN). @@ -71,7 +71,7 @@ public NotificationChannelFragment() /// /// Gets or sets the email recipient to send notifications to (can be a - /// list of semi-colon seperated email addresses). + /// list of semi-colon separated email addresses). /// [JsonProperty(PropertyName = "properties.emailRecipient")] public string EmailRecipient { get; set; } diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/NotificationSettings.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/NotificationSettings.cs index cdc145cc5a1be..64052d477c23c 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/NotificationSettings.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/NotificationSettings.cs @@ -37,7 +37,7 @@ public NotificationSettings() /// The webhook URL to which the notification /// will be sent. /// The email recipient to send - /// notifications to (can be a list of semi-colon seperated email + /// notifications to (can be a list of semi-colon separated email /// addresses). /// The locale to use when sending a /// notification (fallback for unsupported languages is EN). @@ -79,7 +79,7 @@ public NotificationSettings() /// /// Gets or sets the email recipient to send notifications to (can be a - /// list of semi-colon seperated email addresses). + /// list of semi-colon separated email addresses). /// [JsonProperty(PropertyName = "emailRecipient")] public string EmailRecipient { get; set; } diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/NotificationSettingsFragment.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/NotificationSettingsFragment.cs index eaae0283bef2b..84a71a9f49f30 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/NotificationSettingsFragment.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/NotificationSettingsFragment.cs @@ -39,7 +39,7 @@ public NotificationSettingsFragment() /// The webhook URL to which the notification /// will be sent. /// The email recipient to send - /// notifications to (can be a list of semi-colon seperated email + /// notifications to (can be a list of semi-colon separated email /// addresses). /// The locale to use when sending a /// notification (fallback for unsupported languages is EN). @@ -81,7 +81,7 @@ public NotificationSettingsFragment() /// /// Gets or sets the email recipient to send notifications to (can be a - /// list of semi-colon seperated email addresses). + /// list of semi-colon separated email addresses). /// [JsonProperty(PropertyName = "emailRecipient")] public string EmailRecipient { get; set; } diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/StorageType.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/StorageType.cs index 54e99c938c3e8..b0c4f79545362 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/StorageType.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/StorageType.cs @@ -18,5 +18,6 @@ public static class StorageType { public const string Standard = "Standard"; public const string Premium = "Premium"; + public const string StandardSSD = "StandardSSD"; } } diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/VirtualMachineCreationSource.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/VirtualMachineCreationSource.cs index 4899e4d31fb48..02bfd0b57a8ec 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/VirtualMachineCreationSource.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/Models/VirtualMachineCreationSource.cs @@ -18,5 +18,6 @@ public static class VirtualMachineCreationSource { public const string FromCustomImage = "FromCustomImage"; public const string FromGalleryImage = "FromGalleryImage"; + public const string FromSharedGalleryImage = "FromSharedGalleryImage"; } } diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/NotificationChannelsOperations.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/NotificationChannelsOperations.cs index 6ae26e6c6117d..915f8c73a1752 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/NotificationChannelsOperations.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/NotificationChannelsOperations.cs @@ -52,7 +52,7 @@ internal NotificationChannelsOperations(DevTestLabsClient client) public DevTestLabsClient Client { get; private set; } /// - /// List notificationchannels in a given lab. + /// List notification channels in a given lab. /// /// /// The name of the resource group. @@ -260,7 +260,7 @@ internal NotificationChannelsOperations(DevTestLabsClient client) } /// - /// Get notificationchannel. + /// Get notification channel. /// /// /// The name of the resource group. @@ -269,7 +269,7 @@ internal NotificationChannelsOperations(DevTestLabsClient client) /// The name of the lab. /// /// - /// The name of the notificationChannel. + /// The name of the notification channel. /// /// /// Specify the $expand query. Example: 'properties($select=webHookUrl)' @@ -473,7 +473,7 @@ internal NotificationChannelsOperations(DevTestLabsClient client) } /// - /// Create or replace an existing notificationChannel. + /// Create or replace an existing notification channel. /// /// /// The name of the resource group. @@ -482,7 +482,7 @@ internal NotificationChannelsOperations(DevTestLabsClient client) /// The name of the lab. /// /// - /// The name of the notificationChannel. + /// The name of the notification channel. /// /// /// A notification. @@ -710,7 +710,7 @@ internal NotificationChannelsOperations(DevTestLabsClient client) } /// - /// Delete notificationchannel. + /// Delete notification channel. /// /// /// The name of the resource group. @@ -719,7 +719,7 @@ internal NotificationChannelsOperations(DevTestLabsClient client) /// The name of the lab. /// /// - /// The name of the notificationChannel. + /// The name of the notification channel. /// /// /// Headers that will be added to request. @@ -894,7 +894,8 @@ internal NotificationChannelsOperations(DevTestLabsClient client) } /// - /// Modify properties of notificationchannels. + /// Allows modifying tags of notification channels. All other properties will + /// be ignored. /// /// /// The name of the resource group. @@ -903,7 +904,7 @@ internal NotificationChannelsOperations(DevTestLabsClient client) /// The name of the lab. /// /// - /// The name of the notificationChannel. + /// The name of the notification channel. /// /// /// A notification. @@ -1122,7 +1123,7 @@ internal NotificationChannelsOperations(DevTestLabsClient client) /// The name of the lab. /// /// - /// The name of the notificationChannel. + /// The name of the notification channel. /// /// /// Properties for generating a Notification. @@ -1311,7 +1312,7 @@ internal NotificationChannelsOperations(DevTestLabsClient client) } /// - /// List notificationchannels in a given lab. + /// List notification channels in a given lab. /// /// /// The NextLink from the previous successful call to List operation. diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/NotificationChannelsOperationsExtensions.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/NotificationChannelsOperationsExtensions.cs index 064d2cd4251e9..6358f6481442c 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/NotificationChannelsOperationsExtensions.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/NotificationChannelsOperationsExtensions.cs @@ -23,7 +23,7 @@ namespace Microsoft.Azure.Management.DevTestLabs public static partial class NotificationChannelsOperationsExtensions { /// - /// List notificationchannels in a given lab. + /// List notification channels in a given lab. /// /// /// The operations group for this extension method. @@ -43,7 +43,7 @@ public static partial class NotificationChannelsOperationsExtensions } /// - /// List notificationchannels in a given lab. + /// List notification channels in a given lab. /// /// /// The operations group for this extension method. @@ -69,7 +69,7 @@ public static partial class NotificationChannelsOperationsExtensions } /// - /// Get notificationchannel. + /// Get notification channel. /// /// /// The operations group for this extension method. @@ -81,7 +81,7 @@ public static partial class NotificationChannelsOperationsExtensions /// The name of the lab. /// /// - /// The name of the notificationChannel. + /// The name of the notification channel. /// /// /// Specify the $expand query. Example: 'properties($select=webHookUrl)' @@ -92,7 +92,7 @@ public static partial class NotificationChannelsOperationsExtensions } /// - /// Get notificationchannel. + /// Get notification channel. /// /// /// The operations group for this extension method. @@ -104,7 +104,7 @@ public static partial class NotificationChannelsOperationsExtensions /// The name of the lab. /// /// - /// The name of the notificationChannel. + /// The name of the notification channel. /// /// /// Specify the $expand query. Example: 'properties($select=webHookUrl)' @@ -121,7 +121,7 @@ public static partial class NotificationChannelsOperationsExtensions } /// - /// Create or replace an existing notificationChannel. + /// Create or replace an existing notification channel. /// /// /// The operations group for this extension method. @@ -133,7 +133,7 @@ public static partial class NotificationChannelsOperationsExtensions /// The name of the lab. /// /// - /// The name of the notificationChannel. + /// The name of the notification channel. /// /// /// A notification. @@ -144,7 +144,7 @@ public static NotificationChannel CreateOrUpdate(this INotificationChannelsOpera } /// - /// Create or replace an existing notificationChannel. + /// Create or replace an existing notification channel. /// /// /// The operations group for this extension method. @@ -156,7 +156,7 @@ public static NotificationChannel CreateOrUpdate(this INotificationChannelsOpera /// The name of the lab. /// /// - /// The name of the notificationChannel. + /// The name of the notification channel. /// /// /// A notification. @@ -173,7 +173,7 @@ public static NotificationChannel CreateOrUpdate(this INotificationChannelsOpera } /// - /// Delete notificationchannel. + /// Delete notification channel. /// /// /// The operations group for this extension method. @@ -185,7 +185,7 @@ public static NotificationChannel CreateOrUpdate(this INotificationChannelsOpera /// The name of the lab. /// /// - /// The name of the notificationChannel. + /// The name of the notification channel. /// public static void Delete(this INotificationChannelsOperations operations, string resourceGroupName, string labName, string name) { @@ -193,7 +193,7 @@ public static void Delete(this INotificationChannelsOperations operations, strin } /// - /// Delete notificationchannel. + /// Delete notification channel. /// /// /// The operations group for this extension method. @@ -205,7 +205,7 @@ public static void Delete(this INotificationChannelsOperations operations, strin /// The name of the lab. /// /// - /// The name of the notificationChannel. + /// The name of the notification channel. /// /// /// The cancellation token. @@ -216,7 +216,8 @@ public static void Delete(this INotificationChannelsOperations operations, strin } /// - /// Modify properties of notificationchannels. + /// Allows modifying tags of notification channels. All other properties will + /// be ignored. /// /// /// The operations group for this extension method. @@ -228,7 +229,7 @@ public static void Delete(this INotificationChannelsOperations operations, strin /// The name of the lab. /// /// - /// The name of the notificationChannel. + /// The name of the notification channel. /// /// /// A notification. @@ -239,7 +240,8 @@ public static NotificationChannel Update(this INotificationChannelsOperations op } /// - /// Modify properties of notificationchannels. + /// Allows modifying tags of notification channels. All other properties will + /// be ignored. /// /// /// The operations group for this extension method. @@ -251,7 +253,7 @@ public static NotificationChannel Update(this INotificationChannelsOperations op /// The name of the lab. /// /// - /// The name of the notificationChannel. + /// The name of the notification channel. /// /// /// A notification. @@ -280,7 +282,7 @@ public static NotificationChannel Update(this INotificationChannelsOperations op /// The name of the lab. /// /// - /// The name of the notificationChannel. + /// The name of the notification channel. /// /// /// Properties for generating a Notification. @@ -303,7 +305,7 @@ public static void Notify(this INotificationChannelsOperations operations, strin /// The name of the lab. /// /// - /// The name of the notificationChannel. + /// The name of the notification channel. /// /// /// Properties for generating a Notification. @@ -317,7 +319,7 @@ public static void Notify(this INotificationChannelsOperations operations, strin } /// - /// List notificationchannels in a given lab. + /// List notification channels in a given lab. /// /// /// The operations group for this extension method. @@ -331,7 +333,7 @@ public static IPage ListNext(this INotificationChannelsOper } /// - /// List notificationchannels in a given lab. + /// List notification channels in a given lab. /// /// /// The operations group for this extension method. diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/PoliciesOperations.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/PoliciesOperations.cs index 74fafef9a6ed5..b15318030fb47 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/PoliciesOperations.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/PoliciesOperations.cs @@ -930,7 +930,7 @@ internal PoliciesOperations(DevTestLabsClient client) } /// - /// Modify properties of policies. + /// Allows modifying tags of policies. All other properties will be ignored. /// /// /// The name of the resource group. diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/PoliciesOperationsExtensions.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/PoliciesOperationsExtensions.cs index 6723927d73ae6..0767c5ac0c61f 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/PoliciesOperationsExtensions.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/PoliciesOperationsExtensions.cs @@ -240,7 +240,7 @@ public static void Delete(this IPoliciesOperations operations, string resourceGr } /// - /// Modify properties of policies. + /// Allows modifying tags of policies. All other properties will be ignored. /// /// /// The operations group for this extension method. @@ -266,7 +266,7 @@ public static Policy Update(this IPoliciesOperations operations, string resource } /// - /// Modify properties of policies. + /// Allows modifying tags of policies. All other properties will be ignored. /// /// /// The operations group for this extension method. diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/SchedulesOperations.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/SchedulesOperations.cs index 255af83eae5a0..0d1253f042d58 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/SchedulesOperations.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/SchedulesOperations.cs @@ -894,7 +894,7 @@ internal SchedulesOperations(DevTestLabsClient client) } /// - /// Modify properties of schedules. + /// Allows modifying tags of schedules. All other properties will be ignored. /// /// /// The name of the resource group. diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/SchedulesOperationsExtensions.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/SchedulesOperationsExtensions.cs index 6e9842798bf77..9aa7f6bd88817 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/SchedulesOperationsExtensions.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/SchedulesOperationsExtensions.cs @@ -216,7 +216,7 @@ public static void Delete(this ISchedulesOperations operations, string resourceG } /// - /// Modify properties of schedules. + /// Allows modifying tags of schedules. All other properties will be ignored. /// /// /// The operations group for this extension method. @@ -239,7 +239,7 @@ public static Schedule Update(this ISchedulesOperations operations, string resou } /// - /// Modify properties of schedules. + /// Allows modifying tags of schedules. All other properties will be ignored. /// /// /// The operations group for this extension method. diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/SdkInfo_DevTestLabsClient.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/SdkInfo_DevTestLabsClient.cs index 312a8fda9e916..2aafa74d6b543 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/SdkInfo_DevTestLabsClient.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/SdkInfo_DevTestLabsClient.cs @@ -47,16 +47,5 @@ public static IEnumerable> ApiInfo_DevTestLabsClie }.AsEnumerable(); } } - // BEGIN: Code Generation Metadata Section - public static readonly String AutoRestVersion = "latest"; - public static readonly String AutoRestBootStrapperVersion = "autorest@2.0.4283"; - public static readonly String AutoRestCmdExecuted = "cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/devtestlabs/resource-manager/readme.md --csharp --version=latest --reflect-api-versions --csharp-sdks-folder=C:\\repos\\azure-sdk-for-net\\src\\SDKs"; - public static readonly String GithubForkName = "Azure"; - public static readonly String GithubBranchName = "master"; - public static readonly String GithubCommidId = "d4365e634050481a5d6966cd6dd2e4a361d519dd"; - public static readonly String CodeGenerationErrors = ""; - public static readonly String GithubRepoName = "azure-rest-api-specs"; - // END: Code Generation Metadata Section } } - diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/SecretsOperations.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/SecretsOperations.cs index 320ddbd030af8..fe739f099c52b 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/SecretsOperations.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/SecretsOperations.cs @@ -716,7 +716,7 @@ internal SecretsOperations(DevTestLabsClient client) } /// - /// Modify properties of secrets. + /// Allows modifying tags of secrets. All other properties will be ignored. /// /// /// The name of the resource group. diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/SecretsOperationsExtensions.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/SecretsOperationsExtensions.cs index ec8527f3eabec..fcd927cab75d4 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/SecretsOperationsExtensions.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/SecretsOperationsExtensions.cs @@ -242,7 +242,7 @@ public static void Delete(this ISecretsOperations operations, string resourceGro } /// - /// Modify properties of secrets. + /// Allows modifying tags of secrets. All other properties will be ignored. /// /// /// The operations group for this extension method. @@ -268,7 +268,7 @@ public static Secret Update(this ISecretsOperations operations, string resourceG } /// - /// Modify properties of secrets. + /// Allows modifying tags of secrets. All other properties will be ignored. /// /// /// The operations group for this extension method. diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ServiceFabricSchedulesOperations.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ServiceFabricSchedulesOperations.cs index 8521bda504ea1..f167e694489f9 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ServiceFabricSchedulesOperations.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ServiceFabricSchedulesOperations.cs @@ -64,7 +64,7 @@ internal ServiceFabricSchedulesOperations(DevTestLabsClient client) /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// OData parameters to apply to the operation. @@ -290,7 +290,7 @@ internal ServiceFabricSchedulesOperations(DevTestLabsClient client) /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// The name of the schedule. @@ -521,7 +521,7 @@ internal ServiceFabricSchedulesOperations(DevTestLabsClient client) /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// The name of the schedule. @@ -776,7 +776,7 @@ internal ServiceFabricSchedulesOperations(DevTestLabsClient client) /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// The name of the schedule. @@ -966,7 +966,7 @@ internal ServiceFabricSchedulesOperations(DevTestLabsClient client) } /// - /// Modify properties of schedules. + /// Allows modifying tags of schedules. All other properties will be ignored. /// /// /// The name of the resource group. @@ -978,7 +978,7 @@ internal ServiceFabricSchedulesOperations(DevTestLabsClient client) /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// The name of the schedule. @@ -1215,7 +1215,7 @@ internal ServiceFabricSchedulesOperations(DevTestLabsClient client) /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// The name of the schedule. @@ -1246,7 +1246,7 @@ internal ServiceFabricSchedulesOperations(DevTestLabsClient client) /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// The name of the schedule. diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ServiceFabricSchedulesOperationsExtensions.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ServiceFabricSchedulesOperationsExtensions.cs index ef5012d3fd39d..2e4a4b1ae1514 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ServiceFabricSchedulesOperationsExtensions.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ServiceFabricSchedulesOperationsExtensions.cs @@ -38,7 +38,7 @@ public static partial class ServiceFabricSchedulesOperationsExtensions /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// OData parameters to apply to the operation. @@ -64,7 +64,7 @@ public static partial class ServiceFabricSchedulesOperationsExtensions /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// OData parameters to apply to the operation. @@ -96,7 +96,7 @@ public static partial class ServiceFabricSchedulesOperationsExtensions /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// The name of the schedule. @@ -125,7 +125,7 @@ public static partial class ServiceFabricSchedulesOperationsExtensions /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// The name of the schedule. @@ -160,7 +160,7 @@ public static partial class ServiceFabricSchedulesOperationsExtensions /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// The name of the schedule. @@ -189,7 +189,7 @@ public static Schedule CreateOrUpdate(this IServiceFabricSchedulesOperations ope /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// The name of the schedule. @@ -224,7 +224,7 @@ public static Schedule CreateOrUpdate(this IServiceFabricSchedulesOperations ope /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// The name of the schedule. @@ -250,7 +250,7 @@ public static void Delete(this IServiceFabricSchedulesOperations operations, str /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// The name of the schedule. @@ -264,7 +264,7 @@ public static void Delete(this IServiceFabricSchedulesOperations operations, str } /// - /// Modify properties of schedules. + /// Allows modifying tags of schedules. All other properties will be ignored. /// /// /// The operations group for this extension method. @@ -279,7 +279,7 @@ public static void Delete(this IServiceFabricSchedulesOperations operations, str /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// The name of the schedule. @@ -293,7 +293,7 @@ public static Schedule Update(this IServiceFabricSchedulesOperations operations, } /// - /// Modify properties of schedules. + /// Allows modifying tags of schedules. All other properties will be ignored. /// /// /// The operations group for this extension method. @@ -308,7 +308,7 @@ public static Schedule Update(this IServiceFabricSchedulesOperations operations, /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// The name of the schedule. @@ -343,7 +343,7 @@ public static Schedule Update(this IServiceFabricSchedulesOperations operations, /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// The name of the schedule. @@ -369,7 +369,7 @@ public static void Execute(this IServiceFabricSchedulesOperations operations, st /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// The name of the schedule. @@ -398,7 +398,7 @@ public static void Execute(this IServiceFabricSchedulesOperations operations, st /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// The name of the schedule. @@ -424,7 +424,7 @@ public static void BeginExecute(this IServiceFabricSchedulesOperations operation /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// The name of the schedule. diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ServiceFabricsOperations.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ServiceFabricsOperations.cs index 06490f19d3a96..48131b6cd6f1a 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ServiceFabricsOperations.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ServiceFabricsOperations.cs @@ -281,7 +281,7 @@ internal ServiceFabricsOperations(DevTestLabsClient client) /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// Specify the $expand query. Example: @@ -492,7 +492,7 @@ internal ServiceFabricsOperations(DevTestLabsClient client) } /// - /// Create or replace an existing Service Fabric. This operation can take a + /// Create or replace an existing service fabric. This operation can take a /// while to complete. /// /// @@ -505,7 +505,7 @@ internal ServiceFabricsOperations(DevTestLabsClient client) /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// A Service Fabric. @@ -536,7 +536,7 @@ internal ServiceFabricsOperations(DevTestLabsClient client) /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// The headers that will be added to request. @@ -552,7 +552,8 @@ internal ServiceFabricsOperations(DevTestLabsClient client) } /// - /// Modify properties of service fabrics. + /// Allows modifying tags of service fabrics. All other properties will be + /// ignored. /// /// /// The name of the resource group. @@ -564,7 +565,7 @@ internal ServiceFabricsOperations(DevTestLabsClient client) /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// A Service Fabric. @@ -792,7 +793,7 @@ internal ServiceFabricsOperations(DevTestLabsClient client) /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// Headers that will be added to request. @@ -1006,7 +1007,7 @@ internal ServiceFabricsOperations(DevTestLabsClient client) /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// The headers that will be added to request. @@ -1034,7 +1035,7 @@ internal ServiceFabricsOperations(DevTestLabsClient client) /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// The headers that will be added to request. @@ -1050,7 +1051,7 @@ internal ServiceFabricsOperations(DevTestLabsClient client) } /// - /// Create or replace an existing Service Fabric. This operation can take a + /// Create or replace an existing service fabric. This operation can take a /// while to complete. /// /// @@ -1063,7 +1064,7 @@ internal ServiceFabricsOperations(DevTestLabsClient client) /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// A Service Fabric. @@ -1309,7 +1310,7 @@ internal ServiceFabricsOperations(DevTestLabsClient client) /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// Headers that will be added to request. @@ -1502,7 +1503,7 @@ internal ServiceFabricsOperations(DevTestLabsClient client) /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// Headers that will be added to request. @@ -1695,7 +1696,7 @@ internal ServiceFabricsOperations(DevTestLabsClient client) /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// Headers that will be added to request. diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ServiceFabricsOperationsExtensions.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ServiceFabricsOperationsExtensions.cs index 4507e03fd7b39..bc43410b9d89e 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ServiceFabricsOperationsExtensions.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ServiceFabricsOperationsExtensions.cs @@ -90,7 +90,7 @@ public static partial class ServiceFabricsOperationsExtensions /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// Specify the $expand query. Example: @@ -117,7 +117,7 @@ public static partial class ServiceFabricsOperationsExtensions /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// Specify the $expand query. Example: @@ -135,7 +135,7 @@ public static partial class ServiceFabricsOperationsExtensions } /// - /// Create or replace an existing Service Fabric. This operation can take a + /// Create or replace an existing service fabric. This operation can take a /// while to complete. /// /// @@ -151,7 +151,7 @@ public static partial class ServiceFabricsOperationsExtensions /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// A Service Fabric. @@ -162,7 +162,7 @@ public static ServiceFabric CreateOrUpdate(this IServiceFabricsOperations operat } /// - /// Create or replace an existing Service Fabric. This operation can take a + /// Create or replace an existing service fabric. This operation can take a /// while to complete. /// /// @@ -178,7 +178,7 @@ public static ServiceFabric CreateOrUpdate(this IServiceFabricsOperations operat /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// A Service Fabric. @@ -210,7 +210,7 @@ public static ServiceFabric CreateOrUpdate(this IServiceFabricsOperations operat /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// public static void Delete(this IServiceFabricsOperations operations, string resourceGroupName, string labName, string userName, string name) { @@ -233,7 +233,7 @@ public static void Delete(this IServiceFabricsOperations operations, string reso /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// The cancellation token. @@ -244,7 +244,8 @@ public static void Delete(this IServiceFabricsOperations operations, string reso } /// - /// Modify properties of service fabrics. + /// Allows modifying tags of service fabrics. All other properties will be + /// ignored. /// /// /// The operations group for this extension method. @@ -259,7 +260,7 @@ public static void Delete(this IServiceFabricsOperations operations, string reso /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// A Service Fabric. @@ -270,7 +271,8 @@ public static ServiceFabric Update(this IServiceFabricsOperations operations, st } /// - /// Modify properties of service fabrics. + /// Allows modifying tags of service fabrics. All other properties will be + /// ignored. /// /// /// The operations group for this extension method. @@ -285,7 +287,7 @@ public static ServiceFabric Update(this IServiceFabricsOperations operations, st /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// A Service Fabric. @@ -317,7 +319,7 @@ public static ServiceFabric Update(this IServiceFabricsOperations operations, st /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// public static ApplicableSchedule ListApplicableSchedules(this IServiceFabricsOperations operations, string resourceGroupName, string labName, string userName, string name) { @@ -340,7 +342,7 @@ public static ApplicableSchedule ListApplicableSchedules(this IServiceFabricsOpe /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// The cancellation token. @@ -369,7 +371,7 @@ public static ApplicableSchedule ListApplicableSchedules(this IServiceFabricsOpe /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// public static void Start(this IServiceFabricsOperations operations, string resourceGroupName, string labName, string userName, string name) { @@ -392,7 +394,7 @@ public static void Start(this IServiceFabricsOperations operations, string resou /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// The cancellation token. @@ -418,7 +420,7 @@ public static void Start(this IServiceFabricsOperations operations, string resou /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// public static void Stop(this IServiceFabricsOperations operations, string resourceGroupName, string labName, string userName, string name) { @@ -441,7 +443,7 @@ public static void Stop(this IServiceFabricsOperations operations, string resour /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// The cancellation token. @@ -452,7 +454,7 @@ public static void Stop(this IServiceFabricsOperations operations, string resour } /// - /// Create or replace an existing Service Fabric. This operation can take a + /// Create or replace an existing service fabric. This operation can take a /// while to complete. /// /// @@ -468,7 +470,7 @@ public static void Stop(this IServiceFabricsOperations operations, string resour /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// A Service Fabric. @@ -479,7 +481,7 @@ public static ServiceFabric BeginCreateOrUpdate(this IServiceFabricsOperations o } /// - /// Create or replace an existing Service Fabric. This operation can take a + /// Create or replace an existing service fabric. This operation can take a /// while to complete. /// /// @@ -495,7 +497,7 @@ public static ServiceFabric BeginCreateOrUpdate(this IServiceFabricsOperations o /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// A Service Fabric. @@ -527,7 +529,7 @@ public static ServiceFabric BeginCreateOrUpdate(this IServiceFabricsOperations o /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// public static void BeginDelete(this IServiceFabricsOperations operations, string resourceGroupName, string labName, string userName, string name) { @@ -550,7 +552,7 @@ public static void BeginDelete(this IServiceFabricsOperations operations, string /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// The cancellation token. @@ -576,7 +578,7 @@ public static void BeginDelete(this IServiceFabricsOperations operations, string /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// public static void BeginStart(this IServiceFabricsOperations operations, string resourceGroupName, string labName, string userName, string name) { @@ -599,7 +601,7 @@ public static void BeginStart(this IServiceFabricsOperations operations, string /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// The cancellation token. @@ -625,7 +627,7 @@ public static void BeginStart(this IServiceFabricsOperations operations, string /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// public static void BeginStop(this IServiceFabricsOperations operations, string resourceGroupName, string labName, string userName, string name) { @@ -648,7 +650,7 @@ public static void BeginStop(this IServiceFabricsOperations operations, string r /// The name of the user profile. /// /// - /// The name of the service Fabric. + /// The name of the service fabric. /// /// /// The cancellation token. diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ServiceRunnersOperations.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ServiceRunnersOperations.cs index d436fc9eae6c3..d0437b603eec9 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ServiceRunnersOperations.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ServiceRunnersOperations.cs @@ -12,7 +12,6 @@ namespace Microsoft.Azure.Management.DevTestLabs { using Microsoft.Rest; using Microsoft.Rest.Azure; - using Microsoft.Rest.Azure.OData; using Models; using Newtonsoft.Json; using System.Collections; @@ -51,214 +50,6 @@ internal ServiceRunnersOperations(DevTestLabsClient client) /// public DevTestLabsClient Client { get; private set; } - /// - /// List service runners in a given lab. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the lab. - /// - /// - /// OData parameters to apply to the operation. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task>> ListWithHttpMessagesAsync(string resourceGroupName, string labName, ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (labName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "labName"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("odataQuery", odataQuery); - tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("labName", labName); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "List", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/servicerunners").ToString(); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{labName}", System.Uri.EscapeDataString(labName)); - List _queryParameters = new List(); - if (odataQuery != null) - { - var _odataFilter = odataQuery.ToString(); - if (!string.IsNullOrEmpty(_odataFilter)) - { - _queryParameters.Add(_odataFilter); - } - } - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", 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 (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - System.Net.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 = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, 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 = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, 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; - } - /// /// Get service runner. /// @@ -465,7 +256,7 @@ internal ServiceRunnersOperations(DevTestLabsClient client) } /// - /// Create or replace an existing Service runner. + /// Create or replace an existing service runner. /// /// /// The name of the resource group. @@ -885,178 +676,5 @@ internal ServiceRunnersOperations(DevTestLabsClient client) return _result; } - /// - /// List service runners in a given lab. - /// - /// - /// The NextLink from the previous successful call to List operation. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// 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 += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", 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 (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - System.Net.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 = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, 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 = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, 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; - } - } } diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ServiceRunnersOperationsExtensions.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ServiceRunnersOperationsExtensions.cs index 0a5496deba78d..0679245068b58 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ServiceRunnersOperationsExtensions.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/ServiceRunnersOperationsExtensions.cs @@ -12,7 +12,6 @@ namespace Microsoft.Azure.Management.DevTestLabs { using Microsoft.Rest; using Microsoft.Rest.Azure; - using Microsoft.Rest.Azure.OData; using Models; using System.Threading; using System.Threading.Tasks; @@ -22,52 +21,6 @@ namespace Microsoft.Azure.Management.DevTestLabs /// public static partial class ServiceRunnersOperationsExtensions { - /// - /// List service runners in a given lab. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the lab. - /// - /// - /// OData parameters to apply to the operation. - /// - public static IPage List(this IServiceRunnersOperations operations, string resourceGroupName, string labName, ODataQuery odataQuery = default(ODataQuery)) - { - return operations.ListAsync(resourceGroupName, labName, odataQuery).GetAwaiter().GetResult(); - } - - /// - /// List service runners in a given lab. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the lab. - /// - /// - /// OData parameters to apply to the operation. - /// - /// - /// The cancellation token. - /// - public static async Task> ListAsync(this IServiceRunnersOperations operations, string resourceGroupName, string labName, ODataQuery odataQuery = default(ODataQuery), CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListWithHttpMessagesAsync(resourceGroupName, labName, odataQuery, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - /// /// Get service runner. /// @@ -115,7 +68,7 @@ public static ServiceRunner Get(this IServiceRunnersOperations operations, strin } /// - /// Create or replace an existing Service runner. + /// Create or replace an existing service runner. /// /// /// The operations group for this extension method. @@ -138,7 +91,7 @@ public static ServiceRunner CreateOrUpdate(this IServiceRunnersOperations operat } /// - /// Create or replace an existing Service runner. + /// Create or replace an existing service runner. /// /// /// The operations group for this extension method. @@ -209,39 +162,5 @@ public static void Delete(this IServiceRunnersOperations operations, string reso (await operations.DeleteWithHttpMessagesAsync(resourceGroupName, labName, name, null, cancellationToken).ConfigureAwait(false)).Dispose(); } - /// - /// List service runners in a given lab. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The NextLink from the previous successful call to List operation. - /// - public static IPage ListNext(this IServiceRunnersOperations operations, string nextPageLink) - { - return operations.ListNextAsync(nextPageLink).GetAwaiter().GetResult(); - } - - /// - /// List service runners in a given lab. - /// - /// - /// 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 IServiceRunnersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - } } diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/UsersOperations.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/UsersOperations.cs index cf41d091a4c54..02b0f7137c498 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/UsersOperations.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/UsersOperations.cs @@ -527,7 +527,8 @@ internal UsersOperations(DevTestLabsClient client) } /// - /// Modify properties of user profiles. + /// Allows modifying tags of user profiles. All other properties will be + /// ignored. /// /// /// The name of the resource group. diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/UsersOperationsExtensions.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/UsersOperationsExtensions.cs index dbafd0da6ced6..8bbdb366d5755 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/UsersOperationsExtensions.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/UsersOperationsExtensions.cs @@ -218,7 +218,8 @@ public static void Delete(this IUsersOperations operations, string resourceGroup } /// - /// Modify properties of user profiles. + /// Allows modifying tags of user profiles. All other properties will be + /// ignored. /// /// /// The operations group for this extension method. @@ -241,7 +242,8 @@ public static User Update(this IUsersOperations operations, string resourceGroup } /// - /// Modify properties of user profiles. + /// Allows modifying tags of user profiles. All other properties will be + /// ignored. /// /// /// The operations group for this extension method. diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/VirtualMachineSchedulesOperations.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/VirtualMachineSchedulesOperations.cs index e368d86af6209..52cd441de247e 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/VirtualMachineSchedulesOperations.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/VirtualMachineSchedulesOperations.cs @@ -930,7 +930,7 @@ internal VirtualMachineSchedulesOperations(DevTestLabsClient client) } /// - /// Modify properties of schedules. + /// Allows modifying tags of schedules. All other properties will be ignored. /// /// /// The name of the resource group. diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/VirtualMachineSchedulesOperationsExtensions.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/VirtualMachineSchedulesOperationsExtensions.cs index 75a38f17fbf6a..52fe4ae7f8f65 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/VirtualMachineSchedulesOperationsExtensions.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/VirtualMachineSchedulesOperationsExtensions.cs @@ -240,7 +240,7 @@ public static void Delete(this IVirtualMachineSchedulesOperations operations, st } /// - /// Modify properties of schedules. + /// Allows modifying tags of schedules. All other properties will be ignored. /// /// /// The operations group for this extension method. @@ -266,7 +266,7 @@ public static Schedule Update(this IVirtualMachineSchedulesOperations operations } /// - /// Modify properties of schedules. + /// Allows modifying tags of schedules. All other properties will be ignored. /// /// /// The operations group for this extension method. diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/VirtualMachinesOperations.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/VirtualMachinesOperations.cs index 4b46d6ef003ed..234b2d95aaaf7 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/VirtualMachinesOperations.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/VirtualMachinesOperations.cs @@ -474,7 +474,7 @@ internal VirtualMachinesOperations(DevTestLabsClient client) } /// - /// Create or replace an existing Virtual machine. This operation can take a + /// Create or replace an existing virtual machine. This operation can take a /// while to complete. /// /// @@ -528,7 +528,8 @@ internal VirtualMachinesOperations(DevTestLabsClient client) } /// - /// Modify properties of virtual machines. + /// Allows modifying tags of virtual machines. All other properties will be + /// ignored. /// /// /// The name of the resource group. @@ -1451,7 +1452,7 @@ internal VirtualMachinesOperations(DevTestLabsClient client) } /// - /// Create or replace an existing Virtual machine. This operation can take a + /// Create or replace an existing virtual machine. This operation can take a /// while to complete. /// /// diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/VirtualMachinesOperationsExtensions.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/VirtualMachinesOperationsExtensions.cs index 11bf99f21bbe6..2a1a56a707a9d 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/VirtualMachinesOperationsExtensions.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/VirtualMachinesOperationsExtensions.cs @@ -123,7 +123,7 @@ public static partial class VirtualMachinesOperationsExtensions } /// - /// Create or replace an existing Virtual machine. This operation can take a + /// Create or replace an existing virtual machine. This operation can take a /// while to complete. /// /// @@ -147,7 +147,7 @@ public static LabVirtualMachine CreateOrUpdate(this IVirtualMachinesOperations o } /// - /// Create or replace an existing Virtual machine. This operation can take a + /// Create or replace an existing virtual machine. This operation can take a /// while to complete. /// /// @@ -220,7 +220,8 @@ public static void Delete(this IVirtualMachinesOperations operations, string res } /// - /// Modify properties of virtual machines. + /// Allows modifying tags of virtual machines. All other properties will be + /// ignored. /// /// /// The operations group for this extension method. @@ -243,7 +244,8 @@ public static LabVirtualMachine Update(this IVirtualMachinesOperations operation } /// - /// Modify properties of virtual machines. + /// Allows modifying tags of virtual machines. All other properties will be + /// ignored. /// /// /// The operations group for this extension method. @@ -875,7 +877,7 @@ public static void UnClaim(this IVirtualMachinesOperations operations, string re } /// - /// Create or replace an existing Virtual machine. This operation can take a + /// Create or replace an existing virtual machine. This operation can take a /// while to complete. /// /// @@ -899,7 +901,7 @@ public static LabVirtualMachine BeginCreateOrUpdate(this IVirtualMachinesOperati } /// - /// Create or replace an existing Virtual machine. This operation can take a + /// Create or replace an existing virtual machine. This operation can take a /// while to complete. /// /// diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/VirtualNetworksOperations.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/VirtualNetworksOperations.cs index 01098e5149102..38ccb3a47f414 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/VirtualNetworksOperations.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/VirtualNetworksOperations.cs @@ -527,7 +527,8 @@ internal VirtualNetworksOperations(DevTestLabsClient client) } /// - /// Modify properties of virtual networks. + /// Allows modifying tags of virtual networks. All other properties will be + /// ignored. /// /// /// The name of the resource group. diff --git a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/VirtualNetworksOperationsExtensions.cs b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/VirtualNetworksOperationsExtensions.cs index cc8334a6dd409..792ab2d9d1bc8 100644 --- a/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/VirtualNetworksOperationsExtensions.cs +++ b/sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/VirtualNetworksOperationsExtensions.cs @@ -218,7 +218,8 @@ public static void Delete(this IVirtualNetworksOperations operations, string res } /// - /// Modify properties of virtual networks. + /// Allows modifying tags of virtual networks. All other properties will be + /// ignored. /// /// /// The operations group for this extension method. @@ -241,7 +242,8 @@ public static VirtualNetwork Update(this IVirtualNetworksOperations operations, } /// - /// Modify properties of virtual networks. + /// Allows modifying tags of virtual networks. All other properties will be + /// ignored. /// /// /// The operations group for this extension method.