@azure/data-tables 13.0.1-alpha.20220111.2 → 13.0.2-alpha.20220117.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,6 +1,6 @@
1
1
  # Release History
2
2
 
3
- ## 13.0.1 (Unreleased)
3
+ ## 13.0.2 (Unreleased)
4
4
 
5
5
  ### Features Added
6
6
 
@@ -8,11 +8,16 @@
8
8
 
9
9
  ### Bugs Fixed
10
10
 
11
+ ### Other Changes
12
+
13
+ ## 13.0.1 (2022-01-12)
14
+
15
+ ### Bugs Fixed
16
+
17
+ - Fix issue where custom HTTP Client passed in client options was being ignored in transactions. [#19470](https://github.com/Azure/azure-sdk-for-js/pull/19470)
11
18
  - Fix issue where optionality of expiresOn and permissions is not respected when signedIdentifier is provided.
12
19
  - Fix `createTable` not calling `onResponse` callback when the service returns `TableAlreadyExists`. [#18914](https://github.com/Azure/azure-sdk-for-js/pull/18914)
13
20
 
14
- ### Other Changes
15
-
16
21
  ## 13.0.0 (2021-11-11)
17
22
 
18
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.1`;
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}`;