Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,10 @@ public AuthenticationSettingsContract()
/// </summary>
/// <param name="oAuth2">OAuth2 Authentication settings</param>
/// <param name="openid">OpenID Connect Authentication Settings</param>
/// <param name="subscriptionKeyRequired">Specifies whether
/// subscription key is required during call to this API, true - API is
/// included into closed products only, false - API is included into
/// open products alone, null - there is a mix of products.</param>
public AuthenticationSettingsContract(OAuth2AuthenticationSettingsContract oAuth2 = default(OAuth2AuthenticationSettingsContract), OpenIdAuthenticationSettingsContract openid = default(OpenIdAuthenticationSettingsContract), bool? subscriptionKeyRequired = default(bool?))
public AuthenticationSettingsContract(OAuth2AuthenticationSettingsContract oAuth2 = default(OAuth2AuthenticationSettingsContract), OpenIdAuthenticationSettingsContract openid = default(OpenIdAuthenticationSettingsContract))
{
OAuth2 = oAuth2;
Openid = openid;
SubscriptionKeyRequired = subscriptionKeyRequired;
CustomInit();
}

Expand All @@ -62,14 +57,5 @@ public AuthenticationSettingsContract()
[JsonProperty(PropertyName = "openid")]
public OpenIdAuthenticationSettingsContract Openid { get; set; }

/// <summary>
/// Gets or sets specifies whether subscription key is required during
/// call to this API, true - API is included into closed products only,
/// false - API is included into open products alone, null - there is a
/// mix of products.
/// </summary>
[JsonProperty(PropertyName = "subscriptionKeyRequired")]
public bool? SubscriptionKeyRequired { get; set; }

}
}
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
}
}

Loading