Skip to content
Open
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
80 changes: 80 additions & 0 deletions sdk/search/azure-mgmt-search/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,85 @@
# Release History

## 10.0.0b1 (2026-03-27)

### Features Added

- Model `SearchManagementClient` added parameter `cloud_setting` in method `__init__`
Copy link

Copilot AI Mar 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changelog entry misclassifies SearchManagementClient as a model. This should be labeled as a client (or client constructor) change rather than a model change, to avoid confusing readers.

Suggested change
- Model `SearchManagementClient` added parameter `cloud_setting` in method `__init__`
- Client `SearchManagementClient` added parameter `cloud_setting` in constructor `__init__`

Copilot uses AI. Check for mistakes.
- Client `SearchManagementClient` added method `send_request`
- Client `SearchManagementClient` added operation group `offerings`
- Model `CheckNameAvailabilityInput` added property `type`
- Model `EncryptionWithCmk` added property `service_level_encryption_key`
- Enum `SearchBypass` added member `AZURE_PORTAL`
- Model `SearchServiceUpdate` added property `properties`
- Enum `SkuName` added member `SERVERLESS`
- Added model `AzureActiveDirectoryApplicationCredentials`
- Added model `CloudError`
- Added model `DataIdentity`
- Added model `DataNoneIdentity`
- Added model `DataUserAssignedIdentity`
- Added model `FeatureOffering`
- Added enum `KnowledgeRetrieval`
- Added model `OfferingsByRegion`
- Added model `OfferingsListResult`
- Added model `SearchResourceEncryptionKey`
- Added model `SkuLimits`
- Added model `SkuOffering`
- Added model `OfferingsOperations`
Copy link

Copilot AI Mar 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changelog entry says "Added model OfferingsOperations", but OfferingsOperations is an operation group class, not a model. Please reword this bullet to describe it as an operation group/client operations addition.

Suggested change
- Added model `OfferingsOperations`
- Added client operations class `OfferingsOperations`

Copilot uses AI. Check for mistakes.

### Breaking Changes

- Method `SearchManagementClient.usage_by_subscription_sku` deleted or renamed its parameter `search_management_request_options` of kind `positional_or_keyword`
- Model `SearchServiceUpdate` deleted or renamed its instance variable `replica_count`
- Model `SearchServiceUpdate` deleted or renamed its instance variable `partition_count`
- Model `SearchServiceUpdate` deleted or renamed its instance variable `endpoint`
- Model `SearchServiceUpdate` deleted or renamed its instance variable `hosting_mode`
- Model `SearchServiceUpdate` deleted or renamed its instance variable `compute_type`
- Model `SearchServiceUpdate` deleted or renamed its instance variable `public_network_access`
- Model `SearchServiceUpdate` deleted or renamed its instance variable `status`
- Model `SearchServiceUpdate` deleted or renamed its instance variable `status_details`
- Model `SearchServiceUpdate` deleted or renamed its instance variable `provisioning_state`
- Model `SearchServiceUpdate` deleted or renamed its instance variable `network_rule_set`
- Model `SearchServiceUpdate` deleted or renamed its instance variable `data_exfiltration_protections`
- Model `SearchServiceUpdate` deleted or renamed its instance variable `encryption_with_cmk`
- Model `SearchServiceUpdate` deleted or renamed its instance variable `disable_local_auth`
- Model `SearchServiceUpdate` deleted or renamed its instance variable `auth_options`
- Model `SearchServiceUpdate` deleted or renamed its instance variable `semantic_search`
- Model `SearchServiceUpdate` deleted or renamed its instance variable `private_endpoint_connections`
- Model `SearchServiceUpdate` deleted or renamed its instance variable `shared_private_link_resources`
- Model `SearchServiceUpdate` deleted or renamed its instance variable `e_tag`
- Model `SearchServiceUpdate` deleted or renamed its instance variable `upgrade_available`
- Model `SearchServiceUpdate` deleted or renamed its instance variable `service_upgraded_at`
- Deleted or renamed model `AsyncOperationResult`
- Deleted or renamed model `ListQueryKeysResult`
- Deleted or renamed model `PrivateLinkResourcesResult`
- Deleted or renamed model `SearchManagementRequestOptions`
- Deleted or renamed model `SharedPrivateLinkResourceAsyncOperationResult`
- Method `AdminKeysOperations.get` deleted or renamed its parameter `search_management_request_options` of kind `positional_or_keyword`
- Method `AdminKeysOperations.regenerate` deleted or renamed its parameter `search_management_request_options` of kind `positional_or_keyword`
- Method `PrivateEndpointConnectionsOperations.delete` deleted or renamed its parameter `search_management_request_options` of kind `positional_or_keyword`
- Method `PrivateEndpointConnectionsOperations.get` deleted or renamed its parameter `search_management_request_options` of kind `positional_or_keyword`
- Method `PrivateEndpointConnectionsOperations.list_by_service` deleted or renamed its parameter `search_management_request_options` of kind `positional_or_keyword`
- Method `PrivateEndpointConnectionsOperations.update` deleted or renamed its parameter `search_management_request_options` of kind `positional_or_keyword`
- Method `PrivateLinkResourcesOperations.list_supported` deleted or renamed its parameter `search_management_request_options` of kind `positional_or_keyword`
- Method `QueryKeysOperations.create` deleted or renamed its parameter `search_management_request_options` of kind `positional_or_keyword`
- Method `QueryKeysOperations.delete` deleted or renamed its parameter `search_management_request_options` of kind `positional_or_keyword`
- Method `QueryKeysOperations.list_by_search_service` deleted or renamed its parameter `search_management_request_options` of kind `positional_or_keyword`
- Method `ServicesOperations.begin_create_or_update` deleted or renamed its parameter `search_management_request_options` of kind `positional_or_keyword`
- Method `ServicesOperations.check_name_availability` inserted a `positional_or_keyword` parameter `check_name_availability_input`
- Method `ServicesOperations.check_name_availability` deleted or renamed its parameter `name` of kind `positional_or_keyword`
- Method `ServicesOperations.check_name_availability` deleted or renamed its parameter `search_management_request_options` of kind `positional_or_keyword`
- Method `ServicesOperations.delete` deleted or renamed its parameter `search_management_request_options` of kind `positional_or_keyword`
- Method `ServicesOperations.get` deleted or renamed its parameter `search_management_request_options` of kind `positional_or_keyword`
- Method `ServicesOperations.list_by_resource_group` deleted or renamed its parameter `search_management_request_options` of kind `positional_or_keyword`
- Method `ServicesOperations.list_by_subscription` deleted or renamed its parameter `search_management_request_options` of kind `positional_or_keyword`
- Method `ServicesOperations.update` deleted or renamed its parameter `search_management_request_options` of kind `positional_or_keyword`
- Method `SharedPrivateLinkResourcesOperations.begin_create_or_update` deleted or renamed its parameter `search_management_request_options` of kind `positional_or_keyword`
- Method `SharedPrivateLinkResourcesOperations.begin_delete` deleted or renamed its parameter `search_management_request_options` of kind `positional_or_keyword`
- Method `SharedPrivateLinkResourcesOperations.get` deleted or renamed its parameter `search_management_request_options` of kind `positional_or_keyword`
- Method `SharedPrivateLinkResourcesOperations.list_by_service` deleted or renamed its parameter `search_management_request_options` of kind `positional_or_keyword`
- Method `UsagesOperations.list_by_subscription` deleted or renamed its parameter `search_management_request_options` of kind `positional_or_keyword`
- Deleted or renamed model `SearchManagementClientOperationsMixin`

## 9.2.0 (2025-07-21)

### Features Added
Expand Down
9 changes: 4 additions & 5 deletions sdk/search/azure-mgmt-search/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
include _meta.json
recursive-include tests *.py *.json
recursive-include samples *.py *.md
include *.md
include azure/__init__.py
include azure/mgmt/__init__.py
include LICENSE
include azure/mgmt/search/py.typed
recursive-include tests *.py
recursive-include samples *.py *.md
include azure/__init__.py
include azure/mgmt/__init__.py
11 changes: 0 additions & 11 deletions sdk/search/azure-mgmt-search/_meta.json

This file was deleted.

10 changes: 10 additions & 0 deletions sdk/search/azure-mgmt-search/_metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"apiVersion": "2026-03-01-preview",
"apiVersions": {
"Microsoft.Search": "2026-03-01-preview"
},
"commit": "f90ba8622a186403cc11d43b8977d6bfd8410742",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"typespec_src": "specification/search/resource-manager/Microsoft.Search/Search",
"emitterVersion": "0.61.2"
}
Loading
Loading