Skip to content

Commit 3bcdc0b

Browse files
committed
Merge branch 'main' into feature/v4
# Conflicts: # eng/pipelines/mgmt-ci.yml # eng/pipelines/mgmt-pr.yml
2 parents f34b099 + 899fc0a commit 3bcdc0b

File tree

1,144 files changed

+80308
-46382
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,144 files changed

+80308
-46382
lines changed

.github/CODEOWNERS

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

108108
# PRLabel: %Monitor
109109
/sdk/monitor/ @hectorhdzg @applicationinsights-js-owners @richardpark-msft
110-
/sdk/monitor/monitor-query @richardpark-msft @maorleger
110+
/sdk/monitor/monitor-query @KarishmaGhiya @maorleger @richardpark-msft
111111

112112
###########
113113
# Tools

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ With GitHub's Codespaces, the container already has all prerequisites installed.
7272
If you prefer to setup your own environment instead, make sure you have these prerequisites installed and available on your `$PATH`:
7373

7474
- Git
75-
- Node 8.x or higher
75+
- Any of the [LTS versions of Node.js](https://nodejs.org/about/releases/)
7676
- Rush 5.x
7777
- Install / update Rush globally via `npm install -g @microsoft/rush`.
7878
- Rush will automatically manage the specific version needed by this repo as long as you have any v5 version installed.

common/config/rush/common-versions.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,6 @@
6969
"^10.0.0",
7070
"^10.12.0"
7171
],
72-
// @azure/test-utils-perfstress should depend on lowest version of @azure/core-http for maximum compatibility, allowing test
73-
// projects to choose a higher version if desired.
74-
"@azure/core-http": [
75-
"^1.0.0"
76-
],
7772
// @azure/event-processor-host is on a much lower major version
7873
"@azure/ms-rest-nodeauth": [
7974
"^0.9.2"

0 commit comments

Comments
 (0)