@@ -65,9 +65,12 @@ protected SearchServiceCollection() { }
6565 public partial class SearchServiceData : Azure . ResourceManager . Models . TrackedResourceData
6666 {
6767 public SearchServiceData ( Azure . Core . AzureLocation location ) : base ( default ( Azure . Core . AzureLocation ) ) { }
68+ public Azure . ResourceManager . Search . Models . SearchAadAuthDataPlaneAuthOptions AuthOptions { get { throw null ; } set { } }
69+ public Azure . ResourceManager . Search . Models . SearchEncryptionWithCmk EncryptionWithCmk { get { throw null ; } set { } }
6870 public Azure . ResourceManager . Search . Models . SearchServiceHostingMode ? HostingMode { get { throw null ; } set { } }
6971 public Azure . ResourceManager . Models . ManagedServiceIdentity Identity { get { throw null ; } set { } }
7072 public System . Collections . Generic . IList < Azure . ResourceManager . Search . Models . SearchServiceIPRule > IPRules { get { throw null ; } }
73+ public bool ? IsLocalAuthDisabled { get { throw null ; } set { } }
7174 public int ? PartitionCount { get { throw null ; } set { } }
7275 public System . Collections . Generic . IReadOnlyList < Azure . ResourceManager . Search . SearchPrivateEndpointConnectionData > PrivateEndpointConnections { get { throw null ; } }
7376 public Azure . ResourceManager . Search . Models . SearchServiceProvisioningState ? ProvisioningState { get { throw null ; } }
@@ -153,6 +156,34 @@ public SharedSearchServicePrivateLinkResourceData() { }
153156}
154157namespace Azure . ResourceManager . Search . Models
155158{
159+ public partial class SearchAadAuthDataPlaneAuthOptions
160+ {
161+ public SearchAadAuthDataPlaneAuthOptions ( ) { }
162+ public Azure . ResourceManager . Search . Models . SearchAadAuthFailureMode ? AadAuthFailureMode { get { throw null ; } set { } }
163+ public System . BinaryData ApiKeyOnly { get { throw null ; } set { } }
164+ }
165+ public enum SearchAadAuthFailureMode
166+ {
167+ Http403 = 0 ,
168+ Http401WithBearerChallenge = 1 ,
169+ }
170+ public enum SearchEncryptionComplianceStatus
171+ {
172+ Compliant = 0 ,
173+ NonCompliant = 1 ,
174+ }
175+ public partial class SearchEncryptionWithCmk
176+ {
177+ public SearchEncryptionWithCmk ( ) { }
178+ public Azure . ResourceManager . Search . Models . SearchEncryptionComplianceStatus ? EncryptionComplianceStatus { get { throw null ; } }
179+ public Azure . ResourceManager . Search . Models . SearchEncryptionWithCmkEnforcement ? Enforcement { get { throw null ; } set { } }
180+ }
181+ public enum SearchEncryptionWithCmkEnforcement
182+ {
183+ Unspecified = 0 ,
184+ Disabled = 1 ,
185+ Enabled = 2 ,
186+ }
156187 public partial class SearchManagementRequestOptions
157188 {
158189 public SearchManagementRequestOptions ( ) { }
@@ -171,6 +202,28 @@ internal SearchPrivateLinkResourceProperties() { }
171202 public System . Collections . Generic . IReadOnlyList < string > RequiredZoneNames { get { throw null ; } }
172203 public System . Collections . Generic . IReadOnlyList < Azure . ResourceManager . Search . Models . ShareableSearchServicePrivateLinkResourceType > ShareablePrivateLinkResourceTypes { get { throw null ; } }
173204 }
205+ [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
206+ public readonly partial struct SearchPrivateLinkServiceConnectionProvisioningState : System . IEquatable < Azure . ResourceManager . Search . Models . SearchPrivateLinkServiceConnectionProvisioningState >
207+ {
208+ private readonly object _dummy ;
209+ private readonly int _dummyPrimitive ;
210+ public SearchPrivateLinkServiceConnectionProvisioningState ( string value ) { throw null ; }
211+ public static Azure . ResourceManager . Search . Models . SearchPrivateLinkServiceConnectionProvisioningState Canceled { get { throw null ; } }
212+ public static Azure . ResourceManager . Search . Models . SearchPrivateLinkServiceConnectionProvisioningState Deleting { get { throw null ; } }
213+ public static Azure . ResourceManager . Search . Models . SearchPrivateLinkServiceConnectionProvisioningState Failed { get { throw null ; } }
214+ public static Azure . ResourceManager . Search . Models . SearchPrivateLinkServiceConnectionProvisioningState Incomplete { get { throw null ; } }
215+ public static Azure . ResourceManager . Search . Models . SearchPrivateLinkServiceConnectionProvisioningState Succeeded { get { throw null ; } }
216+ public static Azure . ResourceManager . Search . Models . SearchPrivateLinkServiceConnectionProvisioningState Updating { get { throw null ; } }
217+ public bool Equals ( Azure . ResourceManager . Search . Models . SearchPrivateLinkServiceConnectionProvisioningState other ) { throw null ; }
218+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
219+ public override bool Equals ( object obj ) { throw null ; }
220+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
221+ public override int GetHashCode ( ) { throw null ; }
222+ public static bool operator == ( Azure . ResourceManager . Search . Models . SearchPrivateLinkServiceConnectionProvisioningState left , Azure . ResourceManager . Search . Models . SearchPrivateLinkServiceConnectionProvisioningState right ) { throw null ; }
223+ public static implicit operator Azure . ResourceManager . Search . Models . SearchPrivateLinkServiceConnectionProvisioningState ( string value ) { throw null ; }
224+ public static bool operator != ( Azure . ResourceManager . Search . Models . SearchPrivateLinkServiceConnectionProvisioningState left , Azure . ResourceManager . Search . Models . SearchPrivateLinkServiceConnectionProvisioningState right ) { throw null ; }
225+ public override string ToString ( ) { throw null ; }
226+ }
174227 public enum SearchServiceAdminKeyKind
175228 {
176229 Primary = 0 ,
@@ -226,9 +279,12 @@ internal SearchServiceNameAvailabilityResult() { }
226279 public partial class SearchServicePatch : Azure . ResourceManager . Models . TrackedResourceData
227280 {
228281 public SearchServicePatch ( Azure . Core . AzureLocation location ) : base ( default ( Azure . Core . AzureLocation ) ) { }
282+ public Azure . ResourceManager . Search . Models . SearchAadAuthDataPlaneAuthOptions AuthOptions { get { throw null ; } set { } }
283+ public Azure . ResourceManager . Search . Models . SearchEncryptionWithCmk EncryptionWithCmk { get { throw null ; } set { } }
229284 public Azure . ResourceManager . Search . Models . SearchServiceHostingMode ? HostingMode { get { throw null ; } set { } }
230285 public Azure . ResourceManager . Models . ManagedServiceIdentity Identity { get { throw null ; } set { } }
231286 public System . Collections . Generic . IList < Azure . ResourceManager . Search . Models . SearchServiceIPRule > IPRules { get { throw null ; } }
287+ public bool ? IsLocalAuthDisabled { get { throw null ; } set { } }
232288 public int ? PartitionCount { get { throw null ; } set { } }
233289 public System . Collections . Generic . IReadOnlyList < Azure . ResourceManager . Search . SearchPrivateEndpointConnectionData > PrivateEndpointConnections { get { throw null ; } }
234290 public Azure . ResourceManager . Search . Models . SearchServiceProvisioningState ? ProvisioningState { get { throw null ; } }
@@ -243,7 +299,9 @@ public partial class SearchServicePrivateEndpointConnectionProperties
243299 {
244300 public SearchServicePrivateEndpointConnectionProperties ( ) { }
245301 public Azure . ResourceManager . Search . Models . SearchServicePrivateLinkServiceConnectionState ConnectionState { get { throw null ; } set { } }
302+ public string GroupId { get { throw null ; } set { } }
246303 public Azure . Core . ResourceIdentifier PrivateEndpointId { get { throw null ; } set { } }
304+ public Azure . ResourceManager . Search . Models . SearchPrivateLinkServiceConnectionProvisioningState ? ProvisioningState { get { throw null ; } set { } }
247305 }
248306 public partial class SearchServicePrivateLinkServiceConnectionState
249307 {
0 commit comments