Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
99a7adc
Generated from 1f1421f9fdbf67ac8c1ac7f540346d3e98eef77e (#4431)
openapi-sdkautomation[bot] Jul 29, 2019
8aad5be
Update core-auth to preview.2 (#4471)
mikeharder Jul 29, 2019
e0c8e19
Update template to depend on core-http (#4437)
mikeharder Jul 29, 2019
0f8df32
Update codeowners file for js (#4475)
ramya-rao-a Jul 29, 2019
e2763db
[Event Hubs] Perform sendRequest() operation handling from SDK (#4322)
ramya0820 Jul 29, 2019
afa6d95
Update dev dependency fs-extra to latest (#4510)
mikeharder Jul 29, 2019
ec36dd8
Update dev dependency dotenv to latest (#4507)
mikeharder Jul 30, 2019
7d9c275
Update dev dependency gulp-zip to latest (#4511)
mikeharder Jul 30, 2019
3d1475c
[EPH] Call methods on PartitionProcessor while processing single part…
ShivangiReja Jul 30, 2019
cb9e00e
Remove dev dependency opn-cli (#4516)
mikeharder Jul 30, 2019
850d653
[Event Hubs] Update try/catch in management requests (#4515)
ramya0820 Jul 30, 2019
a1cd8e7
[Identity] Add UsernamePasswordCredential for username/password authe…
daviwil Jul 30, 2019
fd1d601
Update Contributing.md - "rush add" command with --caret flag (#4512)
HarshaNalluru Jul 30, 2019
39a30e8
[KeyVault] dotenv fix (#4533)
sadasant Jul 30, 2019
36593c8
Generated from a1aebd4272669a0c93c4fd1043c331c66fdab651 (#4433)
openapi-sdkautomation[bot] Jul 30, 2019
9011944
[Event Hubs] Update RetryOptions interface to pass exponential retry …
ramya0820 Jul 30, 2019
0cc6d91
Update dependency tough-cookie to latest (#4532)
mikeharder Jul 30, 2019
3447e89
Update dev dependency ts-loader to latest (#4536)
mikeharder Jul 30, 2019
63164d1
Generated from 1f1421f9fdbf67ac8c1ac7f540346d3e98eef77e (#4431)
openapi-sdkautomation[bot] Jul 29, 2019
50de6b1
Merge branch 'sdkAutomation/@azure/arm-apimanagement' of https://gith…
Jul 30, 2019
cb1879d
Generated from 1f1421f9fdbf67ac8c1ac7f540346d3e98eef77e (#4431)
openapi-sdkautomation[bot] Jul 29, 2019
4bf52ee
Merge branch 'sdkAutomation/@azure/arm-apimanagement' of https://gith…
Jul 30, 2019
13814da
Generated from 1f1421f9fdbf67ac8c1ac7f540346d3e98eef77e (#4431)
openapi-sdkautomation[bot] Jul 29, 2019
3a67c37
Merge branch 'sdkAutomation/@azure/arm-apimanagement' of https://gith…
Jul 30, 2019
6bc44fa
[EPH] adds support for processing multiple partitions (#4535)
chradek Jul 30, 2019
f2c47b7
Generated from 1f1421f9fdbf67ac8c1ac7f540346d3e98eef77e (#4431)
openapi-sdkautomation[bot] Jul 29, 2019
8d4a0b5
Merge branch 'sdkAutomation/@azure/arm-apimanagement' of https://gith…
Jul 30, 2019
f501413
Generated from 82ca10eed64d6abf9f1483909e8767cccb0faa59 (#4539)
openapi-sdkautomation[bot] Aug 4, 2019
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
10 changes: 5 additions & 5 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
/sdk/ @ramya-rao-a

# Core
/sdk/core/abort-controller/ @daviwil
/sdk/core/core-amqp/ @ramya-rao-a
/sdk/core/abort-controller/ @chradek
/sdk/core/core-amqp/ @ramya-rao-a @chradek @shivangireja
/sdk/core/core-auth/ @daviwil
/sdk/core/core-http/ @daviwil
/sdk/core/core-paging/ @daviwil

# Service teams
/sdk/eventhub/ @chradek @shivangireja
/sdk/servicebus/ @ramya-rao-a @shivangireja
/sdk/eventhub/ @ramya-rao-a @chradek @shivangireja
/sdk/servicebus/ @ramya-rao-a @chradek @shivangireja

/sdk/identity/ @daviwil
/sdk/identity/ @daviwil @jonathandturner
/sdk/keyvault/ @jonathandturner @sadasant
/sdk/storage/ @XiaoningLiu @jeremymeng @HarshaNalluru @vinjiang @jiacfan

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ Generally speaking, the following commands are roughly equivalent:
| NPM command | Rush command | Rush command effect |
| ------------------------------------ | ------------------------------------ | ---------------------------------------------------------------- |
| `npm install` | `rush update` | Install dependencies for all projects in the Rush workspace |
| `npm install --save[-dev] <package>` | `rush add -p <package> [--dev]` | Add or update a dependency in the current project |
| `npm install --save[-dev] <package>` | `rush add -p <package> --caret [--dev]` | Add or update a dependency in the current project |
| `npm build` | `rush [re]build` | Build all projects in the Rush workspace |
| | `rush [re]build -t <package>` | Build named project and any projects it depends on |
| | `rushx build` | Build the current project only |
Expand Down
Loading