@@ -93,6 +93,7 @@ public ContainerServiceAgentPoolData() { }
9393 public bool ? EnableNodePublicIP { get { throw null ; } set { } }
9494 public bool ? EnableUltraSsd { get { throw null ; } set { } }
9595 public Azure . ResourceManager . ContainerService . Models . GpuInstanceProfile ? GpuInstanceProfile { get { throw null ; } set { } }
96+ public Azure . Core . ResourceIdentifier HostGroupId { get { throw null ; } set { } }
9697 public Azure . ResourceManager . ContainerService . Models . KubeletConfig KubeletConfig { get { throw null ; } set { } }
9798 public Azure . ResourceManager . ContainerService . Models . KubeletDiskType ? KubeletDiskType { get { throw null ; } set { } }
9899 public Azure . ResourceManager . ContainerService . Models . LinuxOSConfig LinuxOSConfig { get { throw null ; } set { } }
@@ -245,13 +246,17 @@ public ContainerServiceManagedClusterData(Azure.Core.AzureLocation location) : b
245246 public int ? MaxAgentPools { get { throw null ; } }
246247 public Azure . ResourceManager . ContainerService . Models . ContainerServiceNetworkProfile NetworkProfile { get { throw null ; } set { } }
247248 public string NodeResourceGroup { get { throw null ; } set { } }
249+ public Azure . ResourceManager . ContainerService . Models . ManagedClusterOidcIssuerProfile OidcIssuerProfile { get { throw null ; } set { } }
248250 public Azure . ResourceManager . ContainerService . Models . ManagedClusterPodIdentityProfile PodIdentityProfile { get { throw null ; } set { } }
249251 public Azure . ResourceManager . ContainerService . Models . ContainerServiceStateCode ? PowerStateCode { get { throw null ; } }
250252 public string PrivateFqdn { get { throw null ; } }
251253 public System . Collections . Generic . IList < Azure . ResourceManager . ContainerService . Models . ContainerServicePrivateLinkResourceData > PrivateLinkResources { get { throw null ; } }
252254 public string ProvisioningState { get { throw null ; } }
253255 public Azure . ResourceManager . ContainerService . Models . ContainerServicePublicNetworkAccess ? PublicNetworkAccess { get { throw null ; } set { } }
256+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
257+ [ System . ObsoleteAttribute ( "This property is obsolete and will be removed in a future release" , false ) ]
254258 public Azure . ResourceManager . ContainerService . Models . ManagedClusterSecurityProfileAzureDefender SecurityAzureDefender { get { throw null ; } set { } }
259+ public Azure . ResourceManager . ContainerService . Models . ManagedClusterSecurityProfile SecurityProfile { get { throw null ; } set { } }
255260 public Azure . ResourceManager . ContainerService . Models . ManagedClusterServicePrincipalProfile ServicePrincipalProfile { get { throw null ; } set { } }
256261 public Azure . ResourceManager . ContainerService . Models . ManagedClusterSku Sku { get { throw null ; } set { } }
257262 public Azure . ResourceManager . ContainerService . Models . ManagedClusterStorageProfile StorageProfile { get { throw null ; } set { } }
@@ -307,6 +312,8 @@ protected ContainerServiceManagedClusterResource() { }
307312 public virtual System . Threading . Tasks . Task < Azure . Response < Azure . ResourceManager . ContainerService . Models . ContainerServicePrivateLinkResourceData > > ResolvePrivateLinkServiceIdAsync ( Azure . ResourceManager . ContainerService . Models . ContainerServicePrivateLinkResourceData data , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
308313 public virtual Azure . ResourceManager . ArmOperation RotateClusterCertificates ( Azure . WaitUntil waitUntil , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
309314 public virtual System . Threading . Tasks . Task < Azure . ResourceManager . ArmOperation > RotateClusterCertificatesAsync ( Azure . WaitUntil waitUntil , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
315+ public virtual Azure . ResourceManager . ArmOperation RotateServiceAccountSigningKeys ( Azure . WaitUntil waitUntil , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
316+ public virtual System . Threading . Tasks . Task < Azure . ResourceManager . ArmOperation > RotateServiceAccountSigningKeysAsync ( Azure . WaitUntil waitUntil , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
310317 public virtual Azure . ResourceManager . ArmOperation < Azure . ResourceManager . ContainerService . Models . ManagedClusterRunCommandResult > RunCommand ( Azure . WaitUntil waitUntil , Azure . ResourceManager . ContainerService . Models . ManagedClusterRunCommandContent content , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
311318 public virtual System . Threading . Tasks . Task < Azure . ResourceManager . ArmOperation < Azure . ResourceManager . ContainerService . Models . ManagedClusterRunCommandResult > > RunCommandAsync ( Azure . WaitUntil waitUntil , Azure . ResourceManager . ContainerService . Models . ManagedClusterRunCommandContent content , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
312319 public virtual Azure . Response < Azure . ResourceManager . ContainerService . ContainerServiceManagedClusterResource > SetTags ( System . Collections . Generic . IDictionary < string , string > tags , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
@@ -526,6 +533,7 @@ public ContainerServiceLinuxProfile(string adminUsername, Azure.ResourceManager.
526533 public ContainerServiceNetworkPlugin ( string value ) { throw null ; }
527534 public static Azure . ResourceManager . ContainerService . Models . ContainerServiceNetworkPlugin Azure { get { throw null ; } }
528535 public static Azure . ResourceManager . ContainerService . Models . ContainerServiceNetworkPlugin Kubenet { get { throw null ; } }
536+ public static Azure . ResourceManager . ContainerService . Models . ContainerServiceNetworkPlugin None { get { throw null ; } }
529537 public bool Equals ( Azure . ResourceManager . ContainerService . Models . ContainerServiceNetworkPlugin other ) { throw null ; }
530538 [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
531539 public override bool Equals ( object obj ) { throw null ; }
@@ -604,6 +612,8 @@ internal ContainerServiceOSOptionProperty() { }
604612 public ContainerServiceOSSku ( string value ) { throw null ; }
605613 public static Azure . ResourceManager . ContainerService . Models . ContainerServiceOSSku CblMariner { get { throw null ; } }
606614 public static Azure . ResourceManager . ContainerService . Models . ContainerServiceOSSku Ubuntu { get { throw null ; } }
615+ public static Azure . ResourceManager . ContainerService . Models . ContainerServiceOSSku Windows2019 { get { throw null ; } }
616+ public static Azure . ResourceManager . ContainerService . Models . ContainerServiceOSSku Windows2022 { get { throw null ; } }
607617 public bool Equals ( Azure . ResourceManager . ContainerService . Models . ContainerServiceOSSku other ) { throw null ; }
608618 [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
609619 public override bool Equals ( object obj ) { throw null ; }
@@ -951,6 +961,7 @@ public ManagedClusterAgentPoolProfileProperties() { }
951961 public bool ? EnableNodePublicIP { get { throw null ; } set { } }
952962 public bool ? EnableUltraSsd { get { throw null ; } set { } }
953963 public Azure . ResourceManager . ContainerService . Models . GpuInstanceProfile ? GpuInstanceProfile { get { throw null ; } set { } }
964+ public Azure . Core . ResourceIdentifier HostGroupId { get { throw null ; } set { } }
954965 public Azure . ResourceManager . ContainerService . Models . KubeletConfig KubeletConfig { get { throw null ; } set { } }
955966 public Azure . ResourceManager . ContainerService . Models . KubeletDiskType ? KubeletDiskType { get { throw null ; } set { } }
956967 public Azure . ResourceManager . ContainerService . Models . LinuxOSConfig LinuxOSConfig { get { throw null ; } set { } }
@@ -1030,6 +1041,24 @@ public ManagedClusterHttpProxyConfig() { }
10301041 public System . Collections . Generic . IList < string > NoProxy { get { throw null ; } }
10311042 public string TrustedCA { get { throw null ; } set { } }
10321043 }
1044+ [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
1045+ public readonly partial struct ManagedClusterKeyVaultNetworkAccessType : System . IEquatable < Azure . ResourceManager . ContainerService . Models . ManagedClusterKeyVaultNetworkAccessType >
1046+ {
1047+ private readonly object _dummy ;
1048+ private readonly int _dummyPrimitive ;
1049+ public ManagedClusterKeyVaultNetworkAccessType ( string value ) { throw null ; }
1050+ public static Azure . ResourceManager . ContainerService . Models . ManagedClusterKeyVaultNetworkAccessType Private { get { throw null ; } }
1051+ public static Azure . ResourceManager . ContainerService . Models . ManagedClusterKeyVaultNetworkAccessType Public { get { throw null ; } }
1052+ public bool Equals ( Azure . ResourceManager . ContainerService . Models . ManagedClusterKeyVaultNetworkAccessType other ) { throw null ; }
1053+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
1054+ public override bool Equals ( object obj ) { throw null ; }
1055+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
1056+ public override int GetHashCode ( ) { throw null ; }
1057+ public static bool operator == ( Azure . ResourceManager . ContainerService . Models . ManagedClusterKeyVaultNetworkAccessType left , Azure . ResourceManager . ContainerService . Models . ManagedClusterKeyVaultNetworkAccessType right ) { throw null ; }
1058+ public static implicit operator Azure . ResourceManager . ContainerService . Models . ManagedClusterKeyVaultNetworkAccessType ( string value ) { throw null ; }
1059+ public static bool operator != ( Azure . ResourceManager . ContainerService . Models . ManagedClusterKeyVaultNetworkAccessType left , Azure . ResourceManager . ContainerService . Models . ManagedClusterKeyVaultNetworkAccessType right ) { throw null ; }
1060+ public override string ToString ( ) { throw null ; }
1061+ }
10331062 public partial class ManagedClusterLoadBalancerProfile
10341063 {
10351064 public ManagedClusterLoadBalancerProfile ( ) { }
@@ -1054,6 +1083,12 @@ public ManagedClusterNatGatewayProfile() { }
10541083 public int ? IdleTimeoutInMinutes { get { throw null ; } set { } }
10551084 public int ? ManagedOutboundIPCount { get { throw null ; } set { } }
10561085 }
1086+ public partial class ManagedClusterOidcIssuerProfile
1087+ {
1088+ public ManagedClusterOidcIssuerProfile ( ) { }
1089+ public bool ? IsEnabled { get { throw null ; } set { } }
1090+ public string IssuerUriInfo { get { throw null ; } }
1091+ }
10571092 public partial class ManagedClusterPodIdentity
10581093 {
10591094 public ManagedClusterPodIdentity ( string name , string @namespace , Azure . ResourceManager . ContainerService . Models . ContainerServiceUserAssignedIdentity identity ) { }
@@ -1131,12 +1166,32 @@ internal ManagedClusterRunCommandResult() { }
11311166 public string Reason { get { throw null ; } }
11321167 public System . DateTimeOffset ? StartedOn { get { throw null ; } }
11331168 }
1169+ public partial class ManagedClusterSecurityProfile
1170+ {
1171+ public ManagedClusterSecurityProfile ( ) { }
1172+ public Azure . ResourceManager . ContainerService . Models . ManagedClusterSecurityProfileKeyVaultKms AzureKeyVaultKms { get { throw null ; } set { } }
1173+ public Azure . ResourceManager . ContainerService . Models . ManagedClusterSecurityProfileDefender Defender { get { throw null ; } set { } }
1174+ }
11341175 public partial class ManagedClusterSecurityProfileAzureDefender
11351176 {
11361177 public ManagedClusterSecurityProfileAzureDefender ( ) { }
11371178 public bool ? IsEnabled { get { throw null ; } set { } }
11381179 public Azure . Core . ResourceIdentifier LogAnalyticsWorkspaceResourceId { get { throw null ; } set { } }
11391180 }
1181+ public partial class ManagedClusterSecurityProfileDefender
1182+ {
1183+ public ManagedClusterSecurityProfileDefender ( ) { }
1184+ public bool ? IsSecurityMonitoringEnabled { get { throw null ; } set { } }
1185+ public Azure . Core . ResourceIdentifier LogAnalyticsWorkspaceResourceId { get { throw null ; } set { } }
1186+ }
1187+ public partial class ManagedClusterSecurityProfileKeyVaultKms
1188+ {
1189+ public ManagedClusterSecurityProfileKeyVaultKms ( ) { }
1190+ public bool ? IsEnabled { get { throw null ; } set { } }
1191+ public string KeyId { get { throw null ; } set { } }
1192+ public Azure . ResourceManager . ContainerService . Models . ManagedClusterKeyVaultNetworkAccessType ? KeyVaultNetworkAccess { get { throw null ; } set { } }
1193+ public Azure . Core . ResourceIdentifier KeyVaultResourceId { get { throw null ; } set { } }
1194+ }
11401195 public partial class ManagedClusterServicePrincipalProfile
11411196 {
11421197 public ManagedClusterServicePrincipalProfile ( string clientId ) { }
@@ -1187,6 +1242,7 @@ public ManagedClusterSku() { }
11871242 public partial class ManagedClusterStorageProfile
11881243 {
11891244 public ManagedClusterStorageProfile ( ) { }
1245+ public bool ? IsBlobCsiDriverEnabled { get { throw null ; } set { } }
11901246 public bool ? IsDiskCsiDriverEnabled { get { throw null ; } set { } }
11911247 public bool ? IsFileCsiDriverEnabled { get { throw null ; } set { } }
11921248 public bool ? IsSnapshotControllerEnabled { get { throw null ; } set { } }
0 commit comments