Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 59 additions & 0 deletions sdk/search/azure-mgmt-search/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,64 @@
# Release History

## 9.2.0 (2025-04-08)

### Features Added

- Client `SearchManagementClient` added operation group `network_security_perimeter_configurations`
- Model `Identity` added property `user_assigned_identities`
- Enum `IdentityType` added member `SYSTEM_ASSIGNED_USER_ASSIGNED`
- Enum `IdentityType` added member `USER_ASSIGNED`
- Model `NetworkRuleSet` added property `bypass`
- Model `Operation` added property `is_data_action`
- Model `Operation` added property `origin`
- Model `Operation` added property `action_type`
- Model `PrivateEndpointConnection` added property `system_data`
- Model `PrivateLinkResource` added property `system_data`
- Model `Resource` added property `system_data`
- Model `SearchService` added property `endpoint`
- Model `SearchService` added property `compute_type`
- Model `SearchService` added property `disabled_data_exfiltration_options`
- Model `SearchService` added property `e_tag`
- Model `SearchService` added property `upgrade_available`
- Model `SearchService` added property `service_upgraded_at`
- Model `SearchService` added property `system_data`
- Enum `SearchServiceStatus` added member `STOPPED`
- Model `SearchServiceUpdate` added property `endpoint`
- Model `SearchServiceUpdate` added property `compute_type`
- Model `SearchServiceUpdate` added property `disabled_data_exfiltration_options`
- Model `SearchServiceUpdate` added property `e_tag`
- Model `SearchServiceUpdate` added property `upgrade_available`
- Model `SearchServiceUpdate` added property `service_upgraded_at`
- Model `SearchServiceUpdate` added property `system_data`
- Model `SharedPrivateLinkResource` added property `system_data`
- Model `TrackedResource` added property `system_data`
- Added enum `ActionType`
- Added enum `ComputeType`
- Added enum `CreatedByType`
- Added model `NSPConfigAccessRule`
- Added model `NSPConfigAccessRuleProperties`
- Added model `NSPConfigAssociation`
- Added model `NSPConfigNetworkSecurityPerimeterRule`
- Added model `NSPConfigPerimeter`
- Added model `NSPConfigProfile`
- Added model `NSPProvisioningIssue`
- Added model `NSPProvisioningIssueProperties`
- Added model `NetworkSecurityPerimeterConfiguration`
- Added model `NetworkSecurityPerimeterConfigurationListResult`
- Added enum `Origin`
- Added model `ProxyResource`
- Added enum `SearchBypass`
- Added enum `SearchDisabledDataExfiltrationOption`
- Added model `SystemData`
- Added enum `UpgradeAvailable`
- Added model `UserAssignedManagedIdentity`
- Model `ServicesOperations` added method `begin_upgrade`
- Added model `NetworkSecurityPerimeterConfigurationsOperations`
- Method `PrivateEndpointConnectionsOperations.update` has a new overload `def update(self: None, resource_group_name: str, search_service_name: str, private_endpoint_connection_name: str, private_endpoint_connection: IO[bytes], search_management_request_options: Optional[SearchManagementRequestOptions], content_type: str)`
- Method `ServicesOperations.begin_create_or_update` has a new overload `def begin_create_or_update(self: None, resource_group_name: str, search_service_name: str, service: IO[bytes], search_management_request_options: Optional[SearchManagementRequestOptions], content_type: str)`
- Method `ServicesOperations.update` has a new overload `def update(self: None, resource_group_name: str, search_service_name: str, service: IO[bytes], search_management_request_options: Optional[SearchManagementRequestOptions], content_type: str)`
- Method `SharedPrivateLinkResourcesOperations.begin_create_or_update` has a new overload `def begin_create_or_update(self: None, resource_group_name: str, search_service_name: str, shared_private_link_resource_name: str, shared_private_link_resource: IO[bytes], search_management_request_options: Optional[SearchManagementRequestOptions], content_type: str)`

## 9.2.0b3 (2025-04-02)

### Features Added
Expand Down
4 changes: 2 additions & 2 deletions sdk/search/azure-mgmt-search/_meta.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"commit": "d19224ba51aa869cd99f981842b780d69d51c297",
"commit": "c9d3237a8ebda4c94fccc7cfef35ec08e84dd59f",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"autorest": "3.10.2",
"use": [
"@autorest/[email protected]",
"@autorest/[email protected]"
],
"autorest_command": "autorest specification/search/resource-manager/readme.md --generate-sample=True --generate-test=True --include-x-ms-examples-original-file=True --python --python-sdks-folder=/mnt/vss/_work/1/azure-sdk-for-python/sdk --use=@autorest/[email protected] --use=@autorest/[email protected] --version=3.10.2 --version-tolerant=False",
"autorest_command": "autorest specification/search/resource-manager/readme.md --generate-sample=True --generate-test=True --include-x-ms-examples-original-file=True --python --python-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-python/sdk --use=@autorest/[email protected] --use=@autorest/[email protected] --version=3.10.2 --version-tolerant=False",
"readme": "specification/search/resource-manager/readme.md"
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ class SearchManagementClientConfiguration: # pylint: disable=too-many-instance-
:param subscription_id: The unique identifier for a Microsoft Azure subscription. You can
obtain this value from the Azure Resource Manager API or the portal. Required.
:type subscription_id: str
:keyword api_version: Api Version. Default value is "2025-02-01-preview". Note that overriding
this default value may result in unsupported behavior.
:keyword api_version: Api Version. Default value is "2025-05-01". Note that overriding this
default value may result in unsupported behavior.
:paramtype api_version: str
"""

def __init__(self, credential: "TokenCredential", subscription_id: str, **kwargs: Any) -> None:
api_version: str = kwargs.pop("api_version", "2025-02-01-preview")
api_version: str = kwargs.pop("api_version", "2025-05-01")

if credential is None:
raise ValueError("Parameter 'credential' must not be None.")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
from .operations import (
AdminKeysOperations,
NetworkSecurityPerimeterConfigurationsOperations,
OfferingsOperations,
Operations,
PrivateEndpointConnectionsOperations,
PrivateLinkResourcesOperations,
Expand All @@ -41,8 +40,6 @@ class SearchManagementClient(SearchManagementClientOperationsMixin): # pylint:

:ivar operations: Operations operations
:vartype operations: azure.mgmt.search.operations.Operations
:ivar offerings: OfferingsOperations operations
:vartype offerings: azure.mgmt.search.operations.OfferingsOperations
:ivar admin_keys: AdminKeysOperations operations
:vartype admin_keys: azure.mgmt.search.operations.AdminKeysOperations
:ivar query_keys: QueryKeysOperations operations
Expand Down Expand Up @@ -70,8 +67,8 @@ class SearchManagementClient(SearchManagementClientOperationsMixin): # pylint:
:type subscription_id: str
:param base_url: Service URL. Default value is "https://management.azure.com".
:type base_url: str
:keyword api_version: Api Version. Default value is "2025-02-01-preview". Note that overriding
this default value may result in unsupported behavior.
:keyword api_version: Api Version. Default value is "2025-05-01". Note that overriding this
default value may result in unsupported behavior.
:paramtype api_version: str
:keyword int polling_interval: Default waiting time between two polls for LRO operations if no
Retry-After header is present.
Expand Down Expand Up @@ -112,7 +109,6 @@ def __init__(
self._deserialize = Deserializer(client_models)
self._serialize.client_side_validation = False
self.operations = Operations(self._client, self._config, self._serialize, self._deserialize)
self.offerings = OfferingsOperations(self._client, self._config, self._serialize, self._deserialize)
self.admin_keys = AdminKeysOperations(self._client, self._config, self._serialize, self._deserialize)
self.query_keys = QueryKeysOperations(self._client, self._config, self._serialize, self._deserialize)
self.services = ServicesOperations(self._client, self._config, self._serialize, self._deserialize)
Expand Down
2 changes: 1 addition & 1 deletion sdk/search/azure-mgmt-search/azure/mgmt/search/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "9.2.0b3"
VERSION = "9.2.0"
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ class SearchManagementClientConfiguration: # pylint: disable=too-many-instance-
:param subscription_id: The unique identifier for a Microsoft Azure subscription. You can
obtain this value from the Azure Resource Manager API or the portal. Required.
:type subscription_id: str
:keyword api_version: Api Version. Default value is "2025-02-01-preview". Note that overriding
this default value may result in unsupported behavior.
:keyword api_version: Api Version. Default value is "2025-05-01". Note that overriding this
default value may result in unsupported behavior.
:paramtype api_version: str
"""

def __init__(self, credential: "AsyncTokenCredential", subscription_id: str, **kwargs: Any) -> None:
api_version: str = kwargs.pop("api_version", "2025-02-01-preview")
api_version: str = kwargs.pop("api_version", "2025-05-01")

if credential is None:
raise ValueError("Parameter 'credential' must not be None.")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
from .operations import (
AdminKeysOperations,
NetworkSecurityPerimeterConfigurationsOperations,
OfferingsOperations,
Operations,
PrivateEndpointConnectionsOperations,
PrivateLinkResourcesOperations,
Expand All @@ -41,8 +40,6 @@ class SearchManagementClient(SearchManagementClientOperationsMixin): # pylint:

:ivar operations: Operations operations
:vartype operations: azure.mgmt.search.aio.operations.Operations
:ivar offerings: OfferingsOperations operations
:vartype offerings: azure.mgmt.search.aio.operations.OfferingsOperations
:ivar admin_keys: AdminKeysOperations operations
:vartype admin_keys: azure.mgmt.search.aio.operations.AdminKeysOperations
:ivar query_keys: QueryKeysOperations operations
Expand Down Expand Up @@ -71,8 +68,8 @@ class SearchManagementClient(SearchManagementClientOperationsMixin): # pylint:
:type subscription_id: str
:param base_url: Service URL. Default value is "https://management.azure.com".
:type base_url: str
:keyword api_version: Api Version. Default value is "2025-02-01-preview". Note that overriding
this default value may result in unsupported behavior.
:keyword api_version: Api Version. Default value is "2025-05-01". Note that overriding this
default value may result in unsupported behavior.
:paramtype api_version: str
:keyword int polling_interval: Default waiting time between two polls for LRO operations if no
Retry-After header is present.
Expand Down Expand Up @@ -113,7 +110,6 @@ def __init__(
self._deserialize = Deserializer(client_models)
self._serialize.client_side_validation = False
self.operations = Operations(self._client, self._config, self._serialize, self._deserialize)
self.offerings = OfferingsOperations(self._client, self._config, self._serialize, self._deserialize)
self.admin_keys = AdminKeysOperations(self._client, self._config, self._serialize, self._deserialize)
self.query_keys = QueryKeysOperations(self._client, self._config, self._serialize, self._deserialize)
self.services = ServicesOperations(self._client, self._config, self._serialize, self._deserialize)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
from ._patch import * # pylint: disable=unused-wildcard-import

from ._operations import Operations # type: ignore
from ._offerings_operations import OfferingsOperations # type: ignore
from ._admin_keys_operations import AdminKeysOperations # type: ignore
from ._query_keys_operations import QueryKeysOperations # type: ignore
from ._services_operations import ServicesOperations # type: ignore
Expand All @@ -30,7 +29,6 @@

__all__ = [
"Operations",
"OfferingsOperations",
"AdminKeysOperations",
"QueryKeysOperations",
"ServicesOperations",
Expand Down

This file was deleted.

Loading