@azure/arm-compute 17.3.0 → 17.3.1-alpha.20220303.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
+ ## 17.3.1 (Unreleased)
4
+
5
+ ### Features Added
6
+
7
+ ### Breaking Changes
8
+
9
+ ### Bugs Fixed
10
+
11
+ ### Other Changes
12
+
3
13
  ## 17.3.0 (2022-03-02)
4
14
 
5
15
  **Features**
package/dist/index.js CHANGED
@@ -37657,7 +37657,7 @@ class ComputeManagementClient extends coreClient__namespace.ServiceClient {
37657
37657
  requestContentType: "application/json; charset=utf-8",
37658
37658
  credential: credentials
37659
37659
  };
37660
- const packageDetails = `azsdk-js-arm-compute/17.3.0`;
37660
+ const packageDetails = `azsdk-js-arm-compute/17.3.1`;
37661
37661
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
37662
37662
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
37663
37663
  : `${packageDetails}`;