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

## 10.0.0b2 (2026-07-16)

### Features Added

- Model `SearchServiceProperties` added property `auto_generated_domain_name_label_scope`
- Added enum `AutoGeneratedDomainNameLabelScope`
- Added model `OfferingsResult`
- Operation group `OfferingsOperations` added method `fetch`

### Breaking Changes

- Deleted or renamed model `OfferingsListResult`
- Deleted or renamed method `OfferingsOperations.list`

## 10.0.0b1 (2026-03-27)

### Features Added
Expand Down
6 changes: 3 additions & 3 deletions sdk/search/azure-mgmt-search/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Microsoft Azure SDK for Python

This is the Microsoft Azure Search Management Client Library.
This package has been tested with Python 3.9+.
This package has been tested with Python 3.10+.
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).

## _Disclaimer_
Expand All @@ -12,7 +12,7 @@ _Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For

### Prerequisites

- Python 3.9+ is required to use this package.
- Python 3.10+ is required to use this package.
- [Azure subscription](https://azure.microsoft.com/free/)

### Install the package
Expand All @@ -24,7 +24,7 @@ pip install azure-identity

### Authentication

By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configuration of the following environment variables.
By default, [Microsoft Entra](https://learn.microsoft.com/entra/fundamentals/what-is-entra) token authentication depends on correct configuration of the following environment variables.

- `AZURE_CLIENT_ID` for Azure client ID.
- `AZURE_TENANT_ID` for Azure tenant ID.
Expand Down
9 changes: 5 additions & 4 deletions sdk/search/azure-mgmt-search/_metadata.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"apiVersion": "2026-03-01-preview",
"apiVersion": "2026-09-01-preview",
"apiVersions": {
"Microsoft.Search": "2026-03-01-preview"
"Microsoft.Search": "2026-09-01-preview"
},
"commit": "f90ba8622a186403cc11d43b8977d6bfd8410742",
"commit": "e75a07cd7ea1b2207190a362305db02b639715ec",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"typespec_src": "specification/search/resource-manager/Microsoft.Search/Search",
"emitterVersion": "0.61.2"
"emitterVersion": "0.63.3",
"httpClientPythonVersion": "^0.34.2"
}
Loading
Loading