@azure/arm-postgresql-flexible 7.0.0 → 7.0.1-alpha.20230116.2

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
+ ## 7.0.1 (Unreleased)
4
+
5
+ ### Features Added
6
+
7
+ ### Breaking Changes
8
+
9
+ ### Bugs Fixed
10
+
11
+ ### Other Changes
12
+
3
13
  ## 7.0.0 (2023-01-09)
4
14
 
5
15
  **Features**
package/dist/index.js CHANGED
@@ -5512,7 +5512,7 @@ class PostgreSQLManagementFlexibleServerClient extends coreClient__namespace.Ser
5512
5512
  requestContentType: "application/json; charset=utf-8",
5513
5513
  credential: credentials
5514
5514
  };
5515
- const packageDetails = `azsdk-js-arm-postgresql-flexible/7.0.0`;
5515
+ const packageDetails = `azsdk-js-arm-postgresql-flexible/7.0.1`;
5516
5516
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
5517
5517
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
5518
5518
  : `${packageDetails}`;