@azure/storage-queue 12.9.1-alpha.20220517.1 → 12.9.1-alpha.20220616.4

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 CHANGED
@@ -436,7 +436,7 @@ A complete example of simple `QueueServiceClient` scenarios is at [samples/v12/t
436
436
  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`:
437
437
 
438
438
  ```javascript
439
- import { setLogLevel } from "@azure/logger";
439
+ const { setLogLevel } = require("@azure/logger");
440
440
 
441
441
  setLogLevel("info");
442
442
  ```
package/dist/index.js CHANGED
@@ -446,7 +446,7 @@ class StorageClientContext extends coreHttp__namespace.ServiceClient {
446
446
  // Parameter assignments
447
447
  this.url = url;
448
448
  // Assigning values to Constant parameters
449
- this.version = options.version || "2021-04-10";
449
+ this.version = options.version || "2021-06-08";
450
450
  }
451
451
  }
452
452
 
@@ -3470,7 +3470,7 @@ const timeoutInSeconds = {
3470
3470
  const version = {
3471
3471
  parameterPath: "version",
3472
3472
  mapper: {
3473
- defaultValue: "2021-04-10",
3473
+ defaultValue: "2021-06-08",
3474
3474
  isConstant: true,
3475
3475
  serializedName: "x-ms-version",
3476
3476
  type: {