Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1d9ba8c

Browse files
authored
Refresh purview catalog for release (#17870)
* 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
1 parent 1fa8a24 commit 1d9ba8c

File tree

16 files changed

+4628
-2260
lines changed

16 files changed

+4628
-2260
lines changed

sdk/purview/purview-catalog-rest/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Use the returned token credential to authenticate the client:
5858
import PurviewCatalog from "@azure-rest/purview-catalog";
5959
import { DefaultAzureCredential } from "@azure/identity";
6060
const client = PurviewCatalog(
61-
"https://<my-account-name>.catalog.purview.azure.com",
61+
"https://<my-account-name>.purview.azure.com",
6262
new DefaultAzureCredential()
6363
);
6464
```

sdk/purview/purview-catalog-rest/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,15 @@
7474
"test:browser": "npm run clean && npm run build:test && npm run unit-test:browser",
7575
"test:node": "npm run clean && npm run build:test && npm run unit-test:node",
7676
"test": "npm run clean && npm run build:test && npm run unit-test",
77-
"unit-test:browser": "karma start --single-run",
78-
"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\"",
77+
"unit-test:browser": "cross-env TEST_MODE=playback karma start --single-run",
78+
"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\"",
7979
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
8080
"docs": "typedoc --excludePrivate --excludeExternals --out ./dist/docs ./src"
8181
},
8282
"sideEffects": false,
8383
"autoPublish": false,
8484
"dependencies": {
85+
"@azure/core-lro": "^2.2.0",
8586
"@azure/core-auth": "^1.3.0",
8687
"@azure-rest/core-client": "1.0.0-beta.7",
8788
"@azure/core-rest-pipeline": "^1.1.0",

sdk/purview/purview-catalog-rest/recordings/browsers/list_typedefs_sources/recording_should_list_all_available_typedefs_sources.json

Lines changed: 0 additions & 63 deletions
This file was deleted.

sdk/purview/purview-catalog-rest/recordings/browsers/purview_catalog_test/recording_should_list_all_available_typedefs_sources.json

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

sdk/purview/purview-catalog-rest/recordings/node/list_typedefs_sources/recording_should_list_all_available_typedefs_sources.js

Lines changed: 0 additions & 82 deletions
This file was deleted.

sdk/purview/purview-catalog-rest/recordings/node/purview_catalog_test/recording_should_list_all_available_typedefs_sources.js

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

0 commit comments

Comments
 (0)