Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ internal DscCompilationJobOperations(AutomationClient client)
/// The name of the automation account.
/// </param>
/// <param name='compilationJobName'>
/// The the DSC configuration Id.
/// The DSC configuration Id.
/// </param>
/// <param name='parameters'>
/// The parameters supplied to the create compilation job operation.
Expand Down Expand Up @@ -91,7 +91,7 @@ internal DscCompilationJobOperations(AutomationClient client)
/// The name of the automation account.
/// </param>
/// <param name='compilationJobName'>
/// The the DSC configuration Id.
/// The DSC configuration Id.
/// </param>
/// <param name='customHeaders'>
/// Headers that will be added to request.
Expand Down Expand Up @@ -741,7 +741,7 @@ internal DscCompilationJobOperations(AutomationClient client)
/// The name of the automation account.
/// </param>
/// <param name='compilationJobName'>
/// The the DSC configuration Id.
/// The DSC configuration Id.
/// </param>
/// <param name='parameters'>
/// The parameters supplied to the create compilation job operation.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public static partial class DscCompilationJobOperationsExtensions
/// The name of the automation account.
/// </param>
/// <param name='compilationJobName'>
/// The the DSC configuration Id.
/// The DSC configuration Id.
/// </param>
/// <param name='parameters'>
/// The parameters supplied to the create compilation job operation.
Expand All @@ -60,7 +60,7 @@ public static DscCompilationJob Create(this IDscCompilationJobOperations operati
/// The name of the automation account.
/// </param>
/// <param name='compilationJobName'>
/// The the DSC configuration Id.
/// The DSC configuration Id.
/// </param>
/// <param name='parameters'>
/// The parameters supplied to the create compilation job operation.
Expand Down Expand Up @@ -90,7 +90,7 @@ public static DscCompilationJob Create(this IDscCompilationJobOperations operati
/// The name of the automation account.
/// </param>
/// <param name='compilationJobName'>
/// The the DSC configuration Id.
/// The DSC configuration Id.
/// </param>
public static DscCompilationJob Get(this IDscCompilationJobOperations operations, string resourceGroupName, string automationAccountName, string compilationJobName)
{
Expand All @@ -111,7 +111,7 @@ public static DscCompilationJob Get(this IDscCompilationJobOperations operations
/// The name of the automation account.
/// </param>
/// <param name='compilationJobName'>
/// The the DSC configuration Id.
/// The DSC configuration Id.
/// </param>
/// <param name='cancellationToken'>
/// The cancellation token.
Expand Down Expand Up @@ -240,7 +240,7 @@ public static JobStream GetStream(this IDscCompilationJobOperations operations,
/// The name of the automation account.
/// </param>
/// <param name='compilationJobName'>
/// The the DSC configuration Id.
/// The DSC configuration Id.
/// </param>
/// <param name='parameters'>
/// The parameters supplied to the create compilation job operation.
Expand All @@ -264,7 +264,7 @@ public static DscCompilationJob BeginCreate(this IDscCompilationJobOperations op
/// The name of the automation account.
/// </param>
/// <param name='compilationJobName'>
/// The the DSC configuration Id.
/// The DSC configuration Id.
/// </param>
/// <param name='parameters'>
/// The parameters supplied to the create compilation job operation.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public partial interface IDscCompilationJobOperations
/// The name of the automation account.
/// </param>
/// <param name='compilationJobName'>
/// The the DSC configuration Id.
/// The DSC configuration Id.
/// </param>
/// <param name='parameters'>
/// The parameters supplied to the create compilation job operation.
Expand Down Expand Up @@ -68,7 +68,7 @@ public partial interface IDscCompilationJobOperations
/// The name of the automation account.
/// </param>
/// <param name='compilationJobName'>
/// The the DSC configuration Id.
/// The DSC configuration Id.
/// </param>
/// <param name='customHeaders'>
/// The headers that will be added to request.
Expand Down Expand Up @@ -158,7 +158,7 @@ public partial interface IDscCompilationJobOperations
/// The name of the automation account.
/// </param>
/// <param name='compilationJobName'>
/// The the DSC configuration Id.
/// The DSC configuration Id.
/// </param>
/// <param name='parameters'>
/// The parameters supplied to the create compilation job operation.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,5 @@ public static IEnumerable<Tuple<string, string, string>> 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
}
}