@azure/storage-file-datalake
Advanced tools
Comparing version 12.25.0-beta.1 to 12.25.0
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT License. | ||
import { AbortError } from "@azure/abort-controller"; | ||
import { isRestError, RestError, } from "@azure/core-rest-pipeline"; | ||
import { isRestError, RestError } from "@azure/core-rest-pipeline"; | ||
import { getErrorMessage } from "@azure/core-util"; | ||
@@ -6,0 +6,0 @@ import { URLConstants } from "../utils/constants"; |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT License. | ||
export const SDK_VERSION = "12.26.0-beta.1"; | ||
export const SDK_VERSION = "12.26.0"; | ||
export const SERVICE_VERSION = "2025-01-05"; | ||
@@ -5,0 +5,0 @@ export const BLOCK_BLOB_MAX_UPLOAD_BLOB_BYTES = 256 * 1024 * 1024; // 256MB |
@@ -1,3 +0,1 @@ | ||
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT License. | ||
import { isTokenCredential } from "@azure/core-auth"; | ||
@@ -566,3 +564,2 @@ import { isNode } from "@azure/core-util"; | ||
*/ | ||
/* eslint-disable-next-line @azure/azure-sdk/ts-naming-options*/ | ||
generateUserDelegationSasStringToSign(options, userDelegationKey) { | ||
@@ -1147,3 +1144,2 @@ return generateDataLakeSASQueryParametersInternal(Object.assign({ fileSystemName: this.fileSystemName, pathName: this.name, isDirectory: true }, options), userDelegationKey, this.accountName).stringToSign; | ||
*/ | ||
/* eslint-disable-next-line @azure/azure-sdk/ts-naming-options*/ | ||
generateUserDelegationSasStringToSign(options, userDelegationKey) { | ||
@@ -1150,0 +1146,0 @@ return generateDataLakeSASQueryParametersInternal(Object.assign({ fileSystemName: this.fileSystemName, pathName: this.name }, options), userDelegationKey, this.accountName).stringToSign; |
@@ -580,3 +580,2 @@ import { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib"; | ||
*/ | ||
/* eslint-disable-next-line @azure/azure-sdk/ts-naming-options*/ | ||
generateUserDelegationSasStringToSign(options, userDelegationKey) { | ||
@@ -583,0 +582,0 @@ return generateDataLakeSASQueryParametersInternal(Object.assign({ fileSystemName: this.name }, options), userDelegationKey, this.accountName).stringToSign; |
@@ -5,3 +5,3 @@ // Copyright (c) Microsoft Corporation. | ||
import { isNode } from "@azure/core-util"; | ||
import { BlobServiceClient, } from "@azure/storage-blob"; | ||
import { BlobServiceClient } from "@azure/storage-blob"; | ||
import { isPipelineLike, newPipeline } from "./Pipeline"; | ||
@@ -37,3 +37,2 @@ import { AnonymousCredential } from "@azure/storage-blob"; | ||
// Legacy, no way to fix the eslint error without breaking. Disable the rule for this line. | ||
/* eslint-disable-next-line @azure/azure-sdk/ts-naming-options */ | ||
static fromConnectionString(connectionString, | ||
@@ -40,0 +39,0 @@ // Legacy, no way to fix the eslint error without breaking. Disable the rule for this line. |
@@ -29,3 +29,3 @@ /* | ||
}; | ||
const packageDetails = `azsdk-js-azure-storage-datalake/12.25.0-beta.1`; | ||
const packageDetails = `azsdk-js-azure-storage-datalake/12.25.0`; | ||
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix | ||
@@ -32,0 +32,0 @@ ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}` |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT License. | ||
export const SDK_VERSION = "12.25.0-beta.1"; | ||
export const SDK_VERSION = "12.25.0"; | ||
export const SERVICE_VERSION = "2025-01-05"; | ||
@@ -5,0 +5,0 @@ export const KB = 1024; |
@@ -1,3 +0,1 @@ | ||
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT License. | ||
import { createHttpHeaders } from "@azure/core-rest-pipeline"; | ||
@@ -4,0 +2,0 @@ import { isNode } from "@azure/core-util"; |
{ | ||
"name": "@azure/storage-file-datalake", | ||
"version": "12.25.0-beta.1", | ||
"version": "12.25.0", | ||
"description": "Microsoft Azure Storage SDK for JavaScript - DataLake", | ||
@@ -30,3 +30,2 @@ "sdk-type": "client", | ||
"scripts": { | ||
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit", | ||
"build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api", | ||
@@ -38,4 +37,4 @@ "build:browser": "tsc -p . && dev-tool run bundle", | ||
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"", | ||
"clean": "rimraf --glob dist dist-* types temp statistics.html coverage coverage-browser .nyc_output *.tgz *.log test*.xml TEST*.xml", | ||
"clean:samples": "rimraf samples/v12/javascript/node_modules samples/v12/typescript/node_modules samples/v12/typescript/dist samples/v12/typescript/package-lock.json samples/v12/javascript/package-lock.json", | ||
"clean": "dev-tool run vendored rimraf --glob dist dist-* types temp statistics.html coverage coverage-browser .nyc_output *.tgz *.log test*.xml TEST*.xml", | ||
"clean:samples": "dev-tool run vendored rimraf samples/v12/javascript/node_modules samples/v12/typescript/node_modules samples/v12/typescript/dist samples/v12/typescript/package-lock.json samples/v12/javascript/package-lock.json", | ||
"execute:samples": "dev-tool samples run samples-dev", | ||
@@ -131,3 +130,3 @@ "extract-api": "tsc -p . && dev-tool run extract-api", | ||
"@azure/logger": "^1.0.0", | ||
"@azure/storage-blob": "^12.26.0-beta.1", | ||
"@azure/storage-blob": "^12.26.0", | ||
"events": "^3.0.0", | ||
@@ -144,3 +143,2 @@ "tslib": "^2.2.0" | ||
"@azure/identity": "^4.0.1", | ||
"@microsoft/api-extractor": "^7.31.1", | ||
"@types/chai": "^4.1.6", | ||
@@ -151,3 +149,2 @@ "@types/mocha": "^10.0.0", | ||
"chai": "^4.2.0", | ||
"cross-env": "^7.0.2", | ||
"dotenv": "^16.0.0", | ||
@@ -171,3 +168,2 @@ "es6-promise": "^4.2.5", | ||
"puppeteer": "^23.0.2", | ||
"rimraf": "^5.0.5", | ||
"sinon": "^17.0.0", | ||
@@ -174,0 +170,0 @@ "source-map-support": "^0.5.9", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
35
0
2881580
27854
+ Addedfast-xml-parser@4.5.0(transitive)
- Removedfast-xml-parser@4.5.1(transitive)
Updated@azure/storage-blob@^12.26.0