Skip to content

Commit b42f3cb

Browse files
committed
Merge branch 'main' into vector-search-query
2 parents 0e6b24f + 9e9d5eb commit b42f3cb

File tree

1,985 files changed

+67384
-40722
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,985 files changed

+67384
-40722
lines changed

.github/CODEOWNERS

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
# PRLabel: %Azure.Core
3535
/sdk/core/ @lmazuel @annatisch @johanste
36-
/sdk/core/azure-core/ @lmazuel @annatisch @johanste @xiangyan99 @tjprescott @iscai-msft @kashifkhan
36+
/sdk/core/azure-core/ @lmazuel @annatisch @johanste @xiangyan99 @iscai-msft @kashifkhan
3737
/sdk/core/azure-mgmt-core/ @msyyc
3838
/sdk/core/azure-core-tracing-opencensus/ @pvaneck
3939
/sdk/core/azure-core-tracing-opentelemetry/ @pvaneck
@@ -42,6 +42,9 @@
4242
# Service team
4343
####
4444

45+
# ServiceOwners: @luigiw @needuv @paulshealy1 @singankit
46+
# ServiceLabel: %AI
47+
4548
# PRLabel: %AI
4649
/sdk/ai/ @luigiw @needuv @paulshealy1 @singankit
4750

@@ -135,7 +138,7 @@
135138
# PRLabel: %KeyVault
136139
/sdk/keyvault/ @mccoyp
137140

138-
# PRLabel: %Load Testing
141+
# PRLabel: %Load Test Service
139142
/sdk/loadtesting/azure-developer-loadtesting/ @msyyc @iscai-msft
140143

141144
# PRLabel: %Monitor
@@ -319,6 +322,8 @@
319322

320323
# AzureSdkOwners: @kristapratico
321324
# ServiceLabel: %OpenAI
325+
# ServiceOwners: @trrwilson
326+
322327
# PRLabel: %OpenAI
323328
/sdk/openai/ @kristapratico @glecaros
324329

@@ -334,8 +339,10 @@
334339
# PRLabel: %Schema Registry
335340
/sdk/schemaregistry/ @kashifkhan @swathipil
336341

337-
# AzureSdkOwners: @xiangyan99
338342
# ServiceLabel: %Search
343+
# AzureSdkOwners: @xiangyan99
344+
# ServiceOwners: @mattgotteiner
345+
339346
# PRLabel: %Search
340347
/sdk/search/ @xiangyan99
341348

@@ -468,7 +475,7 @@
468475
#/<NotInRepo>/ @antcp @AzureAppServiceCLI
469476

470477
# ServiceLabel: %App Configuration %Service Attention
471-
#/<NotInRepo>/ @shenmuxiaosen @avanigupta
478+
#/<NotInRepo>/ @albertofori @avanigupta @mrm9084
472479

473480
# ServiceLabel: %ARO %Service Attention
474481
#/<NotInRepo>/ @mjudeikis @jim-minter @julienstroheker @amanohar
@@ -687,7 +694,7 @@
687694
#/<NotInRepo>/ @NarayanThiru
688695

689696
# ServiceLabel: %Azure Data Explorer %Service Attention
690-
#/<NotInRepo>/ @ilayrn @orhasban @zoharHenMicrosoft @sagivf @Aviv-Yaniv
697+
#/<NotInRepo>/ @ilayrn @orhasban @zoharHenMicrosoft
691698

692699
# ServiceLabel: %Lab Services %Service Attention
693700
#/<NotInRepo>/ @Tanmayeekamath
@@ -830,9 +837,6 @@
830837
# ServiceLabel: %Scheduler %Service Attention
831838
#/<NotInRepo>/ @derek1ee
832839

833-
# ServiceLabel: %Search %Service Attention
834-
#/<NotInRepo>/ @bleroy @tjacobhi @markheff @miwelsh
835-
836840
# ServiceLabel: %Security %Service Attention
837841
#/<NotInRepo>/ @chlahav
838842

@@ -911,9 +915,6 @@
911915
# ServiceLabel: %Network - Bastion %Service Attention
912916
#/<NotInRepo>/ @bastionsuppgithub
913917

914-
# ServiceLabel: %Azure.Spring - Cosmos
915-
#/<NotInRepo>/ @kushagraThapar
916-
917918
# ServiceLabel: %Network - Private Link %Service Attention
918919
#/<NotInRepo>/ @privlinksuppgithub
919920

.vscode/cspell.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1356,7 +1356,8 @@
13561356
"Ffile",
13571357
"Fsubdir",
13581358
"Fdir",
1359-
"adal"
1359+
"adal",
1360+
"mytestshare"
13601361
]
13611362
},
13621363
{
@@ -1688,6 +1689,12 @@
16881689
"kvset"
16891690
]
16901691
},
1692+
{
1693+
"filename": "sdk/appconfiguration/azure-appconfiguration/tests/**",
1694+
"words": [
1695+
"adfsasdfzsd"
1696+
]
1697+
},
16911698
{
16921699
"filename": "sdk/personalizer/test-resources.json",
16931700
"words": [

SUPPORT.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Customers with an [Azure support plan](https://azure.microsoft.com/support/optio
99
We use [GitHub Issues](https://github.com/Azure/azure-sdk-for-python/issues/new/choose) to track bugs, questions, and feature requests.
1010
GitHub issues are free, but **response time is not guaranteed.** See [GitHub issues support process](https://devblogs.microsoft.com/azure-sdk/github-issue-support-process/) for more details.
1111

12+
To ensure the relevance and manageability of our issue queue, we have an automated process that will close issues that are over two years old and have not been updated in the last 30 days. This measure is designed to help us respond to and resolve current issues more efficiently. We appreciate your understanding and cooperation in maintaining a focused and up-to-date issue tracking system.
13+
1214
### Community resources
1315
- Search for similar issues in [our GitHub repository](https://github.com/Azure/azure-sdk-for-python/issues)
1416
- Ask a question on [StackOverflow](https://stackoverflow.com/questions/tagged/azure-sdk-python) and tag it with azure-sdk-python

doc/dev/dev_setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ or execute the various commands available in the toolbox.
2525
You can initialize a virtual environment this way:
2626
2727
```
28-
python -m venv env # Might be "python3" or "py -3.6" depending on your Python installation
28+
python -m venv env # Might be "python3" or "py -3.8" depending on your Python installation
2929
source env/bin/activate # Linux shell (Bash, ZSH, etc.) only
3030
./env/scripts/activate # PowerShell only
3131
./env/scripts/activate.bat # Windows CMD only

doc/dev/mgmt/tests.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ IMPORTANT NOTE: All the commands in this page assumes you have loaded the [dev_s
1414

1515
# Overview
1616

17-
This page is to help you write tests for Azure Python SDK when these tests require Azure HTTP requests. The Azure SDK test framework uses the [`azure-devtools`][azure_devtools] package, which in turn rests upon on a HTTP recording system ([testproxy][testproxy]) that enables tests dependent on network interaction to be run offline.
17+
This page is to help you write tests for Azure Python SDK when these tests require Azure HTTP requests. The Azure SDK test framework uses the [`azure-sdk-tools`][azure_sdk_tools] package, which in turn rests upon on a HTTP recording system ([testproxy][testproxy]) that enables tests dependent on network interaction to be run offline.
1818

1919
In this document, we will describe:
2020
- [How to run the tests online (by authenticating with Azure to record new HTTP interactions)](#running-tests-in-live-mode)
@@ -260,9 +260,9 @@ Notes:
260260
import azure.mgmt.batch
261261
from azure.mgmt.batch import models
262262

263-
from azure_devtools.scenario_tests.recording_processors import GeneralNameReplacer
264263
from devtools_testutils import (
265-
AzureMgmtRecordedTestCase, recorded_by_proxy,
264+
AzureMgmtRecordedTestCase,
265+
recorded_by_proxy,
266266
ResourceGroupPreparer,
267267
StorageAccountPreparer
268268
)
@@ -271,8 +271,6 @@ AZURE_ARM_ENDPOINT = "https://centraluseuap.management.azure.com"
271271
AZURE_LOCATION = 'eastus'
272272

273273
class TestMgmtBatch(AzureMgmtRecordedTestCase):
274-
scrubber = GeneralNameReplacer()
275-
276274
def setup_method(self, method):
277275
self.mgmt_batch_client = self.create_mgmt_client(
278276
azure.mgmt.batch.BatchManagementClient,
@@ -353,7 +351,7 @@ class TestMgmtSearch(AzureMgmtRecordedTestCase):
353351

354352
<!-- LINKS -->
355353
[arm_apis]: https://docs.microsoft.com/rest/api/resources/
356-
[azure_devtools]: https://pypi.org/project/azure-devtools/
354+
[azure_sdk_tools]: https://github.com/Azure/azure-sdk-for-python/tree/main/tools/azure-sdk-tools
357355
[azure_portal]: https://portal.azure.com/
358356
[decorators]: https://www.python.org/dev/peps/pep-0318/
359357
[dev_setup]: https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/dev_setup.md

doc/dev/packaging.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ While this article provides an example using setup.py, this can also be achieved
2121

2222
We want to build sdist and wheels in order to follow the following constraints:
2323
- Solution should work with *recent* versions of pip and setuptools (not the very latest only, but not archaeology either)
24-
- Wheels must work with Python 3.7+
24+
- Wheels must work with Python 3.8+
2525
- mixed dev installation and PyPI installation should be explicitly addressed
2626

2727
# What do I do in my files to achieve that
@@ -59,7 +59,7 @@ The "packages" section MUST EXCLUDE the `azure` package. Example:
5959

6060
Since the package is Python 3 only, you must notify it in the setup.py as well:
6161
```python
62-
python_requires=">=3.7",
62+
python_requires=">=3.8",
6363
```
6464

6565
Example of a full setup.py
@@ -113,14 +113,14 @@ setup(
113113
'Programming Language :: Python',
114114
'Programming Language :: Python :: 3 :: Only',
115115
'Programming Language :: Python :: 3',
116-
'Programming Language :: Python :: 3.7',
117116
'Programming Language :: Python :: 3.8',
118117
'Programming Language :: Python :: 3.9',
119118
'Programming Language :: Python :: 3.10',
120119
'Programming Language :: Python :: 3.11',
120+
'Programming Language :: Python :: 3.12',
121121
'License :: OSI Approved :: MIT License',
122122
],
123-
python_requires=">=3.7",
123+
python_requires=">=3.8",
124124
zip_safe=False,
125125
packages=find_packages(exclude=[
126126
'tests',
@@ -150,7 +150,7 @@ Since the package is Python 3 only, do NOT make this wheel universal. This usual
150150
- Remove "universal" from setup.cfg, or completely remove the file if it was the only option
151151
- In setup.py:
152152
- Remove `extra_requires`
153-
- Add `python_requires=">=3.7",`
153+
- Add `python_requires=">=3.8",`
154154
- Remove the Python 2 and 3.5/3.6 classifiers
155155
- Add classifier `Programming Language :: Python :: 3 :: Only`
156156
- Remove the "azure" check if applicable (see next note)

0 commit comments

Comments
 (0)