Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[data-plane] refresh defender-easm-rest sdk #30976

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open
9 changes: 2 additions & 7 deletions sdk/easm/defender-easm-rest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
# Release History

## 1.0.0-beta.2 (Unreleased)
## 1.0.0-beta.2 (2024-09-09)
kazrael2119 marked this conversation as resolved.
Show resolved Hide resolved

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
- refresh @azure-rest/defender-easm sdk

## 1.0.0-beta.1 (2023-11-07)

Expand Down
4 changes: 2 additions & 2 deletions sdk/easm/defender-easm-rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@
"sideEffects": false,
"autoPublish": false,
"dependencies": {
"@azure/core-rest-pipeline": "^1.9.2",
"@azure-rest/core-client": "^1.0.0",
"@azure/core-auth": "^1.3.0",
"@azure/core-lro": "^2.2.4",
"@azure/core-paging": "^1.2.0",
"@azure/core-rest-pipeline": "^1.9.2",
"@azure/core-paging": "^1.5.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

check core-paging.

"@azure/logger": "^1.0.0",
"tslib": "^2.2.0"
},
Expand Down
Loading
Loading