Skip to content

Commit e9f815d

Browse files
author
SDKAuto
committed
CodeGen from PR 21802 in Azure/azure-rest-api-specs
Merge 2224eaaa3dcebd1220d36f193d4bc0bb8fcdcac6 into bef7ff1b9b0629adbc75e19bebc755af43930d83
1 parent b36178d commit e9f815d

36 files changed

+833
-24
lines changed

sdk/kusto/Azure.ResourceManager.Kusto/api/Azure.ResourceManager.Kusto.netstandard2.0.cs

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,8 @@ public static partial class KustoExtensions
359359
public static Azure.ResourceManager.Kusto.KustoPrivateEndpointConnectionResource GetKustoPrivateEndpointConnectionResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; }
360360
public static Azure.ResourceManager.Kusto.KustoPrivateLinkResource GetKustoPrivateLinkResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; }
361361
public static Azure.ResourceManager.Kusto.KustoScriptResource GetKustoScriptResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; }
362+
public static Azure.Pageable<Azure.ResourceManager.Kusto.Models.KustoSkuDescription> GetSkus(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
363+
public static Azure.AsyncPageable<Azure.ResourceManager.Kusto.Models.KustoSkuDescription> GetSkusAsync(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
362364
}
363365
public partial class KustoManagedPrivateEndpointCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Kusto.KustoManagedPrivateEndpointResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Kusto.KustoManagedPrivateEndpointResource>, System.Collections.IEnumerable
364366
{
@@ -547,6 +549,19 @@ public AcceptedAudience() { }
547549
public static bool operator !=(Azure.ResourceManager.Kusto.Models.BlobStorageEventType left, Azure.ResourceManager.Kusto.Models.BlobStorageEventType right) { throw null; }
548550
public override string ToString() { throw null; }
549551
}
552+
public partial class CosmosDbDataConnection : Azure.ResourceManager.Kusto.KustoDataConnectionData
553+
{
554+
public CosmosDbDataConnection() { }
555+
public string CosmosDbAccountResourceId { get { throw null; } set { } }
556+
public string CosmosDbContainer { get { throw null; } set { } }
557+
public string CosmosDbDatabase { get { throw null; } set { } }
558+
public string ManagedIdentityObjectId { get { throw null; } }
559+
public string ManagedIdentityResourceId { get { throw null; } set { } }
560+
public string MappingRuleName { get { throw null; } set { } }
561+
public Azure.ResourceManager.Kusto.Models.KustoProvisioningState? ProvisioningState { get { throw null; } }
562+
public System.DateTimeOffset? RetrievalStartOn { get { throw null; } set { } }
563+
public string TableName { get { throw null; } set { } }
564+
}
550565
public partial class DatabasePrincipalList
551566
{
552567
public DatabasePrincipalList() { }
@@ -1201,6 +1216,7 @@ public KustoKeyVaultProperties() { }
12011216
public partial class KustoLanguageExtension
12021217
{
12031218
public KustoLanguageExtension() { }
1219+
public Azure.ResourceManager.Kusto.Models.LanguageExtensionImageName? LanguageExtensionImageName { get { throw null; } set { } }
12041220
public Azure.ResourceManager.Kusto.Models.KustoLanguageExtensionName? LanguageExtensionName { get { throw null; } set { } }
12051221
}
12061222
public partial class KustoLanguageExtensionList
@@ -1307,6 +1323,7 @@ public KustoPrivateLinkServiceConnectionStateProperty() { }
13071323
private readonly object _dummy;
13081324
private readonly int _dummyPrimitive;
13091325
public KustoProvisioningState(string value) { throw null; }
1326+
public static Azure.ResourceManager.Kusto.Models.KustoProvisioningState Canceled { get { throw null; } }
13101327
public static Azure.ResourceManager.Kusto.Models.KustoProvisioningState Creating { get { throw null; } }
13111328
public static Azure.ResourceManager.Kusto.Models.KustoProvisioningState Deleting { get { throw null; } }
13121329
public static Azure.ResourceManager.Kusto.Models.KustoProvisioningState Failed { get { throw null; } }
@@ -1409,6 +1426,7 @@ public partial class KustoSkuLocationInfoItem
14091426
{
14101427
internal KustoSkuLocationInfoItem() { }
14111428
public Azure.Core.AzureLocation Location { get { throw null; } }
1429+
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.Kusto.Models.ResourceSkuZoneDetails> ZoneDetails { get { throw null; } }
14121430
public System.Collections.Generic.IReadOnlyList<string> Zones { get { throw null; } }
14131431
}
14141432
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
@@ -1507,6 +1525,27 @@ internal KustoSkuLocationInfoItem() { }
15071525
public static bool operator !=(Azure.ResourceManager.Kusto.Models.KustoSkuTier left, Azure.ResourceManager.Kusto.Models.KustoSkuTier right) { throw null; }
15081526
public override string ToString() { throw null; }
15091527
}
1528+
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
1529+
public readonly partial struct LanguageExtensionImageName : System.IEquatable<Azure.ResourceManager.Kusto.Models.LanguageExtensionImageName>
1530+
{
1531+
private readonly object _dummy;
1532+
private readonly int _dummyPrimitive;
1533+
public LanguageExtensionImageName(string value) { throw null; }
1534+
public static Azure.ResourceManager.Kusto.Models.LanguageExtensionImageName Python3108 { get { throw null; } }
1535+
public static Azure.ResourceManager.Kusto.Models.LanguageExtensionImageName Python365 { get { throw null; } }
1536+
public static Azure.ResourceManager.Kusto.Models.LanguageExtensionImageName Python3912 { get { throw null; } }
1537+
public static Azure.ResourceManager.Kusto.Models.LanguageExtensionImageName Python3912IncludeDeepLearning { get { throw null; } }
1538+
public static Azure.ResourceManager.Kusto.Models.LanguageExtensionImageName R { get { throw null; } }
1539+
public bool Equals(Azure.ResourceManager.Kusto.Models.LanguageExtensionImageName other) { throw null; }
1540+
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
1541+
public override bool Equals(object obj) { throw null; }
1542+
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
1543+
public override int GetHashCode() { throw null; }
1544+
public static bool operator ==(Azure.ResourceManager.Kusto.Models.LanguageExtensionImageName left, Azure.ResourceManager.Kusto.Models.LanguageExtensionImageName right) { throw null; }
1545+
public static implicit operator Azure.ResourceManager.Kusto.Models.LanguageExtensionImageName (string value) { throw null; }
1546+
public static bool operator !=(Azure.ResourceManager.Kusto.Models.LanguageExtensionImageName left, Azure.ResourceManager.Kusto.Models.LanguageExtensionImageName right) { throw null; }
1547+
public override string ToString() { throw null; }
1548+
}
15101549
public partial class OptimizedAutoscale
15111550
{
15121551
public OptimizedAutoscale(int version, bool isEnabled, int minimum, int maximum) { }
@@ -1523,4 +1562,16 @@ public OutboundNetworkDependenciesEndpoint() { }
15231562
public Azure.ETag? ETag { get { throw null; } }
15241563
public Azure.ResourceManager.Kusto.Models.KustoProvisioningState? ProvisioningState { get { throw null; } }
15251564
}
1565+
public partial class ResourceSkuCapabilities
1566+
{
1567+
internal ResourceSkuCapabilities() { }
1568+
public string Name { get { throw null; } }
1569+
public string Value { get { throw null; } }
1570+
}
1571+
public partial class ResourceSkuZoneDetails
1572+
{
1573+
internal ResourceSkuZoneDetails() { }
1574+
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.Kusto.Models.ResourceSkuCapabilities> Capabilities { get { throw null; } }
1575+
public System.Collections.Generic.IReadOnlyList<string> Name { get { throw null; } }
1576+
}
15261577
}

sdk/kusto/Azure.ResourceManager.Kusto/src/Generated/Extensions/KustoExtensions.cs

Lines changed: 28 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/kusto/Azure.ResourceManager.Kusto/src/Generated/Extensions/SubscriptionResourceExtensionClient.cs

Lines changed: 60 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/kusto/Azure.ResourceManager.Kusto/src/Generated/KustoClusterData.cs

Lines changed: 7 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/kusto/Azure.ResourceManager.Kusto/src/Generated/KustoDataConnectionData.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)