@azure/arm-synapse 8.1.0-alpha.20221219.1 → 8.1.0-alpha.20221220.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
+ ## 8.1.0-beta.3 (Unreleased)
4
+
5
+ ### Features Added
6
+
7
+ ### Breaking Changes
8
+
9
+ ### Bugs Fixed
10
+
11
+ ### Other Changes
12
+
3
13
  ## 8.1.0-beta.2 (2022-12-16)
4
14
 
5
15
  **Features**
package/dist/index.js CHANGED
@@ -27604,7 +27604,7 @@ class SynapseManagementClient extends coreClient__namespace.ServiceClient {
27604
27604
  requestContentType: "application/json; charset=utf-8",
27605
27605
  credential: credentials
27606
27606
  };
27607
- const packageDetails = `azsdk-js-arm-synapse/8.1.0-beta.2`;
27607
+ const packageDetails = `azsdk-js-arm-synapse/8.1.0-beta.3`;
27608
27608
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
27609
27609
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
27610
27610
  : `${packageDetails}`;