Skip to content

Commit

Permalink
CodeGen from PR 22102 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 1cde00c32b00da9569289275b3902bff1d94d03d into 2d9846d81852452cf10270b18329ac382a881bf7
  • Loading branch information
SDKAuto committed Jan 22, 2023
1 parent e28212c commit 4128052
Show file tree
Hide file tree
Showing 16 changed files with 90 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1025,6 +1025,8 @@ public partial class KustoDatabaseTableLevelSharingProperties
public KustoDatabaseTableLevelSharingProperties() { }
public System.Collections.Generic.IList<string> ExternalTablesToExclude { get { throw null; } }
public System.Collections.Generic.IList<string> ExternalTablesToInclude { get { throw null; } }
public System.Collections.Generic.IList<string> FunctionsToExclude { get { throw null; } }
public System.Collections.Generic.IList<string> FunctionsToInclude { get { throw null; } }
public System.Collections.Generic.IList<string> MaterializedViewsToExclude { get { throw null; } }
public System.Collections.Generic.IList<string> MaterializedViewsToInclude { get { throw null; } }
public System.Collections.Generic.IList<string> TablesToExclude { get { throw null; } }
Expand Down Expand Up @@ -1525,6 +1527,8 @@ internal KustoSkuLocationInfoItem() { }
public static Azure.ResourceManager.Kusto.Models.KustoSkuName StandardL16s { get { throw null; } }
public static Azure.ResourceManager.Kusto.Models.KustoSkuName StandardL16sV2 { get { throw null; } }
public static Azure.ResourceManager.Kusto.Models.KustoSkuName StandardL16sV3 { get { throw null; } }
public static Azure.ResourceManager.Kusto.Models.KustoSkuName StandardL32AsV3 { get { throw null; } }
public static Azure.ResourceManager.Kusto.Models.KustoSkuName StandardL32SV3 { get { throw null; } }
public static Azure.ResourceManager.Kusto.Models.KustoSkuName StandardL4s { get { throw null; } }
public static Azure.ResourceManager.Kusto.Models.KustoSkuName StandardL8asV3 { get { throw null; } }
public static Azure.ResourceManager.Kusto.Models.KustoSkuName StandardL8s { get { throw null; } }
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.

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.

2 changes: 1 addition & 1 deletion sdk/kusto/Azure.ResourceManager.Kusto/src/autorest.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ azure-arm: true
csharp: true
library-name: Kusto
namespace: Azure.ResourceManager.Kusto
require: https://github.com/Azure/azure-rest-api-specs/blob/2224eaaa3dcebd1220d36f193d4bc0bb8fcdcac6/specification/azure-kusto/resource-manager/readme.md
require: /mnt/vss/_work/1/s/azure-rest-api-specs/specification/azure-kusto/resource-manager/readme.md
output-folder: $(this-folder)/Generated
clear-output-folder: true
skip-csproj: true
Expand Down

0 comments on commit 4128052

Please sign in to comment.