@azure/synapse-artifacts 1.0.0-alpha.20250417.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.
Files changed (2) hide show
  1. package/README.md +0 -2
  2. package/package.json +1 -1
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.20250417.1",
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": {