Skip to content

Commit 5903b7c

Browse files
authored
[core] - Bump core-http to 2.0.0 and core-lro to 2.0.0 (Azure#15925)
## What - Update core-http to 2.0.0 - Update core-lro to 2.0.0 - Update packages to use latest version ## Why This will support our last breaking change for core-tracing, and allow everyone to be on the same minimum version. This will also allow us to target ES2017 across the board.
1 parent 3c21c59 commit 5903b7c

File tree

49 files changed

+106
-105
lines changed

Some content is hidden

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

49 files changed

+106
-105
lines changed

common/config/rush/pnpm-lock.yaml

Lines changed: 46 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/anomalydetector/ai-anomaly-detector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"sideEffects": false,
6363
"prettier": "@azure/eslint-plugin-azure-sdk/prettier.json",
6464
"dependencies": {
65-
"@azure/core-http": "^1.2.0",
65+
"@azure/core-http": "^2.0.0",
6666
"@azure/core-auth": "^1.3.0",
6767
"@azure/core-paging": "^1.1.1",
6868
"@azure/logger": "^1.0.0",

sdk/appconfiguration/app-configuration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"dependencies": {
8989
"@azure/abort-controller": "^1.0.0",
9090
"@azure/core-asynciterator-polyfill": "^1.0.0",
91-
"@azure/core-http": "^1.2.0",
91+
"@azure/core-http": "^2.0.0",
9292
"@azure/core-paging": "^1.1.1",
9393
"@azure/core-tracing": "1.0.0-preview.12",
9494
"tslib": "^2.2.0"

sdk/communication/communication-chat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@azure/communication-common": "^1.0.0",
6969
"@azure/communication-signaling": "1.0.0-beta.6",
7070
"@azure/core-auth": "^1.3.0",
71-
"@azure/core-http": "^1.2.0",
71+
"@azure/core-http": "^2.0.0",
7272
"@azure/core-tracing": "1.0.0-preview.12",
7373
"@azure/logger": "^1.0.0",
7474
"events": "^3.0.0",

sdk/communication/communication-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"dependencies": {
6666
"@azure/abort-controller": "^1.0.0",
6767
"@azure/core-auth": "^1.3.0",
68-
"@azure/core-http": "^1.2.0",
68+
"@azure/core-http": "^2.0.0",
6969
"@azure/core-tracing": "1.0.0-preview.12",
7070
"events": "^3.0.0",
7171
"jwt-decode": "~2.2.0",

sdk/communication/communication-identity/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@
7676
"@azure/abort-controller": "^1.0.0",
7777
"@azure/communication-common": "^1.0.0",
7878
"@azure/core-auth": "^1.3.0",
79-
"@azure/core-http": "^1.2.0",
80-
"@azure/core-lro": "^1.0.6",
79+
"@azure/core-http": "^2.0.0",
80+
"@azure/core-lro": "^2.0.0",
8181
"@azure/core-paging": "^1.1.1",
8282
"@azure/core-tracing": "1.0.0-preview.12",
8383
"@azure/logger": "^1.0.0",

sdk/communication/communication-network-traversal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@azure/abort-controller": "^1.0.0",
7777
"@azure/communication-common": "^1.0.0",
7878
"@azure/core-auth": "^1.3.0",
79-
"@azure/core-http": "^1.2.0",
79+
"@azure/core-http": "^2.0.0",
8080
"@azure/core-tracing": "1.0.0-preview.12",
8181
"@azure/logger": "^1.0.0",
8282
"events": "^3.0.0",

sdk/communication/communication-phone-numbers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
"@azure/communication-common": "^1.0.0",
6565
"@azure/abort-controller": "^1.0.0",
6666
"@azure/core-auth": "^1.3.0",
67-
"@azure/core-http": "^1.2.0",
68-
"@azure/core-lro": "^1.0.6",
67+
"@azure/core-http": "^2.0.0",
68+
"@azure/core-lro": "^2.0.0",
6969
"@azure/core-paging": "^1.1.1",
7070
"@azure/core-tracing": "1.0.0-preview.12",
7171
"@azure/logger": "^1.0.0",

sdk/communication/communication-sms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@azure/abort-controller": "^1.0.0",
6969
"@azure/communication-common": "^1.0.0",
7070
"@azure/core-auth": "^1.3.0",
71-
"@azure/core-http": "^1.2.0",
71+
"@azure/core-http": "^2.0.0",
7272
"@azure/core-tracing": "1.0.0-preview.12",
7373
"@azure/logger": "^1.0.0",
7474
"events": "^3.0.0",

sdk/core/core-http/CHANGELOG.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)