@azure/data-tables 13.1.0 → 13.1.1-alpha.20220413.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/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release History
2
2
 
3
+ ## 13.1.1 (Unreleased)
4
+
5
+ ### Features Added
6
+
7
+ ### Breaking Changes
8
+
9
+ ### Bugs Fixed
10
+
11
+ ### Other Changes
12
+
3
13
  ## 13.1.0 (2022-04-07)
4
14
 
5
15
  ### Bugs Fixed
package/dist/index.js CHANGED
@@ -3136,7 +3136,7 @@ class GeneratedClientContext extends coreClient__namespace.ServiceClient {
3136
3136
  const defaults = {
3137
3137
  requestContentType: "application/json; charset=utf-8"
3138
3138
  };
3139
- const packageDetails = `azsdk-js-data-tables/13.1.0`;
3139
+ const packageDetails = `azsdk-js-data-tables/13.1.1`;
3140
3140
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
3141
3141
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
3142
3142
  : `${packageDetails}`;
@@ -3482,7 +3482,7 @@ function signURLWithSAS(request, credential) {
3482
3482
  const tracingClient = coreTracing.createTracingClient({
3483
3483
  namespace: "Microsoft.Data.Tables",
3484
3484
  packageName: "@azure/data-tables",
3485
- packageVersion: "13.1.0",
3485
+ packageVersion: "13.1.1",
3486
3486
  });
3487
3487
 
3488
3488
  // Copyright (c) Microsoft Corporation.