@azure/data-tables 13.0.1-alpha.20220112.3 → 13.0.2-alpha.20220118.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.0.2 (Unreleased)
|
|
4
|
+
|
|
5
|
+
### Features Added
|
|
6
|
+
|
|
7
|
+
### Breaking Changes
|
|
8
|
+
|
|
9
|
+
### Bugs Fixed
|
|
10
|
+
|
|
11
|
+
### Other Changes
|
|
12
|
+
|
|
3
13
|
## 13.0.1 (2022-01-12)
|
|
4
14
|
|
|
5
15
|
### Bugs Fixed
|
|
@@ -8,8 +18,6 @@
|
|
|
8
18
|
- Fix issue where optionality of expiresOn and permissions is not respected when signedIdentifier is provided.
|
|
9
19
|
- Fix `createTable` not calling `onResponse` callback when the service returns `TableAlreadyExists`. [#18914](https://github.com/Azure/azure-sdk-for-js/pull/18914)
|
|
10
20
|
|
|
11
|
-
### Other Changes
|
|
12
|
-
|
|
13
21
|
## 13.0.0 (2021-11-11)
|
|
14
22
|
|
|
15
23
|
### Acknowledgments
|
package/dist/index.js
CHANGED
|
@@ -3068,7 +3068,7 @@ class GeneratedClientContext extends coreClient.ServiceClient {
|
|
|
3068
3068
|
const defaults = {
|
|
3069
3069
|
requestContentType: "application/json; charset=utf-8"
|
|
3070
3070
|
};
|
|
3071
|
-
const packageDetails = `azsdk-js-data-tables/13.0.
|
|
3071
|
+
const packageDetails = `azsdk-js-data-tables/13.0.2`;
|
|
3072
3072
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
3073
3073
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
3074
3074
|
: `${packageDetails}`;
|