Skip to content
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
2 changes: 1 addition & 1 deletion src/SDKs/WebSites/AzSdk.RP.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!--This file and it's contents are updated at build time moving or editing might result in build failure. Take due deligence while editing this file-->
<PropertyGroup>
<AzureApiTag>CertificateRegistration_2018-02-01;DomainRegistration_2018-02-01;Web_2018-02-01;WebSiteManagementClient_2018-02-01;</AzureApiTag>
<AzureApiTag>CertificateRegistration_2018-02-01;DomainRegistration_2018-02-01;Web_2018-02-01;Web_2018-11-01;WebSiteManagementClient_2018-02-01;</AzureApiTag>
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
</PropertyGroup>
</Project>

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ public static AppServiceCertificateOrder Get(this IAppServiceCertificateOrdersOp
/// Name of the certificate order.
/// </param>
/// <param name='certificateDistinguishedName'>
/// Distinguished name to to use for the certificate order.
/// Distinguished name to use for the certificate order.
/// </param>
public static AppServiceCertificateOrder CreateOrUpdate(this IAppServiceCertificateOrdersOperations operations, string resourceGroupName, string certificateOrderName, AppServiceCertificateOrder certificateDistinguishedName)
{
Expand All @@ -219,7 +219,7 @@ public static AppServiceCertificateOrder CreateOrUpdate(this IAppServiceCertific
/// Name of the certificate order.
/// </param>
/// <param name='certificateDistinguishedName'>
/// Distinguished name to to use for the certificate order.
/// Distinguished name to use for the certificate order.
/// </param>
/// <param name='cancellationToken'>
/// The cancellation token.
Expand Down Expand Up @@ -291,7 +291,7 @@ public static void Delete(this IAppServiceCertificateOrdersOperations operations
/// Name of the certificate order.
/// </param>
/// <param name='certificateDistinguishedName'>
/// Distinguished name to to use for the certificate order.
/// Distinguished name to use for the certificate order.
/// </param>
public static AppServiceCertificateOrder Update(this IAppServiceCertificateOrdersOperations operations, string resourceGroupName, string certificateOrderName, AppServiceCertificateOrderPatchResource certificateDistinguishedName)
{
Expand All @@ -314,7 +314,7 @@ public static AppServiceCertificateOrder Update(this IAppServiceCertificateOrder
/// Name of the certificate order.
/// </param>
/// <param name='certificateDistinguishedName'>
/// Distinguished name to to use for the certificate order.
/// Distinguished name to use for the certificate order.
/// </param>
/// <param name='cancellationToken'>
/// The cancellation token.
Expand Down Expand Up @@ -983,7 +983,7 @@ public static IList<CertificateEmail> RetrieveCertificateEmailHistory(this IAppS
/// Name of the certificate order.
/// </param>
/// <param name='certificateDistinguishedName'>
/// Distinguished name to to use for the certificate order.
/// Distinguished name to use for the certificate order.
/// </param>
public static AppServiceCertificateOrder BeginCreateOrUpdate(this IAppServiceCertificateOrdersOperations operations, string resourceGroupName, string certificateOrderName, AppServiceCertificateOrder certificateDistinguishedName)
{
Expand All @@ -1006,7 +1006,7 @@ public static AppServiceCertificateOrder BeginCreateOrUpdate(this IAppServiceCer
/// Name of the certificate order.
/// </param>
/// <param name='certificateDistinguishedName'>
/// Distinguished name to to use for the certificate order.
/// Distinguished name to use for the certificate order.
/// </param>
/// <param name='cancellationToken'>
/// The cancellation token.
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ namespace Microsoft.Azure.Management.WebSites
public static partial class AppServicePlansOperationsExtensions
{
/// <summary>
/// Get all App Service plans for a subcription.
/// Get all App Service plans for a subscription.
/// </summary>
/// <remarks>
/// Get all App Service plans for a subcription.
/// Get all App Service plans for a subscription.
/// </remarks>
/// <param name='operations'>
/// The operations group for this extension method.
Expand All @@ -44,10 +44,10 @@ public static partial class AppServicePlansOperationsExtensions
}

/// <summary>
/// Get all App Service plans for a subcription.
/// Get all App Service plans for a subscription.
/// </summary>
/// <remarks>
/// Get all App Service plans for a subcription.
/// Get all App Service plans for a subscription.
/// </remarks>
/// <param name='operations'>
/// The operations group for this extension method.
Expand Down Expand Up @@ -724,10 +724,10 @@ public static IPage<ResourceMetricDefinition> ListMetricDefintions(this IAppServ
}

/// <summary>
/// Get metrics for an App Serice plan.
/// Get metrics for an App Service plan.
/// </summary>
/// <remarks>
/// Get metrics for an App Serice plan.
/// Get metrics for an App Service plan.
/// </remarks>
/// <param name='operations'>
/// The operations group for this extension method.
Expand All @@ -754,10 +754,10 @@ public static IPage<ResourceMetricDefinition> ListMetricDefintions(this IAppServ
}

/// <summary>
/// Get metrics for an App Serice plan.
/// Get metrics for an App Service plan.
/// </summary>
/// <remarks>
/// Get metrics for an App Serice plan.
/// Get metrics for an App Service plan.
/// </remarks>
/// <param name='operations'>
/// The operations group for this extension method.
Expand Down Expand Up @@ -805,7 +805,7 @@ public static IPage<ResourceMetricDefinition> ListMetricDefintions(this IAppServ
/// Name of the App Service plan.
/// </param>
/// <param name='softRestart'>
/// Specify &lt;code&gt;true&lt;/code&gt; to performa a soft restart, applies
/// Specify &lt;code&gt;true&lt;/code&gt; to perform a soft restart, applies
/// the configuration settings and restarts the apps if necessary. The default
/// is &lt;code&gt;false&lt;/code&gt;, which always restarts and reprovisions
/// the apps
Expand All @@ -831,7 +831,7 @@ public static IPage<ResourceMetricDefinition> ListMetricDefintions(this IAppServ
/// Name of the App Service plan.
/// </param>
/// <param name='softRestart'>
/// Specify &lt;code&gt;true&lt;/code&gt; to performa a soft restart, applies
/// Specify &lt;code&gt;true&lt;/code&gt; to perform a soft restart, applies
/// the configuration settings and restarts the apps if necessary. The default
/// is &lt;code&gt;false&lt;/code&gt;, which always restarts and reprovisions
/// the apps
Expand Down Expand Up @@ -917,10 +917,10 @@ public static IPage<ResourceMetricDefinition> ListMetricDefintions(this IAppServ
}

/// <summary>
/// Gets all selectable sku's for a given App Service Plan
/// Gets all selectable SKUs for a given App Service Plan
/// </summary>
/// <remarks>
/// Gets all selectable sku's for a given App Service Plan
/// Gets all selectable SKUs for a given App Service Plan
/// </remarks>
/// <param name='operations'>
/// The operations group for this extension method.
Expand All @@ -937,10 +937,10 @@ public static object GetServerFarmSkus(this IAppServicePlansOperations operation
}

/// <summary>
/// Gets all selectable sku's for a given App Service Plan
/// Gets all selectable SKUs for a given App Service Plan
/// </summary>
/// <remarks>
/// Gets all selectable sku's for a given App Service Plan
/// Gets all selectable SKUs for a given App Service Plan
/// </remarks>
/// <param name='operations'>
/// The operations group for this extension method.
Expand Down Expand Up @@ -1637,10 +1637,10 @@ public static AppServicePlan BeginCreateOrUpdate(this IAppServicePlansOperations
}

/// <summary>
/// Get all App Service plans for a subcription.
/// Get all App Service plans for a subscription.
/// </summary>
/// <remarks>
/// Get all App Service plans for a subcription.
/// Get all App Service plans for a subscription.
/// </remarks>
/// <param name='operations'>
/// The operations group for this extension method.
Expand All @@ -1654,10 +1654,10 @@ public static IPage<AppServicePlan> ListNext(this IAppServicePlansOperations ope
}

/// <summary>
/// Get all App Service plans for a subcription.
/// Get all App Service plans for a subscription.
/// </summary>
/// <remarks>
/// Get all App Service plans for a subcription.
/// Get all App Service plans for a subscription.
/// </remarks>
/// <param name='operations'>
/// The operations group for this extension method.
Expand Down Expand Up @@ -1841,10 +1841,10 @@ public static IPage<ResourceMetricDefinition> ListMetricDefintionsNext(this IApp
}

/// <summary>
/// Get metrics for an App Serice plan.
/// Get metrics for an App Service plan.
/// </summary>
/// <remarks>
/// Get metrics for an App Serice plan.
/// Get metrics for an App Service plan.
/// </remarks>
/// <param name='operations'>
/// The operations group for this extension method.
Expand All @@ -1858,10 +1858,10 @@ public static IPage<ResourceMetric> ListMetricsNext(this IAppServicePlansOperati
}

/// <summary>
/// Get metrics for an App Serice plan.
/// Get metrics for an App Service plan.
/// </summary>
/// <remarks>
/// Get metrics for an App Serice plan.
/// Get metrics for an App Service plan.
/// </remarks>
/// <param name='operations'>
/// The operations group for this extension method.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,38 +70,30 @@ internal CertificateRegistrationProviderOperations(WebSiteManagementClient clien
/// <exception cref="SerializationException">
/// Thrown when unable to deserialize the response
/// </exception>
/// <exception cref="ValidationException">
/// Thrown when a required parameter is null
/// </exception>
/// <exception cref="System.ArgumentNullException">
/// Thrown when a required parameter is null
/// </exception>
/// <return>
/// A response object containing the response body and response headers.
/// </return>
public async Task<AzureOperationResponse<IPage<CsmOperationDescription>>> ListOperationsWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
{
if (Client.ApiVersion == null)
{
throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion");
}
string apiVersion = "2018-02-01";
// Tracing
bool _shouldTrace = ServiceClientTracing.IsEnabled;
string _invocationId = null;
if (_shouldTrace)
{
_invocationId = ServiceClientTracing.NextInvocationId.ToString();
Dictionary<string, object> tracingParameters = new Dictionary<string, object>();
tracingParameters.Add("apiVersion", apiVersion);
tracingParameters.Add("cancellationToken", cancellationToken);
ServiceClientTracing.Enter(_invocationId, this, "ListOperations", tracingParameters);
}
// Construct URL
var _baseUrl = Client.BaseUri.AbsoluteUri;
var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "providers/Microsoft.CertificateRegistration/operations").ToString();
List<string> _queryParameters = new List<string>();
if (Client.ApiVersion != null)
if (apiVersion != null)
{
_queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion)));
_queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion)));
}
if (_queryParameters.Count > 0)
{
Expand Down
Loading