Skip to content

Commit

Permalink
Merge remote-tracking branch 'Azure/main' into core-rest-pipeline/CAE…
Browse files Browse the repository at this point in the history
…Policy
  • Loading branch information
sadasant authored Oct 26, 2021
2 parents c99666b + 6140e81 commit 912ccd6
Show file tree
Hide file tree
Showing 3,133 changed files with 514,319 additions and 282,076 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
41 changes: 25 additions & 16 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@
/sdk/ @ramya-rao-a

# PRLabel: %Azure.Core
/sdk/core/ @xirzec @chradek @jeremymeng @deyaaeldeen
/sdk/core/ @xirzec @jeremymeng @deyaaeldeen

# PRLabel: %Azure.Core
/sdk/core/core-amqp/ @chradek @richardpark-msft @HarshaNalluru
/sdk/core/core-amqp/ @jeremymeng @deyaaeldeen @HarshaNalluru @ramya-rao-a

# PRLabel: %Azure.Core
/sdk/core/core-auth/ @sadasant @xirzec @jeremymeng @deyaaeldeen

# PRLabel: %Azure.Core
/sdk/core/core-client-rest/ @xirzec @chradek @joheredi @jeremymeng @deyaaeldeen
/sdk/core/core-client-rest/ @xirzec @joheredi @jeremymeng @deyaaeldeen

# PRLabel: %Azure.Core
/sdk/core/core-tracing/ @xirzec @chradek @richardpark-msft @maorleger
/sdk/core/core-tracing/ @xirzec @jeremymeng @maorleger

# Service teams
# PRLabel: %App Configuration
/sdk/appconfiguration/ @richardpark-msft @chradek @HarshaNalluru
/sdk/appconfiguration/ @HarshaNalluru

# PRLabel: %Attestation
/sdk/attestation/ @LarryOsterman @deyaaeldeen
Expand All @@ -36,9 +36,9 @@
# PRLabel: %Communication
/sdk/communication/communication-identity/ @Azure/acs-identity-sdk
/sdk/communication/communication-chat/ @LuChen-Microsoft
/sdk/communication/communication-phone-numbers/ @miguhern
/sdk/communication/communication-phone-numbers/ @miguhern @danielav7 @whisper6284 @AlonsoMondal
/sdk/communication/communication-network-traversal/ @AriZavala2
/sdk/communication/communication-sms/ @RoyHerrod
/sdk/communication/communication-sms/ @RoyHerrod @arifibrahim4
/sdk/communication/communication-common/ @Azure/acs-identity-sdk

# PRLabel: %Container Registry
Expand All @@ -48,13 +48,13 @@
/sdk/cosmosdb/ @kushagraThapar @simorenoh @simplynaveen20 @xinlian12 @moderakh

# PRLabel: %Digital Twins
/sdk/digitaltwins/ @vishnureddy17
/sdk/digitaltwins/ @johngallardo

# PRLabel: %Event Grid
/sdk/eventgrid/ @xirzec @ellismg

# PRLabel: %Event Hubs
/sdk/eventhub/ @chradek @richardpark-msft @HarshaNalluru
/sdk/eventhub/ @deyaaeldeen @jeremymeng @HarshaNalluru @ramya-rao-a

# PRLabel: %Azure.Identity
/sdk/identity/ @sadasant @witemple-msft @schaabs
Expand All @@ -66,7 +66,7 @@
/sdk/keyvault/ @maorleger @sadasant

# PRLabel: %Service Bus
/sdk/servicebus/ @chradek @richardpark-msft @HarshaNalluru
/sdk/servicebus/ @deyaaeldeen @jeremymeng @HarshaNalluru @ramya-rao-a @richardpark-msft

# PRLabel: %Storage
/sdk/storage/ @XiaoningLiu @jeremymeng @vinjiang @jiacfan @ljian3377 @EmmaZhu
Expand All @@ -78,7 +78,7 @@
/sdk/tables/ @joheredi

# PRLabel: %Purview
/sdk/purview/ @joheredi
/sdk/purview/ @qiaozha

# PRLabel: %Farmbeats
/sdk/agrifood/ @joheredi
Expand Down Expand Up @@ -118,14 +118,20 @@
/sdk/cognitiveservices/cognitiveservices-qnamaker-runtime/ @bingisbestest @nerajput1607
/sdk/cognitiveservices/cognitiveservices-qnamaker/ @bingisbestest @nerajput1607

# PRLabel: %Mixed Reality
/sdk/mixedreality/ @craigktreasure

# PRLabel: %Remote Rendering
/sdk/remoterendering/ @MalcolmTyrrell

# Smoke Tests
/common/smoke-test/ @ramya-rao-a @chradek @jonathandturner @sadasant @jeremymeng @southpolesteve
/common/smoke-test/ @ramya-rao-a @sadasant @jeremymeng

# API review files
/sdk/**/review/*api.md @bterlson @xirzec @chradek
/sdk/**/review/*api.md @bterlson @xirzec @ramya-rao-a @jeremymeng

# Management Plane

# Management Plane
# PRLabel: %Mgmt
/sdk/advisor/arm-advisor @qiaozha @dw511214992

Expand Down Expand Up @@ -610,8 +616,8 @@
/sdk/templatespecs/arm-templatespecs @qiaozha @dw511214992

# PRLabel: %Monitor
/sdk/monitor/ @hectorhdzg @applicationinsights-js-owners @richardpark-msft
/sdk/monitor/monitor-query @KarishmaGhiya @maorleger @richardpark-msft
/sdk/monitor/ @hectorhdzg @applicationinsights-js-owners
/sdk/monitor/monitor-query @KarishmaGhiya @maorleger

###########
# Tools
Expand All @@ -620,6 +626,9 @@
# PRLabel: %dev-tool
/common/tools/dev-tool/ @witemple-msft

# PRLabel: %eslint plugin
/common/tools/eslint-plugin-azure-sdk/ @deyaaeldeen

###########
# Eng Sys
###########
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
**/*.yaml
**/*.d.ts
.env
tsdoc-metadata.json
2 changes: 1 addition & 1 deletion .scripts/automation_generate.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env bash
track2-codegen-automation-for-pipeline --inputJsonPath=$1 --outputJsonPath=$2 --use=@autorest/typescript@6.0.0-beta.10
track2-codegen-automation-for-pipeline --inputJsonPath=$1 --outputJsonPath=$2 --use=@autorest/typescript@6.0.0-beta.13
2 changes: 1 addition & 1 deletion .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": "0.1",
"language": "en",
"languageId": "typescript,javascript",
"dictionaries": ["powershell"],
"dictionaries": ["powershell", "typescript"],
"ignorePaths": [
"**/node_modules/**",
"**/recordings/**",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Packages](https://img.shields.io/badge/packages-latest-blue.svg)](https://azure.github.io/azure-sdk/releases/latest/js.html) [![Dependencies](https://img.shields.io/badge/dependency-report-blue.svg)](https://azuresdkartifacts.blob.core.windows.net/azure-sdk-for-js/dependencies/dependencies.html) [![DependencyGraph](https://img.shields.io/badge/dependency-graph-blue.svg)](https://azuresdkartifacts.blob.core.windows.net/azure-sdk-for-js/dependencies/InterdependencyGraph.html)

This repository is for the Azure SDK for JavaScript (Node.js & Browser). It contains the management libraries for all Azure services and client libraries for a growing subset of Azure services. Management libraries are packages that you would use to provision and manage Azure resources. Client libraries are packages that you would use to consume these resources and interact with them.
This repository is for the Azure SDK for JavaScript (Node.js & Browser). It contains libraries for the breadth of Azure services. Management libraries are packages that you would use to provision and manage Azure resources. Client libraries are packages that you would use to consume these resources and interact with them.

## Getting started

Expand Down
File renamed without changes.
Loading

0 comments on commit 912ccd6

Please sign in to comment.