diff --git a/sdk/automation/Microsoft.Azure.Management.Automation/src/Generated/DscCompilationJobOperations.cs b/sdk/automation/Microsoft.Azure.Management.Automation/src/Generated/DscCompilationJobOperations.cs index d532e462f668e..2745aead1ac06 100644 --- a/sdk/automation/Microsoft.Azure.Management.Automation/src/Generated/DscCompilationJobOperations.cs +++ b/sdk/automation/Microsoft.Azure.Management.Automation/src/Generated/DscCompilationJobOperations.cs @@ -62,7 +62,7 @@ internal DscCompilationJobOperations(AutomationClient client) /// The name of the automation account. /// /// - /// The the DSC configuration Id. + /// The DSC configuration Id. /// /// /// The parameters supplied to the create compilation job operation. @@ -91,7 +91,7 @@ internal DscCompilationJobOperations(AutomationClient client) /// The name of the automation account. /// /// - /// The the DSC configuration Id. + /// The DSC configuration Id. /// /// /// Headers that will be added to request. @@ -741,7 +741,7 @@ internal DscCompilationJobOperations(AutomationClient client) /// The name of the automation account. /// /// - /// The the DSC configuration Id. + /// The DSC configuration Id. /// /// /// The parameters supplied to the create compilation job operation. diff --git a/sdk/automation/Microsoft.Azure.Management.Automation/src/Generated/DscCompilationJobOperationsExtensions.cs b/sdk/automation/Microsoft.Azure.Management.Automation/src/Generated/DscCompilationJobOperationsExtensions.cs index 5bd975435e8d8..2b45bf1bbdfee 100644 --- a/sdk/automation/Microsoft.Azure.Management.Automation/src/Generated/DscCompilationJobOperationsExtensions.cs +++ b/sdk/automation/Microsoft.Azure.Management.Automation/src/Generated/DscCompilationJobOperationsExtensions.cs @@ -36,7 +36,7 @@ public static partial class DscCompilationJobOperationsExtensions /// The name of the automation account. /// /// - /// The the DSC configuration Id. + /// The DSC configuration Id. /// /// /// The parameters supplied to the create compilation job operation. @@ -60,7 +60,7 @@ public static DscCompilationJob Create(this IDscCompilationJobOperations operati /// The name of the automation account. /// /// - /// The the DSC configuration Id. + /// The DSC configuration Id. /// /// /// The parameters supplied to the create compilation job operation. @@ -90,7 +90,7 @@ public static DscCompilationJob Create(this IDscCompilationJobOperations operati /// The name of the automation account. /// /// - /// The the DSC configuration Id. + /// The DSC configuration Id. /// public static DscCompilationJob Get(this IDscCompilationJobOperations operations, string resourceGroupName, string automationAccountName, string compilationJobName) { @@ -111,7 +111,7 @@ public static DscCompilationJob Get(this IDscCompilationJobOperations operations /// The name of the automation account. /// /// - /// The the DSC configuration Id. + /// The DSC configuration Id. /// /// /// The cancellation token. @@ -240,7 +240,7 @@ public static JobStream GetStream(this IDscCompilationJobOperations operations, /// The name of the automation account. /// /// - /// The the DSC configuration Id. + /// The DSC configuration Id. /// /// /// The parameters supplied to the create compilation job operation. @@ -264,7 +264,7 @@ public static DscCompilationJob BeginCreate(this IDscCompilationJobOperations op /// The name of the automation account. /// /// - /// The the DSC configuration Id. + /// The DSC configuration Id. /// /// /// The parameters supplied to the create compilation job operation. diff --git a/sdk/automation/Microsoft.Azure.Management.Automation/src/Generated/IDscCompilationJobOperations.cs b/sdk/automation/Microsoft.Azure.Management.Automation/src/Generated/IDscCompilationJobOperations.cs index 8483b75ca4c4b..bcfbd06102e5e 100644 --- a/sdk/automation/Microsoft.Azure.Management.Automation/src/Generated/IDscCompilationJobOperations.cs +++ b/sdk/automation/Microsoft.Azure.Management.Automation/src/Generated/IDscCompilationJobOperations.cs @@ -35,7 +35,7 @@ public partial interface IDscCompilationJobOperations /// The name of the automation account. /// /// - /// The the DSC configuration Id. + /// The DSC configuration Id. /// /// /// The parameters supplied to the create compilation job operation. @@ -68,7 +68,7 @@ public partial interface IDscCompilationJobOperations /// The name of the automation account. /// /// - /// The the DSC configuration Id. + /// The DSC configuration Id. /// /// /// The headers that will be added to request. @@ -158,7 +158,7 @@ public partial interface IDscCompilationJobOperations /// The name of the automation account. /// /// - /// The the DSC configuration Id. + /// The DSC configuration Id. /// /// /// The parameters supplied to the create compilation job operation. diff --git a/sdk/automation/Microsoft.Azure.Management.Automation/src/Generated/SdkInfo_AutomationClient.cs b/sdk/automation/Microsoft.Azure.Management.Automation/src/Generated/SdkInfo_AutomationClient.cs index 449551b0cd6dc..1c020bbdaee0d 100644 --- a/sdk/automation/Microsoft.Azure.Management.Automation/src/Generated/SdkInfo_AutomationClient.cs +++ b/sdk/automation/Microsoft.Azure.Management.Automation/src/Generated/SdkInfo_AutomationClient.cs @@ -63,16 +63,5 @@ public static IEnumerable> ApiInfo_AutomationClien }.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/automation/resource-manager/readme.md --csharp --version=latest --reflect-api-versions --csharp-sdks-folder=C:\\Git\\azure-sdk-for-net\\src\\SDKs"; - public static readonly String GithubForkName = "Azure"; - public static readonly String GithubBranchName = "master"; - public static readonly String GithubCommidId = "97aede4213f5ffb9bee11ef972a782e21bc1eb92"; - public static readonly String CodeGenerationErrors = ""; - public static readonly String GithubRepoName = "azure-rest-api-specs"; - // END: Code Generation Metadata Section } } -