@azure/storage-queue 12.25.0-alpha.20250218.1 → 12.25.0-alpha.20250225.2
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 +1 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -210,9 +210,7 @@ Also, You can instantiate a `QueueServiceClient` with a shared access signatures
|
|
|
210
210
|
const { QueueServiceClient } = require("@azure/storage-queue");
|
|
211
211
|
const account = "<account name>";
|
|
212
212
|
const sas = "<service Shared Access Signature Token>";
|
|
213
|
-
const queueServiceClient = new QueueServiceClient(
|
|
214
|
-
`https://${account}.queue.core.windows.net${sas}`,
|
|
215
|
-
);
|
|
213
|
+
const queueServiceClient = new QueueServiceClient(`https://${account}.queue.core.windows.net?${sas}`);
|
|
216
214
|
```
|
|
217
215
|
|
|
218
216
|
### List queues in this account
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/storage-queue",
|
|
3
3
|
"sdk-type": "client",
|
|
4
|
-
"version": "12.25.0-alpha.
|
|
4
|
+
"version": "12.25.0-alpha.20250225.2",
|
|
5
5
|
"description": "Microsoft Azure Storage SDK for JavaScript - Queue",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist-esm/storage-queue/src/index.js",
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
"karma-junit-reporter": "^2.0.1",
|
|
147
147
|
"karma-mocha": "^2.0.1",
|
|
148
148
|
"karma-mocha-reporter": "^2.2.5",
|
|
149
|
-
"karma-sourcemap-loader": "^0.
|
|
149
|
+
"karma-sourcemap-loader": "^0.4.0",
|
|
150
150
|
"mocha": "^11.0.2",
|
|
151
151
|
"nyc": "^17.0.0",
|
|
152
152
|
"puppeteer": "^24.0.0",
|