Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regenerate CDN SDK for Swagger bugfixes. #16481

Closed
wants to merge 3 commits into from
Closed
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
4 changes: 2 additions & 2 deletions eng/mgmt/mgmtmetadata/cdn_resource-manager.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Commencing code generation
Generating CSharp code
Executing AutoRest command
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/cdn/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --tag=package-2020-04 --csharp-sdks-folder=C:\git\azure-sdk-for-net\sdk
2020-08-10 21:49:57 UTC
2020-10-27 01:27:02 UTC
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: master
Commit: 81ee445f0291ea1b284509dd42b3d37aea3799d7
Commit: 0d847fd27172d087f21d2f82f05f973f175920d3
AutoRest information
Requested version: v2
Bootstrapper version: autorest@2.0.4413
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for
// license information.

using System.Collections.Generic;

namespace Microsoft.Azure.Management.Cdn.Models
{

public partial class CookiesMatchConditionParameters
{
/// <summary>
/// Initializes a new instance of the CookiesMatchConditionParameters
/// class.
/// </summary>
/// <param name="selector">Name of Cookies to be matched</param>
/// <param name="operatorProperty">Describes operator to be matched.
/// Possible values include: 'Any', 'Equal', 'Contains', 'BeginsWith',
/// 'EndsWith', 'LessThan', 'LessThanOrEqual', 'GreaterThan',
/// 'GreaterThanOrEqual'</param>
/// <param name="matchValues">The match value for the condition of the
/// delivery rule</param>
/// <param name="negateCondition">Describes if this is negate condition
/// or not</param>
/// <param name="transforms">List of transforms</param>
public CookiesMatchConditionParameters(string selector = null, string operatorProperty = null, IList<string> matchValues = null, bool? negateCondition = null, IList<string> transforms = null)
: this(operatorProperty, selector, negateCondition, matchValues, transforms) { }
}
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading