Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

Commit cd70c0c

Browse files
committed
Merge remote-tracking branch 'Azure/main' into test_repo_breaking_change_mlc
2 parents bc592d8 + 7e17a82 commit cd70c0c

File tree

28,506 files changed

+238460
-329220
lines changed

Some content is hidden

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

28,506 files changed

+238460
-329220
lines changed

.github/CODEOWNERS

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989

9090
# PRLabel: %Communication - Job Router
9191
# ServiceLabel: %Communication - Job Router
92-
/sdk/communication/communication-job-router/ @marche0133
92+
/sdk/communication/communication-job-router-rest/ @marche0133
9393

9494
# PRLabel: %Communication - Phone Numbers
9595
# ServiceLabel: %Communication - Phone Numbers
@@ -132,9 +132,9 @@
132132
/sdk/digitaltwins/ @sjiherzig @johngallardo @olivakar
133133

134134
# PRLabel: %Event Grid
135-
/sdk/eventgrid/ @sarangan12
135+
/sdk/eventgrid/ @jeremymeng
136136

137-
# AzureSdkOwners: @sarangan12
137+
# AzureSdkOwners: @jeremymeng
138138
# ServiceLabel: %Event Grid
139139
# ServiceOwners: @robece
140140

@@ -151,7 +151,7 @@
151151

152152
# ServiceLabel: %Health Deidentification
153153
# PRLabel: %Health Deidentification
154-
/sdk/healthdataaiservices/azure-health-deidentification/ @GrahamMThomas @alexathomases
154+
/sdk/healthdataaiservices/ @GrahamMThomas @alexathomases @Azure/healthdatadeidentification
155155

156156
# PRLabel: %Azure.Identity
157157
/sdk/identity/ @KarishmaGhiya @minhanh-phan @maorleger @schaabs @Azure/azure-sdk-write-identity
@@ -188,7 +188,7 @@
188188
/sdk/synapse/ @joheredi
189189

190190
# PRLabel: %Tables
191-
/sdk/tables/ @joheredi
191+
/sdk/tables/ @joheredi @jeremymeng
192192

193193
# ServiceLabel: %Tables
194194
# AzureSdkOwners: @joheredi
@@ -256,6 +256,12 @@ sdk/ai/ai-inference-rest @glharper @dargilco @jhakulin
256256
# ServiceLabel: %AI Model Inference
257257
# ServiceOwners: @glharper @dargilco
258258

259+
# PRLLabel: %AI Projects
260+
sdk/ai/ai-projects @ganeshyb @GraceBrigham
261+
262+
# ServiceLabel: %AI Projects
263+
# ServiceOwners: @ganeshyb @GraceBrigham
264+
259265
# PRLabel: %Image Analysis
260266
# ServiceLabel: %Image Analysis
261267
/sdk/vision/ai-vision-image-analysis-rest/ @rhurey @dargilco
@@ -643,6 +649,9 @@ sdk/ai/ai-inference-rest @glharper @dargilco @jhakulin
643649
# PRLabel: %Mgmt
644650
/sdk/links/arm-links/ @qiaozha @MaryGao
645651

652+
# PRLabel: %Mgmt
653+
/sdk/pineconevectordb/arm-pineconevectordb/ @qiaozha @MaryGao
654+
646655
# PRLabel: %Mgmt
647656
/sdk/locks/arm-locks/ @qiaozha @MaryGao
648657

@@ -984,8 +993,8 @@ sdk/ai/ai-inference-rest @glharper @dargilco @jhakulin
984993

985994
# PRLabel: %Monitor
986995
/sdk/monitor/monitor-ingestion/ @srnagar @lmolkova @Azure/azure-sdk-write-monitor-data-plane
987-
/sdk/monitor/monitor-opentelemetry @hectorhdzg @JacksonWeber @harsimar
988-
/sdk/monitor/monitor-opentelemetry-exporter @hectorhdzg @JacksonWeber @harsimar
996+
/sdk/monitor/monitor-opentelemetry @hectorhdzg @JacksonWeber @harsimar @MSNev
997+
/sdk/monitor/monitor-opentelemetry-exporter @hectorhdzg @JacksonWeber @harsimar @MSNev
989998
/sdk/monitor/monitor-query/ @srnagar @lmolkova @Azure/azure-sdk-write-monitor-data-plane
990999
/sdk/monitor/perf-tests/ @srnagar @Azure/azure-sdk-write-monitor-data-plane
9911000

@@ -1252,7 +1261,7 @@ sdk/ai/ai-inference-rest @glharper @dargilco @jhakulin
12521261
#/<NotInRepo>/ @madhurinms
12531262

12541263
# ServiceLabel: %KeyVault %Service Attention
1255-
#/<NotInRepo>/ @RandalliLama @schaabs @jlichwa
1264+
#/<NotInRepo>/ @cheathamb36 @chen-karen @lgonsoulin @vickm
12561265

12571266
# ServiceLabel: %Kubernetes Configuration %Service Attention
12581267
#/<NotInRepo>/ @NarayanThiru

.vscode/cspell.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
"words": ["Dicom", "Gcch", "gcch"]
276276
},
277277
{
278-
"filename": "sdk/eventgrid/eventgrid-system-events/review/**/*.md",
278+
"filename": "sdk/eventgrid/eventgrid-systemevents/review/**/*.md",
279279
"words": ["Dicom", "Gcch", "gcch"]
280280
},
281281
{

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This repository is for the Azure SDK for JavaScript (Node.js & Browser). It cont
99
A few helpful resources to get started are:
1010

1111
- The readme for each package contains code samples and package information. This readme can be found in the corresponding package folder under the folder of the service of your choice in the `/sdk` folder of this repository. The same readme file can be found on the landing page for the package in [npm](https://www.npmjs.com/).
12-
- The API reference documentation of the latest versions of these packages, can be found at our [public developer docs](https://docs.microsoft.com/javascript/azure/).
12+
- The API reference documentation of the latest versions of these packages, can be found at our [public developer docs](https://learn.microsoft.com/javascript/azure/).
1313
- The API reference documentation of older versions, can be found in our [versioned developer docs](https://azure.github.io/azure-sdk-for-js).
1414

1515
Each service might have a number of libraries available from each of the following categories:
@@ -28,7 +28,7 @@ To get a list of all client libraries that follow the new guidelines, please vis
2828

2929
### Management
3030

31-
Management libraries enable you to provision and manage Azure resources via the [Azure Resource Manager i.e. ARM](https://docs.microsoft.com/azure/azure-resource-manager/management/overview). You can recognize these libraries by `@azure/arm-` in their package names. These are purely auto-generated based on the swagger files that represent the APIs for resource management.
31+
Management libraries enable you to provision and manage Azure resources via the [Azure Resource Manager i.e. ARM](https://learn.microsoft.com/azure/azure-resource-manager/management/overview). You can recognize these libraries by `@azure/arm-` in their package names. These are purely auto-generated based on the swagger files that represent the APIs for resource management.
3232

3333
Newer versions of these libraries follow the [Azure SDK Design Guidelines for TypeScript](https://azure.github.io/azure-sdk/typescript_introduction.html). These new versions provide a number of core capabilities that are shared amongst all Azure SDKs, including the intuitive Azure Identity library, an HTTP Pipeline with custom policies, error-handling, distributed tracing, and much more. A few helpful resources to get started with these are:
3434

@@ -63,5 +63,3 @@ This project welcomes contributions and suggestions. Most contributions require
6363
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repositories using our CLA.
6464

6565
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information, see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
66-
67-
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-js%2FREADME.png)

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/Microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet), [Xamarin](https://github.com/xamarin), and [our GitHub organizations](https://opensource.microsoft.com/).
66

7-
If you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](https://docs.microsoft.com/previous-versions/tn-archive/cc751383(v=technet.10)), please report it to us as described below.
7+
If you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](https://learn.microsoft.com/previous-versions/tn-archive/cc751383(v=technet.10)), please report it to us as described below.
88

99
## Reporting Security Issues
1010

SUPPORT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To ensure the relevance and manageability of our issue queue, we have an automat
2222
- Ask a question on [StackOverflow](https://stackoverflow.com/questions/tagged/azure-sdk-js) and tag it with azure-sdk-js
2323
- Share or upvote feature requests on [Feedback Page](https://feedback.azure.com/forums/34192--general-feedback).
2424
- Ask a question on [Twitter](https://twitter.com/AzureSDK)
25-
- Ask a question at [Microsoft Q&A](https://docs.microsoft.com/answers/products/azure?WT.mc_id=Portal-Microsoft_Azure_Support&product=all)
25+
- Ask a question at [Microsoft Q&A](https://learn.microsoft.com/answers/products/azure?WT.mc_id=Portal-Microsoft_Azure_Support&product=all)
2626
- Ask a question at [Microsoft Tech Community](https://techcommunity.microsoft.com/t5/azure/ct-p/Azure)
2727

2828
### Security bugs

0 commit comments

Comments
 (0)