@azure/synapse-artifacts 1.0.0-alpha.20250411.1 → 1.0.0-alpha.20250418.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -2
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/package.json +6 -9
package/README.md
CHANGED
|
@@ -22,7 +22,6 @@ See our [support policy](https://github.com/Azure/azure-sdk-for-js/blob/main/SUP
|
|
|
22
22
|
## Examples
|
|
23
23
|
|
|
24
24
|
```ts snippet:ReadmeSampleCreateClient_Node
|
|
25
|
-
|
|
26
25
|
import { ArtifactsClient } from "@azure/synapse-artifacts";
|
|
27
26
|
import { DefaultAzureCredential } from "@azure/identity";
|
|
28
27
|
|
|
@@ -46,7 +45,6 @@ for await (const pipeline of pipelinesByWorkspace) {
|
|
|
46
45
|
Enabling logging may help uncover useful information about failures. In order to see a log of HTTP requests and responses, set the `AZURE_LOG_LEVEL` environment variable to `info`. Alternatively, logging can be enabled at runtime by calling `setLogLevel` in the `@azure/logger`:
|
|
47
46
|
|
|
48
47
|
```ts snippet:SetLogLevel
|
|
49
|
-
|
|
50
48
|
import { setLogLevel } from "@azure/logger";
|
|
51
49
|
|
|
52
50
|
setLogLevel("info");
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"author": "Microsoft Corporation",
|
|
4
4
|
"description": "A generated SDK for ArtifactsClient.",
|
|
5
5
|
"sdk-type": "client",
|
|
6
|
-
"version": "1.0.0-alpha.
|
|
6
|
+
"version": "1.0.0-alpha.20250418.1",
|
|
7
7
|
"homepage": "https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/synapse/synapse-artifacts/README.md",
|
|
8
8
|
"repository": "github:Azure/azure-sdk-for-js",
|
|
9
9
|
"dependencies": {
|
|
@@ -58,19 +58,16 @@
|
|
|
58
58
|
],
|
|
59
59
|
"scripts": {
|
|
60
60
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
61
|
-
"build:
|
|
62
|
-
"build:
|
|
63
|
-
"build:node": "dev-tool run build-package && dev-tool run bundle",
|
|
64
|
-
"build:samples": "echo Obsolete.",
|
|
65
|
-
"build:test": "dev-tool run build-package && dev-tool run bundle",
|
|
61
|
+
"build:samples": "echo skipped.",
|
|
62
|
+
"build:test": "echo skipped.",
|
|
66
63
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
67
64
|
"clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
|
|
68
65
|
"extract-api": "dev-tool run extract-api",
|
|
69
66
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
70
67
|
"generate:client": "autorest --typescript ./swagger/README.md",
|
|
71
|
-
"integration-test": "echo
|
|
72
|
-
"integration-test:browser": "echo
|
|
73
|
-
"integration-test:node": "echo
|
|
68
|
+
"integration-test": "echo skipped.",
|
|
69
|
+
"integration-test:browser": "echo skipped.",
|
|
70
|
+
"integration-test:node": "echo skipped.",
|
|
74
71
|
"lint": "eslint package.json api-extractor.json src test",
|
|
75
72
|
"lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
|
|
76
73
|
"pack": "npm pack 2>&1",
|