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

Refresh purview catalog for release #17870

Merged
merged 13 commits into from
Oct 12, 2021
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