-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Generating SDK for websites * Adding the generated files * Undo NuGet.config changes & updating version * Updating to use the latest Microsoft.Rest.ClientRuntime.Azure & re-enabling a test * Version update * Updating with the swagger update for deletedSites
- Loading branch information
1 parent
13e92ad
commit 32a66cd
Showing
191 changed files
with
42,202 additions
and
19,146 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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_2015-08-01;DomainRegistration_2015-04-01;Web_2016-09-01;Web_2016-03-01;Web_2016-08-01;WebSiteManagementClient_2016-03-01;</AzureApiTag> | ||
<AzureApiTag>CertificateRegistration_2018-02-01;DomainRegistration_2018-02-01;Web_2018-02-01;WebSiteManagementClient_2018-02-01;</AzureApiTag> | ||
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags> | ||
</PropertyGroup> | ||
</Project> |
373 changes: 165 additions & 208 deletions
373
src/SDKs/WebSites/Management.Websites/Generated/AppServiceCertificateOrdersOperations.cs
Large diffs are not rendered by default.
Oops, something went wrong.
1,828 changes: 1,058 additions & 770 deletions
1,828
src/SDKs/WebSites/Management.Websites/Generated/AppServiceEnvironmentsOperations.cs
Large diffs are not rendered by default.
Oops, something went wrong.
224 changes: 204 additions & 20 deletions
224
...SDKs/WebSites/Management.Websites/Generated/AppServiceEnvironmentsOperationsExtensions.cs
Large diffs are not rendered by default.
Oops, something went wrong.
595 changes: 261 additions & 334 deletions
595
src/SDKs/WebSites/Management.Websites/Generated/AppServicePlansOperations.cs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
400 changes: 400 additions & 0 deletions
400
src/SDKs/WebSites/Management.Websites/Generated/CertificateRegistrationProviderOperations.cs
Large diffs are not rendered by default.
Oops, something went wrong.
107 changes: 107 additions & 0 deletions
107
...ites/Management.Websites/Generated/CertificateRegistrationProviderOperationsExtensions.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
// <auto-generated> | ||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT License. See License.txt in the project root for | ||
// license information. | ||
// | ||
// Code generated by Microsoft (R) AutoRest Code Generator. | ||
// Changes may cause incorrect behavior and will be lost if the code is | ||
// regenerated. | ||
// </auto-generated> | ||
|
||
namespace Microsoft.Azure.Management.WebSites | ||
{ | ||
using Microsoft.Rest; | ||
using Microsoft.Rest.Azure; | ||
using Models; | ||
using System.Threading; | ||
using System.Threading.Tasks; | ||
|
||
/// <summary> | ||
/// Extension methods for CertificateRegistrationProviderOperations. | ||
/// </summary> | ||
public static partial class CertificateRegistrationProviderOperationsExtensions | ||
{ | ||
/// <summary> | ||
/// Implements Csm operations Api to exposes the list of available Csm Apis | ||
/// under the resource provider | ||
/// </summary> | ||
/// <remarks> | ||
/// Implements Csm operations Api to exposes the list of available Csm Apis | ||
/// under the resource provider | ||
/// </remarks> | ||
/// <param name='operations'> | ||
/// The operations group for this extension method. | ||
/// </param> | ||
public static IPage<CsmOperationDescription> ListOperations(this ICertificateRegistrationProviderOperations operations) | ||
{ | ||
return operations.ListOperationsAsync().GetAwaiter().GetResult(); | ||
} | ||
|
||
/// <summary> | ||
/// Implements Csm operations Api to exposes the list of available Csm Apis | ||
/// under the resource provider | ||
/// </summary> | ||
/// <remarks> | ||
/// Implements Csm operations Api to exposes the list of available Csm Apis | ||
/// under the resource provider | ||
/// </remarks> | ||
/// <param name='operations'> | ||
/// The operations group for this extension method. | ||
/// </param> | ||
/// <param name='cancellationToken'> | ||
/// The cancellation token. | ||
/// </param> | ||
public static async Task<IPage<CsmOperationDescription>> ListOperationsAsync(this ICertificateRegistrationProviderOperations operations, CancellationToken cancellationToken = default(CancellationToken)) | ||
{ | ||
using (var _result = await operations.ListOperationsWithHttpMessagesAsync(null, cancellationToken).ConfigureAwait(false)) | ||
{ | ||
return _result.Body; | ||
} | ||
} | ||
|
||
/// <summary> | ||
/// Implements Csm operations Api to exposes the list of available Csm Apis | ||
/// under the resource provider | ||
/// </summary> | ||
/// <remarks> | ||
/// Implements Csm operations Api to exposes the list of available Csm Apis | ||
/// under the resource provider | ||
/// </remarks> | ||
/// <param name='operations'> | ||
/// The operations group for this extension method. | ||
/// </param> | ||
/// <param name='nextPageLink'> | ||
/// The NextLink from the previous successful call to List operation. | ||
/// </param> | ||
public static IPage<CsmOperationDescription> ListOperationsNext(this ICertificateRegistrationProviderOperations operations, string nextPageLink) | ||
{ | ||
return operations.ListOperationsNextAsync(nextPageLink).GetAwaiter().GetResult(); | ||
} | ||
|
||
/// <summary> | ||
/// Implements Csm operations Api to exposes the list of available Csm Apis | ||
/// under the resource provider | ||
/// </summary> | ||
/// <remarks> | ||
/// Implements Csm operations Api to exposes the list of available Csm Apis | ||
/// under the resource provider | ||
/// </remarks> | ||
/// <param name='operations'> | ||
/// The operations group for this extension method. | ||
/// </param> | ||
/// <param name='nextPageLink'> | ||
/// The NextLink from the previous successful call to List operation. | ||
/// </param> | ||
/// <param name='cancellationToken'> | ||
/// The cancellation token. | ||
/// </param> | ||
public static async Task<IPage<CsmOperationDescription>> ListOperationsNextAsync(this ICertificateRegistrationProviderOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) | ||
{ | ||
using (var _result = await operations.ListOperationsNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) | ||
{ | ||
return _result.Body; | ||
} | ||
} | ||
|
||
} | ||
} |
Oops, something went wrong.