@azure/data-tables 13.1.0-alpha.20220406.1 → 13.1.1-alpha.20220408.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 +7 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist-esm/src/generated/generatedClientContext.js +1 -1
- package/dist-esm/src/generated/generatedClientContext.js.map +1 -1
- package/dist-esm/src/utils/tracing.js +1 -1
- package/dist-esm/src/utils/tracing.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Release History
|
|
2
2
|
|
|
3
|
-
## 13.1.
|
|
3
|
+
## 13.1.1 (Unreleased)
|
|
4
4
|
|
|
5
5
|
### Features Added
|
|
6
6
|
|
|
@@ -8,6 +8,12 @@
|
|
|
8
8
|
|
|
9
9
|
### Bugs Fixed
|
|
10
10
|
|
|
11
|
+
### Other Changes
|
|
12
|
+
|
|
13
|
+
## 13.1.0 (2022-04-07)
|
|
14
|
+
|
|
15
|
+
### Bugs Fixed
|
|
16
|
+
|
|
11
17
|
- Fix issue when the Service returns an empty nextRowKey. [#20916](https://github.com/Azure/azure-sdk-for-js/pull/20916).
|
|
12
18
|
- Fix issue with `getStatistics()` operation consistently failing and added test. [#20398](https://github.com/Azure/azure-sdk-for-js/pull/20398)
|
|
13
19
|
|
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.
|
|
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.
|
|
3485
|
+
packageVersion: "13.1.1",
|
|
3486
3486
|
});
|
|
3487
3487
|
|
|
3488
3488
|
// Copyright (c) Microsoft Corporation.
|