Skip to content

Commit 32ab98d

Browse files
authored
[core] - Upgrade core-client and core-lro to core-tracing 1.0 (Azure#21310)
### Packages impacted by this PR core-lro core-client ### Issues associated with this PR Azure#21199 ### Describe the problem that is addressed by this PR Just doing the upgrades here for core-lro and core-client, neither of which uses the behavior changes from core-tracing, just the types. For core-lro specifically, they don't see to use _anything_ from core-tracing and so we've removed that dependency
1 parent 24d8c60 commit 32ab98d

File tree

5 files changed

+11
-8
lines changed

5 files changed

+11
-8
lines changed

common/config/rush/pnpm-lock.yaml

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

sdk/core/core-client/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 1.5.1 (Unreleased)
3+
## 1.6.0 (Unreleased)
44

55
### Features Added
66

@@ -10,6 +10,8 @@
1010

1111
### Other Changes
1212

13+
- Upgraded our `@azure/core-tracing` dependency to version 1.0
14+
1315
## 1.5.0 (2022-02-03)
1416

1517
### Features Added

sdk/core/core-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure/core-client",
3-
"version": "1.5.1",
3+
"version": "1.6.0",
44
"description": "Core library for interfacing with AutoRest generated code",
55
"sdk-type": "client",
66
"main": "dist/index.js",
@@ -72,7 +72,7 @@
7272
"@azure/core-asynciterator-polyfill": "^1.0.0",
7373
"@azure/core-auth": "^1.3.0",
7474
"@azure/core-rest-pipeline": "^1.5.0",
75-
"@azure/core-tracing": "1.0.0-preview.13",
75+
"@azure/core-tracing": "^1.0.0",
7676
"@azure/logger": "^1.0.0",
7777
"tslib": "^2.2.0"
7878
},

sdk/core/core-lro/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
### Other Changes
1212

13+
- Removed the unused dependency `@azure/core-tracing`.
14+
1315
## 2.2.4 (2022-03-07)
1416

1517
### Bugs Fixed

sdk/core/core-lro/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@
9292
"sideEffects": false,
9393
"dependencies": {
9494
"@azure/abort-controller": "^1.0.0",
95-
"@azure/core-tracing": "1.0.0-preview.13",
9695
"@azure/logger": "^1.0.0",
9796
"tslib": "^2.2.0"
9897
},

0 commit comments

Comments
 (0)