Skip to content

Commit

Permalink
CodeGen from PR 28294 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 7e01a14382b71517575ec1e81f39f877a83acd4b into 9158709864db10cec00c04c6544d6fddf43fcc37
  • Loading branch information
SDKAuto committed Mar 18, 2024
1 parent 191be91 commit a4a5b8e
Show file tree
Hide file tree
Showing 5 changed files with 78 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3239,7 +3239,7 @@ public partial class DataFactoryExpressionV2 : System.ClientModel.Primitives.IJs
{
public DataFactoryExpressionV2() { }
public System.Collections.Generic.IList<Azure.ResourceManager.DataFactory.Models.DataFactoryExpressionV2> Operands { get { throw null; } }
public string Operator { get { throw null; } set { } }
public System.Collections.Generic.IList<System.BinaryData> Operator { get { throw null; } }
public Azure.ResourceManager.DataFactory.Models.DataFactoryExpressionV2Type? V2Type { get { throw null; } set { } }
public string Value { get { throw null; } set { } }
Azure.ResourceManager.DataFactory.Models.DataFactoryExpressionV2 System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.DataFactoryExpressionV2>.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
Expand All @@ -3257,6 +3257,7 @@ public DataFactoryExpressionV2() { }
public static Azure.ResourceManager.DataFactory.Models.DataFactoryExpressionV2Type Binary { get { throw null; } }
public static Azure.ResourceManager.DataFactory.Models.DataFactoryExpressionV2Type Constant { get { throw null; } }
public static Azure.ResourceManager.DataFactory.Models.DataFactoryExpressionV2Type Field { get { throw null; } }
public static Azure.ResourceManager.DataFactory.Models.DataFactoryExpressionV2Type NAry { get { throw null; } }
public static Azure.ResourceManager.DataFactory.Models.DataFactoryExpressionV2Type Unary { get { throw null; } }
public bool Equals(Azure.ResourceManager.DataFactory.Models.DataFactoryExpressionV2Type other) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
Expand Down

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.

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ azure-arm: true
csharp: true
library-name: DataFactory
namespace: Azure.ResourceManager.DataFactory
require: https://github.com/Azure/azure-rest-api-specs/blob/98df3588284c0b77389e981ef04aa93fed89037e/specification/datafactory/resource-manager/readme.md
require: /mnt/vss/_work/1/s/azure-rest-api-specs/specification/datafactory/resource-manager/readme.md
output-folder: $(this-folder)/Generated
clear-output-folder: true
sample-gen:
Expand Down

0 comments on commit a4a5b8e

Please sign in to comment.