|
1 | 1 | # Release History |
2 | 2 |
|
| 3 | +## 10.0.0b1 (2026-03-27) |
| 4 | + |
| 5 | +### Features Added |
| 6 | + |
| 7 | + - Client `SearchManagementClient` added parameter `cloud_setting` in method `__init__` |
| 8 | + - Client `SearchManagementClient` added method `send_request` |
| 9 | + - Client `SearchManagementClient` added operation group `offerings` |
| 10 | + - Model `CheckNameAvailabilityInput` added property `type` |
| 11 | + - Model `EncryptionWithCmk` added property `service_level_encryption_key` |
| 12 | + - Enum `SearchBypass` added member `AZURE_PORTAL` |
| 13 | + - Enum `SkuName` added member `SERVERLESS` |
| 14 | + - Added model `AzureActiveDirectoryApplicationCredentials` |
| 15 | + - Added model `CloudError` |
| 16 | + - Added model `DataIdentity` |
| 17 | + - Added model `DataNoneIdentity` |
| 18 | + - Added model `DataUserAssignedIdentity` |
| 19 | + - Added model `FeatureOffering` |
| 20 | + - Added enum `KnowledgeRetrieval` |
| 21 | + - Added model `OfferingsByRegion` |
| 22 | + - Added model `OfferingsListResult` |
| 23 | + - Added model `SearchResourceEncryptionKey` |
| 24 | + - Added model `SkuLimits` |
| 25 | + - Added model `SkuOffering` |
| 26 | + - Added operation group `OfferingsOperations` |
| 27 | + |
| 28 | +### Breaking Changes |
| 29 | + |
| 30 | + - This version introduces new hybrid models which have dual dictionary and model nature. Please follow https://aka.ms/azsdk/python/migrate/hybrid-models for migration. |
| 31 | + - For the method breakings, please refer to https://aka.ms/azsdk/python/migrate/operations for migration. |
| 32 | + - Model `SearchServiceUpdate` moved instance variable `replica_count`, `partition_count`, `endpoint`, `hosting_mode`, `compute_type`, `public_network_access`, `status`, `status_details`, `provisioning_state`, `network_rule_set`, `data_exfiltration_protections`, `encryption_with_cmk`, `disable_local_auth`, `auth_options`, `semantic_search`, `private_endpoint_connections`, `shared_private_link_resources`, `e_tag`, `upgrade_available` and `service_upgraded_at` under property `properties` whose type is `SearchServiceProperties` |
| 33 | + - Method `ServicesOperations.check_name_availability` moved parameter `name` under parameter `check_name_availability_input` |
| 34 | + - `SearchManagementRequestOptions.client_request_id` was previously used to set http header `x-ms-client-request-id` but now you can pass `request_id="..."` directly in any operation instead |
| 35 | + - Method `SearchManagementClient.usage_by_subscription_sku` deleted its parameter `search_management_request_options` of kind `positional_or_keyword` |
| 36 | + - Method `AdminKeysOperations.get` deleted its parameter `search_management_request_options` of kind `positional_or_keyword` |
| 37 | + - Method `AdminKeysOperations.regenerate` deleted its parameter `search_management_request_options` of kind `positional_or_keyword` |
| 38 | + - Method `PrivateEndpointConnectionsOperations.delete` deleted its parameter `search_management_request_options` of kind `positional_or_keyword` |
| 39 | + - Method `PrivateEndpointConnectionsOperations.get` deleted its parameter `search_management_request_options` of kind `positional_or_keyword` |
| 40 | + - Method `PrivateEndpointConnectionsOperations.list_by_service` deleted its parameter `search_management_request_options` of kind `positional_or_keyword` |
| 41 | + - Method `PrivateEndpointConnectionsOperations.update` deleted its parameter `search_management_request_options` of kind `positional_or_keyword` |
| 42 | + - Method `PrivateLinkResourcesOperations.list_supported` deleted its parameter `search_management_request_options` of kind `positional_or_keyword` |
| 43 | + - Method `QueryKeysOperations.create` deleted its parameter `search_management_request_options` of kind `positional_or_keyword` |
| 44 | + - Method `QueryKeysOperations.delete` deleted its parameter `search_management_request_options` of kind `positional_or_keyword` |
| 45 | + - Method `QueryKeysOperations.list_by_search_service` deleted its parameter `search_management_request_options` of kind `positional_or_keyword` |
| 46 | + - Method `ServicesOperations.begin_create_or_update` deleted its parameter `search_management_request_options` of kind `positional_or_keyword` |
| 47 | + - Method `ServicesOperations.check_name_availability` deleted its parameter `search_management_request_options` of kind `positional_or_keyword` |
| 48 | + - Method `ServicesOperations.delete` deleted its parameter `search_management_request_options` of kind `positional_or_keyword` |
| 49 | + - Method `ServicesOperations.get` deleted its parameter `search_management_request_options` of kind `positional_or_keyword` |
| 50 | + - Method `ServicesOperations.list_by_resource_group` deleted its parameter `search_management_request_options` of kind `positional_or_keyword` |
| 51 | + - Method `ServicesOperations.list_by_subscription` deleted its parameter `search_management_request_options` of kind `positional_or_keyword` |
| 52 | + - Method `ServicesOperations.update` deleted its parameter `search_management_request_options` of kind `positional_or_keyword` |
| 53 | + - Method `SharedPrivateLinkResourcesOperations.begin_create_or_update` deleted its parameter `search_management_request_options` of kind `positional_or_keyword` |
| 54 | + - Method `SharedPrivateLinkResourcesOperations.begin_delete` deleted its parameter `search_management_request_options` of kind `positional_or_keyword` |
| 55 | + - Method `SharedPrivateLinkResourcesOperations.get` deleted its parameter `search_management_request_options` of kind `positional_or_keyword` |
| 56 | + - Method `SharedPrivateLinkResourcesOperations.list_by_service` deleted its parameter `search_management_request_options` of kind `positional_or_keyword` |
| 57 | + - Method `UsagesOperations.list_by_subscription` deleted its parameter `search_management_request_options` of kind `positional_or_keyword` |
| 58 | + - Deleted model `SearchManagementRequestOptions` |
| 59 | + |
| 60 | +### Other Changes |
| 61 | + |
| 62 | + - Deleted model `AsyncOperationResult`/`ListQueryKeysResult`/`PrivateLinkResourcesResult`/`SharedPrivateLinkResourceAsyncOperationResult`/`SearchManagementClientOperationsMixin` which actually were not used by SDK users |
| 63 | + |
3 | 64 | ## 9.2.0 (2025-07-21) |
4 | 65 |
|
5 | 66 | ### Features Added |
|
0 commit comments