Skip to content

Commit

Permalink
[AutoPR Microsoft.Azure.Management.FrontDoor] Remove unsupported REST…
Browse files Browse the repository at this point in the history
… APIs from frontdoor (#218)

* Generated from 25369344fbeb2f169b5bc40b9c4a8a99c42503e7 (#194)

chore: jsonfmt servicebus

* Generated from 7a35ba99fa36d4a95daf9c4f7c88ae0867cb0825 (#195)

Remove common from examples.

* Generated from 7cd1aa92499c42947998cf1570e19ac0087fda19 (#193)

missing section for compute 2019-07-01

* Generated from aafad88743ef7a4dcd7bbfa6afd4591ba4e327bb (#196)

new source

* [AutoPR Microsoft.Azure.ApplicationInsights] Add purge API details. (#184)

* Generated from 25369344fbeb2f169b5bc40b9c4a8a99c42503e7 (#194)

chore: jsonfmt servicebus

* Generated from 7a35ba99fa36d4a95daf9c4f7c88ae0867cb0825 (#195)

Remove common from examples.

* Generated from cf0d03934bcbc56858cf3696b0a3c7fa481c12ac

Fix example

* [AutoPR Microsoft.Azure.Management.Billing] Amaga/update customer policy (#202)

* Generated from 25369344fbeb2f169b5bc40b9c4a8a99c42503e7 (#194)

chore: jsonfmt servicebus

* Generated from 7a35ba99fa36d4a95daf9c4f7c88ae0867cb0825 (#195)

Remove common from examples.

* Generated from 7cd1aa92499c42947998cf1570e19ac0087fda19 (#193)

missing section for compute 2019-07-01

* Generated from aafad88743ef7a4dcd7bbfa6afd4591ba4e327bb (#196)

new source

* [AutoPR Microsoft.Azure.ApplicationInsights] Add purge API details. (#184)

* Generated from 25369344fbeb2f169b5bc40b9c4a8a99c42503e7 (#194)

chore: jsonfmt servicebus

* Generated from 7a35ba99fa36d4a95daf9c4f7c88ae0867cb0825 (#195)

Remove common from examples.

* Generated from cf0d03934bcbc56858cf3696b0a3c7fa481c12ac

Fix example

* Generated from a48d205a68ab63fdafa5dcb79e013c6946d92a43

Applying Code review feedbacks

* Generated from 7a0a386b7bb4042100e0d4a5c9aed5ac4374ab3d (#208)

Network: add java readme

* [AutoPR Microsoft.Azure.Management.ContainerRegistry] [ACR] Scope map updates (#206)

* Generated from 25369344fbeb2f169b5bc40b9c4a8a99c42503e7 (#194)

chore: jsonfmt servicebus

* Generated from 7a35ba99fa36d4a95daf9c4f7c88ae0867cb0825 (#195)

Remove common from examples.

* Generated from 7cd1aa92499c42947998cf1570e19ac0087fda19 (#193)

missing section for compute 2019-07-01

* Generated from aafad88743ef7a4dcd7bbfa6afd4591ba4e327bb (#196)

new source

* [AutoPR Microsoft.Azure.ApplicationInsights] Add purge API details. (#184)

* Generated from 25369344fbeb2f169b5bc40b9c4a8a99c42503e7 (#194)

chore: jsonfmt servicebus

* Generated from 7a35ba99fa36d4a95daf9c4f7c88ae0867cb0825 (#195)

Remove common from examples.

* Generated from cf0d03934bcbc56858cf3696b0a3c7fa481c12ac

Fix example

* [AutoPR Microsoft.Azure.Management.Billing] Amaga/update customer policy (#202)

* Generated from 25369344fbeb2f169b5bc40b9c4a8a99c42503e7 (#194)

chore: jsonfmt servicebus

* Generated from 7a35ba99fa36d4a95daf9c4f7c88ae0867cb0825 (#195)

Remove common from examples.

* Generated from 7cd1aa92499c42947998cf1570e19ac0087fda19 (#193)

missing section for compute 2019-07-01

* Generated from aafad88743ef7a4dcd7bbfa6afd4591ba4e327bb (#196)

new source

* [AutoPR Microsoft.Azure.ApplicationInsights] Add purge API details. (#184)

* Generated from 25369344fbeb2f169b5bc40b9c4a8a99c42503e7 (#194)

chore: jsonfmt servicebus

* Generated from 7a35ba99fa36d4a95daf9c4f7c88ae0867cb0825 (#195)

Remove common from examples.

* Generated from cf0d03934bcbc56858cf3696b0a3c7fa481c12ac

Fix example

* Generated from a48d205a68ab63fdafa5dcb79e013c6946d92a43

Applying Code review feedbacks

* Generated from 604a599550d7aa46f836e8b47376839971cdfbb7

add scopemap to custom-words.txt

* Generated from 5c5a9743d699fe0a4ba6d07b69d696f490ae50a0

Delete unused example json files
  • Loading branch information
openapi-sdkautomation[bot] authored and azuresdkci committed Sep 20, 2019
1 parent cf7ef8b commit 82511ce
Show file tree
Hide file tree
Showing 22 changed files with 266 additions and 8,202 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -78,26 +78,6 @@ public partial class FrontDoorManagementClient : ServiceClient<FrontDoorManageme
/// </summary>
public virtual IFrontDoorsOperations FrontDoors { get; private set; }

/// <summary>
/// Gets the IRoutingRulesOperations.
/// </summary>
public virtual IRoutingRulesOperations RoutingRules { get; private set; }

/// <summary>
/// Gets the IHealthProbeSettingsOperations.
/// </summary>
public virtual IHealthProbeSettingsOperations HealthProbeSettings { get; private set; }

/// <summary>
/// Gets the ILoadBalancingSettingsOperations.
/// </summary>
public virtual ILoadBalancingSettingsOperations LoadBalancingSettings { get; private set; }

/// <summary>
/// Gets the IBackendPoolsOperations.
/// </summary>
public virtual IBackendPoolsOperations BackendPools { get; private set; }

/// <summary>
/// Gets the IFrontendEndpointsOperations.
/// </summary>
Expand Down Expand Up @@ -360,10 +340,6 @@ public FrontDoorManagementClient(System.Uri baseUri, ServiceClientCredentials cr
private void Initialize()
{
FrontDoors = new FrontDoorsOperations(this);
RoutingRules = new RoutingRulesOperations(this);
HealthProbeSettings = new HealthProbeSettingsOperations(this);
LoadBalancingSettings = new LoadBalancingSettingsOperations(this);
BackendPools = new BackendPoolsOperations(this);
FrontendEndpoints = new FrontendEndpointsOperations(this);
Endpoints = new EndpointsOperations(this);
Policies = new PoliciesOperations(this);
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -109,103 +109,6 @@ public static FrontendEndpoint Get(this IFrontendEndpointsOperations operations,
}
}

/// <summary>
/// Creates a new frontend endpoint with the specified host name within the
/// specified Front Door.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
/// </param>
/// <param name='resourceGroupName'>
/// Name of the Resource group within the Azure subscription.
/// </param>
/// <param name='frontDoorName'>
/// Name of the Front Door which is globally unique.
/// </param>
/// <param name='frontendEndpointName'>
/// Name of the Frontend endpoint which is unique within the Front Door.
/// </param>
/// <param name='frontendEndpointParameters'>
/// Frontend endpoint properties needed to create a new endpoint.
/// </param>
public static FrontendEndpoint CreateOrUpdate(this IFrontendEndpointsOperations operations, string resourceGroupName, string frontDoorName, string frontendEndpointName, FrontendEndpoint frontendEndpointParameters)
{
return operations.CreateOrUpdateAsync(resourceGroupName, frontDoorName, frontendEndpointName, frontendEndpointParameters).GetAwaiter().GetResult();
}

/// <summary>
/// Creates a new frontend endpoint with the specified host name within the
/// specified Front Door.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
/// </param>
/// <param name='resourceGroupName'>
/// Name of the Resource group within the Azure subscription.
/// </param>
/// <param name='frontDoorName'>
/// Name of the Front Door which is globally unique.
/// </param>
/// <param name='frontendEndpointName'>
/// Name of the Frontend endpoint which is unique within the Front Door.
/// </param>
/// <param name='frontendEndpointParameters'>
/// Frontend endpoint properties needed to create a new endpoint.
/// </param>
/// <param name='cancellationToken'>
/// The cancellation token.
/// </param>
public static async Task<FrontendEndpoint> CreateOrUpdateAsync(this IFrontendEndpointsOperations operations, string resourceGroupName, string frontDoorName, string frontendEndpointName, FrontendEndpoint frontendEndpointParameters, CancellationToken cancellationToken = default(CancellationToken))
{
using (var _result = await operations.CreateOrUpdateWithHttpMessagesAsync(resourceGroupName, frontDoorName, frontendEndpointName, frontendEndpointParameters, null, cancellationToken).ConfigureAwait(false))
{
return _result.Body;
}
}

/// <summary>
/// Deletes an existing frontend endpoint with the specified parameters.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
/// </param>
/// <param name='resourceGroupName'>
/// Name of the Resource group within the Azure subscription.
/// </param>
/// <param name='frontDoorName'>
/// Name of the Front Door which is globally unique.
/// </param>
/// <param name='frontendEndpointName'>
/// Name of the Frontend endpoint which is unique within the Front Door.
/// </param>
public static void Delete(this IFrontendEndpointsOperations operations, string resourceGroupName, string frontDoorName, string frontendEndpointName)
{
operations.DeleteAsync(resourceGroupName, frontDoorName, frontendEndpointName).GetAwaiter().GetResult();
}

/// <summary>
/// Deletes an existing frontend endpoint with the specified parameters.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
/// </param>
/// <param name='resourceGroupName'>
/// Name of the Resource group within the Azure subscription.
/// </param>
/// <param name='frontDoorName'>
/// Name of the Front Door which is globally unique.
/// </param>
/// <param name='frontendEndpointName'>
/// Name of the Frontend endpoint which is unique within the Front Door.
/// </param>
/// <param name='cancellationToken'>
/// The cancellation token.
/// </param>
public static async Task DeleteAsync(this IFrontendEndpointsOperations operations, string resourceGroupName, string frontDoorName, string frontendEndpointName, CancellationToken cancellationToken = default(CancellationToken))
{
(await operations.DeleteWithHttpMessagesAsync(resourceGroupName, frontDoorName, frontendEndpointName, null, cancellationToken).ConfigureAwait(false)).Dispose();
}

/// <summary>
/// Enables a frontendEndpoint for HTTPS traffic
/// </summary>
Expand Down Expand Up @@ -298,103 +201,6 @@ public static void DisableHttps(this IFrontendEndpointsOperations operations, st
(await operations.DisableHttpsWithHttpMessagesAsync(resourceGroupName, frontDoorName, frontendEndpointName, null, cancellationToken).ConfigureAwait(false)).Dispose();
}

/// <summary>
/// Creates a new frontend endpoint with the specified host name within the
/// specified Front Door.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
/// </param>
/// <param name='resourceGroupName'>
/// Name of the Resource group within the Azure subscription.
/// </param>
/// <param name='frontDoorName'>
/// Name of the Front Door which is globally unique.
/// </param>
/// <param name='frontendEndpointName'>
/// Name of the Frontend endpoint which is unique within the Front Door.
/// </param>
/// <param name='frontendEndpointParameters'>
/// Frontend endpoint properties needed to create a new endpoint.
/// </param>
public static FrontendEndpoint BeginCreateOrUpdate(this IFrontendEndpointsOperations operations, string resourceGroupName, string frontDoorName, string frontendEndpointName, FrontendEndpoint frontendEndpointParameters)
{
return operations.BeginCreateOrUpdateAsync(resourceGroupName, frontDoorName, frontendEndpointName, frontendEndpointParameters).GetAwaiter().GetResult();
}

/// <summary>
/// Creates a new frontend endpoint with the specified host name within the
/// specified Front Door.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
/// </param>
/// <param name='resourceGroupName'>
/// Name of the Resource group within the Azure subscription.
/// </param>
/// <param name='frontDoorName'>
/// Name of the Front Door which is globally unique.
/// </param>
/// <param name='frontendEndpointName'>
/// Name of the Frontend endpoint which is unique within the Front Door.
/// </param>
/// <param name='frontendEndpointParameters'>
/// Frontend endpoint properties needed to create a new endpoint.
/// </param>
/// <param name='cancellationToken'>
/// The cancellation token.
/// </param>
public static async Task<FrontendEndpoint> BeginCreateOrUpdateAsync(this IFrontendEndpointsOperations operations, string resourceGroupName, string frontDoorName, string frontendEndpointName, FrontendEndpoint frontendEndpointParameters, CancellationToken cancellationToken = default(CancellationToken))
{
using (var _result = await operations.BeginCreateOrUpdateWithHttpMessagesAsync(resourceGroupName, frontDoorName, frontendEndpointName, frontendEndpointParameters, null, cancellationToken).ConfigureAwait(false))
{
return _result.Body;
}
}

/// <summary>
/// Deletes an existing frontend endpoint with the specified parameters.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
/// </param>
/// <param name='resourceGroupName'>
/// Name of the Resource group within the Azure subscription.
/// </param>
/// <param name='frontDoorName'>
/// Name of the Front Door which is globally unique.
/// </param>
/// <param name='frontendEndpointName'>
/// Name of the Frontend endpoint which is unique within the Front Door.
/// </param>
public static void BeginDelete(this IFrontendEndpointsOperations operations, string resourceGroupName, string frontDoorName, string frontendEndpointName)
{
operations.BeginDeleteAsync(resourceGroupName, frontDoorName, frontendEndpointName).GetAwaiter().GetResult();
}

/// <summary>
/// Deletes an existing frontend endpoint with the specified parameters.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
/// </param>
/// <param name='resourceGroupName'>
/// Name of the Resource group within the Azure subscription.
/// </param>
/// <param name='frontDoorName'>
/// Name of the Front Door which is globally unique.
/// </param>
/// <param name='frontendEndpointName'>
/// Name of the Frontend endpoint which is unique within the Front Door.
/// </param>
/// <param name='cancellationToken'>
/// The cancellation token.
/// </param>
public static async Task BeginDeleteAsync(this IFrontendEndpointsOperations operations, string resourceGroupName, string frontDoorName, string frontendEndpointName, CancellationToken cancellationToken = default(CancellationToken))
{
(await operations.BeginDeleteWithHttpMessagesAsync(resourceGroupName, frontDoorName, frontendEndpointName, null, cancellationToken).ConfigureAwait(false)).Dispose();
}

/// <summary>
/// Enables a frontendEndpoint for HTTPS traffic
/// </summary>
Expand Down
Loading

0 comments on commit 82511ce

Please sign in to comment.