Skip to content

Commit

Permalink
CodeGen from PR 21964 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Dev search microsoft.search 2022 09 01 (Azure#21964)

* Adds base for updating Microsoft.Search from version stable/2020-08-01 to version 2022-09-01

* Updates readme

* Updates API version in new specs and examples

* Add missing private endpoint connection properties (Azure#21629)

* add missing private endpoint connection properties

* fix errors

* Adding delegated identities to data plane

* Revert "Adding delegated identities to data plane"

This reverts commit def1bd3ba296458c19b8f04cb1a7a5b800d002f9.

* Fix Lint ProvisioningStateValidation Error

* Applying prettier changes
npm run prettier -- --write

Co-authored-by: Enrique Jaimes <enjaimes@microsoft.com>

* Satumkur/new api ver 20220901 (Azure#21922)

* semantic updates

* Add Dataplane RBAC related changes + examples

* Prettier fixes

* Fix LintDiff errors

* Update SearchUpdateServiceDisableLocalAuth.json

update erroneous api version param

Co-authored-by: Samartha Tumkur Vani <satumkur@microsoft.com>
Co-authored-by: Enrique Jaimes <enjaimes@microsoft.com>

* Add CMK Enforcement policy support (Azure#21996)

* Add CMK Enforcement policy support

* Update api-version

* Remove unused properties

* Remove bypass property

Co-authored-by: satumkurmsft <72990508+satumkurmsft@users.noreply.github.com>
Co-authored-by: Matt <57731498+mattmsft@users.noreply.github.com>
Co-authored-by: Samartha Tumkur Vani <satumkur@microsoft.com>
  • Loading branch information
4 people committed Jan 16, 2023
1 parent 74d7251 commit 9a3e016
Show file tree
Hide file tree
Showing 39 changed files with 794 additions and 56 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ protected SearchServiceCollection() { }
public partial class SearchServiceData : Azure.ResourceManager.Models.TrackedResourceData
{
public SearchServiceData(Azure.Core.AzureLocation location) : base (default(Azure.Core.AzureLocation)) { }
public Azure.ResourceManager.Search.Models.DataPlaneAuthOptions AuthOptions { get { throw null; } set { } }
public bool? DisableLocalAuth { get { throw null; } set { } }
public Azure.ResourceManager.Search.Models.EncryptionWithCmk EncryptionWithCmk { get { throw null; } set { } }
public Azure.ResourceManager.Search.Models.SearchServiceHostingMode? HostingMode { get { throw null; } set { } }
public Azure.ResourceManager.Models.ManagedServiceIdentity Identity { get { throw null; } set { } }
public System.Collections.Generic.IList<Azure.ResourceManager.Search.Models.SearchServiceIPRule> IPRules { get { throw null; } }
Expand Down Expand Up @@ -153,6 +156,56 @@ public SharedSearchServicePrivateLinkResourceData() { }
}
namespace Azure.ResourceManager.Search.Models
{
public enum AadAuthFailureMode
{
Http403 = 0,
Http401WithBearerChallenge = 1,
}
public partial class DataPlaneAuthOptions
{
public DataPlaneAuthOptions() { }
public Azure.ResourceManager.Search.Models.AadAuthFailureMode? AadAuthFailureMode { get { throw null; } set { } }
public System.BinaryData ApiKeyOnly { get { throw null; } set { } }
}
public partial class EncryptionWithCmk
{
public EncryptionWithCmk() { }
public Azure.ResourceManager.Search.Models.SearchEncryptionComplianceStatus? EncryptionComplianceStatus { get { throw null; } }
public Azure.ResourceManager.Search.Models.SearchEncryptionWithCmk? Enforcement { get { throw null; } set { } }
}
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public readonly partial struct PrivateLinkServiceConnectionProvisioningState : System.IEquatable<Azure.ResourceManager.Search.Models.PrivateLinkServiceConnectionProvisioningState>
{
private readonly object _dummy;
private readonly int _dummyPrimitive;
public PrivateLinkServiceConnectionProvisioningState(string value) { throw null; }
public static Azure.ResourceManager.Search.Models.PrivateLinkServiceConnectionProvisioningState Canceled { get { throw null; } }
public static Azure.ResourceManager.Search.Models.PrivateLinkServiceConnectionProvisioningState Deleting { get { throw null; } }
public static Azure.ResourceManager.Search.Models.PrivateLinkServiceConnectionProvisioningState Failed { get { throw null; } }
public static Azure.ResourceManager.Search.Models.PrivateLinkServiceConnectionProvisioningState Incomplete { get { throw null; } }
public static Azure.ResourceManager.Search.Models.PrivateLinkServiceConnectionProvisioningState Succeeded { get { throw null; } }
public static Azure.ResourceManager.Search.Models.PrivateLinkServiceConnectionProvisioningState Updating { get { throw null; } }
public bool Equals(Azure.ResourceManager.Search.Models.PrivateLinkServiceConnectionProvisioningState other) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override bool Equals(object obj) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override int GetHashCode() { throw null; }
public static bool operator ==(Azure.ResourceManager.Search.Models.PrivateLinkServiceConnectionProvisioningState left, Azure.ResourceManager.Search.Models.PrivateLinkServiceConnectionProvisioningState right) { throw null; }
public static implicit operator Azure.ResourceManager.Search.Models.PrivateLinkServiceConnectionProvisioningState (string value) { throw null; }
public static bool operator !=(Azure.ResourceManager.Search.Models.PrivateLinkServiceConnectionProvisioningState left, Azure.ResourceManager.Search.Models.PrivateLinkServiceConnectionProvisioningState right) { throw null; }
public override string ToString() { throw null; }
}
public enum SearchEncryptionComplianceStatus
{
Compliant = 0,
NonCompliant = 1,
}
public enum SearchEncryptionWithCmk
{
Unspecified = 0,
Disabled = 1,
Enabled = 2,
}
public partial class SearchManagementRequestOptions
{
public SearchManagementRequestOptions() { }
Expand Down Expand Up @@ -226,6 +279,9 @@ internal SearchServiceNameAvailabilityResult() { }
public partial class SearchServicePatch : Azure.ResourceManager.Models.TrackedResourceData
{
public SearchServicePatch(Azure.Core.AzureLocation location) : base (default(Azure.Core.AzureLocation)) { }
public Azure.ResourceManager.Search.Models.DataPlaneAuthOptions AuthOptions { get { throw null; } set { } }
public bool? DisableLocalAuth { get { throw null; } set { } }
public Azure.ResourceManager.Search.Models.EncryptionWithCmk EncryptionWithCmk { get { throw null; } set { } }
public Azure.ResourceManager.Search.Models.SearchServiceHostingMode? HostingMode { get { throw null; } set { } }
public Azure.ResourceManager.Models.ManagedServiceIdentity Identity { get { throw null; } set { } }
public System.Collections.Generic.IList<Azure.ResourceManager.Search.Models.SearchServiceIPRule> IPRules { get { throw null; } }
Expand All @@ -243,7 +299,9 @@ public partial class SearchServicePrivateEndpointConnectionProperties
{
public SearchServicePrivateEndpointConnectionProperties() { }
public Azure.ResourceManager.Search.Models.SearchServicePrivateLinkServiceConnectionState ConnectionState { get { throw null; } set { } }
public string GroupId { get { throw null; } set { } }
public Azure.Core.ResourceIdentifier PrivateEndpointId { get { throw null; } set { } }
public Azure.ResourceManager.Search.Models.PrivateLinkServiceConnectionProvisioningState? ProvisioningState { get { throw null; } set { } }
}
public partial class SearchServicePrivateLinkServiceConnectionState
{
Expand Down Expand Up @@ -301,6 +359,7 @@ public enum SearchServiceStatus
Degraded = 3,
Disabled = 4,
Error = 5,
Stopped = 6,
}
public enum SearchSkuName
{
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.

Loading

0 comments on commit 9a3e016

Please sign in to comment.