@azure/arm-logic 8.2.0 → 8.2.1-alpha.20230130.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.2.1 (Unreleased)
4
+
5
+ ### Features Added
6
+
7
+ ### Breaking Changes
8
+
9
+ ### Bugs Fixed
10
+
11
+ ### Other Changes
12
+
3
13
  ## 8.2.0 (2023-01-20)
4
14
 
5
15
  **Features**
package/dist/index.js CHANGED
@@ -15930,7 +15930,7 @@ class LogicManagementClient extends coreClient__namespace.ServiceClient {
15930
15930
  requestContentType: "application/json; charset=utf-8",
15931
15931
  credential: credentials
15932
15932
  };
15933
- const packageDetails = `azsdk-js-arm-logic/8.2.0`;
15933
+ const packageDetails = `azsdk-js-arm-logic/8.2.1`;
15934
15934
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
15935
15935
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
15936
15936
  : `${packageDetails}`;