Skip to content

Commit

Permalink
Refresh purview catalog for release (#17870)
Browse files Browse the repository at this point in the history
* refresh-purview-catalog-for-release

* manual update dependencies

* update test recordings

* resolve format

* update readme.md

* regenerate with header support

* format update

* update test without lro

* fix ci failure
  • Loading branch information
qiaozha authored Oct 12, 2021
1 parent 1fa8a24 commit 1d9ba8c
Show file tree
Hide file tree
Showing 16 changed files with 4,628 additions and 2,260 deletions.
2 changes: 1 addition & 1 deletion sdk/purview/purview-catalog-rest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Use the returned token credential to authenticate the client:
import PurviewCatalog from "@azure-rest/purview-catalog";
import { DefaultAzureCredential } from "@azure/identity";
const client = PurviewCatalog(
"https://<my-account-name>.catalog.purview.azure.com",
"https://<my-account-name>.purview.azure.com",
new DefaultAzureCredential()
);
```
Expand Down
5 changes: 3 additions & 2 deletions sdk/purview/purview-catalog-rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,15 @@
"test:browser": "npm run clean && npm run build:test && npm run unit-test:browser",
"test:node": "npm run clean && npm run build:test && npm run unit-test:node",
"test": "npm run clean && npm run build:test && npm run unit-test",
"unit-test:browser": "karma start --single-run",
"unit-test:node": "mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"",
"unit-test:browser": "cross-env TEST_MODE=playback karma start --single-run",
"unit-test:node": "cross-env TEST_MODE=playback mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"",
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
"docs": "typedoc --excludePrivate --excludeExternals --out ./dist/docs ./src"
},
"sideEffects": false,
"autoPublish": false,
"dependencies": {
"@azure/core-lro": "^2.2.0",
"@azure/core-auth": "^1.3.0",
"@azure-rest/core-client": "1.0.0-beta.7",
"@azure/core-rest-pipeline": "^1.1.0",
Expand Down

This file was deleted.

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

Loading

0 comments on commit 1d9ba8c

Please sign in to comment.