Skip to content

Commit

Permalink
refresh purview scanning for release (#17871)
Browse files Browse the repository at this point in the history
* refresh purview scanning for release

* update readme.md

* update paginate test support

* format update

* format fix
  • Loading branch information
qiaozha authored Oct 12, 2021
1 parent 5d16ee4 commit 1fa8a24
Show file tree
Hide file tree
Showing 12 changed files with 2,156 additions and 3,423 deletions.
4 changes: 3 additions & 1 deletion sdk/purview/purview-scanning-rest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Release History

## 1.0.0-beta.2 (Unreleased)
## 1.0.0-beta.2 (2021-09-30)

- refresh package with latest swagger and code generator.
- add paging helper support.

## 1.0.0-beta.1 (2021-05-11)

Expand Down
2 changes: 1 addition & 1 deletion sdk/purview/purview-scanning-rest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ import { DefaultAzureCredential } from "@azure/identity";
async function main() {
console.log("== List dataSources ==");
const client = PurviewScanning(
"https://<my-account-name>.scan.purview.azure.com",
"https://<my-account-name>.purview.azure.com",
new DefaultAzureCredential()
);

Expand Down
1 change: 1 addition & 0 deletions sdk/purview/purview-scanning-rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
"dependencies": {
"@azure/core-auth": "^1.3.0",
"@azure-rest/core-client": "1.0.0-beta.7",
"@azure/core-paging": "^1.1.1",
"@azure/core-rest-pipeline": "^1.1.0",
"@azure/logger": "^1.0.0",
"tslib": "^2.2.0"
Expand Down
Loading

0 comments on commit 1fa8a24

Please sign in to comment.